1 | [ Sep 23 18:20:59 Enabled. ] | ||
2 | [ Sep 23 18:20:59 Rereading configuration. ] | ||
3 | [ Sep 23 18:21:02 Rereading configuration. ] | ||
4 | [ Sep 23 18:21:10 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + args=("--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
23 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
24 | [ Sep 23 18:21:10 Method "start" exited with status 0. ] | ||
25 | Processing configuration file 'config.xml'. | ||
26 | There is no file 'config.xml', will use embedded config. | ||
27 | Logging trace to /var/tmp/clickhouse-server.log | ||
28 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
29 | 2024.09.23 18:21:11.784386 [ 1 ] {} <Information> Application: Will watch for the process with pid 22555 | ||
30 | 2024.09.23 18:21:11.784983 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
31 | 2024.09.23 18:21:12.078031 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22555 | ||
32 | 2024.09.23 18:21:12.078806 [ 1 ] {} <Information> Application: starting up | ||
33 | 2024.09.23 18:21:12.079561 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
34 | 2024.09.23 18:21:12.173648 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
35 | 2024.09.23 18:21:12.263364 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
36 | 2024.09.23 18:21:12.263433 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
37 | 2024.09.23 18:21:12.263457 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
38 | 2024.09.23 18:21:12.263541 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
39 | 2024.09.23 18:21:12.264124 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
40 | 2024.09.23 18:21:12.265753 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
41 | Processing configuration file 'config.xml'. | ||
42 | There is no file 'config.xml', will use embedded config. | ||
43 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
44 | 2024.09.23 18:21:12.266375 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
45 | 2024.09.23 18:21:12.267251 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
46 | 2024.09.23 18:21:12.267328 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
47 | 2024.09.23 18:21:12.267342 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
48 | 2024.09.23 18:21:12.267538 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2024.09.23 18:21:12.268502 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
50 | 2024.09.23 18:21:12.275262 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
51 | 2024.09.23 18:21:12.276163 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.09.23 18:21:12.277586 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
53 | 2024.09.23 18:21:12.277704 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
54 | 2024.09.23 18:21:12.279286 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
55 | Processing configuration file 'config.xml'. | ||
56 | There is no file 'config.xml', will use embedded config. | ||
57 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
58 | 2024.09.23 18:21:12.279609 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
59 | 2024.09.23 18:21:12.284156 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
60 | 2024.09.23 18:21:12.284843 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
61 | 2024.09.23 18:21:12.286570 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
62 | 2024.09.23 18:21:12.286995 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
63 | 2024.09.23 18:21:12.287395 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
64 | 2024.09.23 18:21:12.287898 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
65 | 2024.09.23 18:21:12.289424 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
66 | 2024.09.23 18:21:12.289482 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
67 | 2024.09.23 18:21:12.289569 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
68 | 2024.09.23 18:21:12.289727 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
69 | 2024.09.23 18:21:12.333428 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
70 | 2024.09.23 18:21:12.333473 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000244576 sec | ||
71 | 2024.09.23 18:21:12.333588 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
72 | 2024.09.23 18:21:12.333610 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
73 | 2024.09.23 18:21:12.334999 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
74 | 2024.09.23 18:21:12.336204 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
75 | 2024.09.23 18:21:12.336226 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
76 | 2024.09.23 18:21:12.336292 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
77 | 2024.09.23 18:21:12.336331 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
78 | 2024.09.23 18:21:12.336345 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
79 | 2024.09.23 18:21:12.336403 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
80 | 2024.09.23 18:21:12.336415 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
81 | 2024.09.23 18:21:12.336459 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
82 | 2024.09.23 18:21:12.336493 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
83 | 2024.09.23 18:21:12.336533 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
84 | 2024.09.23 18:21:12.336571 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
85 | 2024.09.23 18:21:12.336613 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
86 | 2024.09.23 18:21:12.336646 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
87 | 2024.09.23 18:21:12.336683 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
88 | 2024.09.23 18:21:12.336697 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
89 | 2024.09.23 18:21:12.336756 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
90 | 2024.09.23 18:21:12.336794 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
91 | 2024.09.23 18:21:12.379431 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
92 | 2024.09.23 18:21:12.395973 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
93 | 2024.09.23 18:21:12.396036 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.7773e-05 sec | ||
94 | 2024.09.23 18:21:12.396052 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
95 | 2024.09.23 18:21:12.396063 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
96 | 2024.09.23 18:21:12.396119 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
97 | 2024.09.23 18:21:12.396325 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
98 | 2024.09.23 18:21:12.396396 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
99 | 2024.09.23 18:21:12.396411 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
100 | 2024.09.23 18:21:12.396423 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
101 | 2024.09.23 18:21:12.396467 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
102 | 2024.09.23 18:21:12.437596 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
103 | 2024.09.23 18:21:12.736517 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
104 | 2024.09.23 18:21:12.736634 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
105 | 2024.09.23 18:21:12.842222 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
106 | 2024.09.23 18:21:12.842509 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.09 MiB (RSS), difference: 147.22 MiB | ||
107 | 2024.09.23 18:21:12.843607 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.069e-05 sec. | ||
108 | 2024.09.23 18:21:12.844038 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
109 | 2024.09.23 18:21:12.844139 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
110 | 2024.09.23 18:21:12.844204 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
111 | 2024.09.23 18:21:12.844254 [ 1 ] {} <Information> Application: Ready for connections. | ||
112 | 2024.09.23 18:21:20.088666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
113 | 2024.09.23 18:21:20.089003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
114 | 2024.09.23 18:21:20.089068 [ 3 ] {} <Debug> HTTP-Session: f8e77380-26c3-49ef-a4c0-5a9054cddcad Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
115 | 2024.09.23 18:21:20.089098 [ 3 ] {} <Debug> HTTP-Session: f8e77380-26c3-49ef-a4c0-5a9054cddcad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
116 | 2024.09.23 18:21:20.089147 [ 3 ] {} <Debug> HTTP-Session: f8e77380-26c3-49ef-a4c0-5a9054cddcad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
117 | 2024.09.23 18:21:20.089263 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
118 | 2024.09.23 18:21:20.089296 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
119 | 2024.09.23 18:21:20.089376 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
120 | 2024.09.23 18:21:20.089471 [ 3 ] {} <Trace> HTTP-Session: f8e77380-26c3-49ef-a4c0-5a9054cddcad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
121 | 2024.09.23 18:21:20.090670 [ 3 ] {e13a7208-64b8-4cb7-bb16-4d6729edf8c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
122 | 2024.09.23 18:21:20.130772 [ 3 ] {e13a7208-64b8-4cb7-bb16-4d6729edf8c8} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42598) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
123 | |||
124 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
125 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
126 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
127 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
128 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
129 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
130 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
131 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
132 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
133 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
134 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
135 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
136 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
137 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
138 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
139 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
140 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
141 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
142 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
143 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
144 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
145 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
146 | |||
147 | 2024.09.23 18:21:20.131652 [ 3 ] {e13a7208-64b8-4cb7-bb16-4d6729edf8c8} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
148 | |||
149 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
150 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
151 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
152 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
153 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
154 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
155 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
156 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
157 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
158 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
159 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
160 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
161 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
162 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
163 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
164 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
165 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
166 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
167 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
168 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
169 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
170 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
171 | (version 23.8.7.1) | ||
172 | 2024.09.23 18:21:20.133238 [ 3 ] {} <Debug> HTTP-Session: f8e77380-26c3-49ef-a4c0-5a9054cddcad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2024.09.23 18:21:20.137806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
174 | 2024.09.23 18:21:20.137925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
175 | 2024.09.23 18:21:20.137985 [ 3 ] {} <Debug> HTTP-Session: 63d7cdc4-7b3e-48ab-bf82-4d09fde0777d Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
176 | 2024.09.23 18:21:20.138042 [ 3 ] {} <Debug> HTTP-Session: 63d7cdc4-7b3e-48ab-bf82-4d09fde0777d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2024.09.23 18:21:20.138059 [ 3 ] {} <Debug> HTTP-Session: 63d7cdc4-7b3e-48ab-bf82-4d09fde0777d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2024.09.23 18:21:20.138138 [ 3 ] {} <Trace> HTTP-Session: 63d7cdc4-7b3e-48ab-bf82-4d09fde0777d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
179 | 2024.09.23 18:21:20.138358 [ 3 ] {70adbe82-c644-4863-8c5c-b09513e9a28a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
180 | 2024.09.23 18:21:20.138701 [ 3 ] {70adbe82-c644-4863-8c5c-b09513e9a28a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42598) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
181 | |||
182 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
184 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
188 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
189 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
190 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
191 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
192 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
195 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
196 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
197 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
198 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
199 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
200 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
201 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
202 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
203 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
204 | |||
205 | 2024.09.23 18:21:20.138962 [ 3 ] {70adbe82-c644-4863-8c5c-b09513e9a28a} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
206 | |||
207 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
208 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
209 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
210 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
211 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
212 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
213 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
214 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
215 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
216 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
217 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
218 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
219 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
220 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
221 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
222 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
223 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
224 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
225 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
226 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
227 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
228 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
229 | (version 23.8.7.1) | ||
230 | 2024.09.23 18:21:20.139242 [ 3 ] {} <Debug> HTTP-Session: 63d7cdc4-7b3e-48ab-bf82-4d09fde0777d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2024.09.23 18:21:20.143456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
232 | 2024.09.23 18:21:20.143557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
233 | 2024.09.23 18:21:20.143614 [ 3 ] {} <Debug> HTTP-Session: 5dec474c-5f45-4312-b416-fb13300d2aab Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
234 | 2024.09.23 18:21:20.143663 [ 3 ] {} <Debug> HTTP-Session: 5dec474c-5f45-4312-b416-fb13300d2aab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2024.09.23 18:21:20.143678 [ 3 ] {} <Debug> HTTP-Session: 5dec474c-5f45-4312-b416-fb13300d2aab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
236 | 2024.09.23 18:21:20.143745 [ 3 ] {} <Trace> HTTP-Session: 5dec474c-5f45-4312-b416-fb13300d2aab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
237 | 2024.09.23 18:21:20.145108 [ 3 ] {792ee6e7-fa16-4720-a249-2cd352b179e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
238 | 2024.09.23 18:21:20.145883 [ 3 ] {792ee6e7-fa16-4720-a249-2cd352b179e7} <Debug> DynamicQueryHandler: Done processing query | ||
239 | 2024.09.23 18:21:20.145946 [ 3 ] {} <Debug> HTTP-Session: 5dec474c-5f45-4312-b416-fb13300d2aab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2024.09.23 18:21:20.161071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
241 | 2024.09.23 18:21:20.161135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
242 | 2024.09.23 18:21:20.161196 [ 3 ] {} <Debug> HTTP-Session: 1695477b-2a94-4c54-afcc-955acd8b2972 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
243 | 2024.09.23 18:21:20.161248 [ 3 ] {} <Debug> HTTP-Session: 1695477b-2a94-4c54-afcc-955acd8b2972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
244 | 2024.09.23 18:21:20.161264 [ 3 ] {} <Debug> HTTP-Session: 1695477b-2a94-4c54-afcc-955acd8b2972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
245 | 2024.09.23 18:21:20.161329 [ 3 ] {} <Trace> HTTP-Session: 1695477b-2a94-4c54-afcc-955acd8b2972 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
246 | 2024.09.23 18:21:20.161497 [ 3 ] {f48f594b-1284-441a-bf35-7336d76188bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
247 | 2024.09.23 18:21:20.161627 [ 3 ] {f48f594b-1284-441a-bf35-7336d76188bb} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
248 | 2024.09.23 18:21:20.173463 [ 3 ] {f48f594b-1284-441a-bf35-7336d76188bb} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
249 | 2024.09.23 18:21:20.173517 [ 3 ] {f48f594b-1284-441a-bf35-7336d76188bb} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.8511e-05 sec | ||
250 | 2024.09.23 18:21:20.173534 [ 3 ] {f48f594b-1284-441a-bf35-7336d76188bb} <Trace> ReferentialDeps: No tables | ||
251 | 2024.09.23 18:21:20.173577 [ 3 ] {f48f594b-1284-441a-bf35-7336d76188bb} <Trace> LoadingDeps: No tables | ||
252 | 2024.09.23 18:21:20.173600 [ 3 ] {f48f594b-1284-441a-bf35-7336d76188bb} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
253 | 2024.09.23 18:21:20.173762 [ 3 ] {f48f594b-1284-441a-bf35-7336d76188bb} <Debug> DynamicQueryHandler: Done processing query | ||
254 | 2024.09.23 18:21:20.173785 [ 3 ] {} <Debug> HTTP-Session: 1695477b-2a94-4c54-afcc-955acd8b2972 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
255 | 2024.09.23 18:21:20.173949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
256 | 2024.09.23 18:21:20.174029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
257 | 2024.09.23 18:21:20.174050 [ 3 ] {} <Debug> HTTP-Session: 524e059f-f0ef-4c6b-8ac9-fe0a19cfe541 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
258 | 2024.09.23 18:21:20.174098 [ 3 ] {} <Debug> HTTP-Session: 524e059f-f0ef-4c6b-8ac9-fe0a19cfe541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
259 | 2024.09.23 18:21:20.174141 [ 3 ] {} <Debug> HTTP-Session: 524e059f-f0ef-4c6b-8ac9-fe0a19cfe541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.09.23 18:21:20.174173 [ 3 ] {} <Trace> HTTP-Session: 524e059f-f0ef-4c6b-8ac9-fe0a19cfe541 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
261 | 2024.09.23 18:21:20.174355 [ 3 ] {73cdcfff-26f2-4423-b40d-619d82157457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) /* The version table contains metadata about the `oximeter` database */ | ||
262 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
263 | 2024.09.23 18:21:20.174467 [ 3 ] {73cdcfff-26f2-4423-b40d-619d82157457} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
264 | 2024.09.23 18:21:20.181708 [ 3 ] {73cdcfff-26f2-4423-b40d-619d82157457} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
265 | 2024.09.23 18:21:20.195681 [ 3 ] {73cdcfff-26f2-4423-b40d-619d82157457} <Debug> oximeter.version (05181817-5041-4b1e-83d9-a8864a56d68e): Loading data parts | ||
266 | 2024.09.23 18:21:20.196232 [ 3 ] {73cdcfff-26f2-4423-b40d-619d82157457} <Debug> oximeter.version (05181817-5041-4b1e-83d9-a8864a56d68e): There are no data parts | ||
267 | 2024.09.23 18:21:20.209941 [ 3 ] {73cdcfff-26f2-4423-b40d-619d82157457} <Debug> DynamicQueryHandler: Done processing query | ||
268 | 2024.09.23 18:21:20.210016 [ 3 ] {} <Debug> HTTP-Session: 524e059f-f0ef-4c6b-8ac9-fe0a19cfe541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
269 | 2024.09.23 18:21:20.210159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
270 | 2024.09.23 18:21:20.210243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
271 | 2024.09.23 18:21:20.210287 [ 3 ] {} <Debug> HTTP-Session: 4c434af7-a009-4814-b1cb-af156e0781cb Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
272 | 2024.09.23 18:21:20.210307 [ 3 ] {} <Debug> HTTP-Session: 4c434af7-a009-4814-b1cb-af156e0781cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
273 | 2024.09.23 18:21:20.210370 [ 3 ] {} <Debug> HTTP-Session: 4c434af7-a009-4814-b1cb-af156e0781cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
274 | 2024.09.23 18:21:20.210430 [ 3 ] {} <Trace> HTTP-Session: 4c434af7-a009-4814-b1cb-af156e0781cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
275 | 2024.09.23 18:21:20.210678 [ 3 ] {18a80844-2079-4e75-ba8c-8f818995d23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) /* The measurement tables contain all individual samples from each timeseries. | ||
276 | * | ||
277 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
278 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
279 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
280 | * by all samples from the same timeseries. | ||
281 | * | ||
282 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
283 | * and then uses that to index quickly into the measurements tables. | ||
284 | */ | ||
285 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
286 | 2024.09.23 18:21:20.210790 [ 3 ] {18a80844-2079-4e75-ba8c-8f818995d23f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
287 | 2024.09.23 18:21:20.220013 [ 3 ] {18a80844-2079-4e75-ba8c-8f818995d23f} <Debug> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Loading data parts | ||
288 | 2024.09.23 18:21:20.220273 [ 3 ] {18a80844-2079-4e75-ba8c-8f818995d23f} <Debug> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): There are no data parts | ||
289 | 2024.09.23 18:21:20.225000 [ 3 ] {18a80844-2079-4e75-ba8c-8f818995d23f} <Debug> DynamicQueryHandler: Done processing query | ||
290 | 2024.09.23 18:21:20.225081 [ 3 ] {} <Debug> HTTP-Session: 4c434af7-a009-4814-b1cb-af156e0781cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
291 | 2024.09.23 18:21:20.225254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
292 | 2024.09.23 18:21:20.225352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
293 | 2024.09.23 18:21:20.225418 [ 3 ] {} <Debug> HTTP-Session: 72995783-efc0-4ba6-a4ad-eb13dd087374 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
294 | 2024.09.23 18:21:20.225469 [ 3 ] {} <Debug> HTTP-Session: 72995783-efc0-4ba6-a4ad-eb13dd087374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
295 | 2024.09.23 18:21:20.225488 [ 3 ] {} <Debug> HTTP-Session: 72995783-efc0-4ba6-a4ad-eb13dd087374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
296 | 2024.09.23 18:21:20.225560 [ 3 ] {} <Trace> HTTP-Session: 72995783-efc0-4ba6-a4ad-eb13dd087374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
297 | 2024.09.23 18:21:20.225816 [ 3 ] {4499181b-1f6a-4b74-9d12-c1ef6dd1e05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
298 | 2024.09.23 18:21:20.225912 [ 3 ] {4499181b-1f6a-4b74-9d12-c1ef6dd1e05b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
299 | 2024.09.23 18:21:20.234342 [ 3 ] {4499181b-1f6a-4b74-9d12-c1ef6dd1e05b} <Debug> oximeter.measurements_i8 (f8cfb1c0-0fcc-4754-8b66-fd7b7d2fb2ec): Loading data parts | ||
300 | 2024.09.23 18:21:20.234555 [ 3 ] {4499181b-1f6a-4b74-9d12-c1ef6dd1e05b} <Debug> oximeter.measurements_i8 (f8cfb1c0-0fcc-4754-8b66-fd7b7d2fb2ec): There are no data parts | ||
301 | 2024.09.23 18:21:20.244543 [ 3 ] {4499181b-1f6a-4b74-9d12-c1ef6dd1e05b} <Debug> DynamicQueryHandler: Done processing query | ||
302 | 2024.09.23 18:21:20.244608 [ 3 ] {} <Debug> HTTP-Session: 72995783-efc0-4ba6-a4ad-eb13dd087374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
303 | 2024.09.23 18:21:20.244743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
304 | 2024.09.23 18:21:20.244828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
305 | 2024.09.23 18:21:20.244886 [ 3 ] {} <Debug> HTTP-Session: 2f7fe650-993f-4076-8aa0-eec116904857 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
306 | 2024.09.23 18:21:20.244952 [ 3 ] {} <Debug> HTTP-Session: 2f7fe650-993f-4076-8aa0-eec116904857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.09.23 18:21:20.244966 [ 3 ] {} <Debug> HTTP-Session: 2f7fe650-993f-4076-8aa0-eec116904857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
308 | 2024.09.23 18:21:20.245050 [ 3 ] {} <Trace> HTTP-Session: 2f7fe650-993f-4076-8aa0-eec116904857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
309 | 2024.09.23 18:21:20.245265 [ 3 ] {bea7c176-b862-46a9-9c31-d26d1ccfdcd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
310 | 2024.09.23 18:21:20.245345 [ 3 ] {bea7c176-b862-46a9-9c31-d26d1ccfdcd8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
311 | 2024.09.23 18:21:20.257993 [ 3 ] {bea7c176-b862-46a9-9c31-d26d1ccfdcd8} <Debug> oximeter.measurements_u8 (e151f179-6d71-4c2c-a111-cc8d3f085aec): Loading data parts | ||
312 | 2024.09.23 18:21:20.258227 [ 3 ] {bea7c176-b862-46a9-9c31-d26d1ccfdcd8} <Debug> oximeter.measurements_u8 (e151f179-6d71-4c2c-a111-cc8d3f085aec): There are no data parts | ||
313 | 2024.09.23 18:21:20.264892 [ 3 ] {bea7c176-b862-46a9-9c31-d26d1ccfdcd8} <Debug> DynamicQueryHandler: Done processing query | ||
314 | 2024.09.23 18:21:20.264993 [ 3 ] {} <Debug> HTTP-Session: 2f7fe650-993f-4076-8aa0-eec116904857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
315 | 2024.09.23 18:21:20.265168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
316 | 2024.09.23 18:21:20.265220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
317 | 2024.09.23 18:21:20.265303 [ 3 ] {} <Debug> HTTP-Session: 8eeabd4a-786f-4938-9176-6db56dd9380f Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
318 | 2024.09.23 18:21:20.265367 [ 3 ] {} <Debug> HTTP-Session: 8eeabd4a-786f-4938-9176-6db56dd9380f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.09.23 18:21:20.265385 [ 3 ] {} <Debug> HTTP-Session: 8eeabd4a-786f-4938-9176-6db56dd9380f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
320 | 2024.09.23 18:21:20.265459 [ 3 ] {} <Trace> HTTP-Session: 8eeabd4a-786f-4938-9176-6db56dd9380f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
321 | 2024.09.23 18:21:20.265736 [ 3 ] {5365617f-cf32-4c60-b5a8-420ed7205835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
322 | 2024.09.23 18:21:20.265865 [ 3 ] {5365617f-cf32-4c60-b5a8-420ed7205835} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
323 | 2024.09.23 18:21:20.276071 [ 3 ] {5365617f-cf32-4c60-b5a8-420ed7205835} <Debug> oximeter.measurements_i16 (26d888b8-9fdf-4a7f-8ed0-7386e248be05): Loading data parts | ||
324 | 2024.09.23 18:21:20.276309 [ 3 ] {5365617f-cf32-4c60-b5a8-420ed7205835} <Debug> oximeter.measurements_i16 (26d888b8-9fdf-4a7f-8ed0-7386e248be05): There are no data parts | ||
325 | 2024.09.23 18:21:20.289211 [ 3 ] {5365617f-cf32-4c60-b5a8-420ed7205835} <Debug> DynamicQueryHandler: Done processing query | ||
326 | 2024.09.23 18:21:20.289240 [ 3 ] {} <Debug> HTTP-Session: 8eeabd4a-786f-4938-9176-6db56dd9380f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
327 | 2024.09.23 18:21:20.289364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
328 | 2024.09.23 18:21:20.289483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
329 | 2024.09.23 18:21:20.289505 [ 3 ] {} <Debug> HTTP-Session: 2a74ef97-8a27-4d19-9707-9c6a2116aa14 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
330 | 2024.09.23 18:21:20.289556 [ 3 ] {} <Debug> HTTP-Session: 2a74ef97-8a27-4d19-9707-9c6a2116aa14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.09.23 18:21:20.289570 [ 3 ] {} <Debug> HTTP-Session: 2a74ef97-8a27-4d19-9707-9c6a2116aa14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
332 | 2024.09.23 18:21:20.289635 [ 3 ] {} <Trace> HTTP-Session: 2a74ef97-8a27-4d19-9707-9c6a2116aa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
333 | 2024.09.23 18:21:20.289858 [ 3 ] {a2af0f40-7a23-437a-9f64-1fd57b0f9234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
334 | 2024.09.23 18:21:20.289974 [ 3 ] {a2af0f40-7a23-437a-9f64-1fd57b0f9234} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
335 | 2024.09.23 18:21:20.294015 [ 3 ] {a2af0f40-7a23-437a-9f64-1fd57b0f9234} <Debug> oximeter.measurements_u16 (7847e58c-a9e5-42c7-b6bf-db0af4c5b3c5): Loading data parts | ||
336 | 2024.09.23 18:21:20.294196 [ 3 ] {a2af0f40-7a23-437a-9f64-1fd57b0f9234} <Debug> oximeter.measurements_u16 (7847e58c-a9e5-42c7-b6bf-db0af4c5b3c5): There are no data parts | ||
337 | 2024.09.23 18:21:20.299192 [ 3 ] {a2af0f40-7a23-437a-9f64-1fd57b0f9234} <Debug> DynamicQueryHandler: Done processing query | ||
338 | 2024.09.23 18:21:20.299293 [ 3 ] {} <Debug> HTTP-Session: 2a74ef97-8a27-4d19-9707-9c6a2116aa14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
339 | 2024.09.23 18:21:20.299529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
340 | 2024.09.23 18:21:20.299664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
341 | 2024.09.23 18:21:20.299699 [ 3 ] {} <Debug> HTTP-Session: e2208ea0-46fc-4bd8-9d51-3b76990c1635 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
342 | 2024.09.23 18:21:20.299772 [ 3 ] {} <Debug> HTTP-Session: e2208ea0-46fc-4bd8-9d51-3b76990c1635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.09.23 18:21:20.299802 [ 3 ] {} <Debug> HTTP-Session: e2208ea0-46fc-4bd8-9d51-3b76990c1635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
344 | 2024.09.23 18:21:20.299902 [ 3 ] {} <Trace> HTTP-Session: e2208ea0-46fc-4bd8-9d51-3b76990c1635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
345 | 2024.09.23 18:21:20.300135 [ 3 ] {ac3815af-34f8-46fb-ac9b-b80f7d87b721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
346 | 2024.09.23 18:21:20.300247 [ 3 ] {ac3815af-34f8-46fb-ac9b-b80f7d87b721} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
347 | 2024.09.23 18:21:20.305717 [ 3 ] {ac3815af-34f8-46fb-ac9b-b80f7d87b721} <Debug> oximeter.measurements_i32 (077cab0f-245a-40f9-be2c-6430694f1d3d): Loading data parts | ||
348 | 2024.09.23 18:21:20.305897 [ 3 ] {ac3815af-34f8-46fb-ac9b-b80f7d87b721} <Debug> oximeter.measurements_i32 (077cab0f-245a-40f9-be2c-6430694f1d3d): There are no data parts | ||
349 | 2024.09.23 18:21:20.310888 [ 3 ] {ac3815af-34f8-46fb-ac9b-b80f7d87b721} <Debug> DynamicQueryHandler: Done processing query | ||
350 | 2024.09.23 18:21:20.310950 [ 3 ] {} <Debug> HTTP-Session: e2208ea0-46fc-4bd8-9d51-3b76990c1635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
351 | 2024.09.23 18:21:20.311282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
352 | 2024.09.23 18:21:20.311396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
353 | 2024.09.23 18:21:20.311417 [ 3 ] {} <Debug> HTTP-Session: aa867e1a-3347-47d9-9d64-535139c66791 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
354 | 2024.09.23 18:21:20.311470 [ 3 ] {} <Debug> HTTP-Session: aa867e1a-3347-47d9-9d64-535139c66791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.09.23 18:21:20.311513 [ 3 ] {} <Debug> HTTP-Session: aa867e1a-3347-47d9-9d64-535139c66791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.09.23 18:21:20.311546 [ 3 ] {} <Trace> HTTP-Session: aa867e1a-3347-47d9-9d64-535139c66791 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
357 | 2024.09.23 18:21:20.311758 [ 3 ] {368609fb-af71-429d-85b4-4b53970ebf2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
358 | 2024.09.23 18:21:20.311867 [ 3 ] {368609fb-af71-429d-85b4-4b53970ebf2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
359 | 2024.09.23 18:21:20.317034 [ 3 ] {368609fb-af71-429d-85b4-4b53970ebf2e} <Debug> oximeter.measurements_u32 (d0b2eaa0-5f27-42cb-b453-92e9325a981c): Loading data parts | ||
360 | 2024.09.23 18:21:20.317268 [ 3 ] {368609fb-af71-429d-85b4-4b53970ebf2e} <Debug> oximeter.measurements_u32 (d0b2eaa0-5f27-42cb-b453-92e9325a981c): There are no data parts | ||
361 | 2024.09.23 18:21:20.328331 [ 3 ] {368609fb-af71-429d-85b4-4b53970ebf2e} <Debug> DynamicQueryHandler: Done processing query | ||
362 | 2024.09.23 18:21:20.328357 [ 3 ] {} <Debug> HTTP-Session: aa867e1a-3347-47d9-9d64-535139c66791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
363 | 2024.09.23 18:21:20.328561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
364 | 2024.09.23 18:21:20.328651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
365 | 2024.09.23 18:21:20.328671 [ 3 ] {} <Debug> HTTP-Session: fbde8e2d-6843-4ad7-b2c5-9577d089320a Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
366 | 2024.09.23 18:21:20.328721 [ 3 ] {} <Debug> HTTP-Session: fbde8e2d-6843-4ad7-b2c5-9577d089320a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.09.23 18:21:20.328768 [ 3 ] {} <Debug> HTTP-Session: fbde8e2d-6843-4ad7-b2c5-9577d089320a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
368 | 2024.09.23 18:21:20.328799 [ 3 ] {} <Trace> HTTP-Session: fbde8e2d-6843-4ad7-b2c5-9577d089320a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
369 | 2024.09.23 18:21:20.329050 [ 3 ] {be1e41c3-9ba9-4e18-bf58-65591dc286ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
370 | 2024.09.23 18:21:20.329168 [ 3 ] {be1e41c3-9ba9-4e18-bf58-65591dc286ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
371 | 2024.09.23 18:21:20.335070 [ 3 ] {be1e41c3-9ba9-4e18-bf58-65591dc286ad} <Debug> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Loading data parts | ||
372 | 2024.09.23 18:21:20.335270 [ 3 ] {be1e41c3-9ba9-4e18-bf58-65591dc286ad} <Debug> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): There are no data parts | ||
373 | 2024.09.23 18:21:20.341951 [ 3 ] {be1e41c3-9ba9-4e18-bf58-65591dc286ad} <Debug> DynamicQueryHandler: Done processing query | ||
374 | 2024.09.23 18:21:20.341982 [ 3 ] {} <Debug> HTTP-Session: fbde8e2d-6843-4ad7-b2c5-9577d089320a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
375 | 2024.09.23 18:21:20.342169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
376 | 2024.09.23 18:21:20.342268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
377 | 2024.09.23 18:21:20.342293 [ 3 ] {} <Debug> HTTP-Session: ea4370b0-4cda-44fb-87c1-fdf37cc2aa6b Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
378 | 2024.09.23 18:21:20.342350 [ 3 ] {} <Debug> HTTP-Session: ea4370b0-4cda-44fb-87c1-fdf37cc2aa6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.09.23 18:21:20.342399 [ 3 ] {} <Debug> HTTP-Session: ea4370b0-4cda-44fb-87c1-fdf37cc2aa6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.09.23 18:21:20.342438 [ 3 ] {} <Trace> HTTP-Session: ea4370b0-4cda-44fb-87c1-fdf37cc2aa6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2024.09.23 18:21:20.342687 [ 3 ] {c9364917-e3c0-43cc-9de4-cadfa05e6719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
382 | 2024.09.23 18:21:20.342814 [ 3 ] {c9364917-e3c0-43cc-9de4-cadfa05e6719} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
383 | 2024.09.23 18:21:20.346685 [ 3 ] {c9364917-e3c0-43cc-9de4-cadfa05e6719} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Loading data parts | ||
384 | 2024.09.23 18:21:20.346854 [ 3 ] {c9364917-e3c0-43cc-9de4-cadfa05e6719} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): There are no data parts | ||
385 | 2024.09.23 18:21:20.353616 [ 3 ] {c9364917-e3c0-43cc-9de4-cadfa05e6719} <Debug> DynamicQueryHandler: Done processing query | ||
386 | 2024.09.23 18:21:20.353647 [ 3 ] {} <Debug> HTTP-Session: ea4370b0-4cda-44fb-87c1-fdf37cc2aa6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
387 | 2024.09.23 18:21:20.353822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
388 | 2024.09.23 18:21:20.353918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
389 | 2024.09.23 18:21:20.353939 [ 3 ] {} <Debug> HTTP-Session: f15ba6c1-4a71-4523-9ded-96758241e5dd Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
390 | 2024.09.23 18:21:20.353987 [ 3 ] {} <Debug> HTTP-Session: f15ba6c1-4a71-4523-9ded-96758241e5dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.09.23 18:21:20.354032 [ 3 ] {} <Debug> HTTP-Session: f15ba6c1-4a71-4523-9ded-96758241e5dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.09.23 18:21:20.354063 [ 3 ] {} <Trace> HTTP-Session: f15ba6c1-4a71-4523-9ded-96758241e5dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2024.09.23 18:21:20.354269 [ 3 ] {481453c6-18d8-45e6-b9ab-ac315d4762c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
394 | 2024.09.23 18:21:20.354376 [ 3 ] {481453c6-18d8-45e6-b9ab-ac315d4762c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
395 | 2024.09.23 18:21:20.363632 [ 3 ] {481453c6-18d8-45e6-b9ab-ac315d4762c5} <Debug> oximeter.measurements_f32 (6b282700-6f54-4362-9fb3-8c86bf111191): Loading data parts | ||
396 | 2024.09.23 18:21:20.363856 [ 3 ] {481453c6-18d8-45e6-b9ab-ac315d4762c5} <Debug> oximeter.measurements_f32 (6b282700-6f54-4362-9fb3-8c86bf111191): There are no data parts | ||
397 | 2024.09.23 18:21:20.370805 [ 3 ] {481453c6-18d8-45e6-b9ab-ac315d4762c5} <Debug> DynamicQueryHandler: Done processing query | ||
398 | 2024.09.23 18:21:20.370837 [ 3 ] {} <Debug> HTTP-Session: f15ba6c1-4a71-4523-9ded-96758241e5dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
399 | 2024.09.23 18:21:20.371031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
400 | 2024.09.23 18:21:20.371120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
401 | 2024.09.23 18:21:20.371142 [ 3 ] {} <Debug> HTTP-Session: 743e5d96-0757-4582-8b7a-8a387c43e318 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
402 | 2024.09.23 18:21:20.371212 [ 3 ] {} <Debug> HTTP-Session: 743e5d96-0757-4582-8b7a-8a387c43e318 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.09.23 18:21:20.371261 [ 3 ] {} <Debug> HTTP-Session: 743e5d96-0757-4582-8b7a-8a387c43e318 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.09.23 18:21:20.371295 [ 3 ] {} <Trace> HTTP-Session: 743e5d96-0757-4582-8b7a-8a387c43e318 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
405 | 2024.09.23 18:21:20.371509 [ 3 ] {e7bf7927-e0f7-4a1b-8847-1ad7ed41fd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
406 | 2024.09.23 18:21:20.371621 [ 3 ] {e7bf7927-e0f7-4a1b-8847-1ad7ed41fd7d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
407 | 2024.09.23 18:21:20.375691 [ 3 ] {e7bf7927-e0f7-4a1b-8847-1ad7ed41fd7d} <Debug> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Loading data parts | ||
408 | 2024.09.23 18:21:20.375886 [ 3 ] {e7bf7927-e0f7-4a1b-8847-1ad7ed41fd7d} <Debug> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): There are no data parts | ||
409 | 2024.09.23 18:21:20.384684 [ 3 ] {e7bf7927-e0f7-4a1b-8847-1ad7ed41fd7d} <Debug> DynamicQueryHandler: Done processing query | ||
410 | 2024.09.23 18:21:20.384710 [ 3 ] {} <Debug> HTTP-Session: 743e5d96-0757-4582-8b7a-8a387c43e318 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
411 | 2024.09.23 18:21:20.384875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
412 | 2024.09.23 18:21:20.384957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
413 | 2024.09.23 18:21:20.385009 [ 3 ] {} <Debug> HTTP-Session: 8de8617f-c271-42f3-bbbf-a437842888b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
414 | 2024.09.23 18:21:20.385027 [ 3 ] {} <Debug> HTTP-Session: 8de8617f-c271-42f3-bbbf-a437842888b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.09.23 18:21:20.385073 [ 3 ] {} <Debug> HTTP-Session: 8de8617f-c271-42f3-bbbf-a437842888b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.09.23 18:21:20.385134 [ 3 ] {} <Trace> HTTP-Session: 8de8617f-c271-42f3-bbbf-a437842888b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
417 | 2024.09.23 18:21:20.385315 [ 3 ] {31af4c8e-0b6b-4226-a684-c3c039ae6db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
418 | 2024.09.23 18:21:20.385427 [ 3 ] {31af4c8e-0b6b-4226-a684-c3c039ae6db4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
419 | 2024.09.23 18:21:20.390305 [ 3 ] {31af4c8e-0b6b-4226-a684-c3c039ae6db4} <Debug> oximeter.measurements_string (bd531cc5-6c25-4c71-a9e1-4ca0887f46c3): Loading data parts | ||
420 | 2024.09.23 18:21:20.390501 [ 3 ] {31af4c8e-0b6b-4226-a684-c3c039ae6db4} <Debug> oximeter.measurements_string (bd531cc5-6c25-4c71-a9e1-4ca0887f46c3): There are no data parts | ||
421 | 2024.09.23 18:21:20.394950 [ 3 ] {31af4c8e-0b6b-4226-a684-c3c039ae6db4} <Debug> DynamicQueryHandler: Done processing query | ||
422 | 2024.09.23 18:21:20.394975 [ 3 ] {} <Debug> HTTP-Session: 8de8617f-c271-42f3-bbbf-a437842888b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
423 | 2024.09.23 18:21:20.395177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
424 | 2024.09.23 18:21:20.395281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
425 | 2024.09.23 18:21:20.395341 [ 3 ] {} <Debug> HTTP-Session: ca4e6f81-edea-480d-b487-370f29887132 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
426 | 2024.09.23 18:21:20.395357 [ 3 ] {} <Debug> HTTP-Session: ca4e6f81-edea-480d-b487-370f29887132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.09.23 18:21:20.395404 [ 3 ] {} <Debug> HTTP-Session: ca4e6f81-edea-480d-b487-370f29887132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.09.23 18:21:20.395467 [ 3 ] {} <Trace> HTTP-Session: ca4e6f81-edea-480d-b487-370f29887132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
429 | 2024.09.23 18:21:20.395675 [ 3 ] {58c32454-c3fe-467c-8bb9-75347645fe8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
430 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
431 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
432 | * a string isn't palatable for a few reasons. | ||
433 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
434 | * details. | ||
435 | */ | ||
436 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
437 | 2024.09.23 18:21:20.395789 [ 3 ] {58c32454-c3fe-467c-8bb9-75347645fe8e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
438 | 2024.09.23 18:21:20.405736 [ 3 ] {58c32454-c3fe-467c-8bb9-75347645fe8e} <Debug> oximeter.measurements_bytes (2386abea-e8d7-48ad-85ed-71269d5c749a): Loading data parts | ||
439 | 2024.09.23 18:21:20.406031 [ 3 ] {58c32454-c3fe-467c-8bb9-75347645fe8e} <Debug> oximeter.measurements_bytes (2386abea-e8d7-48ad-85ed-71269d5c749a): There are no data parts | ||
440 | 2024.09.23 18:21:20.416561 [ 3 ] {58c32454-c3fe-467c-8bb9-75347645fe8e} <Debug> DynamicQueryHandler: Done processing query | ||
441 | 2024.09.23 18:21:20.416640 [ 3 ] {} <Debug> HTTP-Session: ca4e6f81-edea-480d-b487-370f29887132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
442 | 2024.09.23 18:21:20.416792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
443 | 2024.09.23 18:21:20.416898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
444 | 2024.09.23 18:21:20.416962 [ 3 ] {} <Debug> HTTP-Session: 903937d1-c595-4dbe-aa94-7b2cdd7b368a Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
445 | 2024.09.23 18:21:20.417014 [ 3 ] {} <Debug> HTTP-Session: 903937d1-c595-4dbe-aa94-7b2cdd7b368a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
446 | 2024.09.23 18:21:20.417030 [ 3 ] {} <Debug> HTTP-Session: 903937d1-c595-4dbe-aa94-7b2cdd7b368a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
447 | 2024.09.23 18:21:20.417094 [ 3 ] {} <Trace> HTTP-Session: 903937d1-c595-4dbe-aa94-7b2cdd7b368a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
448 | 2024.09.23 18:21:20.417317 [ 3 ] {30844ef0-c0ba-4738-8979-bca24b142100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
449 | 2024.09.23 18:21:20.417429 [ 3 ] {30844ef0-c0ba-4738-8979-bca24b142100} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
450 | 2024.09.23 18:21:20.422158 [ 3 ] {30844ef0-c0ba-4738-8979-bca24b142100} <Debug> oximeter.measurements_cumulativei64 (be3b5e42-3bff-49c0-bd38-3c0bd6bc777e): Loading data parts | ||
451 | 2024.09.23 18:21:20.422374 [ 3 ] {30844ef0-c0ba-4738-8979-bca24b142100} <Debug> oximeter.measurements_cumulativei64 (be3b5e42-3bff-49c0-bd38-3c0bd6bc777e): There are no data parts | ||
452 | 2024.09.23 18:21:20.430817 [ 3 ] {30844ef0-c0ba-4738-8979-bca24b142100} <Debug> DynamicQueryHandler: Done processing query | ||
453 | 2024.09.23 18:21:20.430843 [ 3 ] {} <Debug> HTTP-Session: 903937d1-c595-4dbe-aa94-7b2cdd7b368a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
454 | 2024.09.23 18:21:20.431002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
455 | 2024.09.23 18:21:20.431083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
456 | 2024.09.23 18:21:20.431104 [ 3 ] {} <Debug> HTTP-Session: 84ddf83b-b1a9-416c-9412-c78a8f726d1a Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
457 | 2024.09.23 18:21:20.431152 [ 3 ] {} <Debug> HTTP-Session: 84ddf83b-b1a9-416c-9412-c78a8f726d1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.09.23 18:21:20.431196 [ 3 ] {} <Debug> HTTP-Session: 84ddf83b-b1a9-416c-9412-c78a8f726d1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.09.23 18:21:20.431228 [ 3 ] {} <Trace> HTTP-Session: 84ddf83b-b1a9-416c-9412-c78a8f726d1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
460 | 2024.09.23 18:21:20.431442 [ 3 ] {968619cb-d0d4-446d-8def-4417ac747b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
461 | 2024.09.23 18:21:20.431551 [ 3 ] {968619cb-d0d4-446d-8def-4417ac747b28} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
462 | 2024.09.23 18:21:20.441781 [ 3 ] {968619cb-d0d4-446d-8def-4417ac747b28} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Loading data parts | ||
463 | 2024.09.23 18:21:20.442011 [ 3 ] {968619cb-d0d4-446d-8def-4417ac747b28} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): There are no data parts | ||
464 | 2024.09.23 18:21:20.454378 [ 3 ] {968619cb-d0d4-446d-8def-4417ac747b28} <Debug> DynamicQueryHandler: Done processing query | ||
465 | 2024.09.23 18:21:20.454440 [ 3 ] {} <Debug> HTTP-Session: 84ddf83b-b1a9-416c-9412-c78a8f726d1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
466 | 2024.09.23 18:21:20.454576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
467 | 2024.09.23 18:21:20.454657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
468 | 2024.09.23 18:21:20.454703 [ 3 ] {} <Debug> HTTP-Session: a8ddde14-974c-4e34-9275-298235342d87 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
469 | 2024.09.23 18:21:20.454721 [ 3 ] {} <Debug> HTTP-Session: a8ddde14-974c-4e34-9275-298235342d87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.09.23 18:21:20.454770 [ 3 ] {} <Debug> HTTP-Session: a8ddde14-974c-4e34-9275-298235342d87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.09.23 18:21:20.454832 [ 3 ] {} <Trace> HTTP-Session: a8ddde14-974c-4e34-9275-298235342d87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
472 | 2024.09.23 18:21:20.455021 [ 3 ] {ab0d6442-eced-486e-a0b2-5cd43bbd58f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
473 | 2024.09.23 18:21:20.455129 [ 3 ] {ab0d6442-eced-486e-a0b2-5cd43bbd58f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
474 | 2024.09.23 18:21:20.465081 [ 3 ] {ab0d6442-eced-486e-a0b2-5cd43bbd58f9} <Debug> oximeter.measurements_cumulativef32 (b6e0b744-0bbe-4bcb-b70a-a7330eddee23): Loading data parts | ||
475 | 2024.09.23 18:21:20.465297 [ 3 ] {ab0d6442-eced-486e-a0b2-5cd43bbd58f9} <Debug> oximeter.measurements_cumulativef32 (b6e0b744-0bbe-4bcb-b70a-a7330eddee23): There are no data parts | ||
476 | 2024.09.23 18:21:20.479573 [ 3 ] {ab0d6442-eced-486e-a0b2-5cd43bbd58f9} <Debug> DynamicQueryHandler: Done processing query | ||
477 | 2024.09.23 18:21:20.479638 [ 3 ] {} <Debug> HTTP-Session: a8ddde14-974c-4e34-9275-298235342d87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
478 | 2024.09.23 18:21:20.479803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
479 | 2024.09.23 18:21:20.479853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
480 | 2024.09.23 18:21:20.479908 [ 3 ] {} <Debug> HTTP-Session: a67f2fbe-3777-491a-b785-7b494dbcae9f Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
481 | 2024.09.23 18:21:20.479952 [ 3 ] {} <Debug> HTTP-Session: a67f2fbe-3777-491a-b785-7b494dbcae9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.09.23 18:21:20.479967 [ 3 ] {} <Debug> HTTP-Session: a67f2fbe-3777-491a-b785-7b494dbcae9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.09.23 18:21:20.480029 [ 3 ] {} <Trace> HTTP-Session: a67f2fbe-3777-491a-b785-7b494dbcae9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
484 | 2024.09.23 18:21:20.480244 [ 3 ] {3934e907-6b64-45e3-afba-2969744a1755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
485 | 2024.09.23 18:21:20.480358 [ 3 ] {3934e907-6b64-45e3-afba-2969744a1755} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
486 | 2024.09.23 18:21:20.487144 [ 3 ] {3934e907-6b64-45e3-afba-2969744a1755} <Debug> oximeter.measurements_cumulativef64 (a9866ee2-b8e8-46d2-86a5-8b04f757f11d): Loading data parts | ||
487 | 2024.09.23 18:21:20.487372 [ 3 ] {3934e907-6b64-45e3-afba-2969744a1755} <Debug> oximeter.measurements_cumulativef64 (a9866ee2-b8e8-46d2-86a5-8b04f757f11d): There are no data parts | ||
488 | 2024.09.23 18:21:20.510911 [ 3 ] {3934e907-6b64-45e3-afba-2969744a1755} <Debug> DynamicQueryHandler: Done processing query | ||
489 | 2024.09.23 18:21:20.510942 [ 3 ] {} <Debug> HTTP-Session: a67f2fbe-3777-491a-b785-7b494dbcae9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
490 | 2024.09.23 18:21:20.511149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
491 | 2024.09.23 18:21:20.511250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
492 | 2024.09.23 18:21:20.511276 [ 3 ] {} <Debug> HTTP-Session: 4a6569fe-c05a-4919-b861-2f932ecf6a4f Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
493 | 2024.09.23 18:21:20.511334 [ 3 ] {} <Debug> HTTP-Session: 4a6569fe-c05a-4919-b861-2f932ecf6a4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.09.23 18:21:20.511383 [ 3 ] {} <Debug> HTTP-Session: 4a6569fe-c05a-4919-b861-2f932ecf6a4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.09.23 18:21:20.511424 [ 3 ] {} <Trace> HTTP-Session: 4a6569fe-c05a-4919-b861-2f932ecf6a4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
496 | 2024.09.23 18:21:20.511780 [ 3 ] {8e2a7f68-e7e1-4cda-96fa-37768991e53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
497 | * NOTE: Array types cannot be Nullable, see | ||
498 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
499 | * for more details. | ||
500 | * | ||
501 | * This means we need to use empty arrays to indicate a missing value. This | ||
502 | * is unfortunate, and at this point relies on the fact that an | ||
503 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
504 | * to figure out another way to represent missing samples here. | ||
505 | */ | ||
506 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
507 | 2024.09.23 18:21:20.511920 [ 3 ] {8e2a7f68-e7e1-4cda-96fa-37768991e53f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
508 | 2024.09.23 18:21:20.528618 [ 3 ] {8e2a7f68-e7e1-4cda-96fa-37768991e53f} <Debug> oximeter.measurements_histogrami8 (3b9ba47c-18ea-4313-ad06-6cf4146310c1): Loading data parts | ||
509 | 2024.09.23 18:21:20.528839 [ 3 ] {8e2a7f68-e7e1-4cda-96fa-37768991e53f} <Debug> oximeter.measurements_histogrami8 (3b9ba47c-18ea-4313-ad06-6cf4146310c1): There are no data parts | ||
510 | 2024.09.23 18:21:20.538364 [ 3 ] {8e2a7f68-e7e1-4cda-96fa-37768991e53f} <Debug> DynamicQueryHandler: Done processing query | ||
511 | 2024.09.23 18:21:20.538391 [ 3 ] {} <Debug> HTTP-Session: 4a6569fe-c05a-4919-b861-2f932ecf6a4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
512 | 2024.09.23 18:21:20.538564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
513 | 2024.09.23 18:21:20.538648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
514 | 2024.09.23 18:21:20.538667 [ 3 ] {} <Debug> HTTP-Session: 5e506db7-a836-4134-9d4a-3a69b751bc2c Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
515 | 2024.09.23 18:21:20.538716 [ 3 ] {} <Debug> HTTP-Session: 5e506db7-a836-4134-9d4a-3a69b751bc2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
516 | 2024.09.23 18:21:20.538764 [ 3 ] {} <Debug> HTTP-Session: 5e506db7-a836-4134-9d4a-3a69b751bc2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
517 | 2024.09.23 18:21:20.538795 [ 3 ] {} <Trace> HTTP-Session: 5e506db7-a836-4134-9d4a-3a69b751bc2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
518 | 2024.09.23 18:21:20.539083 [ 3 ] {e29722c0-ca41-46d4-934b-683f233425bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
519 | 2024.09.23 18:21:20.539208 [ 3 ] {e29722c0-ca41-46d4-934b-683f233425bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
520 | 2024.09.23 18:21:20.550764 [ 3 ] {e29722c0-ca41-46d4-934b-683f233425bf} <Debug> oximeter.measurements_histogramu8 (10217fb7-a7b4-4e29-9210-aa8aa0df29f4): Loading data parts | ||
521 | 2024.09.23 18:21:20.550979 [ 3 ] {e29722c0-ca41-46d4-934b-683f233425bf} <Debug> oximeter.measurements_histogramu8 (10217fb7-a7b4-4e29-9210-aa8aa0df29f4): There are no data parts | ||
522 | 2024.09.23 18:21:20.556456 [ 3 ] {e29722c0-ca41-46d4-934b-683f233425bf} <Debug> DynamicQueryHandler: Done processing query | ||
523 | 2024.09.23 18:21:20.556482 [ 3 ] {} <Debug> HTTP-Session: 5e506db7-a836-4134-9d4a-3a69b751bc2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
524 | 2024.09.23 18:21:20.556669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
525 | 2024.09.23 18:21:20.556750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
526 | 2024.09.23 18:21:20.556771 [ 3 ] {} <Debug> HTTP-Session: 4d1a1887-cd2a-40f2-9cb2-0a8a1becae5d Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
527 | 2024.09.23 18:21:20.556824 [ 3 ] {} <Debug> HTTP-Session: 4d1a1887-cd2a-40f2-9cb2-0a8a1becae5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.09.23 18:21:20.556868 [ 3 ] {} <Debug> HTTP-Session: 4d1a1887-cd2a-40f2-9cb2-0a8a1becae5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.09.23 18:21:20.556901 [ 3 ] {} <Trace> HTTP-Session: 4d1a1887-cd2a-40f2-9cb2-0a8a1becae5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
530 | 2024.09.23 18:21:20.557183 [ 3 ] {1499b242-9a78-415f-a95b-2b267e14553a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
531 | 2024.09.23 18:21:20.557308 [ 3 ] {1499b242-9a78-415f-a95b-2b267e14553a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
532 | 2024.09.23 18:21:20.564718 [ 3 ] {1499b242-9a78-415f-a95b-2b267e14553a} <Debug> oximeter.measurements_histogrami16 (ab08a36d-b275-4e61-bccb-d65268909b41): Loading data parts | ||
533 | 2024.09.23 18:21:20.564939 [ 3 ] {1499b242-9a78-415f-a95b-2b267e14553a} <Debug> oximeter.measurements_histogrami16 (ab08a36d-b275-4e61-bccb-d65268909b41): There are no data parts | ||
534 | 2024.09.23 18:21:20.570380 [ 3 ] {1499b242-9a78-415f-a95b-2b267e14553a} <Debug> DynamicQueryHandler: Done processing query | ||
535 | 2024.09.23 18:21:20.570406 [ 3 ] {} <Debug> HTTP-Session: 4d1a1887-cd2a-40f2-9cb2-0a8a1becae5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
536 | 2024.09.23 18:21:20.570556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
537 | 2024.09.23 18:21:20.570638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
538 | 2024.09.23 18:21:20.570688 [ 3 ] {} <Debug> HTTP-Session: 53f26f8c-1aa4-4ae5-954f-596bfbefbd5f Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
539 | 2024.09.23 18:21:20.570705 [ 3 ] {} <Debug> HTTP-Session: 53f26f8c-1aa4-4ae5-954f-596bfbefbd5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.09.23 18:21:20.570751 [ 3 ] {} <Debug> HTTP-Session: 53f26f8c-1aa4-4ae5-954f-596bfbefbd5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.09.23 18:21:20.570781 [ 3 ] {} <Trace> HTTP-Session: 53f26f8c-1aa4-4ae5-954f-596bfbefbd5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
542 | 2024.09.23 18:21:20.571063 [ 3 ] {b0395f2b-039e-4925-b469-6ddd406fdd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
543 | 2024.09.23 18:21:20.571181 [ 3 ] {b0395f2b-039e-4925-b469-6ddd406fdd4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
544 | 2024.09.23 18:21:20.581447 [ 3 ] {b0395f2b-039e-4925-b469-6ddd406fdd4e} <Debug> oximeter.measurements_histogramu16 (11338892-6c14-4e19-83d2-145a748ff7be): Loading data parts | ||
545 | 2024.09.23 18:21:20.581646 [ 3 ] {b0395f2b-039e-4925-b469-6ddd406fdd4e} <Debug> oximeter.measurements_histogramu16 (11338892-6c14-4e19-83d2-145a748ff7be): There are no data parts | ||
546 | 2024.09.23 18:21:20.588458 [ 3 ] {b0395f2b-039e-4925-b469-6ddd406fdd4e} <Debug> DynamicQueryHandler: Done processing query | ||
547 | 2024.09.23 18:21:20.588486 [ 3 ] {} <Debug> HTTP-Session: 53f26f8c-1aa4-4ae5-954f-596bfbefbd5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
548 | 2024.09.23 18:21:20.588668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
549 | 2024.09.23 18:21:20.588749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
550 | 2024.09.23 18:21:20.588771 [ 3 ] {} <Debug> HTTP-Session: 8ec4fe22-52d7-46f1-9ebe-114b91b6cafb Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
551 | 2024.09.23 18:21:20.588848 [ 3 ] {} <Debug> HTTP-Session: 8ec4fe22-52d7-46f1-9ebe-114b91b6cafb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.09.23 18:21:20.588897 [ 3 ] {} <Debug> HTTP-Session: 8ec4fe22-52d7-46f1-9ebe-114b91b6cafb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.09.23 18:21:20.588931 [ 3 ] {} <Trace> HTTP-Session: 8ec4fe22-52d7-46f1-9ebe-114b91b6cafb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
554 | 2024.09.23 18:21:20.589224 [ 3 ] {90e60555-6aed-49bd-a67f-0dcd81637809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
555 | 2024.09.23 18:21:20.589348 [ 3 ] {90e60555-6aed-49bd-a67f-0dcd81637809} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
556 | 2024.09.23 18:21:20.594111 [ 3 ] {90e60555-6aed-49bd-a67f-0dcd81637809} <Debug> oximeter.measurements_histogrami32 (db0e8c30-9fbf-4974-9323-656446735869): Loading data parts | ||
557 | 2024.09.23 18:21:20.594397 [ 3 ] {90e60555-6aed-49bd-a67f-0dcd81637809} <Debug> oximeter.measurements_histogrami32 (db0e8c30-9fbf-4974-9323-656446735869): There are no data parts | ||
558 | 2024.09.23 18:21:20.600880 [ 3 ] {90e60555-6aed-49bd-a67f-0dcd81637809} <Debug> DynamicQueryHandler: Done processing query | ||
559 | 2024.09.23 18:21:20.600917 [ 3 ] {} <Debug> HTTP-Session: 8ec4fe22-52d7-46f1-9ebe-114b91b6cafb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
560 | 2024.09.23 18:21:20.601101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
561 | 2024.09.23 18:21:20.601208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
562 | 2024.09.23 18:21:20.601270 [ 3 ] {} <Debug> HTTP-Session: 3e705831-331e-491c-bc21-84dc8e1561a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
563 | 2024.09.23 18:21:20.601289 [ 3 ] {} <Debug> HTTP-Session: 3e705831-331e-491c-bc21-84dc8e1561a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.09.23 18:21:20.601347 [ 3 ] {} <Debug> HTTP-Session: 3e705831-331e-491c-bc21-84dc8e1561a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.09.23 18:21:20.601415 [ 3 ] {} <Trace> HTTP-Session: 3e705831-331e-491c-bc21-84dc8e1561a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
566 | 2024.09.23 18:21:20.601677 [ 3 ] {0b3a1be5-0453-4157-abef-724ccd5c1182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
567 | 2024.09.23 18:21:20.601805 [ 3 ] {0b3a1be5-0453-4157-abef-724ccd5c1182} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
568 | 2024.09.23 18:21:20.612756 [ 3 ] {0b3a1be5-0453-4157-abef-724ccd5c1182} <Debug> oximeter.measurements_histogramu32 (3b6bae6e-87d0-454a-b2f8-2027c2c591a3): Loading data parts | ||
569 | 2024.09.23 18:21:20.612930 [ 3 ] {0b3a1be5-0453-4157-abef-724ccd5c1182} <Debug> oximeter.measurements_histogramu32 (3b6bae6e-87d0-454a-b2f8-2027c2c591a3): There are no data parts | ||
570 | 2024.09.23 18:21:20.624851 [ 3 ] {0b3a1be5-0453-4157-abef-724ccd5c1182} <Debug> DynamicQueryHandler: Done processing query | ||
571 | 2024.09.23 18:21:20.624878 [ 3 ] {} <Debug> HTTP-Session: 3e705831-331e-491c-bc21-84dc8e1561a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
572 | 2024.09.23 18:21:20.625061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
573 | 2024.09.23 18:21:20.625145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
574 | 2024.09.23 18:21:20.625202 [ 3 ] {} <Debug> HTTP-Session: 7be5d561-6009-423d-a45a-d216efe08fcb Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
575 | 2024.09.23 18:21:20.625219 [ 3 ] {} <Debug> HTTP-Session: 7be5d561-6009-423d-a45a-d216efe08fcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.09.23 18:21:20.625265 [ 3 ] {} <Debug> HTTP-Session: 7be5d561-6009-423d-a45a-d216efe08fcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.09.23 18:21:20.625329 [ 3 ] {} <Trace> HTTP-Session: 7be5d561-6009-423d-a45a-d216efe08fcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
578 | 2024.09.23 18:21:20.625614 [ 3 ] {48fe300a-7b1e-49f3-9d57-bfd5fdaea7ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
579 | 2024.09.23 18:21:20.625740 [ 3 ] {48fe300a-7b1e-49f3-9d57-bfd5fdaea7ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
580 | 2024.09.23 18:21:20.637351 [ 3 ] {48fe300a-7b1e-49f3-9d57-bfd5fdaea7ea} <Debug> oximeter.measurements_histogrami64 (7e4cc559-acda-465d-97fb-1916129f31c2): Loading data parts | ||
581 | 2024.09.23 18:21:20.637524 [ 3 ] {48fe300a-7b1e-49f3-9d57-bfd5fdaea7ea} <Debug> oximeter.measurements_histogrami64 (7e4cc559-acda-465d-97fb-1916129f31c2): There are no data parts | ||
582 | 2024.09.23 18:21:20.645000 [ 3 ] {48fe300a-7b1e-49f3-9d57-bfd5fdaea7ea} <Debug> DynamicQueryHandler: Done processing query | ||
583 | 2024.09.23 18:21:20.645068 [ 3 ] {} <Debug> HTTP-Session: 7be5d561-6009-423d-a45a-d216efe08fcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
584 | 2024.09.23 18:21:20.645200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
585 | 2024.09.23 18:21:20.645285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
586 | 2024.09.23 18:21:20.645412 [ 3 ] {} <Debug> HTTP-Session: 734b7a53-a075-44d1-8ac3-91243469727f Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
587 | 2024.09.23 18:21:20.645431 [ 3 ] {} <Debug> HTTP-Session: 734b7a53-a075-44d1-8ac3-91243469727f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.09.23 18:21:20.645484 [ 3 ] {} <Debug> HTTP-Session: 734b7a53-a075-44d1-8ac3-91243469727f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.09.23 18:21:20.645550 [ 3 ] {} <Trace> HTTP-Session: 734b7a53-a075-44d1-8ac3-91243469727f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
590 | 2024.09.23 18:21:20.645807 [ 3 ] {9038027e-b42e-4049-ac76-4bdfec7f63ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
591 | 2024.09.23 18:21:20.645939 [ 3 ] {9038027e-b42e-4049-ac76-4bdfec7f63ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
592 | 2024.09.23 18:21:20.662972 [ 3 ] {9038027e-b42e-4049-ac76-4bdfec7f63ef} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Loading data parts | ||
593 | 2024.09.23 18:21:20.663192 [ 3 ] {9038027e-b42e-4049-ac76-4bdfec7f63ef} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): There are no data parts | ||
594 | 2024.09.23 18:21:20.676272 [ 3 ] {9038027e-b42e-4049-ac76-4bdfec7f63ef} <Debug> DynamicQueryHandler: Done processing query | ||
595 | 2024.09.23 18:21:20.676342 [ 3 ] {} <Debug> HTTP-Session: 734b7a53-a075-44d1-8ac3-91243469727f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
596 | 2024.09.23 18:21:20.676472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
597 | 2024.09.23 18:21:20.676555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
598 | 2024.09.23 18:21:20.676617 [ 3 ] {} <Debug> HTTP-Session: 71a497ff-c06b-474b-8c88-5a25bc8482fd Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
599 | 2024.09.23 18:21:20.676634 [ 3 ] {} <Debug> HTTP-Session: 71a497ff-c06b-474b-8c88-5a25bc8482fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.09.23 18:21:20.676679 [ 3 ] {} <Debug> HTTP-Session: 71a497ff-c06b-474b-8c88-5a25bc8482fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.09.23 18:21:20.676744 [ 3 ] {} <Trace> HTTP-Session: 71a497ff-c06b-474b-8c88-5a25bc8482fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
602 | 2024.09.23 18:21:20.677026 [ 3 ] {ec9c397c-1c22-45b9-bef9-b9afa39ff7c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
603 | 2024.09.23 18:21:20.677168 [ 3 ] {ec9c397c-1c22-45b9-bef9-b9afa39ff7c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
604 | 2024.09.23 18:21:20.689743 [ 3 ] {ec9c397c-1c22-45b9-bef9-b9afa39ff7c3} <Debug> oximeter.measurements_histogramf32 (6c5195da-87c2-40e3-a6d9-8d5f41f989cc): Loading data parts | ||
605 | 2024.09.23 18:21:20.689916 [ 3 ] {ec9c397c-1c22-45b9-bef9-b9afa39ff7c3} <Debug> oximeter.measurements_histogramf32 (6c5195da-87c2-40e3-a6d9-8d5f41f989cc): There are no data parts | ||
606 | 2024.09.23 18:21:20.705443 [ 3 ] {ec9c397c-1c22-45b9-bef9-b9afa39ff7c3} <Debug> DynamicQueryHandler: Done processing query | ||
607 | 2024.09.23 18:21:20.705528 [ 3 ] {} <Debug> HTTP-Session: 71a497ff-c06b-474b-8c88-5a25bc8482fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
608 | 2024.09.23 18:21:20.705674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
609 | 2024.09.23 18:21:20.705769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
610 | 2024.09.23 18:21:20.705837 [ 3 ] {} <Debug> HTTP-Session: 1b14b6a5-6fd9-49de-b3a9-f73bea8f7e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
611 | 2024.09.23 18:21:20.705856 [ 3 ] {} <Debug> HTTP-Session: 1b14b6a5-6fd9-49de-b3a9-f73bea8f7e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.09.23 18:21:20.705911 [ 3 ] {} <Debug> HTTP-Session: 1b14b6a5-6fd9-49de-b3a9-f73bea8f7e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.09.23 18:21:20.705979 [ 3 ] {} <Trace> HTTP-Session: 1b14b6a5-6fd9-49de-b3a9-f73bea8f7e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
614 | 2024.09.23 18:21:20.706333 [ 3 ] {05f17139-05da-4ab4-8653-86ebc99565c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
615 | 2024.09.23 18:21:20.706472 [ 3 ] {05f17139-05da-4ab4-8653-86ebc99565c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
616 | 2024.09.23 18:21:20.717579 [ 3 ] {05f17139-05da-4ab4-8653-86ebc99565c2} <Debug> oximeter.measurements_histogramf64 (efd23fc6-aa24-474d-9c72-4db6fe2ff728): Loading data parts | ||
617 | 2024.09.23 18:21:20.717779 [ 3 ] {05f17139-05da-4ab4-8653-86ebc99565c2} <Debug> oximeter.measurements_histogramf64 (efd23fc6-aa24-474d-9c72-4db6fe2ff728): There are no data parts | ||
618 | 2024.09.23 18:21:20.730236 [ 3 ] {05f17139-05da-4ab4-8653-86ebc99565c2} <Debug> DynamicQueryHandler: Done processing query | ||
619 | 2024.09.23 18:21:20.730302 [ 3 ] {} <Debug> HTTP-Session: 1b14b6a5-6fd9-49de-b3a9-f73bea8f7e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
620 | 2024.09.23 18:21:20.730432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
621 | 2024.09.23 18:21:20.730515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
622 | 2024.09.23 18:21:20.730570 [ 3 ] {} <Debug> HTTP-Session: ce2a0811-f96a-47be-83e4-62f2944b0d22 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
623 | 2024.09.23 18:21:20.730618 [ 3 ] {} <Debug> HTTP-Session: ce2a0811-f96a-47be-83e4-62f2944b0d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.09.23 18:21:20.730634 [ 3 ] {} <Debug> HTTP-Session: ce2a0811-f96a-47be-83e4-62f2944b0d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.09.23 18:21:20.730699 [ 3 ] {} <Trace> HTTP-Session: ce2a0811-f96a-47be-83e4-62f2944b0d22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
626 | 2024.09.23 18:21:20.730915 [ 3 ] {f47cc9c7-3cce-44c3-870f-34442eaf6365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) /* The field tables store named dimensions of each timeseries. | ||
627 | * | ||
628 | * As with the measurement tables, there is one field table for each field data | ||
629 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
630 | * this behavior **must not** be relied upon for query correctness. | ||
631 | * | ||
632 | * The index for the fields differs from the measurements, however. Rows are | ||
633 | * sorted by timeseries name, then field name, field value, and finally | ||
634 | * timeseries key. This reflects the most common pattern for looking them up: | ||
635 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
636 | * usually then used to look up measurements. | ||
637 | * | ||
638 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
639 | * timeseries name and then key, since it would improve lookups where one | ||
640 | * already has the key. Realistically though, these tables are quite small and | ||
641 | * so performance benefits will be low in absolute terms. | ||
642 | * | ||
643 | * TTL: We use a materialized column to expire old field table records. This | ||
644 | * column is generated automatically by the database whenever a new row is | ||
645 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
646 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
647 | * record will remain during a deduplication, which will have the last | ||
648 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
649 | * measurement tables. | ||
650 | */ | ||
651 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
652 | 2024.09.23 18:21:20.731042 [ 3 ] {f47cc9c7-3cce-44c3-870f-34442eaf6365} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
653 | 2024.09.23 18:21:20.741532 [ 3 ] {f47cc9c7-3cce-44c3-870f-34442eaf6365} <Debug> oximeter.fields_bool (79bb4b79-9098-46ab-8d87-799d1c84dc8e): Loading data parts | ||
654 | 2024.09.23 18:21:20.741710 [ 3 ] {f47cc9c7-3cce-44c3-870f-34442eaf6365} <Debug> oximeter.fields_bool (79bb4b79-9098-46ab-8d87-799d1c84dc8e): There are no data parts | ||
655 | 2024.09.23 18:21:20.754563 [ 3 ] {f47cc9c7-3cce-44c3-870f-34442eaf6365} <Debug> DynamicQueryHandler: Done processing query | ||
656 | 2024.09.23 18:21:20.754676 [ 3 ] {} <Debug> HTTP-Session: ce2a0811-f96a-47be-83e4-62f2944b0d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
657 | 2024.09.23 18:21:20.756888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
658 | 2024.09.23 18:21:20.756986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
659 | 2024.09.23 18:21:20.757052 [ 3 ] {} <Debug> HTTP-Session: 127d9581-802b-4a58-8b20-05799b93eef6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
660 | 2024.09.23 18:21:20.757075 [ 3 ] {} <Debug> HTTP-Session: 127d9581-802b-4a58-8b20-05799b93eef6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
661 | 2024.09.23 18:21:20.757132 [ 3 ] {} <Debug> HTTP-Session: 127d9581-802b-4a58-8b20-05799b93eef6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
662 | 2024.09.23 18:21:20.757208 [ 3 ] {} <Trace> HTTP-Session: 127d9581-802b-4a58-8b20-05799b93eef6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
663 | 2024.09.23 18:21:20.757432 [ 3 ] {fa686903-ed96-4aa8-95e3-d03f7aaf7328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
664 | 2024.09.23 18:21:20.757576 [ 3 ] {fa686903-ed96-4aa8-95e3-d03f7aaf7328} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
665 | 2024.09.23 18:21:20.765777 [ 3 ] {fa686903-ed96-4aa8-95e3-d03f7aaf7328} <Debug> oximeter.fields_i8 (dc870fba-1ed8-4628-a596-fe39dfccf214): Loading data parts | ||
666 | 2024.09.23 18:21:20.765977 [ 3 ] {fa686903-ed96-4aa8-95e3-d03f7aaf7328} <Debug> oximeter.fields_i8 (dc870fba-1ed8-4628-a596-fe39dfccf214): There are no data parts | ||
667 | 2024.09.23 18:21:20.775820 [ 3 ] {fa686903-ed96-4aa8-95e3-d03f7aaf7328} <Debug> DynamicQueryHandler: Done processing query | ||
668 | 2024.09.23 18:21:20.775899 [ 3 ] {} <Debug> HTTP-Session: 127d9581-802b-4a58-8b20-05799b93eef6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.09.23 18:21:20.776040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
670 | 2024.09.23 18:21:20.776127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
671 | 2024.09.23 18:21:20.776187 [ 3 ] {} <Debug> HTTP-Session: 23822aa7-3003-422d-a62a-4981fddf7ed5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
672 | 2024.09.23 18:21:20.776242 [ 3 ] {} <Debug> HTTP-Session: 23822aa7-3003-422d-a62a-4981fddf7ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
673 | 2024.09.23 18:21:20.776258 [ 3 ] {} <Debug> HTTP-Session: 23822aa7-3003-422d-a62a-4981fddf7ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
674 | 2024.09.23 18:21:20.776323 [ 3 ] {} <Trace> HTTP-Session: 23822aa7-3003-422d-a62a-4981fddf7ed5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
675 | 2024.09.23 18:21:20.776535 [ 3 ] {6ec9bd88-ef22-421e-9c8d-0e65f4922193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
676 | 2024.09.23 18:21:20.776650 [ 3 ] {6ec9bd88-ef22-421e-9c8d-0e65f4922193} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
677 | 2024.09.23 18:21:20.786492 [ 3 ] {6ec9bd88-ef22-421e-9c8d-0e65f4922193} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Loading data parts | ||
678 | 2024.09.23 18:21:20.786728 [ 3 ] {6ec9bd88-ef22-421e-9c8d-0e65f4922193} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): There are no data parts | ||
679 | 2024.09.23 18:21:20.792055 [ 3 ] {6ec9bd88-ef22-421e-9c8d-0e65f4922193} <Debug> DynamicQueryHandler: Done processing query | ||
680 | 2024.09.23 18:21:20.792132 [ 3 ] {} <Debug> HTTP-Session: 23822aa7-3003-422d-a62a-4981fddf7ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.09.23 18:21:20.792288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
682 | 2024.09.23 18:21:20.792388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
683 | 2024.09.23 18:21:20.792448 [ 3 ] {} <Debug> HTTP-Session: dd99fd24-c6fe-4bc9-9cab-ca2f3d6a7d59 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
684 | 2024.09.23 18:21:20.792507 [ 3 ] {} <Debug> HTTP-Session: dd99fd24-c6fe-4bc9-9cab-ca2f3d6a7d59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
685 | 2024.09.23 18:21:20.792524 [ 3 ] {} <Debug> HTTP-Session: dd99fd24-c6fe-4bc9-9cab-ca2f3d6a7d59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
686 | 2024.09.23 18:21:20.792597 [ 3 ] {} <Trace> HTTP-Session: dd99fd24-c6fe-4bc9-9cab-ca2f3d6a7d59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
687 | 2024.09.23 18:21:20.792851 [ 3 ] {f36d7321-c260-4328-9a75-c1a57083f4e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
688 | 2024.09.23 18:21:20.792974 [ 3 ] {f36d7321-c260-4328-9a75-c1a57083f4e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
689 | 2024.09.23 18:21:20.798402 [ 3 ] {f36d7321-c260-4328-9a75-c1a57083f4e4} <Debug> oximeter.fields_i16 (3d12ae22-1489-4502-90ad-de13106d5d74): Loading data parts | ||
690 | 2024.09.23 18:21:20.798595 [ 3 ] {f36d7321-c260-4328-9a75-c1a57083f4e4} <Debug> oximeter.fields_i16 (3d12ae22-1489-4502-90ad-de13106d5d74): There are no data parts | ||
691 | 2024.09.23 18:21:20.803446 [ 3 ] {f36d7321-c260-4328-9a75-c1a57083f4e4} <Debug> DynamicQueryHandler: Done processing query | ||
692 | 2024.09.23 18:21:20.803527 [ 3 ] {} <Debug> HTTP-Session: dd99fd24-c6fe-4bc9-9cab-ca2f3d6a7d59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.09.23 18:21:20.803756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
694 | 2024.09.23 18:21:20.803814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
695 | 2024.09.23 18:21:20.803883 [ 3 ] {} <Debug> HTTP-Session: 314e2a85-054c-414d-a771-fc6949be9fb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
696 | 2024.09.23 18:21:20.803946 [ 3 ] {} <Debug> HTTP-Session: 314e2a85-054c-414d-a771-fc6949be9fb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
697 | 2024.09.23 18:21:20.803972 [ 3 ] {} <Debug> HTTP-Session: 314e2a85-054c-414d-a771-fc6949be9fb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
698 | 2024.09.23 18:21:20.804061 [ 3 ] {} <Trace> HTTP-Session: 314e2a85-054c-414d-a771-fc6949be9fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
699 | 2024.09.23 18:21:20.804345 [ 3 ] {4fe071a9-ba54-48b1-9dda-cb8f9cb54e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
700 | 2024.09.23 18:21:20.804484 [ 3 ] {4fe071a9-ba54-48b1-9dda-cb8f9cb54e21} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
701 | 2024.09.23 18:21:20.812788 [ 3 ] {4fe071a9-ba54-48b1-9dda-cb8f9cb54e21} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Loading data parts | ||
702 | 2024.09.23 18:21:20.813053 [ 3 ] {4fe071a9-ba54-48b1-9dda-cb8f9cb54e21} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): There are no data parts | ||
703 | 2024.09.23 18:21:20.816016 [ 3 ] {4fe071a9-ba54-48b1-9dda-cb8f9cb54e21} <Debug> DynamicQueryHandler: Done processing query | ||
704 | 2024.09.23 18:21:20.816047 [ 3 ] {} <Debug> HTTP-Session: 314e2a85-054c-414d-a771-fc6949be9fb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.09.23 18:21:20.816249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
706 | 2024.09.23 18:21:20.816351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
707 | 2024.09.23 18:21:20.816378 [ 3 ] {} <Debug> HTTP-Session: 27caa55c-f201-462d-98bd-7c540561f589 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
708 | 2024.09.23 18:21:20.816436 [ 3 ] {} <Debug> HTTP-Session: 27caa55c-f201-462d-98bd-7c540561f589 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
709 | 2024.09.23 18:21:20.816490 [ 3 ] {} <Debug> HTTP-Session: 27caa55c-f201-462d-98bd-7c540561f589 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
710 | 2024.09.23 18:21:20.816530 [ 3 ] {} <Trace> HTTP-Session: 27caa55c-f201-462d-98bd-7c540561f589 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
711 | 2024.09.23 18:21:20.816785 [ 3 ] {27c674f9-c336-4676-9903-692ede9a6894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
712 | 2024.09.23 18:21:20.816916 [ 3 ] {27c674f9-c336-4676-9903-692ede9a6894} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
713 | 2024.09.23 18:21:20.827027 [ 3 ] {27c674f9-c336-4676-9903-692ede9a6894} <Debug> oximeter.fields_i32 (574c9367-48c9-40fa-87b0-ffab3ec52746): Loading data parts | ||
714 | 2024.09.23 18:21:20.827216 [ 3 ] {27c674f9-c336-4676-9903-692ede9a6894} <Debug> oximeter.fields_i32 (574c9367-48c9-40fa-87b0-ffab3ec52746): There are no data parts | ||
715 | 2024.09.23 18:21:20.832609 [ 3 ] {27c674f9-c336-4676-9903-692ede9a6894} <Debug> DynamicQueryHandler: Done processing query | ||
716 | 2024.09.23 18:21:20.832643 [ 3 ] {} <Debug> HTTP-Session: 27caa55c-f201-462d-98bd-7c540561f589 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.09.23 18:21:20.833282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
718 | 2024.09.23 18:21:20.833447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
719 | 2024.09.23 18:21:20.833467 [ 3 ] {} <Debug> HTTP-Session: fd7553d6-972b-4fc2-85d5-5cd574d8f7f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
720 | 2024.09.23 18:21:20.833647 [ 3 ] {} <Debug> HTTP-Session: fd7553d6-972b-4fc2-85d5-5cd574d8f7f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
721 | 2024.09.23 18:21:20.833733 [ 3 ] {} <Debug> HTTP-Session: fd7553d6-972b-4fc2-85d5-5cd574d8f7f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
722 | 2024.09.23 18:21:20.833766 [ 3 ] {} <Trace> HTTP-Session: fd7553d6-972b-4fc2-85d5-5cd574d8f7f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
723 | 2024.09.23 18:21:20.834198 [ 3 ] {576cde06-08be-46be-af41-0b466c6c8cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
724 | 2024.09.23 18:21:20.834336 [ 3 ] {576cde06-08be-46be-af41-0b466c6c8cc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
725 | 2024.09.23 18:21:20.840861 [ 3 ] {576cde06-08be-46be-af41-0b466c6c8cc2} <Debug> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Loading data parts | ||
726 | 2024.09.23 18:21:20.841040 [ 3 ] {576cde06-08be-46be-af41-0b466c6c8cc2} <Debug> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): There are no data parts | ||
727 | 2024.09.23 18:21:20.851753 [ 3 ] {576cde06-08be-46be-af41-0b466c6c8cc2} <Debug> DynamicQueryHandler: Done processing query | ||
728 | 2024.09.23 18:21:20.851784 [ 3 ] {} <Debug> HTTP-Session: fd7553d6-972b-4fc2-85d5-5cd574d8f7f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.09.23 18:21:20.851967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
730 | 2024.09.23 18:21:20.852056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
731 | 2024.09.23 18:21:20.852078 [ 3 ] {} <Debug> HTTP-Session: f4c42748-5505-48cd-aa27-c20e5f91bb56 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
732 | 2024.09.23 18:21:20.852135 [ 3 ] {} <Debug> HTTP-Session: f4c42748-5505-48cd-aa27-c20e5f91bb56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
733 | 2024.09.23 18:21:20.852178 [ 3 ] {} <Debug> HTTP-Session: f4c42748-5505-48cd-aa27-c20e5f91bb56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
734 | 2024.09.23 18:21:20.852212 [ 3 ] {} <Trace> HTTP-Session: f4c42748-5505-48cd-aa27-c20e5f91bb56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
735 | 2024.09.23 18:21:20.852429 [ 3 ] {650c0d81-fc10-44b8-be1f-6abfdd4a4584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
736 | 2024.09.23 18:21:20.852558 [ 3 ] {650c0d81-fc10-44b8-be1f-6abfdd4a4584} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
737 | 2024.09.23 18:21:20.864680 [ 3 ] {650c0d81-fc10-44b8-be1f-6abfdd4a4584} <Debug> oximeter.fields_i64 (b252a337-3d22-4083-bb28-c06557e4f1d3): Loading data parts | ||
738 | 2024.09.23 18:21:20.864923 [ 3 ] {650c0d81-fc10-44b8-be1f-6abfdd4a4584} <Debug> oximeter.fields_i64 (b252a337-3d22-4083-bb28-c06557e4f1d3): There are no data parts | ||
739 | 2024.09.23 18:21:20.870421 [ 3 ] {650c0d81-fc10-44b8-be1f-6abfdd4a4584} <Debug> DynamicQueryHandler: Done processing query | ||
740 | 2024.09.23 18:21:20.870497 [ 3 ] {} <Debug> HTTP-Session: f4c42748-5505-48cd-aa27-c20e5f91bb56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.09.23 18:21:20.870643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
742 | 2024.09.23 18:21:20.870705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
743 | 2024.09.23 18:21:20.870769 [ 3 ] {} <Debug> HTTP-Session: f4976a8e-8b19-4e89-a005-521e294d3c0a Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
744 | 2024.09.23 18:21:20.870792 [ 3 ] {} <Debug> HTTP-Session: f4976a8e-8b19-4e89-a005-521e294d3c0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
745 | 2024.09.23 18:21:20.870810 [ 3 ] {} <Debug> HTTP-Session: f4976a8e-8b19-4e89-a005-521e294d3c0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
746 | 2024.09.23 18:21:20.870889 [ 3 ] {} <Trace> HTTP-Session: f4976a8e-8b19-4e89-a005-521e294d3c0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
747 | 2024.09.23 18:21:20.871075 [ 3 ] {b5460365-8d0c-464e-abde-7862e4a59fd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
748 | 2024.09.23 18:21:20.871118 [ 3 ] {b5460365-8d0c-464e-abde-7862e4a59fd4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
749 | 2024.09.23 18:21:20.883893 [ 3 ] {b5460365-8d0c-464e-abde-7862e4a59fd4} <Debug> oximeter.fields_u64 (3cdda964-2107-4a0c-ba22-66d1f99a1b04): Loading data parts | ||
750 | 2024.09.23 18:21:20.884055 [ 3 ] {b5460365-8d0c-464e-abde-7862e4a59fd4} <Debug> oximeter.fields_u64 (3cdda964-2107-4a0c-ba22-66d1f99a1b04): There are no data parts | ||
751 | 2024.09.23 18:21:20.889808 [ 3 ] {b5460365-8d0c-464e-abde-7862e4a59fd4} <Debug> DynamicQueryHandler: Done processing query | ||
752 | 2024.09.23 18:21:20.889841 [ 3 ] {} <Debug> HTTP-Session: f4976a8e-8b19-4e89-a005-521e294d3c0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.09.23 18:21:20.889975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
754 | 2024.09.23 18:21:20.890026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
755 | 2024.09.23 18:21:20.890046 [ 3 ] {} <Debug> HTTP-Session: 1197b43d-b484-4ff9-abe7-971ba0cb6ba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
756 | 2024.09.23 18:21:20.890063 [ 3 ] {} <Debug> HTTP-Session: 1197b43d-b484-4ff9-abe7-971ba0cb6ba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
757 | 2024.09.23 18:21:20.890079 [ 3 ] {} <Debug> HTTP-Session: 1197b43d-b484-4ff9-abe7-971ba0cb6ba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
758 | 2024.09.23 18:21:20.890112 [ 3 ] {} <Trace> HTTP-Session: 1197b43d-b484-4ff9-abe7-971ba0cb6ba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
759 | 2024.09.23 18:21:20.890293 [ 3 ] {2843fff1-78e9-413b-87d0-74d2e2ae4149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
760 | 2024.09.23 18:21:20.890338 [ 3 ] {2843fff1-78e9-413b-87d0-74d2e2ae4149} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
761 | 2024.09.23 18:21:20.896594 [ 3 ] {2843fff1-78e9-413b-87d0-74d2e2ae4149} <Debug> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Loading data parts | ||
762 | 2024.09.23 18:21:20.896761 [ 3 ] {2843fff1-78e9-413b-87d0-74d2e2ae4149} <Debug> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): There are no data parts | ||
763 | 2024.09.23 18:21:20.901793 [ 3 ] {2843fff1-78e9-413b-87d0-74d2e2ae4149} <Debug> DynamicQueryHandler: Done processing query | ||
764 | 2024.09.23 18:21:20.901824 [ 3 ] {} <Debug> HTTP-Session: 1197b43d-b484-4ff9-abe7-971ba0cb6ba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.09.23 18:21:20.901961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
766 | 2024.09.23 18:21:20.902010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
767 | 2024.09.23 18:21:20.902031 [ 3 ] {} <Debug> HTTP-Session: cc6c85fd-8a73-4839-ace8-55fb60362bef Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
768 | 2024.09.23 18:21:20.902048 [ 3 ] {} <Debug> HTTP-Session: cc6c85fd-8a73-4839-ace8-55fb60362bef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
769 | 2024.09.23 18:21:20.902063 [ 3 ] {} <Debug> HTTP-Session: cc6c85fd-8a73-4839-ace8-55fb60362bef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
770 | 2024.09.23 18:21:20.902095 [ 3 ] {} <Trace> HTTP-Session: cc6c85fd-8a73-4839-ace8-55fb60362bef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
771 | 2024.09.23 18:21:20.902277 [ 3 ] {31b7168e-c9ab-4462-8de7-fe5ff572e775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
772 | 2024.09.23 18:21:20.902322 [ 3 ] {31b7168e-c9ab-4462-8de7-fe5ff572e775} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
773 | 2024.09.23 18:21:20.909539 [ 3 ] {31b7168e-c9ab-4462-8de7-fe5ff572e775} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Loading data parts | ||
774 | 2024.09.23 18:21:20.909707 [ 3 ] {31b7168e-c9ab-4462-8de7-fe5ff572e775} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): There are no data parts | ||
775 | 2024.09.23 18:21:20.919379 [ 3 ] {31b7168e-c9ab-4462-8de7-fe5ff572e775} <Debug> DynamicQueryHandler: Done processing query | ||
776 | 2024.09.23 18:21:20.919406 [ 3 ] {} <Debug> HTTP-Session: cc6c85fd-8a73-4839-ace8-55fb60362bef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.09.23 18:21:20.919539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
778 | 2024.09.23 18:21:20.919589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
779 | 2024.09.23 18:21:20.919609 [ 3 ] {} <Debug> HTTP-Session: 47d7abba-d3c4-46ae-9696-5fcb8eb5ff8c Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
780 | 2024.09.23 18:21:20.919626 [ 3 ] {} <Debug> HTTP-Session: 47d7abba-d3c4-46ae-9696-5fcb8eb5ff8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
781 | 2024.09.23 18:21:20.919640 [ 3 ] {} <Debug> HTTP-Session: 47d7abba-d3c4-46ae-9696-5fcb8eb5ff8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
782 | 2024.09.23 18:21:20.919671 [ 3 ] {} <Trace> HTTP-Session: 47d7abba-d3c4-46ae-9696-5fcb8eb5ff8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
783 | 2024.09.23 18:21:20.919854 [ 3 ] {cebaa9c6-7dec-4429-92f6-5e3762146aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
784 | 2024.09.23 18:21:20.919899 [ 3 ] {cebaa9c6-7dec-4429-92f6-5e3762146aaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
785 | 2024.09.23 18:21:20.929960 [ 3 ] {cebaa9c6-7dec-4429-92f6-5e3762146aaa} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Loading data parts | ||
786 | 2024.09.23 18:21:20.930223 [ 3 ] {cebaa9c6-7dec-4429-92f6-5e3762146aaa} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): There are no data parts | ||
787 | 2024.09.23 18:21:20.941826 [ 3 ] {cebaa9c6-7dec-4429-92f6-5e3762146aaa} <Debug> DynamicQueryHandler: Done processing query | ||
788 | 2024.09.23 18:21:20.941859 [ 3 ] {} <Debug> HTTP-Session: 47d7abba-d3c4-46ae-9696-5fcb8eb5ff8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.09.23 18:21:20.941995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
790 | 2024.09.23 18:21:20.942044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
791 | 2024.09.23 18:21:20.942065 [ 3 ] {} <Debug> HTTP-Session: d1f326a4-8da2-4be8-b4d6-61d037884405 Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
792 | 2024.09.23 18:21:20.942082 [ 3 ] {} <Debug> HTTP-Session: d1f326a4-8da2-4be8-b4d6-61d037884405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
793 | 2024.09.23 18:21:20.942097 [ 3 ] {} <Debug> HTTP-Session: d1f326a4-8da2-4be8-b4d6-61d037884405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
794 | 2024.09.23 18:21:20.942129 [ 3 ] {} <Trace> HTTP-Session: d1f326a4-8da2-4be8-b4d6-61d037884405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
795 | 2024.09.23 18:21:20.942353 [ 3 ] {2708cfef-e5b5-4298-b5f3-bb971627b48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) /* The timeseries schema table stores the extracted schema for the samples | ||
796 | * oximeter collects. | ||
797 | */ | ||
798 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
799 | 2024.09.23 18:21:20.942414 [ 3 ] {2708cfef-e5b5-4298-b5f3-bb971627b48d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
800 | 2024.09.23 18:21:20.956056 [ 3 ] {2708cfef-e5b5-4298-b5f3-bb971627b48d} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Loading data parts | ||
801 | 2024.09.23 18:21:20.956218 [ 3 ] {2708cfef-e5b5-4298-b5f3-bb971627b48d} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): There are no data parts | ||
802 | 2024.09.23 18:21:20.960619 [ 3 ] {2708cfef-e5b5-4298-b5f3-bb971627b48d} <Debug> DynamicQueryHandler: Done processing query | ||
803 | 2024.09.23 18:21:20.960651 [ 3 ] {} <Debug> HTTP-Session: d1f326a4-8da2-4be8-b4d6-61d037884405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
804 | 2024.09.23 18:21:20.960784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42598, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
805 | 2024.09.23 18:21:20.960844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
806 | 2024.09.23 18:21:20.960869 [ 3 ] {} <Debug> HTTP-Session: 0f9a5410-c2a4-4899-adab-dd519e66b26e Authenticating user 'default' from [fd00:1122:3344:101::d]:42598 | ||
807 | 2024.09.23 18:21:20.960890 [ 3 ] {} <Debug> HTTP-Session: 0f9a5410-c2a4-4899-adab-dd519e66b26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
808 | 2024.09.23 18:21:20.960908 [ 3 ] {} <Debug> HTTP-Session: 0f9a5410-c2a4-4899-adab-dd519e66b26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
809 | 2024.09.23 18:21:20.960943 [ 3 ] {} <Trace> HTTP-Session: 0f9a5410-c2a4-4899-adab-dd519e66b26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
810 | 2024.09.23 18:21:20.961110 [ 3 ] {7046c2da-0e24-4991-9d6a-e221f10c0ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42598) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
811 | 2024.09.23 18:21:20.962837 [ 3 ] {7046c2da-0e24-4991-9d6a-e221f10c0ebd} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
812 | 2024.09.23 18:21:20.968532 [ 3 ] {7046c2da-0e24-4991-9d6a-e221f10c0ebd} <Trace> oximeter.version (05181817-5041-4b1e-83d9-a8864a56d68e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
813 | 2024.09.23 18:21:20.968571 [ 3 ] {7046c2da-0e24-4991-9d6a-e221f10c0ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
814 | 2024.09.23 18:21:20.973193 [ 3 ] {7046c2da-0e24-4991-9d6a-e221f10c0ebd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
815 | 2024.09.23 18:21:20.974449 [ 3 ] {7046c2da-0e24-4991-9d6a-e221f10c0ebd} <Trace> oximeter.version (05181817-5041-4b1e-83d9-a8864a56d68e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
816 | 2024.09.23 18:21:20.974725 [ 3 ] {7046c2da-0e24-4991-9d6a-e221f10c0ebd} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013697 sec., 73.00868803387603 rows/sec., 1.14 KiB/sec. | ||
817 | 2024.09.23 18:21:20.974886 [ 3 ] {7046c2da-0e24-4991-9d6a-e221f10c0ebd} <Debug> DynamicQueryHandler: Done processing query | ||
818 | 2024.09.23 18:21:20.974910 [ 3 ] {7046c2da-0e24-4991-9d6a-e221f10c0ebd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
819 | 2024.09.23 18:21:20.974926 [ 3 ] {} <Debug> HTTP-Session: 0f9a5410-c2a4-4899-adab-dd519e66b26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
820 | 2024.09.23 18:21:21.001114 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.30 MiB, peak 166.44 MiB, free memory in arenas 0.00 B, will set to 171.60 MiB (RSS), difference: 10.30 MiB | ||
821 | 2024.09.23 18:21:27.289802 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
822 | 2024.09.23 18:21:27.289864 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
823 | 2024.09.23 18:21:40.976790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
824 | 2024.09.23 18:21:40.976934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
825 | 2024.09.23 18:21:40.976966 [ 3 ] {} <Debug> HTTP-Session: dd3e7013-abf4-4109-bbdc-0b1a73021961 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
826 | 2024.09.23 18:21:40.976994 [ 3 ] {} <Debug> HTTP-Session: dd3e7013-abf4-4109-bbdc-0b1a73021961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
827 | 2024.09.23 18:21:40.977014 [ 3 ] {} <Debug> HTTP-Session: dd3e7013-abf4-4109-bbdc-0b1a73021961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.09.23 18:21:40.977070 [ 3 ] {} <Trace> HTTP-Session: dd3e7013-abf4-4109-bbdc-0b1a73021961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
829 | 2024.09.23 18:21:40.977280 [ 3 ] {57b8fd93-794d-4638-8cbc-358f4df9ee2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
830 | 2024.09.23 18:21:40.977655 [ 3 ] {57b8fd93-794d-4638-8cbc-358f4df9ee2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
831 | 2024.09.23 18:21:40.981933 [ 3 ] {57b8fd93-794d-4638-8cbc-358f4df9ee2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
832 | 2024.09.23 18:21:40.986298 [ 3 ] {57b8fd93-794d-4638-8cbc-358f4df9ee2d} <Debug> DynamicQueryHandler: Done processing query | ||
833 | 2024.09.23 18:21:40.986329 [ 3 ] {57b8fd93-794d-4638-8cbc-358f4df9ee2d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
834 | 2024.09.23 18:21:40.986346 [ 3 ] {} <Debug> HTTP-Session: dd3e7013-abf4-4109-bbdc-0b1a73021961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.09.23 18:21:40.993024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
836 | 2024.09.23 18:21:40.993097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
837 | 2024.09.23 18:21:40.993121 [ 3 ] {} <Debug> HTTP-Session: 71e8c052-39c1-407b-af2a-0183f5e85640 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
838 | 2024.09.23 18:21:40.993144 [ 3 ] {} <Debug> HTTP-Session: 71e8c052-39c1-407b-af2a-0183f5e85640 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
839 | 2024.09.23 18:21:40.993162 [ 3 ] {} <Debug> HTTP-Session: 71e8c052-39c1-407b-af2a-0183f5e85640 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
840 | 2024.09.23 18:21:40.993205 [ 3 ] {} <Trace> HTTP-Session: 71e8c052-39c1-407b-af2a-0183f5e85640 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
841 | 2024.09.23 18:21:40.993387 [ 3 ] {71fe7017-4c95-4926-b43c-dad3f2c55fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
842 | 2024.09.23 18:21:40.997153 [ 3 ] {71fe7017-4c95-4926-b43c-dad3f2c55fe0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
843 | 2024.09.23 18:21:40.997214 [ 3 ] {71fe7017-4c95-4926-b43c-dad3f2c55fe0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
844 | 2024.09.23 18:21:40.998209 [ 3 ] {71fe7017-4c95-4926-b43c-dad3f2c55fe0} <Debug> DynamicQueryHandler: Done processing query | ||
845 | 2024.09.23 18:21:40.998237 [ 3 ] {71fe7017-4c95-4926-b43c-dad3f2c55fe0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
846 | 2024.09.23 18:21:40.998254 [ 3 ] {} <Debug> HTTP-Session: 71e8c052-39c1-407b-af2a-0183f5e85640 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.09.23 18:21:40.998553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
848 | 2024.09.23 18:21:40.998606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
849 | 2024.09.23 18:21:40.998627 [ 3 ] {} <Debug> HTTP-Session: 7504dac7-8340-4de3-b20b-56adf26b0497 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
850 | 2024.09.23 18:21:40.998645 [ 3 ] {} <Debug> HTTP-Session: 7504dac7-8340-4de3-b20b-56adf26b0497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
851 | 2024.09.23 18:21:40.998659 [ 3 ] {} <Debug> HTTP-Session: 7504dac7-8340-4de3-b20b-56adf26b0497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
852 | 2024.09.23 18:21:40.998693 [ 3 ] {} <Trace> HTTP-Session: 7504dac7-8340-4de3-b20b-56adf26b0497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
853 | 2024.09.23 18:21:40.998826 [ 3 ] {747b928f-3063-419f-9664-d166dc277876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
854 | 2024.09.23 18:21:40.999201 [ 3 ] {747b928f-3063-419f-9664-d166dc277876} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
855 | 2024.09.23 18:21:40.999255 [ 3 ] {747b928f-3063-419f-9664-d166dc277876} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
856 | 2024.09.23 18:21:41.000158 [ 3 ] {747b928f-3063-419f-9664-d166dc277876} <Debug> DynamicQueryHandler: Done processing query | ||
857 | 2024.09.23 18:21:41.000188 [ 3 ] {747b928f-3063-419f-9664-d166dc277876} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
858 | 2024.09.23 18:21:41.000205 [ 3 ] {} <Debug> HTTP-Session: 7504dac7-8340-4de3-b20b-56adf26b0497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.09.23 18:21:41.000435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
860 | 2024.09.23 18:21:41.000484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
861 | 2024.09.23 18:21:41.000504 [ 3 ] {} <Debug> HTTP-Session: a6f0bcd0-1eb0-4cc8-879c-aa8bc4fac391 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
862 | 2024.09.23 18:21:41.000521 [ 3 ] {} <Debug> HTTP-Session: a6f0bcd0-1eb0-4cc8-879c-aa8bc4fac391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
863 | 2024.09.23 18:21:41.000534 [ 3 ] {} <Debug> HTTP-Session: a6f0bcd0-1eb0-4cc8-879c-aa8bc4fac391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
864 | 2024.09.23 18:21:41.000567 [ 3 ] {} <Trace> HTTP-Session: a6f0bcd0-1eb0-4cc8-879c-aa8bc4fac391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
865 | 2024.09.23 18:21:41.000696 [ 3 ] {25578dd5-54a3-40cf-b56c-661eba5a42e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
866 | 2024.09.23 18:21:41.001023 [ 3 ] {25578dd5-54a3-40cf-b56c-661eba5a42e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
867 | 2024.09.23 18:21:41.001077 [ 3 ] {25578dd5-54a3-40cf-b56c-661eba5a42e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
868 | 2024.09.23 18:21:41.001141 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.99 MiB, peak 175.97 MiB, free memory in arenas 0.00 B, will set to 174.12 MiB (RSS), difference: 1.12 MiB | ||
869 | 2024.09.23 18:21:41.002577 [ 3 ] {25578dd5-54a3-40cf-b56c-661eba5a42e7} <Debug> DynamicQueryHandler: Done processing query | ||
870 | 2024.09.23 18:21:41.002607 [ 3 ] {25578dd5-54a3-40cf-b56c-661eba5a42e7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
871 | 2024.09.23 18:21:41.002624 [ 3 ] {} <Debug> HTTP-Session: a6f0bcd0-1eb0-4cc8-879c-aa8bc4fac391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.09.23 18:21:41.002842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
873 | 2024.09.23 18:21:41.002893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
874 | 2024.09.23 18:21:41.002913 [ 3 ] {} <Debug> HTTP-Session: 8f2e446d-11b2-456b-99bf-4b25368fe39b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
875 | 2024.09.23 18:21:41.002930 [ 3 ] {} <Debug> HTTP-Session: 8f2e446d-11b2-456b-99bf-4b25368fe39b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
876 | 2024.09.23 18:21:41.002944 [ 3 ] {} <Debug> HTTP-Session: 8f2e446d-11b2-456b-99bf-4b25368fe39b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
877 | 2024.09.23 18:21:41.002977 [ 3 ] {} <Trace> HTTP-Session: 8f2e446d-11b2-456b-99bf-4b25368fe39b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
878 | 2024.09.23 18:21:41.003105 [ 3 ] {94c0b731-a797-45b7-9cda-4e82b96677e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
879 | 2024.09.23 18:21:41.003435 [ 3 ] {94c0b731-a797-45b7-9cda-4e82b96677e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
880 | 2024.09.23 18:21:41.003489 [ 3 ] {94c0b731-a797-45b7-9cda-4e82b96677e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
881 | 2024.09.23 18:21:41.004391 [ 3 ] {94c0b731-a797-45b7-9cda-4e82b96677e7} <Debug> DynamicQueryHandler: Done processing query | ||
882 | 2024.09.23 18:21:41.004417 [ 3 ] {94c0b731-a797-45b7-9cda-4e82b96677e7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
883 | 2024.09.23 18:21:41.004433 [ 3 ] {} <Debug> HTTP-Session: 8f2e446d-11b2-456b-99bf-4b25368fe39b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.09.23 18:21:41.004649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
885 | 2024.09.23 18:21:41.004697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
886 | 2024.09.23 18:21:41.004717 [ 3 ] {} <Debug> HTTP-Session: 006f8b34-1c7e-42bb-9467-75dc5e5006c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
887 | 2024.09.23 18:21:41.004736 [ 3 ] {} <Debug> HTTP-Session: 006f8b34-1c7e-42bb-9467-75dc5e5006c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
888 | 2024.09.23 18:21:41.004754 [ 3 ] {} <Debug> HTTP-Session: 006f8b34-1c7e-42bb-9467-75dc5e5006c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
889 | 2024.09.23 18:21:41.004785 [ 3 ] {} <Trace> HTTP-Session: 006f8b34-1c7e-42bb-9467-75dc5e5006c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
890 | 2024.09.23 18:21:41.004911 [ 3 ] {78d4185f-b8d5-468f-8d2a-05b79f1ea8fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
891 | 2024.09.23 18:21:41.005232 [ 3 ] {78d4185f-b8d5-468f-8d2a-05b79f1ea8fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
892 | 2024.09.23 18:21:41.005285 [ 3 ] {78d4185f-b8d5-468f-8d2a-05b79f1ea8fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
893 | 2024.09.23 18:21:41.006229 [ 3 ] {78d4185f-b8d5-468f-8d2a-05b79f1ea8fa} <Debug> DynamicQueryHandler: Done processing query | ||
894 | 2024.09.23 18:21:41.006255 [ 3 ] {78d4185f-b8d5-468f-8d2a-05b79f1ea8fa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
895 | 2024.09.23 18:21:41.006271 [ 3 ] {} <Debug> HTTP-Session: 006f8b34-1c7e-42bb-9467-75dc5e5006c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.09.23 18:21:41.006470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
897 | 2024.09.23 18:21:41.006517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
898 | 2024.09.23 18:21:41.006537 [ 3 ] {} <Debug> HTTP-Session: 8d523011-b11a-4461-ba34-72be7210e8dc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
899 | 2024.09.23 18:21:41.006553 [ 3 ] {} <Debug> HTTP-Session: 8d523011-b11a-4461-ba34-72be7210e8dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
900 | 2024.09.23 18:21:41.006567 [ 3 ] {} <Debug> HTTP-Session: 8d523011-b11a-4461-ba34-72be7210e8dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.09.23 18:21:41.006599 [ 3 ] {} <Trace> HTTP-Session: 8d523011-b11a-4461-ba34-72be7210e8dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
902 | 2024.09.23 18:21:41.006725 [ 3 ] {faa5fb90-075e-4692-b569-6ca010176cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
903 | 2024.09.23 18:21:41.007051 [ 3 ] {faa5fb90-075e-4692-b569-6ca010176cdd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
904 | 2024.09.23 18:21:41.007105 [ 3 ] {faa5fb90-075e-4692-b569-6ca010176cdd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
905 | 2024.09.23 18:21:41.008018 [ 3 ] {faa5fb90-075e-4692-b569-6ca010176cdd} <Debug> DynamicQueryHandler: Done processing query | ||
906 | 2024.09.23 18:21:41.008045 [ 3 ] {faa5fb90-075e-4692-b569-6ca010176cdd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
907 | 2024.09.23 18:21:41.008062 [ 3 ] {} <Debug> HTTP-Session: 8d523011-b11a-4461-ba34-72be7210e8dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.09.23 18:21:41.008279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
909 | 2024.09.23 18:21:41.008327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
910 | 2024.09.23 18:21:41.008346 [ 3 ] {} <Debug> HTTP-Session: 1f799137-2c47-4c52-b78e-dc1efbf67d19 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
911 | 2024.09.23 18:21:41.008363 [ 3 ] {} <Debug> HTTP-Session: 1f799137-2c47-4c52-b78e-dc1efbf67d19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
912 | 2024.09.23 18:21:41.008378 [ 3 ] {} <Debug> HTTP-Session: 1f799137-2c47-4c52-b78e-dc1efbf67d19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.09.23 18:21:41.008407 [ 3 ] {} <Trace> HTTP-Session: 1f799137-2c47-4c52-b78e-dc1efbf67d19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
914 | 2024.09.23 18:21:41.008532 [ 3 ] {10672aa4-3819-4395-8329-f2b0243aa908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
915 | 2024.09.23 18:21:41.008864 [ 3 ] {10672aa4-3819-4395-8329-f2b0243aa908} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
916 | 2024.09.23 18:21:41.008917 [ 3 ] {10672aa4-3819-4395-8329-f2b0243aa908} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
917 | 2024.09.23 18:21:41.009795 [ 3 ] {10672aa4-3819-4395-8329-f2b0243aa908} <Debug> DynamicQueryHandler: Done processing query | ||
918 | 2024.09.23 18:21:41.009820 [ 3 ] {10672aa4-3819-4395-8329-f2b0243aa908} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
919 | 2024.09.23 18:21:41.009838 [ 3 ] {} <Debug> HTTP-Session: 1f799137-2c47-4c52-b78e-dc1efbf67d19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.09.23 18:21:41.010057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
921 | 2024.09.23 18:21:41.010104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
922 | 2024.09.23 18:21:41.010123 [ 3 ] {} <Debug> HTTP-Session: b93613a5-0044-4d37-9fa2-3f33ae3aa2f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
923 | 2024.09.23 18:21:41.010140 [ 3 ] {} <Debug> HTTP-Session: b93613a5-0044-4d37-9fa2-3f33ae3aa2f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
924 | 2024.09.23 18:21:41.010154 [ 3 ] {} <Debug> HTTP-Session: b93613a5-0044-4d37-9fa2-3f33ae3aa2f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
925 | 2024.09.23 18:21:41.010185 [ 3 ] {} <Trace> HTTP-Session: b93613a5-0044-4d37-9fa2-3f33ae3aa2f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
926 | 2024.09.23 18:21:41.010311 [ 3 ] {388c8a85-3a93-4f4d-bff9-09061cb6b462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
927 | 2024.09.23 18:21:41.010646 [ 3 ] {388c8a85-3a93-4f4d-bff9-09061cb6b462} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
928 | 2024.09.23 18:21:41.010699 [ 3 ] {388c8a85-3a93-4f4d-bff9-09061cb6b462} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
929 | 2024.09.23 18:21:41.011577 [ 3 ] {388c8a85-3a93-4f4d-bff9-09061cb6b462} <Debug> DynamicQueryHandler: Done processing query | ||
930 | 2024.09.23 18:21:41.011603 [ 3 ] {388c8a85-3a93-4f4d-bff9-09061cb6b462} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
931 | 2024.09.23 18:21:41.011620 [ 3 ] {} <Debug> HTTP-Session: b93613a5-0044-4d37-9fa2-3f33ae3aa2f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.09.23 18:21:41.011860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
933 | 2024.09.23 18:21:41.011910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
934 | 2024.09.23 18:21:41.011931 [ 3 ] {} <Debug> HTTP-Session: 9400d13e-57a8-48cf-8d25-df4f0b3fadd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
935 | 2024.09.23 18:21:41.011947 [ 3 ] {} <Debug> HTTP-Session: 9400d13e-57a8-48cf-8d25-df4f0b3fadd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
936 | 2024.09.23 18:21:41.011961 [ 3 ] {} <Debug> HTTP-Session: 9400d13e-57a8-48cf-8d25-df4f0b3fadd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
937 | 2024.09.23 18:21:41.011991 [ 3 ] {} <Trace> HTTP-Session: 9400d13e-57a8-48cf-8d25-df4f0b3fadd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
938 | 2024.09.23 18:21:41.012120 [ 3 ] {01dfcd51-9a34-4831-9d94-cb9c76a0ad8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
939 | 2024.09.23 18:21:41.012458 [ 3 ] {01dfcd51-9a34-4831-9d94-cb9c76a0ad8f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
940 | 2024.09.23 18:21:41.012510 [ 3 ] {01dfcd51-9a34-4831-9d94-cb9c76a0ad8f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
941 | 2024.09.23 18:21:41.013440 [ 3 ] {01dfcd51-9a34-4831-9d94-cb9c76a0ad8f} <Debug> DynamicQueryHandler: Done processing query | ||
942 | 2024.09.23 18:21:41.013466 [ 3 ] {01dfcd51-9a34-4831-9d94-cb9c76a0ad8f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
943 | 2024.09.23 18:21:41.013483 [ 3 ] {} <Debug> HTTP-Session: 9400d13e-57a8-48cf-8d25-df4f0b3fadd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.09.23 18:21:41.013675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
945 | 2024.09.23 18:21:41.013734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
946 | 2024.09.23 18:21:41.013755 [ 3 ] {} <Debug> HTTP-Session: de958834-092d-4b2f-b298-1a2ee4e88fe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
947 | 2024.09.23 18:21:41.013774 [ 3 ] {} <Debug> HTTP-Session: de958834-092d-4b2f-b298-1a2ee4e88fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
948 | 2024.09.23 18:21:41.013796 [ 3 ] {} <Debug> HTTP-Session: de958834-092d-4b2f-b298-1a2ee4e88fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
949 | 2024.09.23 18:21:41.013827 [ 3 ] {} <Trace> HTTP-Session: de958834-092d-4b2f-b298-1a2ee4e88fe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
950 | 2024.09.23 18:21:41.013964 [ 3 ] {84d828fe-a39d-4302-910f-74d47650b5a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
951 | 2024.09.23 18:21:41.014304 [ 3 ] {84d828fe-a39d-4302-910f-74d47650b5a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
952 | 2024.09.23 18:21:41.014356 [ 3 ] {84d828fe-a39d-4302-910f-74d47650b5a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
953 | 2024.09.23 18:21:41.015282 [ 3 ] {84d828fe-a39d-4302-910f-74d47650b5a8} <Debug> DynamicQueryHandler: Done processing query | ||
954 | 2024.09.23 18:21:41.015311 [ 3 ] {84d828fe-a39d-4302-910f-74d47650b5a8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
955 | 2024.09.23 18:21:41.015328 [ 3 ] {} <Debug> HTTP-Session: de958834-092d-4b2f-b298-1a2ee4e88fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.09.23 18:21:41.015512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
957 | 2024.09.23 18:21:41.015560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
958 | 2024.09.23 18:21:41.015579 [ 3 ] {} <Debug> HTTP-Session: 84b65a39-eee1-463d-9bce-b91cd5a5b39c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
959 | 2024.09.23 18:21:41.015595 [ 3 ] {} <Debug> HTTP-Session: 84b65a39-eee1-463d-9bce-b91cd5a5b39c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
960 | 2024.09.23 18:21:41.015609 [ 3 ] {} <Debug> HTTP-Session: 84b65a39-eee1-463d-9bce-b91cd5a5b39c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
961 | 2024.09.23 18:21:41.015640 [ 3 ] {} <Trace> HTTP-Session: 84b65a39-eee1-463d-9bce-b91cd5a5b39c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
962 | 2024.09.23 18:21:41.015767 [ 3 ] {78b57961-06ee-4ac1-b023-521d692f8178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
963 | 2024.09.23 18:21:41.016115 [ 3 ] {78b57961-06ee-4ac1-b023-521d692f8178} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
964 | 2024.09.23 18:21:41.016168 [ 3 ] {78b57961-06ee-4ac1-b023-521d692f8178} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
965 | 2024.09.23 18:21:41.017087 [ 3 ] {78b57961-06ee-4ac1-b023-521d692f8178} <Debug> DynamicQueryHandler: Done processing query | ||
966 | 2024.09.23 18:21:41.017117 [ 3 ] {78b57961-06ee-4ac1-b023-521d692f8178} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
967 | 2024.09.23 18:21:41.017133 [ 3 ] {} <Debug> HTTP-Session: 84b65a39-eee1-463d-9bce-b91cd5a5b39c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.09.23 18:21:41.017350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
969 | 2024.09.23 18:21:41.017399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
970 | 2024.09.23 18:21:41.017420 [ 3 ] {} <Debug> HTTP-Session: 80b3e685-1eaf-4c5f-9996-338cce7961e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
971 | 2024.09.23 18:21:41.017436 [ 3 ] {} <Debug> HTTP-Session: 80b3e685-1eaf-4c5f-9996-338cce7961e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
972 | 2024.09.23 18:21:41.017450 [ 3 ] {} <Debug> HTTP-Session: 80b3e685-1eaf-4c5f-9996-338cce7961e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
973 | 2024.09.23 18:21:41.017480 [ 3 ] {} <Trace> HTTP-Session: 80b3e685-1eaf-4c5f-9996-338cce7961e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
974 | 2024.09.23 18:21:41.017611 [ 3 ] {5fd848ac-5b19-48b8-8f59-69ca04353a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
975 | 2024.09.23 18:21:41.017955 [ 3 ] {5fd848ac-5b19-48b8-8f59-69ca04353a2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
976 | 2024.09.23 18:21:41.018008 [ 3 ] {5fd848ac-5b19-48b8-8f59-69ca04353a2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
977 | 2024.09.23 18:21:41.018925 [ 3 ] {5fd848ac-5b19-48b8-8f59-69ca04353a2c} <Debug> DynamicQueryHandler: Done processing query | ||
978 | 2024.09.23 18:21:41.018952 [ 3 ] {5fd848ac-5b19-48b8-8f59-69ca04353a2c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
979 | 2024.09.23 18:21:41.018968 [ 3 ] {} <Debug> HTTP-Session: 80b3e685-1eaf-4c5f-9996-338cce7961e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.09.23 18:21:41.019180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
981 | 2024.09.23 18:21:41.019229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
982 | 2024.09.23 18:21:41.019248 [ 3 ] {} <Debug> HTTP-Session: d3f8ecb6-e8cf-4d53-9e24-0a7a092e2625 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
983 | 2024.09.23 18:21:41.019264 [ 3 ] {} <Debug> HTTP-Session: d3f8ecb6-e8cf-4d53-9e24-0a7a092e2625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
984 | 2024.09.23 18:21:41.019278 [ 3 ] {} <Debug> HTTP-Session: d3f8ecb6-e8cf-4d53-9e24-0a7a092e2625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
985 | 2024.09.23 18:21:41.019309 [ 3 ] {} <Trace> HTTP-Session: d3f8ecb6-e8cf-4d53-9e24-0a7a092e2625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
986 | 2024.09.23 18:21:41.019440 [ 3 ] {8393ca24-6839-4831-a611-201a3e274acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
987 | 2024.09.23 18:21:41.019789 [ 3 ] {8393ca24-6839-4831-a611-201a3e274acc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
988 | 2024.09.23 18:21:41.019842 [ 3 ] {8393ca24-6839-4831-a611-201a3e274acc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
989 | 2024.09.23 18:21:41.020710 [ 3 ] {8393ca24-6839-4831-a611-201a3e274acc} <Debug> DynamicQueryHandler: Done processing query | ||
990 | 2024.09.23 18:21:41.020735 [ 3 ] {8393ca24-6839-4831-a611-201a3e274acc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
991 | 2024.09.23 18:21:41.020753 [ 3 ] {} <Debug> HTTP-Session: d3f8ecb6-e8cf-4d53-9e24-0a7a092e2625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.09.23 18:21:41.022063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
993 | 2024.09.23 18:21:41.022109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
994 | 2024.09.23 18:21:41.022129 [ 3 ] {} <Debug> HTTP-Session: 6d401b84-b6cf-4f30-8c8e-9b8f9464f092 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
995 | 2024.09.23 18:21:41.022145 [ 3 ] {} <Debug> HTTP-Session: 6d401b84-b6cf-4f30-8c8e-9b8f9464f092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
996 | 2024.09.23 18:21:41.022159 [ 3 ] {} <Debug> HTTP-Session: 6d401b84-b6cf-4f30-8c8e-9b8f9464f092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
997 | 2024.09.23 18:21:41.022191 [ 3 ] {} <Trace> HTTP-Session: 6d401b84-b6cf-4f30-8c8e-9b8f9464f092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
998 | 2024.09.23 18:21:41.022329 [ 3 ] {bea7d391-0aa8-4a8a-a146-613c59d153e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
999 | 2024.09.23 18:21:41.022764 [ 3 ] {bea7d391-0aa8-4a8a-a146-613c59d153e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1000 | 2024.09.23 18:21:41.022829 [ 3 ] {bea7d391-0aa8-4a8a-a146-613c59d153e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1001 | 2024.09.23 18:21:41.023783 [ 3 ] {bea7d391-0aa8-4a8a-a146-613c59d153e5} <Debug> DynamicQueryHandler: Done processing query | ||
1002 | 2024.09.23 18:21:41.023810 [ 3 ] {bea7d391-0aa8-4a8a-a146-613c59d153e5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1003 | 2024.09.23 18:21:41.023826 [ 3 ] {} <Debug> HTTP-Session: 6d401b84-b6cf-4f30-8c8e-9b8f9464f092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.09.23 18:21:41.024033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1005 | 2024.09.23 18:21:41.024081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1006 | 2024.09.23 18:21:41.024102 [ 3 ] {} <Debug> HTTP-Session: 82a64d06-2484-43b7-9efb-e72344a67a6c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1007 | 2024.09.23 18:21:41.024118 [ 3 ] {} <Debug> HTTP-Session: 82a64d06-2484-43b7-9efb-e72344a67a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1008 | 2024.09.23 18:21:41.024132 [ 3 ] {} <Debug> HTTP-Session: 82a64d06-2484-43b7-9efb-e72344a67a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1009 | 2024.09.23 18:21:41.024162 [ 3 ] {} <Trace> HTTP-Session: 82a64d06-2484-43b7-9efb-e72344a67a6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1010 | 2024.09.23 18:21:41.024337 [ 3 ] {6b8ad161-7bd1-49c8-a552-7f88371b29a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
1011 | 2024.09.23 18:21:41.024701 [ 3 ] {6b8ad161-7bd1-49c8-a552-7f88371b29a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1012 | 2024.09.23 18:21:41.024755 [ 3 ] {6b8ad161-7bd1-49c8-a552-7f88371b29a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1013 | 2024.09.23 18:21:41.025709 [ 3 ] {6b8ad161-7bd1-49c8-a552-7f88371b29a2} <Debug> DynamicQueryHandler: Done processing query | ||
1014 | 2024.09.23 18:21:41.025734 [ 3 ] {6b8ad161-7bd1-49c8-a552-7f88371b29a2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1015 | 2024.09.23 18:21:41.025750 [ 3 ] {} <Debug> HTTP-Session: 82a64d06-2484-43b7-9efb-e72344a67a6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.09.23 18:21:41.025967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1017 | 2024.09.23 18:21:41.026015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1018 | 2024.09.23 18:21:41.026035 [ 3 ] {} <Debug> HTTP-Session: 103ae5c4-1e9e-4867-a965-7aec64db59a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1019 | 2024.09.23 18:21:41.026052 [ 3 ] {} <Debug> HTTP-Session: 103ae5c4-1e9e-4867-a965-7aec64db59a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1020 | 2024.09.23 18:21:41.026066 [ 3 ] {} <Debug> HTTP-Session: 103ae5c4-1e9e-4867-a965-7aec64db59a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.09.23 18:21:41.026097 [ 3 ] {} <Trace> HTTP-Session: 103ae5c4-1e9e-4867-a965-7aec64db59a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1022 | 2024.09.23 18:21:41.026229 [ 3 ] {dc43926a-0356-414b-8f5b-4a715d11d4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
1023 | 2024.09.23 18:21:41.026587 [ 3 ] {dc43926a-0356-414b-8f5b-4a715d11d4b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1024 | 2024.09.23 18:21:41.026639 [ 3 ] {dc43926a-0356-414b-8f5b-4a715d11d4b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1025 | 2024.09.23 18:21:41.027530 [ 3 ] {dc43926a-0356-414b-8f5b-4a715d11d4b2} <Debug> DynamicQueryHandler: Done processing query | ||
1026 | 2024.09.23 18:21:41.027556 [ 3 ] {dc43926a-0356-414b-8f5b-4a715d11d4b2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1027 | 2024.09.23 18:21:41.027572 [ 3 ] {} <Debug> HTTP-Session: 103ae5c4-1e9e-4867-a965-7aec64db59a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.09.23 18:21:41.027776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1029 | 2024.09.23 18:21:41.027823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1030 | 2024.09.23 18:21:41.027842 [ 3 ] {} <Debug> HTTP-Session: 0dfb991c-7f2e-4497-92d3-4f3b6ffcd238 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1031 | 2024.09.23 18:21:41.027858 [ 3 ] {} <Debug> HTTP-Session: 0dfb991c-7f2e-4497-92d3-4f3b6ffcd238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1032 | 2024.09.23 18:21:41.027872 [ 3 ] {} <Debug> HTTP-Session: 0dfb991c-7f2e-4497-92d3-4f3b6ffcd238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1033 | 2024.09.23 18:21:41.027904 [ 3 ] {} <Trace> HTTP-Session: 0dfb991c-7f2e-4497-92d3-4f3b6ffcd238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1034 | 2024.09.23 18:21:41.028038 [ 3 ] {e1f91c32-4261-4b31-ad59-5fda5f628ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
1035 | 2024.09.23 18:21:41.028402 [ 3 ] {e1f91c32-4261-4b31-ad59-5fda5f628ce9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1036 | 2024.09.23 18:21:41.028455 [ 3 ] {e1f91c32-4261-4b31-ad59-5fda5f628ce9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1037 | 2024.09.23 18:21:41.029335 [ 3 ] {e1f91c32-4261-4b31-ad59-5fda5f628ce9} <Debug> DynamicQueryHandler: Done processing query | ||
1038 | 2024.09.23 18:21:41.029360 [ 3 ] {e1f91c32-4261-4b31-ad59-5fda5f628ce9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1039 | 2024.09.23 18:21:41.029378 [ 3 ] {} <Debug> HTTP-Session: 0dfb991c-7f2e-4497-92d3-4f3b6ffcd238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.09.23 18:21:41.030936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1041 | 2024.09.23 18:21:41.030985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1042 | 2024.09.23 18:21:41.031003 [ 3 ] {} <Debug> HTTP-Session: 8137c94f-115a-4971-a069-0c12603cb0cc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1043 | 2024.09.23 18:21:41.031020 [ 3 ] {} <Debug> HTTP-Session: 8137c94f-115a-4971-a069-0c12603cb0cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1044 | 2024.09.23 18:21:41.031034 [ 3 ] {} <Debug> HTTP-Session: 8137c94f-115a-4971-a069-0c12603cb0cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1045 | 2024.09.23 18:21:41.031065 [ 3 ] {} <Trace> HTTP-Session: 8137c94f-115a-4971-a069-0c12603cb0cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1046 | 2024.09.23 18:21:41.031186 [ 3 ] {41fd9abc-d75b-48a7-a1ae-d3729e453f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1047 | 2024.09.23 18:21:41.031232 [ 3 ] {41fd9abc-d75b-48a7-a1ae-d3729e453f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1048 | 2024.09.23 18:21:41.033533 [ 3 ] {41fd9abc-d75b-48a7-a1ae-d3729e453f08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1049 | 2024.09.23 18:21:41.036104 [ 3 ] {41fd9abc-d75b-48a7-a1ae-d3729e453f08} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1050 | 2024.09.23 18:21:41.036152 [ 3 ] {41fd9abc-d75b-48a7-a1ae-d3729e453f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1051 | 2024.09.23 18:21:41.036830 [ 3 ] {41fd9abc-d75b-48a7-a1ae-d3729e453f08} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1052 | 2024.09.23 18:21:41.037374 [ 3 ] {41fd9abc-d75b-48a7-a1ae-d3729e453f08} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1053 | 2024.09.23 18:21:41.037537 [ 3 ] {41fd9abc-d75b-48a7-a1ae-d3729e453f08} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.006391 sec., 2816.460647785949 rows/sec., 393.93 KiB/sec. | ||
1054 | 2024.09.23 18:21:41.037738 [ 3 ] {41fd9abc-d75b-48a7-a1ae-d3729e453f08} <Debug> DynamicQueryHandler: Done processing query | ||
1055 | 2024.09.23 18:21:41.037762 [ 3 ] {41fd9abc-d75b-48a7-a1ae-d3729e453f08} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1056 | 2024.09.23 18:21:41.037778 [ 3 ] {} <Debug> HTTP-Session: 8137c94f-115a-4971-a069-0c12603cb0cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1057 | 2024.09.23 18:21:41.037893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4263, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1058 | 2024.09.23 18:21:41.037941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1059 | 2024.09.23 18:21:41.037961 [ 3 ] {} <Debug> HTTP-Session: ea9164b5-67e2-4137-9e33-6c1d54dd5566 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1060 | 2024.09.23 18:21:41.037978 [ 3 ] {} <Debug> HTTP-Session: ea9164b5-67e2-4137-9e33-6c1d54dd5566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1061 | 2024.09.23 18:21:41.037991 [ 3 ] {} <Debug> HTTP-Session: ea9164b5-67e2-4137-9e33-6c1d54dd5566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1062 | 2024.09.23 18:21:41.038023 [ 3 ] {} <Trace> HTTP-Session: ea9164b5-67e2-4137-9e33-6c1d54dd5566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1063 | 2024.09.23 18:21:41.038132 [ 3 ] {48010188-6a8e-49c1-8edf-40cffc3a9625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1064 | 2024.09.23 18:21:41.038176 [ 3 ] {48010188-6a8e-49c1-8edf-40cffc3a9625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1065 | 2024.09.23 18:21:41.038429 [ 3 ] {48010188-6a8e-49c1-8edf-40cffc3a9625} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1066 | 2024.09.23 18:21:41.039454 [ 3 ] {48010188-6a8e-49c1-8edf-40cffc3a9625} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1067 | 2024.09.23 18:21:41.039490 [ 3 ] {48010188-6a8e-49c1-8edf-40cffc3a9625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1068 | 2024.09.23 18:21:41.042124 [ 3 ] {48010188-6a8e-49c1-8edf-40cffc3a9625} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1069 | 2024.09.23 18:21:41.042755 [ 3 ] {48010188-6a8e-49c1-8edf-40cffc3a9625} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1070 | 2024.09.23 18:21:41.042913 [ 3 ] {48010188-6a8e-49c1-8edf-40cffc3a9625} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.004814 sec., 6231.823847112589 rows/sec., 498.22 KiB/sec. | ||
1071 | 2024.09.23 18:21:41.043089 [ 3 ] {48010188-6a8e-49c1-8edf-40cffc3a9625} <Debug> DynamicQueryHandler: Done processing query | ||
1072 | 2024.09.23 18:21:41.043115 [ 3 ] {48010188-6a8e-49c1-8edf-40cffc3a9625} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1073 | 2024.09.23 18:21:41.043131 [ 3 ] {} <Debug> HTTP-Session: ea9164b5-67e2-4137-9e33-6c1d54dd5566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1074 | 2024.09.23 18:21:41.043271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 6146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1075 | 2024.09.23 18:21:41.043322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1076 | 2024.09.23 18:21:41.043341 [ 3 ] {} <Debug> HTTP-Session: ef8e1fc6-f38a-497b-91f8-6e8de1b8b2e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1077 | 2024.09.23 18:21:41.043357 [ 3 ] {} <Debug> HTTP-Session: ef8e1fc6-f38a-497b-91f8-6e8de1b8b2e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1078 | 2024.09.23 18:21:41.043372 [ 3 ] {} <Debug> HTTP-Session: ef8e1fc6-f38a-497b-91f8-6e8de1b8b2e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1079 | 2024.09.23 18:21:41.043404 [ 3 ] {} <Trace> HTTP-Session: ef8e1fc6-f38a-497b-91f8-6e8de1b8b2e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1080 | 2024.09.23 18:21:41.043514 [ 3 ] {df7bd227-ac31-433a-9f0e-32d0fe1005be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1081 | 2024.09.23 18:21:41.043557 [ 3 ] {df7bd227-ac31-433a-9f0e-32d0fe1005be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1082 | 2024.09.23 18:21:41.044364 [ 3 ] {df7bd227-ac31-433a-9f0e-32d0fe1005be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1083 | 2024.09.23 18:21:41.044743 [ 3 ] {df7bd227-ac31-433a-9f0e-32d0fe1005be} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1084 | 2024.09.23 18:21:41.044781 [ 3 ] {df7bd227-ac31-433a-9f0e-32d0fe1005be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1085 | 2024.09.23 18:21:41.045839 [ 3 ] {df7bd227-ac31-433a-9f0e-32d0fe1005be} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1086 | 2024.09.23 18:21:41.046496 [ 3 ] {df7bd227-ac31-433a-9f0e-32d0fe1005be} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1087 | 2024.09.23 18:21:41.046630 [ 3 ] {df7bd227-ac31-433a-9f0e-32d0fe1005be} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.003147 sec., 11439.466158245948 rows/sec., 914.81 KiB/sec. | ||
1088 | 2024.09.23 18:21:41.046805 [ 3 ] {df7bd227-ac31-433a-9f0e-32d0fe1005be} <Debug> DynamicQueryHandler: Done processing query | ||
1089 | 2024.09.23 18:21:41.046830 [ 3 ] {df7bd227-ac31-433a-9f0e-32d0fe1005be} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1090 | 2024.09.23 18:21:41.046845 [ 3 ] {} <Debug> HTTP-Session: ef8e1fc6-f38a-497b-91f8-6e8de1b8b2e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1091 | 2024.09.23 18:21:41.046959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1092 | 2024.09.23 18:21:41.047008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1093 | 2024.09.23 18:21:41.047027 [ 3 ] {} <Debug> HTTP-Session: bc034de6-afe6-48b2-b7da-97539c83c1f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1094 | 2024.09.23 18:21:41.047044 [ 3 ] {} <Debug> HTTP-Session: bc034de6-afe6-48b2-b7da-97539c83c1f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1095 | 2024.09.23 18:21:41.047058 [ 3 ] {} <Debug> HTTP-Session: bc034de6-afe6-48b2-b7da-97539c83c1f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1096 | 2024.09.23 18:21:41.047089 [ 3 ] {} <Trace> HTTP-Session: bc034de6-afe6-48b2-b7da-97539c83c1f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1097 | 2024.09.23 18:21:41.047208 [ 3 ] {f9d0f880-2340-4587-bf48-c5dde0af9352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1098 | 2024.09.23 18:21:41.047851 [ 3 ] {f9d0f880-2340-4587-bf48-c5dde0af9352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1099 | 2024.09.23 18:21:41.048003 [ 3 ] {f9d0f880-2340-4587-bf48-c5dde0af9352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1100 | 2024.09.23 18:21:41.048880 [ 3 ] {f9d0f880-2340-4587-bf48-c5dde0af9352} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1101 | 2024.09.23 18:21:41.048919 [ 3 ] {f9d0f880-2340-4587-bf48-c5dde0af9352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1102 | 2024.09.23 18:21:41.051414 [ 3 ] {f9d0f880-2340-4587-bf48-c5dde0af9352} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1103 | 2024.09.23 18:21:41.052097 [ 3 ] {f9d0f880-2340-4587-bf48-c5dde0af9352} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1104 | 2024.09.23 18:21:41.052282 [ 3 ] {f9d0f880-2340-4587-bf48-c5dde0af9352} <Debug> executeQuery: Read 56 rows, 4.01 KiB in 0.005115 sec., 10948.191593352884 rows/sec., 783.35 KiB/sec. | ||
1105 | 2024.09.23 18:21:41.052486 [ 3 ] {f9d0f880-2340-4587-bf48-c5dde0af9352} <Debug> DynamicQueryHandler: Done processing query | ||
1106 | 2024.09.23 18:21:41.052510 [ 3 ] {f9d0f880-2340-4587-bf48-c5dde0af9352} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1107 | 2024.09.23 18:21:41.052526 [ 3 ] {} <Debug> HTTP-Session: bc034de6-afe6-48b2-b7da-97539c83c1f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1108 | 2024.09.23 18:21:41.052631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1109 | 2024.09.23 18:21:41.052680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1110 | 2024.09.23 18:21:41.052700 [ 3 ] {} <Debug> HTTP-Session: 123ccf4b-fa52-4bda-892d-c7b6ab89a1a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1111 | 2024.09.23 18:21:41.052717 [ 3 ] {} <Debug> HTTP-Session: 123ccf4b-fa52-4bda-892d-c7b6ab89a1a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1112 | 2024.09.23 18:21:41.052731 [ 3 ] {} <Debug> HTTP-Session: 123ccf4b-fa52-4bda-892d-c7b6ab89a1a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1113 | 2024.09.23 18:21:41.052763 [ 3 ] {} <Trace> HTTP-Session: 123ccf4b-fa52-4bda-892d-c7b6ab89a1a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1114 | 2024.09.23 18:21:41.052871 [ 3 ] {eeffc15f-0106-465f-ae71-3fcb343b41a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1115 | 2024.09.23 18:21:41.052919 [ 3 ] {eeffc15f-0106-465f-ae71-3fcb343b41a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1116 | 2024.09.23 18:21:41.053047 [ 3 ] {eeffc15f-0106-465f-ae71-3fcb343b41a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1117 | 2024.09.23 18:21:41.053330 [ 3 ] {eeffc15f-0106-465f-ae71-3fcb343b41a3} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1118 | 2024.09.23 18:21:41.053366 [ 3 ] {eeffc15f-0106-465f-ae71-3fcb343b41a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1119 | 2024.09.23 18:21:41.053818 [ 3 ] {eeffc15f-0106-465f-ae71-3fcb343b41a3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1120 | 2024.09.23 18:21:41.054401 [ 3 ] {eeffc15f-0106-465f-ae71-3fcb343b41a3} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1121 | 2024.09.23 18:21:41.054554 [ 3 ] {eeffc15f-0106-465f-ae71-3fcb343b41a3} <Debug> executeQuery: Read 26 rows, 1.78 KiB in 0.00171 sec., 15204.6783625731 rows/sec., 1.02 MiB/sec. | ||
1122 | 2024.09.23 18:21:41.054752 [ 3 ] {eeffc15f-0106-465f-ae71-3fcb343b41a3} <Debug> DynamicQueryHandler: Done processing query | ||
1123 | 2024.09.23 18:21:41.054777 [ 3 ] {eeffc15f-0106-465f-ae71-3fcb343b41a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1124 | 2024.09.23 18:21:41.054793 [ 3 ] {} <Debug> HTTP-Session: 123ccf4b-fa52-4bda-892d-c7b6ab89a1a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1125 | 2024.09.23 18:21:42.290125 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1126 | 2024.09.23 18:21:42.290224 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1127 | 2024.09.23 18:21:45.978467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4263, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1128 | 2024.09.23 18:21:45.978576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1129 | 2024.09.23 18:21:45.978602 [ 3 ] {} <Debug> HTTP-Session: 8d2db650-0653-408e-b82a-ec12d305852c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1130 | 2024.09.23 18:21:45.978627 [ 3 ] {} <Debug> HTTP-Session: 8d2db650-0653-408e-b82a-ec12d305852c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1131 | 2024.09.23 18:21:45.978644 [ 3 ] {} <Debug> HTTP-Session: 8d2db650-0653-408e-b82a-ec12d305852c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1132 | 2024.09.23 18:21:45.978692 [ 3 ] {} <Trace> HTTP-Session: 8d2db650-0653-408e-b82a-ec12d305852c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1133 | 2024.09.23 18:21:45.978890 [ 3 ] {d85e56b7-e950-4aba-9187-306049a8e33b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1134 | 2024.09.23 18:21:45.978957 [ 3 ] {d85e56b7-e950-4aba-9187-306049a8e33b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1135 | 2024.09.23 18:21:45.979287 [ 3 ] {d85e56b7-e950-4aba-9187-306049a8e33b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1136 | 2024.09.23 18:21:45.979774 [ 3 ] {d85e56b7-e950-4aba-9187-306049a8e33b} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1137 | 2024.09.23 18:21:45.979825 [ 3 ] {d85e56b7-e950-4aba-9187-306049a8e33b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1138 | 2024.09.23 18:21:45.980404 [ 3 ] {d85e56b7-e950-4aba-9187-306049a8e33b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1139 | 2024.09.23 18:21:45.981032 [ 3 ] {d85e56b7-e950-4aba-9187-306049a8e33b} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1140 | 2024.09.23 18:21:45.981249 [ 3 ] {d85e56b7-e950-4aba-9187-306049a8e33b} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.00241 sec., 12448.132780082988 rows/sec., 995.20 KiB/sec. | ||
1141 | 2024.09.23 18:21:45.981609 [ 3 ] {d85e56b7-e950-4aba-9187-306049a8e33b} <Debug> DynamicQueryHandler: Done processing query | ||
1142 | 2024.09.23 18:21:45.981638 [ 3 ] {d85e56b7-e950-4aba-9187-306049a8e33b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1143 | 2024.09.23 18:21:45.981655 [ 3 ] {} <Debug> HTTP-Session: 8d2db650-0653-408e-b82a-ec12d305852c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1144 | 2024.09.23 18:21:45.981788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 6146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1145 | 2024.09.23 18:21:45.981846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1146 | 2024.09.23 18:21:45.981868 [ 3 ] {} <Debug> HTTP-Session: aae25fca-b496-4a6a-8546-16b4dff18f77 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1147 | 2024.09.23 18:21:45.981887 [ 3 ] {} <Debug> HTTP-Session: aae25fca-b496-4a6a-8546-16b4dff18f77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1148 | 2024.09.23 18:21:45.981901 [ 3 ] {} <Debug> HTTP-Session: aae25fca-b496-4a6a-8546-16b4dff18f77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1149 | 2024.09.23 18:21:45.981937 [ 3 ] {} <Trace> HTTP-Session: aae25fca-b496-4a6a-8546-16b4dff18f77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1150 | 2024.09.23 18:21:45.982059 [ 3 ] {fbea5f9b-12ff-4810-806b-18444ba2e23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1151 | 2024.09.23 18:21:45.982106 [ 3 ] {fbea5f9b-12ff-4810-806b-18444ba2e23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1152 | 2024.09.23 18:21:45.982358 [ 3 ] {fbea5f9b-12ff-4810-806b-18444ba2e23d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1153 | 2024.09.23 18:21:45.982733 [ 3 ] {fbea5f9b-12ff-4810-806b-18444ba2e23d} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1154 | 2024.09.23 18:21:45.982773 [ 3 ] {fbea5f9b-12ff-4810-806b-18444ba2e23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1155 | 2024.09.23 18:21:45.983224 [ 3 ] {fbea5f9b-12ff-4810-806b-18444ba2e23d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1156 | 2024.09.23 18:21:45.983880 [ 3 ] {fbea5f9b-12ff-4810-806b-18444ba2e23d} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1157 | 2024.09.23 18:21:45.984044 [ 3 ] {fbea5f9b-12ff-4810-806b-18444ba2e23d} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00202 sec., 17821.78217821782 rows/sec., 1.39 MiB/sec. | ||
1158 | 2024.09.23 18:21:45.984221 [ 3 ] {fbea5f9b-12ff-4810-806b-18444ba2e23d} <Debug> DynamicQueryHandler: Done processing query | ||
1159 | 2024.09.23 18:21:45.984247 [ 3 ] {fbea5f9b-12ff-4810-806b-18444ba2e23d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1160 | 2024.09.23 18:21:45.984262 [ 3 ] {} <Debug> HTTP-Session: aae25fca-b496-4a6a-8546-16b4dff18f77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1161 | 2024.09.23 18:21:45.984413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 11547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1162 | 2024.09.23 18:21:45.984465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1163 | 2024.09.23 18:21:45.984484 [ 3 ] {} <Debug> HTTP-Session: f798c26b-2fd3-4d63-8baa-0bf86af36097 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1164 | 2024.09.23 18:21:45.984502 [ 3 ] {} <Debug> HTTP-Session: f798c26b-2fd3-4d63-8baa-0bf86af36097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1165 | 2024.09.23 18:21:45.984517 [ 3 ] {} <Debug> HTTP-Session: f798c26b-2fd3-4d63-8baa-0bf86af36097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1166 | 2024.09.23 18:21:45.984550 [ 3 ] {} <Trace> HTTP-Session: f798c26b-2fd3-4d63-8baa-0bf86af36097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1167 | 2024.09.23 18:21:45.984670 [ 3 ] {a94c31fe-9c10-4071-9278-018f4e4edf30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1168 | 2024.09.23 18:21:45.984718 [ 3 ] {a94c31fe-9c10-4071-9278-018f4e4edf30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1169 | 2024.09.23 18:21:45.984864 [ 3 ] {a94c31fe-9c10-4071-9278-018f4e4edf30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1170 | 2024.09.23 18:21:45.985212 [ 3 ] {a94c31fe-9c10-4071-9278-018f4e4edf30} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1171 | 2024.09.23 18:21:45.985249 [ 3 ] {a94c31fe-9c10-4071-9278-018f4e4edf30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1172 | 2024.09.23 18:21:45.985727 [ 3 ] {a94c31fe-9c10-4071-9278-018f4e4edf30} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1173 | 2024.09.23 18:21:45.986328 [ 3 ] {a94c31fe-9c10-4071-9278-018f4e4edf30} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1174 | 2024.09.23 18:21:45.986494 [ 3 ] {a94c31fe-9c10-4071-9278-018f4e4edf30} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.00186 sec., 32258.06451612903 rows/sec., 2.26 MiB/sec. | ||
1175 | 2024.09.23 18:21:45.986657 [ 3 ] {a94c31fe-9c10-4071-9278-018f4e4edf30} <Debug> DynamicQueryHandler: Done processing query | ||
1176 | 2024.09.23 18:21:45.986681 [ 3 ] {a94c31fe-9c10-4071-9278-018f4e4edf30} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1177 | 2024.09.23 18:21:45.986698 [ 3 ] {} <Debug> HTTP-Session: f798c26b-2fd3-4d63-8baa-0bf86af36097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1178 | 2024.09.23 18:21:45.986814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1179 | 2024.09.23 18:21:45.986863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1180 | 2024.09.23 18:21:45.986883 [ 3 ] {} <Debug> HTTP-Session: 380486f5-e803-4e58-90d1-d9664a0cd6a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1181 | 2024.09.23 18:21:45.986900 [ 3 ] {} <Debug> HTTP-Session: 380486f5-e803-4e58-90d1-d9664a0cd6a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1182 | 2024.09.23 18:21:45.986914 [ 3 ] {} <Debug> HTTP-Session: 380486f5-e803-4e58-90d1-d9664a0cd6a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1183 | 2024.09.23 18:21:45.986946 [ 3 ] {} <Trace> HTTP-Session: 380486f5-e803-4e58-90d1-d9664a0cd6a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1184 | 2024.09.23 18:21:45.987051 [ 3 ] {d0dc1d98-66e6-40ed-a806-62ad518461e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1185 | 2024.09.23 18:21:45.987096 [ 3 ] {d0dc1d98-66e6-40ed-a806-62ad518461e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1186 | 2024.09.23 18:21:45.987223 [ 3 ] {d0dc1d98-66e6-40ed-a806-62ad518461e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1187 | 2024.09.23 18:21:45.987512 [ 3 ] {d0dc1d98-66e6-40ed-a806-62ad518461e3} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1188 | 2024.09.23 18:21:45.987548 [ 3 ] {d0dc1d98-66e6-40ed-a806-62ad518461e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1189 | 2024.09.23 18:21:45.988002 [ 3 ] {d0dc1d98-66e6-40ed-a806-62ad518461e3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1190 | 2024.09.23 18:21:45.988564 [ 3 ] {d0dc1d98-66e6-40ed-a806-62ad518461e3} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1191 | 2024.09.23 18:21:45.988732 [ 3 ] {d0dc1d98-66e6-40ed-a806-62ad518461e3} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001698 sec., 17667.844522968197 rows/sec., 1.17 MiB/sec. | ||
1192 | 2024.09.23 18:21:45.988915 [ 3 ] {d0dc1d98-66e6-40ed-a806-62ad518461e3} <Debug> DynamicQueryHandler: Done processing query | ||
1193 | 2024.09.23 18:21:45.988940 [ 3 ] {d0dc1d98-66e6-40ed-a806-62ad518461e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1194 | 2024.09.23 18:21:45.988956 [ 3 ] {} <Debug> HTTP-Session: 380486f5-e803-4e58-90d1-d9664a0cd6a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1195 | 2024.09.23 18:21:50.975922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1196 | 2024.09.23 18:21:50.976051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1197 | 2024.09.23 18:21:50.976076 [ 3 ] {} <Debug> HTTP-Session: 829f8ff0-cf8b-4bc4-8d36-2f1f66239b65 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1198 | 2024.09.23 18:21:50.976101 [ 3 ] {} <Debug> HTTP-Session: 829f8ff0-cf8b-4bc4-8d36-2f1f66239b65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1199 | 2024.09.23 18:21:50.976116 [ 3 ] {} <Debug> HTTP-Session: 829f8ff0-cf8b-4bc4-8d36-2f1f66239b65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1200 | 2024.09.23 18:21:50.976165 [ 3 ] {} <Trace> HTTP-Session: 829f8ff0-cf8b-4bc4-8d36-2f1f66239b65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1201 | 2024.09.23 18:21:50.976412 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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) | ||
1202 | 2024.09.23 18:21:50.979006 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1203 | 2024.09.23 18:21:50.981177 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <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 | ||
1204 | 2024.09.23 18:21:50.981730 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1205 | 2024.09.23 18:21:50.981923 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1206 | 2024.09.23 18:21:50.982268 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1207 | 2024.09.23 18:21:50.985466 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1208 | 2024.09.23 18:21:50.987726 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1209 | 2024.09.23 18:21:50.987759 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1210 | 2024.09.23 18:21:50.987888 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <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'))" | ||
1211 | 2024.09.23 18:21:50.987915 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1212 | 2024.09.23 18:21:51.002955 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.026636 sec., 675.7771437152726 rows/sec., 27.64 KiB/sec. | ||
1213 | 2024.09.23 18:21:51.003289 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Debug> DynamicQueryHandler: Done processing query | ||
1214 | 2024.09.23 18:21:51.003321 [ 3 ] {a0bbfbef-ba17-4f72-9de4-c02c7c6461b4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1215 | 2024.09.23 18:21:51.003342 [ 3 ] {} <Debug> HTTP-Session: 829f8ff0-cf8b-4bc4-8d36-2f1f66239b65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1216 | 2024.09.23 18:21:51.003637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1217 | 2024.09.23 18:21:51.003692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1218 | 2024.09.23 18:21:51.003714 [ 3 ] {} <Debug> HTTP-Session: ec2d90b4-2ff7-4fa8-aaf9-8aa5cbdfece8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1219 | 2024.09.23 18:21:51.003732 [ 3 ] {} <Debug> HTTP-Session: ec2d90b4-2ff7-4fa8-aaf9-8aa5cbdfece8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1220 | 2024.09.23 18:21:51.003745 [ 3 ] {} <Debug> HTTP-Session: ec2d90b4-2ff7-4fa8-aaf9-8aa5cbdfece8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1221 | 2024.09.23 18:21:51.003783 [ 3 ] {} <Trace> HTTP-Session: ec2d90b4-2ff7-4fa8-aaf9-8aa5cbdfece8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1222 | 2024.09.23 18:21:51.003984 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1223 | 2024.09.23 18:21:51.004262 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1224 | 2024.09.23 18:21:51.004304 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
1225 | 2024.09.23 18:21:51.004571 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1226 | 2024.09.23 18:21:51.004639 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1227 | 2024.09.23 18:21:51.004785 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1228 | 2024.09.23 18:21:51.004818 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1229 | 2024.09.23 18:21:51.004842 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1230 | 2024.09.23 18:21:51.004860 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1231 | 2024.09.23 18:21:51.004903 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <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_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
1232 | 2024.09.23 18:21:51.004925 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1233 | 2024.09.23 18:21:51.005786 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001875 sec., 9600 rows/sec., 392.71 KiB/sec. | ||
1234 | 2024.09.23 18:21:51.006043 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Debug> DynamicQueryHandler: Done processing query | ||
1235 | 2024.09.23 18:21:51.006068 [ 3 ] {30606ae7-743a-4cb1-8e99-15c3555b0af3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1236 | 2024.09.23 18:21:51.006085 [ 3 ] {} <Debug> HTTP-Session: ec2d90b4-2ff7-4fa8-aaf9-8aa5cbdfece8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1237 | 2024.09.23 18:21:51.006723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1238 | 2024.09.23 18:21:51.006776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1239 | 2024.09.23 18:21:51.006795 [ 3 ] {} <Debug> HTTP-Session: 4511c3ee-9fbd-4b0f-83ba-b10215e3f359 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1240 | 2024.09.23 18:21:51.006812 [ 3 ] {} <Debug> HTTP-Session: 4511c3ee-9fbd-4b0f-83ba-b10215e3f359 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1241 | 2024.09.23 18:21:51.006826 [ 3 ] {} <Debug> HTTP-Session: 4511c3ee-9fbd-4b0f-83ba-b10215e3f359 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1242 | 2024.09.23 18:21:51.006859 [ 3 ] {} <Trace> HTTP-Session: 4511c3ee-9fbd-4b0f-83ba-b10215e3f359 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1243 | 2024.09.23 18:21:51.007007 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1244 | 2024.09.23 18:21:51.007275 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1245 | 2024.09.23 18:21:51.007315 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
1246 | 2024.09.23 18:21:51.007581 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1247 | 2024.09.23 18:21:51.007646 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1248 | 2024.09.23 18:21:51.007790 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1249 | 2024.09.23 18:21:51.007823 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1250 | 2024.09.23 18:21:51.007846 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1251 | 2024.09.23 18:21:51.007863 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1252 | 2024.09.23 18:21:51.007906 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
1253 | 2024.09.23 18:21:51.007926 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1254 | 2024.09.23 18:21:51.008714 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001774 sec., 10146.561443066517 rows/sec., 415.07 KiB/sec. | ||
1255 | 2024.09.23 18:21:51.008957 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Debug> DynamicQueryHandler: Done processing query | ||
1256 | 2024.09.23 18:21:51.008982 [ 3 ] {baa2f34a-f240-4a15-8baa-597c45819c9f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1257 | 2024.09.23 18:21:51.008998 [ 3 ] {} <Debug> HTTP-Session: 4511c3ee-9fbd-4b0f-83ba-b10215e3f359 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1258 | 2024.09.23 18:21:51.009197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1259 | 2024.09.23 18:21:51.009246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1260 | 2024.09.23 18:21:51.009266 [ 3 ] {} <Debug> HTTP-Session: 0e39ba2f-ae8c-4489-900e-5b7255c3d46a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1261 | 2024.09.23 18:21:51.009283 [ 3 ] {} <Debug> HTTP-Session: 0e39ba2f-ae8c-4489-900e-5b7255c3d46a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1262 | 2024.09.23 18:21:51.009296 [ 3 ] {} <Debug> HTTP-Session: 0e39ba2f-ae8c-4489-900e-5b7255c3d46a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1263 | 2024.09.23 18:21:51.009328 [ 3 ] {} <Trace> HTTP-Session: 0e39ba2f-ae8c-4489-900e-5b7255c3d46a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1264 | 2024.09.23 18:21:51.009470 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1265 | 2024.09.23 18:21:51.009735 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1266 | 2024.09.23 18:21:51.009776 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1267 | 2024.09.23 18:21:51.010040 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1268 | 2024.09.23 18:21:51.010105 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1269 | 2024.09.23 18:21:51.010245 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1270 | 2024.09.23 18:21:51.010278 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1271 | 2024.09.23 18:21:51.010302 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1272 | 2024.09.23 18:21:51.010320 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1273 | 2024.09.23 18:21:51.010361 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1274 | 2024.09.23 18:21:51.010383 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1275 | 2024.09.23 18:21:51.011207 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001803 sec., 9983.361064891847 rows/sec., 408.39 KiB/sec. | ||
1276 | 2024.09.23 18:21:51.011456 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Debug> DynamicQueryHandler: Done processing query | ||
1277 | 2024.09.23 18:21:51.011481 [ 3 ] {2b505982-46c8-4ce1-8d71-21e74baaf61e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1278 | 2024.09.23 18:21:51.011497 [ 3 ] {} <Debug> HTTP-Session: 0e39ba2f-ae8c-4489-900e-5b7255c3d46a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1279 | 2024.09.23 18:21:51.011722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1280 | 2024.09.23 18:21:51.011770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1281 | 2024.09.23 18:21:51.011789 [ 3 ] {} <Debug> HTTP-Session: 762fe566-c8a3-4a1f-8dde-213182a01a12 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1282 | 2024.09.23 18:21:51.011805 [ 3 ] {} <Debug> HTTP-Session: 762fe566-c8a3-4a1f-8dde-213182a01a12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1283 | 2024.09.23 18:21:51.011819 [ 3 ] {} <Debug> HTTP-Session: 762fe566-c8a3-4a1f-8dde-213182a01a12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1284 | 2024.09.23 18:21:51.011851 [ 3 ] {} <Trace> HTTP-Session: 762fe566-c8a3-4a1f-8dde-213182a01a12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1285 | 2024.09.23 18:21:51.011993 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1286 | 2024.09.23 18:21:51.012256 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1287 | 2024.09.23 18:21:51.012297 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1288 | 2024.09.23 18:21:51.012562 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1289 | 2024.09.23 18:21:51.012627 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1290 | 2024.09.23 18:21:51.012768 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1291 | 2024.09.23 18:21:51.012801 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1292 | 2024.09.23 18:21:51.012825 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1293 | 2024.09.23 18:21:51.012842 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1294 | 2024.09.23 18:21:51.012883 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1295 | 2024.09.23 18:21:51.012904 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1296 | 2024.09.23 18:21:51.013750 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001811 sec., 9939.260077305356 rows/sec., 406.59 KiB/sec. | ||
1297 | 2024.09.23 18:21:51.013983 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Debug> DynamicQueryHandler: Done processing query | ||
1298 | 2024.09.23 18:21:51.014007 [ 3 ] {70bdc821-3f38-4c6c-9423-e2efa6c50452} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1299 | 2024.09.23 18:21:51.014023 [ 3 ] {} <Debug> HTTP-Session: 762fe566-c8a3-4a1f-8dde-213182a01a12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1300 | 2024.09.23 18:21:51.014231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1301 | 2024.09.23 18:21:51.014280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1302 | 2024.09.23 18:21:51.014300 [ 3 ] {} <Debug> HTTP-Session: 8e007681-0eac-4450-a2f7-15eaf9f1d094 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1303 | 2024.09.23 18:21:51.014316 [ 3 ] {} <Debug> HTTP-Session: 8e007681-0eac-4450-a2f7-15eaf9f1d094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1304 | 2024.09.23 18:21:51.014330 [ 3 ] {} <Debug> HTTP-Session: 8e007681-0eac-4450-a2f7-15eaf9f1d094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1305 | 2024.09.23 18:21:51.014361 [ 3 ] {} <Trace> HTTP-Session: 8e007681-0eac-4450-a2f7-15eaf9f1d094 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1306 | 2024.09.23 18:21:51.014503 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1307 | 2024.09.23 18:21:51.014768 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1308 | 2024.09.23 18:21:51.014809 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1309 | 2024.09.23 18:21:51.015079 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1310 | 2024.09.23 18:21:51.015144 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1311 | 2024.09.23 18:21:51.015285 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1312 | 2024.09.23 18:21:51.015318 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1313 | 2024.09.23 18:21:51.015341 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1314 | 2024.09.23 18:21:51.015358 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1315 | 2024.09.23 18:21:51.015399 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1316 | 2024.09.23 18:21:51.015420 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1317 | 2024.09.23 18:21:51.016434 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001988 sec., 9054.325955734406 rows/sec., 370.39 KiB/sec. | ||
1318 | 2024.09.23 18:21:51.016689 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Debug> DynamicQueryHandler: Done processing query | ||
1319 | 2024.09.23 18:21:51.016713 [ 3 ] {37588fd5-dc11-42a2-bc68-f9f47d5447e5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1320 | 2024.09.23 18:21:51.016730 [ 3 ] {} <Debug> HTTP-Session: 8e007681-0eac-4450-a2f7-15eaf9f1d094 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1321 | 2024.09.23 18:21:51.016941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1322 | 2024.09.23 18:21:51.016989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1323 | 2024.09.23 18:21:51.017009 [ 3 ] {} <Debug> HTTP-Session: 479ce5fd-8ee2-4a81-a85d-4c8d26e06e16 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1324 | 2024.09.23 18:21:51.017025 [ 3 ] {} <Debug> HTTP-Session: 479ce5fd-8ee2-4a81-a85d-4c8d26e06e16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1325 | 2024.09.23 18:21:51.017039 [ 3 ] {} <Debug> HTTP-Session: 479ce5fd-8ee2-4a81-a85d-4c8d26e06e16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1326 | 2024.09.23 18:21:51.017069 [ 3 ] {} <Trace> HTTP-Session: 479ce5fd-8ee2-4a81-a85d-4c8d26e06e16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1327 | 2024.09.23 18:21:51.017212 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1328 | 2024.09.23 18:21:51.017483 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1329 | 2024.09.23 18:21:51.017526 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1330 | 2024.09.23 18:21:51.017801 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1331 | 2024.09.23 18:21:51.017865 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1332 | 2024.09.23 18:21:51.018006 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1333 | 2024.09.23 18:21:51.018038 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1334 | 2024.09.23 18:21:51.018062 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1335 | 2024.09.23 18:21:51.018079 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1336 | 2024.09.23 18:21:51.018119 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1337 | 2024.09.23 18:21:51.018222 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1338 | 2024.09.23 18:21:51.019031 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001885 sec., 9549.071618037135 rows/sec., 390.63 KiB/sec. | ||
1339 | 2024.09.23 18:21:51.019268 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Debug> DynamicQueryHandler: Done processing query | ||
1340 | 2024.09.23 18:21:51.019292 [ 3 ] {3782f9d9-e9f7-4eab-a764-819e937a4f08} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1341 | 2024.09.23 18:21:51.019309 [ 3 ] {} <Debug> HTTP-Session: 479ce5fd-8ee2-4a81-a85d-4c8d26e06e16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1342 | 2024.09.23 18:21:51.019491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1343 | 2024.09.23 18:21:51.019540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1344 | 2024.09.23 18:21:51.019559 [ 3 ] {} <Debug> HTTP-Session: ad316d03-5938-4d1c-aaba-a79c6872a2af Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1345 | 2024.09.23 18:21:51.019649 [ 3 ] {} <Debug> HTTP-Session: ad316d03-5938-4d1c-aaba-a79c6872a2af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1346 | 2024.09.23 18:21:51.019666 [ 3 ] {} <Debug> HTTP-Session: ad316d03-5938-4d1c-aaba-a79c6872a2af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1347 | 2024.09.23 18:21:51.019697 [ 3 ] {} <Trace> HTTP-Session: ad316d03-5938-4d1c-aaba-a79c6872a2af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1348 | 2024.09.23 18:21:51.019842 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1349 | 2024.09.23 18:21:51.020110 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1350 | 2024.09.23 18:21:51.020153 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1351 | 2024.09.23 18:21:51.020428 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1352 | 2024.09.23 18:21:51.020494 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1353 | 2024.09.23 18:21:51.020636 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1354 | 2024.09.23 18:21:51.020669 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1355 | 2024.09.23 18:21:51.020692 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1356 | 2024.09.23 18:21:51.020710 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1357 | 2024.09.23 18:21:51.020752 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1358 | 2024.09.23 18:21:51.020774 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1359 | 2024.09.23 18:21:51.021613 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001839 sec., 9787.928221859707 rows/sec., 400.40 KiB/sec. | ||
1360 | 2024.09.23 18:21:51.021853 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Debug> DynamicQueryHandler: Done processing query | ||
1361 | 2024.09.23 18:21:51.021879 [ 3 ] {f118d86c-8d10-49a7-bd66-85432ffd0c23} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1362 | 2024.09.23 18:21:51.021895 [ 3 ] {} <Debug> HTTP-Session: ad316d03-5938-4d1c-aaba-a79c6872a2af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1363 | 2024.09.23 18:21:51.022079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1364 | 2024.09.23 18:21:51.022128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1365 | 2024.09.23 18:21:51.022148 [ 3 ] {} <Debug> HTTP-Session: 6b4b71ad-69ce-4142-874b-b2beb5625959 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1366 | 2024.09.23 18:21:51.022164 [ 3 ] {} <Debug> HTTP-Session: 6b4b71ad-69ce-4142-874b-b2beb5625959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1367 | 2024.09.23 18:21:51.022177 [ 3 ] {} <Debug> HTTP-Session: 6b4b71ad-69ce-4142-874b-b2beb5625959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1368 | 2024.09.23 18:21:51.022208 [ 3 ] {} <Trace> HTTP-Session: 6b4b71ad-69ce-4142-874b-b2beb5625959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1369 | 2024.09.23 18:21:51.022350 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1370 | 2024.09.23 18:21:51.022617 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1371 | 2024.09.23 18:21:51.022659 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <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_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1372 | 2024.09.23 18:21:51.022936 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1373 | 2024.09.23 18:21:51.023001 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1374 | 2024.09.23 18:21:51.023141 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1375 | 2024.09.23 18:21:51.023173 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1376 | 2024.09.23 18:21:51.023197 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1377 | 2024.09.23 18:21:51.023214 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1378 | 2024.09.23 18:21:51.023256 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1379 | 2024.09.23 18:21:51.023279 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1380 | 2024.09.23 18:21:51.024015 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001733 sec., 10386.612810155799 rows/sec., 424.89 KiB/sec. | ||
1381 | 2024.09.23 18:21:51.024249 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Debug> DynamicQueryHandler: Done processing query | ||
1382 | 2024.09.23 18:21:51.024274 [ 3 ] {44b8c7b5-7f74-41c3-af89-a20ae8cfc9dd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1383 | 2024.09.23 18:21:51.024291 [ 3 ] {} <Debug> HTTP-Session: 6b4b71ad-69ce-4142-874b-b2beb5625959 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1384 | 2024.09.23 18:21:51.024492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1385 | 2024.09.23 18:21:51.024540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1386 | 2024.09.23 18:21:51.024561 [ 3 ] {} <Debug> HTTP-Session: 568cf650-be68-4e3b-b314-b589597cc030 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1387 | 2024.09.23 18:21:51.024577 [ 3 ] {} <Debug> HTTP-Session: 568cf650-be68-4e3b-b314-b589597cc030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1388 | 2024.09.23 18:21:51.024590 [ 3 ] {} <Debug> HTTP-Session: 568cf650-be68-4e3b-b314-b589597cc030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1389 | 2024.09.23 18:21:51.024621 [ 3 ] {} <Trace> HTTP-Session: 568cf650-be68-4e3b-b314-b589597cc030 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1390 | 2024.09.23 18:21:51.024765 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1391 | 2024.09.23 18:21:51.025033 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1392 | 2024.09.23 18:21:51.025075 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <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_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1393 | 2024.09.23 18:21:51.025355 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1394 | 2024.09.23 18:21:51.025420 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1395 | 2024.09.23 18:21:51.025562 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1396 | 2024.09.23 18:21:51.025595 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1397 | 2024.09.23 18:21:51.025618 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1398 | 2024.09.23 18:21:51.025635 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1399 | 2024.09.23 18:21:51.025677 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <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_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1400 | 2024.09.23 18:21:51.025698 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1401 | 2024.09.23 18:21:51.026556 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001858 sec., 9687.83638320775 rows/sec., 396.30 KiB/sec. | ||
1402 | 2024.09.23 18:21:51.026804 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Debug> DynamicQueryHandler: Done processing query | ||
1403 | 2024.09.23 18:21:51.026830 [ 3 ] {a22d2fbf-213b-4566-ad3a-2c6564d030ed} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1404 | 2024.09.23 18:21:51.026846 [ 3 ] {} <Debug> HTTP-Session: 568cf650-be68-4e3b-b314-b589597cc030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1405 | 2024.09.23 18:21:51.027057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1025, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1406 | 2024.09.23 18:21:51.027106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1407 | 2024.09.23 18:21:51.027126 [ 3 ] {} <Debug> HTTP-Session: 25f16f27-c470-4f28-a5ad-437e9155500b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1408 | 2024.09.23 18:21:51.027143 [ 3 ] {} <Debug> HTTP-Session: 25f16f27-c470-4f28-a5ad-437e9155500b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1409 | 2024.09.23 18:21:51.027157 [ 3 ] {} <Debug> HTTP-Session: 25f16f27-c470-4f28-a5ad-437e9155500b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1410 | 2024.09.23 18:21:51.027187 [ 3 ] {} <Trace> HTTP-Session: 25f16f27-c470-4f28-a5ad-437e9155500b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1411 | 2024.09.23 18:21:51.027333 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1412 | 2024.09.23 18:21:51.027603 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1413 | 2024.09.23 18:21:51.027646 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1414 | 2024.09.23 18:21:51.027929 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1415 | 2024.09.23 18:21:51.027994 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1416 | 2024.09.23 18:21:51.028136 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1417 | 2024.09.23 18:21:51.028168 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1418 | 2024.09.23 18:21:51.028192 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1419 | 2024.09.23 18:21:51.028209 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1420 | 2024.09.23 18:21:51.028250 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1421 | 2024.09.23 18:21:51.028273 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1422 | 2024.09.23 18:21:51.029020 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001758 sec., 10238.907849829351 rows/sec., 418.84 KiB/sec. | ||
1423 | 2024.09.23 18:21:51.029260 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Debug> DynamicQueryHandler: Done processing query | ||
1424 | 2024.09.23 18:21:51.029285 [ 3 ] {57875bb5-e8f4-41ec-95cb-ec0abbe1162f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1425 | 2024.09.23 18:21:51.029307 [ 3 ] {} <Debug> HTTP-Session: 25f16f27-c470-4f28-a5ad-437e9155500b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1426 | 2024.09.23 18:21:51.033734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1052, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1427 | 2024.09.23 18:21:51.033797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1428 | 2024.09.23 18:21:51.033821 [ 3 ] {} <Debug> HTTP-Session: 14715927-ceff-4d48-9aae-145b7e41f11e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1429 | 2024.09.23 18:21:51.033842 [ 3 ] {} <Debug> HTTP-Session: 14715927-ceff-4d48-9aae-145b7e41f11e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1430 | 2024.09.23 18:21:51.033860 [ 3 ] {} <Debug> HTTP-Session: 14715927-ceff-4d48-9aae-145b7e41f11e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1431 | 2024.09.23 18:21:51.033906 [ 3 ] {} <Trace> HTTP-Session: 14715927-ceff-4d48-9aae-145b7e41f11e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1432 | 2024.09.23 18:21:51.034091 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1433 | 2024.09.23 18:21:51.034429 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1434 | 2024.09.23 18:21:51.034482 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1435 | 2024.09.23 18:21:51.034803 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1436 | 2024.09.23 18:21:51.034868 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1437 | 2024.09.23 18:21:51.035010 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1438 | 2024.09.23 18:21:51.035043 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1439 | 2024.09.23 18:21:51.035066 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1440 | 2024.09.23 18:21:51.035083 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1441 | 2024.09.23 18:21:51.035125 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1442 | 2024.09.23 18:21:51.035147 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1443 | 2024.09.23 18:21:51.035987 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001986 sec., 9063.44410876133 rows/sec., 370.76 KiB/sec. | ||
1444 | 2024.09.23 18:21:51.036242 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Debug> DynamicQueryHandler: Done processing query | ||
1445 | 2024.09.23 18:21:51.036266 [ 3 ] {b1d1965c-cc91-46ca-86a6-36fd5e228159} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1446 | 2024.09.23 18:21:51.036282 [ 3 ] {} <Debug> HTTP-Session: 14715927-ceff-4d48-9aae-145b7e41f11e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.09.23 18:21:51.039363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1448 | 2024.09.23 18:21:51.039423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1449 | 2024.09.23 18:21:51.039447 [ 3 ] {} <Debug> HTTP-Session: 137f5b3b-6500-45ed-91d0-a223e57a7372 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1450 | 2024.09.23 18:21:51.039467 [ 3 ] {} <Debug> HTTP-Session: 137f5b3b-6500-45ed-91d0-a223e57a7372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1451 | 2024.09.23 18:21:51.039483 [ 3 ] {} <Debug> HTTP-Session: 137f5b3b-6500-45ed-91d0-a223e57a7372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1452 | 2024.09.23 18:21:51.039521 [ 3 ] {} <Trace> HTTP-Session: 137f5b3b-6500-45ed-91d0-a223e57a7372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1453 | 2024.09.23 18:21:51.039675 [ 3 ] {a9672ce6-982e-41c9-88ef-e2da3d004748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1454 | 2024.09.23 18:21:51.039741 [ 3 ] {a9672ce6-982e-41c9-88ef-e2da3d004748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1455 | 2024.09.23 18:21:51.039952 [ 3 ] {a9672ce6-982e-41c9-88ef-e2da3d004748} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1456 | 2024.09.23 18:21:51.040418 [ 3 ] {a9672ce6-982e-41c9-88ef-e2da3d004748} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1457 | 2024.09.23 18:21:51.040466 [ 3 ] {a9672ce6-982e-41c9-88ef-e2da3d004748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1458 | 2024.09.23 18:21:51.041110 [ 3 ] {a9672ce6-982e-41c9-88ef-e2da3d004748} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1459 | 2024.09.23 18:21:51.041651 [ 3 ] {a9672ce6-982e-41c9-88ef-e2da3d004748} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1460 | 2024.09.23 18:21:51.041817 [ 3 ] {a9672ce6-982e-41c9-88ef-e2da3d004748} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.002209 sec., 5432.322317790856 rows/sec., 932.80 KiB/sec. | ||
1461 | 2024.09.23 18:21:51.041995 [ 3 ] {a9672ce6-982e-41c9-88ef-e2da3d004748} <Debug> DynamicQueryHandler: Done processing query | ||
1462 | 2024.09.23 18:21:51.042020 [ 3 ] {a9672ce6-982e-41c9-88ef-e2da3d004748} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1463 | 2024.09.23 18:21:51.042035 [ 3 ] {} <Debug> HTTP-Session: 137f5b3b-6500-45ed-91d0-a223e57a7372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1464 | 2024.09.23 18:21:51.042282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1465 | 2024.09.23 18:21:51.042331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1466 | 2024.09.23 18:21:51.042350 [ 3 ] {} <Debug> HTTP-Session: 53568569-48fb-4b94-a553-666c8cf0dbf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1467 | 2024.09.23 18:21:51.042366 [ 3 ] {} <Debug> HTTP-Session: 53568569-48fb-4b94-a553-666c8cf0dbf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1468 | 2024.09.23 18:21:51.042380 [ 3 ] {} <Debug> HTTP-Session: 53568569-48fb-4b94-a553-666c8cf0dbf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1469 | 2024.09.23 18:21:51.042411 [ 3 ] {} <Trace> HTTP-Session: 53568569-48fb-4b94-a553-666c8cf0dbf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1470 | 2024.09.23 18:21:51.042556 [ 3 ] {43c7fba7-3238-42c2-8e71-08cbec460394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1471 | 2024.09.23 18:21:51.042600 [ 3 ] {43c7fba7-3238-42c2-8e71-08cbec460394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1472 | 2024.09.23 18:21:51.042833 [ 3 ] {43c7fba7-3238-42c2-8e71-08cbec460394} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1473 | 2024.09.23 18:21:51.043251 [ 3 ] {43c7fba7-3238-42c2-8e71-08cbec460394} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1474 | 2024.09.23 18:21:51.043289 [ 3 ] {43c7fba7-3238-42c2-8e71-08cbec460394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1475 | 2024.09.23 18:21:51.043816 [ 3 ] {43c7fba7-3238-42c2-8e71-08cbec460394} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1476 | 2024.09.23 18:21:51.044530 [ 3 ] {43c7fba7-3238-42c2-8e71-08cbec460394} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1477 | 2024.09.23 18:21:51.044688 [ 3 ] {43c7fba7-3238-42c2-8e71-08cbec460394} <Debug> executeQuery: Read 163 rows, 14.88 KiB in 0.002194 sec., 74293.52780309935 rows/sec., 6.62 MiB/sec. | ||
1478 | 2024.09.23 18:21:51.044867 [ 3 ] {43c7fba7-3238-42c2-8e71-08cbec460394} <Debug> DynamicQueryHandler: Done processing query | ||
1479 | 2024.09.23 18:21:51.044891 [ 3 ] {43c7fba7-3238-42c2-8e71-08cbec460394} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1480 | 2024.09.23 18:21:51.044907 [ 3 ] {} <Debug> HTTP-Session: 53568569-48fb-4b94-a553-666c8cf0dbf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1481 | 2024.09.23 18:21:51.045032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1482 | 2024.09.23 18:21:51.045081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1483 | 2024.09.23 18:21:51.045101 [ 3 ] {} <Debug> HTTP-Session: e9ead3a6-e80a-4dae-81a4-9dae68a3831f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1484 | 2024.09.23 18:21:51.045118 [ 3 ] {} <Debug> HTTP-Session: e9ead3a6-e80a-4dae-81a4-9dae68a3831f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1485 | 2024.09.23 18:21:51.045133 [ 3 ] {} <Debug> HTTP-Session: e9ead3a6-e80a-4dae-81a4-9dae68a3831f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1486 | 2024.09.23 18:21:51.045164 [ 3 ] {} <Trace> HTTP-Session: e9ead3a6-e80a-4dae-81a4-9dae68a3831f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1487 | 2024.09.23 18:21:51.045265 [ 3 ] {2539d709-a755-43c6-af9b-13a8fd98ee79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1488 | 2024.09.23 18:21:51.045307 [ 3 ] {2539d709-a755-43c6-af9b-13a8fd98ee79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1489 | 2024.09.23 18:21:51.045532 [ 3 ] {2539d709-a755-43c6-af9b-13a8fd98ee79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1490 | 2024.09.23 18:21:51.045944 [ 3 ] {2539d709-a755-43c6-af9b-13a8fd98ee79} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1491 | 2024.09.23 18:21:51.045979 [ 3 ] {2539d709-a755-43c6-af9b-13a8fd98ee79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1492 | 2024.09.23 18:21:51.046503 [ 3 ] {2539d709-a755-43c6-af9b-13a8fd98ee79} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1493 | 2024.09.23 18:21:51.047112 [ 3 ] {2539d709-a755-43c6-af9b-13a8fd98ee79} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1494 | 2024.09.23 18:21:51.047273 [ 3 ] {2539d709-a755-43c6-af9b-13a8fd98ee79} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002033 sec., 6886.374815543531 rows/sec., 482.28 KiB/sec. | ||
1495 | 2024.09.23 18:21:51.047559 [ 3 ] {2539d709-a755-43c6-af9b-13a8fd98ee79} <Debug> DynamicQueryHandler: Done processing query | ||
1496 | 2024.09.23 18:21:51.047584 [ 3 ] {2539d709-a755-43c6-af9b-13a8fd98ee79} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1497 | 2024.09.23 18:21:51.047600 [ 3 ] {} <Debug> HTTP-Session: e9ead3a6-e80a-4dae-81a4-9dae68a3831f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1498 | 2024.09.23 18:21:51.047706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1499 | 2024.09.23 18:21:51.047756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1500 | 2024.09.23 18:21:51.047775 [ 3 ] {} <Debug> HTTP-Session: 08c6d87e-a1a8-47d7-a3c1-b5fd612c1b07 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1501 | 2024.09.23 18:21:51.047791 [ 3 ] {} <Debug> HTTP-Session: 08c6d87e-a1a8-47d7-a3c1-b5fd612c1b07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1502 | 2024.09.23 18:21:51.047805 [ 3 ] {} <Debug> HTTP-Session: 08c6d87e-a1a8-47d7-a3c1-b5fd612c1b07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1503 | 2024.09.23 18:21:51.047835 [ 3 ] {} <Trace> HTTP-Session: 08c6d87e-a1a8-47d7-a3c1-b5fd612c1b07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1504 | 2024.09.23 18:21:51.047932 [ 3 ] {e199172c-c3ac-4946-bb31-e03266044e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1505 | 2024.09.23 18:21:51.047974 [ 3 ] {e199172c-c3ac-4946-bb31-e03266044e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1506 | 2024.09.23 18:21:51.048216 [ 3 ] {e199172c-c3ac-4946-bb31-e03266044e15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1507 | 2024.09.23 18:21:51.048597 [ 3 ] {e199172c-c3ac-4946-bb31-e03266044e15} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1508 | 2024.09.23 18:21:51.048637 [ 3 ] {e199172c-c3ac-4946-bb31-e03266044e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1509 | 2024.09.23 18:21:51.049105 [ 3 ] {e199172c-c3ac-4946-bb31-e03266044e15} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1510 | 2024.09.23 18:21:51.049705 [ 3 ] {e199172c-c3ac-4946-bb31-e03266044e15} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1511 | 2024.09.23 18:21:51.049873 [ 3 ] {e199172c-c3ac-4946-bb31-e03266044e15} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001956 sec., 3067.4846625766872 rows/sec., 181.23 KiB/sec. | ||
1512 | 2024.09.23 18:21:51.050136 [ 3 ] {e199172c-c3ac-4946-bb31-e03266044e15} <Debug> DynamicQueryHandler: Done processing query | ||
1513 | 2024.09.23 18:21:51.050161 [ 3 ] {e199172c-c3ac-4946-bb31-e03266044e15} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1514 | 2024.09.23 18:21:51.050177 [ 3 ] {} <Debug> HTTP-Session: 08c6d87e-a1a8-47d7-a3c1-b5fd612c1b07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1515 | 2024.09.23 18:21:51.050466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 57073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1516 | 2024.09.23 18:21:51.050515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1517 | 2024.09.23 18:21:51.050534 [ 3 ] {} <Debug> HTTP-Session: 6aaa8fff-d280-46cd-a042-77701b4b1bb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1518 | 2024.09.23 18:21:51.050550 [ 3 ] {} <Debug> HTTP-Session: 6aaa8fff-d280-46cd-a042-77701b4b1bb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1519 | 2024.09.23 18:21:51.050564 [ 3 ] {} <Debug> HTTP-Session: 6aaa8fff-d280-46cd-a042-77701b4b1bb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1520 | 2024.09.23 18:21:51.050594 [ 3 ] {} <Trace> HTTP-Session: 6aaa8fff-d280-46cd-a042-77701b4b1bb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1521 | 2024.09.23 18:21:51.050788 [ 3 ] {d6ce4a5d-f2ff-4eac-bfed-bc7375fac439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1522 | 2024.09.23 18:21:51.050830 [ 3 ] {d6ce4a5d-f2ff-4eac-bfed-bc7375fac439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1523 | 2024.09.23 18:21:51.051069 [ 3 ] {d6ce4a5d-f2ff-4eac-bfed-bc7375fac439} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1524 | 2024.09.23 18:21:51.051638 [ 3 ] {d6ce4a5d-f2ff-4eac-bfed-bc7375fac439} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1525 | 2024.09.23 18:21:51.051674 [ 3 ] {d6ce4a5d-f2ff-4eac-bfed-bc7375fac439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1526 | 2024.09.23 18:21:51.052174 [ 3 ] {d6ce4a5d-f2ff-4eac-bfed-bc7375fac439} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1527 | 2024.09.23 18:21:51.052804 [ 3 ] {d6ce4a5d-f2ff-4eac-bfed-bc7375fac439} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1528 | 2024.09.23 18:21:51.052968 [ 3 ] {d6ce4a5d-f2ff-4eac-bfed-bc7375fac439} <Debug> executeQuery: Read 354 rows, 25.45 KiB in 0.00228 sec., 155263.15789473685 rows/sec., 10.90 MiB/sec. | ||
1529 | 2024.09.23 18:21:51.053143 [ 3 ] {d6ce4a5d-f2ff-4eac-bfed-bc7375fac439} <Debug> DynamicQueryHandler: Done processing query | ||
1530 | 2024.09.23 18:21:51.053167 [ 3 ] {d6ce4a5d-f2ff-4eac-bfed-bc7375fac439} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
1531 | 2024.09.23 18:21:51.053182 [ 3 ] {} <Debug> HTTP-Session: 6aaa8fff-d280-46cd-a042-77701b4b1bb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1532 | 2024.09.23 18:21:51.053292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1533 | 2024.09.23 18:21:51.053342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1534 | 2024.09.23 18:21:51.053362 [ 3 ] {} <Debug> HTTP-Session: 13060271-3d66-46f7-8aec-2c4a59c496ad Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1535 | 2024.09.23 18:21:51.053379 [ 3 ] {} <Debug> HTTP-Session: 13060271-3d66-46f7-8aec-2c4a59c496ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1536 | 2024.09.23 18:21:51.053392 [ 3 ] {} <Debug> HTTP-Session: 13060271-3d66-46f7-8aec-2c4a59c496ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1537 | 2024.09.23 18:21:51.053423 [ 3 ] {} <Trace> HTTP-Session: 13060271-3d66-46f7-8aec-2c4a59c496ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1538 | 2024.09.23 18:21:51.053519 [ 3 ] {f75b1b61-30d1-4d9e-9b18-50dbf37a561e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1539 | 2024.09.23 18:21:51.053562 [ 3 ] {f75b1b61-30d1-4d9e-9b18-50dbf37a561e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1540 | 2024.09.23 18:21:51.053687 [ 3 ] {f75b1b61-30d1-4d9e-9b18-50dbf37a561e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1541 | 2024.09.23 18:21:51.053954 [ 3 ] {f75b1b61-30d1-4d9e-9b18-50dbf37a561e} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1542 | 2024.09.23 18:21:51.053992 [ 3 ] {f75b1b61-30d1-4d9e-9b18-50dbf37a561e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1543 | 2024.09.23 18:21:51.054470 [ 3 ] {f75b1b61-30d1-4d9e-9b18-50dbf37a561e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1544 | 2024.09.23 18:21:51.055050 [ 3 ] {f75b1b61-30d1-4d9e-9b18-50dbf37a561e} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1545 | 2024.09.23 18:21:51.055207 [ 3 ] {f75b1b61-30d1-4d9e-9b18-50dbf37a561e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001713 sec., 3502.626970227671 rows/sec., 183.00 KiB/sec. | ||
1546 | 2024.09.23 18:21:51.055368 [ 3 ] {f75b1b61-30d1-4d9e-9b18-50dbf37a561e} <Debug> DynamicQueryHandler: Done processing query | ||
1547 | 2024.09.23 18:21:51.055394 [ 3 ] {f75b1b61-30d1-4d9e-9b18-50dbf37a561e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1548 | 2024.09.23 18:21:51.055410 [ 3 ] {} <Debug> HTTP-Session: 13060271-3d66-46f7-8aec-2c4a59c496ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1549 | 2024.09.23 18:21:51.055621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 25563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1550 | 2024.09.23 18:21:51.055674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1551 | 2024.09.23 18:21:51.055693 [ 3 ] {} <Debug> HTTP-Session: 061c98f5-6dad-4bdc-b605-6e1e71d101a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1552 | 2024.09.23 18:21:51.055710 [ 3 ] {} <Debug> HTTP-Session: 061c98f5-6dad-4bdc-b605-6e1e71d101a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1553 | 2024.09.23 18:21:51.055724 [ 3 ] {} <Debug> HTTP-Session: 061c98f5-6dad-4bdc-b605-6e1e71d101a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1554 | 2024.09.23 18:21:51.055755 [ 3 ] {} <Trace> HTTP-Session: 061c98f5-6dad-4bdc-b605-6e1e71d101a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1555 | 2024.09.23 18:21:51.055929 [ 3 ] {55a6fa8d-6342-4399-96bc-3d5a547180d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1556 | 2024.09.23 18:21:51.055975 [ 3 ] {55a6fa8d-6342-4399-96bc-3d5a547180d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1557 | 2024.09.23 18:21:51.056119 [ 3 ] {55a6fa8d-6342-4399-96bc-3d5a547180d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1558 | 2024.09.23 18:21:51.056488 [ 3 ] {55a6fa8d-6342-4399-96bc-3d5a547180d8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1559 | 2024.09.23 18:21:51.056524 [ 3 ] {55a6fa8d-6342-4399-96bc-3d5a547180d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1560 | 2024.09.23 18:21:51.057006 [ 3 ] {55a6fa8d-6342-4399-96bc-3d5a547180d8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1561 | 2024.09.23 18:21:51.057589 [ 3 ] {55a6fa8d-6342-4399-96bc-3d5a547180d8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1562 | 2024.09.23 18:21:51.057748 [ 3 ] {55a6fa8d-6342-4399-96bc-3d5a547180d8} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001918 sec., 71428.57142857143 rows/sec., 4.67 MiB/sec. | ||
1563 | 2024.09.23 18:21:51.057917 [ 3 ] {55a6fa8d-6342-4399-96bc-3d5a547180d8} <Debug> DynamicQueryHandler: Done processing query | ||
1564 | 2024.09.23 18:21:51.057942 [ 3 ] {55a6fa8d-6342-4399-96bc-3d5a547180d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1565 | 2024.09.23 18:21:51.057958 [ 3 ] {} <Debug> HTTP-Session: 061c98f5-6dad-4bdc-b605-6e1e71d101a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1566 | 2024.09.23 18:21:51.058071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1567 | 2024.09.23 18:21:51.058120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1568 | 2024.09.23 18:21:51.058140 [ 3 ] {} <Debug> HTTP-Session: 13c95dd8-1246-4cb9-acbc-1774e14f0314 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1569 | 2024.09.23 18:21:51.058156 [ 3 ] {} <Debug> HTTP-Session: 13c95dd8-1246-4cb9-acbc-1774e14f0314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1570 | 2024.09.23 18:21:51.058170 [ 3 ] {} <Debug> HTTP-Session: 13c95dd8-1246-4cb9-acbc-1774e14f0314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1571 | 2024.09.23 18:21:51.058201 [ 3 ] {} <Trace> HTTP-Session: 13c95dd8-1246-4cb9-acbc-1774e14f0314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1572 | 2024.09.23 18:21:51.058294 [ 3 ] {05842511-7671-48e8-be7f-500b96ea8535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1573 | 2024.09.23 18:21:51.058359 [ 3 ] {05842511-7671-48e8-be7f-500b96ea8535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1574 | 2024.09.23 18:21:51.058501 [ 3 ] {05842511-7671-48e8-be7f-500b96ea8535} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1575 | 2024.09.23 18:21:51.058826 [ 3 ] {05842511-7671-48e8-be7f-500b96ea8535} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1576 | 2024.09.23 18:21:51.058863 [ 3 ] {05842511-7671-48e8-be7f-500b96ea8535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1577 | 2024.09.23 18:21:51.062012 [ 3 ] {05842511-7671-48e8-be7f-500b96ea8535} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1578 | 2024.09.23 18:21:51.062664 [ 3 ] {05842511-7671-48e8-be7f-500b96ea8535} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1579 | 2024.09.23 18:21:51.062822 [ 3 ] {05842511-7671-48e8-be7f-500b96ea8535} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004543 sec., 220.1188641866608 rows/sec., 14.83 KiB/sec. | ||
1580 | 2024.09.23 18:21:51.063082 [ 3 ] {05842511-7671-48e8-be7f-500b96ea8535} <Debug> DynamicQueryHandler: Done processing query | ||
1581 | 2024.09.23 18:21:51.063107 [ 3 ] {05842511-7671-48e8-be7f-500b96ea8535} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1582 | 2024.09.23 18:21:51.063123 [ 3 ] {} <Debug> HTTP-Session: 13c95dd8-1246-4cb9-acbc-1774e14f0314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1583 | 2024.09.23 18:21:51.063234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1584 | 2024.09.23 18:21:51.063283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1585 | 2024.09.23 18:21:51.063302 [ 3 ] {} <Debug> HTTP-Session: 5fe6dc0f-9de8-44cc-a63a-2278d8e07aff Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1586 | 2024.09.23 18:21:51.063319 [ 3 ] {} <Debug> HTTP-Session: 5fe6dc0f-9de8-44cc-a63a-2278d8e07aff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1587 | 2024.09.23 18:21:51.063333 [ 3 ] {} <Debug> HTTP-Session: 5fe6dc0f-9de8-44cc-a63a-2278d8e07aff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1588 | 2024.09.23 18:21:51.063363 [ 3 ] {} <Trace> HTTP-Session: 5fe6dc0f-9de8-44cc-a63a-2278d8e07aff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1589 | 2024.09.23 18:21:51.063483 [ 3 ] {4ee5a23c-b941-488e-8fdc-4285c6bbd201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1590 | 2024.09.23 18:21:51.063529 [ 3 ] {4ee5a23c-b941-488e-8fdc-4285c6bbd201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1591 | 2024.09.23 18:21:51.063670 [ 3 ] {4ee5a23c-b941-488e-8fdc-4285c6bbd201} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1592 | 2024.09.23 18:21:51.063954 [ 3 ] {4ee5a23c-b941-488e-8fdc-4285c6bbd201} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1593 | 2024.09.23 18:21:51.063991 [ 3 ] {4ee5a23c-b941-488e-8fdc-4285c6bbd201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1594 | 2024.09.23 18:21:51.064455 [ 3 ] {4ee5a23c-b941-488e-8fdc-4285c6bbd201} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1595 | 2024.09.23 18:21:51.065030 [ 3 ] {4ee5a23c-b941-488e-8fdc-4285c6bbd201} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1596 | 2024.09.23 18:21:51.065191 [ 3 ] {4ee5a23c-b941-488e-8fdc-4285c6bbd201} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001746 sec., 29782.359679266898 rows/sec., 1.81 MiB/sec. | ||
1597 | 2024.09.23 18:21:51.065459 [ 3 ] {4ee5a23c-b941-488e-8fdc-4285c6bbd201} <Debug> DynamicQueryHandler: Done processing query | ||
1598 | 2024.09.23 18:21:51.065484 [ 3 ] {4ee5a23c-b941-488e-8fdc-4285c6bbd201} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1599 | 2024.09.23 18:21:51.065500 [ 3 ] {} <Debug> HTTP-Session: 5fe6dc0f-9de8-44cc-a63a-2278d8e07aff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1600 | 2024.09.23 18:21:55.978594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4263, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1601 | 2024.09.23 18:21:55.978716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1602 | 2024.09.23 18:21:55.978742 [ 3 ] {} <Debug> HTTP-Session: bc4a5c91-3765-42e4-ba2f-1bddca359504 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1603 | 2024.09.23 18:21:55.978771 [ 3 ] {} <Debug> HTTP-Session: bc4a5c91-3765-42e4-ba2f-1bddca359504 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1604 | 2024.09.23 18:21:55.978790 [ 3 ] {} <Debug> HTTP-Session: bc4a5c91-3765-42e4-ba2f-1bddca359504 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1605 | 2024.09.23 18:21:55.978844 [ 3 ] {} <Trace> HTTP-Session: bc4a5c91-3765-42e4-ba2f-1bddca359504 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1606 | 2024.09.23 18:21:55.979057 [ 3 ] {c7232eb2-e1ec-40a1-bf31-5f19ebd54047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1607 | 2024.09.23 18:21:55.979131 [ 3 ] {c7232eb2-e1ec-40a1-bf31-5f19ebd54047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1608 | 2024.09.23 18:21:55.979510 [ 3 ] {c7232eb2-e1ec-40a1-bf31-5f19ebd54047} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1609 | 2024.09.23 18:21:55.979991 [ 3 ] {c7232eb2-e1ec-40a1-bf31-5f19ebd54047} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1610 | 2024.09.23 18:21:55.980032 [ 3 ] {c7232eb2-e1ec-40a1-bf31-5f19ebd54047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1611 | 2024.09.23 18:21:55.980444 [ 3 ] {c7232eb2-e1ec-40a1-bf31-5f19ebd54047} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1612 | 2024.09.23 18:21:55.980843 [ 3 ] {c7232eb2-e1ec-40a1-bf31-5f19ebd54047} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1613 | 2024.09.23 18:21:55.980985 [ 3 ] {c7232eb2-e1ec-40a1-bf31-5f19ebd54047} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001998 sec., 15015.015015015013 rows/sec., 1.17 MiB/sec. | ||
1614 | 2024.09.23 18:21:55.981194 [ 3 ] {c7232eb2-e1ec-40a1-bf31-5f19ebd54047} <Debug> DynamicQueryHandler: Done processing query | ||
1615 | 2024.09.23 18:21:55.981222 [ 3 ] {c7232eb2-e1ec-40a1-bf31-5f19ebd54047} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1616 | 2024.09.23 18:21:55.981239 [ 3 ] {} <Debug> HTTP-Session: bc4a5c91-3765-42e4-ba2f-1bddca359504 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1617 | 2024.09.23 18:21:55.981369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 6146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1618 | 2024.09.23 18:21:55.981424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1619 | 2024.09.23 18:21:55.981445 [ 3 ] {} <Debug> HTTP-Session: 570abdb6-35cf-42d0-8452-d763571ba80d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1620 | 2024.09.23 18:21:55.981463 [ 3 ] {} <Debug> HTTP-Session: 570abdb6-35cf-42d0-8452-d763571ba80d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1621 | 2024.09.23 18:21:55.981478 [ 3 ] {} <Debug> HTTP-Session: 570abdb6-35cf-42d0-8452-d763571ba80d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1622 | 2024.09.23 18:21:55.981512 [ 3 ] {} <Trace> HTTP-Session: 570abdb6-35cf-42d0-8452-d763571ba80d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1623 | 2024.09.23 18:21:55.981630 [ 3 ] {61f398e4-53c1-46fd-9d29-5d2630b8b60a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1624 | 2024.09.23 18:21:55.981676 [ 3 ] {61f398e4-53c1-46fd-9d29-5d2630b8b60a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1625 | 2024.09.23 18:21:55.981908 [ 3 ] {61f398e4-53c1-46fd-9d29-5d2630b8b60a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1626 | 2024.09.23 18:21:55.982270 [ 3 ] {61f398e4-53c1-46fd-9d29-5d2630b8b60a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1627 | 2024.09.23 18:21:55.982306 [ 3 ] {61f398e4-53c1-46fd-9d29-5d2630b8b60a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1628 | 2024.09.23 18:21:55.982657 [ 3 ] {61f398e4-53c1-46fd-9d29-5d2630b8b60a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1629 | 2024.09.23 18:21:55.983013 [ 3 ] {61f398e4-53c1-46fd-9d29-5d2630b8b60a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1630 | 2024.09.23 18:21:55.983140 [ 3 ] {61f398e4-53c1-46fd-9d29-5d2630b8b60a} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001546 sec., 23285.899094437256 rows/sec., 1.82 MiB/sec. | ||
1631 | 2024.09.23 18:21:55.983309 [ 3 ] {61f398e4-53c1-46fd-9d29-5d2630b8b60a} <Debug> DynamicQueryHandler: Done processing query | ||
1632 | 2024.09.23 18:21:55.983335 [ 3 ] {61f398e4-53c1-46fd-9d29-5d2630b8b60a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1633 | 2024.09.23 18:21:55.983351 [ 3 ] {} <Debug> HTTP-Session: 570abdb6-35cf-42d0-8452-d763571ba80d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1634 | 2024.09.23 18:21:55.983483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 11547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1635 | 2024.09.23 18:21:55.983534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1636 | 2024.09.23 18:21:55.983554 [ 3 ] {} <Debug> HTTP-Session: 7c1fb3e5-2f0b-434d-bb41-5613900e6386 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1637 | 2024.09.23 18:21:55.983571 [ 3 ] {} <Debug> HTTP-Session: 7c1fb3e5-2f0b-434d-bb41-5613900e6386 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1638 | 2024.09.23 18:21:55.983586 [ 3 ] {} <Debug> HTTP-Session: 7c1fb3e5-2f0b-434d-bb41-5613900e6386 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1639 | 2024.09.23 18:21:55.983618 [ 3 ] {} <Trace> HTTP-Session: 7c1fb3e5-2f0b-434d-bb41-5613900e6386 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1640 | 2024.09.23 18:21:55.983741 [ 3 ] {d5ba7a12-8c04-45dd-aa04-4d3f320786e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1641 | 2024.09.23 18:21:55.983788 [ 3 ] {d5ba7a12-8c04-45dd-aa04-4d3f320786e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1642 | 2024.09.23 18:21:55.983965 [ 3 ] {d5ba7a12-8c04-45dd-aa04-4d3f320786e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1643 | 2024.09.23 18:21:55.984295 [ 3 ] {d5ba7a12-8c04-45dd-aa04-4d3f320786e4} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1644 | 2024.09.23 18:21:55.984331 [ 3 ] {d5ba7a12-8c04-45dd-aa04-4d3f320786e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1645 | 2024.09.23 18:21:55.984713 [ 3 ] {d5ba7a12-8c04-45dd-aa04-4d3f320786e4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1646 | 2024.09.23 18:21:55.985054 [ 3 ] {d5ba7a12-8c04-45dd-aa04-4d3f320786e4} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1647 | 2024.09.23 18:21:55.985184 [ 3 ] {d5ba7a12-8c04-45dd-aa04-4d3f320786e4} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001491 sec., 40241.44869215292 rows/sec., 2.82 MiB/sec. | ||
1648 | 2024.09.23 18:21:55.985398 [ 3 ] {d5ba7a12-8c04-45dd-aa04-4d3f320786e4} <Debug> DynamicQueryHandler: Done processing query | ||
1649 | 2024.09.23 18:21:55.985423 [ 3 ] {d5ba7a12-8c04-45dd-aa04-4d3f320786e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1650 | 2024.09.23 18:21:55.985439 [ 3 ] {} <Debug> HTTP-Session: 7c1fb3e5-2f0b-434d-bb41-5613900e6386 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1651 | 2024.09.23 18:21:55.985544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1652 | 2024.09.23 18:21:55.985593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1653 | 2024.09.23 18:21:55.985614 [ 3 ] {} <Debug> HTTP-Session: 5b43f985-5a17-4ac2-a001-952098566033 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1654 | 2024.09.23 18:21:55.985630 [ 3 ] {} <Debug> HTTP-Session: 5b43f985-5a17-4ac2-a001-952098566033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1655 | 2024.09.23 18:21:55.985645 [ 3 ] {} <Debug> HTTP-Session: 5b43f985-5a17-4ac2-a001-952098566033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1656 | 2024.09.23 18:21:55.985676 [ 3 ] {} <Trace> HTTP-Session: 5b43f985-5a17-4ac2-a001-952098566033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1657 | 2024.09.23 18:21:55.985785 [ 3 ] {95330e1a-4fbd-49d3-8ff5-c36e41596583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1658 | 2024.09.23 18:21:55.985832 [ 3 ] {95330e1a-4fbd-49d3-8ff5-c36e41596583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1659 | 2024.09.23 18:21:55.985957 [ 3 ] {95330e1a-4fbd-49d3-8ff5-c36e41596583} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1660 | 2024.09.23 18:21:55.986257 [ 3 ] {95330e1a-4fbd-49d3-8ff5-c36e41596583} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1661 | 2024.09.23 18:21:55.986292 [ 3 ] {95330e1a-4fbd-49d3-8ff5-c36e41596583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1662 | 2024.09.23 18:21:55.986651 [ 3 ] {95330e1a-4fbd-49d3-8ff5-c36e41596583} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1663 | 2024.09.23 18:21:55.986983 [ 3 ] {95330e1a-4fbd-49d3-8ff5-c36e41596583} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1664 | 2024.09.23 18:21:55.987105 [ 3 ] {95330e1a-4fbd-49d3-8ff5-c36e41596583} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001355 sec., 22140.22140221402 rows/sec., 1.47 MiB/sec. | ||
1665 | 2024.09.23 18:21:55.987369 [ 3 ] {95330e1a-4fbd-49d3-8ff5-c36e41596583} <Debug> DynamicQueryHandler: Done processing query | ||
1666 | 2024.09.23 18:21:55.987394 [ 3 ] {95330e1a-4fbd-49d3-8ff5-c36e41596583} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1667 | 2024.09.23 18:21:55.987410 [ 3 ] {} <Debug> HTTP-Session: 5b43f985-5a17-4ac2-a001-952098566033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1668 | 2024.09.23 18:21:57.290296 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1669 | 2024.09.23 18:21:57.290363 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1670 | 2024.09.23 18:22:00.983759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1671 | 2024.09.23 18:22:00.983870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1672 | 2024.09.23 18:22:00.983895 [ 3 ] {} <Debug> HTTP-Session: 1d71651e-50e9-49a9-8c9f-a201ad4072fa Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1673 | 2024.09.23 18:22:00.983919 [ 3 ] {} <Debug> HTTP-Session: 1d71651e-50e9-49a9-8c9f-a201ad4072fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1674 | 2024.09.23 18:22:00.983934 [ 3 ] {} <Debug> HTTP-Session: 1d71651e-50e9-49a9-8c9f-a201ad4072fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1675 | 2024.09.23 18:22:00.983983 [ 3 ] {} <Trace> HTTP-Session: 1d71651e-50e9-49a9-8c9f-a201ad4072fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1676 | 2024.09.23 18:22:00.984223 [ 3 ] {57b27e52-ed74-4374-9472-ad3043520262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1677 | 2024.09.23 18:22:00.984288 [ 3 ] {57b27e52-ed74-4374-9472-ad3043520262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1678 | 2024.09.23 18:22:00.984622 [ 3 ] {57b27e52-ed74-4374-9472-ad3043520262} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1679 | 2024.09.23 18:22:00.985172 [ 3 ] {57b27e52-ed74-4374-9472-ad3043520262} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1680 | 2024.09.23 18:22:00.985216 [ 3 ] {57b27e52-ed74-4374-9472-ad3043520262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1681 | 2024.09.23 18:22:00.985633 [ 3 ] {57b27e52-ed74-4374-9472-ad3043520262} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1682 | 2024.09.23 18:22:00.986006 [ 3 ] {57b27e52-ed74-4374-9472-ad3043520262} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1683 | 2024.09.23 18:22:00.986190 [ 3 ] {57b27e52-ed74-4374-9472-ad3043520262} <Debug> executeQuery: Read 163 rows, 14.88 KiB in 0.002051 sec., 79473.4275962945 rows/sec., 7.09 MiB/sec. | ||
1684 | 2024.09.23 18:22:00.986416 [ 3 ] {57b27e52-ed74-4374-9472-ad3043520262} <Debug> DynamicQueryHandler: Done processing query | ||
1685 | 2024.09.23 18:22:00.986445 [ 3 ] {57b27e52-ed74-4374-9472-ad3043520262} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1686 | 2024.09.23 18:22:00.986461 [ 3 ] {} <Debug> HTTP-Session: 1d71651e-50e9-49a9-8c9f-a201ad4072fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1687 | 2024.09.23 18:22:00.986618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1688 | 2024.09.23 18:22:00.986675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1689 | 2024.09.23 18:22:00.986696 [ 3 ] {} <Debug> HTTP-Session: 3891de38-3203-494a-a036-8aa14939e705 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1690 | 2024.09.23 18:22:00.986713 [ 3 ] {} <Debug> HTTP-Session: 3891de38-3203-494a-a036-8aa14939e705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1691 | 2024.09.23 18:22:00.986727 [ 3 ] {} <Debug> HTTP-Session: 3891de38-3203-494a-a036-8aa14939e705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1692 | 2024.09.23 18:22:00.986764 [ 3 ] {} <Trace> HTTP-Session: 3891de38-3203-494a-a036-8aa14939e705 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1693 | 2024.09.23 18:22:00.986874 [ 3 ] {9e0e5e7a-12ad-464e-88c4-177f2f84b54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1694 | 2024.09.23 18:22:00.986922 [ 3 ] {9e0e5e7a-12ad-464e-88c4-177f2f84b54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1695 | 2024.09.23 18:22:00.987160 [ 3 ] {9e0e5e7a-12ad-464e-88c4-177f2f84b54e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1696 | 2024.09.23 18:22:00.987544 [ 3 ] {9e0e5e7a-12ad-464e-88c4-177f2f84b54e} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1697 | 2024.09.23 18:22:00.987582 [ 3 ] {9e0e5e7a-12ad-464e-88c4-177f2f84b54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1698 | 2024.09.23 18:22:00.987941 [ 3 ] {9e0e5e7a-12ad-464e-88c4-177f2f84b54e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1699 | 2024.09.23 18:22:00.988290 [ 3 ] {9e0e5e7a-12ad-464e-88c4-177f2f84b54e} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1700 | 2024.09.23 18:22:00.988441 [ 3 ] {9e0e5e7a-12ad-464e-88c4-177f2f84b54e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001589 sec., 8810.57268722467 rows/sec., 617.04 KiB/sec. | ||
1701 | 2024.09.23 18:22:00.988619 [ 3 ] {9e0e5e7a-12ad-464e-88c4-177f2f84b54e} <Debug> DynamicQueryHandler: Done processing query | ||
1702 | 2024.09.23 18:22:00.988644 [ 3 ] {9e0e5e7a-12ad-464e-88c4-177f2f84b54e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1703 | 2024.09.23 18:22:00.988662 [ 3 ] {} <Debug> HTTP-Session: 3891de38-3203-494a-a036-8aa14939e705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1704 | 2024.09.23 18:22:00.988783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1705 | 2024.09.23 18:22:00.988837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1706 | 2024.09.23 18:22:00.988859 [ 3 ] {} <Debug> HTTP-Session: 78fadafe-c597-4119-a8b0-eb7b5899eed6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1707 | 2024.09.23 18:22:00.988877 [ 3 ] {} <Debug> HTTP-Session: 78fadafe-c597-4119-a8b0-eb7b5899eed6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1708 | 2024.09.23 18:22:00.988893 [ 3 ] {} <Debug> HTTP-Session: 78fadafe-c597-4119-a8b0-eb7b5899eed6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1709 | 2024.09.23 18:22:00.988927 [ 3 ] {} <Trace> HTTP-Session: 78fadafe-c597-4119-a8b0-eb7b5899eed6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1710 | 2024.09.23 18:22:00.989032 [ 3 ] {ead9be43-fd11-4c7c-a7eb-7bccf3925d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1711 | 2024.09.23 18:22:00.989077 [ 3 ] {ead9be43-fd11-4c7c-a7eb-7bccf3925d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1712 | 2024.09.23 18:22:00.989307 [ 3 ] {ead9be43-fd11-4c7c-a7eb-7bccf3925d9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1713 | 2024.09.23 18:22:00.989620 [ 3 ] {ead9be43-fd11-4c7c-a7eb-7bccf3925d9b} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1714 | 2024.09.23 18:22:00.989657 [ 3 ] {ead9be43-fd11-4c7c-a7eb-7bccf3925d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1715 | 2024.09.23 18:22:00.990013 [ 3 ] {ead9be43-fd11-4c7c-a7eb-7bccf3925d9b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1716 | 2024.09.23 18:22:00.990367 [ 3 ] {ead9be43-fd11-4c7c-a7eb-7bccf3925d9b} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1717 | 2024.09.23 18:22:00.990529 [ 3 ] {ead9be43-fd11-4c7c-a7eb-7bccf3925d9b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 233.99 KiB/sec. | ||
1718 | 2024.09.23 18:22:00.990736 [ 3 ] {ead9be43-fd11-4c7c-a7eb-7bccf3925d9b} <Debug> DynamicQueryHandler: Done processing query | ||
1719 | 2024.09.23 18:22:00.990763 [ 3 ] {ead9be43-fd11-4c7c-a7eb-7bccf3925d9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1720 | 2024.09.23 18:22:00.990779 [ 3 ] {} <Debug> HTTP-Session: 78fadafe-c597-4119-a8b0-eb7b5899eed6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1721 | 2024.09.23 18:22:00.990946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 57073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1722 | 2024.09.23 18:22:00.990997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1723 | 2024.09.23 18:22:00.991017 [ 3 ] {} <Debug> HTTP-Session: 71d23a90-8572-48f5-8f09-7221c92b37aa Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1724 | 2024.09.23 18:22:00.991036 [ 3 ] {} <Debug> HTTP-Session: 71d23a90-8572-48f5-8f09-7221c92b37aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1725 | 2024.09.23 18:22:00.991052 [ 3 ] {} <Debug> HTTP-Session: 71d23a90-8572-48f5-8f09-7221c92b37aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1726 | 2024.09.23 18:22:00.991084 [ 3 ] {} <Trace> HTTP-Session: 71d23a90-8572-48f5-8f09-7221c92b37aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1727 | 2024.09.23 18:22:00.991290 [ 3 ] {cad174c2-c2d5-4cbb-b181-aa43d36dcb8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1728 | 2024.09.23 18:22:00.991334 [ 3 ] {cad174c2-c2d5-4cbb-b181-aa43d36dcb8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1729 | 2024.09.23 18:22:00.991559 [ 3 ] {cad174c2-c2d5-4cbb-b181-aa43d36dcb8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1730 | 2024.09.23 18:22:00.992094 [ 3 ] {cad174c2-c2d5-4cbb-b181-aa43d36dcb8a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1731 | 2024.09.23 18:22:00.992132 [ 3 ] {cad174c2-c2d5-4cbb-b181-aa43d36dcb8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1732 | 2024.09.23 18:22:00.992501 [ 3 ] {cad174c2-c2d5-4cbb-b181-aa43d36dcb8a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1733 | 2024.09.23 18:22:00.992865 [ 3 ] {cad174c2-c2d5-4cbb-b181-aa43d36dcb8a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1734 | 2024.09.23 18:22:00.993032 [ 3 ] {cad174c2-c2d5-4cbb-b181-aa43d36dcb8a} <Debug> executeQuery: Read 354 rows, 25.45 KiB in 0.001837 sec., 192705.49809471963 rows/sec., 13.53 MiB/sec. | ||
1735 | 2024.09.23 18:22:00.993210 [ 3 ] {cad174c2-c2d5-4cbb-b181-aa43d36dcb8a} <Debug> DynamicQueryHandler: Done processing query | ||
1736 | 2024.09.23 18:22:00.993235 [ 3 ] {cad174c2-c2d5-4cbb-b181-aa43d36dcb8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
1737 | 2024.09.23 18:22:00.993251 [ 3 ] {} <Debug> HTTP-Session: 71d23a90-8572-48f5-8f09-7221c92b37aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1738 | 2024.09.23 18:22:00.993372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1739 | 2024.09.23 18:22:00.993422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1740 | 2024.09.23 18:22:00.993442 [ 3 ] {} <Debug> HTTP-Session: 8625279b-bfab-4ae1-89dd-e74d53b4dd00 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1741 | 2024.09.23 18:22:00.993459 [ 3 ] {} <Debug> HTTP-Session: 8625279b-bfab-4ae1-89dd-e74d53b4dd00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1742 | 2024.09.23 18:22:00.993473 [ 3 ] {} <Debug> HTTP-Session: 8625279b-bfab-4ae1-89dd-e74d53b4dd00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1743 | 2024.09.23 18:22:00.993504 [ 3 ] {} <Trace> HTTP-Session: 8625279b-bfab-4ae1-89dd-e74d53b4dd00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1744 | 2024.09.23 18:22:00.993602 [ 3 ] {a0c9b543-f9a5-4998-8a9e-3f1af1c9cf6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1745 | 2024.09.23 18:22:00.993647 [ 3 ] {a0c9b543-f9a5-4998-8a9e-3f1af1c9cf6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1746 | 2024.09.23 18:22:00.993777 [ 3 ] {a0c9b543-f9a5-4998-8a9e-3f1af1c9cf6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1747 | 2024.09.23 18:22:00.994057 [ 3 ] {a0c9b543-f9a5-4998-8a9e-3f1af1c9cf6f} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1748 | 2024.09.23 18:22:00.994094 [ 3 ] {a0c9b543-f9a5-4998-8a9e-3f1af1c9cf6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1749 | 2024.09.23 18:22:00.994525 [ 3 ] {a0c9b543-f9a5-4998-8a9e-3f1af1c9cf6f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1750 | 2024.09.23 18:22:00.994872 [ 3 ] {a0c9b543-f9a5-4998-8a9e-3f1af1c9cf6f} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1751 | 2024.09.23 18:22:00.995044 [ 3 ] {a0c9b543-f9a5-4998-8a9e-3f1af1c9cf6f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec. | ||
1752 | 2024.09.23 18:22:00.995335 [ 3 ] {a0c9b543-f9a5-4998-8a9e-3f1af1c9cf6f} <Debug> DynamicQueryHandler: Done processing query | ||
1753 | 2024.09.23 18:22:00.995362 [ 3 ] {a0c9b543-f9a5-4998-8a9e-3f1af1c9cf6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1754 | 2024.09.23 18:22:00.995378 [ 3 ] {} <Debug> HTTP-Session: 8625279b-bfab-4ae1-89dd-e74d53b4dd00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1755 | 2024.09.23 18:22:00.995511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 25563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1756 | 2024.09.23 18:22:00.995563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1757 | 2024.09.23 18:22:00.995583 [ 3 ] {} <Debug> HTTP-Session: 852599fd-8bcd-4c40-803e-2034622e084e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1758 | 2024.09.23 18:22:00.995600 [ 3 ] {} <Debug> HTTP-Session: 852599fd-8bcd-4c40-803e-2034622e084e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1759 | 2024.09.23 18:22:00.995614 [ 3 ] {} <Debug> HTTP-Session: 852599fd-8bcd-4c40-803e-2034622e084e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1760 | 2024.09.23 18:22:00.995647 [ 3 ] {} <Trace> HTTP-Session: 852599fd-8bcd-4c40-803e-2034622e084e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1761 | 2024.09.23 18:22:00.995824 [ 3 ] {ac208d91-9412-4087-a97e-00ee3f4d793f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1762 | 2024.09.23 18:22:00.995874 [ 3 ] {ac208d91-9412-4087-a97e-00ee3f4d793f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1763 | 2024.09.23 18:22:00.996041 [ 3 ] {ac208d91-9412-4087-a97e-00ee3f4d793f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1764 | 2024.09.23 18:22:00.996436 [ 3 ] {ac208d91-9412-4087-a97e-00ee3f4d793f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1765 | 2024.09.23 18:22:00.996474 [ 3 ] {ac208d91-9412-4087-a97e-00ee3f4d793f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1766 | 2024.09.23 18:22:00.996864 [ 3 ] {ac208d91-9412-4087-a97e-00ee3f4d793f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1767 | 2024.09.23 18:22:00.997201 [ 3 ] {ac208d91-9412-4087-a97e-00ee3f4d793f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1768 | 2024.09.23 18:22:00.997364 [ 3 ] {ac208d91-9412-4087-a97e-00ee3f4d793f} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001637 sec., 83689.67623701894 rows/sec., 5.47 MiB/sec. | ||
1769 | 2024.09.23 18:22:00.997534 [ 3 ] {ac208d91-9412-4087-a97e-00ee3f4d793f} <Debug> DynamicQueryHandler: Done processing query | ||
1770 | 2024.09.23 18:22:00.997559 [ 3 ] {ac208d91-9412-4087-a97e-00ee3f4d793f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1771 | 2024.09.23 18:22:00.997575 [ 3 ] {} <Debug> HTTP-Session: 852599fd-8bcd-4c40-803e-2034622e084e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1772 | 2024.09.23 18:22:00.997681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1773 | 2024.09.23 18:22:00.997732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1774 | 2024.09.23 18:22:00.997751 [ 3 ] {} <Debug> HTTP-Session: 514038fb-951a-4874-8601-e0c475d11bbe Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1775 | 2024.09.23 18:22:00.997769 [ 3 ] {} <Debug> HTTP-Session: 514038fb-951a-4874-8601-e0c475d11bbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1776 | 2024.09.23 18:22:00.997783 [ 3 ] {} <Debug> HTTP-Session: 514038fb-951a-4874-8601-e0c475d11bbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1777 | 2024.09.23 18:22:00.997815 [ 3 ] {} <Trace> HTTP-Session: 514038fb-951a-4874-8601-e0c475d11bbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1778 | 2024.09.23 18:22:00.997908 [ 3 ] {3d1900df-26bc-4686-a3b7-c90973b6bb1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1779 | 2024.09.23 18:22:00.997955 [ 3 ] {3d1900df-26bc-4686-a3b7-c90973b6bb1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1780 | 2024.09.23 18:22:00.998086 [ 3 ] {3d1900df-26bc-4686-a3b7-c90973b6bb1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1781 | 2024.09.23 18:22:00.998354 [ 3 ] {3d1900df-26bc-4686-a3b7-c90973b6bb1a} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1782 | 2024.09.23 18:22:00.998391 [ 3 ] {3d1900df-26bc-4686-a3b7-c90973b6bb1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1783 | 2024.09.23 18:22:00.998742 [ 3 ] {3d1900df-26bc-4686-a3b7-c90973b6bb1a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1784 | 2024.09.23 18:22:00.999077 [ 3 ] {3d1900df-26bc-4686-a3b7-c90973b6bb1a} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1785 | 2024.09.23 18:22:00.999229 [ 3 ] {3d1900df-26bc-4686-a3b7-c90973b6bb1a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec. | ||
1786 | 2024.09.23 18:22:00.999420 [ 3 ] {3d1900df-26bc-4686-a3b7-c90973b6bb1a} <Debug> DynamicQueryHandler: Done processing query | ||
1787 | 2024.09.23 18:22:00.999446 [ 3 ] {3d1900df-26bc-4686-a3b7-c90973b6bb1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1788 | 2024.09.23 18:22:00.999462 [ 3 ] {} <Debug> HTTP-Session: 514038fb-951a-4874-8601-e0c475d11bbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1789 | 2024.09.23 18:22:00.999568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1790 | 2024.09.23 18:22:00.999618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1791 | 2024.09.23 18:22:00.999637 [ 3 ] {} <Debug> HTTP-Session: 28dc9cd5-1fe4-4bbe-8a34-b84d76ad9cee Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1792 | 2024.09.23 18:22:00.999653 [ 3 ] {} <Debug> HTTP-Session: 28dc9cd5-1fe4-4bbe-8a34-b84d76ad9cee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1793 | 2024.09.23 18:22:00.999668 [ 3 ] {} <Debug> HTTP-Session: 28dc9cd5-1fe4-4bbe-8a34-b84d76ad9cee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1794 | 2024.09.23 18:22:00.999699 [ 3 ] {} <Trace> HTTP-Session: 28dc9cd5-1fe4-4bbe-8a34-b84d76ad9cee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1795 | 2024.09.23 18:22:00.999816 [ 3 ] {16e599c9-86fc-4ab9-bfed-ad2b3b8d5edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1796 | 2024.09.23 18:22:00.999863 [ 3 ] {16e599c9-86fc-4ab9-bfed-ad2b3b8d5edd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1797 | 2024.09.23 18:22:00.999992 [ 3 ] {16e599c9-86fc-4ab9-bfed-ad2b3b8d5edd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1798 | 2024.09.23 18:22:01.000139 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.68 MiB, peak 181.82 MiB, free memory in arenas 0.00 B, will set to 176.22 MiB (RSS), difference: -1.46 MiB | ||
1799 | 2024.09.23 18:22:01.000584 [ 3 ] {16e599c9-86fc-4ab9-bfed-ad2b3b8d5edd} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1800 | 2024.09.23 18:22:01.000636 [ 3 ] {16e599c9-86fc-4ab9-bfed-ad2b3b8d5edd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1801 | 2024.09.23 18:22:01.001008 [ 3 ] {16e599c9-86fc-4ab9-bfed-ad2b3b8d5edd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1802 | 2024.09.23 18:22:01.001333 [ 3 ] {16e599c9-86fc-4ab9-bfed-ad2b3b8d5edd} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1803 | 2024.09.23 18:22:01.001503 [ 3 ] {16e599c9-86fc-4ab9-bfed-ad2b3b8d5edd} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001719 sec., 30250.145433391506 rows/sec., 1.83 MiB/sec. | ||
1804 | 2024.09.23 18:22:01.001757 [ 3 ] {16e599c9-86fc-4ab9-bfed-ad2b3b8d5edd} <Debug> DynamicQueryHandler: Done processing query | ||
1805 | 2024.09.23 18:22:01.001783 [ 3 ] {16e599c9-86fc-4ab9-bfed-ad2b3b8d5edd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1806 | 2024.09.23 18:22:01.001800 [ 3 ] {} <Debug> HTTP-Session: 28dc9cd5-1fe4-4bbe-8a34-b84d76ad9cee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1807 | 2024.09.23 18:22:05.979169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4263, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1808 | 2024.09.23 18:22:05.979308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1809 | 2024.09.23 18:22:05.979339 [ 3 ] {} <Debug> HTTP-Session: ddde20aa-eca3-4078-a0c9-14c9daf4ce2f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1810 | 2024.09.23 18:22:05.979368 [ 3 ] {} <Debug> HTTP-Session: ddde20aa-eca3-4078-a0c9-14c9daf4ce2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1811 | 2024.09.23 18:22:05.979387 [ 3 ] {} <Debug> HTTP-Session: ddde20aa-eca3-4078-a0c9-14c9daf4ce2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1812 | 2024.09.23 18:22:05.979443 [ 3 ] {} <Trace> HTTP-Session: ddde20aa-eca3-4078-a0c9-14c9daf4ce2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1813 | 2024.09.23 18:22:05.979656 [ 3 ] {8c29dc28-fed3-49d5-9839-8aa9b7b7131b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1814 | 2024.09.23 18:22:05.979732 [ 3 ] {8c29dc28-fed3-49d5-9839-8aa9b7b7131b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1815 | 2024.09.23 18:22:05.980115 [ 3 ] {8c29dc28-fed3-49d5-9839-8aa9b7b7131b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1816 | 2024.09.23 18:22:05.980642 [ 3 ] {8c29dc28-fed3-49d5-9839-8aa9b7b7131b} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1817 | 2024.09.23 18:22:05.980689 [ 3 ] {8c29dc28-fed3-49d5-9839-8aa9b7b7131b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1818 | 2024.09.23 18:22:05.981114 [ 3 ] {8c29dc28-fed3-49d5-9839-8aa9b7b7131b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1819 | 2024.09.23 18:22:05.981500 [ 3 ] {8c29dc28-fed3-49d5-9839-8aa9b7b7131b} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1820 | 2024.09.23 18:22:05.981684 [ 3 ] {8c29dc28-fed3-49d5-9839-8aa9b7b7131b} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002087 sec., 14374.700527072353 rows/sec., 1.12 MiB/sec. | ||
1821 | 2024.09.23 18:22:05.981687 [ 83 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1822 | 2024.09.23 18:22:05.981807 [ 83 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1823 | 2024.09.23 18:22:05.981859 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1824 | 2024.09.23 18:22:05.981999 [ 3 ] {8c29dc28-fed3-49d5-9839-8aa9b7b7131b} <Debug> DynamicQueryHandler: Done processing query | ||
1825 | 2024.09.23 18:22:05.982089 [ 3 ] {8c29dc28-fed3-49d5-9839-8aa9b7b7131b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1826 | 2024.09.23 18:22:05.982195 [ 3 ] {} <Debug> HTTP-Session: ddde20aa-eca3-4078-a0c9-14c9daf4ce2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1827 | 2024.09.23 18:22:05.982402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 6146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1828 | 2024.09.23 18:22:05.982466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1829 | 2024.09.23 18:22:05.982489 [ 3 ] {} <Debug> HTTP-Session: 5ef3aba0-362a-4761-9bc7-91efa88901d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1830 | 2024.09.23 18:22:05.982507 [ 3 ] {} <Debug> HTTP-Session: 5ef3aba0-362a-4761-9bc7-91efa88901d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1831 | 2024.09.23 18:22:05.982521 [ 3 ] {} <Debug> HTTP-Session: 5ef3aba0-362a-4761-9bc7-91efa88901d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1832 | 2024.09.23 18:22:05.982557 [ 3 ] {} <Trace> HTTP-Session: 5ef3aba0-362a-4761-9bc7-91efa88901d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1833 | 2024.09.23 18:22:05.982681 [ 3 ] {20692560-2b6c-4185-b9dc-758ed10e093a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1834 | 2024.09.23 18:22:05.982731 [ 3 ] {20692560-2b6c-4185-b9dc-758ed10e093a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1835 | 2024.09.23 18:22:05.982986 [ 3 ] {20692560-2b6c-4185-b9dc-758ed10e093a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1836 | 2024.09.23 18:22:05.983344 [ 3 ] {20692560-2b6c-4185-b9dc-758ed10e093a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1837 | 2024.09.23 18:22:05.983383 [ 3 ] {20692560-2b6c-4185-b9dc-758ed10e093a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1838 | 2024.09.23 18:22:05.983748 [ 3 ] {20692560-2b6c-4185-b9dc-758ed10e093a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1839 | 2024.09.23 18:22:05.984105 [ 3 ] {20692560-2b6c-4185-b9dc-758ed10e093a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1840 | 2024.09.23 18:22:05.984272 [ 83 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1841 | 2024.09.23 18:22:05.984273 [ 3 ] {20692560-2b6c-4185-b9dc-758ed10e093a} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00162 sec., 22222.222222222223 rows/sec., 1.74 MiB/sec. | ||
1842 | 2024.09.23 18:22:05.984321 [ 83 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1843 | 2024.09.23 18:22:05.984394 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1844 | 2024.09.23 18:22:05.984583 [ 3 ] {20692560-2b6c-4185-b9dc-758ed10e093a} <Debug> DynamicQueryHandler: Done processing query | ||
1845 | 2024.09.23 18:22:05.984613 [ 3 ] {20692560-2b6c-4185-b9dc-758ed10e093a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1846 | 2024.09.23 18:22:05.984630 [ 3 ] {} <Debug> HTTP-Session: 5ef3aba0-362a-4761-9bc7-91efa88901d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1847 | 2024.09.23 18:22:05.984765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 11547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1848 | 2024.09.23 18:22:05.984818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1849 | 2024.09.23 18:22:05.984838 [ 3 ] {} <Debug> HTTP-Session: f1dc8091-6257-470d-96d4-454142636f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1850 | 2024.09.23 18:22:05.984855 [ 3 ] {} <Debug> HTTP-Session: f1dc8091-6257-470d-96d4-454142636f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1851 | 2024.09.23 18:22:05.984869 [ 3 ] {} <Debug> HTTP-Session: f1dc8091-6257-470d-96d4-454142636f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1852 | 2024.09.23 18:22:05.984902 [ 3 ] {} <Trace> HTTP-Session: f1dc8091-6257-470d-96d4-454142636f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1853 | 2024.09.23 18:22:05.985026 [ 3 ] {540af554-883f-4240-a714-173f057d41c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1854 | 2024.09.23 18:22:05.985086 [ 3 ] {540af554-883f-4240-a714-173f057d41c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1855 | 2024.09.23 18:22:05.985240 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
1856 | 2024.09.23 18:22:05.985500 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
1857 | 2024.09.23 18:22:05.986126 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1858 | 2024.09.23 18:22:05.986186 [ 3 ] {540af554-883f-4240-a714-173f057d41c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1859 | 2024.09.23 18:22:05.986218 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1860 | 2024.09.23 18:22:05.986262 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
1861 | 2024.09.23 18:22:05.986334 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
1862 | 2024.09.23 18:22:05.986813 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
1863 | 2024.09.23 18:22:05.986928 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
1864 | 2024.09.23 18:22:05.987675 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 354 rows starting from the beginning of the part | ||
1865 | 2024.09.23 18:22:05.987718 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 163 rows starting from the beginning of the part | ||
1866 | 2024.09.23 18:22:05.988479 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
1867 | 2024.09.23 18:22:05.988514 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
1868 | 2024.09.23 18:22:05.989129 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 163 rows starting from the beginning of the part | ||
1869 | 2024.09.23 18:22:05.989214 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 354 rows starting from the beginning of the part | ||
1870 | 2024.09.23 18:22:05.989280 [ 3 ] {540af554-883f-4240-a714-173f057d41c7} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1871 | 2024.09.23 18:22:05.989547 [ 3 ] {540af554-883f-4240-a714-173f057d41c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1872 | 2024.09.23 18:22:05.989777 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
1873 | 2024.09.23 18:22:05.990083 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
1874 | 2024.09.23 18:22:05.992816 [ 3 ] {540af554-883f-4240-a714-173f057d41c7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1875 | 2024.09.23 18:22:05.995097 [ 3 ] {540af554-883f-4240-a714-173f057d41c7} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1876 | 2024.09.23 18:22:05.995694 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1877 | 2024.09.23 18:22:05.995811 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1878 | 2024.09.23 18:22:05.995921 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 446 rows, containing 5 columns (5 merged, 0 gathered) in 0.013930519 sec., 32016.036157733965 rows/sec., 2.88 MiB/sec. | ||
1879 | 2024.09.23 18:22:05.995948 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1880 | 2024.09.23 18:22:05.996427 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1881 | 2024.09.23 18:22:05.996804 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 852 rows, containing 5 columns (5 merged, 0 gathered) in 0.011623811 sec., 73297.81945009257 rows/sec., 5.52 MiB/sec. | ||
1882 | 2024.09.23 18:22:05.996791 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
1883 | 2024.09.23 18:22:05.997154 [ 3 ] {540af554-883f-4240-a714-173f057d41c7} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.012105 sec., 4956.629491945478 rows/sec., 356.18 KiB/sec. | ||
1884 | 2024.09.23 18:22:05.997198 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1885 | 2024.09.23 18:22:05.997765 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1886 | 2024.09.23 18:22:05.997979 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
1887 | 2024.09.23 18:22:05.998775 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
1888 | 2024.09.23 18:22:05.999179 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_6_1} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1889 | 2024.09.23 18:22:05.999303 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 137 rows starting from the beginning of the part | ||
1890 | 2024.09.23 18:22:05.999845 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_6_1} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1891 | 2024.09.23 18:22:06.000004 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
1892 | 2024.09.23 18:22:06.000177 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.97 MiB, peak 188.35 MiB, free memory in arenas 0.00 B, will set to 176.82 MiB (RSS), difference: -11.16 MiB | ||
1893 | 2024.09.23 18:22:06.000371 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
1894 | 2024.09.23 18:22:06.000641 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_6_1} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1895 | 2024.09.23 18:22:06.000710 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 137 rows starting from the beginning of the part | ||
1896 | 2024.09.23 18:22:06.001272 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_6_1} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1897 | 2024.09.23 18:22:06.001305 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
1898 | 2024.09.23 18:22:06.001734 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
1899 | 2024.09.23 18:22:06.002226 [ 3 ] {540af554-883f-4240-a714-173f057d41c7} <Debug> DynamicQueryHandler: Done processing query | ||
1900 | 2024.09.23 18:22:06.002278 [ 3 ] {540af554-883f-4240-a714-173f057d41c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1901 | 2024.09.23 18:22:06.002298 [ 3 ] {} <Debug> HTTP-Session: f1dc8091-6257-470d-96d4-454142636f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1902 | 2024.09.23 18:22:06.002440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1903 | 2024.09.23 18:22:06.002557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1904 | 2024.09.23 18:22:06.002624 [ 3 ] {} <Debug> HTTP-Session: 3fd71a22-1942-458e-8464-cbbd67e50910 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1905 | 2024.09.23 18:22:06.002669 [ 3 ] {} <Debug> HTTP-Session: 3fd71a22-1942-458e-8464-cbbd67e50910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1906 | 2024.09.23 18:22:06.002702 [ 3 ] {} <Debug> HTTP-Session: 3fd71a22-1942-458e-8464-cbbd67e50910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1907 | 2024.09.23 18:22:06.002785 [ 3 ] {} <Trace> HTTP-Session: 3fd71a22-1942-458e-8464-cbbd67e50910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1908 | 2024.09.23 18:22:06.003064 [ 3 ] {7a75726f-5377-4f51-8694-c15df17f3726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1909 | 2024.09.23 18:22:06.003183 [ 3 ] {7a75726f-5377-4f51-8694-c15df17f3726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1910 | 2024.09.23 18:22:06.003885 [ 3 ] {7a75726f-5377-4f51-8694-c15df17f3726} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1911 | 2024.09.23 18:22:06.004756 [ 3 ] {7a75726f-5377-4f51-8694-c15df17f3726} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1912 | 2024.09.23 18:22:06.004865 [ 3 ] {7a75726f-5377-4f51-8694-c15df17f3726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1913 | 2024.09.23 18:22:06.004996 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 5 columns (5 merged, 0 gathered) in 0.008825431 sec., 57787.546013333515 rows/sec., 3.90 MiB/sec. | ||
1914 | 2024.09.23 18:22:06.005436 [ 189 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1915 | 2024.09.23 18:22:06.005567 [ 3 ] {7a75726f-5377-4f51-8694-c15df17f3726} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1916 | 2024.09.23 18:22:06.006366 [ 3 ] {7a75726f-5377-4f51-8694-c15df17f3726} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1917 | 2024.09.23 18:22:06.006638 [ 83 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1918 | 2024.09.23 18:22:06.006637 [ 189 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1919 | 2024.09.23 18:22:06.006722 [ 83 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1920 | 2024.09.23 18:22:06.006715 [ 3 ] {7a75726f-5377-4f51-8694-c15df17f3726} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.003745 sec., 8010.680907877169 rows/sec., 543.69 KiB/sec. | ||
1921 | 2024.09.23 18:22:06.006785 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1922 | 2024.09.23 18:22:06.006940 [ 189 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1923 | 2024.09.23 18:22:06.007353 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
1924 | 2024.09.23 18:22:06.007343 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
1925 | 2024.09.23 18:22:06.007685 [ 3 ] {7a75726f-5377-4f51-8694-c15df17f3726} <Debug> DynamicQueryHandler: Done processing query | ||
1926 | 2024.09.23 18:22:06.007714 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1927 | 2024.09.23 18:22:06.007742 [ 3 ] {7a75726f-5377-4f51-8694-c15df17f3726} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1928 | 2024.09.23 18:22:06.007789 [ 3 ] {} <Debug> HTTP-Session: 3fd71a22-1942-458e-8464-cbbd67e50910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.09.23 18:22:06.007801 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
1930 | 2024.09.23 18:22:06.007946 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
1931 | 2024.09.23 18:22:06.008123 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
1932 | 2024.09.23 18:22:06.008328 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
1933 | 2024.09.23 18:22:06.008491 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part | ||
1934 | 2024.09.23 18:22:06.008653 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
1935 | 2024.09.23 18:22:06.009794 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 4 columns (4 merged, 0 gathered) in 0.002867042 sec., 76734.13922781737 rows/sec., 4.89 MiB/sec. | ||
1936 | 2024.09.23 18:22:06.009975 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1937 | 2024.09.23 18:22:06.010376 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_6_1} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1938 | 2024.09.23 18:22:06.010455 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_6_1} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1939 | 2024.09.23 18:22:06.010535 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1940 | 2024.09.23 18:22:07.000182 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.61 MiB, peak 188.35 MiB, free memory in arenas 0.00 B, will set to 177.01 MiB (RSS), difference: 8.40 MiB | ||
1941 | 2024.09.23 18:22:07.463545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1942 | 2024.09.23 18:22:07.463691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1943 | 2024.09.23 18:22:07.463723 [ 3 ] {} <Debug> HTTP-Session: 09a21fef-94f2-4bb6-a921-ef17b21d33df Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1944 | 2024.09.23 18:22:07.463752 [ 3 ] {} <Debug> HTTP-Session: 09a21fef-94f2-4bb6-a921-ef17b21d33df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1945 | 2024.09.23 18:22:07.463777 [ 3 ] {} <Debug> HTTP-Session: 09a21fef-94f2-4bb6-a921-ef17b21d33df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1946 | 2024.09.23 18:22:07.463838 [ 3 ] {} <Trace> HTTP-Session: 09a21fef-94f2-4bb6-a921-ef17b21d33df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1947 | 2024.09.23 18:22:07.464124 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1948 | 2024.09.23 18:22:07.464517 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1949 | 2024.09.23 18:22:07.464566 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1950 | 2024.09.23 18:22:07.464912 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1951 | 2024.09.23 18:22:07.464996 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1952 | 2024.09.23 18:22:07.465178 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1953 | 2024.09.23 18:22:07.465269 [ 256 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1954 | 2024.09.23 18:22:07.465327 [ 254 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1955 | 2024.09.23 18:22:07.465448 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1956 | 2024.09.23 18:22:07.465481 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1957 | 2024.09.23 18:22:07.467594 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1958 | 2024.09.23 18:22:07.469633 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1959 | 2024.09.23 18:22:07.469710 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1960 | 2024.09.23 18:22:07.469791 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1961 | 2024.09.23 18:22:07.471448 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.007455 sec., 4024.1448692152917 rows/sec., 150.77 KiB/sec. | ||
1962 | 2024.09.23 18:22:07.471779 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Debug> DynamicQueryHandler: Done processing query | ||
1963 | 2024.09.23 18:22:07.471807 [ 3 ] {c423f2fb-920d-493c-9f8c-88789fd1f455} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1964 | 2024.09.23 18:22:07.471851 [ 3 ] {} <Debug> HTTP-Session: 09a21fef-94f2-4bb6-a921-ef17b21d33df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1965 | 2024.09.23 18:22:07.472106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1966 | 2024.09.23 18:22:07.472165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1967 | 2024.09.23 18:22:07.472187 [ 3 ] {} <Debug> HTTP-Session: b7f9e7a9-b1bc-4fd1-aa33-c737f915411d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1968 | 2024.09.23 18:22:07.472205 [ 3 ] {} <Debug> HTTP-Session: b7f9e7a9-b1bc-4fd1-aa33-c737f915411d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1969 | 2024.09.23 18:22:07.472220 [ 3 ] {} <Debug> HTTP-Session: b7f9e7a9-b1bc-4fd1-aa33-c737f915411d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1970 | 2024.09.23 18:22:07.472257 [ 3 ] {} <Trace> HTTP-Session: b7f9e7a9-b1bc-4fd1-aa33-c737f915411d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1971 | 2024.09.23 18:22:07.472437 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1972 | 2024.09.23 18:22:07.472739 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1973 | 2024.09.23 18:22:07.472788 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1974 | 2024.09.23 18:22:07.473092 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1975 | 2024.09.23 18:22:07.473159 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1976 | 2024.09.23 18:22:07.473310 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1977 | 2024.09.23 18:22:07.473442 [ 259 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1978 | 2024.09.23 18:22:07.473447 [ 261 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1979 | 2024.09.23 18:22:07.473590 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
1980 | 2024.09.23 18:22:07.473623 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1981 | 2024.09.23 18:22:07.473715 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1982 | 2024.09.23 18:22:07.473738 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
1983 | 2024.09.23 18:22:07.473781 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1984 | 2024.09.23 18:22:07.473826 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1985 | 2024.09.23 18:22:07.475163 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002807 sec., 10687.566797292482 rows/sec., 400.44 KiB/sec. | ||
1986 | 2024.09.23 18:22:07.475483 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Debug> DynamicQueryHandler: Done processing query | ||
1987 | 2024.09.23 18:22:07.475513 [ 3 ] {97430ce6-285a-481b-9788-26fcc9da0a6a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1988 | 2024.09.23 18:22:07.475531 [ 3 ] {} <Debug> HTTP-Session: b7f9e7a9-b1bc-4fd1-aa33-c737f915411d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1989 | 2024.09.23 18:22:07.475916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1155, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1990 | 2024.09.23 18:22:07.475967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1991 | 2024.09.23 18:22:07.475988 [ 3 ] {} <Debug> HTTP-Session: e06e62aa-3227-4acf-b282-54b77f5a188e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
1992 | 2024.09.23 18:22:07.476007 [ 3 ] {} <Debug> HTTP-Session: e06e62aa-3227-4acf-b282-54b77f5a188e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1993 | 2024.09.23 18:22:07.476021 [ 3 ] {} <Debug> HTTP-Session: e06e62aa-3227-4acf-b282-54b77f5a188e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1994 | 2024.09.23 18:22:07.476057 [ 3 ] {} <Trace> HTTP-Session: e06e62aa-3227-4acf-b282-54b77f5a188e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1995 | 2024.09.23 18:22:07.476227 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1996 | 2024.09.23 18:22:07.476523 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1997 | 2024.09.23 18:22:07.476571 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1998 | 2024.09.23 18:22:07.476881 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1999 | 2024.09.23 18:22:07.476951 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2000 | 2024.09.23 18:22:07.477103 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2001 | 2024.09.23 18:22:07.477230 [ 254 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2002 | 2024.09.23 18:22:07.477228 [ 260 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2003 | 2024.09.23 18:22:07.477360 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
2004 | 2024.09.23 18:22:07.477389 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2005 | 2024.09.23 18:22:07.477473 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2006 | 2024.09.23 18:22:07.477493 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
2007 | 2024.09.23 18:22:07.477532 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2008 | 2024.09.23 18:22:07.477575 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2009 | 2024.09.23 18:22:07.478932 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.00279 sec., 10752.68817204301 rows/sec., 402.88 KiB/sec. | ||
2010 | 2024.09.23 18:22:07.479232 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Debug> DynamicQueryHandler: Done processing query | ||
2011 | 2024.09.23 18:22:07.479259 [ 3 ] {c7a3bf5a-3671-40ad-845c-dabafb25b1bd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2012 | 2024.09.23 18:22:07.479277 [ 3 ] {} <Debug> HTTP-Session: e06e62aa-3227-4acf-b282-54b77f5a188e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2013 | 2024.09.23 18:22:07.479520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2014 | 2024.09.23 18:22:07.479568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2015 | 2024.09.23 18:22:07.479588 [ 3 ] {} <Debug> HTTP-Session: 63661e03-d074-4a30-be75-2787b226f5fe Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2016 | 2024.09.23 18:22:07.479605 [ 3 ] {} <Debug> HTTP-Session: 63661e03-d074-4a30-be75-2787b226f5fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2017 | 2024.09.23 18:22:07.479619 [ 3 ] {} <Debug> HTTP-Session: 63661e03-d074-4a30-be75-2787b226f5fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2018 | 2024.09.23 18:22:07.479653 [ 3 ] {} <Trace> HTTP-Session: 63661e03-d074-4a30-be75-2787b226f5fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2019 | 2024.09.23 18:22:07.479810 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2020 | 2024.09.23 18:22:07.480102 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2021 | 2024.09.23 18:22:07.480151 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2022 | 2024.09.23 18:22:07.480461 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2023 | 2024.09.23 18:22:07.480526 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2024 | 2024.09.23 18:22:07.480674 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2025 | 2024.09.23 18:22:07.480786 [ 259 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2026 | 2024.09.23 18:22:07.480806 [ 261 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2027 | 2024.09.23 18:22:07.480920 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
2028 | 2024.09.23 18:22:07.480950 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2029 | 2024.09.23 18:22:07.481032 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2030 | 2024.09.23 18:22:07.481052 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
2031 | 2024.09.23 18:22:07.481093 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2032 | 2024.09.23 18:22:07.481136 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2033 | 2024.09.23 18:22:07.482519 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002786 sec., 10768.126346015793 rows/sec., 403.45 KiB/sec. | ||
2034 | 2024.09.23 18:22:07.482818 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Debug> DynamicQueryHandler: Done processing query | ||
2035 | 2024.09.23 18:22:07.482843 [ 3 ] {a02e7fe3-af84-4293-9746-aec7c66a157e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2036 | 2024.09.23 18:22:07.482860 [ 3 ] {} <Debug> HTTP-Session: 63661e03-d074-4a30-be75-2787b226f5fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2037 | 2024.09.23 18:22:07.483128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2038 | 2024.09.23 18:22:07.483178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2039 | 2024.09.23 18:22:07.483197 [ 3 ] {} <Debug> HTTP-Session: 0a1bd23d-89d5-4f85-a6a4-784d1dcb2971 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2040 | 2024.09.23 18:22:07.483214 [ 3 ] {} <Debug> HTTP-Session: 0a1bd23d-89d5-4f85-a6a4-784d1dcb2971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2041 | 2024.09.23 18:22:07.483228 [ 3 ] {} <Debug> HTTP-Session: 0a1bd23d-89d5-4f85-a6a4-784d1dcb2971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2042 | 2024.09.23 18:22:07.483260 [ 3 ] {} <Trace> HTTP-Session: 0a1bd23d-89d5-4f85-a6a4-784d1dcb2971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2043 | 2024.09.23 18:22:07.483426 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2044 | 2024.09.23 18:22:07.483727 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2045 | 2024.09.23 18:22:07.483798 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2046 | 2024.09.23 18:22:07.484118 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2047 | 2024.09.23 18:22:07.484186 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2048 | 2024.09.23 18:22:07.484335 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2049 | 2024.09.23 18:22:07.484440 [ 260 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2050 | 2024.09.23 18:22:07.484458 [ 259 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2051 | 2024.09.23 18:22:07.484558 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
2052 | 2024.09.23 18:22:07.484591 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2053 | 2024.09.23 18:22:07.484677 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2054 | 2024.09.23 18:22:07.484697 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
2055 | 2024.09.23 18:22:07.484740 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2056 | 2024.09.23 18:22:07.484786 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2057 | 2024.09.23 18:22:07.486100 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002759 sec., 10873.5048930772 rows/sec., 407.40 KiB/sec. | ||
2058 | 2024.09.23 18:22:07.486406 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Debug> DynamicQueryHandler: Done processing query | ||
2059 | 2024.09.23 18:22:07.486431 [ 3 ] {48609ae3-2c1c-48f5-b33b-d8824e7cb007} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2060 | 2024.09.23 18:22:07.486449 [ 3 ] {} <Debug> HTTP-Session: 0a1bd23d-89d5-4f85-a6a4-784d1dcb2971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2061 | 2024.09.23 18:22:07.486679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2062 | 2024.09.23 18:22:07.486729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2063 | 2024.09.23 18:22:07.486748 [ 3 ] {} <Debug> HTTP-Session: a5a3890d-8be3-4e80-9580-c21a86ac3fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2064 | 2024.09.23 18:22:07.486771 [ 3 ] {} <Debug> HTTP-Session: a5a3890d-8be3-4e80-9580-c21a86ac3fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2065 | 2024.09.23 18:22:07.486789 [ 3 ] {} <Debug> HTTP-Session: a5a3890d-8be3-4e80-9580-c21a86ac3fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2066 | 2024.09.23 18:22:07.486822 [ 3 ] {} <Trace> HTTP-Session: a5a3890d-8be3-4e80-9580-c21a86ac3fe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2067 | 2024.09.23 18:22:07.487007 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2068 | 2024.09.23 18:22:07.487368 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2069 | 2024.09.23 18:22:07.487442 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2070 | 2024.09.23 18:22:07.487803 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2071 | 2024.09.23 18:22:07.487877 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2072 | 2024.09.23 18:22:07.488038 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2073 | 2024.09.23 18:22:07.488175 [ 260 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2074 | 2024.09.23 18:22:07.488178 [ 259 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2075 | 2024.09.23 18:22:07.488302 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
2076 | 2024.09.23 18:22:07.488349 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2077 | 2024.09.23 18:22:07.488445 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2078 | 2024.09.23 18:22:07.488468 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
2079 | 2024.09.23 18:22:07.488509 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2080 | 2024.09.23 18:22:07.488552 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2081 | 2024.09.23 18:22:07.489837 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Debug> executeQuery: Read 30 rows, 1.12 KiB in 0.002931 sec., 10235.414534288639 rows/sec., 383.49 KiB/sec. | ||
2082 | 2024.09.23 18:22:07.490123 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Debug> DynamicQueryHandler: Done processing query | ||
2083 | 2024.09.23 18:22:07.490149 [ 3 ] {3bd2e37c-66ee-4e1a-9c07-f08df6855e41} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2084 | 2024.09.23 18:22:07.490166 [ 3 ] {} <Debug> HTTP-Session: a5a3890d-8be3-4e80-9580-c21a86ac3fe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2085 | 2024.09.23 18:22:07.585627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2086 | 2024.09.23 18:22:07.585726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2087 | 2024.09.23 18:22:07.585755 [ 3 ] {} <Debug> HTTP-Session: 116cf53e-6fc3-4734-83e0-cc7fc6bdcf2e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2088 | 2024.09.23 18:22:07.585791 [ 3 ] {} <Debug> HTTP-Session: 116cf53e-6fc3-4734-83e0-cc7fc6bdcf2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2089 | 2024.09.23 18:22:07.585809 [ 3 ] {} <Debug> HTTP-Session: 116cf53e-6fc3-4734-83e0-cc7fc6bdcf2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2090 | 2024.09.23 18:22:07.585861 [ 3 ] {} <Trace> HTTP-Session: 116cf53e-6fc3-4734-83e0-cc7fc6bdcf2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2091 | 2024.09.23 18:22:07.586038 [ 3 ] {f16c1a7e-b06b-48de-99e5-eaa828f25c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2092 | 2024.09.23 18:22:07.586110 [ 3 ] {f16c1a7e-b06b-48de-99e5-eaa828f25c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2093 | 2024.09.23 18:22:07.586330 [ 3 ] {f16c1a7e-b06b-48de-99e5-eaa828f25c8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2094 | 2024.09.23 18:22:07.586744 [ 3 ] {f16c1a7e-b06b-48de-99e5-eaa828f25c8b} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2095 | 2024.09.23 18:22:07.586786 [ 3 ] {f16c1a7e-b06b-48de-99e5-eaa828f25c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2096 | 2024.09.23 18:22:07.587311 [ 3 ] {f16c1a7e-b06b-48de-99e5-eaa828f25c8b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2097 | 2024.09.23 18:22:07.587644 [ 3 ] {f16c1a7e-b06b-48de-99e5-eaa828f25c8b} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2098 | 2024.09.23 18:22:07.587786 [ 3 ] {f16c1a7e-b06b-48de-99e5-eaa828f25c8b} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001806 sec., 3322.2591362126245 rows/sec., 739.72 KiB/sec. | ||
2099 | 2024.09.23 18:22:07.587970 [ 3 ] {f16c1a7e-b06b-48de-99e5-eaa828f25c8b} <Debug> DynamicQueryHandler: Done processing query | ||
2100 | 2024.09.23 18:22:07.587996 [ 3 ] {f16c1a7e-b06b-48de-99e5-eaa828f25c8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2101 | 2024.09.23 18:22:07.588013 [ 3 ] {} <Debug> HTTP-Session: 116cf53e-6fc3-4734-83e0-cc7fc6bdcf2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2102 | 2024.09.23 18:22:07.588471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 189895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2103 | 2024.09.23 18:22:07.588524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2104 | 2024.09.23 18:22:07.588544 [ 3 ] {} <Debug> HTTP-Session: 977ce0da-71cb-4b6c-beb1-10d48e2fb345 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2105 | 2024.09.23 18:22:07.588562 [ 3 ] {} <Debug> HTTP-Session: 977ce0da-71cb-4b6c-beb1-10d48e2fb345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2106 | 2024.09.23 18:22:07.588576 [ 3 ] {} <Debug> HTTP-Session: 977ce0da-71cb-4b6c-beb1-10d48e2fb345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2107 | 2024.09.23 18:22:07.588611 [ 3 ] {} <Trace> HTTP-Session: 977ce0da-71cb-4b6c-beb1-10d48e2fb345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2108 | 2024.09.23 18:22:07.589923 [ 3 ] {48f91fca-5aa8-4732-98ae-146dbba50824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2109 | 2024.09.23 18:22:07.589976 [ 3 ] {48f91fca-5aa8-4732-98ae-146dbba50824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2110 | 2024.09.23 18:22:07.590226 [ 3 ] {48f91fca-5aa8-4732-98ae-146dbba50824} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2111 | 2024.09.23 18:22:07.591452 [ 3 ] {48f91fca-5aa8-4732-98ae-146dbba50824} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2112 | 2024.09.23 18:22:07.591489 [ 3 ] {48f91fca-5aa8-4732-98ae-146dbba50824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2113 | 2024.09.23 18:22:07.591964 [ 3 ] {48f91fca-5aa8-4732-98ae-146dbba50824} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2114 | 2024.09.23 18:22:07.592338 [ 3 ] {48f91fca-5aa8-4732-98ae-146dbba50824} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2115 | 2024.09.23 18:22:07.592467 [ 3 ] {48f91fca-5aa8-4732-98ae-146dbba50824} <Debug> executeQuery: Read 1303 rows, 111.00 KiB in 0.003555 sec., 366526.01969057665 rows/sec., 30.49 MiB/sec. | ||
2116 | 2024.09.23 18:22:07.592636 [ 3 ] {48f91fca-5aa8-4732-98ae-146dbba50824} <Debug> DynamicQueryHandler: Done processing query | ||
2117 | 2024.09.23 18:22:07.592661 [ 3 ] {48f91fca-5aa8-4732-98ae-146dbba50824} <Debug> MemoryTracker: Peak memory usage (for query): 4.99 MiB. | ||
2118 | 2024.09.23 18:22:07.592677 [ 3 ] {} <Debug> HTTP-Session: 977ce0da-71cb-4b6c-beb1-10d48e2fb345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2119 | 2024.09.23 18:22:07.592912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2120 | 2024.09.23 18:22:07.592963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2121 | 2024.09.23 18:22:07.592982 [ 3 ] {} <Debug> HTTP-Session: a57bf352-2960-492e-a242-e44f112f76a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2122 | 2024.09.23 18:22:07.592999 [ 3 ] {} <Debug> HTTP-Session: a57bf352-2960-492e-a242-e44f112f76a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2123 | 2024.09.23 18:22:07.593013 [ 3 ] {} <Debug> HTTP-Session: a57bf352-2960-492e-a242-e44f112f76a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2124 | 2024.09.23 18:22:07.593046 [ 3 ] {} <Trace> HTTP-Session: a57bf352-2960-492e-a242-e44f112f76a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2125 | 2024.09.23 18:22:07.593232 [ 3 ] {b3ac9b53-e53b-4094-98dd-e9204748d014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2126 | 2024.09.23 18:22:07.593277 [ 3 ] {b3ac9b53-e53b-4094-98dd-e9204748d014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2127 | 2024.09.23 18:22:07.593508 [ 3 ] {b3ac9b53-e53b-4094-98dd-e9204748d014} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2128 | 2024.09.23 18:22:07.593999 [ 3 ] {b3ac9b53-e53b-4094-98dd-e9204748d014} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2129 | 2024.09.23 18:22:07.594036 [ 3 ] {b3ac9b53-e53b-4094-98dd-e9204748d014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2130 | 2024.09.23 18:22:07.594407 [ 3 ] {b3ac9b53-e53b-4094-98dd-e9204748d014} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2131 | 2024.09.23 18:22:07.594774 [ 3 ] {b3ac9b53-e53b-4094-98dd-e9204748d014} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2132 | 2024.09.23 18:22:07.594902 [ 3 ] {b3ac9b53-e53b-4094-98dd-e9204748d014} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001775 sec., 136338.02816901408 rows/sec., 9.24 MiB/sec. | ||
2133 | 2024.09.23 18:22:07.595172 [ 3 ] {b3ac9b53-e53b-4094-98dd-e9204748d014} <Debug> DynamicQueryHandler: Done processing query | ||
2134 | 2024.09.23 18:22:07.595197 [ 3 ] {b3ac9b53-e53b-4094-98dd-e9204748d014} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2135 | 2024.09.23 18:22:07.595212 [ 3 ] {} <Debug> HTTP-Session: a57bf352-2960-492e-a242-e44f112f76a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2136 | 2024.09.23 18:22:07.595340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2137 | 2024.09.23 18:22:07.595390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2138 | 2024.09.23 18:22:07.595409 [ 3 ] {} <Debug> HTTP-Session: b8e67275-2ac6-455c-a2d6-ed65da8a426f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2139 | 2024.09.23 18:22:07.595426 [ 3 ] {} <Debug> HTTP-Session: b8e67275-2ac6-455c-a2d6-ed65da8a426f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2140 | 2024.09.23 18:22:07.595440 [ 3 ] {} <Debug> HTTP-Session: b8e67275-2ac6-455c-a2d6-ed65da8a426f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2141 | 2024.09.23 18:22:07.595472 [ 3 ] {} <Trace> HTTP-Session: b8e67275-2ac6-455c-a2d6-ed65da8a426f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2142 | 2024.09.23 18:22:07.595569 [ 3 ] {3cb4721c-feda-488a-8471-f99c6723e216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2143 | 2024.09.23 18:22:07.595613 [ 3 ] {3cb4721c-feda-488a-8471-f99c6723e216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2144 | 2024.09.23 18:22:07.595863 [ 3 ] {3cb4721c-feda-488a-8471-f99c6723e216} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2145 | 2024.09.23 18:22:07.596171 [ 3 ] {3cb4721c-feda-488a-8471-f99c6723e216} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2146 | 2024.09.23 18:22:07.596208 [ 3 ] {3cb4721c-feda-488a-8471-f99c6723e216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2147 | 2024.09.23 18:22:07.596565 [ 3 ] {3cb4721c-feda-488a-8471-f99c6723e216} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2148 | 2024.09.23 18:22:07.596922 [ 3 ] {3cb4721c-feda-488a-8471-f99c6723e216} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2149 | 2024.09.23 18:22:07.597060 [ 3 ] {3cb4721c-feda-488a-8471-f99c6723e216} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 234.76 KiB/sec. | ||
2150 | 2024.09.23 18:22:07.597376 [ 3 ] {3cb4721c-feda-488a-8471-f99c6723e216} <Debug> DynamicQueryHandler: Done processing query | ||
2151 | 2024.09.23 18:22:07.597400 [ 3 ] {3cb4721c-feda-488a-8471-f99c6723e216} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2152 | 2024.09.23 18:22:07.597415 [ 3 ] {} <Debug> HTTP-Session: b8e67275-2ac6-455c-a2d6-ed65da8a426f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2153 | 2024.09.23 18:22:07.597685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 132067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2154 | 2024.09.23 18:22:07.597734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2155 | 2024.09.23 18:22:07.597753 [ 3 ] {} <Debug> HTTP-Session: 47dc90d8-fb95-4ae5-9414-a9891ccf932e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2156 | 2024.09.23 18:22:07.597771 [ 3 ] {} <Debug> HTTP-Session: 47dc90d8-fb95-4ae5-9414-a9891ccf932e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2157 | 2024.09.23 18:22:07.597785 [ 3 ] {} <Debug> HTTP-Session: 47dc90d8-fb95-4ae5-9414-a9891ccf932e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2158 | 2024.09.23 18:22:07.597817 [ 3 ] {} <Trace> HTTP-Session: 47dc90d8-fb95-4ae5-9414-a9891ccf932e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2159 | 2024.09.23 18:22:07.598188 [ 3 ] {b1d82921-35e1-4ae8-8534-958948b81554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2160 | 2024.09.23 18:22:07.598233 [ 3 ] {b1d82921-35e1-4ae8-8534-958948b81554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2161 | 2024.09.23 18:22:07.598484 [ 3 ] {b1d82921-35e1-4ae8-8534-958948b81554} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2162 | 2024.09.23 18:22:07.599316 [ 3 ] {b1d82921-35e1-4ae8-8534-958948b81554} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2163 | 2024.09.23 18:22:07.599353 [ 3 ] {b1d82921-35e1-4ae8-8534-958948b81554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2164 | 2024.09.23 18:22:07.599739 [ 3 ] {b1d82921-35e1-4ae8-8534-958948b81554} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2165 | 2024.09.23 18:22:07.600106 [ 3 ] {b1d82921-35e1-4ae8-8534-958948b81554} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2166 | 2024.09.23 18:22:07.600271 [ 3 ] {b1d82921-35e1-4ae8-8534-958948b81554} <Debug> executeQuery: Read 810 rows, 59.73 KiB in 0.002317 sec., 349589.9870522227 rows/sec., 25.18 MiB/sec. | ||
2167 | 2024.09.23 18:22:07.600445 [ 3 ] {b1d82921-35e1-4ae8-8534-958948b81554} <Debug> DynamicQueryHandler: Done processing query | ||
2168 | 2024.09.23 18:22:07.600469 [ 3 ] {b1d82921-35e1-4ae8-8534-958948b81554} <Debug> MemoryTracker: Peak memory usage (for query): 4.73 MiB. | ||
2169 | 2024.09.23 18:22:07.600485 [ 3 ] {} <Debug> HTTP-Session: 47dc90d8-fb95-4ae5-9414-a9891ccf932e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2170 | 2024.09.23 18:22:07.600615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2171 | 2024.09.23 18:22:07.600663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2172 | 2024.09.23 18:22:07.600683 [ 3 ] {} <Debug> HTTP-Session: 1c266117-0294-45e4-924f-1c8b4313409e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2173 | 2024.09.23 18:22:07.600700 [ 3 ] {} <Debug> HTTP-Session: 1c266117-0294-45e4-924f-1c8b4313409e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2174 | 2024.09.23 18:22:07.600714 [ 3 ] {} <Debug> HTTP-Session: 1c266117-0294-45e4-924f-1c8b4313409e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2175 | 2024.09.23 18:22:07.600744 [ 3 ] {} <Trace> HTTP-Session: 1c266117-0294-45e4-924f-1c8b4313409e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2176 | 2024.09.23 18:22:07.600844 [ 3 ] {6464a3f0-f833-4094-80af-d098903ac9e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2177 | 2024.09.23 18:22:07.600888 [ 3 ] {6464a3f0-f833-4094-80af-d098903ac9e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2178 | 2024.09.23 18:22:07.601020 [ 3 ] {6464a3f0-f833-4094-80af-d098903ac9e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2179 | 2024.09.23 18:22:07.601320 [ 3 ] {6464a3f0-f833-4094-80af-d098903ac9e7} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2180 | 2024.09.23 18:22:07.601356 [ 3 ] {6464a3f0-f833-4094-80af-d098903ac9e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2181 | 2024.09.23 18:22:07.601712 [ 3 ] {6464a3f0-f833-4094-80af-d098903ac9e7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2182 | 2024.09.23 18:22:07.602039 [ 3 ] {6464a3f0-f833-4094-80af-d098903ac9e7} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2183 | 2024.09.23 18:22:07.602197 [ 3 ] {6464a3f0-f833-4094-80af-d098903ac9e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 228.98 KiB/sec. | ||
2184 | 2024.09.23 18:22:07.602485 [ 3 ] {6464a3f0-f833-4094-80af-d098903ac9e7} <Debug> DynamicQueryHandler: Done processing query | ||
2185 | 2024.09.23 18:22:07.602510 [ 3 ] {6464a3f0-f833-4094-80af-d098903ac9e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2186 | 2024.09.23 18:22:07.602526 [ 3 ] {} <Debug> HTTP-Session: 1c266117-0294-45e4-924f-1c8b4313409e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2187 | 2024.09.23 18:22:07.602950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 466710, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2188 | 2024.09.23 18:22:07.603000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2189 | 2024.09.23 18:22:07.603018 [ 3 ] {} <Debug> HTTP-Session: 2dd23223-c5fe-4d95-84f3-b720fc02f6a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2190 | 2024.09.23 18:22:07.603036 [ 3 ] {} <Debug> HTTP-Session: 2dd23223-c5fe-4d95-84f3-b720fc02f6a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2191 | 2024.09.23 18:22:07.603050 [ 3 ] {} <Debug> HTTP-Session: 2dd23223-c5fe-4d95-84f3-b720fc02f6a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2192 | 2024.09.23 18:22:07.603082 [ 3 ] {} <Trace> HTTP-Session: 2dd23223-c5fe-4d95-84f3-b720fc02f6a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2193 | 2024.09.23 18:22:07.606391 [ 3 ] {6408d781-8301-4b6c-b880-fc9d79d2c745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2194 | 2024.09.23 18:22:07.606447 [ 3 ] {6408d781-8301-4b6c-b880-fc9d79d2c745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2195 | 2024.09.23 18:22:07.606619 [ 3 ] {6408d781-8301-4b6c-b880-fc9d79d2c745} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2196 | 2024.09.23 18:22:07.608859 [ 3 ] {6408d781-8301-4b6c-b880-fc9d79d2c745} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2197 | 2024.09.23 18:22:07.608901 [ 3 ] {6408d781-8301-4b6c-b880-fc9d79d2c745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2198 | 2024.09.23 18:22:07.609506 [ 3 ] {6408d781-8301-4b6c-b880-fc9d79d2c745} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2199 | 2024.09.23 18:22:07.609852 [ 3 ] {6408d781-8301-4b6c-b880-fc9d79d2c745} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2200 | 2024.09.23 18:22:07.610006 [ 3 ] {6408d781-8301-4b6c-b880-fc9d79d2c745} <Debug> executeQuery: Read 2471 rows, 168.55 KiB in 0.00446 sec., 554035.8744394619 rows/sec., 36.91 MiB/sec. | ||
2201 | 2024.09.23 18:22:07.610187 [ 3 ] {6408d781-8301-4b6c-b880-fc9d79d2c745} <Debug> DynamicQueryHandler: Done processing query | ||
2202 | 2024.09.23 18:22:07.610211 [ 3 ] {6408d781-8301-4b6c-b880-fc9d79d2c745} <Debug> MemoryTracker: Peak memory usage (for query): 5.49 MiB. | ||
2203 | 2024.09.23 18:22:07.610227 [ 3 ] {} <Debug> HTTP-Session: 2dd23223-c5fe-4d95-84f3-b720fc02f6a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2204 | 2024.09.23 18:22:07.610525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2205 | 2024.09.23 18:22:07.610573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2206 | 2024.09.23 18:22:07.610592 [ 3 ] {} <Debug> HTTP-Session: 70f81419-b036-4157-bdb8-b718d76c43ad Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2207 | 2024.09.23 18:22:07.610609 [ 3 ] {} <Debug> HTTP-Session: 70f81419-b036-4157-bdb8-b718d76c43ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2208 | 2024.09.23 18:22:07.610624 [ 3 ] {} <Debug> HTTP-Session: 70f81419-b036-4157-bdb8-b718d76c43ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2209 | 2024.09.23 18:22:07.610654 [ 3 ] {} <Trace> HTTP-Session: 70f81419-b036-4157-bdb8-b718d76c43ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2210 | 2024.09.23 18:22:07.610750 [ 3 ] {abff0c52-e441-4978-89c5-6e2b9b7a6080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2211 | 2024.09.23 18:22:07.610796 [ 3 ] {abff0c52-e441-4978-89c5-6e2b9b7a6080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2212 | 2024.09.23 18:22:07.610928 [ 3 ] {abff0c52-e441-4978-89c5-6e2b9b7a6080} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2213 | 2024.09.23 18:22:07.611216 [ 3 ] {abff0c52-e441-4978-89c5-6e2b9b7a6080} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2214 | 2024.09.23 18:22:07.611252 [ 3 ] {abff0c52-e441-4978-89c5-6e2b9b7a6080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2215 | 2024.09.23 18:22:07.611603 [ 3 ] {abff0c52-e441-4978-89c5-6e2b9b7a6080} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2216 | 2024.09.23 18:22:07.611926 [ 3 ] {abff0c52-e441-4978-89c5-6e2b9b7a6080} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2217 | 2024.09.23 18:22:07.612132 [ 3 ] {abff0c52-e441-4978-89c5-6e2b9b7a6080} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec. | ||
2218 | 2024.09.23 18:22:07.614429 [ 3 ] {abff0c52-e441-4978-89c5-6e2b9b7a6080} <Debug> DynamicQueryHandler: Done processing query | ||
2219 | 2024.09.23 18:22:07.614461 [ 3 ] {abff0c52-e441-4978-89c5-6e2b9b7a6080} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2220 | 2024.09.23 18:22:07.614484 [ 3 ] {} <Debug> HTTP-Session: 70f81419-b036-4157-bdb8-b718d76c43ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2221 | 2024.09.23 18:22:07.614666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3982, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2222 | 2024.09.23 18:22:07.614737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2223 | 2024.09.23 18:22:07.614761 [ 3 ] {} <Debug> HTTP-Session: e4582931-5c38-483c-88b6-7553cb2149e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2224 | 2024.09.23 18:22:07.614780 [ 3 ] {} <Debug> HTTP-Session: e4582931-5c38-483c-88b6-7553cb2149e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2225 | 2024.09.23 18:22:07.614794 [ 3 ] {} <Debug> HTTP-Session: e4582931-5c38-483c-88b6-7553cb2149e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2226 | 2024.09.23 18:22:07.614826 [ 3 ] {} <Trace> HTTP-Session: e4582931-5c38-483c-88b6-7553cb2149e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2227 | 2024.09.23 18:22:07.614940 [ 3 ] {b79940ab-a182-4f84-a303-840087ebd622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2228 | 2024.09.23 18:22:07.614988 [ 3 ] {b79940ab-a182-4f84-a303-840087ebd622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2229 | 2024.09.23 18:22:07.615135 [ 3 ] {b79940ab-a182-4f84-a303-840087ebd622} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2230 | 2024.09.23 18:22:07.615438 [ 3 ] {b79940ab-a182-4f84-a303-840087ebd622} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2231 | 2024.09.23 18:22:07.615475 [ 3 ] {b79940ab-a182-4f84-a303-840087ebd622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2232 | 2024.09.23 18:22:07.615846 [ 3 ] {b79940ab-a182-4f84-a303-840087ebd622} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2233 | 2024.09.23 18:22:07.616173 [ 3 ] {b79940ab-a182-4f84-a303-840087ebd622} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2234 | 2024.09.23 18:22:07.616323 [ 3 ] {b79940ab-a182-4f84-a303-840087ebd622} <Debug> executeQuery: Read 28 rows, 1.60 KiB in 0.001403 sec., 19957.234497505346 rows/sec., 1.11 MiB/sec. | ||
2235 | 2024.09.23 18:22:07.616495 [ 3 ] {b79940ab-a182-4f84-a303-840087ebd622} <Debug> DynamicQueryHandler: Done processing query | ||
2236 | 2024.09.23 18:22:07.616521 [ 3 ] {b79940ab-a182-4f84-a303-840087ebd622} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2237 | 2024.09.23 18:22:07.616537 [ 3 ] {} <Debug> HTTP-Session: e4582931-5c38-483c-88b6-7553cb2149e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2238 | 2024.09.23 18:22:08.000145 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.01 MiB, peak 188.35 MiB, free memory in arenas 0.00 B, will set to 179.57 MiB (RSS), difference: 1.56 MiB | ||
2239 | 2024.09.23 18:22:10.977757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4263, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2240 | 2024.09.23 18:22:10.977902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2241 | 2024.09.23 18:22:10.977932 [ 3 ] {} <Debug> HTTP-Session: d5f483e3-0bd3-41d1-bf8f-5e8349edfd1c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2242 | 2024.09.23 18:22:10.977962 [ 3 ] {} <Debug> HTTP-Session: d5f483e3-0bd3-41d1-bf8f-5e8349edfd1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2243 | 2024.09.23 18:22:10.977981 [ 3 ] {} <Debug> HTTP-Session: d5f483e3-0bd3-41d1-bf8f-5e8349edfd1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2244 | 2024.09.23 18:22:10.978036 [ 3 ] {} <Trace> HTTP-Session: d5f483e3-0bd3-41d1-bf8f-5e8349edfd1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2245 | 2024.09.23 18:22:10.978248 [ 3 ] {bfad473a-da73-4cf8-945a-eea123437d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2246 | 2024.09.23 18:22:10.978316 [ 3 ] {bfad473a-da73-4cf8-945a-eea123437d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2247 | 2024.09.23 18:22:10.978651 [ 3 ] {bfad473a-da73-4cf8-945a-eea123437d8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2248 | 2024.09.23 18:22:10.979119 [ 3 ] {bfad473a-da73-4cf8-945a-eea123437d8e} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2249 | 2024.09.23 18:22:10.979165 [ 3 ] {bfad473a-da73-4cf8-945a-eea123437d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2250 | 2024.09.23 18:22:10.979588 [ 3 ] {bfad473a-da73-4cf8-945a-eea123437d8e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2251 | 2024.09.23 18:22:10.979977 [ 3 ] {bfad473a-da73-4cf8-945a-eea123437d8e} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2252 | 2024.09.23 18:22:10.980160 [ 3 ] {bfad473a-da73-4cf8-945a-eea123437d8e} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.00197 sec., 15228.426395939086 rows/sec., 1.19 MiB/sec. | ||
2253 | 2024.09.23 18:22:10.980409 [ 3 ] {bfad473a-da73-4cf8-945a-eea123437d8e} <Debug> DynamicQueryHandler: Done processing query | ||
2254 | 2024.09.23 18:22:10.980436 [ 3 ] {bfad473a-da73-4cf8-945a-eea123437d8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2255 | 2024.09.23 18:22:10.980453 [ 3 ] {} <Debug> HTTP-Session: d5f483e3-0bd3-41d1-bf8f-5e8349edfd1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2256 | 2024.09.23 18:22:10.980587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 6146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2257 | 2024.09.23 18:22:10.980646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2258 | 2024.09.23 18:22:10.980666 [ 3 ] {} <Debug> HTTP-Session: 39c4d5a0-c12e-428c-94c6-a569710de352 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2259 | 2024.09.23 18:22:10.980684 [ 3 ] {} <Debug> HTTP-Session: 39c4d5a0-c12e-428c-94c6-a569710de352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2260 | 2024.09.23 18:22:10.980699 [ 3 ] {} <Debug> HTTP-Session: 39c4d5a0-c12e-428c-94c6-a569710de352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2261 | 2024.09.23 18:22:10.980736 [ 3 ] {} <Trace> HTTP-Session: 39c4d5a0-c12e-428c-94c6-a569710de352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2262 | 2024.09.23 18:22:10.980856 [ 3 ] {253320d9-1ea2-4463-93f6-2726eb215188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2263 | 2024.09.23 18:22:10.980904 [ 3 ] {253320d9-1ea2-4463-93f6-2726eb215188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2264 | 2024.09.23 18:22:10.981142 [ 3 ] {253320d9-1ea2-4463-93f6-2726eb215188} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2265 | 2024.09.23 18:22:10.981504 [ 3 ] {253320d9-1ea2-4463-93f6-2726eb215188} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2266 | 2024.09.23 18:22:10.981542 [ 3 ] {253320d9-1ea2-4463-93f6-2726eb215188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2267 | 2024.09.23 18:22:10.981907 [ 3 ] {253320d9-1ea2-4463-93f6-2726eb215188} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2268 | 2024.09.23 18:22:10.982272 [ 3 ] {253320d9-1ea2-4463-93f6-2726eb215188} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2269 | 2024.09.23 18:22:10.982431 [ 3 ] {253320d9-1ea2-4463-93f6-2726eb215188} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001614 sec., 22304.832713754648 rows/sec., 1.74 MiB/sec. | ||
2270 | 2024.09.23 18:22:10.982608 [ 3 ] {253320d9-1ea2-4463-93f6-2726eb215188} <Debug> DynamicQueryHandler: Done processing query | ||
2271 | 2024.09.23 18:22:10.982632 [ 3 ] {253320d9-1ea2-4463-93f6-2726eb215188} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2272 | 2024.09.23 18:22:10.982649 [ 3 ] {} <Debug> HTTP-Session: 39c4d5a0-c12e-428c-94c6-a569710de352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2273 | 2024.09.23 18:22:10.982785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2274 | 2024.09.23 18:22:10.982837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2275 | 2024.09.23 18:22:10.982858 [ 3 ] {} <Debug> HTTP-Session: a411cfbf-9fba-4d3c-a940-590ad5b0e361 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2276 | 2024.09.23 18:22:10.982875 [ 3 ] {} <Debug> HTTP-Session: a411cfbf-9fba-4d3c-a940-590ad5b0e361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2277 | 2024.09.23 18:22:10.982890 [ 3 ] {} <Debug> HTTP-Session: a411cfbf-9fba-4d3c-a940-590ad5b0e361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2278 | 2024.09.23 18:22:10.982923 [ 3 ] {} <Trace> HTTP-Session: a411cfbf-9fba-4d3c-a940-590ad5b0e361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2279 | 2024.09.23 18:22:10.983039 [ 3 ] {9f364d08-993e-4e6e-8676-4496516f11eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2280 | 2024.09.23 18:22:10.983088 [ 3 ] {9f364d08-993e-4e6e-8676-4496516f11eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2281 | 2024.09.23 18:22:10.983234 [ 3 ] {9f364d08-993e-4e6e-8676-4496516f11eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2282 | 2024.09.23 18:22:10.983567 [ 3 ] {9f364d08-993e-4e6e-8676-4496516f11eb} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2283 | 2024.09.23 18:22:10.983604 [ 3 ] {9f364d08-993e-4e6e-8676-4496516f11eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2284 | 2024.09.23 18:22:10.984135 [ 3 ] {9f364d08-993e-4e6e-8676-4496516f11eb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2285 | 2024.09.23 18:22:10.984471 [ 3 ] {9f364d08-993e-4e6e-8676-4496516f11eb} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2286 | 2024.09.23 18:22:10.984635 [ 3 ] {9f364d08-993e-4e6e-8676-4496516f11eb} <Debug> executeQuery: Read 48 rows, 3.45 KiB in 0.001637 sec., 29321.930360415394 rows/sec., 2.06 MiB/sec. | ||
2287 | 2024.09.23 18:22:10.984807 [ 3 ] {9f364d08-993e-4e6e-8676-4496516f11eb} <Debug> DynamicQueryHandler: Done processing query | ||
2288 | 2024.09.23 18:22:10.984832 [ 3 ] {9f364d08-993e-4e6e-8676-4496516f11eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2289 | 2024.09.23 18:22:10.984848 [ 3 ] {} <Debug> HTTP-Session: a411cfbf-9fba-4d3c-a940-590ad5b0e361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2290 | 2024.09.23 18:22:10.984986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3653, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2291 | 2024.09.23 18:22:10.985038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2292 | 2024.09.23 18:22:10.985058 [ 3 ] {} <Debug> HTTP-Session: 453c65b4-979f-4278-b5fd-ed4657dbeabc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2293 | 2024.09.23 18:22:10.985075 [ 3 ] {} <Debug> HTTP-Session: 453c65b4-979f-4278-b5fd-ed4657dbeabc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2294 | 2024.09.23 18:22:10.985089 [ 3 ] {} <Debug> HTTP-Session: 453c65b4-979f-4278-b5fd-ed4657dbeabc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2295 | 2024.09.23 18:22:10.985120 [ 3 ] {} <Trace> HTTP-Session: 453c65b4-979f-4278-b5fd-ed4657dbeabc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2296 | 2024.09.23 18:22:10.985226 [ 3 ] {ba1d4751-44a0-49c7-9a24-0d04d1372209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2297 | 2024.09.23 18:22:10.985273 [ 3 ] {ba1d4751-44a0-49c7-9a24-0d04d1372209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2298 | 2024.09.23 18:22:10.985403 [ 3 ] {ba1d4751-44a0-49c7-9a24-0d04d1372209} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2299 | 2024.09.23 18:22:10.985677 [ 3 ] {ba1d4751-44a0-49c7-9a24-0d04d1372209} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2300 | 2024.09.23 18:22:10.985714 [ 3 ] {ba1d4751-44a0-49c7-9a24-0d04d1372209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2301 | 2024.09.23 18:22:10.986074 [ 3 ] {ba1d4751-44a0-49c7-9a24-0d04d1372209} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2302 | 2024.09.23 18:22:10.986402 [ 3 ] {ba1d4751-44a0-49c7-9a24-0d04d1372209} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2303 | 2024.09.23 18:22:10.986555 [ 3 ] {ba1d4751-44a0-49c7-9a24-0d04d1372209} <Debug> executeQuery: Read 24 rows, 1.63 KiB in 0.001351 sec., 17764.61880088823 rows/sec., 1.18 MiB/sec. | ||
2304 | 2024.09.23 18:22:10.986722 [ 3 ] {ba1d4751-44a0-49c7-9a24-0d04d1372209} <Debug> DynamicQueryHandler: Done processing query | ||
2305 | 2024.09.23 18:22:10.986749 [ 3 ] {ba1d4751-44a0-49c7-9a24-0d04d1372209} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2306 | 2024.09.23 18:22:10.986764 [ 3 ] {} <Debug> HTTP-Session: 453c65b4-979f-4278-b5fd-ed4657dbeabc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2307 | 2024.09.23 18:22:12.290425 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2308 | 2024.09.23 18:22:12.290481 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2309 | 2024.09.23 18:22:15.982836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2310 | 2024.09.23 18:22:15.983023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2311 | 2024.09.23 18:22:15.983065 [ 3 ] {} <Debug> HTTP-Session: 0501d1e3-d48f-4596-9632-adce1760104c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2312 | 2024.09.23 18:22:15.983104 [ 3 ] {} <Debug> HTTP-Session: 0501d1e3-d48f-4596-9632-adce1760104c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2313 | 2024.09.23 18:22:15.983131 [ 3 ] {} <Debug> HTTP-Session: 0501d1e3-d48f-4596-9632-adce1760104c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2314 | 2024.09.23 18:22:15.983206 [ 3 ] {} <Trace> HTTP-Session: 0501d1e3-d48f-4596-9632-adce1760104c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2315 | 2024.09.23 18:22:15.983481 [ 3 ] {6df37322-67ec-4a96-b082-7e01cdcf2e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2316 | 2024.09.23 18:22:15.983549 [ 3 ] {6df37322-67ec-4a96-b082-7e01cdcf2e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2317 | 2024.09.23 18:22:15.983875 [ 3 ] {6df37322-67ec-4a96-b082-7e01cdcf2e72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2318 | 2024.09.23 18:22:15.984385 [ 3 ] {6df37322-67ec-4a96-b082-7e01cdcf2e72} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2319 | 2024.09.23 18:22:15.984428 [ 3 ] {6df37322-67ec-4a96-b082-7e01cdcf2e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2320 | 2024.09.23 18:22:15.984853 [ 3 ] {6df37322-67ec-4a96-b082-7e01cdcf2e72} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2321 | 2024.09.23 18:22:15.985235 [ 3 ] {6df37322-67ec-4a96-b082-7e01cdcf2e72} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2322 | 2024.09.23 18:22:15.985389 [ 3 ] {6df37322-67ec-4a96-b082-7e01cdcf2e72} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.15 MiB/sec. | ||
2323 | 2024.09.23 18:22:15.985605 [ 3 ] {6df37322-67ec-4a96-b082-7e01cdcf2e72} <Debug> DynamicQueryHandler: Done processing query | ||
2324 | 2024.09.23 18:22:15.985632 [ 3 ] {6df37322-67ec-4a96-b082-7e01cdcf2e72} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2325 | 2024.09.23 18:22:15.985648 [ 3 ] {} <Debug> HTTP-Session: 0501d1e3-d48f-4596-9632-adce1760104c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2326 | 2024.09.23 18:22:15.985812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2327 | 2024.09.23 18:22:15.985863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2328 | 2024.09.23 18:22:15.985883 [ 3 ] {} <Debug> HTTP-Session: 1a122ce0-1cb6-485e-9df8-ccf7cde5f3e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2329 | 2024.09.23 18:22:15.985900 [ 3 ] {} <Debug> HTTP-Session: 1a122ce0-1cb6-485e-9df8-ccf7cde5f3e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2330 | 2024.09.23 18:22:15.985915 [ 3 ] {} <Debug> HTTP-Session: 1a122ce0-1cb6-485e-9df8-ccf7cde5f3e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2331 | 2024.09.23 18:22:15.985946 [ 3 ] {} <Trace> HTTP-Session: 1a122ce0-1cb6-485e-9df8-ccf7cde5f3e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2332 | 2024.09.23 18:22:15.986064 [ 3 ] {50aae041-d643-430e-aa65-ed0f957d32ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2333 | 2024.09.23 18:22:15.986108 [ 3 ] {50aae041-d643-430e-aa65-ed0f957d32ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2334 | 2024.09.23 18:22:15.986336 [ 3 ] {50aae041-d643-430e-aa65-ed0f957d32ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2335 | 2024.09.23 18:22:15.986737 [ 3 ] {50aae041-d643-430e-aa65-ed0f957d32ff} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2336 | 2024.09.23 18:22:15.986776 [ 3 ] {50aae041-d643-430e-aa65-ed0f957d32ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2337 | 2024.09.23 18:22:15.987135 [ 3 ] {50aae041-d643-430e-aa65-ed0f957d32ff} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2338 | 2024.09.23 18:22:15.987495 [ 3 ] {50aae041-d643-430e-aa65-ed0f957d32ff} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2339 | 2024.09.23 18:22:15.987650 [ 3 ] {50aae041-d643-430e-aa65-ed0f957d32ff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001627 sec., 39336.20159803319 rows/sec., 3.07 MiB/sec. | ||
2340 | 2024.09.23 18:22:15.987829 [ 3 ] {50aae041-d643-430e-aa65-ed0f957d32ff} <Debug> DynamicQueryHandler: Done processing query | ||
2341 | 2024.09.23 18:22:15.987855 [ 3 ] {50aae041-d643-430e-aa65-ed0f957d32ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2342 | 2024.09.23 18:22:15.987871 [ 3 ] {} <Debug> HTTP-Session: 1a122ce0-1cb6-485e-9df8-ccf7cde5f3e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2343 | 2024.09.23 18:22:15.988076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2344 | 2024.09.23 18:22:15.988127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2345 | 2024.09.23 18:22:15.988147 [ 3 ] {} <Debug> HTTP-Session: 3eedb53f-1c2b-4d10-b149-0cc3803ef093 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2346 | 2024.09.23 18:22:15.988164 [ 3 ] {} <Debug> HTTP-Session: 3eedb53f-1c2b-4d10-b149-0cc3803ef093 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2347 | 2024.09.23 18:22:15.988178 [ 3 ] {} <Debug> HTTP-Session: 3eedb53f-1c2b-4d10-b149-0cc3803ef093 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2348 | 2024.09.23 18:22:15.988209 [ 3 ] {} <Trace> HTTP-Session: 3eedb53f-1c2b-4d10-b149-0cc3803ef093 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2349 | 2024.09.23 18:22:15.988351 [ 3 ] {c686a692-3c60-46cb-8b3a-c08c0e8e546d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2350 | 2024.09.23 18:22:15.988399 [ 3 ] {c686a692-3c60-46cb-8b3a-c08c0e8e546d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2351 | 2024.09.23 18:22:15.988543 [ 3 ] {c686a692-3c60-46cb-8b3a-c08c0e8e546d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2352 | 2024.09.23 18:22:15.988951 [ 3 ] {c686a692-3c60-46cb-8b3a-c08c0e8e546d} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2353 | 2024.09.23 18:22:15.988989 [ 3 ] {c686a692-3c60-46cb-8b3a-c08c0e8e546d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2354 | 2024.09.23 18:22:15.989373 [ 3 ] {c686a692-3c60-46cb-8b3a-c08c0e8e546d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2355 | 2024.09.23 18:22:15.989719 [ 3 ] {c686a692-3c60-46cb-8b3a-c08c0e8e546d} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2356 | 2024.09.23 18:22:15.989872 [ 3 ] {c686a692-3c60-46cb-8b3a-c08c0e8e546d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
2357 | 2024.09.23 18:22:15.990045 [ 3 ] {c686a692-3c60-46cb-8b3a-c08c0e8e546d} <Debug> DynamicQueryHandler: Done processing query | ||
2358 | 2024.09.23 18:22:15.990071 [ 3 ] {c686a692-3c60-46cb-8b3a-c08c0e8e546d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2359 | 2024.09.23 18:22:15.990088 [ 3 ] {} <Debug> HTTP-Session: 3eedb53f-1c2b-4d10-b149-0cc3803ef093 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2360 | 2024.09.23 18:22:15.990224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2361 | 2024.09.23 18:22:15.990274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2362 | 2024.09.23 18:22:15.990294 [ 3 ] {} <Debug> HTTP-Session: f78f24b8-8d7d-43ec-b508-ac64f3df6e15 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2363 | 2024.09.23 18:22:15.990311 [ 3 ] {} <Debug> HTTP-Session: f78f24b8-8d7d-43ec-b508-ac64f3df6e15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2364 | 2024.09.23 18:22:15.990325 [ 3 ] {} <Debug> HTTP-Session: f78f24b8-8d7d-43ec-b508-ac64f3df6e15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2365 | 2024.09.23 18:22:15.990355 [ 3 ] {} <Trace> HTTP-Session: f78f24b8-8d7d-43ec-b508-ac64f3df6e15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2366 | 2024.09.23 18:22:15.990490 [ 3 ] {d59663d9-ad5b-4c5d-8b4b-d12b385e7350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2367 | 2024.09.23 18:22:15.990536 [ 3 ] {d59663d9-ad5b-4c5d-8b4b-d12b385e7350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2368 | 2024.09.23 18:22:15.990666 [ 3 ] {d59663d9-ad5b-4c5d-8b4b-d12b385e7350} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2369 | 2024.09.23 18:22:15.991042 [ 3 ] {d59663d9-ad5b-4c5d-8b4b-d12b385e7350} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2370 | 2024.09.23 18:22:15.991080 [ 3 ] {d59663d9-ad5b-4c5d-8b4b-d12b385e7350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2371 | 2024.09.23 18:22:15.991441 [ 3 ] {d59663d9-ad5b-4c5d-8b4b-d12b385e7350} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2372 | 2024.09.23 18:22:15.991769 [ 3 ] {d59663d9-ad5b-4c5d-8b4b-d12b385e7350} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2373 | 2024.09.23 18:22:15.991918 [ 3 ] {d59663d9-ad5b-4c5d-8b4b-d12b385e7350} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec. | ||
2374 | 2024.09.23 18:22:15.992087 [ 3 ] {d59663d9-ad5b-4c5d-8b4b-d12b385e7350} <Debug> DynamicQueryHandler: Done processing query | ||
2375 | 2024.09.23 18:22:15.992111 [ 3 ] {d59663d9-ad5b-4c5d-8b4b-d12b385e7350} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2376 | 2024.09.23 18:22:15.992128 [ 3 ] {} <Debug> HTTP-Session: f78f24b8-8d7d-43ec-b508-ac64f3df6e15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2377 | 2024.09.23 18:22:20.984627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2378 | 2024.09.23 18:22:20.984816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2379 | 2024.09.23 18:22:20.984862 [ 3 ] {} <Debug> HTTP-Session: 887d0440-4633-4f78-bd04-de478fbb434e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2380 | 2024.09.23 18:22:20.984903 [ 3 ] {} <Debug> HTTP-Session: 887d0440-4633-4f78-bd04-de478fbb434e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2381 | 2024.09.23 18:22:20.984932 [ 3 ] {} <Debug> HTTP-Session: 887d0440-4633-4f78-bd04-de478fbb434e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2382 | 2024.09.23 18:22:20.985012 [ 3 ] {} <Trace> HTTP-Session: 887d0440-4633-4f78-bd04-de478fbb434e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2383 | 2024.09.23 18:22:20.985415 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2384 | 2024.09.23 18:22:20.985876 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2385 | 2024.09.23 18:22:20.985928 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2386 | 2024.09.23 18:22:20.986285 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2387 | 2024.09.23 18:22:20.986371 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2388 | 2024.09.23 18:22:20.986544 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2389 | 2024.09.23 18:22:20.986748 [ 256 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2390 | 2024.09.23 18:22:20.986754 [ 259 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2391 | 2024.09.23 18:22:20.986800 [ 261 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2392 | 2024.09.23 18:22:20.986976 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
2393 | 2024.09.23 18:22:20.987009 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2394 | 2024.09.23 18:22:20.987126 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2395 | 2024.09.23 18:22:20.987150 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2396 | 2024.09.23 18:22:20.987194 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2397 | 2024.09.23 18:22:20.987243 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2398 | 2024.09.23 18:22:20.987284 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <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', 'dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2399 | 2024.09.23 18:22:20.989383 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.004175 sec., 8622.754491017964 rows/sec., 321.15 KiB/sec. | ||
2400 | 2024.09.23 18:22:20.989757 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Debug> DynamicQueryHandler: Done processing query | ||
2401 | 2024.09.23 18:22:20.989784 [ 3 ] {73f20266-ef2b-4257-b114-7f20c5a6c491} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2402 | 2024.09.23 18:22:20.989803 [ 3 ] {} <Debug> HTTP-Session: 887d0440-4633-4f78-bd04-de478fbb434e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2403 | 2024.09.23 18:22:20.991163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1325, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2404 | 2024.09.23 18:22:20.991223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2405 | 2024.09.23 18:22:20.991244 [ 3 ] {} <Debug> HTTP-Session: 94dace62-f1df-4860-b89d-1dfab02a053c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2406 | 2024.09.23 18:22:20.991263 [ 3 ] {} <Debug> HTTP-Session: 94dace62-f1df-4860-b89d-1dfab02a053c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2407 | 2024.09.23 18:22:20.991278 [ 3 ] {} <Debug> HTTP-Session: 94dace62-f1df-4860-b89d-1dfab02a053c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2408 | 2024.09.23 18:22:20.991314 [ 3 ] {} <Trace> HTTP-Session: 94dace62-f1df-4860-b89d-1dfab02a053c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2409 | 2024.09.23 18:22:20.991486 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2410 | 2024.09.23 18:22:20.991791 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2411 | 2024.09.23 18:22:20.991840 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2412 | 2024.09.23 18:22:20.992157 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2413 | 2024.09.23 18:22:20.992223 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2414 | 2024.09.23 18:22:20.992369 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2415 | 2024.09.23 18:22:20.992492 [ 254 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2416 | 2024.09.23 18:22:20.992518 [ 260 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2417 | 2024.09.23 18:22:20.992529 [ 257 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2418 | 2024.09.23 18:22:20.992671 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
2419 | 2024.09.23 18:22:20.992701 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2420 | 2024.09.23 18:22:20.992807 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2421 | 2024.09.23 18:22:20.992829 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2422 | 2024.09.23 18:22:20.992868 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2423 | 2024.09.23 18:22:20.992919 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2424 | 2024.09.23 18:22:20.992958 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2425 | 2024.09.23 18:22:20.994876 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003478 sec., 10350.776308223116 rows/sec., 385.51 KiB/sec. | ||
2426 | 2024.09.23 18:22:20.995215 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Debug> DynamicQueryHandler: Done processing query | ||
2427 | 2024.09.23 18:22:20.995248 [ 3 ] {4706ed5e-565d-4fdc-9eb4-a211643a03a5} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2428 | 2024.09.23 18:22:20.995266 [ 3 ] {} <Debug> HTTP-Session: 94dace62-f1df-4860-b89d-1dfab02a053c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2429 | 2024.09.23 18:22:20.995578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2430 | 2024.09.23 18:22:20.995628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2431 | 2024.09.23 18:22:20.995647 [ 3 ] {} <Debug> HTTP-Session: 065dc1ff-85fb-4835-978d-e29c2264179b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2432 | 2024.09.23 18:22:20.995665 [ 3 ] {} <Debug> HTTP-Session: 065dc1ff-85fb-4835-978d-e29c2264179b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2433 | 2024.09.23 18:22:20.995680 [ 3 ] {} <Debug> HTTP-Session: 065dc1ff-85fb-4835-978d-e29c2264179b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2434 | 2024.09.23 18:22:20.995715 [ 3 ] {} <Trace> HTTP-Session: 065dc1ff-85fb-4835-978d-e29c2264179b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2435 | 2024.09.23 18:22:20.995873 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2436 | 2024.09.23 18:22:20.996176 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2437 | 2024.09.23 18:22:20.996225 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2438 | 2024.09.23 18:22:20.996542 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2439 | 2024.09.23 18:22:20.996607 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2440 | 2024.09.23 18:22:20.996747 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2441 | 2024.09.23 18:22:20.996861 [ 260 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2442 | 2024.09.23 18:22:20.996903 [ 257 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2443 | 2024.09.23 18:22:20.996911 [ 254 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2444 | 2024.09.23 18:22:20.997036 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
2445 | 2024.09.23 18:22:20.997066 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2446 | 2024.09.23 18:22:20.997168 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2447 | 2024.09.23 18:22:20.997191 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2448 | 2024.09.23 18:22:20.997231 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2449 | 2024.09.23 18:22:20.997276 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2450 | 2024.09.23 18:22:20.997315 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2451 | 2024.09.23 18:22:20.998978 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003184 sec., 11306.532663316582 rows/sec., 421.11 KiB/sec. | ||
2452 | 2024.09.23 18:22:20.999308 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Debug> DynamicQueryHandler: Done processing query | ||
2453 | 2024.09.23 18:22:20.999333 [ 3 ] {4b97d2a2-6007-4f71-a7af-c1d3da7a33ca} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2454 | 2024.09.23 18:22:20.999350 [ 3 ] {} <Debug> HTTP-Session: 065dc1ff-85fb-4835-978d-e29c2264179b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2455 | 2024.09.23 18:22:20.999607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1400, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2456 | 2024.09.23 18:22:20.999682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2457 | 2024.09.23 18:22:20.999703 [ 3 ] {} <Debug> HTTP-Session: b08c51c8-5b79-417f-a4d3-2f6daab7a5c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2458 | 2024.09.23 18:22:20.999720 [ 3 ] {} <Debug> HTTP-Session: b08c51c8-5b79-417f-a4d3-2f6daab7a5c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2459 | 2024.09.23 18:22:20.999734 [ 3 ] {} <Debug> HTTP-Session: b08c51c8-5b79-417f-a4d3-2f6daab7a5c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2460 | 2024.09.23 18:22:20.999766 [ 3 ] {} <Trace> HTTP-Session: b08c51c8-5b79-417f-a4d3-2f6daab7a5c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2461 | 2024.09.23 18:22:20.999920 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2462 | 2024.09.23 18:22:21.000140 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.80 MiB, peak 188.35 MiB, free memory in arenas 0.00 B, will set to 179.71 MiB (RSS), difference: -1.09 MiB | ||
2463 | 2024.09.23 18:22:21.000481 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2464 | 2024.09.23 18:22:21.000610 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2465 | 2024.09.23 18:22:21.001130 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2466 | 2024.09.23 18:22:21.001195 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2467 | 2024.09.23 18:22:21.001336 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2468 | 2024.09.23 18:22:21.001465 [ 257 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2469 | 2024.09.23 18:22:21.001490 [ 260 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2470 | 2024.09.23 18:22:21.001505 [ 254 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2471 | 2024.09.23 18:22:21.001648 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
2472 | 2024.09.23 18:22:21.001680 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2473 | 2024.09.23 18:22:21.001785 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2474 | 2024.09.23 18:22:21.001806 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2475 | 2024.09.23 18:22:21.001846 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2476 | 2024.09.23 18:22:21.001889 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2477 | 2024.09.23 18:22:21.001927 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2478 | 2024.09.23 18:22:21.003676 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003834 sec., 9389.671361502347 rows/sec., 349.72 KiB/sec. | ||
2479 | 2024.09.23 18:22:21.004027 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Debug> DynamicQueryHandler: Done processing query | ||
2480 | 2024.09.23 18:22:21.004052 [ 3 ] {2e84701b-6397-42af-8463-c4ce9ff52f6c} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
2481 | 2024.09.23 18:22:21.004068 [ 3 ] {} <Debug> HTTP-Session: b08c51c8-5b79-417f-a4d3-2f6daab7a5c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2482 | 2024.09.23 18:22:21.004698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2483 | 2024.09.23 18:22:21.004749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2484 | 2024.09.23 18:22:21.004768 [ 3 ] {} <Debug> HTTP-Session: a62b539f-5f6a-4f02-9e24-fef6b2ac8b6a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2485 | 2024.09.23 18:22:21.004785 [ 3 ] {} <Debug> HTTP-Session: a62b539f-5f6a-4f02-9e24-fef6b2ac8b6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2486 | 2024.09.23 18:22:21.004800 [ 3 ] {} <Debug> HTTP-Session: a62b539f-5f6a-4f02-9e24-fef6b2ac8b6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2487 | 2024.09.23 18:22:21.004831 [ 3 ] {} <Trace> HTTP-Session: a62b539f-5f6a-4f02-9e24-fef6b2ac8b6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2488 | 2024.09.23 18:22:21.004986 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2489 | 2024.09.23 18:22:21.005282 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2490 | 2024.09.23 18:22:21.005332 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2491 | 2024.09.23 18:22:21.005657 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2492 | 2024.09.23 18:22:21.005723 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2493 | 2024.09.23 18:22:21.005863 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
2494 | 2024.09.23 18:22:21.006007 [ 260 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2495 | 2024.09.23 18:22:21.006022 [ 263 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2496 | 2024.09.23 18:22:21.006034 [ 254 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2497 | 2024.09.23 18:22:21.006170 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
2498 | 2024.09.23 18:22:21.006200 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2499 | 2024.09.23 18:22:21.006304 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2500 | 2024.09.23 18:22:21.006326 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
2501 | 2024.09.23 18:22:21.006366 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2502 | 2024.09.23 18:22:21.006409 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2503 | 2024.09.23 18:22:21.006449 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2504 | 2024.09.23 18:22:21.008012 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Debug> executeQuery: Read 36 rows, 1.34 KiB in 0.003107 sec., 11586.739620212424 rows/sec., 431.55 KiB/sec. | ||
2505 | 2024.09.23 18:22:21.008337 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Debug> DynamicQueryHandler: Done processing query | ||
2506 | 2024.09.23 18:22:21.008362 [ 3 ] {2eeeda76-be60-4134-95f7-2c510319ffd2} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
2507 | 2024.09.23 18:22:21.008380 [ 3 ] {} <Debug> HTTP-Session: a62b539f-5f6a-4f02-9e24-fef6b2ac8b6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2508 | 2024.09.23 18:22:21.011714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2509 | 2024.09.23 18:22:21.011764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2510 | 2024.09.23 18:22:21.011784 [ 3 ] {} <Debug> HTTP-Session: 4ae70bb0-4c8e-4c8d-b094-5b3c04100d33 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2511 | 2024.09.23 18:22:21.011801 [ 3 ] {} <Debug> HTTP-Session: 4ae70bb0-4c8e-4c8d-b094-5b3c04100d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2512 | 2024.09.23 18:22:21.011815 [ 3 ] {} <Debug> HTTP-Session: 4ae70bb0-4c8e-4c8d-b094-5b3c04100d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2513 | 2024.09.23 18:22:21.011846 [ 3 ] {} <Trace> HTTP-Session: 4ae70bb0-4c8e-4c8d-b094-5b3c04100d33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2514 | 2024.09.23 18:22:21.011960 [ 3 ] {e788ba60-d284-4436-a3ab-e69ef2c50954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2515 | 2024.09.23 18:22:21.012005 [ 3 ] {e788ba60-d284-4436-a3ab-e69ef2c50954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2516 | 2024.09.23 18:22:21.012170 [ 3 ] {e788ba60-d284-4436-a3ab-e69ef2c50954} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2517 | 2024.09.23 18:22:21.012518 [ 3 ] {e788ba60-d284-4436-a3ab-e69ef2c50954} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2518 | 2024.09.23 18:22:21.012558 [ 3 ] {e788ba60-d284-4436-a3ab-e69ef2c50954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2519 | 2024.09.23 18:22:21.013048 [ 3 ] {e788ba60-d284-4436-a3ab-e69ef2c50954} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2520 | 2024.09.23 18:22:21.013377 [ 3 ] {e788ba60-d284-4436-a3ab-e69ef2c50954} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2521 | 2024.09.23 18:22:21.013530 [ 3 ] {e788ba60-d284-4436-a3ab-e69ef2c50954} <Debug> executeQuery: Read 5 rows, 539.00 B in 0.001605 sec., 3115.264797507788 rows/sec., 327.95 KiB/sec. | ||
2522 | 2024.09.23 18:22:21.013998 [ 3 ] {e788ba60-d284-4436-a3ab-e69ef2c50954} <Debug> DynamicQueryHandler: Done processing query | ||
2523 | 2024.09.23 18:22:21.014023 [ 3 ] {e788ba60-d284-4436-a3ab-e69ef2c50954} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2524 | 2024.09.23 18:22:21.014039 [ 3 ] {} <Debug> HTTP-Session: 4ae70bb0-4c8e-4c8d-b094-5b3c04100d33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2525 | 2024.09.23 18:22:21.014234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 35636, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2526 | 2024.09.23 18:22:21.014284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2527 | 2024.09.23 18:22:21.014303 [ 3 ] {} <Debug> HTTP-Session: 2b5b4fe9-b1e0-49e5-838b-6f1d7f4f142d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2528 | 2024.09.23 18:22:21.014320 [ 3 ] {} <Debug> HTTP-Session: 2b5b4fe9-b1e0-49e5-838b-6f1d7f4f142d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2529 | 2024.09.23 18:22:21.014334 [ 3 ] {} <Debug> HTTP-Session: 2b5b4fe9-b1e0-49e5-838b-6f1d7f4f142d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2530 | 2024.09.23 18:22:21.014364 [ 3 ] {} <Trace> HTTP-Session: 2b5b4fe9-b1e0-49e5-838b-6f1d7f4f142d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2531 | 2024.09.23 18:22:21.014525 [ 3 ] {6c8c804a-0eab-4fe5-a8dd-b52876e708be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2532 | 2024.09.23 18:22:21.014570 [ 3 ] {6c8c804a-0eab-4fe5-a8dd-b52876e708be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2533 | 2024.09.23 18:22:21.014817 [ 3 ] {6c8c804a-0eab-4fe5-a8dd-b52876e708be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2534 | 2024.09.23 18:22:21.015298 [ 3 ] {6c8c804a-0eab-4fe5-a8dd-b52876e708be} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2535 | 2024.09.23 18:22:21.015337 [ 3 ] {6c8c804a-0eab-4fe5-a8dd-b52876e708be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2536 | 2024.09.23 18:22:21.015722 [ 3 ] {6c8c804a-0eab-4fe5-a8dd-b52876e708be} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2537 | 2024.09.23 18:22:21.016076 [ 3 ] {6c8c804a-0eab-4fe5-a8dd-b52876e708be} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2538 | 2024.09.23 18:22:21.016198 [ 3 ] {6c8c804a-0eab-4fe5-a8dd-b52876e708be} <Debug> executeQuery: Read 236 rows, 21.27 KiB in 0.001751 sec., 134780.12564249002 rows/sec., 11.86 MiB/sec. | ||
2539 | 2024.09.23 18:22:21.016370 [ 3 ] {6c8c804a-0eab-4fe5-a8dd-b52876e708be} <Debug> DynamicQueryHandler: Done processing query | ||
2540 | 2024.09.23 18:22:21.016394 [ 3 ] {6c8c804a-0eab-4fe5-a8dd-b52876e708be} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2541 | 2024.09.23 18:22:21.016410 [ 3 ] {} <Debug> HTTP-Session: 2b5b4fe9-b1e0-49e5-838b-6f1d7f4f142d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2542 | 2024.09.23 18:22:21.016548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2543 | 2024.09.23 18:22:21.016597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2544 | 2024.09.23 18:22:21.016617 [ 3 ] {} <Debug> HTTP-Session: b5c16603-94a4-4227-883a-cb102ea30896 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2545 | 2024.09.23 18:22:21.016633 [ 3 ] {} <Debug> HTTP-Session: b5c16603-94a4-4227-883a-cb102ea30896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2546 | 2024.09.23 18:22:21.016646 [ 3 ] {} <Debug> HTTP-Session: b5c16603-94a4-4227-883a-cb102ea30896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2547 | 2024.09.23 18:22:21.016677 [ 3 ] {} <Trace> HTTP-Session: b5c16603-94a4-4227-883a-cb102ea30896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2548 | 2024.09.23 18:22:21.016778 [ 3 ] {6a1de269-6dc9-40e5-a309-f763d3299c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2549 | 2024.09.23 18:22:21.016821 [ 3 ] {6a1de269-6dc9-40e5-a309-f763d3299c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2550 | 2024.09.23 18:22:21.017066 [ 3 ] {6a1de269-6dc9-40e5-a309-f763d3299c44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2551 | 2024.09.23 18:22:21.017448 [ 3 ] {6a1de269-6dc9-40e5-a309-f763d3299c44} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2552 | 2024.09.23 18:22:21.017481 [ 3 ] {6a1de269-6dc9-40e5-a309-f763d3299c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2553 | 2024.09.23 18:22:21.017830 [ 3 ] {6a1de269-6dc9-40e5-a309-f763d3299c44} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2554 | 2024.09.23 18:22:21.018178 [ 3 ] {6a1de269-6dc9-40e5-a309-f763d3299c44} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2555 | 2024.09.23 18:22:21.018320 [ 3 ] {6a1de269-6dc9-40e5-a309-f763d3299c44} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001555 sec., 14790.996784565918 rows/sec., 1.09 MiB/sec. | ||
2556 | 2024.09.23 18:22:21.018725 [ 3 ] {6a1de269-6dc9-40e5-a309-f763d3299c44} <Debug> DynamicQueryHandler: Done processing query | ||
2557 | 2024.09.23 18:22:21.018750 [ 3 ] {6a1de269-6dc9-40e5-a309-f763d3299c44} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2558 | 2024.09.23 18:22:21.018766 [ 3 ] {} <Debug> HTTP-Session: b5c16603-94a4-4227-883a-cb102ea30896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2559 | 2024.09.23 18:22:21.018882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2560 | 2024.09.23 18:22:21.018930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2561 | 2024.09.23 18:22:21.018949 [ 3 ] {} <Debug> HTTP-Session: 2464c435-7e3d-4a0f-a8e3-4b288043aa9f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2562 | 2024.09.23 18:22:21.018965 [ 3 ] {} <Debug> HTTP-Session: 2464c435-7e3d-4a0f-a8e3-4b288043aa9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2563 | 2024.09.23 18:22:21.018979 [ 3 ] {} <Debug> HTTP-Session: 2464c435-7e3d-4a0f-a8e3-4b288043aa9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2564 | 2024.09.23 18:22:21.019011 [ 3 ] {} <Trace> HTTP-Session: 2464c435-7e3d-4a0f-a8e3-4b288043aa9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2565 | 2024.09.23 18:22:21.019111 [ 3 ] {9faefa8a-a424-4a04-bc3f-8217394b0e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2566 | 2024.09.23 18:22:21.019154 [ 3 ] {9faefa8a-a424-4a04-bc3f-8217394b0e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2567 | 2024.09.23 18:22:21.019395 [ 3 ] {9faefa8a-a424-4a04-bc3f-8217394b0e0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2568 | 2024.09.23 18:22:21.019704 [ 3 ] {9faefa8a-a424-4a04-bc3f-8217394b0e0f} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2569 | 2024.09.23 18:22:21.019740 [ 3 ] {9faefa8a-a424-4a04-bc3f-8217394b0e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2570 | 2024.09.23 18:22:21.020081 [ 3 ] {9faefa8a-a424-4a04-bc3f-8217394b0e0f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2571 | 2024.09.23 18:22:21.020449 [ 3 ] {9faefa8a-a424-4a04-bc3f-8217394b0e0f} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2572 | 2024.09.23 18:22:21.020581 [ 3 ] {9faefa8a-a424-4a04-bc3f-8217394b0e0f} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001497 sec., 10020.040080160321 rows/sec., 699.32 KiB/sec. | ||
2573 | 2024.09.23 18:22:21.021021 [ 3 ] {9faefa8a-a424-4a04-bc3f-8217394b0e0f} <Debug> DynamicQueryHandler: Done processing query | ||
2574 | 2024.09.23 18:22:21.021047 [ 3 ] {9faefa8a-a424-4a04-bc3f-8217394b0e0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2575 | 2024.09.23 18:22:21.021062 [ 3 ] {} <Debug> HTTP-Session: 2464c435-7e3d-4a0f-a8e3-4b288043aa9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2576 | 2024.09.23 18:22:21.021181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2577 | 2024.09.23 18:22:21.021230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2578 | 2024.09.23 18:22:21.021248 [ 3 ] {} <Debug> HTTP-Session: 0e6f44f0-c4ba-4232-af4a-dc4a9cf74ca4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2579 | 2024.09.23 18:22:21.021265 [ 3 ] {} <Debug> HTTP-Session: 0e6f44f0-c4ba-4232-af4a-dc4a9cf74ca4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2580 | 2024.09.23 18:22:21.021279 [ 3 ] {} <Debug> HTTP-Session: 0e6f44f0-c4ba-4232-af4a-dc4a9cf74ca4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2581 | 2024.09.23 18:22:21.021310 [ 3 ] {} <Trace> HTTP-Session: 0e6f44f0-c4ba-4232-af4a-dc4a9cf74ca4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2582 | 2024.09.23 18:22:21.021405 [ 3 ] {43d06fb2-c1ee-401d-be43-e3e08ab9b82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2583 | 2024.09.23 18:22:21.021448 [ 3 ] {43d06fb2-c1ee-401d-be43-e3e08ab9b82a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2584 | 2024.09.23 18:22:21.021682 [ 3 ] {43d06fb2-c1ee-401d-be43-e3e08ab9b82a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2585 | 2024.09.23 18:22:21.021969 [ 3 ] {43d06fb2-c1ee-401d-be43-e3e08ab9b82a} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2586 | 2024.09.23 18:22:21.022005 [ 3 ] {43d06fb2-c1ee-401d-be43-e3e08ab9b82a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2587 | 2024.09.23 18:22:21.022343 [ 3 ] {43d06fb2-c1ee-401d-be43-e3e08ab9b82a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2588 | 2024.09.23 18:22:21.022695 [ 3 ] {43d06fb2-c1ee-401d-be43-e3e08ab9b82a} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2589 | 2024.09.23 18:22:21.022829 [ 3 ] {43d06fb2-c1ee-401d-be43-e3e08ab9b82a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001451 sec., 4135.079255685734 rows/sec., 244.31 KiB/sec. | ||
2590 | 2024.09.23 18:22:21.023162 [ 3 ] {43d06fb2-c1ee-401d-be43-e3e08ab9b82a} <Debug> DynamicQueryHandler: Done processing query | ||
2591 | 2024.09.23 18:22:21.023188 [ 3 ] {43d06fb2-c1ee-401d-be43-e3e08ab9b82a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2592 | 2024.09.23 18:22:21.023203 [ 3 ] {} <Debug> HTTP-Session: 0e6f44f0-c4ba-4232-af4a-dc4a9cf74ca4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2593 | 2024.09.23 18:22:21.023452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 66910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2594 | 2024.09.23 18:22:21.023502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2595 | 2024.09.23 18:22:21.023521 [ 3 ] {} <Debug> HTTP-Session: c0f103dc-45b7-43f7-9b4b-586292f19ab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2596 | 2024.09.23 18:22:21.023539 [ 3 ] {} <Debug> HTTP-Session: c0f103dc-45b7-43f7-9b4b-586292f19ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2597 | 2024.09.23 18:22:21.023553 [ 3 ] {} <Debug> HTTP-Session: c0f103dc-45b7-43f7-9b4b-586292f19ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2598 | 2024.09.23 18:22:21.023584 [ 3 ] {} <Trace> HTTP-Session: c0f103dc-45b7-43f7-9b4b-586292f19ab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2599 | 2024.09.23 18:22:21.023793 [ 3 ] {271f3bc7-341f-4908-89fc-06c49fe64abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2600 | 2024.09.23 18:22:21.023838 [ 3 ] {271f3bc7-341f-4908-89fc-06c49fe64abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2601 | 2024.09.23 18:22:21.024076 [ 3 ] {271f3bc7-341f-4908-89fc-06c49fe64abb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2602 | 2024.09.23 18:22:21.024644 [ 3 ] {271f3bc7-341f-4908-89fc-06c49fe64abb} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2603 | 2024.09.23 18:22:21.024681 [ 3 ] {271f3bc7-341f-4908-89fc-06c49fe64abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2604 | 2024.09.23 18:22:21.025041 [ 3 ] {271f3bc7-341f-4908-89fc-06c49fe64abb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2605 | 2024.09.23 18:22:21.025386 [ 3 ] {271f3bc7-341f-4908-89fc-06c49fe64abb} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2606 | 2024.09.23 18:22:21.025517 [ 3 ] {271f3bc7-341f-4908-89fc-06c49fe64abb} <Debug> executeQuery: Read 412 rows, 30.10 KiB in 0.001843 sec., 223548.5621269669 rows/sec., 15.95 MiB/sec. | ||
2607 | 2024.09.23 18:22:21.025729 [ 3 ] {271f3bc7-341f-4908-89fc-06c49fe64abb} <Debug> DynamicQueryHandler: Done processing query | ||
2608 | 2024.09.23 18:22:21.025754 [ 3 ] {271f3bc7-341f-4908-89fc-06c49fe64abb} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
2609 | 2024.09.23 18:22:21.025769 [ 3 ] {} <Debug> HTTP-Session: c0f103dc-45b7-43f7-9b4b-586292f19ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2610 | 2024.09.23 18:22:21.025917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2611 | 2024.09.23 18:22:21.025966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2612 | 2024.09.23 18:22:21.025986 [ 3 ] {} <Debug> HTTP-Session: ef3380ae-87f3-4719-95d3-970cf0e7abd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2613 | 2024.09.23 18:22:21.026002 [ 3 ] {} <Debug> HTTP-Session: ef3380ae-87f3-4719-95d3-970cf0e7abd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2614 | 2024.09.23 18:22:21.026016 [ 3 ] {} <Debug> HTTP-Session: ef3380ae-87f3-4719-95d3-970cf0e7abd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2615 | 2024.09.23 18:22:21.026047 [ 3 ] {} <Trace> HTTP-Session: ef3380ae-87f3-4719-95d3-970cf0e7abd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2616 | 2024.09.23 18:22:21.026141 [ 3 ] {c25845b7-c663-4c57-ae65-66c2ed82d6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2617 | 2024.09.23 18:22:21.026185 [ 3 ] {c25845b7-c663-4c57-ae65-66c2ed82d6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2618 | 2024.09.23 18:22:21.026308 [ 3 ] {c25845b7-c663-4c57-ae65-66c2ed82d6d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2619 | 2024.09.23 18:22:21.026562 [ 3 ] {c25845b7-c663-4c57-ae65-66c2ed82d6d7} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2620 | 2024.09.23 18:22:21.026597 [ 3 ] {c25845b7-c663-4c57-ae65-66c2ed82d6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2621 | 2024.09.23 18:22:21.026945 [ 3 ] {c25845b7-c663-4c57-ae65-66c2ed82d6d7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2622 | 2024.09.23 18:22:21.027272 [ 3 ] {c25845b7-c663-4c57-ae65-66c2ed82d6d7} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2623 | 2024.09.23 18:22:21.027401 [ 3 ] {c25845b7-c663-4c57-ae65-66c2ed82d6d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001281 sec., 4683.840749414519 rows/sec., 244.71 KiB/sec. | ||
2624 | 2024.09.23 18:22:21.027669 [ 3 ] {c25845b7-c663-4c57-ae65-66c2ed82d6d7} <Debug> DynamicQueryHandler: Done processing query | ||
2625 | 2024.09.23 18:22:21.027695 [ 3 ] {c25845b7-c663-4c57-ae65-66c2ed82d6d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2626 | 2024.09.23 18:22:21.027710 [ 3 ] {} <Debug> HTTP-Session: ef3380ae-87f3-4719-95d3-970cf0e7abd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2627 | 2024.09.23 18:22:21.027866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2628 | 2024.09.23 18:22:21.027914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2629 | 2024.09.23 18:22:21.027933 [ 3 ] {} <Debug> HTTP-Session: f9869e2b-87db-4f02-b7f7-b1c014167473 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2630 | 2024.09.23 18:22:21.027950 [ 3 ] {} <Debug> HTTP-Session: f9869e2b-87db-4f02-b7f7-b1c014167473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2631 | 2024.09.23 18:22:21.027963 [ 3 ] {} <Debug> HTTP-Session: f9869e2b-87db-4f02-b7f7-b1c014167473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2632 | 2024.09.23 18:22:21.027993 [ 3 ] {} <Trace> HTTP-Session: f9869e2b-87db-4f02-b7f7-b1c014167473 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2633 | 2024.09.23 18:22:21.028218 [ 3 ] {f5c237f1-eef3-4673-897e-2497f69d86d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2634 | 2024.09.23 18:22:21.028264 [ 3 ] {f5c237f1-eef3-4673-897e-2497f69d86d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2635 | 2024.09.23 18:22:21.028421 [ 3 ] {f5c237f1-eef3-4673-897e-2497f69d86d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2636 | 2024.09.23 18:22:21.028857 [ 3 ] {f5c237f1-eef3-4673-897e-2497f69d86d8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2637 | 2024.09.23 18:22:21.028893 [ 3 ] {f5c237f1-eef3-4673-897e-2497f69d86d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2638 | 2024.09.23 18:22:21.029274 [ 3 ] {f5c237f1-eef3-4673-897e-2497f69d86d8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2639 | 2024.09.23 18:22:21.029611 [ 3 ] {f5c237f1-eef3-4673-897e-2497f69d86d8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2640 | 2024.09.23 18:22:21.029740 [ 3 ] {f5c237f1-eef3-4673-897e-2497f69d86d8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00166 sec., 142771.0843373494 rows/sec., 9.57 MiB/sec. | ||
2641 | 2024.09.23 18:22:21.029959 [ 3 ] {f5c237f1-eef3-4673-897e-2497f69d86d8} <Debug> DynamicQueryHandler: Done processing query | ||
2642 | 2024.09.23 18:22:21.029983 [ 3 ] {f5c237f1-eef3-4673-897e-2497f69d86d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2643 | 2024.09.23 18:22:21.029999 [ 3 ] {} <Debug> HTTP-Session: f9869e2b-87db-4f02-b7f7-b1c014167473 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2644 | 2024.09.23 18:22:21.030120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2645 | 2024.09.23 18:22:21.030170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2646 | 2024.09.23 18:22:21.030190 [ 3 ] {} <Debug> HTTP-Session: 35375699-df86-4790-942b-82b75f4ace4d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2647 | 2024.09.23 18:22:21.030206 [ 3 ] {} <Debug> HTTP-Session: 35375699-df86-4790-942b-82b75f4ace4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2648 | 2024.09.23 18:22:21.030221 [ 3 ] {} <Debug> HTTP-Session: 35375699-df86-4790-942b-82b75f4ace4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2649 | 2024.09.23 18:22:21.030251 [ 3 ] {} <Trace> HTTP-Session: 35375699-df86-4790-942b-82b75f4ace4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2650 | 2024.09.23 18:22:21.030344 [ 3 ] {a47d9a9d-9673-4f62-8641-53851669c326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2651 | 2024.09.23 18:22:21.030389 [ 3 ] {a47d9a9d-9673-4f62-8641-53851669c326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2652 | 2024.09.23 18:22:21.030516 [ 3 ] {a47d9a9d-9673-4f62-8641-53851669c326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2653 | 2024.09.23 18:22:21.030809 [ 3 ] {a47d9a9d-9673-4f62-8641-53851669c326} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2654 | 2024.09.23 18:22:21.030846 [ 3 ] {a47d9a9d-9673-4f62-8641-53851669c326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2655 | 2024.09.23 18:22:21.033158 [ 3 ] {a47d9a9d-9673-4f62-8641-53851669c326} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2656 | 2024.09.23 18:22:21.033546 [ 3 ] {a47d9a9d-9673-4f62-8641-53851669c326} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2657 | 2024.09.23 18:22:21.033675 [ 3 ] {a47d9a9d-9673-4f62-8641-53851669c326} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.003355 sec., 596.1251862891207 rows/sec., 39.00 KiB/sec. | ||
2658 | 2024.09.23 18:22:21.033840 [ 3 ] {a47d9a9d-9673-4f62-8641-53851669c326} <Debug> DynamicQueryHandler: Done processing query | ||
2659 | 2024.09.23 18:22:21.033866 [ 3 ] {a47d9a9d-9673-4f62-8641-53851669c326} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2660 | 2024.09.23 18:22:21.033886 [ 3 ] {} <Debug> HTTP-Session: 35375699-df86-4790-942b-82b75f4ace4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2661 | 2024.09.23 18:22:21.034035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37658, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2662 | 2024.09.23 18:22:21.034088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2663 | 2024.09.23 18:22:21.034110 [ 3 ] {} <Debug> HTTP-Session: e3fdea63-cd0f-4f32-9999-659a592b9134 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2664 | 2024.09.23 18:22:21.034130 [ 3 ] {} <Debug> HTTP-Session: e3fdea63-cd0f-4f32-9999-659a592b9134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2665 | 2024.09.23 18:22:21.034148 [ 3 ] {} <Debug> HTTP-Session: e3fdea63-cd0f-4f32-9999-659a592b9134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2666 | 2024.09.23 18:22:21.034182 [ 3 ] {} <Trace> HTTP-Session: e3fdea63-cd0f-4f32-9999-659a592b9134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2667 | 2024.09.23 18:22:21.034460 [ 3 ] {a29913bc-e9d3-47c7-a72f-f9b0f439a6b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2668 | 2024.09.23 18:22:21.034528 [ 3 ] {a29913bc-e9d3-47c7-a72f-f9b0f439a6b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2669 | 2024.09.23 18:22:21.034912 [ 3 ] {a29913bc-e9d3-47c7-a72f-f9b0f439a6b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2670 | 2024.09.23 18:22:21.035489 [ 3 ] {a29913bc-e9d3-47c7-a72f-f9b0f439a6b6} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2671 | 2024.09.23 18:22:21.035527 [ 3 ] {a29913bc-e9d3-47c7-a72f-f9b0f439a6b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2672 | 2024.09.23 18:22:21.036147 [ 3 ] {a29913bc-e9d3-47c7-a72f-f9b0f439a6b6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2673 | 2024.09.23 18:22:21.036585 [ 3 ] {a29913bc-e9d3-47c7-a72f-f9b0f439a6b6} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2674 | 2024.09.23 18:22:21.036791 [ 3 ] {a29913bc-e9d3-47c7-a72f-f9b0f439a6b6} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002513 sec., 9152.40748109829 rows/sec., 16.40 MiB/sec. | ||
2675 | 2024.09.23 18:22:21.037192 [ 3 ] {a29913bc-e9d3-47c7-a72f-f9b0f439a6b6} <Debug> DynamicQueryHandler: Done processing query | ||
2676 | 2024.09.23 18:22:21.037218 [ 3 ] {a29913bc-e9d3-47c7-a72f-f9b0f439a6b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2677 | 2024.09.23 18:22:21.037234 [ 3 ] {} <Debug> HTTP-Session: e3fdea63-cd0f-4f32-9999-659a592b9134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2678 | 2024.09.23 18:22:21.037387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2679 | 2024.09.23 18:22:21.037437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2680 | 2024.09.23 18:22:21.037457 [ 3 ] {} <Debug> HTTP-Session: ba65f392-ba79-405e-bf8f-768243db3232 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2681 | 2024.09.23 18:22:21.037474 [ 3 ] {} <Debug> HTTP-Session: ba65f392-ba79-405e-bf8f-768243db3232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2682 | 2024.09.23 18:22:21.037488 [ 3 ] {} <Debug> HTTP-Session: ba65f392-ba79-405e-bf8f-768243db3232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2683 | 2024.09.23 18:22:21.037520 [ 3 ] {} <Trace> HTTP-Session: ba65f392-ba79-405e-bf8f-768243db3232 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2684 | 2024.09.23 18:22:21.037626 [ 3 ] {4cf9d47e-c4f3-4bce-8871-6278ac475683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2685 | 2024.09.23 18:22:21.037673 [ 3 ] {4cf9d47e-c4f3-4bce-8871-6278ac475683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2686 | 2024.09.23 18:22:21.037804 [ 3 ] {4cf9d47e-c4f3-4bce-8871-6278ac475683} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2687 | 2024.09.23 18:22:21.038069 [ 3 ] {4cf9d47e-c4f3-4bce-8871-6278ac475683} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2688 | 2024.09.23 18:22:21.038105 [ 3 ] {4cf9d47e-c4f3-4bce-8871-6278ac475683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2689 | 2024.09.23 18:22:21.038459 [ 3 ] {4cf9d47e-c4f3-4bce-8871-6278ac475683} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2690 | 2024.09.23 18:22:21.038783 [ 3 ] {4cf9d47e-c4f3-4bce-8871-6278ac475683} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2691 | 2024.09.23 18:22:21.038920 [ 3 ] {4cf9d47e-c4f3-4bce-8871-6278ac475683} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001309 sec., 9167.303284950343 rows/sec., 690.83 KiB/sec. | ||
2692 | 2024.09.23 18:22:21.039317 [ 3 ] {4cf9d47e-c4f3-4bce-8871-6278ac475683} <Debug> DynamicQueryHandler: Done processing query | ||
2693 | 2024.09.23 18:22:21.039342 [ 3 ] {4cf9d47e-c4f3-4bce-8871-6278ac475683} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2694 | 2024.09.23 18:22:21.039359 [ 3 ] {} <Debug> HTTP-Session: ba65f392-ba79-405e-bf8f-768243db3232 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2695 | 2024.09.23 18:22:21.039484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2696 | 2024.09.23 18:22:21.039535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2697 | 2024.09.23 18:22:21.039556 [ 3 ] {} <Debug> HTTP-Session: 4d6ed122-9a5f-4a4a-b29d-c0f7d741b311 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2698 | 2024.09.23 18:22:21.039573 [ 3 ] {} <Debug> HTTP-Session: 4d6ed122-9a5f-4a4a-b29d-c0f7d741b311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2699 | 2024.09.23 18:22:21.039587 [ 3 ] {} <Debug> HTTP-Session: 4d6ed122-9a5f-4a4a-b29d-c0f7d741b311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2700 | 2024.09.23 18:22:21.039618 [ 3 ] {} <Trace> HTTP-Session: 4d6ed122-9a5f-4a4a-b29d-c0f7d741b311 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2701 | 2024.09.23 18:22:21.039746 [ 3 ] {ae9d61f7-a252-40be-a677-01b14f5afafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2702 | 2024.09.23 18:22:21.039791 [ 3 ] {ae9d61f7-a252-40be-a677-01b14f5afafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2703 | 2024.09.23 18:22:21.039933 [ 3 ] {ae9d61f7-a252-40be-a677-01b14f5afafe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2704 | 2024.09.23 18:22:21.040239 [ 3 ] {ae9d61f7-a252-40be-a677-01b14f5afafe} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2705 | 2024.09.23 18:22:21.040274 [ 3 ] {ae9d61f7-a252-40be-a677-01b14f5afafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2706 | 2024.09.23 18:22:21.040630 [ 3 ] {ae9d61f7-a252-40be-a677-01b14f5afafe} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2707 | 2024.09.23 18:22:21.040952 [ 3 ] {ae9d61f7-a252-40be-a677-01b14f5afafe} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2708 | 2024.09.23 18:22:21.041089 [ 3 ] {ae9d61f7-a252-40be-a677-01b14f5afafe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001396 sec., 58739.25501432664 rows/sec., 3.73 MiB/sec. | ||
2709 | 2024.09.23 18:22:21.041593 [ 3 ] {ae9d61f7-a252-40be-a677-01b14f5afafe} <Debug> DynamicQueryHandler: Done processing query | ||
2710 | 2024.09.23 18:22:21.041618 [ 3 ] {ae9d61f7-a252-40be-a677-01b14f5afafe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2711 | 2024.09.23 18:22:21.041634 [ 3 ] {} <Debug> HTTP-Session: 4d6ed122-9a5f-4a4a-b29d-c0f7d741b311 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.09.23 18:22:25.982850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2713 | 2024.09.23 18:22:25.982993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2714 | 2024.09.23 18:22:25.983023 [ 3 ] {} <Debug> HTTP-Session: f9cd2dd3-4e61-4dca-aa1b-8de6c457bcae Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2715 | 2024.09.23 18:22:25.983052 [ 3 ] {} <Debug> HTTP-Session: f9cd2dd3-4e61-4dca-aa1b-8de6c457bcae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2716 | 2024.09.23 18:22:25.983071 [ 3 ] {} <Debug> HTTP-Session: f9cd2dd3-4e61-4dca-aa1b-8de6c457bcae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2717 | 2024.09.23 18:22:25.983126 [ 3 ] {} <Trace> HTTP-Session: f9cd2dd3-4e61-4dca-aa1b-8de6c457bcae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2718 | 2024.09.23 18:22:25.983348 [ 3 ] {b531db3d-854e-44ad-b0c8-1d532f80425f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2719 | 2024.09.23 18:22:25.983424 [ 3 ] {b531db3d-854e-44ad-b0c8-1d532f80425f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2720 | 2024.09.23 18:22:25.983790 [ 3 ] {b531db3d-854e-44ad-b0c8-1d532f80425f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2721 | 2024.09.23 18:22:25.984244 [ 3 ] {b531db3d-854e-44ad-b0c8-1d532f80425f} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2722 | 2024.09.23 18:22:25.984288 [ 3 ] {b531db3d-854e-44ad-b0c8-1d532f80425f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2723 | 2024.09.23 18:22:25.984711 [ 3 ] {b531db3d-854e-44ad-b0c8-1d532f80425f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2724 | 2024.09.23 18:22:25.985107 [ 3 ] {b531db3d-854e-44ad-b0c8-1d532f80425f} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2725 | 2024.09.23 18:22:25.985283 [ 60 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2726 | 2024.09.23 18:22:25.985301 [ 3 ] {b531db3d-854e-44ad-b0c8-1d532f80425f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002022 sec., 27695.351137487636 rows/sec., 2.11 MiB/sec. | ||
2727 | 2024.09.23 18:22:25.985370 [ 60 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2728 | 2024.09.23 18:22:25.985440 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2729 | 2024.09.23 18:22:25.985663 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
2730 | 2024.09.23 18:22:25.985678 [ 3 ] {b531db3d-854e-44ad-b0c8-1d532f80425f} <Debug> DynamicQueryHandler: Done processing query | ||
2731 | 2024.09.23 18:22:25.985771 [ 3 ] {b531db3d-854e-44ad-b0c8-1d532f80425f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2732 | 2024.09.23 18:22:25.985790 [ 3 ] {} <Debug> HTTP-Session: f9cd2dd3-4e61-4dca-aa1b-8de6c457bcae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2733 | 2024.09.23 18:22:25.985935 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2734 | 2024.09.23 18:22:25.985986 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 163 rows starting from the beginning of the part | ||
2735 | 2024.09.23 18:22:25.986032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2736 | 2024.09.23 18:22:25.986214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2737 | 2024.09.23 18:22:25.986235 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1303 rows starting from the beginning of the part | ||
2738 | 2024.09.23 18:22:25.986293 [ 3 ] {} <Debug> HTTP-Session: 86c4c121-ac2f-4700-b984-8a18ddd39acf Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2739 | 2024.09.23 18:22:25.986358 [ 3 ] {} <Debug> HTTP-Session: 86c4c121-ac2f-4700-b984-8a18ddd39acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2740 | 2024.09.23 18:22:25.986427 [ 3 ] {} <Debug> HTTP-Session: 86c4c121-ac2f-4700-b984-8a18ddd39acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2741 | 2024.09.23 18:22:25.986504 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
2742 | 2024.09.23 18:22:25.986577 [ 3 ] {} <Trace> HTTP-Session: 86c4c121-ac2f-4700-b984-8a18ddd39acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2743 | 2024.09.23 18:22:25.986802 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
2744 | 2024.09.23 18:22:25.987102 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 236 rows starting from the beginning of the part | ||
2745 | 2024.09.23 18:22:25.987129 [ 3 ] {738967a6-5ed5-43c2-94fd-b68c7e7cb3c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2746 | 2024.09.23 18:22:25.987373 [ 3 ] {738967a6-5ed5-43c2-94fd-b68c7e7cb3c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2747 | 2024.09.23 18:22:25.987398 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2748 | 2024.09.23 18:22:25.988527 [ 3 ] {738967a6-5ed5-43c2-94fd-b68c7e7cb3c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2749 | 2024.09.23 18:22:25.989570 [ 3 ] {738967a6-5ed5-43c2-94fd-b68c7e7cb3c5} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2750 | 2024.09.23 18:22:25.989629 [ 3 ] {738967a6-5ed5-43c2-94fd-b68c7e7cb3c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2751 | 2024.09.23 18:22:25.990648 [ 3 ] {738967a6-5ed5-43c2-94fd-b68c7e7cb3c5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2752 | 2024.09.23 18:22:25.991093 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 5 columns (5 merged, 0 gathered) in 0.005527139 sec., 333626.49283833825 rows/sec., 29.24 MiB/sec. | ||
2753 | 2024.09.23 18:22:25.991529 [ 191 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2754 | 2024.09.23 18:22:25.991588 [ 3 ] {738967a6-5ed5-43c2-94fd-b68c7e7cb3c5} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2755 | 2024.09.23 18:22:25.991998 [ 3 ] {738967a6-5ed5-43c2-94fd-b68c7e7cb3c5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005042 sec., 12693.375644585483 rows/sec., 1014.52 KiB/sec. | ||
2756 | 2024.09.23 18:22:25.992016 [ 60 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2757 | 2024.09.23 18:22:25.992512 [ 60 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2758 | 2024.09.23 18:22:25.992623 [ 3 ] {738967a6-5ed5-43c2-94fd-b68c7e7cb3c5} <Debug> DynamicQueryHandler: Done processing query | ||
2759 | 2024.09.23 18:22:25.992681 [ 3 ] {738967a6-5ed5-43c2-94fd-b68c7e7cb3c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2760 | 2024.09.23 18:22:25.992732 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2761 | 2024.09.23 18:22:25.992738 [ 3 ] {} <Debug> HTTP-Session: 86c4c121-ac2f-4700-b984-8a18ddd39acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2762 | 2024.09.23 18:22:25.993030 [ 191 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_11_2} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2763 | 2024.09.23 18:22:25.993051 [ 201 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
2764 | 2024.09.23 18:22:25.993050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2765 | 2024.09.23 18:22:25.993258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2766 | 2024.09.23 18:22:25.993300 [ 191 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_11_2} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2767 | 2024.09.23 18:22:25.993360 [ 3 ] {} <Debug> HTTP-Session: 9a5b7462-ea8b-445c-9999-f1d02b73d17a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2768 | 2024.09.23 18:22:25.993496 [ 3 ] {} <Debug> HTTP-Session: 9a5b7462-ea8b-445c-9999-f1d02b73d17a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2769 | 2024.09.23 18:22:25.993558 [ 201 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2770 | 2024.09.23 18:22:25.993573 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
2771 | 2024.09.23 18:22:25.993563 [ 3 ] {} <Debug> HTTP-Session: 9a5b7462-ea8b-445c-9999-f1d02b73d17a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2772 | 2024.09.23 18:22:25.993618 [ 201 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 354 rows starting from the beginning of the part | ||
2773 | 2024.09.23 18:22:25.993708 [ 3 ] {} <Trace> HTTP-Session: 9a5b7462-ea8b-445c-9999-f1d02b73d17a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2774 | 2024.09.23 18:22:25.993840 [ 201 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 810 rows starting from the beginning of the part | ||
2775 | 2024.09.23 18:22:25.994146 [ 201 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
2776 | 2024.09.23 18:22:25.994320 [ 3 ] {feb50437-adb1-441c-be34-47f3e94215ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2777 | 2024.09.23 18:22:25.994443 [ 201 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
2778 | 2024.09.23 18:22:25.994559 [ 3 ] {feb50437-adb1-441c-be34-47f3e94215ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2779 | 2024.09.23 18:22:25.994761 [ 201 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 412 rows starting from the beginning of the part | ||
2780 | 2024.09.23 18:22:25.995088 [ 201 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
2781 | 2024.09.23 18:22:25.995906 [ 3 ] {feb50437-adb1-441c-be34-47f3e94215ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2782 | 2024.09.23 18:22:25.996911 [ 3 ] {feb50437-adb1-441c-be34-47f3e94215ab} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2783 | 2024.09.23 18:22:25.996985 [ 3 ] {feb50437-adb1-441c-be34-47f3e94215ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2784 | 2024.09.23 18:22:25.997869 [ 3 ] {feb50437-adb1-441c-be34-47f3e94215ab} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2785 | 2024.09.23 18:22:25.998150 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005274652 sec., 329879.5825772013 rows/sec., 25.03 MiB/sec. | ||
2786 | 2024.09.23 18:22:25.998481 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2787 | 2024.09.23 18:22:25.998663 [ 3 ] {feb50437-adb1-441c-be34-47f3e94215ab} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2788 | 2024.09.23 18:22:25.998941 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2789 | 2024.09.23 18:22:25.999123 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2790 | 2024.09.23 18:22:25.999176 [ 3 ] {feb50437-adb1-441c-be34-47f3e94215ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005148 sec., 31080.03108003108 rows/sec., 2.16 MiB/sec. | ||
2791 | 2024.09.23 18:22:25.999675 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2792 | 2024.09.23 18:22:25.999867 [ 3 ] {feb50437-adb1-441c-be34-47f3e94215ab} <Debug> DynamicQueryHandler: Done processing query | ||
2793 | 2024.09.23 18:22:25.999991 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_11_2} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2794 | 2024.09.23 18:22:25.999977 [ 3 ] {feb50437-adb1-441c-be34-47f3e94215ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2795 | 2024.09.23 18:22:26.000089 [ 3 ] {} <Debug> HTTP-Session: 9a5b7462-ea8b-445c-9999-f1d02b73d17a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2796 | 2024.09.23 18:22:26.000136 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
2797 | 2024.09.23 18:22:26.000174 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.25 MiB, peak 188.84 MiB, free memory in arenas 0.00 B, will set to 180.24 MiB (RSS), difference: -4.01 MiB | ||
2798 | 2024.09.23 18:22:26.000258 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_11_2} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2799 | 2024.09.23 18:22:26.000458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2800 | 2024.09.23 18:22:26.000674 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
2801 | 2024.09.23 18:22:26.000730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2802 | 2024.09.23 18:22:26.000854 [ 3 ] {} <Debug> HTTP-Session: d8ccf666-7373-4890-888a-4af33206a35e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2803 | 2024.09.23 18:22:26.000934 [ 3 ] {} <Debug> HTTP-Session: d8ccf666-7373-4890-888a-4af33206a35e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2804 | 2024.09.23 18:22:26.001002 [ 3 ] {} <Debug> HTTP-Session: d8ccf666-7373-4890-888a-4af33206a35e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2805 | 2024.09.23 18:22:26.001037 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2806 | 2024.09.23 18:22:26.001075 [ 3 ] {} <Trace> HTTP-Session: d8ccf666-7373-4890-888a-4af33206a35e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2807 | 2024.09.23 18:22:26.001156 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 510 rows starting from the beginning of the part | ||
2808 | 2024.09.23 18:22:26.001387 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2471 rows starting from the beginning of the part | ||
2809 | 2024.09.23 18:22:26.001413 [ 3 ] {dcc28179-f5e7-40a5-a665-9806ff35b557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2810 | 2024.09.23 18:22:26.001574 [ 3 ] {dcc28179-f5e7-40a5-a665-9806ff35b557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2811 | 2024.09.23 18:22:26.001780 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
2812 | 2024.09.23 18:22:26.002269 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
2813 | 2024.09.23 18:22:26.002660 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
2814 | 2024.09.23 18:22:26.003085 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
2815 | 2024.09.23 18:22:26.003163 [ 3 ] {dcc28179-f5e7-40a5-a665-9806ff35b557} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2816 | 2024.09.23 18:22:26.003844 [ 3 ] {dcc28179-f5e7-40a5-a665-9806ff35b557} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2817 | 2024.09.23 18:22:26.003886 [ 3 ] {dcc28179-f5e7-40a5-a665-9806ff35b557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2818 | 2024.09.23 18:22:26.004426 [ 3 ] {dcc28179-f5e7-40a5-a665-9806ff35b557} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2819 | 2024.09.23 18:22:26.004978 [ 3 ] {dcc28179-f5e7-40a5-a665-9806ff35b557} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2820 | 2024.09.23 18:22:26.005183 [ 60 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2821 | 2024.09.23 18:22:26.005205 [ 3 ] {dcc28179-f5e7-40a5-a665-9806ff35b557} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00395 sec., 15189.873417721517 rows/sec., 1.02 MiB/sec. | ||
2822 | 2024.09.23 18:22:26.005320 [ 60 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2823 | 2024.09.23 18:22:26.005390 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2824 | 2024.09.23 18:22:26.005765 [ 3 ] {dcc28179-f5e7-40a5-a665-9806ff35b557} <Debug> DynamicQueryHandler: Done processing query | ||
2825 | 2024.09.23 18:22:26.005857 [ 3 ] {dcc28179-f5e7-40a5-a665-9806ff35b557} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2826 | 2024.09.23 18:22:26.005900 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
2827 | 2024.09.23 18:22:26.005949 [ 3 ] {} <Debug> HTTP-Session: d8ccf666-7373-4890-888a-4af33206a35e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2828 | 2024.09.23 18:22:26.006749 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2829 | 2024.09.23 18:22:26.006774 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3586 rows, containing 5 columns (5 merged, 0 gathered) in 0.006955685 sec., 515549.51093961275 rows/sec., 34.59 MiB/sec. | ||
2830 | 2024.09.23 18:22:26.006803 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 220 rows starting from the beginning of the part | ||
2831 | 2024.09.23 18:22:26.006946 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
2832 | 2024.09.23 18:22:26.007064 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
2833 | 2024.09.23 18:22:26.007326 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
2834 | 2024.09.23 18:22:26.007314 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2835 | 2024.09.23 18:22:26.007605 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
2836 | 2024.09.23 18:22:26.007828 [ 191 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
2837 | 2024.09.23 18:22:26.008873 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2838 | 2024.09.23 18:22:26.009090 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2839 | 2024.09.23 18:22:26.009235 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
2840 | 2024.09.23 18:22:26.009908 [ 188 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 4 columns (4 merged, 0 gathered) in 0.004368629 sec., 108500.85919404007 rows/sec., 6.97 MiB/sec. | ||
2841 | 2024.09.23 18:22:26.010068 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2842 | 2024.09.23 18:22:26.010609 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_11_2} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2843 | 2024.09.23 18:22:26.010712 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_11_2} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2844 | 2024.09.23 18:22:26.010802 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
2845 | 2024.09.23 18:22:27.000172 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.27 MiB, peak 188.84 MiB, free memory in arenas 0.00 B, will set to 181.03 MiB (RSS), difference: 3.76 MiB | ||
2846 | 2024.09.23 18:22:27.290542 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2847 | 2024.09.23 18:22:27.290622 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2848 | 2024.09.23 18:22:30.989276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2849 | 2024.09.23 18:22:30.989421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2850 | 2024.09.23 18:22:30.989452 [ 3 ] {} <Debug> HTTP-Session: a836dc2f-71ba-48a4-b499-a492363622a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2851 | 2024.09.23 18:22:30.989481 [ 3 ] {} <Debug> HTTP-Session: a836dc2f-71ba-48a4-b499-a492363622a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2852 | 2024.09.23 18:22:30.989500 [ 3 ] {} <Debug> HTTP-Session: a836dc2f-71ba-48a4-b499-a492363622a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2853 | 2024.09.23 18:22:30.989557 [ 3 ] {} <Trace> HTTP-Session: a836dc2f-71ba-48a4-b499-a492363622a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2854 | 2024.09.23 18:22:30.989850 [ 3 ] {d87ea110-5659-4e58-a71a-fd6ad639c609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2855 | 2024.09.23 18:22:30.989915 [ 3 ] {d87ea110-5659-4e58-a71a-fd6ad639c609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2856 | 2024.09.23 18:22:30.990249 [ 3 ] {d87ea110-5659-4e58-a71a-fd6ad639c609} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2857 | 2024.09.23 18:22:30.990877 [ 3 ] {d87ea110-5659-4e58-a71a-fd6ad639c609} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2858 | 2024.09.23 18:22:30.990919 [ 3 ] {d87ea110-5659-4e58-a71a-fd6ad639c609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2859 | 2024.09.23 18:22:30.991369 [ 3 ] {d87ea110-5659-4e58-a71a-fd6ad639c609} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2860 | 2024.09.23 18:22:30.991783 [ 3 ] {d87ea110-5659-4e58-a71a-fd6ad639c609} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2861 | 2024.09.23 18:22:30.991934 [ 3 ] {d87ea110-5659-4e58-a71a-fd6ad639c609} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.00222 sec., 113063.06306306305 rows/sec., 10.01 MiB/sec. | ||
2862 | 2024.09.23 18:22:30.992150 [ 3 ] {d87ea110-5659-4e58-a71a-fd6ad639c609} <Debug> DynamicQueryHandler: Done processing query | ||
2863 | 2024.09.23 18:22:30.992179 [ 3 ] {d87ea110-5659-4e58-a71a-fd6ad639c609} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2864 | 2024.09.23 18:22:30.992196 [ 3 ] {} <Debug> HTTP-Session: a836dc2f-71ba-48a4-b499-a492363622a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2865 | 2024.09.23 18:22:30.992365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2866 | 2024.09.23 18:22:30.992423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2867 | 2024.09.23 18:22:30.992443 [ 3 ] {} <Debug> HTTP-Session: bbfe4ce3-2319-4dd8-8126-8403721139a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2868 | 2024.09.23 18:22:30.992462 [ 3 ] {} <Debug> HTTP-Session: bbfe4ce3-2319-4dd8-8126-8403721139a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2869 | 2024.09.23 18:22:30.992477 [ 3 ] {} <Debug> HTTP-Session: bbfe4ce3-2319-4dd8-8126-8403721139a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2870 | 2024.09.23 18:22:30.992512 [ 3 ] {} <Trace> HTTP-Session: bbfe4ce3-2319-4dd8-8126-8403721139a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2871 | 2024.09.23 18:22:30.992631 [ 3 ] {7d0d4a33-0357-4042-b46d-a4586b8bc958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2872 | 2024.09.23 18:22:30.992677 [ 3 ] {7d0d4a33-0357-4042-b46d-a4586b8bc958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2873 | 2024.09.23 18:22:30.992918 [ 3 ] {7d0d4a33-0357-4042-b46d-a4586b8bc958} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2874 | 2024.09.23 18:22:30.993261 [ 3 ] {7d0d4a33-0357-4042-b46d-a4586b8bc958} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2875 | 2024.09.23 18:22:30.993298 [ 3 ] {7d0d4a33-0357-4042-b46d-a4586b8bc958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2876 | 2024.09.23 18:22:30.993659 [ 3 ] {7d0d4a33-0357-4042-b46d-a4586b8bc958} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2877 | 2024.09.23 18:22:30.994032 [ 3 ] {7d0d4a33-0357-4042-b46d-a4586b8bc958} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2878 | 2024.09.23 18:22:30.994166 [ 3 ] {7d0d4a33-0357-4042-b46d-a4586b8bc958} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001574 sec., 19695.044472681067 rows/sec., 1.45 MiB/sec. | ||
2879 | 2024.09.23 18:22:30.994510 [ 3 ] {7d0d4a33-0357-4042-b46d-a4586b8bc958} <Debug> DynamicQueryHandler: Done processing query | ||
2880 | 2024.09.23 18:22:30.994538 [ 3 ] {7d0d4a33-0357-4042-b46d-a4586b8bc958} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2881 | 2024.09.23 18:22:30.994555 [ 3 ] {} <Debug> HTTP-Session: bbfe4ce3-2319-4dd8-8126-8403721139a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2882 | 2024.09.23 18:22:30.994687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2883 | 2024.09.23 18:22:30.994739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2884 | 2024.09.23 18:22:30.994760 [ 3 ] {} <Debug> HTTP-Session: 2e455233-b88d-4d2b-9919-93953fb378bc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2885 | 2024.09.23 18:22:30.994777 [ 3 ] {} <Debug> HTTP-Session: 2e455233-b88d-4d2b-9919-93953fb378bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2886 | 2024.09.23 18:22:30.994792 [ 3 ] {} <Debug> HTTP-Session: 2e455233-b88d-4d2b-9919-93953fb378bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2887 | 2024.09.23 18:22:30.994824 [ 3 ] {} <Trace> HTTP-Session: 2e455233-b88d-4d2b-9919-93953fb378bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2888 | 2024.09.23 18:22:30.994932 [ 3 ] {74e1ae6c-3975-4b6b-818c-7944facaa9db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2889 | 2024.09.23 18:22:30.994979 [ 3 ] {74e1ae6c-3975-4b6b-818c-7944facaa9db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2890 | 2024.09.23 18:22:30.995228 [ 3 ] {74e1ae6c-3975-4b6b-818c-7944facaa9db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2891 | 2024.09.23 18:22:30.995555 [ 3 ] {74e1ae6c-3975-4b6b-818c-7944facaa9db} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2892 | 2024.09.23 18:22:30.995593 [ 3 ] {74e1ae6c-3975-4b6b-818c-7944facaa9db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2893 | 2024.09.23 18:22:30.995952 [ 3 ] {74e1ae6c-3975-4b6b-818c-7944facaa9db} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2894 | 2024.09.23 18:22:30.996321 [ 3 ] {74e1ae6c-3975-4b6b-818c-7944facaa9db} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): 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.09.23 18:22:30.996455 [ 3 ] {74e1ae6c-3975-4b6b-818c-7944facaa9db} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001552 sec., 9020.61855670103 rows/sec., 631.75 KiB/sec. | ||
2896 | 2024.09.23 18:22:30.996766 [ 3 ] {74e1ae6c-3975-4b6b-818c-7944facaa9db} <Debug> DynamicQueryHandler: Done processing query | ||
2897 | 2024.09.23 18:22:30.996793 [ 3 ] {74e1ae6c-3975-4b6b-818c-7944facaa9db} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2898 | 2024.09.23 18:22:30.996809 [ 3 ] {} <Debug> HTTP-Session: 2e455233-b88d-4d2b-9919-93953fb378bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2899 | 2024.09.23 18:22:30.996932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2900 | 2024.09.23 18:22:30.996983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2901 | 2024.09.23 18:22:30.997003 [ 3 ] {} <Debug> HTTP-Session: 098928ab-df57-41ae-a1c1-0430dd97e3b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2902 | 2024.09.23 18:22:30.997021 [ 3 ] {} <Debug> HTTP-Session: 098928ab-df57-41ae-a1c1-0430dd97e3b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2903 | 2024.09.23 18:22:30.997036 [ 3 ] {} <Debug> HTTP-Session: 098928ab-df57-41ae-a1c1-0430dd97e3b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2904 | 2024.09.23 18:22:30.997067 [ 3 ] {} <Trace> HTTP-Session: 098928ab-df57-41ae-a1c1-0430dd97e3b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2905 | 2024.09.23 18:22:30.997165 [ 3 ] {eb2b6160-2e51-4dbe-ba8e-4c08d902f01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2906 | 2024.09.23 18:22:30.997210 [ 3 ] {eb2b6160-2e51-4dbe-ba8e-4c08d902f01e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2907 | 2024.09.23 18:22:30.997463 [ 3 ] {eb2b6160-2e51-4dbe-ba8e-4c08d902f01e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2908 | 2024.09.23 18:22:30.997765 [ 3 ] {eb2b6160-2e51-4dbe-ba8e-4c08d902f01e} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2909 | 2024.09.23 18:22:30.997803 [ 3 ] {eb2b6160-2e51-4dbe-ba8e-4c08d902f01e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2910 | 2024.09.23 18:22:30.998160 [ 3 ] {eb2b6160-2e51-4dbe-ba8e-4c08d902f01e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2911 | 2024.09.23 18:22:30.998521 [ 3 ] {eb2b6160-2e51-4dbe-ba8e-4c08d902f01e} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2912 | 2024.09.23 18:22:30.998638 [ 54 ] {} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2913 | 2024.09.23 18:22:30.998655 [ 3 ] {eb2b6160-2e51-4dbe-ba8e-4c08d902f01e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 233.99 KiB/sec. | ||
2914 | 2024.09.23 18:22:30.998678 [ 54 ] {} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2915 | 2024.09.23 18:22:30.998714 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2916 | 2024.09.23 18:22:30.998904 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::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 | ||
2917 | 2024.09.23 18:22:30.998925 [ 3 ] {eb2b6160-2e51-4dbe-ba8e-4c08d902f01e} <Debug> DynamicQueryHandler: Done processing query | ||
2918 | 2024.09.23 18:22:30.998983 [ 3 ] {eb2b6160-2e51-4dbe-ba8e-4c08d902f01e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2919 | 2024.09.23 18:22:30.999010 [ 3 ] {} <Debug> HTTP-Session: 098928ab-df57-41ae-a1c1-0430dd97e3b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2920 | 2024.09.23 18:22:30.999149 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2921 | 2024.09.23 18:22:30.999200 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::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 | ||
2922 | 2024.09.23 18:22:30.999238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2923 | 2024.09.23 18:22:30.999379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2924 | 2024.09.23 18:22:30.999426 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::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 | ||
2925 | 2024.09.23 18:22:30.999474 [ 3 ] {} <Debug> HTTP-Session: 08f0d826-a275-411c-8046-e477f2ec77ca Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2926 | 2024.09.23 18:22:30.999549 [ 3 ] {} <Debug> HTTP-Session: 08f0d826-a275-411c-8046-e477f2ec77ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2927 | 2024.09.23 18:22:30.999646 [ 3 ] {} <Debug> HTTP-Session: 08f0d826-a275-411c-8046-e477f2ec77ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2928 | 2024.09.23 18:22:30.999891 [ 3 ] {} <Trace> HTTP-Session: 08f0d826-a275-411c-8046-e477f2ec77ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2929 | 2024.09.23 18:22:30.999898 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
2930 | 2024.09.23 18:22:31.000113 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::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 | ||
2931 | 2024.09.23 18:22:31.000131 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.31 MiB, peak 188.84 MiB, free memory in arenas 0.00 B, will set to 181.04 MiB (RSS), difference: -1.27 MiB | ||
2932 | 2024.09.23 18:22:31.000514 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::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 | ||
2933 | 2024.09.23 18:22:31.000727 [ 3 ] {08ad9cbf-b5d3-4360-a0bb-659313c760c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2934 | 2024.09.23 18:22:31.001025 [ 3 ] {08ad9cbf-b5d3-4360-a0bb-659313c760c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2935 | 2024.09.23 18:22:31.002313 [ 3 ] {08ad9cbf-b5d3-4360-a0bb-659313c760c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2936 | 2024.09.23 18:22:31.003032 [ 3 ] {08ad9cbf-b5d3-4360-a0bb-659313c760c5} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2937 | 2024.09.23 18:22:31.003072 [ 3 ] {08ad9cbf-b5d3-4360-a0bb-659313c760c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2938 | 2024.09.23 18:22:31.003459 [ 3 ] {08ad9cbf-b5d3-4360-a0bb-659313c760c5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2939 | 2024.09.23 18:22:31.003821 [ 3 ] {08ad9cbf-b5d3-4360-a0bb-659313c760c5} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2940 | 2024.09.23 18:22:31.003956 [ 3 ] {08ad9cbf-b5d3-4360-a0bb-659313c760c5} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.003611 sec., 114372.7499307671 rows/sec., 8.16 MiB/sec. | ||
2941 | 2024.09.23 18:22:31.004305 [ 3 ] {08ad9cbf-b5d3-4360-a0bb-659313c760c5} <Debug> DynamicQueryHandler: Done processing query | ||
2942 | 2024.09.23 18:22:31.004332 [ 3 ] {08ad9cbf-b5d3-4360-a0bb-659313c760c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
2943 | 2024.09.23 18:22:31.004349 [ 3 ] {} <Debug> HTTP-Session: 08f0d826-a275-411c-8046-e477f2ec77ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2944 | 2024.09.23 18:22:31.004499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2945 | 2024.09.23 18:22:31.004551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2946 | 2024.09.23 18:22:31.004605 [ 3 ] {} <Debug> HTTP-Session: da31ac6d-aba5-46d4-8859-39b407552c09 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2947 | 2024.09.23 18:22:31.004636 [ 3 ] {} <Debug> HTTP-Session: da31ac6d-aba5-46d4-8859-39b407552c09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2948 | 2024.09.23 18:22:31.004672 [ 3 ] {} <Debug> HTTP-Session: da31ac6d-aba5-46d4-8859-39b407552c09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2949 | 2024.09.23 18:22:31.004752 [ 3 ] {} <Trace> HTTP-Session: da31ac6d-aba5-46d4-8859-39b407552c09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2950 | 2024.09.23 18:22:31.004989 [ 3 ] {91f2b57d-f7f7-4483-a11d-e1f38540860e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2951 | 2024.09.23 18:22:31.005090 [ 3 ] {91f2b57d-f7f7-4483-a11d-e1f38540860e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2952 | 2024.09.23 18:22:31.005784 [ 3 ] {91f2b57d-f7f7-4483-a11d-e1f38540860e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2953 | 2024.09.23 18:22:31.006092 [ 188 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.007268102 sec., 4127.625066351573 rows/sec., 262.01 KiB/sec. | ||
2954 | 2024.09.23 18:22:31.006383 [ 188 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2955 | 2024.09.23 18:22:31.006488 [ 3 ] {91f2b57d-f7f7-4483-a11d-e1f38540860e} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2956 | 2024.09.23 18:22:31.006550 [ 3 ] {91f2b57d-f7f7-4483-a11d-e1f38540860e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2957 | 2024.09.23 18:22:31.007490 [ 188 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_5_1} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2958 | 2024.09.23 18:22:31.007498 [ 3 ] {91f2b57d-f7f7-4483-a11d-e1f38540860e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2959 | 2024.09.23 18:22:31.007644 [ 188 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_5_1} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2960 | 2024.09.23 18:22:31.007839 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
2961 | 2024.09.23 18:22:31.008103 [ 3 ] {91f2b57d-f7f7-4483-a11d-e1f38540860e} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): 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.09.23 18:22:31.008249 [ 3 ] {91f2b57d-f7f7-4483-a11d-e1f38540860e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003352 sec., 1789.9761336515514 rows/sec., 93.52 KiB/sec. | ||
2963 | 2024.09.23 18:22:31.008436 [ 3 ] {91f2b57d-f7f7-4483-a11d-e1f38540860e} <Debug> DynamicQueryHandler: Done processing query | ||
2964 | 2024.09.23 18:22:31.008462 [ 3 ] {91f2b57d-f7f7-4483-a11d-e1f38540860e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2965 | 2024.09.23 18:22:31.008480 [ 3 ] {} <Debug> HTTP-Session: da31ac6d-aba5-46d4-8859-39b407552c09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2966 | 2024.09.23 18:22:31.008654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2967 | 2024.09.23 18:22:31.008705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2968 | 2024.09.23 18:22:31.008726 [ 3 ] {} <Debug> HTTP-Session: ffcd634c-1600-4726-830f-1210e4b96647 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2969 | 2024.09.23 18:22:31.008743 [ 3 ] {} <Debug> HTTP-Session: ffcd634c-1600-4726-830f-1210e4b96647 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2970 | 2024.09.23 18:22:31.008757 [ 3 ] {} <Debug> HTTP-Session: ffcd634c-1600-4726-830f-1210e4b96647 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2971 | 2024.09.23 18:22:31.008790 [ 3 ] {} <Trace> HTTP-Session: ffcd634c-1600-4726-830f-1210e4b96647 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2972 | 2024.09.23 18:22:31.008999 [ 3 ] {b3351029-4fc8-4d79-931e-47e94fcc4d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2973 | 2024.09.23 18:22:31.009047 [ 3 ] {b3351029-4fc8-4d79-931e-47e94fcc4d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2974 | 2024.09.23 18:22:31.009196 [ 3 ] {b3351029-4fc8-4d79-931e-47e94fcc4d26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2975 | 2024.09.23 18:22:31.009663 [ 3 ] {b3351029-4fc8-4d79-931e-47e94fcc4d26} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2976 | 2024.09.23 18:22:31.009699 [ 3 ] {b3351029-4fc8-4d79-931e-47e94fcc4d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2977 | 2024.09.23 18:22:31.010096 [ 3 ] {b3351029-4fc8-4d79-931e-47e94fcc4d26} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2978 | 2024.09.23 18:22:31.010450 [ 3 ] {b3351029-4fc8-4d79-931e-47e94fcc4d26} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2979 | 2024.09.23 18:22:31.010580 [ 3 ] {b3351029-4fc8-4d79-931e-47e94fcc4d26} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
2980 | 2024.09.23 18:22:31.010938 [ 3 ] {b3351029-4fc8-4d79-931e-47e94fcc4d26} <Debug> DynamicQueryHandler: Done processing query | ||
2981 | 2024.09.23 18:22:31.010972 [ 3 ] {b3351029-4fc8-4d79-931e-47e94fcc4d26} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2982 | 2024.09.23 18:22:31.010994 [ 3 ] {} <Debug> HTTP-Session: ffcd634c-1600-4726-830f-1210e4b96647 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2983 | 2024.09.23 18:22:31.011172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2984 | 2024.09.23 18:22:31.011233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2985 | 2024.09.23 18:22:31.011257 [ 3 ] {} <Debug> HTTP-Session: 86c71ebc-4bc4-4f60-a5a0-85d797bafb4a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
2986 | 2024.09.23 18:22:31.011277 [ 3 ] {} <Debug> HTTP-Session: 86c71ebc-4bc4-4f60-a5a0-85d797bafb4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2987 | 2024.09.23 18:22:31.011295 [ 3 ] {} <Debug> HTTP-Session: 86c71ebc-4bc4-4f60-a5a0-85d797bafb4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2988 | 2024.09.23 18:22:31.011334 [ 3 ] {} <Trace> HTTP-Session: 86c71ebc-4bc4-4f60-a5a0-85d797bafb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2989 | 2024.09.23 18:22:31.011454 [ 3 ] {c000105d-8f96-4d62-aced-8b0af6ac75b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2990 | 2024.09.23 18:22:31.011510 [ 3 ] {c000105d-8f96-4d62-aced-8b0af6ac75b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2991 | 2024.09.23 18:22:31.011693 [ 3 ] {c000105d-8f96-4d62-aced-8b0af6ac75b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2992 | 2024.09.23 18:22:31.011989 [ 3 ] {c000105d-8f96-4d62-aced-8b0af6ac75b8} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2993 | 2024.09.23 18:22:31.012026 [ 3 ] {c000105d-8f96-4d62-aced-8b0af6ac75b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2994 | 2024.09.23 18:22:31.012385 [ 3 ] {c000105d-8f96-4d62-aced-8b0af6ac75b8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2995 | 2024.09.23 18:22:31.012723 [ 3 ] {c000105d-8f96-4d62-aced-8b0af6ac75b8} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2996 | 2024.09.23 18:22:31.012864 [ 3 ] {c000105d-8f96-4d62-aced-8b0af6ac75b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec. | ||
2997 | 2024.09.23 18:22:31.013178 [ 3 ] {c000105d-8f96-4d62-aced-8b0af6ac75b8} <Debug> DynamicQueryHandler: Done processing query | ||
2998 | 2024.09.23 18:22:31.013203 [ 3 ] {c000105d-8f96-4d62-aced-8b0af6ac75b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2999 | 2024.09.23 18:22:31.013220 [ 3 ] {} <Debug> HTTP-Session: 86c71ebc-4bc4-4f60-a5a0-85d797bafb4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3000 | 2024.09.23 18:22:31.013379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51715, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3001 | 2024.09.23 18:22:31.013430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3002 | 2024.09.23 18:22:31.013449 [ 3 ] {} <Debug> HTTP-Session: f8f9fc96-ba7c-4f5f-a9fd-ae020efa6836 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3003 | 2024.09.23 18:22:31.013467 [ 3 ] {} <Debug> HTTP-Session: f8f9fc96-ba7c-4f5f-a9fd-ae020efa6836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3004 | 2024.09.23 18:22:31.013481 [ 3 ] {} <Debug> HTTP-Session: f8f9fc96-ba7c-4f5f-a9fd-ae020efa6836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3005 | 2024.09.23 18:22:31.013512 [ 3 ] {} <Trace> HTTP-Session: f8f9fc96-ba7c-4f5f-a9fd-ae020efa6836 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3006 | 2024.09.23 18:22:31.013945 [ 3 ] {8c09badb-f422-42ba-8f8a-13487a41cd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3007 | 2024.09.23 18:22:31.014021 [ 3 ] {8c09badb-f422-42ba-8f8a-13487a41cd5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3008 | 2024.09.23 18:22:31.014453 [ 3 ] {8c09badb-f422-42ba-8f8a-13487a41cd5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3009 | 2024.09.23 18:22:31.015134 [ 3 ] {8c09badb-f422-42ba-8f8a-13487a41cd5d} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3010 | 2024.09.23 18:22:31.015171 [ 3 ] {8c09badb-f422-42ba-8f8a-13487a41cd5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3011 | 2024.09.23 18:22:31.015797 [ 3 ] {8c09badb-f422-42ba-8f8a-13487a41cd5d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3012 | 2024.09.23 18:22:31.016199 [ 3 ] {8c09badb-f422-42ba-8f8a-13487a41cd5d} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3013 | 2024.09.23 18:22:31.016399 [ 3 ] {8c09badb-f422-42ba-8f8a-13487a41cd5d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002776 sec., 11167.146974063402 rows/sec., 20.01 MiB/sec. | ||
3014 | 2024.09.23 18:22:31.016814 [ 3 ] {8c09badb-f422-42ba-8f8a-13487a41cd5d} <Debug> DynamicQueryHandler: Done processing query | ||
3015 | 2024.09.23 18:22:31.016839 [ 3 ] {8c09badb-f422-42ba-8f8a-13487a41cd5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3016 | 2024.09.23 18:22:31.016855 [ 3 ] {} <Debug> HTTP-Session: f8f9fc96-ba7c-4f5f-a9fd-ae020efa6836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3017 | 2024.09.23 18:22:31.017046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3018 | 2024.09.23 18:22:31.017096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3019 | 2024.09.23 18:22:31.017115 [ 3 ] {} <Debug> HTTP-Session: e3b17050-0d96-4fe5-99e8-c273283e0300 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3020 | 2024.09.23 18:22:31.017131 [ 3 ] {} <Debug> HTTP-Session: e3b17050-0d96-4fe5-99e8-c273283e0300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3021 | 2024.09.23 18:22:31.017145 [ 3 ] {} <Debug> HTTP-Session: e3b17050-0d96-4fe5-99e8-c273283e0300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3022 | 2024.09.23 18:22:31.017176 [ 3 ] {} <Trace> HTTP-Session: e3b17050-0d96-4fe5-99e8-c273283e0300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3023 | 2024.09.23 18:22:31.017295 [ 3 ] {bab86a83-1d94-4bc6-8896-f06ef2e1f093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3024 | 2024.09.23 18:22:31.017341 [ 3 ] {bab86a83-1d94-4bc6-8896-f06ef2e1f093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3025 | 2024.09.23 18:22:31.017479 [ 3 ] {bab86a83-1d94-4bc6-8896-f06ef2e1f093} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3026 | 2024.09.23 18:22:31.017905 [ 3 ] {bab86a83-1d94-4bc6-8896-f06ef2e1f093} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3027 | 2024.09.23 18:22:31.017942 [ 3 ] {bab86a83-1d94-4bc6-8896-f06ef2e1f093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3028 | 2024.09.23 18:22:31.018300 [ 3 ] {bab86a83-1d94-4bc6-8896-f06ef2e1f093} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3029 | 2024.09.23 18:22:31.018620 [ 3 ] {bab86a83-1d94-4bc6-8896-f06ef2e1f093} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3030 | 2024.09.23 18:22:31.018776 [ 3 ] {bab86a83-1d94-4bc6-8896-f06ef2e1f093} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00152 sec., 53947.368421052626 rows/sec., 3.43 MiB/sec. | ||
3031 | 2024.09.23 18:22:31.018950 [ 3 ] {bab86a83-1d94-4bc6-8896-f06ef2e1f093} <Debug> DynamicQueryHandler: Done processing query | ||
3032 | 2024.09.23 18:22:31.018975 [ 3 ] {bab86a83-1d94-4bc6-8896-f06ef2e1f093} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3033 | 2024.09.23 18:22:31.018990 [ 3 ] {} <Debug> HTTP-Session: e3b17050-0d96-4fe5-99e8-c273283e0300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3034 | 2024.09.23 18:22:35.981817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3035 | 2024.09.23 18:22:35.981944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3036 | 2024.09.23 18:22:35.981969 [ 3 ] {} <Debug> HTTP-Session: dbb04a33-e732-4eb2-a866-69fb255179ed Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3037 | 2024.09.23 18:22:35.981993 [ 3 ] {} <Debug> HTTP-Session: dbb04a33-e732-4eb2-a866-69fb255179ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3038 | 2024.09.23 18:22:35.982008 [ 3 ] {} <Debug> HTTP-Session: dbb04a33-e732-4eb2-a866-69fb255179ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3039 | 2024.09.23 18:22:35.982056 [ 3 ] {} <Trace> HTTP-Session: dbb04a33-e732-4eb2-a866-69fb255179ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3040 | 2024.09.23 18:22:35.982306 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3041 | 2024.09.23 18:22:35.982717 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3042 | 2024.09.23 18:22:35.982769 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3043 | 2024.09.23 18:22:35.983144 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3044 | 2024.09.23 18:22:35.983223 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3045 | 2024.09.23 18:22:35.983399 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
3046 | 2024.09.23 18:22:35.983632 [ 257 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3047 | 2024.09.23 18:22:35.983652 [ 254 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3048 | 2024.09.23 18:22:35.983657 [ 259 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3049 | 2024.09.23 18:22:35.983648 [ 260 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3050 | 2024.09.23 18:22:35.983899 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
3051 | 2024.09.23 18:22:35.983933 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3052 | 2024.09.23 18:22:35.984072 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3053 | 2024.09.23 18:22:35.984096 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
3054 | 2024.09.23 18:22:35.984139 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3055 | 2024.09.23 18:22:35.984187 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3056 | 2024.09.23 18:22:35.984255 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3057 | 2024.09.23 18:22:35.984319 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3058 | 2024.09.23 18:22:35.986658 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.00447 sec., 9172.259507829978 rows/sec., 349.99 KiB/sec. | ||
3059 | 2024.09.23 18:22:35.987072 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Debug> DynamicQueryHandler: Done processing query | ||
3060 | 2024.09.23 18:22:35.987099 [ 3 ] {5ab04fe0-c11c-423b-b601-083d271ef91e} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
3061 | 2024.09.23 18:22:35.987116 [ 3 ] {} <Debug> HTTP-Session: dbb04a33-e732-4eb2-a866-69fb255179ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3062 | 2024.09.23 18:22:35.988614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3063 | 2024.09.23 18:22:35.988665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3064 | 2024.09.23 18:22:35.988684 [ 3 ] {} <Debug> HTTP-Session: d1330342-0643-446e-8952-7af7fb5312d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3065 | 2024.09.23 18:22:35.988701 [ 3 ] {} <Debug> HTTP-Session: d1330342-0643-446e-8952-7af7fb5312d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3066 | 2024.09.23 18:22:35.988715 [ 3 ] {} <Debug> HTTP-Session: d1330342-0643-446e-8952-7af7fb5312d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3067 | 2024.09.23 18:22:35.988748 [ 3 ] {} <Trace> HTTP-Session: d1330342-0643-446e-8952-7af7fb5312d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3068 | 2024.09.23 18:22:35.988859 [ 3 ] {2536d346-58b3-4781-98e9-f69e5c2759ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3069 | 2024.09.23 18:22:35.988906 [ 3 ] {2536d346-58b3-4781-98e9-f69e5c2759ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3070 | 2024.09.23 18:22:35.989077 [ 3 ] {2536d346-58b3-4781-98e9-f69e5c2759ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3071 | 2024.09.23 18:22:35.989403 [ 3 ] {2536d346-58b3-4781-98e9-f69e5c2759ab} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3072 | 2024.09.23 18:22:35.989442 [ 3 ] {2536d346-58b3-4781-98e9-f69e5c2759ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3073 | 2024.09.23 18:22:35.989921 [ 3 ] {2536d346-58b3-4781-98e9-f69e5c2759ab} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3074 | 2024.09.23 18:22:35.990245 [ 3 ] {2536d346-58b3-4781-98e9-f69e5c2759ab} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3075 | 2024.09.23 18:22:35.990419 [ 3 ] {2536d346-58b3-4781-98e9-f69e5c2759ab} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001585 sec., 630.9148264984227 rows/sec., 142.94 KiB/sec. | ||
3076 | 2024.09.23 18:22:35.990577 [ 3 ] {2536d346-58b3-4781-98e9-f69e5c2759ab} <Debug> DynamicQueryHandler: Done processing query | ||
3077 | 2024.09.23 18:22:35.990602 [ 3 ] {2536d346-58b3-4781-98e9-f69e5c2759ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3078 | 2024.09.23 18:22:35.990617 [ 3 ] {} <Debug> HTTP-Session: d1330342-0643-446e-8952-7af7fb5312d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3079 | 2024.09.23 18:22:35.990742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3080 | 2024.09.23 18:22:35.990787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3081 | 2024.09.23 18:22:35.990807 [ 3 ] {} <Debug> HTTP-Session: 1ba36a3a-f6e2-4f92-b8e8-985e60c2cca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3082 | 2024.09.23 18:22:35.990823 [ 3 ] {} <Debug> HTTP-Session: 1ba36a3a-f6e2-4f92-b8e8-985e60c2cca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3083 | 2024.09.23 18:22:35.990836 [ 3 ] {} <Debug> HTTP-Session: 1ba36a3a-f6e2-4f92-b8e8-985e60c2cca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3084 | 2024.09.23 18:22:35.990868 [ 3 ] {} <Trace> HTTP-Session: 1ba36a3a-f6e2-4f92-b8e8-985e60c2cca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3085 | 2024.09.23 18:22:35.990960 [ 3 ] {ab82524c-fa43-4a5f-b291-c1d7679fcbe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3086 | 2024.09.23 18:22:35.991004 [ 3 ] {ab82524c-fa43-4a5f-b291-c1d7679fcbe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3087 | 2024.09.23 18:22:35.991274 [ 3 ] {ab82524c-fa43-4a5f-b291-c1d7679fcbe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3088 | 2024.09.23 18:22:35.991581 [ 3 ] {ab82524c-fa43-4a5f-b291-c1d7679fcbe6} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3089 | 2024.09.23 18:22:35.991618 [ 3 ] {ab82524c-fa43-4a5f-b291-c1d7679fcbe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3090 | 2024.09.23 18:22:35.992063 [ 3 ] {ab82524c-fa43-4a5f-b291-c1d7679fcbe6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3091 | 2024.09.23 18:22:35.992435 [ 3 ] {ab82524c-fa43-4a5f-b291-c1d7679fcbe6} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3092 | 2024.09.23 18:22:35.992584 [ 3 ] {ab82524c-fa43-4a5f-b291-c1d7679fcbe6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001637 sec., 1221.7470983506414 rows/sec., 99.62 KiB/sec. | ||
3093 | 2024.09.23 18:22:35.992746 [ 3 ] {ab82524c-fa43-4a5f-b291-c1d7679fcbe6} <Debug> DynamicQueryHandler: Done processing query | ||
3094 | 2024.09.23 18:22:35.992770 [ 3 ] {ab82524c-fa43-4a5f-b291-c1d7679fcbe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3095 | 2024.09.23 18:22:35.992785 [ 3 ] {} <Debug> HTTP-Session: 1ba36a3a-f6e2-4f92-b8e8-985e60c2cca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3096 | 2024.09.23 18:22:35.992902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3097 | 2024.09.23 18:22:35.992949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3098 | 2024.09.23 18:22:35.992969 [ 3 ] {} <Debug> HTTP-Session: 7c9441b8-9adf-438a-8e36-7169a10a8a85 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3099 | 2024.09.23 18:22:35.992984 [ 3 ] {} <Debug> HTTP-Session: 7c9441b8-9adf-438a-8e36-7169a10a8a85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3100 | 2024.09.23 18:22:35.992998 [ 3 ] {} <Debug> HTTP-Session: 7c9441b8-9adf-438a-8e36-7169a10a8a85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3101 | 2024.09.23 18:22:35.993030 [ 3 ] {} <Trace> HTTP-Session: 7c9441b8-9adf-438a-8e36-7169a10a8a85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3102 | 2024.09.23 18:22:35.993141 [ 3 ] {06e00268-c5bf-41f3-ad33-3f8a070f9d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3103 | 2024.09.23 18:22:35.993184 [ 3 ] {06e00268-c5bf-41f3-ad33-3f8a070f9d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3104 | 2024.09.23 18:22:35.993401 [ 3 ] {06e00268-c5bf-41f3-ad33-3f8a070f9d01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3105 | 2024.09.23 18:22:35.993803 [ 3 ] {06e00268-c5bf-41f3-ad33-3f8a070f9d01} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3106 | 2024.09.23 18:22:35.993843 [ 3 ] {06e00268-c5bf-41f3-ad33-3f8a070f9d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3107 | 2024.09.23 18:22:35.994209 [ 3 ] {06e00268-c5bf-41f3-ad33-3f8a070f9d01} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3108 | 2024.09.23 18:22:35.994584 [ 3 ] {06e00268-c5bf-41f3-ad33-3f8a070f9d01} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3109 | 2024.09.23 18:22:35.994743 [ 3 ] {06e00268-c5bf-41f3-ad33-3f8a070f9d01} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00164 sec., 34756.09756097561 rows/sec., 2.65 MiB/sec. | ||
3110 | 2024.09.23 18:22:35.994916 [ 3 ] {06e00268-c5bf-41f3-ad33-3f8a070f9d01} <Debug> DynamicQueryHandler: Done processing query | ||
3111 | 2024.09.23 18:22:35.994939 [ 3 ] {06e00268-c5bf-41f3-ad33-3f8a070f9d01} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3112 | 2024.09.23 18:22:35.994955 [ 3 ] {} <Debug> HTTP-Session: 7c9441b8-9adf-438a-8e36-7169a10a8a85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3113 | 2024.09.23 18:22:35.995081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3114 | 2024.09.23 18:22:35.995130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3115 | 2024.09.23 18:22:35.995150 [ 3 ] {} <Debug> HTTP-Session: 06ec65c8-3a16-48ec-8ddb-a2567700842e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3116 | 2024.09.23 18:22:35.995167 [ 3 ] {} <Debug> HTTP-Session: 06ec65c8-3a16-48ec-8ddb-a2567700842e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3117 | 2024.09.23 18:22:35.995181 [ 3 ] {} <Debug> HTTP-Session: 06ec65c8-3a16-48ec-8ddb-a2567700842e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3118 | 2024.09.23 18:22:35.995213 [ 3 ] {} <Trace> HTTP-Session: 06ec65c8-3a16-48ec-8ddb-a2567700842e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3119 | 2024.09.23 18:22:35.995321 [ 3 ] {ee138595-31eb-4ee0-8dc3-10db30f22771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3120 | 2024.09.23 18:22:35.995366 [ 3 ] {ee138595-31eb-4ee0-8dc3-10db30f22771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3121 | 2024.09.23 18:22:35.995595 [ 3 ] {ee138595-31eb-4ee0-8dc3-10db30f22771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3122 | 2024.09.23 18:22:35.995901 [ 3 ] {ee138595-31eb-4ee0-8dc3-10db30f22771} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3123 | 2024.09.23 18:22:35.995939 [ 3 ] {ee138595-31eb-4ee0-8dc3-10db30f22771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3124 | 2024.09.23 18:22:35.996283 [ 3 ] {ee138595-31eb-4ee0-8dc3-10db30f22771} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3125 | 2024.09.23 18:22:35.996653 [ 3 ] {ee138595-31eb-4ee0-8dc3-10db30f22771} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3126 | 2024.09.23 18:22:35.996812 [ 3 ] {ee138595-31eb-4ee0-8dc3-10db30f22771} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001515 sec., 1320.13201320132 rows/sec., 92.18 KiB/sec. | ||
3127 | 2024.09.23 18:22:35.997010 [ 3 ] {ee138595-31eb-4ee0-8dc3-10db30f22771} <Debug> DynamicQueryHandler: Done processing query | ||
3128 | 2024.09.23 18:22:35.997036 [ 3 ] {ee138595-31eb-4ee0-8dc3-10db30f22771} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3129 | 2024.09.23 18:22:35.997052 [ 3 ] {} <Debug> HTTP-Session: 06ec65c8-3a16-48ec-8ddb-a2567700842e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3130 | 2024.09.23 18:22:35.997186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 11231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3131 | 2024.09.23 18:22:35.997236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3132 | 2024.09.23 18:22:35.997255 [ 3 ] {} <Debug> HTTP-Session: 29f3f199-25da-4e21-851e-0f857d547c21 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3133 | 2024.09.23 18:22:35.997272 [ 3 ] {} <Debug> HTTP-Session: 29f3f199-25da-4e21-851e-0f857d547c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3134 | 2024.09.23 18:22:35.997286 [ 3 ] {} <Debug> HTTP-Session: 29f3f199-25da-4e21-851e-0f857d547c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3135 | 2024.09.23 18:22:35.997318 [ 3 ] {} <Trace> HTTP-Session: 29f3f199-25da-4e21-851e-0f857d547c21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3136 | 2024.09.23 18:22:35.997440 [ 3 ] {b8def458-d840-473c-8aeb-e78e979e0b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3137 | 2024.09.23 18:22:35.997485 [ 3 ] {b8def458-d840-473c-8aeb-e78e979e0b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3138 | 2024.09.23 18:22:35.997711 [ 3 ] {b8def458-d840-473c-8aeb-e78e979e0b7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3139 | 2024.09.23 18:22:35.998071 [ 3 ] {b8def458-d840-473c-8aeb-e78e979e0b7e} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3140 | 2024.09.23 18:22:35.998109 [ 3 ] {b8def458-d840-473c-8aeb-e78e979e0b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3141 | 2024.09.23 18:22:35.998464 [ 3 ] {b8def458-d840-473c-8aeb-e78e979e0b7e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3142 | 2024.09.23 18:22:35.998827 [ 3 ] {b8def458-d840-473c-8aeb-e78e979e0b7e} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3143 | 2024.09.23 18:22:35.998979 [ 3 ] {b8def458-d840-473c-8aeb-e78e979e0b7e} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001575 sec., 41904.7619047619 rows/sec., 3.27 MiB/sec. | ||
3144 | 2024.09.23 18:22:35.999311 [ 3 ] {b8def458-d840-473c-8aeb-e78e979e0b7e} <Debug> DynamicQueryHandler: Done processing query | ||
3145 | 2024.09.23 18:22:35.999337 [ 3 ] {b8def458-d840-473c-8aeb-e78e979e0b7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3146 | 2024.09.23 18:22:35.999353 [ 3 ] {} <Debug> HTTP-Session: 29f3f199-25da-4e21-851e-0f857d547c21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3147 | 2024.09.23 18:22:35.999587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3148 | 2024.09.23 18:22:35.999639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3149 | 2024.09.23 18:22:35.999658 [ 3 ] {} <Debug> HTTP-Session: a87185b0-9b77-4edf-8577-adb06d56add1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3150 | 2024.09.23 18:22:35.999675 [ 3 ] {} <Debug> HTTP-Session: a87185b0-9b77-4edf-8577-adb06d56add1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3151 | 2024.09.23 18:22:35.999690 [ 3 ] {} <Debug> HTTP-Session: a87185b0-9b77-4edf-8577-adb06d56add1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3152 | 2024.09.23 18:22:35.999721 [ 3 ] {} <Trace> HTTP-Session: a87185b0-9b77-4edf-8577-adb06d56add1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3153 | 2024.09.23 18:22:35.999874 [ 3 ] {6c27c798-9302-496d-bfa1-41598fe6244d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3154 | 2024.09.23 18:22:35.999923 [ 3 ] {6c27c798-9302-496d-bfa1-41598fe6244d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3155 | 2024.09.23 18:22:36.000094 [ 3 ] {6c27c798-9302-496d-bfa1-41598fe6244d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3156 | 2024.09.23 18:22:36.000148 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.72 MiB, peak 188.84 MiB, free memory in arenas 0.00 B, will set to 181.36 MiB (RSS), difference: -1.35 MiB | ||
3157 | 2024.09.23 18:22:36.000812 [ 3 ] {6c27c798-9302-496d-bfa1-41598fe6244d} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3158 | 2024.09.23 18:22:36.000855 [ 3 ] {6c27c798-9302-496d-bfa1-41598fe6244d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3159 | 2024.09.23 18:22:36.001241 [ 3 ] {6c27c798-9302-496d-bfa1-41598fe6244d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3160 | 2024.09.23 18:22:36.001587 [ 3 ] {6c27c798-9302-496d-bfa1-41598fe6244d} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3161 | 2024.09.23 18:22:36.001755 [ 3 ] {6c27c798-9302-496d-bfa1-41598fe6244d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001953 sec., 82437.27598566307 rows/sec., 5.74 MiB/sec. | ||
3162 | 2024.09.23 18:22:36.001974 [ 3 ] {6c27c798-9302-496d-bfa1-41598fe6244d} <Debug> DynamicQueryHandler: Done processing query | ||
3163 | 2024.09.23 18:22:36.002000 [ 3 ] {6c27c798-9302-496d-bfa1-41598fe6244d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3164 | 2024.09.23 18:22:36.002016 [ 3 ] {} <Debug> HTTP-Session: a87185b0-9b77-4edf-8577-adb06d56add1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3165 | 2024.09.23 18:22:36.002140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3166 | 2024.09.23 18:22:36.002189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3167 | 2024.09.23 18:22:36.002208 [ 3 ] {} <Debug> HTTP-Session: 09f5e08d-8ea9-4ad7-91db-7768c6fb5f16 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3168 | 2024.09.23 18:22:36.002224 [ 3 ] {} <Debug> HTTP-Session: 09f5e08d-8ea9-4ad7-91db-7768c6fb5f16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3169 | 2024.09.23 18:22:36.002238 [ 3 ] {} <Debug> HTTP-Session: 09f5e08d-8ea9-4ad7-91db-7768c6fb5f16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3170 | 2024.09.23 18:22:36.002269 [ 3 ] {} <Trace> HTTP-Session: 09f5e08d-8ea9-4ad7-91db-7768c6fb5f16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3171 | 2024.09.23 18:22:36.002394 [ 3 ] {61aaefd4-b874-438c-8a82-3205f035895e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3172 | 2024.09.23 18:22:36.002439 [ 3 ] {61aaefd4-b874-438c-8a82-3205f035895e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3173 | 2024.09.23 18:22:36.002565 [ 3 ] {61aaefd4-b874-438c-8a82-3205f035895e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3174 | 2024.09.23 18:22:36.002856 [ 3 ] {61aaefd4-b874-438c-8a82-3205f035895e} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3175 | 2024.09.23 18:22:36.002892 [ 3 ] {61aaefd4-b874-438c-8a82-3205f035895e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3176 | 2024.09.23 18:22:36.003260 [ 3 ] {61aaefd4-b874-438c-8a82-3205f035895e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3177 | 2024.09.23 18:22:36.003587 [ 3 ] {61aaefd4-b874-438c-8a82-3205f035895e} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3178 | 2024.09.23 18:22:36.003749 [ 3 ] {61aaefd4-b874-438c-8a82-3205f035895e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
3179 | 2024.09.23 18:22:36.004038 [ 3 ] {61aaefd4-b874-438c-8a82-3205f035895e} <Debug> DynamicQueryHandler: Done processing query | ||
3180 | 2024.09.23 18:22:36.004063 [ 3 ] {61aaefd4-b874-438c-8a82-3205f035895e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3181 | 2024.09.23 18:22:36.004081 [ 3 ] {} <Debug> HTTP-Session: 09f5e08d-8ea9-4ad7-91db-7768c6fb5f16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3182 | 2024.09.23 18:22:37.414504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3183 | 2024.09.23 18:22:37.414631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3184 | 2024.09.23 18:22:37.414656 [ 3 ] {} <Debug> HTTP-Session: 42b204e9-4c48-49c0-a6ce-5719c61273af Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3185 | 2024.09.23 18:22:37.414681 [ 3 ] {} <Debug> HTTP-Session: 42b204e9-4c48-49c0-a6ce-5719c61273af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3186 | 2024.09.23 18:22:37.414697 [ 3 ] {} <Debug> HTTP-Session: 42b204e9-4c48-49c0-a6ce-5719c61273af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3187 | 2024.09.23 18:22:37.414747 [ 3 ] {} <Trace> HTTP-Session: 42b204e9-4c48-49c0-a6ce-5719c61273af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3188 | 2024.09.23 18:22:37.414929 [ 3 ] {7c6e0123-45b9-4967-8143-77ec3a67bd61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3189 | 2024.09.23 18:22:37.414998 [ 3 ] {7c6e0123-45b9-4967-8143-77ec3a67bd61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3190 | 2024.09.23 18:22:37.415330 [ 3 ] {7c6e0123-45b9-4967-8143-77ec3a67bd61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3191 | 2024.09.23 18:22:37.415729 [ 3 ] {7c6e0123-45b9-4967-8143-77ec3a67bd61} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3192 | 2024.09.23 18:22:37.415773 [ 3 ] {7c6e0123-45b9-4967-8143-77ec3a67bd61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3193 | 2024.09.23 18:22:37.416176 [ 3 ] {7c6e0123-45b9-4967-8143-77ec3a67bd61} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3194 | 2024.09.23 18:22:37.416563 [ 3 ] {7c6e0123-45b9-4967-8143-77ec3a67bd61} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3195 | 2024.09.23 18:22:37.416752 [ 3 ] {7c6e0123-45b9-4967-8143-77ec3a67bd61} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001865 sec., 1072.3860589812332 rows/sec., 87.45 KiB/sec. | ||
3196 | 2024.09.23 18:22:37.417083 [ 3 ] {7c6e0123-45b9-4967-8143-77ec3a67bd61} <Debug> DynamicQueryHandler: Done processing query | ||
3197 | 2024.09.23 18:22:37.417109 [ 3 ] {7c6e0123-45b9-4967-8143-77ec3a67bd61} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3198 | 2024.09.23 18:22:37.417126 [ 3 ] {} <Debug> HTTP-Session: 42b204e9-4c48-49c0-a6ce-5719c61273af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3199 | 2024.09.23 18:22:37.417362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3200 | 2024.09.23 18:22:37.417411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3201 | 2024.09.23 18:22:37.417433 [ 3 ] {} <Debug> HTTP-Session: d33f82f7-5961-4e63-9621-1707f2c14b0e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3202 | 2024.09.23 18:22:37.417449 [ 3 ] {} <Debug> HTTP-Session: d33f82f7-5961-4e63-9621-1707f2c14b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3203 | 2024.09.23 18:22:37.417464 [ 3 ] {} <Debug> HTTP-Session: d33f82f7-5961-4e63-9621-1707f2c14b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3204 | 2024.09.23 18:22:37.417497 [ 3 ] {} <Trace> HTTP-Session: d33f82f7-5961-4e63-9621-1707f2c14b0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3205 | 2024.09.23 18:22:37.418174 [ 3 ] {e3e133c8-934a-4c26-a080-963d2de8c456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3206 | 2024.09.23 18:22:37.418221 [ 3 ] {e3e133c8-934a-4c26-a080-963d2de8c456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3207 | 2024.09.23 18:22:37.418465 [ 3 ] {e3e133c8-934a-4c26-a080-963d2de8c456} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3208 | 2024.09.23 18:22:37.419844 [ 3 ] {e3e133c8-934a-4c26-a080-963d2de8c456} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3209 | 2024.09.23 18:22:37.419884 [ 3 ] {e3e133c8-934a-4c26-a080-963d2de8c456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3210 | 2024.09.23 18:22:37.420333 [ 3 ] {e3e133c8-934a-4c26-a080-963d2de8c456} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3211 | 2024.09.23 18:22:37.420718 [ 3 ] {e3e133c8-934a-4c26-a080-963d2de8c456} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3212 | 2024.09.23 18:22:37.420885 [ 3 ] {e3e133c8-934a-4c26-a080-963d2de8c456} <Debug> executeQuery: Read 1346 rows, 114.64 KiB in 0.003232 sec., 416460.396039604 rows/sec., 34.64 MiB/sec. | ||
3213 | 2024.09.23 18:22:37.421064 [ 3 ] {e3e133c8-934a-4c26-a080-963d2de8c456} <Debug> DynamicQueryHandler: Done processing query | ||
3214 | 2024.09.23 18:22:37.421091 [ 3 ] {e3e133c8-934a-4c26-a080-963d2de8c456} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
3215 | 2024.09.23 18:22:37.421108 [ 3 ] {} <Debug> HTTP-Session: d33f82f7-5961-4e63-9621-1707f2c14b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3216 | 2024.09.23 18:22:37.421409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3217 | 2024.09.23 18:22:37.421459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3218 | 2024.09.23 18:22:37.421479 [ 3 ] {} <Debug> HTTP-Session: afa6d210-cacc-4ea6-a696-6a5dad59ff4e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3219 | 2024.09.23 18:22:37.421496 [ 3 ] {} <Debug> HTTP-Session: afa6d210-cacc-4ea6-a696-6a5dad59ff4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3220 | 2024.09.23 18:22:37.421511 [ 3 ] {} <Debug> HTTP-Session: afa6d210-cacc-4ea6-a696-6a5dad59ff4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3221 | 2024.09.23 18:22:37.421543 [ 3 ] {} <Trace> HTTP-Session: afa6d210-cacc-4ea6-a696-6a5dad59ff4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3222 | 2024.09.23 18:22:37.421645 [ 3 ] {3edcad11-4645-4f9e-95ce-105c662b2274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3223 | 2024.09.23 18:22:37.421689 [ 3 ] {3edcad11-4645-4f9e-95ce-105c662b2274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3224 | 2024.09.23 18:22:37.421916 [ 3 ] {3edcad11-4645-4f9e-95ce-105c662b2274} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3225 | 2024.09.23 18:22:37.422313 [ 3 ] {3edcad11-4645-4f9e-95ce-105c662b2274} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3226 | 2024.09.23 18:22:37.422351 [ 3 ] {3edcad11-4645-4f9e-95ce-105c662b2274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3227 | 2024.09.23 18:22:37.422701 [ 3 ] {3edcad11-4645-4f9e-95ce-105c662b2274} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3228 | 2024.09.23 18:22:37.423066 [ 3 ] {3edcad11-4645-4f9e-95ce-105c662b2274} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3229 | 2024.09.23 18:22:37.423220 [ 3 ] {3edcad11-4645-4f9e-95ce-105c662b2274} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.0016 sec., 6250 rows/sec., 463.26 KiB/sec. | ||
3230 | 2024.09.23 18:22:37.423398 [ 3 ] {3edcad11-4645-4f9e-95ce-105c662b2274} <Debug> DynamicQueryHandler: Done processing query | ||
3231 | 2024.09.23 18:22:37.423424 [ 3 ] {3edcad11-4645-4f9e-95ce-105c662b2274} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3232 | 2024.09.23 18:22:37.423440 [ 3 ] {} <Debug> HTTP-Session: afa6d210-cacc-4ea6-a696-6a5dad59ff4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3233 | 2024.09.23 18:22:37.423626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3234 | 2024.09.23 18:22:37.423677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3235 | 2024.09.23 18:22:37.423697 [ 3 ] {} <Debug> HTTP-Session: 2f8b54fe-1588-4c66-903e-28f2ce465742 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3236 | 2024.09.23 18:22:37.423713 [ 3 ] {} <Debug> HTTP-Session: 2f8b54fe-1588-4c66-903e-28f2ce465742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3237 | 2024.09.23 18:22:37.423727 [ 3 ] {} <Debug> HTTP-Session: 2f8b54fe-1588-4c66-903e-28f2ce465742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3238 | 2024.09.23 18:22:37.423759 [ 3 ] {} <Trace> HTTP-Session: 2f8b54fe-1588-4c66-903e-28f2ce465742 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3239 | 2024.09.23 18:22:37.423911 [ 3 ] {550b62d2-356b-444d-9f24-0555d9f123be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3240 | 2024.09.23 18:22:37.423954 [ 3 ] {550b62d2-356b-444d-9f24-0555d9f123be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3241 | 2024.09.23 18:22:37.424175 [ 3 ] {550b62d2-356b-444d-9f24-0555d9f123be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3242 | 2024.09.23 18:22:37.424645 [ 3 ] {550b62d2-356b-444d-9f24-0555d9f123be} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3243 | 2024.09.23 18:22:37.424682 [ 3 ] {550b62d2-356b-444d-9f24-0555d9f123be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3244 | 2024.09.23 18:22:37.425053 [ 3 ] {550b62d2-356b-444d-9f24-0555d9f123be} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3245 | 2024.09.23 18:22:37.425419 [ 3 ] {550b62d2-356b-444d-9f24-0555d9f123be} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3246 | 2024.09.23 18:22:37.425577 [ 3 ] {550b62d2-356b-444d-9f24-0555d9f123be} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001734 sec., 139561.70703575548 rows/sec., 9.46 MiB/sec. | ||
3247 | 2024.09.23 18:22:37.425574 [ 47 ] {} <Debug> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3248 | 2024.09.23 18:22:37.425683 [ 47 ] {} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3249 | 2024.09.23 18:22:37.425737 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3250 | 2024.09.23 18:22:37.425845 [ 3 ] {550b62d2-356b-444d-9f24-0555d9f123be} <Debug> DynamicQueryHandler: Done processing query | ||
3251 | 2024.09.23 18:22:37.425900 [ 3 ] {550b62d2-356b-444d-9f24-0555d9f123be} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3252 | 2024.09.23 18:22:37.425942 [ 3 ] {} <Debug> HTTP-Session: 2f8b54fe-1588-4c66-903e-28f2ce465742 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3253 | 2024.09.23 18:22:37.425974 [ 192 ] {92b24ad6-501f-401c-abbd-bcde22011275::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 | ||
3254 | 2024.09.23 18:22:37.426156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3255 | 2024.09.23 18:22:37.426282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3256 | 2024.09.23 18:22:37.426304 [ 192 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3257 | 2024.09.23 18:22:37.426325 [ 3 ] {} <Debug> HTTP-Session: 39751cc4-92ea-4054-a349-ca28d9e2707d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3258 | 2024.09.23 18:22:37.426374 [ 3 ] {} <Debug> HTTP-Session: 39751cc4-92ea-4054-a349-ca28d9e2707d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3259 | 2024.09.23 18:22:37.426390 [ 192 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
3260 | 2024.09.23 18:22:37.426408 [ 3 ] {} <Debug> HTTP-Session: 39751cc4-92ea-4054-a349-ca28d9e2707d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3261 | 2024.09.23 18:22:37.426479 [ 3 ] {} <Trace> HTTP-Session: 39751cc4-92ea-4054-a349-ca28d9e2707d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3262 | 2024.09.23 18:22:37.426711 [ 192 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
3263 | 2024.09.23 18:22:37.426804 [ 3 ] {6badfe64-35b9-4e83-862f-5c2ba5cdb04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3264 | 2024.09.23 18:22:37.426971 [ 192 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
3265 | 2024.09.23 18:22:37.426986 [ 3 ] {6badfe64-35b9-4e83-862f-5c2ba5cdb04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3266 | 2024.09.23 18:22:37.427272 [ 192 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
3267 | 2024.09.23 18:22:37.427564 [ 192 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
3268 | 2024.09.23 18:22:37.427854 [ 192 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
3269 | 2024.09.23 18:22:37.428652 [ 3 ] {6badfe64-35b9-4e83-862f-5c2ba5cdb04c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3270 | 2024.09.23 18:22:37.429428 [ 3 ] {6badfe64-35b9-4e83-862f-5c2ba5cdb04c} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3271 | 2024.09.23 18:22:37.429506 [ 3 ] {6badfe64-35b9-4e83-862f-5c2ba5cdb04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3272 | 2024.09.23 18:22:37.430521 [ 3 ] {6badfe64-35b9-4e83-862f-5c2ba5cdb04c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3273 | 2024.09.23 18:22:37.431265 [ 188 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005427726 sec., 99673.41756013477 rows/sec., 6.78 MiB/sec. | ||
3274 | 2024.09.23 18:22:37.431521 [ 188 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3275 | 2024.09.23 18:22:37.431565 [ 3 ] {6badfe64-35b9-4e83-862f-5c2ba5cdb04c} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3276 | 2024.09.23 18:22:37.431894 [ 3 ] {6badfe64-35b9-4e83-862f-5c2ba5cdb04c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005178 sec., 1158.7485515643104 rows/sec., 68.46 KiB/sec. | ||
3277 | 2024.09.23 18:22:37.432422 [ 3 ] {6badfe64-35b9-4e83-862f-5c2ba5cdb04c} <Debug> DynamicQueryHandler: Done processing query | ||
3278 | 2024.09.23 18:22:37.432476 [ 3 ] {6badfe64-35b9-4e83-862f-5c2ba5cdb04c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3279 | 2024.09.23 18:22:37.432510 [ 3 ] {} <Debug> HTTP-Session: 39751cc4-92ea-4054-a349-ca28d9e2707d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3280 | 2024.09.23 18:22:37.432608 [ 188 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_6_1} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3281 | 2024.09.23 18:22:37.432696 [ 188 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_6_1} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3282 | 2024.09.23 18:22:37.432766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3283 | 2024.09.23 18:22:37.432836 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
3284 | 2024.09.23 18:22:37.432864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3285 | 2024.09.23 18:22:37.432901 [ 3 ] {} <Debug> HTTP-Session: e0a1d0a3-7602-4a8e-9b1e-9a417ac923fd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3286 | 2024.09.23 18:22:37.432918 [ 3 ] {} <Debug> HTTP-Session: e0a1d0a3-7602-4a8e-9b1e-9a417ac923fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3287 | 2024.09.23 18:22:37.432933 [ 3 ] {} <Debug> HTTP-Session: e0a1d0a3-7602-4a8e-9b1e-9a417ac923fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3288 | 2024.09.23 18:22:37.432964 [ 3 ] {} <Trace> HTTP-Session: e0a1d0a3-7602-4a8e-9b1e-9a417ac923fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3289 | 2024.09.23 18:22:37.433363 [ 3 ] {ed742595-a682-47d3-8175-6ad654191e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3290 | 2024.09.23 18:22:37.433409 [ 3 ] {ed742595-a682-47d3-8175-6ad654191e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3291 | 2024.09.23 18:22:37.433656 [ 3 ] {ed742595-a682-47d3-8175-6ad654191e2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3292 | 2024.09.23 18:22:37.434517 [ 3 ] {ed742595-a682-47d3-8175-6ad654191e2a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3293 | 2024.09.23 18:22:37.434555 [ 3 ] {ed742595-a682-47d3-8175-6ad654191e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3294 | 2024.09.23 18:22:37.434950 [ 3 ] {ed742595-a682-47d3-8175-6ad654191e2a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3295 | 2024.09.23 18:22:37.435323 [ 3 ] {ed742595-a682-47d3-8175-6ad654191e2a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3296 | 2024.09.23 18:22:37.435476 [ 3 ] {ed742595-a682-47d3-8175-6ad654191e2a} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002365 sec., 358562.36786469346 rows/sec., 25.92 MiB/sec. | ||
3297 | 2024.09.23 18:22:37.435817 [ 3 ] {ed742595-a682-47d3-8175-6ad654191e2a} <Debug> DynamicQueryHandler: Done processing query | ||
3298 | 2024.09.23 18:22:37.435843 [ 3 ] {ed742595-a682-47d3-8175-6ad654191e2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
3299 | 2024.09.23 18:22:37.435860 [ 3 ] {} <Debug> HTTP-Session: e0a1d0a3-7602-4a8e-9b1e-9a417ac923fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3300 | 2024.09.23 18:22:37.436170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3301 | 2024.09.23 18:22:37.436221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3302 | 2024.09.23 18:22:37.436241 [ 3 ] {} <Debug> HTTP-Session: f23cb161-6d84-4c1d-9263-392aa1f566d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3303 | 2024.09.23 18:22:37.436258 [ 3 ] {} <Debug> HTTP-Session: f23cb161-6d84-4c1d-9263-392aa1f566d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3304 | 2024.09.23 18:22:37.436272 [ 3 ] {} <Debug> HTTP-Session: f23cb161-6d84-4c1d-9263-392aa1f566d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3305 | 2024.09.23 18:22:37.436303 [ 3 ] {} <Trace> HTTP-Session: f23cb161-6d84-4c1d-9263-392aa1f566d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3306 | 2024.09.23 18:22:37.436405 [ 3 ] {a9eeae07-53c7-4929-9da1-767f5e54e0ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3307 | 2024.09.23 18:22:37.436450 [ 3 ] {a9eeae07-53c7-4929-9da1-767f5e54e0ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3308 | 2024.09.23 18:22:37.436602 [ 3 ] {a9eeae07-53c7-4929-9da1-767f5e54e0ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3309 | 2024.09.23 18:22:37.436868 [ 3 ] {a9eeae07-53c7-4929-9da1-767f5e54e0ef} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3310 | 2024.09.23 18:22:37.436905 [ 3 ] {a9eeae07-53c7-4929-9da1-767f5e54e0ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3311 | 2024.09.23 18:22:37.437263 [ 3 ] {a9eeae07-53c7-4929-9da1-767f5e54e0ef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3312 | 2024.09.23 18:22:37.437600 [ 3 ] {a9eeae07-53c7-4929-9da1-767f5e54e0ef} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3313 | 2024.09.23 18:22:37.437755 [ 3 ] {a9eeae07-53c7-4929-9da1-767f5e54e0ef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 229.82 KiB/sec. | ||
3314 | 2024.09.23 18:22:37.437758 [ 47 ] {} <Debug> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3315 | 2024.09.23 18:22:37.437844 [ 47 ] {} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3316 | 2024.09.23 18:22:37.437888 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3317 | 2024.09.23 18:22:37.438089 [ 3 ] {a9eeae07-53c7-4929-9da1-767f5e54e0ef} <Debug> DynamicQueryHandler: Done processing query | ||
3318 | 2024.09.23 18:22:37.438211 [ 3 ] {a9eeae07-53c7-4929-9da1-767f5e54e0ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3319 | 2024.09.23 18:22:37.438292 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
3320 | 2024.09.23 18:22:37.438300 [ 3 ] {} <Debug> HTTP-Session: f23cb161-6d84-4c1d-9263-392aa1f566d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3321 | 2024.09.23 18:22:37.438507 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3322 | 2024.09.23 18:22:37.438564 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
3323 | 2024.09.23 18:22:37.438604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 180426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3324 | 2024.09.23 18:22:37.438785 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
3325 | 2024.09.23 18:22:37.438781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3326 | 2024.09.23 18:22:37.438910 [ 3 ] {} <Debug> HTTP-Session: 424c65e7-a212-475f-ac0b-71ee06acc7b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3327 | 2024.09.23 18:22:37.439030 [ 3 ] {} <Debug> HTTP-Session: 424c65e7-a212-475f-ac0b-71ee06acc7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3328 | 2024.09.23 18:22:37.439049 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
3329 | 2024.09.23 18:22:37.439098 [ 3 ] {} <Debug> HTTP-Session: 424c65e7-a212-475f-ac0b-71ee06acc7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3330 | 2024.09.23 18:22:37.439283 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
3331 | 2024.09.23 18:22:37.439388 [ 3 ] {} <Trace> HTTP-Session: 424c65e7-a212-475f-ac0b-71ee06acc7b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3332 | 2024.09.23 18:22:37.439500 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
3333 | 2024.09.23 18:22:37.439777 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
3334 | 2024.09.23 18:22:37.440486 [ 3 ] {fa28a3f5-db28-48ae-9104-25e90a7237c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3335 | 2024.09.23 18:22:37.440593 [ 3 ] {fa28a3f5-db28-48ae-9104-25e90a7237c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3336 | 2024.09.23 18:22:37.441318 [ 3 ] {fa28a3f5-db28-48ae-9104-25e90a7237c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3337 | 2024.09.23 18:22:37.441702 [ 188 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003730524 sec., 9650.118857297259 rows/sec., 504.18 KiB/sec. | ||
3338 | 2024.09.23 18:22:37.441829 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3339 | 2024.09.23 18:22:37.442309 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_6_1} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3340 | 2024.09.23 18:22:37.442549 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_6_1} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3341 | 2024.09.23 18:22:37.442738 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3342 | 2024.09.23 18:22:37.442857 [ 3 ] {fa28a3f5-db28-48ae-9104-25e90a7237c6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3343 | 2024.09.23 18:22:37.442901 [ 3 ] {fa28a3f5-db28-48ae-9104-25e90a7237c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3344 | 2024.09.23 18:22:37.443362 [ 3 ] {fa28a3f5-db28-48ae-9104-25e90a7237c6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3345 | 2024.09.23 18:22:37.443724 [ 3 ] {fa28a3f5-db28-48ae-9104-25e90a7237c6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3346 | 2024.09.23 18:22:37.443889 [ 3 ] {fa28a3f5-db28-48ae-9104-25e90a7237c6} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.004093 sec., 233569.5089176643 rows/sec., 15.52 MiB/sec. | ||
3347 | 2024.09.23 18:22:37.444251 [ 3 ] {fa28a3f5-db28-48ae-9104-25e90a7237c6} <Debug> DynamicQueryHandler: Done processing query | ||
3348 | 2024.09.23 18:22:37.444277 [ 3 ] {fa28a3f5-db28-48ae-9104-25e90a7237c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
3349 | 2024.09.23 18:22:37.444295 [ 3 ] {} <Debug> HTTP-Session: 424c65e7-a212-475f-ac0b-71ee06acc7b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3350 | 2024.09.23 18:22:37.444611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3351 | 2024.09.23 18:22:37.444661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3352 | 2024.09.23 18:22:37.444681 [ 3 ] {} <Debug> HTTP-Session: c8429138-0da4-43a7-8bba-1519659ed813 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3353 | 2024.09.23 18:22:37.444698 [ 3 ] {} <Debug> HTTP-Session: c8429138-0da4-43a7-8bba-1519659ed813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3354 | 2024.09.23 18:22:37.444713 [ 3 ] {} <Debug> HTTP-Session: c8429138-0da4-43a7-8bba-1519659ed813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3355 | 2024.09.23 18:22:37.444744 [ 3 ] {} <Trace> HTTP-Session: c8429138-0da4-43a7-8bba-1519659ed813 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3356 | 2024.09.23 18:22:37.444841 [ 3 ] {1a6f396b-0413-469a-877b-5062f5e0b261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3357 | 2024.09.23 18:22:37.444887 [ 3 ] {1a6f396b-0413-469a-877b-5062f5e0b261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3358 | 2024.09.23 18:22:37.445038 [ 3 ] {1a6f396b-0413-469a-877b-5062f5e0b261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3359 | 2024.09.23 18:22:37.445324 [ 3 ] {1a6f396b-0413-469a-877b-5062f5e0b261} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3360 | 2024.09.23 18:22:37.445361 [ 3 ] {1a6f396b-0413-469a-877b-5062f5e0b261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3361 | 2024.09.23 18:22:37.445720 [ 3 ] {1a6f396b-0413-469a-877b-5062f5e0b261} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3362 | 2024.09.23 18:22:37.446057 [ 3 ] {1a6f396b-0413-469a-877b-5062f5e0b261} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3363 | 2024.09.23 18:22:37.446202 [ 47 ] {} <Debug> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3364 | 2024.09.23 18:22:37.446216 [ 3 ] {1a6f396b-0413-469a-877b-5062f5e0b261} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001388 sec., 720.4610951008646 rows/sec., 48.55 KiB/sec. | ||
3365 | 2024.09.23 18:22:37.446250 [ 47 ] {} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3366 | 2024.09.23 18:22:37.446315 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3367 | 2024.09.23 18:22:37.446526 [ 188 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::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 | ||
3368 | 2024.09.23 18:22:37.446558 [ 3 ] {1a6f396b-0413-469a-877b-5062f5e0b261} <Debug> DynamicQueryHandler: Done processing query | ||
3369 | 2024.09.23 18:22:37.446599 [ 3 ] {1a6f396b-0413-469a-877b-5062f5e0b261} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3370 | 2024.09.23 18:22:37.446635 [ 3 ] {} <Debug> HTTP-Session: c8429138-0da4-43a7-8bba-1519659ed813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3371 | 2024.09.23 18:22:37.446749 [ 188 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3372 | 2024.09.23 18:22:37.446805 [ 188 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
3373 | 2024.09.23 18:22:37.446817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3374 | 2024.09.23 18:22:37.446945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3375 | 2024.09.23 18:22:37.447041 [ 3 ] {} <Debug> HTTP-Session: 068bd53a-6d19-4c05-96b4-a2505b4245c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3376 | 2024.09.23 18:22:37.447124 [ 3 ] {} <Debug> HTTP-Session: 068bd53a-6d19-4c05-96b4-a2505b4245c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3377 | 2024.09.23 18:22:37.447101 [ 188 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
3378 | 2024.09.23 18:22:37.447160 [ 3 ] {} <Debug> HTTP-Session: 068bd53a-6d19-4c05-96b4-a2505b4245c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3379 | 2024.09.23 18:22:37.447308 [ 3 ] {} <Trace> HTTP-Session: 068bd53a-6d19-4c05-96b4-a2505b4245c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3380 | 2024.09.23 18:22:37.447419 [ 188 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
3381 | 2024.09.23 18:22:37.447700 [ 188 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
3382 | 2024.09.23 18:22:37.447742 [ 3 ] {5d00054f-94c5-4c0b-a29f-8aeae3820a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3383 | 2024.09.23 18:22:37.448051 [ 188 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3384 | 2024.09.23 18:22:37.448083 [ 3 ] {5d00054f-94c5-4c0b-a29f-8aeae3820a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3385 | 2024.09.23 18:22:37.448419 [ 188 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
3386 | 2024.09.23 18:22:37.450324 [ 3 ] {5d00054f-94c5-4c0b-a29f-8aeae3820a39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3387 | 2024.09.23 18:22:37.451112 [ 3 ] {5d00054f-94c5-4c0b-a29f-8aeae3820a39} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3388 | 2024.09.23 18:22:37.451151 [ 3 ] {5d00054f-94c5-4c0b-a29f-8aeae3820a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3389 | 2024.09.23 18:22:37.452336 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.005903878 sec., 1185.6613568234302 rows/sec., 79.23 KiB/sec. | ||
3390 | 2024.09.23 18:22:37.452545 [ 188 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3391 | 2024.09.23 18:22:37.452570 [ 3 ] {5d00054f-94c5-4c0b-a29f-8aeae3820a39} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3392 | 2024.09.23 18:22:37.453637 [ 188 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_6_1} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3393 | 2024.09.23 18:22:37.453786 [ 188 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_6_1} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3394 | 2024.09.23 18:22:37.453993 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3395 | 2024.09.23 18:22:37.453995 [ 3 ] {5d00054f-94c5-4c0b-a29f-8aeae3820a39} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3396 | 2024.09.23 18:22:37.454253 [ 3 ] {5d00054f-94c5-4c0b-a29f-8aeae3820a39} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006723 sec., 1189.9449650453666 rows/sec., 2.13 MiB/sec. | ||
3397 | 2024.09.23 18:22:37.454735 [ 3 ] {5d00054f-94c5-4c0b-a29f-8aeae3820a39} <Debug> DynamicQueryHandler: Done processing query | ||
3398 | 2024.09.23 18:22:37.454760 [ 3 ] {5d00054f-94c5-4c0b-a29f-8aeae3820a39} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3399 | 2024.09.23 18:22:37.454776 [ 3 ] {} <Debug> HTTP-Session: 068bd53a-6d19-4c05-96b4-a2505b4245c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3400 | 2024.09.23 18:22:37.454902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3401 | 2024.09.23 18:22:37.454952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3402 | 2024.09.23 18:22:37.454971 [ 3 ] {} <Debug> HTTP-Session: e1c18af8-6ecf-4011-8319-909f0a3359ce Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3403 | 2024.09.23 18:22:37.454988 [ 3 ] {} <Debug> HTTP-Session: e1c18af8-6ecf-4011-8319-909f0a3359ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3404 | 2024.09.23 18:22:37.455003 [ 3 ] {} <Debug> HTTP-Session: e1c18af8-6ecf-4011-8319-909f0a3359ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3405 | 2024.09.23 18:22:37.455034 [ 3 ] {} <Trace> HTTP-Session: e1c18af8-6ecf-4011-8319-909f0a3359ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3406 | 2024.09.23 18:22:37.455151 [ 3 ] {c55acbd7-8542-4455-9137-6f3c2b95b261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3407 | 2024.09.23 18:22:37.455197 [ 3 ] {c55acbd7-8542-4455-9137-6f3c2b95b261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3408 | 2024.09.23 18:22:37.455333 [ 3 ] {c55acbd7-8542-4455-9137-6f3c2b95b261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3409 | 2024.09.23 18:22:37.455642 [ 3 ] {c55acbd7-8542-4455-9137-6f3c2b95b261} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3410 | 2024.09.23 18:22:37.455679 [ 3 ] {c55acbd7-8542-4455-9137-6f3c2b95b261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3411 | 2024.09.23 18:22:37.456043 [ 3 ] {c55acbd7-8542-4455-9137-6f3c2b95b261} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3412 | 2024.09.23 18:22:37.456384 [ 3 ] {c55acbd7-8542-4455-9137-6f3c2b95b261} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3413 | 2024.09.23 18:22:37.456517 [ 3 ] {c55acbd7-8542-4455-9137-6f3c2b95b261} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001407 sec., 24164.889836531627 rows/sec., 1.40 MiB/sec. | ||
3414 | 2024.09.23 18:22:37.456731 [ 3 ] {c55acbd7-8542-4455-9137-6f3c2b95b261} <Debug> DynamicQueryHandler: Done processing query | ||
3415 | 2024.09.23 18:22:37.456756 [ 3 ] {c55acbd7-8542-4455-9137-6f3c2b95b261} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3416 | 2024.09.23 18:22:37.456772 [ 3 ] {} <Debug> HTTP-Session: e1c18af8-6ecf-4011-8319-909f0a3359ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3417 | 2024.09.23 18:22:40.982910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3418 | 2024.09.23 18:22:40.983052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3419 | 2024.09.23 18:22:40.983082 [ 3 ] {} <Debug> HTTP-Session: 3ab7e052-88ed-41db-b571-66a2b497457d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3420 | 2024.09.23 18:22:40.983110 [ 3 ] {} <Debug> HTTP-Session: 3ab7e052-88ed-41db-b571-66a2b497457d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3421 | 2024.09.23 18:22:40.983129 [ 3 ] {} <Debug> HTTP-Session: 3ab7e052-88ed-41db-b571-66a2b497457d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3422 | 2024.09.23 18:22:40.983185 [ 3 ] {} <Trace> HTTP-Session: 3ab7e052-88ed-41db-b571-66a2b497457d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3423 | 2024.09.23 18:22:40.983387 [ 3 ] {539cc155-6509-4af5-a76c-2601d30a8c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3424 | 2024.09.23 18:22:40.983462 [ 3 ] {539cc155-6509-4af5-a76c-2601d30a8c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3425 | 2024.09.23 18:22:40.983842 [ 3 ] {539cc155-6509-4af5-a76c-2601d30a8c66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3426 | 2024.09.23 18:22:40.984275 [ 3 ] {539cc155-6509-4af5-a76c-2601d30a8c66} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3427 | 2024.09.23 18:22:40.984320 [ 3 ] {539cc155-6509-4af5-a76c-2601d30a8c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3428 | 2024.09.23 18:22:40.984730 [ 3 ] {539cc155-6509-4af5-a76c-2601d30a8c66} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3429 | 2024.09.23 18:22:40.985126 [ 3 ] {539cc155-6509-4af5-a76c-2601d30a8c66} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3430 | 2024.09.23 18:22:40.985269 [ 3 ] {539cc155-6509-4af5-a76c-2601d30a8c66} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001943 sec., 2058.672156459084 rows/sec., 167.87 KiB/sec. | ||
3431 | 2024.09.23 18:22:40.985625 [ 3 ] {539cc155-6509-4af5-a76c-2601d30a8c66} <Debug> DynamicQueryHandler: Done processing query | ||
3432 | 2024.09.23 18:22:40.985652 [ 3 ] {539cc155-6509-4af5-a76c-2601d30a8c66} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3433 | 2024.09.23 18:22:40.985670 [ 3 ] {} <Debug> HTTP-Session: 3ab7e052-88ed-41db-b571-66a2b497457d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3434 | 2024.09.23 18:22:40.985824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3435 | 2024.09.23 18:22:40.985876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3436 | 2024.09.23 18:22:40.985895 [ 3 ] {} <Debug> HTTP-Session: 13f61ff1-8097-4e78-864d-cf3fd4ec68ed Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3437 | 2024.09.23 18:22:40.985912 [ 3 ] {} <Debug> HTTP-Session: 13f61ff1-8097-4e78-864d-cf3fd4ec68ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3438 | 2024.09.23 18:22:40.985927 [ 3 ] {} <Debug> HTTP-Session: 13f61ff1-8097-4e78-864d-cf3fd4ec68ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3439 | 2024.09.23 18:22:40.985959 [ 3 ] {} <Trace> HTTP-Session: 13f61ff1-8097-4e78-864d-cf3fd4ec68ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3440 | 2024.09.23 18:22:40.986091 [ 3 ] {b1d8c132-95ee-46fe-a2ac-19f4927fc8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3441 | 2024.09.23 18:22:40.986139 [ 3 ] {b1d8c132-95ee-46fe-a2ac-19f4927fc8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3442 | 2024.09.23 18:22:40.986383 [ 3 ] {b1d8c132-95ee-46fe-a2ac-19f4927fc8a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3443 | 2024.09.23 18:22:40.986769 [ 3 ] {b1d8c132-95ee-46fe-a2ac-19f4927fc8a7} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3444 | 2024.09.23 18:22:40.986806 [ 3 ] {b1d8c132-95ee-46fe-a2ac-19f4927fc8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3445 | 2024.09.23 18:22:40.987170 [ 3 ] {b1d8c132-95ee-46fe-a2ac-19f4927fc8a7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3446 | 2024.09.23 18:22:40.987540 [ 3 ] {b1d8c132-95ee-46fe-a2ac-19f4927fc8a7} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3447 | 2024.09.23 18:22:40.987673 [ 3 ] {b1d8c132-95ee-46fe-a2ac-19f4927fc8a7} <Debug> executeQuery: Read 104 rows, 8.84 KiB in 0.001629 sec., 63842.848373235116 rows/sec., 5.30 MiB/sec. | ||
3448 | 2024.09.23 18:22:40.987990 [ 3 ] {b1d8c132-95ee-46fe-a2ac-19f4927fc8a7} <Debug> DynamicQueryHandler: Done processing query | ||
3449 | 2024.09.23 18:22:40.988015 [ 3 ] {b1d8c132-95ee-46fe-a2ac-19f4927fc8a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3450 | 2024.09.23 18:22:40.988032 [ 3 ] {} <Debug> HTTP-Session: 13f61ff1-8097-4e78-864d-cf3fd4ec68ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3451 | 2024.09.23 18:22:40.988187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3452 | 2024.09.23 18:22:40.988237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3453 | 2024.09.23 18:22:40.988257 [ 3 ] {} <Debug> HTTP-Session: 99e8cfd5-ad7b-4a48-9c43-16cd7e1a1650 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3454 | 2024.09.23 18:22:40.988273 [ 3 ] {} <Debug> HTTP-Session: 99e8cfd5-ad7b-4a48-9c43-16cd7e1a1650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3455 | 2024.09.23 18:22:40.988288 [ 3 ] {} <Debug> HTTP-Session: 99e8cfd5-ad7b-4a48-9c43-16cd7e1a1650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3456 | 2024.09.23 18:22:40.988319 [ 3 ] {} <Trace> HTTP-Session: 99e8cfd5-ad7b-4a48-9c43-16cd7e1a1650 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3457 | 2024.09.23 18:22:40.988428 [ 3 ] {eb53755c-9ce7-424b-af40-e1f98b4fe1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3458 | 2024.09.23 18:22:40.988473 [ 3 ] {eb53755c-9ce7-424b-af40-e1f98b4fe1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3459 | 2024.09.23 18:22:40.988717 [ 3 ] {eb53755c-9ce7-424b-af40-e1f98b4fe1d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3460 | 2024.09.23 18:22:40.989035 [ 3 ] {eb53755c-9ce7-424b-af40-e1f98b4fe1d3} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3461 | 2024.09.23 18:22:40.989072 [ 3 ] {eb53755c-9ce7-424b-af40-e1f98b4fe1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3462 | 2024.09.23 18:22:40.989423 [ 3 ] {eb53755c-9ce7-424b-af40-e1f98b4fe1d3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3463 | 2024.09.23 18:22:40.989793 [ 3 ] {eb53755c-9ce7-424b-af40-e1f98b4fe1d3} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3464 | 2024.09.23 18:22:40.989923 [ 3 ] {eb53755c-9ce7-424b-af40-e1f98b4fe1d3} <Debug> executeQuery: Read 27 rows, 2.01 KiB in 0.00153 sec., 17647.058823529413 rows/sec., 1.28 MiB/sec. | ||
3465 | 2024.09.23 18:22:40.990091 [ 3 ] {eb53755c-9ce7-424b-af40-e1f98b4fe1d3} <Debug> DynamicQueryHandler: Done processing query | ||
3466 | 2024.09.23 18:22:40.990117 [ 3 ] {eb53755c-9ce7-424b-af40-e1f98b4fe1d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3467 | 2024.09.23 18:22:40.990133 [ 3 ] {} <Debug> HTTP-Session: 99e8cfd5-ad7b-4a48-9c43-16cd7e1a1650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3468 | 2024.09.23 18:22:40.990287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3469 | 2024.09.23 18:22:40.990336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3470 | 2024.09.23 18:22:40.990355 [ 3 ] {} <Debug> HTTP-Session: 2be6c44d-5a59-4e04-a103-c2cb6cd53bba Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3471 | 2024.09.23 18:22:40.990371 [ 3 ] {} <Debug> HTTP-Session: 2be6c44d-5a59-4e04-a103-c2cb6cd53bba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3472 | 2024.09.23 18:22:40.990385 [ 3 ] {} <Debug> HTTP-Session: 2be6c44d-5a59-4e04-a103-c2cb6cd53bba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3473 | 2024.09.23 18:22:40.990416 [ 3 ] {} <Trace> HTTP-Session: 2be6c44d-5a59-4e04-a103-c2cb6cd53bba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3474 | 2024.09.23 18:22:40.990533 [ 3 ] {5b372310-8fd2-480c-aff8-4001e30238e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3475 | 2024.09.23 18:22:40.990578 [ 3 ] {5b372310-8fd2-480c-aff8-4001e30238e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3476 | 2024.09.23 18:22:40.990801 [ 3 ] {5b372310-8fd2-480c-aff8-4001e30238e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3477 | 2024.09.23 18:22:40.991148 [ 3 ] {5b372310-8fd2-480c-aff8-4001e30238e4} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3478 | 2024.09.23 18:22:40.991185 [ 3 ] {5b372310-8fd2-480c-aff8-4001e30238e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3479 | 2024.09.23 18:22:40.991538 [ 3 ] {5b372310-8fd2-480c-aff8-4001e30238e4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3480 | 2024.09.23 18:22:40.991903 [ 3 ] {5b372310-8fd2-480c-aff8-4001e30238e4} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3481 | 2024.09.23 18:22:40.992039 [ 3 ] {5b372310-8fd2-480c-aff8-4001e30238e4} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001546 sec., 58861.57826649417 rows/sec., 4.60 MiB/sec. | ||
3482 | 2024.09.23 18:22:40.992369 [ 3 ] {5b372310-8fd2-480c-aff8-4001e30238e4} <Debug> DynamicQueryHandler: Done processing query | ||
3483 | 2024.09.23 18:22:40.992395 [ 3 ] {5b372310-8fd2-480c-aff8-4001e30238e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3484 | 2024.09.23 18:22:40.992411 [ 3 ] {} <Debug> HTTP-Session: 2be6c44d-5a59-4e04-a103-c2cb6cd53bba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3485 | 2024.09.23 18:22:40.992586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3486 | 2024.09.23 18:22:40.992636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3487 | 2024.09.23 18:22:40.992656 [ 3 ] {} <Debug> HTTP-Session: 38289472-0d33-483f-bcc2-b810ce5345ec Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3488 | 2024.09.23 18:22:40.992673 [ 3 ] {} <Debug> HTTP-Session: 38289472-0d33-483f-bcc2-b810ce5345ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3489 | 2024.09.23 18:22:40.992688 [ 3 ] {} <Debug> HTTP-Session: 38289472-0d33-483f-bcc2-b810ce5345ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3490 | 2024.09.23 18:22:40.992718 [ 3 ] {} <Trace> HTTP-Session: 38289472-0d33-483f-bcc2-b810ce5345ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3491 | 2024.09.23 18:22:40.992864 [ 3 ] {16b46fdf-788e-41a7-8cc9-cf8527b94a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3492 | 2024.09.23 18:22:40.992912 [ 3 ] {16b46fdf-788e-41a7-8cc9-cf8527b94a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3493 | 2024.09.23 18:22:40.993078 [ 3 ] {16b46fdf-788e-41a7-8cc9-cf8527b94a52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3494 | 2024.09.23 18:22:40.993434 [ 3 ] {16b46fdf-788e-41a7-8cc9-cf8527b94a52} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3495 | 2024.09.23 18:22:40.993470 [ 3 ] {16b46fdf-788e-41a7-8cc9-cf8527b94a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3496 | 2024.09.23 18:22:40.993886 [ 3 ] {16b46fdf-788e-41a7-8cc9-cf8527b94a52} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3497 | 2024.09.23 18:22:40.994229 [ 3 ] {16b46fdf-788e-41a7-8cc9-cf8527b94a52} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3498 | 2024.09.23 18:22:40.994363 [ 3 ] {16b46fdf-788e-41a7-8cc9-cf8527b94a52} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001564 sec., 83120.20460358055 rows/sec., 5.79 MiB/sec. | ||
3499 | 2024.09.23 18:22:40.994681 [ 3 ] {16b46fdf-788e-41a7-8cc9-cf8527b94a52} <Debug> DynamicQueryHandler: Done processing query | ||
3500 | 2024.09.23 18:22:40.994707 [ 3 ] {16b46fdf-788e-41a7-8cc9-cf8527b94a52} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3501 | 2024.09.23 18:22:40.994723 [ 3 ] {} <Debug> HTTP-Session: 38289472-0d33-483f-bcc2-b810ce5345ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3502 | 2024.09.23 18:22:40.994937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37641, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3503 | 2024.09.23 18:22:40.994988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3504 | 2024.09.23 18:22:40.995007 [ 3 ] {} <Debug> HTTP-Session: 56d708aa-fdb9-48d2-b134-9ff8a2444a1f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3505 | 2024.09.23 18:22:40.995024 [ 3 ] {} <Debug> HTTP-Session: 56d708aa-fdb9-48d2-b134-9ff8a2444a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3506 | 2024.09.23 18:22:40.995038 [ 3 ] {} <Debug> HTTP-Session: 56d708aa-fdb9-48d2-b134-9ff8a2444a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3507 | 2024.09.23 18:22:40.995068 [ 3 ] {} <Trace> HTTP-Session: 56d708aa-fdb9-48d2-b134-9ff8a2444a1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3508 | 2024.09.23 18:22:40.995341 [ 3 ] {5c1491e4-e3a4-4952-b658-df0e1fdc31f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3509 | 2024.09.23 18:22:40.995412 [ 3 ] {5c1491e4-e3a4-4952-b658-df0e1fdc31f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3510 | 2024.09.23 18:22:40.995833 [ 3 ] {5c1491e4-e3a4-4952-b658-df0e1fdc31f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3511 | 2024.09.23 18:22:40.996379 [ 3 ] {5c1491e4-e3a4-4952-b658-df0e1fdc31f6} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3512 | 2024.09.23 18:22:40.996415 [ 3 ] {5c1491e4-e3a4-4952-b658-df0e1fdc31f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3513 | 2024.09.23 18:22:40.997040 [ 3 ] {5c1491e4-e3a4-4952-b658-df0e1fdc31f6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3514 | 2024.09.23 18:22:40.997456 [ 3 ] {5c1491e4-e3a4-4952-b658-df0e1fdc31f6} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3515 | 2024.09.23 18:22:40.997605 [ 3 ] {5c1491e4-e3a4-4952-b658-df0e1fdc31f6} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002452 sec., 9380.097879282217 rows/sec., 16.81 MiB/sec. | ||
3516 | 2024.09.23 18:22:40.997808 [ 3 ] {5c1491e4-e3a4-4952-b658-df0e1fdc31f6} <Debug> DynamicQueryHandler: Done processing query | ||
3517 | 2024.09.23 18:22:40.997832 [ 3 ] {5c1491e4-e3a4-4952-b658-df0e1fdc31f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3518 | 2024.09.23 18:22:40.997848 [ 3 ] {} <Debug> HTTP-Session: 56d708aa-fdb9-48d2-b134-9ff8a2444a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3519 | 2024.09.23 18:22:40.997968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3520 | 2024.09.23 18:22:40.998016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3521 | 2024.09.23 18:22:40.998035 [ 3 ] {} <Debug> HTTP-Session: 243b4fc4-3cd8-4b1b-8d17-9213e3c4fdc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3522 | 2024.09.23 18:22:40.998052 [ 3 ] {} <Debug> HTTP-Session: 243b4fc4-3cd8-4b1b-8d17-9213e3c4fdc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3523 | 2024.09.23 18:22:40.998066 [ 3 ] {} <Debug> HTTP-Session: 243b4fc4-3cd8-4b1b-8d17-9213e3c4fdc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3524 | 2024.09.23 18:22:40.998097 [ 3 ] {} <Trace> HTTP-Session: 243b4fc4-3cd8-4b1b-8d17-9213e3c4fdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3525 | 2024.09.23 18:22:40.998202 [ 3 ] {d43d430d-5fb0-4374-8e9b-6035adf57bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3526 | 2024.09.23 18:22:40.998247 [ 3 ] {d43d430d-5fb0-4374-8e9b-6035adf57bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3527 | 2024.09.23 18:22:40.998372 [ 3 ] {d43d430d-5fb0-4374-8e9b-6035adf57bd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3528 | 2024.09.23 18:22:40.998662 [ 3 ] {d43d430d-5fb0-4374-8e9b-6035adf57bd5} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3529 | 2024.09.23 18:22:40.998697 [ 3 ] {d43d430d-5fb0-4374-8e9b-6035adf57bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3530 | 2024.09.23 18:22:40.999053 [ 3 ] {d43d430d-5fb0-4374-8e9b-6035adf57bd5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3531 | 2024.09.23 18:22:40.999378 [ 3 ] {d43d430d-5fb0-4374-8e9b-6035adf57bd5} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3532 | 2024.09.23 18:22:40.999505 [ 3 ] {d43d430d-5fb0-4374-8e9b-6035adf57bd5} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001337 sec., 35901.271503365744 rows/sec., 2.42 MiB/sec. | ||
3533 | 2024.09.23 18:22:40.999668 [ 3 ] {d43d430d-5fb0-4374-8e9b-6035adf57bd5} <Debug> DynamicQueryHandler: Done processing query | ||
3534 | 2024.09.23 18:22:40.999693 [ 3 ] {d43d430d-5fb0-4374-8e9b-6035adf57bd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3535 | 2024.09.23 18:22:40.999709 [ 3 ] {} <Debug> HTTP-Session: 243b4fc4-3cd8-4b1b-8d17-9213e3c4fdc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3536 | 2024.09.23 18:22:42.290885 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3537 | 2024.09.23 18:22:42.290938 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3538 | 2024.09.23 18:22:45.984791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3539 | 2024.09.23 18:22:45.984941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3540 | 2024.09.23 18:22:45.984982 [ 3 ] {} <Debug> HTTP-Session: 13dba8ee-19f5-48d2-948b-54f6ce71a69a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3541 | 2024.09.23 18:22:45.985018 [ 3 ] {} <Debug> HTTP-Session: 13dba8ee-19f5-48d2-948b-54f6ce71a69a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3542 | 2024.09.23 18:22:45.985043 [ 3 ] {} <Debug> HTTP-Session: 13dba8ee-19f5-48d2-948b-54f6ce71a69a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3543 | 2024.09.23 18:22:45.985111 [ 3 ] {} <Trace> HTTP-Session: 13dba8ee-19f5-48d2-948b-54f6ce71a69a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3544 | 2024.09.23 18:22:45.985332 [ 3 ] {11f4f13a-0201-4bc7-a78b-dc49d2f0a809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3545 | 2024.09.23 18:22:45.985404 [ 3 ] {11f4f13a-0201-4bc7-a78b-dc49d2f0a809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3546 | 2024.09.23 18:22:45.985830 [ 3 ] {11f4f13a-0201-4bc7-a78b-dc49d2f0a809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3547 | 2024.09.23 18:22:45.986368 [ 3 ] {11f4f13a-0201-4bc7-a78b-dc49d2f0a809} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3548 | 2024.09.23 18:22:45.986422 [ 3 ] {11f4f13a-0201-4bc7-a78b-dc49d2f0a809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3549 | 2024.09.23 18:22:45.987022 [ 3 ] {11f4f13a-0201-4bc7-a78b-dc49d2f0a809} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3550 | 2024.09.23 18:22:45.987612 [ 3 ] {11f4f13a-0201-4bc7-a78b-dc49d2f0a809} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3551 | 2024.09.23 18:22:45.987799 [ 3 ] {11f4f13a-0201-4bc7-a78b-dc49d2f0a809} <Debug> executeQuery: Read 75 rows, 6.16 KiB in 0.002537 sec., 29562.47536460386 rows/sec., 2.37 MiB/sec. | ||
3552 | 2024.09.23 18:22:45.987808 [ 36 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3553 | 2024.09.23 18:22:45.987917 [ 36 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3554 | 2024.09.23 18:22:45.987960 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3555 | 2024.09.23 18:22:45.988108 [ 3 ] {11f4f13a-0201-4bc7-a78b-dc49d2f0a809} <Debug> DynamicQueryHandler: Done processing query | ||
3556 | 2024.09.23 18:22:45.988232 [ 3 ] {11f4f13a-0201-4bc7-a78b-dc49d2f0a809} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3557 | 2024.09.23 18:22:45.988308 [ 3 ] {} <Debug> HTTP-Session: 13dba8ee-19f5-48d2-948b-54f6ce71a69a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3558 | 2024.09.23 18:22:45.988301 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
3559 | 2024.09.23 18:22:45.988564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3560 | 2024.09.23 18:22:45.988688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3561 | 2024.09.23 18:22:45.988751 [ 3 ] {} <Debug> HTTP-Session: c5039ad3-f5bb-4826-a7d4-48b31003a29c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3562 | 2024.09.23 18:22:45.988769 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3563 | 2024.09.23 18:22:45.988790 [ 3 ] {} <Debug> HTTP-Session: c5039ad3-f5bb-4826-a7d4-48b31003a29c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3564 | 2024.09.23 18:22:45.988837 [ 3 ] {} <Debug> HTTP-Session: c5039ad3-f5bb-4826-a7d4-48b31003a29c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3565 | 2024.09.23 18:22:45.988852 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1376 rows starting from the beginning of the part | ||
3566 | 2024.09.23 18:22:45.988907 [ 3 ] {} <Trace> HTTP-Session: c5039ad3-f5bb-4826-a7d4-48b31003a29c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3567 | 2024.09.23 18:22:45.989136 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 251 rows starting from the beginning of the part | ||
3568 | 2024.09.23 18:22:45.989308 [ 3 ] {5c7828f8-ef2d-44ed-bab3-d72fc74ced97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3569 | 2024.09.23 18:22:45.989470 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 57 rows starting from the beginning of the part | ||
3570 | 2024.09.23 18:22:45.989517 [ 3 ] {5c7828f8-ef2d-44ed-bab3-d72fc74ced97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3571 | 2024.09.23 18:22:45.989907 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1346 rows starting from the beginning of the part | ||
3572 | 2024.09.23 18:22:45.990222 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 104 rows starting from the beginning of the part | ||
3573 | 2024.09.23 18:22:45.990627 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 75 rows starting from the beginning of the part | ||
3574 | 2024.09.23 18:22:45.991125 [ 3 ] {5c7828f8-ef2d-44ed-bab3-d72fc74ced97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3575 | 2024.09.23 18:22:45.991954 [ 3 ] {5c7828f8-ef2d-44ed-bab3-d72fc74ced97} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3576 | 2024.09.23 18:22:45.992005 [ 3 ] {5c7828f8-ef2d-44ed-bab3-d72fc74ced97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3577 | 2024.09.23 18:22:45.993012 [ 3 ] {5c7828f8-ef2d-44ed-bab3-d72fc74ced97} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3578 | 2024.09.23 18:22:45.994030 [ 3 ] {5c7828f8-ef2d-44ed-bab3-d72fc74ced97} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3579 | 2024.09.23 18:22:45.994288 [ 3 ] {5c7828f8-ef2d-44ed-bab3-d72fc74ced97} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.005146 sec., 1748.9312087057908 rows/sec., 131.51 KiB/sec. | ||
3580 | 2024.09.23 18:22:45.994300 [ 33 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3581 | 2024.09.23 18:22:45.994436 [ 33 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3582 | 2024.09.23 18:22:45.994527 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3583 | 2024.09.23 18:22:45.994814 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
3584 | 2024.09.23 18:22:45.994843 [ 3 ] {5c7828f8-ef2d-44ed-bab3-d72fc74ced97} <Debug> DynamicQueryHandler: Done processing query | ||
3585 | 2024.09.23 18:22:45.994936 [ 3 ] {5c7828f8-ef2d-44ed-bab3-d72fc74ced97} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3586 | 2024.09.23 18:22:45.995021 [ 3 ] {} <Debug> HTTP-Session: c5039ad3-f5bb-4826-a7d4-48b31003a29c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3587 | 2024.09.23 18:22:45.995346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3588 | 2024.09.23 18:22:45.995425 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3209 rows, containing 5 columns (5 merged, 0 gathered) in 0.007374234 sec., 435163.84210210847 rows/sec., 37.98 MiB/sec. | ||
3589 | 2024.09.23 18:22:45.995486 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3590 | 2024.09.23 18:22:45.995505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3591 | 2024.09.23 18:22:45.995561 [ 3 ] {} <Debug> HTTP-Session: 5de8c37f-76c9-4f0d-9a3d-e6f349aaa1fe Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3592 | 2024.09.23 18:22:45.995557 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
3593 | 2024.09.23 18:22:45.995593 [ 3 ] {} <Debug> HTTP-Session: 5de8c37f-76c9-4f0d-9a3d-e6f349aaa1fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3594 | 2024.09.23 18:22:45.995624 [ 3 ] {} <Debug> HTTP-Session: 5de8c37f-76c9-4f0d-9a3d-e6f349aaa1fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3595 | 2024.09.23 18:22:45.995791 [ 3 ] {} <Trace> HTTP-Session: 5de8c37f-76c9-4f0d-9a3d-e6f349aaa1fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3596 | 2024.09.23 18:22:45.995815 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3597 | 2024.09.23 18:22:45.995990 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 31 rows starting from the beginning of the part | ||
3598 | 2024.09.23 18:22:45.996368 [ 3 ] {eef3fa0e-651d-4fdc-970c-299885b7dd04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3599 | 2024.09.23 18:22:45.996541 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
3600 | 2024.09.23 18:22:45.996584 [ 3 ] {eef3fa0e-651d-4fdc-970c-299885b7dd04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3601 | 2024.09.23 18:22:45.996929 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
3602 | 2024.09.23 18:22:45.997451 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
3603 | 2024.09.23 18:22:45.997956 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part | ||
3604 | 2024.09.23 18:22:45.999102 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_16_3} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3605 | 2024.09.23 18:22:45.999264 [ 3 ] {eef3fa0e-651d-4fdc-970c-299885b7dd04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3606 | 2024.09.23 18:22:45.999385 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_16_3} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3607 | 2024.09.23 18:22:45.999675 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
3608 | 2024.09.23 18:22:46.000164 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.96 MiB, peak 191.59 MiB, free memory in arenas 0.00 B, will set to 183.14 MiB (RSS), difference: -3.82 MiB | ||
3609 | 2024.09.23 18:22:46.000477 [ 3 ] {eef3fa0e-651d-4fdc-970c-299885b7dd04} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3610 | 2024.09.23 18:22:46.000603 [ 3 ] {eef3fa0e-651d-4fdc-970c-299885b7dd04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3611 | 2024.09.23 18:22:46.001879 [ 3 ] {eef3fa0e-651d-4fdc-970c-299885b7dd04} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3612 | 2024.09.23 18:22:46.002546 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 5 columns (5 merged, 0 gathered) in 0.007848007 sec., 12996.930303451563 rows/sec., 1022.60 KiB/sec. | ||
3613 | 2024.09.23 18:22:46.002770 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3614 | 2024.09.23 18:22:46.003019 [ 3 ] {eef3fa0e-651d-4fdc-970c-299885b7dd04} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3615 | 2024.09.23 18:22:46.003466 [ 3 ] {eef3fa0e-651d-4fdc-970c-299885b7dd04} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.007339 sec., 136.2583458236817 rows/sec., 9.05 KiB/sec. | ||
3616 | 2024.09.23 18:22:46.003818 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_6_1} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3617 | 2024.09.23 18:22:46.003838 [ 3 ] {eef3fa0e-651d-4fdc-970c-299885b7dd04} <Debug> DynamicQueryHandler: Done processing query | ||
3618 | 2024.09.23 18:22:46.003895 [ 3 ] {eef3fa0e-651d-4fdc-970c-299885b7dd04} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3619 | 2024.09.23 18:22:46.003933 [ 3 ] {} <Debug> HTTP-Session: 5de8c37f-76c9-4f0d-9a3d-e6f349aaa1fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3620 | 2024.09.23 18:22:46.003964 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_6_1} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3621 | 2024.09.23 18:22:46.004060 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3622 | 2024.09.23 18:22:46.004107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3623 | 2024.09.23 18:22:46.004162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3624 | 2024.09.23 18:22:46.004182 [ 3 ] {} <Debug> HTTP-Session: 2d8eb0b5-a807-44cf-b514-f0ace91ab83b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3625 | 2024.09.23 18:22:46.004199 [ 3 ] {} <Debug> HTTP-Session: 2d8eb0b5-a807-44cf-b514-f0ace91ab83b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3626 | 2024.09.23 18:22:46.004213 [ 3 ] {} <Debug> HTTP-Session: 2d8eb0b5-a807-44cf-b514-f0ace91ab83b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3627 | 2024.09.23 18:22:46.004246 [ 3 ] {} <Trace> HTTP-Session: 2d8eb0b5-a807-44cf-b514-f0ace91ab83b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3628 | 2024.09.23 18:22:46.004393 [ 3 ] {2039c0e1-2616-45d5-9100-888cc563e13c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3629 | 2024.09.23 18:22:46.004437 [ 3 ] {2039c0e1-2616-45d5-9100-888cc563e13c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3630 | 2024.09.23 18:22:46.004689 [ 3 ] {2039c0e1-2616-45d5-9100-888cc563e13c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3631 | 2024.09.23 18:22:46.005040 [ 3 ] {2039c0e1-2616-45d5-9100-888cc563e13c} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3632 | 2024.09.23 18:22:46.005077 [ 3 ] {2039c0e1-2616-45d5-9100-888cc563e13c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3633 | 2024.09.23 18:22:46.005450 [ 3 ] {2039c0e1-2616-45d5-9100-888cc563e13c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3634 | 2024.09.23 18:22:46.005811 [ 3 ] {2039c0e1-2616-45d5-9100-888cc563e13c} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3635 | 2024.09.23 18:22:46.005969 [ 33 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3636 | 2024.09.23 18:22:46.005978 [ 3 ] {2039c0e1-2616-45d5-9100-888cc563e13c} <Debug> executeQuery: Read 86 rows, 6.89 KiB in 0.001636 sec., 52567.23716381418 rows/sec., 4.11 MiB/sec. | ||
3637 | 2024.09.23 18:22:46.006018 [ 33 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3638 | 2024.09.23 18:22:46.006097 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3639 | 2024.09.23 18:22:46.006299 [ 3 ] {2039c0e1-2616-45d5-9100-888cc563e13c} <Debug> DynamicQueryHandler: Done processing query | ||
3640 | 2024.09.23 18:22:46.006311 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
3641 | 2024.09.23 18:22:46.006338 [ 3 ] {2039c0e1-2616-45d5-9100-888cc563e13c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3642 | 2024.09.23 18:22:46.006384 [ 3 ] {} <Debug> HTTP-Session: 2d8eb0b5-a807-44cf-b514-f0ace91ab83b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3643 | 2024.09.23 18:22:46.006531 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3644 | 2024.09.23 18:22:46.006595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3645 | 2024.09.23 18:22:46.006590 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 868 rows starting from the beginning of the part | ||
3646 | 2024.09.23 18:22:46.006666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3647 | 2024.09.23 18:22:46.006711 [ 3 ] {} <Debug> HTTP-Session: df44f78b-650b-4c09-8c3a-8d799da23673 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3648 | 2024.09.23 18:22:46.006804 [ 3 ] {} <Debug> HTTP-Session: df44f78b-650b-4c09-8c3a-8d799da23673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3649 | 2024.09.23 18:22:46.006878 [ 3 ] {} <Debug> HTTP-Session: df44f78b-650b-4c09-8c3a-8d799da23673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3650 | 2024.09.23 18:22:46.006896 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 413 rows starting from the beginning of the part | ||
3651 | 2024.09.23 18:22:46.006973 [ 3 ] {} <Trace> HTTP-Session: df44f78b-650b-4c09-8c3a-8d799da23673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3652 | 2024.09.23 18:22:46.007129 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 66 rows starting from the beginning of the part | ||
3653 | 2024.09.23 18:22:46.007330 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 848 rows starting from the beginning of the part | ||
3654 | 2024.09.23 18:22:46.007518 [ 3 ] {ea6710c9-9e4f-4af8-80c2-1f45df4ca921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3655 | 2024.09.23 18:22:46.007559 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 91 rows starting from the beginning of the part | ||
3656 | 2024.09.23 18:22:46.007739 [ 3 ] {ea6710c9-9e4f-4af8-80c2-1f45df4ca921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3657 | 2024.09.23 18:22:46.007836 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 86 rows starting from the beginning of the part | ||
3658 | 2024.09.23 18:22:46.008636 [ 3 ] {ea6710c9-9e4f-4af8-80c2-1f45df4ca921} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3659 | 2024.09.23 18:22:46.009448 [ 3 ] {ea6710c9-9e4f-4af8-80c2-1f45df4ca921} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3660 | 2024.09.23 18:22:46.009511 [ 3 ] {ea6710c9-9e4f-4af8-80c2-1f45df4ca921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3661 | 2024.09.23 18:22:46.010579 [ 3 ] {ea6710c9-9e4f-4af8-80c2-1f45df4ca921} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3662 | 2024.09.23 18:22:46.011268 [ 3 ] {ea6710c9-9e4f-4af8-80c2-1f45df4ca921} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3663 | 2024.09.23 18:22:46.011349 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2372 rows, containing 5 columns (5 merged, 0 gathered) in 0.005132698 sec., 462135.11880106723 rows/sec., 35.40 MiB/sec. | ||
3664 | 2024.09.23 18:22:46.011511 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3665 | 2024.09.23 18:22:46.011574 [ 3 ] {ea6710c9-9e4f-4af8-80c2-1f45df4ca921} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004321 sec., 37028.46563295533 rows/sec., 2.58 MiB/sec. | ||
3666 | 2024.09.23 18:22:46.011589 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3667 | 2024.09.23 18:22:46.011640 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3668 | 2024.09.23 18:22:46.011677 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3669 | 2024.09.23 18:22:46.012142 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
3670 | 2024.09.23 18:22:46.012183 [ 3 ] {ea6710c9-9e4f-4af8-80c2-1f45df4ca921} <Debug> DynamicQueryHandler: Done processing query | ||
3671 | 2024.09.23 18:22:46.012256 [ 3 ] {ea6710c9-9e4f-4af8-80c2-1f45df4ca921} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3672 | 2024.09.23 18:22:46.012314 [ 3 ] {} <Debug> HTTP-Session: df44f78b-650b-4c09-8c3a-8d799da23673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3673 | 2024.09.23 18:22:46.012596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3674 | 2024.09.23 18:22:46.012770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3675 | 2024.09.23 18:22:46.012872 [ 3 ] {} <Debug> HTTP-Session: 0bc97dbb-5625-4ab1-86e9-f6ab36147cca Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3676 | 2024.09.23 18:22:46.012932 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3677 | 2024.09.23 18:22:46.012950 [ 3 ] {} <Debug> HTTP-Session: 0bc97dbb-5625-4ab1-86e9-f6ab36147cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3678 | 2024.09.23 18:22:46.013018 [ 3 ] {} <Debug> HTTP-Session: 0bc97dbb-5625-4ab1-86e9-f6ab36147cca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3679 | 2024.09.23 18:22:46.013067 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3586 rows starting from the beginning of the part | ||
3680 | 2024.09.23 18:22:46.013107 [ 3 ] {} <Trace> HTTP-Session: 0bc97dbb-5625-4ab1-86e9-f6ab36147cca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3681 | 2024.09.23 18:22:46.013483 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
3682 | 2024.09.23 18:22:46.013509 [ 3 ] {23b53fab-256b-4dc4-ae59-a1d63d5322e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3683 | 2024.09.23 18:22:46.013742 [ 3 ] {23b53fab-256b-4dc4-ae59-a1d63d5322e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3684 | 2024.09.23 18:22:46.013900 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
3685 | 2024.09.23 18:22:46.014028 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_16_3} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3686 | 2024.09.23 18:22:46.014458 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 956 rows starting from the beginning of the part | ||
3687 | 2024.09.23 18:22:46.014669 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_16_3} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3688 | 2024.09.23 18:22:46.014984 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 130 rows starting from the beginning of the part | ||
3689 | 2024.09.23 18:22:46.015161 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
3690 | 2024.09.23 18:22:46.015415 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
3691 | 2024.09.23 18:22:46.015452 [ 3 ] {23b53fab-256b-4dc4-ae59-a1d63d5322e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3692 | 2024.09.23 18:22:46.016342 [ 3 ] {23b53fab-256b-4dc4-ae59-a1d63d5322e2} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3693 | 2024.09.23 18:22:46.016387 [ 3 ] {23b53fab-256b-4dc4-ae59-a1d63d5322e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3694 | 2024.09.23 18:22:46.016856 [ 3 ] {23b53fab-256b-4dc4-ae59-a1d63d5322e2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3695 | 2024.09.23 18:22:46.017347 [ 3 ] {23b53fab-256b-4dc4-ae59-a1d63d5322e2} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3696 | 2024.09.23 18:22:46.017603 [ 3 ] {23b53fab-256b-4dc4-ae59-a1d63d5322e2} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.004269 sec., 234.24689622862496 rows/sec., 14.87 KiB/sec. | ||
3697 | 2024.09.23 18:22:46.017935 [ 3 ] {23b53fab-256b-4dc4-ae59-a1d63d5322e2} <Debug> DynamicQueryHandler: Done processing query | ||
3698 | 2024.09.23 18:22:46.017965 [ 3 ] {23b53fab-256b-4dc4-ae59-a1d63d5322e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3699 | 2024.09.23 18:22:46.017981 [ 3 ] {} <Debug> HTTP-Session: 0bc97dbb-5625-4ab1-86e9-f6ab36147cca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3700 | 2024.09.23 18:22:46.018116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3701 | 2024.09.23 18:22:46.018165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3702 | 2024.09.23 18:22:46.018185 [ 3 ] {} <Debug> HTTP-Session: 2273d784-7af1-4323-a19d-98190c5a85be Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3703 | 2024.09.23 18:22:46.018202 [ 3 ] {} <Debug> HTTP-Session: 2273d784-7af1-4323-a19d-98190c5a85be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3704 | 2024.09.23 18:22:46.018216 [ 3 ] {} <Debug> HTTP-Session: 2273d784-7af1-4323-a19d-98190c5a85be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3705 | 2024.09.23 18:22:46.018247 [ 3 ] {} <Trace> HTTP-Session: 2273d784-7af1-4323-a19d-98190c5a85be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3706 | 2024.09.23 18:22:46.018415 [ 3 ] {7e226b8d-ae24-4c83-b3a8-6d306c7d1686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3707 | 2024.09.23 18:22:46.018559 [ 3 ] {7e226b8d-ae24-4c83-b3a8-6d306c7d1686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3708 | 2024.09.23 18:22:46.018569 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5230 rows, containing 5 columns (5 merged, 0 gathered) in 0.006670487 sec., 784050.6997465102 rows/sec., 52.68 MiB/sec. | ||
3709 | 2024.09.23 18:22:46.018909 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3710 | 2024.09.23 18:22:46.019159 [ 3 ] {7e226b8d-ae24-4c83-b3a8-6d306c7d1686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3711 | 2024.09.23 18:22:46.019600 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3712 | 2024.09.23 18:22:46.019727 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3713 | 2024.09.23 18:22:46.019838 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. | ||
3714 | 2024.09.23 18:22:46.019911 [ 3 ] {7e226b8d-ae24-4c83-b3a8-6d306c7d1686} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3715 | 2024.09.23 18:22:46.019948 [ 3 ] {7e226b8d-ae24-4c83-b3a8-6d306c7d1686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3716 | 2024.09.23 18:22:46.020530 [ 3 ] {7e226b8d-ae24-4c83-b3a8-6d306c7d1686} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3717 | 2024.09.23 18:22:46.020945 [ 3 ] {7e226b8d-ae24-4c83-b3a8-6d306c7d1686} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3718 | 2024.09.23 18:22:46.021161 [ 3 ] {7e226b8d-ae24-4c83-b3a8-6d306c7d1686} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002834 sec., 3175.7233592095977 rows/sec., 5.69 MiB/sec. | ||
3719 | 2024.09.23 18:22:46.021597 [ 3 ] {7e226b8d-ae24-4c83-b3a8-6d306c7d1686} <Debug> DynamicQueryHandler: Done processing query | ||
3720 | 2024.09.23 18:22:46.021624 [ 3 ] {7e226b8d-ae24-4c83-b3a8-6d306c7d1686} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
3721 | 2024.09.23 18:22:46.021640 [ 3 ] {} <Debug> HTTP-Session: 2273d784-7af1-4323-a19d-98190c5a85be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3722 | 2024.09.23 18:22:46.021778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3723 | 2024.09.23 18:22:46.021825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3724 | 2024.09.23 18:22:46.021844 [ 3 ] {} <Debug> HTTP-Session: b35ab364-694e-4a4d-978e-5c4e3829ed1f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3725 | 2024.09.23 18:22:46.021860 [ 3 ] {} <Debug> HTTP-Session: b35ab364-694e-4a4d-978e-5c4e3829ed1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3726 | 2024.09.23 18:22:46.021874 [ 3 ] {} <Debug> HTTP-Session: b35ab364-694e-4a4d-978e-5c4e3829ed1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3727 | 2024.09.23 18:22:46.021905 [ 3 ] {} <Trace> HTTP-Session: b35ab364-694e-4a4d-978e-5c4e3829ed1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3728 | 2024.09.23 18:22:46.022008 [ 3 ] {825c041f-833e-40a2-82cd-bd70c7f1109b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3729 | 2024.09.23 18:22:46.022052 [ 3 ] {825c041f-833e-40a2-82cd-bd70c7f1109b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3730 | 2024.09.23 18:22:46.022188 [ 3 ] {825c041f-833e-40a2-82cd-bd70c7f1109b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3731 | 2024.09.23 18:22:46.022426 [ 3 ] {825c041f-833e-40a2-82cd-bd70c7f1109b} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3732 | 2024.09.23 18:22:46.022462 [ 3 ] {825c041f-833e-40a2-82cd-bd70c7f1109b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3733 | 2024.09.23 18:22:46.022821 [ 3 ] {825c041f-833e-40a2-82cd-bd70c7f1109b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3734 | 2024.09.23 18:22:46.023147 [ 3 ] {825c041f-833e-40a2-82cd-bd70c7f1109b} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3735 | 2024.09.23 18:22:46.023313 [ 3 ] {825c041f-833e-40a2-82cd-bd70c7f1109b} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001324 sec., 11329.305135951661 rows/sec., 821.67 KiB/sec. | ||
3736 | 2024.09.23 18:22:46.023601 [ 3 ] {825c041f-833e-40a2-82cd-bd70c7f1109b} <Debug> DynamicQueryHandler: Done processing query | ||
3737 | 2024.09.23 18:22:46.023626 [ 3 ] {825c041f-833e-40a2-82cd-bd70c7f1109b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3738 | 2024.09.23 18:22:46.023642 [ 3 ] {} <Debug> HTTP-Session: b35ab364-694e-4a4d-978e-5c4e3829ed1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3739 | 2024.09.23 18:22:46.023775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3740 | 2024.09.23 18:22:46.023823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3741 | 2024.09.23 18:22:46.023842 [ 3 ] {} <Debug> HTTP-Session: fd235049-6b96-4d56-9b09-27d16b2eafa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3742 | 2024.09.23 18:22:46.023858 [ 3 ] {} <Debug> HTTP-Session: fd235049-6b96-4d56-9b09-27d16b2eafa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3743 | 2024.09.23 18:22:46.023872 [ 3 ] {} <Debug> HTTP-Session: fd235049-6b96-4d56-9b09-27d16b2eafa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3744 | 2024.09.23 18:22:46.023903 [ 3 ] {} <Trace> HTTP-Session: fd235049-6b96-4d56-9b09-27d16b2eafa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3745 | 2024.09.23 18:22:46.024014 [ 3 ] {4b7c8fc5-1477-412a-8e7c-4e6145082e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3746 | 2024.09.23 18:22:46.024059 [ 3 ] {4b7c8fc5-1477-412a-8e7c-4e6145082e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3747 | 2024.09.23 18:22:46.024208 [ 3 ] {4b7c8fc5-1477-412a-8e7c-4e6145082e89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3748 | 2024.09.23 18:22:46.024513 [ 3 ] {4b7c8fc5-1477-412a-8e7c-4e6145082e89} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3749 | 2024.09.23 18:22:46.024551 [ 3 ] {4b7c8fc5-1477-412a-8e7c-4e6145082e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3750 | 2024.09.23 18:22:46.024909 [ 3 ] {4b7c8fc5-1477-412a-8e7c-4e6145082e89} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3751 | 2024.09.23 18:22:46.025244 [ 3 ] {4b7c8fc5-1477-412a-8e7c-4e6145082e89} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3752 | 2024.09.23 18:22:46.025397 [ 33 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3753 | 2024.09.23 18:22:46.025405 [ 3 ] {4b7c8fc5-1477-412a-8e7c-4e6145082e89} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
3754 | 2024.09.23 18:22:46.025475 [ 33 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3755 | 2024.09.23 18:22:46.025549 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3756 | 2024.09.23 18:22:46.025773 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
3757 | 2024.09.23 18:22:46.025807 [ 3 ] {4b7c8fc5-1477-412a-8e7c-4e6145082e89} <Debug> DynamicQueryHandler: Done processing query | ||
3758 | 2024.09.23 18:22:46.025853 [ 3 ] {4b7c8fc5-1477-412a-8e7c-4e6145082e89} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3759 | 2024.09.23 18:22:46.025889 [ 3 ] {} <Debug> HTTP-Session: fd235049-6b96-4d56-9b09-27d16b2eafa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3760 | 2024.09.23 18:22:46.025998 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3761 | 2024.09.23 18:22:46.026038 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 474 rows starting from the beginning of the part | ||
3762 | 2024.09.23 18:22:46.026163 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
3763 | 2024.09.23 18:22:46.026307 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
3764 | 2024.09.23 18:22:46.026497 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
3765 | 2024.09.23 18:22:46.026669 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
3766 | 2024.09.23 18:22:46.026802 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
3767 | 2024.09.23 18:22:46.027896 [ 198 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 4 columns (4 merged, 0 gathered) in 0.002250706 sec., 336783.21380046976 rows/sec., 21.76 MiB/sec. | ||
3768 | 2024.09.23 18:22:46.028077 [ 198 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3769 | 2024.09.23 18:22:46.028539 [ 198 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_16_3} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3770 | 2024.09.23 18:22:46.028647 [ 198 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_16_3} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3771 | 2024.09.23 18:22:46.028731 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
3772 | 2024.09.23 18:22:46.230060 [ 35 ] {} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3773 | 2024.09.23 18:22:46.230108 [ 35 ] {} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3774 | 2024.09.23 18:22:46.230133 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3775 | 2024.09.23 18:22:46.230268 [ 198 ] {77930743-430e-42f0-9440-061b7df4b4b0::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 | ||
3776 | 2024.09.23 18:22:46.230562 [ 198 ] {77930743-430e-42f0-9440-061b7df4b4b0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3777 | 2024.09.23 18:22:46.230601 [ 198 ] {77930743-430e-42f0-9440-061b7df4b4b0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
3778 | 2024.09.23 18:22:46.230721 [ 198 ] {77930743-430e-42f0-9440-061b7df4b4b0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
3779 | 2024.09.23 18:22:46.230838 [ 198 ] {77930743-430e-42f0-9440-061b7df4b4b0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3780 | 2024.09.23 18:22:46.230944 [ 198 ] {77930743-430e-42f0-9440-061b7df4b4b0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 5 rows starting from the beginning of the part | ||
3781 | 2024.09.23 18:22:46.231050 [ 198 ] {77930743-430e-42f0-9440-061b7df4b4b0::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 | ||
3782 | 2024.09.23 18:22:46.233163 [ 187 ] {77930743-430e-42f0-9440-061b7df4b4b0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.002962004 sec., 14179.589224052364 rows/sec., 2.20 MiB/sec. | ||
3783 | 2024.09.23 18:22:46.233390 [ 187 ] {77930743-430e-42f0-9440-061b7df4b4b0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3784 | 2024.09.23 18:22:46.234154 [ 187 ] {77930743-430e-42f0-9440-061b7df4b4b0::all_1_5_1} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3785 | 2024.09.23 18:22:46.234278 [ 187 ] {77930743-430e-42f0-9440-061b7df4b4b0::all_1_5_1} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3786 | 2024.09.23 18:22:46.234412 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
3787 | 2024.09.23 18:22:47.000137 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.52 MiB, peak 191.59 MiB, free memory in arenas 0.00 B, will set to 183.36 MiB (RSS), difference: 3.84 MiB | ||
3788 | 2024.09.23 18:22:50.988696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3789 | 2024.09.23 18:22:50.988891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3790 | 2024.09.23 18:22:50.988938 [ 3 ] {} <Debug> HTTP-Session: 41bd5e48-5946-40d1-b730-7961d46b08a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3791 | 2024.09.23 18:22:50.988980 [ 3 ] {} <Debug> HTTP-Session: 41bd5e48-5946-40d1-b730-7961d46b08a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3792 | 2024.09.23 18:22:50.989009 [ 3 ] {} <Debug> HTTP-Session: 41bd5e48-5946-40d1-b730-7961d46b08a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3793 | 2024.09.23 18:22:50.989089 [ 3 ] {} <Trace> HTTP-Session: 41bd5e48-5946-40d1-b730-7961d46b08a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3794 | 2024.09.23 18:22:50.989475 [ 3 ] {d2d0a165-cf52-4c82-81dc-0108ceaf4493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3795 | 2024.09.23 18:22:50.989543 [ 3 ] {d2d0a165-cf52-4c82-81dc-0108ceaf4493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3796 | 2024.09.23 18:22:50.989867 [ 3 ] {d2d0a165-cf52-4c82-81dc-0108ceaf4493} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3797 | 2024.09.23 18:22:50.990485 [ 3 ] {d2d0a165-cf52-4c82-81dc-0108ceaf4493} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3798 | 2024.09.23 18:22:50.990530 [ 3 ] {d2d0a165-cf52-4c82-81dc-0108ceaf4493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3799 | 2024.09.23 18:22:50.990962 [ 3 ] {d2d0a165-cf52-4c82-81dc-0108ceaf4493} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3800 | 2024.09.23 18:22:50.991349 [ 3 ] {d2d0a165-cf52-4c82-81dc-0108ceaf4493} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3801 | 2024.09.23 18:22:50.991514 [ 3 ] {d2d0a165-cf52-4c82-81dc-0108ceaf4493} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002207 sec., 113729.04395106478 rows/sec., 10.07 MiB/sec. | ||
3802 | 2024.09.23 18:22:50.991716 [ 3 ] {d2d0a165-cf52-4c82-81dc-0108ceaf4493} <Debug> DynamicQueryHandler: Done processing query | ||
3803 | 2024.09.23 18:22:50.991742 [ 3 ] {d2d0a165-cf52-4c82-81dc-0108ceaf4493} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3804 | 2024.09.23 18:22:50.991759 [ 3 ] {} <Debug> HTTP-Session: 41bd5e48-5946-40d1-b730-7961d46b08a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3805 | 2024.09.23 18:22:50.991933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3806 | 2024.09.23 18:22:50.991982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3807 | 2024.09.23 18:22:50.992002 [ 3 ] {} <Debug> HTTP-Session: 80c920f2-252f-4ccc-a748-02119d7f5ddb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3808 | 2024.09.23 18:22:50.992019 [ 3 ] {} <Debug> HTTP-Session: 80c920f2-252f-4ccc-a748-02119d7f5ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3809 | 2024.09.23 18:22:50.992033 [ 3 ] {} <Debug> HTTP-Session: 80c920f2-252f-4ccc-a748-02119d7f5ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3810 | 2024.09.23 18:22:50.992064 [ 3 ] {} <Trace> HTTP-Session: 80c920f2-252f-4ccc-a748-02119d7f5ddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3811 | 2024.09.23 18:22:50.992169 [ 3 ] {5f9161ec-98c6-4c8f-97a5-b110f29b0e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3812 | 2024.09.23 18:22:50.992213 [ 3 ] {5f9161ec-98c6-4c8f-97a5-b110f29b0e93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3813 | 2024.09.23 18:22:50.992440 [ 3 ] {5f9161ec-98c6-4c8f-97a5-b110f29b0e93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3814 | 2024.09.23 18:22:50.992780 [ 3 ] {5f9161ec-98c6-4c8f-97a5-b110f29b0e93} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3815 | 2024.09.23 18:22:50.992817 [ 3 ] {5f9161ec-98c6-4c8f-97a5-b110f29b0e93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3816 | 2024.09.23 18:22:50.993167 [ 3 ] {5f9161ec-98c6-4c8f-97a5-b110f29b0e93} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3817 | 2024.09.23 18:22:50.993528 [ 3 ] {5f9161ec-98c6-4c8f-97a5-b110f29b0e93} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3818 | 2024.09.23 18:22:50.993684 [ 3 ] {5f9161ec-98c6-4c8f-97a5-b110f29b0e93} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001545 sec., 20064.724919093853 rows/sec., 1.47 MiB/sec. | ||
3819 | 2024.09.23 18:22:50.993861 [ 3 ] {5f9161ec-98c6-4c8f-97a5-b110f29b0e93} <Debug> DynamicQueryHandler: Done processing query | ||
3820 | 2024.09.23 18:22:50.993885 [ 3 ] {5f9161ec-98c6-4c8f-97a5-b110f29b0e93} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3821 | 2024.09.23 18:22:50.993901 [ 3 ] {} <Debug> HTTP-Session: 80c920f2-252f-4ccc-a748-02119d7f5ddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3822 | 2024.09.23 18:22:50.994071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3823 | 2024.09.23 18:22:50.994119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3824 | 2024.09.23 18:22:50.994139 [ 3 ] {} <Debug> HTTP-Session: a5406157-e328-42af-9ca1-f40ce4fcade9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3825 | 2024.09.23 18:22:50.994155 [ 3 ] {} <Debug> HTTP-Session: a5406157-e328-42af-9ca1-f40ce4fcade9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3826 | 2024.09.23 18:22:50.994169 [ 3 ] {} <Debug> HTTP-Session: a5406157-e328-42af-9ca1-f40ce4fcade9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3827 | 2024.09.23 18:22:50.994200 [ 3 ] {} <Trace> HTTP-Session: a5406157-e328-42af-9ca1-f40ce4fcade9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3828 | 2024.09.23 18:22:50.994299 [ 3 ] {ad266097-ce65-4514-a7a9-7a5b37d3111b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3829 | 2024.09.23 18:22:50.994342 [ 3 ] {ad266097-ce65-4514-a7a9-7a5b37d3111b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3830 | 2024.09.23 18:22:50.994575 [ 3 ] {ad266097-ce65-4514-a7a9-7a5b37d3111b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3831 | 2024.09.23 18:22:50.994867 [ 3 ] {ad266097-ce65-4514-a7a9-7a5b37d3111b} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3832 | 2024.09.23 18:22:50.994904 [ 3 ] {ad266097-ce65-4514-a7a9-7a5b37d3111b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3833 | 2024.09.23 18:22:50.995272 [ 3 ] {ad266097-ce65-4514-a7a9-7a5b37d3111b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3834 | 2024.09.23 18:22:50.995632 [ 3 ] {ad266097-ce65-4514-a7a9-7a5b37d3111b} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3835 | 2024.09.23 18:22:50.995791 [ 3 ] {ad266097-ce65-4514-a7a9-7a5b37d3111b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001518 sec., 9222.66139657444 rows/sec., 645.90 KiB/sec. | ||
3836 | 2024.09.23 18:22:50.995955 [ 3 ] {ad266097-ce65-4514-a7a9-7a5b37d3111b} <Debug> DynamicQueryHandler: Done processing query | ||
3837 | 2024.09.23 18:22:50.995980 [ 3 ] {ad266097-ce65-4514-a7a9-7a5b37d3111b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3838 | 2024.09.23 18:22:50.995996 [ 3 ] {} <Debug> HTTP-Session: a5406157-e328-42af-9ca1-f40ce4fcade9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3839 | 2024.09.23 18:22:50.996143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3840 | 2024.09.23 18:22:50.996191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3841 | 2024.09.23 18:22:50.996211 [ 3 ] {} <Debug> HTTP-Session: 19420afe-0dae-410c-baf9-b6ec6325fffd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3842 | 2024.09.23 18:22:50.996228 [ 3 ] {} <Debug> HTTP-Session: 19420afe-0dae-410c-baf9-b6ec6325fffd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3843 | 2024.09.23 18:22:50.996242 [ 3 ] {} <Debug> HTTP-Session: 19420afe-0dae-410c-baf9-b6ec6325fffd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3844 | 2024.09.23 18:22:50.996273 [ 3 ] {} <Trace> HTTP-Session: 19420afe-0dae-410c-baf9-b6ec6325fffd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3845 | 2024.09.23 18:22:50.996368 [ 3 ] {e0024612-2bc7-4a46-92f0-de2dfa2b915a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3846 | 2024.09.23 18:22:50.996411 [ 3 ] {e0024612-2bc7-4a46-92f0-de2dfa2b915a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3847 | 2024.09.23 18:22:50.996637 [ 3 ] {e0024612-2bc7-4a46-92f0-de2dfa2b915a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3848 | 2024.09.23 18:22:50.996930 [ 3 ] {e0024612-2bc7-4a46-92f0-de2dfa2b915a} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3849 | 2024.09.23 18:22:50.996966 [ 3 ] {e0024612-2bc7-4a46-92f0-de2dfa2b915a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3850 | 2024.09.23 18:22:50.997317 [ 3 ] {e0024612-2bc7-4a46-92f0-de2dfa2b915a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3851 | 2024.09.23 18:22:50.997673 [ 3 ] {e0024612-2bc7-4a46-92f0-de2dfa2b915a} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3852 | 2024.09.23 18:22:50.997838 [ 3 ] {e0024612-2bc7-4a46-92f0-de2dfa2b915a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 238.07 KiB/sec. | ||
3853 | 2024.09.23 18:22:50.998136 [ 3 ] {e0024612-2bc7-4a46-92f0-de2dfa2b915a} <Debug> DynamicQueryHandler: Done processing query | ||
3854 | 2024.09.23 18:22:50.998161 [ 3 ] {e0024612-2bc7-4a46-92f0-de2dfa2b915a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3855 | 2024.09.23 18:22:50.998178 [ 3 ] {} <Debug> HTTP-Session: 19420afe-0dae-410c-baf9-b6ec6325fffd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3856 | 2024.09.23 18:22:50.998357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3857 | 2024.09.23 18:22:50.998405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3858 | 2024.09.23 18:22:50.998425 [ 3 ] {} <Debug> HTTP-Session: b4df6e02-5a46-4b54-a919-965a310b8a67 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3859 | 2024.09.23 18:22:50.998441 [ 3 ] {} <Debug> HTTP-Session: b4df6e02-5a46-4b54-a919-965a310b8a67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3860 | 2024.09.23 18:22:50.998455 [ 3 ] {} <Debug> HTTP-Session: b4df6e02-5a46-4b54-a919-965a310b8a67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3861 | 2024.09.23 18:22:50.998486 [ 3 ] {} <Trace> HTTP-Session: b4df6e02-5a46-4b54-a919-965a310b8a67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3862 | 2024.09.23 18:22:50.998694 [ 3 ] {390bab1f-3a3f-4b25-af6a-652a800aacd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3863 | 2024.09.23 18:22:50.998737 [ 3 ] {390bab1f-3a3f-4b25-af6a-652a800aacd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3864 | 2024.09.23 18:22:50.998982 [ 3 ] {390bab1f-3a3f-4b25-af6a-652a800aacd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3865 | 2024.09.23 18:22:50.999548 [ 3 ] {390bab1f-3a3f-4b25-af6a-652a800aacd9} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3866 | 2024.09.23 18:22:50.999585 [ 3 ] {390bab1f-3a3f-4b25-af6a-652a800aacd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3867 | 2024.09.23 18:22:50.999955 [ 3 ] {390bab1f-3a3f-4b25-af6a-652a800aacd9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3868 | 2024.09.23 18:22:51.000139 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.11 MiB, peak 191.59 MiB, free memory in arenas 0.00 B, will set to 183.38 MiB (RSS), difference: -5.73 MiB | ||
3869 | 2024.09.23 18:22:51.000819 [ 3 ] {390bab1f-3a3f-4b25-af6a-652a800aacd9} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3870 | 2024.09.23 18:22:51.000984 [ 3 ] {390bab1f-3a3f-4b25-af6a-652a800aacd9} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.002391 sec., 172731.07486407363 rows/sec., 12.32 MiB/sec. | ||
3871 | 2024.09.23 18:22:51.001195 [ 3 ] {390bab1f-3a3f-4b25-af6a-652a800aacd9} <Debug> DynamicQueryHandler: Done processing query | ||
3872 | 2024.09.23 18:22:51.001227 [ 3 ] {390bab1f-3a3f-4b25-af6a-652a800aacd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
3873 | 2024.09.23 18:22:51.001248 [ 3 ] {} <Debug> HTTP-Session: b4df6e02-5a46-4b54-a919-965a310b8a67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3874 | 2024.09.23 18:22:51.001420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3875 | 2024.09.23 18:22:51.001471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3876 | 2024.09.23 18:22:51.001491 [ 3 ] {} <Debug> HTTP-Session: 5512f5e9-4810-4027-9cca-05107a07f3f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3877 | 2024.09.23 18:22:51.001509 [ 3 ] {} <Debug> HTTP-Session: 5512f5e9-4810-4027-9cca-05107a07f3f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3878 | 2024.09.23 18:22:51.001523 [ 3 ] {} <Debug> HTTP-Session: 5512f5e9-4810-4027-9cca-05107a07f3f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3879 | 2024.09.23 18:22:51.001556 [ 3 ] {} <Trace> HTTP-Session: 5512f5e9-4810-4027-9cca-05107a07f3f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3880 | 2024.09.23 18:22:51.001654 [ 3 ] {2b88a273-4e0b-40e9-b8fb-4caeedec8ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3881 | 2024.09.23 18:22:51.001700 [ 3 ] {2b88a273-4e0b-40e9-b8fb-4caeedec8ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3882 | 2024.09.23 18:22:51.001835 [ 3 ] {2b88a273-4e0b-40e9-b8fb-4caeedec8ef7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3883 | 2024.09.23 18:22:51.002112 [ 3 ] {2b88a273-4e0b-40e9-b8fb-4caeedec8ef7} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3884 | 2024.09.23 18:22:51.002149 [ 3 ] {2b88a273-4e0b-40e9-b8fb-4caeedec8ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3885 | 2024.09.23 18:22:51.002518 [ 3 ] {2b88a273-4e0b-40e9-b8fb-4caeedec8ef7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3886 | 2024.09.23 18:22:51.002841 [ 3 ] {2b88a273-4e0b-40e9-b8fb-4caeedec8ef7} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3887 | 2024.09.23 18:22:51.003003 [ 3 ] {2b88a273-4e0b-40e9-b8fb-4caeedec8ef7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec. | ||
3888 | 2024.09.23 18:22:51.003174 [ 3 ] {2b88a273-4e0b-40e9-b8fb-4caeedec8ef7} <Debug> DynamicQueryHandler: Done processing query | ||
3889 | 2024.09.23 18:22:51.003199 [ 3 ] {2b88a273-4e0b-40e9-b8fb-4caeedec8ef7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3890 | 2024.09.23 18:22:51.003215 [ 3 ] {} <Debug> HTTP-Session: 5512f5e9-4810-4027-9cca-05107a07f3f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3891 | 2024.09.23 18:22:51.003353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3892 | 2024.09.23 18:22:51.003402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3893 | 2024.09.23 18:22:51.003421 [ 3 ] {} <Debug> HTTP-Session: 7f0f459b-6faf-44a2-960f-dffe7b302a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3894 | 2024.09.23 18:22:51.003438 [ 3 ] {} <Debug> HTTP-Session: 7f0f459b-6faf-44a2-960f-dffe7b302a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3895 | 2024.09.23 18:22:51.003451 [ 3 ] {} <Debug> HTTP-Session: 7f0f459b-6faf-44a2-960f-dffe7b302a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3896 | 2024.09.23 18:22:51.003483 [ 3 ] {} <Trace> HTTP-Session: 7f0f459b-6faf-44a2-960f-dffe7b302a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3897 | 2024.09.23 18:22:51.003687 [ 3 ] {e053375f-0b3a-47e0-a010-7e879c4fa47b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3898 | 2024.09.23 18:22:51.003732 [ 3 ] {e053375f-0b3a-47e0-a010-7e879c4fa47b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3899 | 2024.09.23 18:22:51.003880 [ 3 ] {e053375f-0b3a-47e0-a010-7e879c4fa47b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3900 | 2024.09.23 18:22:51.004303 [ 3 ] {e053375f-0b3a-47e0-a010-7e879c4fa47b} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3901 | 2024.09.23 18:22:51.004339 [ 3 ] {e053375f-0b3a-47e0-a010-7e879c4fa47b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3902 | 2024.09.23 18:22:51.004728 [ 3 ] {e053375f-0b3a-47e0-a010-7e879c4fa47b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3903 | 2024.09.23 18:22:51.005071 [ 3 ] {e053375f-0b3a-47e0-a010-7e879c4fa47b} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3904 | 2024.09.23 18:22:51.005224 [ 3 ] {e053375f-0b3a-47e0-a010-7e879c4fa47b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001656 sec., 143115.9420289855 rows/sec., 9.59 MiB/sec. | ||
3905 | 2024.09.23 18:22:51.005384 [ 3 ] {e053375f-0b3a-47e0-a010-7e879c4fa47b} <Debug> DynamicQueryHandler: Done processing query | ||
3906 | 2024.09.23 18:22:51.005409 [ 3 ] {e053375f-0b3a-47e0-a010-7e879c4fa47b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3907 | 2024.09.23 18:22:51.005426 [ 3 ] {} <Debug> HTTP-Session: 7f0f459b-6faf-44a2-960f-dffe7b302a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3908 | 2024.09.23 18:22:51.005550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3909 | 2024.09.23 18:22:51.005597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3910 | 2024.09.23 18:22:51.005617 [ 3 ] {} <Debug> HTTP-Session: 87f87523-0633-4091-bdd1-23e3d7755e95 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3911 | 2024.09.23 18:22:51.005634 [ 3 ] {} <Debug> HTTP-Session: 87f87523-0633-4091-bdd1-23e3d7755e95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3912 | 2024.09.23 18:22:51.005648 [ 3 ] {} <Debug> HTTP-Session: 87f87523-0633-4091-bdd1-23e3d7755e95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3913 | 2024.09.23 18:22:51.005679 [ 3 ] {} <Trace> HTTP-Session: 87f87523-0633-4091-bdd1-23e3d7755e95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3914 | 2024.09.23 18:22:51.005770 [ 3 ] {5df1bc0b-2dfb-4426-8780-19b8b86eee47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3915 | 2024.09.23 18:22:51.005815 [ 3 ] {5df1bc0b-2dfb-4426-8780-19b8b86eee47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3916 | 2024.09.23 18:22:51.005944 [ 3 ] {5df1bc0b-2dfb-4426-8780-19b8b86eee47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3917 | 2024.09.23 18:22:51.006219 [ 3 ] {5df1bc0b-2dfb-4426-8780-19b8b86eee47} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3918 | 2024.09.23 18:22:51.006254 [ 3 ] {5df1bc0b-2dfb-4426-8780-19b8b86eee47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3919 | 2024.09.23 18:22:51.006599 [ 3 ] {5df1bc0b-2dfb-4426-8780-19b8b86eee47} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3920 | 2024.09.23 18:22:51.006913 [ 3 ] {5df1bc0b-2dfb-4426-8780-19b8b86eee47} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3921 | 2024.09.23 18:22:51.007067 [ 3 ] {5df1bc0b-2dfb-4426-8780-19b8b86eee47} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec. | ||
3922 | 2024.09.23 18:22:51.007233 [ 3 ] {5df1bc0b-2dfb-4426-8780-19b8b86eee47} <Debug> DynamicQueryHandler: Done processing query | ||
3923 | 2024.09.23 18:22:51.007258 [ 3 ] {5df1bc0b-2dfb-4426-8780-19b8b86eee47} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3924 | 2024.09.23 18:22:51.007275 [ 3 ] {} <Debug> HTTP-Session: 87f87523-0633-4091-bdd1-23e3d7755e95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3925 | 2024.09.23 18:22:51.007432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3926 | 2024.09.23 18:22:51.007480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3927 | 2024.09.23 18:22:51.007499 [ 3 ] {} <Debug> HTTP-Session: 98b99368-a3f9-470b-99f2-2ad1679a25dd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3928 | 2024.09.23 18:22:51.007518 [ 3 ] {} <Debug> HTTP-Session: 98b99368-a3f9-470b-99f2-2ad1679a25dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3929 | 2024.09.23 18:22:51.007532 [ 3 ] {} <Debug> HTTP-Session: 98b99368-a3f9-470b-99f2-2ad1679a25dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3930 | 2024.09.23 18:22:51.007562 [ 3 ] {} <Trace> HTTP-Session: 98b99368-a3f9-470b-99f2-2ad1679a25dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3931 | 2024.09.23 18:22:51.007863 [ 3 ] {3cc1554c-a088-43f7-b0a8-a487ff36c1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3932 | 2024.09.23 18:22:51.007927 [ 3 ] {3cc1554c-a088-43f7-b0a8-a487ff36c1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3933 | 2024.09.23 18:22:51.008322 [ 3 ] {3cc1554c-a088-43f7-b0a8-a487ff36c1de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3934 | 2024.09.23 18:22:51.009035 [ 3 ] {3cc1554c-a088-43f7-b0a8-a487ff36c1de} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3935 | 2024.09.23 18:22:51.009072 [ 3 ] {3cc1554c-a088-43f7-b0a8-a487ff36c1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3936 | 2024.09.23 18:22:51.009688 [ 3 ] {3cc1554c-a088-43f7-b0a8-a487ff36c1de} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3937 | 2024.09.23 18:22:51.010086 [ 3 ] {3cc1554c-a088-43f7-b0a8-a487ff36c1de} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3938 | 2024.09.23 18:22:51.010264 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3939 | 2024.09.23 18:22:51.010281 [ 3 ] {3cc1554c-a088-43f7-b0a8-a487ff36c1de} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002616 sec., 11850.152905198778 rows/sec., 21.23 MiB/sec. | ||
3940 | 2024.09.23 18:22:51.010346 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3941 | 2024.09.23 18:22:51.010422 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3942 | 2024.09.23 18:22:51.010704 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
3943 | 2024.09.23 18:22:51.010822 [ 3 ] {3cc1554c-a088-43f7-b0a8-a487ff36c1de} <Debug> DynamicQueryHandler: Done processing query | ||
3944 | 2024.09.23 18:22:51.010876 [ 3 ] {3cc1554c-a088-43f7-b0a8-a487ff36c1de} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3945 | 2024.09.23 18:22:51.010904 [ 3 ] {} <Debug> HTTP-Session: 98b99368-a3f9-470b-99f2-2ad1679a25dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3946 | 2024.09.23 18:22:51.011142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3947 | 2024.09.23 18:22:51.011255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3948 | 2024.09.23 18:22:51.011314 [ 3 ] {} <Debug> HTTP-Session: 99237c35-5cc0-4dab-b1fb-4ebcad6d2fff Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3949 | 2024.09.23 18:22:51.011371 [ 3 ] {} <Debug> HTTP-Session: 99237c35-5cc0-4dab-b1fb-4ebcad6d2fff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3950 | 2024.09.23 18:22:51.011411 [ 3 ] {} <Debug> HTTP-Session: 99237c35-5cc0-4dab-b1fb-4ebcad6d2fff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3951 | 2024.09.23 18:22:51.011436 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3952 | 2024.09.23 18:22:51.011474 [ 3 ] {} <Trace> HTTP-Session: 99237c35-5cc0-4dab-b1fb-4ebcad6d2fff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3953 | 2024.09.23 18:22:51.011567 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
3954 | 2024.09.23 18:22:51.011759 [ 3 ] {cfadd203-366c-4d56-ad36-cb4067593604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3955 | 2024.09.23 18:22:51.011968 [ 3 ] {cfadd203-366c-4d56-ad36-cb4067593604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3956 | 2024.09.23 18:22:51.012244 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 31 rows starting from the beginning of the part | ||
3957 | 2024.09.23 18:22:51.012603 [ 3 ] {cfadd203-366c-4d56-ad36-cb4067593604} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3958 | 2024.09.23 18:22:51.013013 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
3959 | 2024.09.23 18:22:51.013698 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
3960 | 2024.09.23 18:22:51.013785 [ 3 ] {cfadd203-366c-4d56-ad36-cb4067593604} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3961 | 2024.09.23 18:22:51.013864 [ 3 ] {cfadd203-366c-4d56-ad36-cb4067593604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3962 | 2024.09.23 18:22:51.014311 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
3963 | 2024.09.23 18:22:51.014930 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
3964 | 2024.09.23 18:22:51.015243 [ 3 ] {cfadd203-366c-4d56-ad36-cb4067593604} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3965 | 2024.09.23 18:22:51.016236 [ 3 ] {cfadd203-366c-4d56-ad36-cb4067593604} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3966 | 2024.09.23 18:22:51.016565 [ 3 ] {cfadd203-366c-4d56-ad36-cb4067593604} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004939 sec., 16602.551123709254 rows/sec., 1.05 MiB/sec. | ||
3967 | 2024.09.23 18:22:51.016975 [ 3 ] {cfadd203-366c-4d56-ad36-cb4067593604} <Debug> DynamicQueryHandler: Done processing query | ||
3968 | 2024.09.23 18:22:51.017018 [ 3 ] {cfadd203-366c-4d56-ad36-cb4067593604} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3969 | 2024.09.23 18:22:51.017057 [ 3 ] {} <Debug> HTTP-Session: 99237c35-5cc0-4dab-b1fb-4ebcad6d2fff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3970 | 2024.09.23 18:22:51.018689 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 125 rows, containing 19 columns (19 merged, 0 gathered) in 0.008135754 sec., 15364.279696755826 rows/sec., 27.53 MiB/sec. | ||
3971 | 2024.09.23 18:22:51.019129 [ 197 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3972 | 2024.09.23 18:22:51.019844 [ 197 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3973 | 2024.09.23 18:22:51.019936 [ 197 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3974 | 2024.09.23 18:22:51.020092 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
3975 | 2024.09.23 18:22:52.000177 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.36 MiB, peak 191.59 MiB, free memory in arenas 0.00 B, will set to 183.38 MiB (RSS), difference: 5.01 MiB | ||
3976 | 2024.09.23 18:22:55.983169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3977 | 2024.09.23 18:22:55.983355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3978 | 2024.09.23 18:22:55.983401 [ 3 ] {} <Debug> HTTP-Session: 5273db7e-307d-48e5-b34a-d120cbba6e42 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3979 | 2024.09.23 18:22:55.983444 [ 3 ] {} <Debug> HTTP-Session: 5273db7e-307d-48e5-b34a-d120cbba6e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3980 | 2024.09.23 18:22:55.983474 [ 3 ] {} <Debug> HTTP-Session: 5273db7e-307d-48e5-b34a-d120cbba6e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3981 | 2024.09.23 18:22:55.983555 [ 3 ] {} <Trace> HTTP-Session: 5273db7e-307d-48e5-b34a-d120cbba6e42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3982 | 2024.09.23 18:22:55.983777 [ 3 ] {8062b9a2-5552-4711-8cd9-a9a2a07aadb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3983 | 2024.09.23 18:22:55.983841 [ 3 ] {8062b9a2-5552-4711-8cd9-a9a2a07aadb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3984 | 2024.09.23 18:22:55.984167 [ 3 ] {8062b9a2-5552-4711-8cd9-a9a2a07aadb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3985 | 2024.09.23 18:22:55.984715 [ 3 ] {8062b9a2-5552-4711-8cd9-a9a2a07aadb4} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3986 | 2024.09.23 18:22:55.984753 [ 3 ] {8062b9a2-5552-4711-8cd9-a9a2a07aadb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
3987 | 2024.09.23 18:22:55.985169 [ 3 ] {8062b9a2-5552-4711-8cd9-a9a2a07aadb4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3988 | 2024.09.23 18:22:55.985560 [ 3 ] {8062b9a2-5552-4711-8cd9-a9a2a07aadb4} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3989 | 2024.09.23 18:22:55.985724 [ 3 ] {8062b9a2-5552-4711-8cd9-a9a2a07aadb4} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002018 sec., 36669.97026759168 rows/sec., 2.94 MiB/sec. | ||
3990 | 2024.09.23 18:22:55.985936 [ 3 ] {8062b9a2-5552-4711-8cd9-a9a2a07aadb4} <Debug> DynamicQueryHandler: Done processing query | ||
3991 | 2024.09.23 18:22:55.985962 [ 3 ] {8062b9a2-5552-4711-8cd9-a9a2a07aadb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3992 | 2024.09.23 18:22:55.985979 [ 3 ] {} <Debug> HTTP-Session: 5273db7e-307d-48e5-b34a-d120cbba6e42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3993 | 2024.09.23 18:22:55.986111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3994 | 2024.09.23 18:22:55.986161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3995 | 2024.09.23 18:22:55.986181 [ 3 ] {} <Debug> HTTP-Session: 8386faca-196e-41fc-91be-346df2a29e0d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
3996 | 2024.09.23 18:22:55.986198 [ 3 ] {} <Debug> HTTP-Session: 8386faca-196e-41fc-91be-346df2a29e0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3997 | 2024.09.23 18:22:55.986212 [ 3 ] {} <Debug> HTTP-Session: 8386faca-196e-41fc-91be-346df2a29e0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3998 | 2024.09.23 18:22:55.986244 [ 3 ] {} <Trace> HTTP-Session: 8386faca-196e-41fc-91be-346df2a29e0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3999 | 2024.09.23 18:22:55.986342 [ 3 ] {87c0e0ae-17a4-4ebf-8e28-d240ed0b8893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4000 | 2024.09.23 18:22:55.986385 [ 3 ] {87c0e0ae-17a4-4ebf-8e28-d240ed0b8893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4001 | 2024.09.23 18:22:55.986609 [ 3 ] {87c0e0ae-17a4-4ebf-8e28-d240ed0b8893} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4002 | 2024.09.23 18:22:55.986915 [ 3 ] {87c0e0ae-17a4-4ebf-8e28-d240ed0b8893} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4003 | 2024.09.23 18:22:55.986951 [ 3 ] {87c0e0ae-17a4-4ebf-8e28-d240ed0b8893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4004 | 2024.09.23 18:22:55.987299 [ 3 ] {87c0e0ae-17a4-4ebf-8e28-d240ed0b8893} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4005 | 2024.09.23 18:22:55.987669 [ 3 ] {87c0e0ae-17a4-4ebf-8e28-d240ed0b8893} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4006 | 2024.09.23 18:22:55.987800 [ 3 ] {87c0e0ae-17a4-4ebf-8e28-d240ed0b8893} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001483 sec., 6068.779501011463 rows/sec., 456.34 KiB/sec. | ||
4007 | 2024.09.23 18:22:55.987970 [ 3 ] {87c0e0ae-17a4-4ebf-8e28-d240ed0b8893} <Debug> DynamicQueryHandler: Done processing query | ||
4008 | 2024.09.23 18:22:55.987995 [ 3 ] {87c0e0ae-17a4-4ebf-8e28-d240ed0b8893} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4009 | 2024.09.23 18:22:55.988012 [ 3 ] {} <Debug> HTTP-Session: 8386faca-196e-41fc-91be-346df2a29e0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4010 | 2024.09.23 18:22:55.988179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4011 | 2024.09.23 18:22:55.988228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4012 | 2024.09.23 18:22:55.988247 [ 3 ] {} <Debug> HTTP-Session: 1de61b99-aff9-4e7f-baf2-9825916550b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4013 | 2024.09.23 18:22:55.988264 [ 3 ] {} <Debug> HTTP-Session: 1de61b99-aff9-4e7f-baf2-9825916550b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4014 | 2024.09.23 18:22:55.988279 [ 3 ] {} <Debug> HTTP-Session: 1de61b99-aff9-4e7f-baf2-9825916550b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4015 | 2024.09.23 18:22:55.988309 [ 3 ] {} <Trace> HTTP-Session: 1de61b99-aff9-4e7f-baf2-9825916550b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4016 | 2024.09.23 18:22:55.988424 [ 3 ] {34df5b7f-0615-4cb0-a0cb-c688b63e9874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4017 | 2024.09.23 18:22:55.988467 [ 3 ] {34df5b7f-0615-4cb0-a0cb-c688b63e9874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4018 | 2024.09.23 18:22:55.988691 [ 3 ] {34df5b7f-0615-4cb0-a0cb-c688b63e9874} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4019 | 2024.09.23 18:22:55.989041 [ 3 ] {34df5b7f-0615-4cb0-a0cb-c688b63e9874} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4020 | 2024.09.23 18:22:55.989077 [ 3 ] {34df5b7f-0615-4cb0-a0cb-c688b63e9874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4021 | 2024.09.23 18:22:55.989424 [ 3 ] {34df5b7f-0615-4cb0-a0cb-c688b63e9874} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4022 | 2024.09.23 18:22:55.989777 [ 3 ] {34df5b7f-0615-4cb0-a0cb-c688b63e9874} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4023 | 2024.09.23 18:22:55.989919 [ 3 ] {34df5b7f-0615-4cb0-a0cb-c688b63e9874} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001535 sec., 47557.003257328994 rows/sec., 3.71 MiB/sec. | ||
4024 | 2024.09.23 18:22:55.990093 [ 3 ] {34df5b7f-0615-4cb0-a0cb-c688b63e9874} <Debug> DynamicQueryHandler: Done processing query | ||
4025 | 2024.09.23 18:22:55.990117 [ 3 ] {34df5b7f-0615-4cb0-a0cb-c688b63e9874} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4026 | 2024.09.23 18:22:55.990134 [ 3 ] {} <Debug> HTTP-Session: 1de61b99-aff9-4e7f-baf2-9825916550b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4027 | 2024.09.23 18:22:55.990355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4028 | 2024.09.23 18:22:55.990405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4029 | 2024.09.23 18:22:55.990424 [ 3 ] {} <Debug> HTTP-Session: f02d16a4-cabd-4278-a3c9-5264974c0e41 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4030 | 2024.09.23 18:22:55.990441 [ 3 ] {} <Debug> HTTP-Session: f02d16a4-cabd-4278-a3c9-5264974c0e41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4031 | 2024.09.23 18:22:55.990455 [ 3 ] {} <Debug> HTTP-Session: f02d16a4-cabd-4278-a3c9-5264974c0e41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4032 | 2024.09.23 18:22:55.990486 [ 3 ] {} <Trace> HTTP-Session: f02d16a4-cabd-4278-a3c9-5264974c0e41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4033 | 2024.09.23 18:22:55.990640 [ 3 ] {70f18d3f-fac4-4a16-8b61-40424eff25c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4034 | 2024.09.23 18:22:55.990687 [ 3 ] {70f18d3f-fac4-4a16-8b61-40424eff25c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4035 | 2024.09.23 18:22:55.990832 [ 3 ] {70f18d3f-fac4-4a16-8b61-40424eff25c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4036 | 2024.09.23 18:22:55.991219 [ 3 ] {70f18d3f-fac4-4a16-8b61-40424eff25c8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4037 | 2024.09.23 18:22:55.991254 [ 3 ] {70f18d3f-fac4-4a16-8b61-40424eff25c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4038 | 2024.09.23 18:22:55.991635 [ 3 ] {70f18d3f-fac4-4a16-8b61-40424eff25c8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4039 | 2024.09.23 18:22:55.991968 [ 3 ] {70f18d3f-fac4-4a16-8b61-40424eff25c8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4040 | 2024.09.23 18:22:55.992107 [ 3 ] {70f18d3f-fac4-4a16-8b61-40424eff25c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00154 sec., 103896.1038961039 rows/sec., 7.24 MiB/sec. | ||
4041 | 2024.09.23 18:22:55.992272 [ 3 ] {70f18d3f-fac4-4a16-8b61-40424eff25c8} <Debug> DynamicQueryHandler: Done processing query | ||
4042 | 2024.09.23 18:22:55.992296 [ 3 ] {70f18d3f-fac4-4a16-8b61-40424eff25c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4043 | 2024.09.23 18:22:55.992313 [ 3 ] {} <Debug> HTTP-Session: f02d16a4-cabd-4278-a3c9-5264974c0e41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4044 | 2024.09.23 18:22:55.992435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4045 | 2024.09.23 18:22:55.992484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4046 | 2024.09.23 18:22:55.992504 [ 3 ] {} <Debug> HTTP-Session: f2b2364c-3108-4dda-9f26-780137b2d8a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4047 | 2024.09.23 18:22:55.992522 [ 3 ] {} <Debug> HTTP-Session: f2b2364c-3108-4dda-9f26-780137b2d8a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4048 | 2024.09.23 18:22:55.992536 [ 3 ] {} <Debug> HTTP-Session: f2b2364c-3108-4dda-9f26-780137b2d8a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4049 | 2024.09.23 18:22:55.992566 [ 3 ] {} <Trace> HTTP-Session: f2b2364c-3108-4dda-9f26-780137b2d8a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4050 | 2024.09.23 18:22:55.992753 [ 3 ] {d19fb88d-60ca-4421-9139-8da3875c1862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4051 | 2024.09.23 18:22:55.992817 [ 3 ] {d19fb88d-60ca-4421-9139-8da3875c1862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4052 | 2024.09.23 18:22:55.993211 [ 3 ] {d19fb88d-60ca-4421-9139-8da3875c1862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4053 | 2024.09.23 18:22:55.993783 [ 3 ] {d19fb88d-60ca-4421-9139-8da3875c1862} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4054 | 2024.09.23 18:22:55.993830 [ 3 ] {d19fb88d-60ca-4421-9139-8da3875c1862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4055 | 2024.09.23 18:22:55.994559 [ 3 ] {d19fb88d-60ca-4421-9139-8da3875c1862} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4056 | 2024.09.23 18:22:55.994986 [ 3 ] {d19fb88d-60ca-4421-9139-8da3875c1862} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4057 | 2024.09.23 18:22:55.995138 [ 3 ] {d19fb88d-60ca-4421-9139-8da3875c1862} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002496 sec., 3605.769230769231 rows/sec., 6.46 MiB/sec. | ||
4058 | 2024.09.23 18:22:55.995620 [ 3 ] {d19fb88d-60ca-4421-9139-8da3875c1862} <Debug> DynamicQueryHandler: Done processing query | ||
4059 | 2024.09.23 18:22:55.995646 [ 3 ] {d19fb88d-60ca-4421-9139-8da3875c1862} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
4060 | 2024.09.23 18:22:55.995663 [ 3 ] {} <Debug> HTTP-Session: f2b2364c-3108-4dda-9f26-780137b2d8a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4061 | 2024.09.23 18:22:55.995785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4062 | 2024.09.23 18:22:55.995836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4063 | 2024.09.23 18:22:55.995856 [ 3 ] {} <Debug> HTTP-Session: ec46d641-c325-4602-90ff-ec370ae5f9fd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4064 | 2024.09.23 18:22:55.995873 [ 3 ] {} <Debug> HTTP-Session: ec46d641-c325-4602-90ff-ec370ae5f9fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4065 | 2024.09.23 18:22:55.995887 [ 3 ] {} <Debug> HTTP-Session: ec46d641-c325-4602-90ff-ec370ae5f9fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4066 | 2024.09.23 18:22:55.995918 [ 3 ] {} <Trace> HTTP-Session: ec46d641-c325-4602-90ff-ec370ae5f9fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4067 | 2024.09.23 18:22:55.996032 [ 3 ] {b94b1777-f3db-471e-8d5b-22a7ae22c8b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4068 | 2024.09.23 18:22:55.996078 [ 3 ] {b94b1777-f3db-471e-8d5b-22a7ae22c8b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4069 | 2024.09.23 18:22:55.996227 [ 3 ] {b94b1777-f3db-471e-8d5b-22a7ae22c8b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4070 | 2024.09.23 18:22:55.996601 [ 3 ] {b94b1777-f3db-471e-8d5b-22a7ae22c8b4} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4071 | 2024.09.23 18:22:55.996637 [ 3 ] {b94b1777-f3db-471e-8d5b-22a7ae22c8b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4072 | 2024.09.23 18:22:55.997013 [ 3 ] {b94b1777-f3db-471e-8d5b-22a7ae22c8b4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4073 | 2024.09.23 18:22:55.997342 [ 3 ] {b94b1777-f3db-471e-8d5b-22a7ae22c8b4} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4074 | 2024.09.23 18:22:55.997483 [ 3 ] {b94b1777-f3db-471e-8d5b-22a7ae22c8b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec. | ||
4075 | 2024.09.23 18:22:55.997805 [ 3 ] {b94b1777-f3db-471e-8d5b-22a7ae22c8b4} <Debug> DynamicQueryHandler: Done processing query | ||
4076 | 2024.09.23 18:22:55.997830 [ 3 ] {b94b1777-f3db-471e-8d5b-22a7ae22c8b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4077 | 2024.09.23 18:22:55.997846 [ 3 ] {} <Debug> HTTP-Session: ec46d641-c325-4602-90ff-ec370ae5f9fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4078 | 2024.09.23 18:22:57.290986 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4079 | 2024.09.23 18:22:57.291044 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4080 | 2024.09.23 18:23:00.988085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4081 | 2024.09.23 18:23:00.988214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4082 | 2024.09.23 18:23:00.988240 [ 3 ] {} <Debug> HTTP-Session: f8bf07b2-8671-446b-b1c7-5a0280a47357 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4083 | 2024.09.23 18:23:00.988264 [ 3 ] {} <Debug> HTTP-Session: f8bf07b2-8671-446b-b1c7-5a0280a47357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4084 | 2024.09.23 18:23:00.988279 [ 3 ] {} <Debug> HTTP-Session: f8bf07b2-8671-446b-b1c7-5a0280a47357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4085 | 2024.09.23 18:23:00.988328 [ 3 ] {} <Trace> HTTP-Session: f8bf07b2-8671-446b-b1c7-5a0280a47357 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4086 | 2024.09.23 18:23:00.988583 [ 3 ] {0472b6e5-d9fa-45ad-9765-9d1699f90426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4087 | 2024.09.23 18:23:00.988648 [ 3 ] {0472b6e5-d9fa-45ad-9765-9d1699f90426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4088 | 2024.09.23 18:23:00.988972 [ 3 ] {0472b6e5-d9fa-45ad-9765-9d1699f90426} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4089 | 2024.09.23 18:23:00.989608 [ 3 ] {0472b6e5-d9fa-45ad-9765-9d1699f90426} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4090 | 2024.09.23 18:23:00.989649 [ 3 ] {0472b6e5-d9fa-45ad-9765-9d1699f90426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4091 | 2024.09.23 18:23:00.990092 [ 3 ] {0472b6e5-d9fa-45ad-9765-9d1699f90426} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4092 | 2024.09.23 18:23:00.990506 [ 3 ] {0472b6e5-d9fa-45ad-9765-9d1699f90426} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4093 | 2024.09.23 18:23:00.990652 [ 3 ] {0472b6e5-d9fa-45ad-9765-9d1699f90426} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002188 sec., 114716.63619744059 rows/sec., 10.16 MiB/sec. | ||
4094 | 2024.09.23 18:23:00.990860 [ 3 ] {0472b6e5-d9fa-45ad-9765-9d1699f90426} <Debug> DynamicQueryHandler: Done processing query | ||
4095 | 2024.09.23 18:23:00.990887 [ 3 ] {0472b6e5-d9fa-45ad-9765-9d1699f90426} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4096 | 2024.09.23 18:23:00.990904 [ 3 ] {} <Debug> HTTP-Session: f8bf07b2-8671-446b-b1c7-5a0280a47357 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4097 | 2024.09.23 18:23:00.991051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4098 | 2024.09.23 18:23:00.991102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4099 | 2024.09.23 18:23:00.991122 [ 3 ] {} <Debug> HTTP-Session: fcb89021-1d97-4e42-bd07-46900e8f38c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4100 | 2024.09.23 18:23:00.991139 [ 3 ] {} <Debug> HTTP-Session: fcb89021-1d97-4e42-bd07-46900e8f38c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4101 | 2024.09.23 18:23:00.991154 [ 3 ] {} <Debug> HTTP-Session: fcb89021-1d97-4e42-bd07-46900e8f38c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4102 | 2024.09.23 18:23:00.991186 [ 3 ] {} <Trace> HTTP-Session: fcb89021-1d97-4e42-bd07-46900e8f38c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4103 | 2024.09.23 18:23:00.991292 [ 3 ] {ec528d19-7e93-414c-8b22-edd40220cda8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4104 | 2024.09.23 18:23:00.991337 [ 3 ] {ec528d19-7e93-414c-8b22-edd40220cda8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4105 | 2024.09.23 18:23:00.991561 [ 3 ] {ec528d19-7e93-414c-8b22-edd40220cda8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4106 | 2024.09.23 18:23:00.991912 [ 3 ] {ec528d19-7e93-414c-8b22-edd40220cda8} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4107 | 2024.09.23 18:23:00.991949 [ 3 ] {ec528d19-7e93-414c-8b22-edd40220cda8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4108 | 2024.09.23 18:23:00.992295 [ 3 ] {ec528d19-7e93-414c-8b22-edd40220cda8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4109 | 2024.09.23 18:23:00.992658 [ 3 ] {ec528d19-7e93-414c-8b22-edd40220cda8} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4110 | 2024.09.23 18:23:00.992788 [ 3 ] {ec528d19-7e93-414c-8b22-edd40220cda8} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001529 sec., 20274.68933943754 rows/sec., 1.49 MiB/sec. | ||
4111 | 2024.09.23 18:23:00.992959 [ 3 ] {ec528d19-7e93-414c-8b22-edd40220cda8} <Debug> DynamicQueryHandler: Done processing query | ||
4112 | 2024.09.23 18:23:00.992984 [ 3 ] {ec528d19-7e93-414c-8b22-edd40220cda8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4113 | 2024.09.23 18:23:00.993000 [ 3 ] {} <Debug> HTTP-Session: fcb89021-1d97-4e42-bd07-46900e8f38c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4114 | 2024.09.23 18:23:00.993121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4115 | 2024.09.23 18:23:00.993169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4116 | 2024.09.23 18:23:00.993190 [ 3 ] {} <Debug> HTTP-Session: 69b6ad6e-4e35-4a65-98ca-da8edd8fc787 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4117 | 2024.09.23 18:23:00.993206 [ 3 ] {} <Debug> HTTP-Session: 69b6ad6e-4e35-4a65-98ca-da8edd8fc787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4118 | 2024.09.23 18:23:00.993221 [ 3 ] {} <Debug> HTTP-Session: 69b6ad6e-4e35-4a65-98ca-da8edd8fc787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4119 | 2024.09.23 18:23:00.993253 [ 3 ] {} <Trace> HTTP-Session: 69b6ad6e-4e35-4a65-98ca-da8edd8fc787 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4120 | 2024.09.23 18:23:00.993353 [ 3 ] {2f93d27f-f65c-4a34-bf13-3d9704c24e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4121 | 2024.09.23 18:23:00.993395 [ 3 ] {2f93d27f-f65c-4a34-bf13-3d9704c24e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4122 | 2024.09.23 18:23:00.993624 [ 3 ] {2f93d27f-f65c-4a34-bf13-3d9704c24e0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4123 | 2024.09.23 18:23:00.993947 [ 3 ] {2f93d27f-f65c-4a34-bf13-3d9704c24e0f} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4124 | 2024.09.23 18:23:00.993983 [ 3 ] {2f93d27f-f65c-4a34-bf13-3d9704c24e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4125 | 2024.09.23 18:23:00.994334 [ 3 ] {2f93d27f-f65c-4a34-bf13-3d9704c24e0f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4126 | 2024.09.23 18:23:00.994695 [ 3 ] {2f93d27f-f65c-4a34-bf13-3d9704c24e0f} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4127 | 2024.09.23 18:23:00.994823 [ 3 ] {2f93d27f-f65c-4a34-bf13-3d9704c24e0f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001499 sec., 9339.559706470982 rows/sec., 654.08 KiB/sec. | ||
4128 | 2024.09.23 18:23:00.994991 [ 3 ] {2f93d27f-f65c-4a34-bf13-3d9704c24e0f} <Debug> DynamicQueryHandler: Done processing query | ||
4129 | 2024.09.23 18:23:00.995016 [ 3 ] {2f93d27f-f65c-4a34-bf13-3d9704c24e0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4130 | 2024.09.23 18:23:00.995033 [ 3 ] {} <Debug> HTTP-Session: 69b6ad6e-4e35-4a65-98ca-da8edd8fc787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4131 | 2024.09.23 18:23:00.995146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4132 | 2024.09.23 18:23:00.995195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4133 | 2024.09.23 18:23:00.995215 [ 3 ] {} <Debug> HTTP-Session: f5a4e2a6-1455-4f8e-aab4-d9394bc9ade8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4134 | 2024.09.23 18:23:00.995231 [ 3 ] {} <Debug> HTTP-Session: f5a4e2a6-1455-4f8e-aab4-d9394bc9ade8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4135 | 2024.09.23 18:23:00.995246 [ 3 ] {} <Debug> HTTP-Session: f5a4e2a6-1455-4f8e-aab4-d9394bc9ade8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4136 | 2024.09.23 18:23:00.995277 [ 3 ] {} <Trace> HTTP-Session: f5a4e2a6-1455-4f8e-aab4-d9394bc9ade8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4137 | 2024.09.23 18:23:00.995373 [ 3 ] {feee0f20-980a-4bcd-8396-5981b5e00b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4138 | 2024.09.23 18:23:00.995416 [ 3 ] {feee0f20-980a-4bcd-8396-5981b5e00b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4139 | 2024.09.23 18:23:00.995641 [ 3 ] {feee0f20-980a-4bcd-8396-5981b5e00b0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4140 | 2024.09.23 18:23:00.995945 [ 3 ] {feee0f20-980a-4bcd-8396-5981b5e00b0e} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4141 | 2024.09.23 18:23:00.995981 [ 3 ] {feee0f20-980a-4bcd-8396-5981b5e00b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4142 | 2024.09.23 18:23:00.996344 [ 3 ] {feee0f20-980a-4bcd-8396-5981b5e00b0e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4143 | 2024.09.23 18:23:00.996707 [ 3 ] {feee0f20-980a-4bcd-8396-5981b5e00b0e} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4144 | 2024.09.23 18:23:00.996840 [ 3 ] {feee0f20-980a-4bcd-8396-5981b5e00b0e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 237.75 KiB/sec. | ||
4145 | 2024.09.23 18:23:00.997131 [ 3 ] {feee0f20-980a-4bcd-8396-5981b5e00b0e} <Debug> DynamicQueryHandler: Done processing query | ||
4146 | 2024.09.23 18:23:00.997156 [ 3 ] {feee0f20-980a-4bcd-8396-5981b5e00b0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4147 | 2024.09.23 18:23:00.997172 [ 3 ] {} <Debug> HTTP-Session: f5a4e2a6-1455-4f8e-aab4-d9394bc9ade8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4148 | 2024.09.23 18:23:00.997336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4149 | 2024.09.23 18:23:00.997386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4150 | 2024.09.23 18:23:00.997406 [ 3 ] {} <Debug> HTTP-Session: 7c4c48aa-dce4-4fd2-bbc5-528677d521da Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4151 | 2024.09.23 18:23:00.997423 [ 3 ] {} <Debug> HTTP-Session: 7c4c48aa-dce4-4fd2-bbc5-528677d521da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4152 | 2024.09.23 18:23:00.997437 [ 3 ] {} <Debug> HTTP-Session: 7c4c48aa-dce4-4fd2-bbc5-528677d521da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4153 | 2024.09.23 18:23:00.997468 [ 3 ] {} <Trace> HTTP-Session: 7c4c48aa-dce4-4fd2-bbc5-528677d521da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4154 | 2024.09.23 18:23:00.997674 [ 3 ] {b8155c74-5825-4dcb-8c62-3b9c0f81995b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4155 | 2024.09.23 18:23:00.997717 [ 3 ] {b8155c74-5825-4dcb-8c62-3b9c0f81995b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4156 | 2024.09.23 18:23:00.997957 [ 3 ] {b8155c74-5825-4dcb-8c62-3b9c0f81995b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4157 | 2024.09.23 18:23:00.998531 [ 3 ] {b8155c74-5825-4dcb-8c62-3b9c0f81995b} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4158 | 2024.09.23 18:23:00.998568 [ 3 ] {b8155c74-5825-4dcb-8c62-3b9c0f81995b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4159 | 2024.09.23 18:23:00.998943 [ 3 ] {b8155c74-5825-4dcb-8c62-3b9c0f81995b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4160 | 2024.09.23 18:23:00.999301 [ 3 ] {b8155c74-5825-4dcb-8c62-3b9c0f81995b} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4161 | 2024.09.23 18:23:00.999431 [ 3 ] {b8155c74-5825-4dcb-8c62-3b9c0f81995b} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001869 sec., 220973.78277153557 rows/sec., 15.76 MiB/sec. | ||
4162 | 2024.09.23 18:23:00.999759 [ 3 ] {b8155c74-5825-4dcb-8c62-3b9c0f81995b} <Debug> DynamicQueryHandler: Done processing query | ||
4163 | 2024.09.23 18:23:00.999805 [ 3 ] {b8155c74-5825-4dcb-8c62-3b9c0f81995b} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
4164 | 2024.09.23 18:23:00.999830 [ 3 ] {} <Debug> HTTP-Session: 7c4c48aa-dce4-4fd2-bbc5-528677d521da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4165 | 2024.09.23 18:23:01.000024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4166 | 2024.09.23 18:23:01.000153 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.74 MiB, peak 191.59 MiB, free memory in arenas 0.00 B, will set to 183.41 MiB (RSS), difference: -1.33 MiB | ||
4167 | 2024.09.23 18:23:01.000173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4168 | 2024.09.23 18:23:01.000259 [ 3 ] {} <Debug> HTTP-Session: e47cd7cd-d859-41a6-8a58-99b62a91caca Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4169 | 2024.09.23 18:23:01.000286 [ 3 ] {} <Debug> HTTP-Session: e47cd7cd-d859-41a6-8a58-99b62a91caca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4170 | 2024.09.23 18:23:01.000319 [ 3 ] {} <Debug> HTTP-Session: e47cd7cd-d859-41a6-8a58-99b62a91caca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4171 | 2024.09.23 18:23:01.000399 [ 3 ] {} <Trace> HTTP-Session: e47cd7cd-d859-41a6-8a58-99b62a91caca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4172 | 2024.09.23 18:23:01.000559 [ 3 ] {cf063bde-e3d9-488c-8939-32821b24c613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4173 | 2024.09.23 18:23:01.000665 [ 3 ] {cf063bde-e3d9-488c-8939-32821b24c613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4174 | 2024.09.23 18:23:01.000827 [ 3 ] {cf063bde-e3d9-488c-8939-32821b24c613} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4175 | 2024.09.23 18:23:01.001095 [ 3 ] {cf063bde-e3d9-488c-8939-32821b24c613} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4176 | 2024.09.23 18:23:01.001132 [ 3 ] {cf063bde-e3d9-488c-8939-32821b24c613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4177 | 2024.09.23 18:23:01.001492 [ 3 ] {cf063bde-e3d9-488c-8939-32821b24c613} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4178 | 2024.09.23 18:23:01.001821 [ 3 ] {cf063bde-e3d9-488c-8939-32821b24c613} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4179 | 2024.09.23 18:23:01.001951 [ 3 ] {cf063bde-e3d9-488c-8939-32821b24c613} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec. | ||
4180 | 2024.09.23 18:23:01.002116 [ 3 ] {cf063bde-e3d9-488c-8939-32821b24c613} <Debug> DynamicQueryHandler: Done processing query | ||
4181 | 2024.09.23 18:23:01.002140 [ 3 ] {cf063bde-e3d9-488c-8939-32821b24c613} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4182 | 2024.09.23 18:23:01.002156 [ 3 ] {} <Debug> HTTP-Session: e47cd7cd-d859-41a6-8a58-99b62a91caca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4183 | 2024.09.23 18:23:01.002327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4184 | 2024.09.23 18:23:01.002376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4185 | 2024.09.23 18:23:01.002396 [ 3 ] {} <Debug> HTTP-Session: 71d0cb73-e454-4822-ad24-08eb1fe2eca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4186 | 2024.09.23 18:23:01.002414 [ 3 ] {} <Debug> HTTP-Session: 71d0cb73-e454-4822-ad24-08eb1fe2eca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4187 | 2024.09.23 18:23:01.002428 [ 3 ] {} <Debug> HTTP-Session: 71d0cb73-e454-4822-ad24-08eb1fe2eca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4188 | 2024.09.23 18:23:01.002459 [ 3 ] {} <Trace> HTTP-Session: 71d0cb73-e454-4822-ad24-08eb1fe2eca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4189 | 2024.09.23 18:23:01.002672 [ 3 ] {176e9382-1566-4e6e-980e-cdf2b6d3f774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4190 | 2024.09.23 18:23:01.002720 [ 3 ] {176e9382-1566-4e6e-980e-cdf2b6d3f774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4191 | 2024.09.23 18:23:01.002862 [ 3 ] {176e9382-1566-4e6e-980e-cdf2b6d3f774} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4192 | 2024.09.23 18:23:01.003317 [ 3 ] {176e9382-1566-4e6e-980e-cdf2b6d3f774} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4193 | 2024.09.23 18:23:01.003353 [ 3 ] {176e9382-1566-4e6e-980e-cdf2b6d3f774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4194 | 2024.09.23 18:23:01.003739 [ 3 ] {176e9382-1566-4e6e-980e-cdf2b6d3f774} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4195 | 2024.09.23 18:23:01.004079 [ 3 ] {176e9382-1566-4e6e-980e-cdf2b6d3f774} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4196 | 2024.09.23 18:23:01.004215 [ 3 ] {176e9382-1566-4e6e-980e-cdf2b6d3f774} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001652 sec., 143462.46973365618 rows/sec., 9.62 MiB/sec. | ||
4197 | 2024.09.23 18:23:01.004408 [ 3 ] {176e9382-1566-4e6e-980e-cdf2b6d3f774} <Debug> DynamicQueryHandler: Done processing query | ||
4198 | 2024.09.23 18:23:01.004433 [ 3 ] {176e9382-1566-4e6e-980e-cdf2b6d3f774} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4199 | 2024.09.23 18:23:01.004449 [ 3 ] {} <Debug> HTTP-Session: 71d0cb73-e454-4822-ad24-08eb1fe2eca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4200 | 2024.09.23 18:23:01.004576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4201 | 2024.09.23 18:23:01.004625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4202 | 2024.09.23 18:23:01.004645 [ 3 ] {} <Debug> HTTP-Session: a3359dad-b86b-4ceb-a596-335d71645348 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4203 | 2024.09.23 18:23:01.004663 [ 3 ] {} <Debug> HTTP-Session: a3359dad-b86b-4ceb-a596-335d71645348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4204 | 2024.09.23 18:23:01.004677 [ 3 ] {} <Debug> HTTP-Session: a3359dad-b86b-4ceb-a596-335d71645348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4205 | 2024.09.23 18:23:01.004709 [ 3 ] {} <Trace> HTTP-Session: a3359dad-b86b-4ceb-a596-335d71645348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4206 | 2024.09.23 18:23:01.004801 [ 3 ] {54ae8177-b77e-4e87-9fe3-2946ea72caae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4207 | 2024.09.23 18:23:01.004846 [ 3 ] {54ae8177-b77e-4e87-9fe3-2946ea72caae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4208 | 2024.09.23 18:23:01.004978 [ 3 ] {54ae8177-b77e-4e87-9fe3-2946ea72caae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4209 | 2024.09.23 18:23:01.005294 [ 3 ] {54ae8177-b77e-4e87-9fe3-2946ea72caae} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4210 | 2024.09.23 18:23:01.005331 [ 3 ] {54ae8177-b77e-4e87-9fe3-2946ea72caae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4211 | 2024.09.23 18:23:01.005679 [ 3 ] {54ae8177-b77e-4e87-9fe3-2946ea72caae} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4212 | 2024.09.23 18:23:01.006001 [ 3 ] {54ae8177-b77e-4e87-9fe3-2946ea72caae} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4213 | 2024.09.23 18:23:01.006153 [ 3 ] {54ae8177-b77e-4e87-9fe3-2946ea72caae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001369 sec., 730.4601899196493 rows/sec., 49.22 KiB/sec. | ||
4214 | 2024.09.23 18:23:01.006321 [ 3 ] {54ae8177-b77e-4e87-9fe3-2946ea72caae} <Debug> DynamicQueryHandler: Done processing query | ||
4215 | 2024.09.23 18:23:01.006346 [ 3 ] {54ae8177-b77e-4e87-9fe3-2946ea72caae} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4216 | 2024.09.23 18:23:01.006362 [ 3 ] {} <Debug> HTTP-Session: a3359dad-b86b-4ceb-a596-335d71645348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4217 | 2024.09.23 18:23:01.006547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51710, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4218 | 2024.09.23 18:23:01.006597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4219 | 2024.09.23 18:23:01.006617 [ 3 ] {} <Debug> HTTP-Session: 6170189b-b406-4a6e-9f3d-0c94c8d80d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4220 | 2024.09.23 18:23:01.006635 [ 3 ] {} <Debug> HTTP-Session: 6170189b-b406-4a6e-9f3d-0c94c8d80d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4221 | 2024.09.23 18:23:01.006649 [ 3 ] {} <Debug> HTTP-Session: 6170189b-b406-4a6e-9f3d-0c94c8d80d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4222 | 2024.09.23 18:23:01.006680 [ 3 ] {} <Trace> HTTP-Session: 6170189b-b406-4a6e-9f3d-0c94c8d80d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4223 | 2024.09.23 18:23:01.006984 [ 3 ] {f7c3d66d-ae79-4d53-9c8f-aa409f4f8199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4224 | 2024.09.23 18:23:01.007048 [ 3 ] {f7c3d66d-ae79-4d53-9c8f-aa409f4f8199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4225 | 2024.09.23 18:23:01.007461 [ 3 ] {f7c3d66d-ae79-4d53-9c8f-aa409f4f8199} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4226 | 2024.09.23 18:23:01.008166 [ 3 ] {f7c3d66d-ae79-4d53-9c8f-aa409f4f8199} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4227 | 2024.09.23 18:23:01.008203 [ 3 ] {f7c3d66d-ae79-4d53-9c8f-aa409f4f8199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4228 | 2024.09.23 18:23:01.008848 [ 3 ] {f7c3d66d-ae79-4d53-9c8f-aa409f4f8199} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4229 | 2024.09.23 18:23:01.009284 [ 3 ] {f7c3d66d-ae79-4d53-9c8f-aa409f4f8199} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4230 | 2024.09.23 18:23:01.009476 [ 3 ] {f7c3d66d-ae79-4d53-9c8f-aa409f4f8199} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002706 sec., 11456.023651145602 rows/sec., 20.53 MiB/sec. | ||
4231 | 2024.09.23 18:23:01.009979 [ 3 ] {f7c3d66d-ae79-4d53-9c8f-aa409f4f8199} <Debug> DynamicQueryHandler: Done processing query | ||
4232 | 2024.09.23 18:23:01.010004 [ 3 ] {f7c3d66d-ae79-4d53-9c8f-aa409f4f8199} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4233 | 2024.09.23 18:23:01.010020 [ 3 ] {} <Debug> HTTP-Session: 6170189b-b406-4a6e-9f3d-0c94c8d80d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4234 | 2024.09.23 18:23:01.010188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4235 | 2024.09.23 18:23:01.010238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4236 | 2024.09.23 18:23:01.010258 [ 3 ] {} <Debug> HTTP-Session: 43ebf041-02c4-4c52-bf50-fc660b112d67 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4237 | 2024.09.23 18:23:01.010274 [ 3 ] {} <Debug> HTTP-Session: 43ebf041-02c4-4c52-bf50-fc660b112d67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4238 | 2024.09.23 18:23:01.010289 [ 3 ] {} <Debug> HTTP-Session: 43ebf041-02c4-4c52-bf50-fc660b112d67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4239 | 2024.09.23 18:23:01.010321 [ 3 ] {} <Trace> HTTP-Session: 43ebf041-02c4-4c52-bf50-fc660b112d67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4240 | 2024.09.23 18:23:01.010452 [ 3 ] {d900c6e1-c4b0-4762-844f-2d26885340a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4241 | 2024.09.23 18:23:01.010499 [ 3 ] {d900c6e1-c4b0-4762-844f-2d26885340a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4242 | 2024.09.23 18:23:01.010645 [ 3 ] {d900c6e1-c4b0-4762-844f-2d26885340a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4243 | 2024.09.23 18:23:01.010992 [ 3 ] {d900c6e1-c4b0-4762-844f-2d26885340a7} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4244 | 2024.09.23 18:23:01.011028 [ 3 ] {d900c6e1-c4b0-4762-844f-2d26885340a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4245 | 2024.09.23 18:23:01.011405 [ 3 ] {d900c6e1-c4b0-4762-844f-2d26885340a7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4246 | 2024.09.23 18:23:01.011743 [ 3 ] {d900c6e1-c4b0-4762-844f-2d26885340a7} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4247 | 2024.09.23 18:23:01.011897 [ 3 ] {d900c6e1-c4b0-4762-844f-2d26885340a7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001496 sec., 54812.83422459893 rows/sec., 3.48 MiB/sec. | ||
4248 | 2024.09.23 18:23:01.012064 [ 3 ] {d900c6e1-c4b0-4762-844f-2d26885340a7} <Debug> DynamicQueryHandler: Done processing query | ||
4249 | 2024.09.23 18:23:01.012089 [ 3 ] {d900c6e1-c4b0-4762-844f-2d26885340a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4250 | 2024.09.23 18:23:01.012105 [ 3 ] {} <Debug> HTTP-Session: 43ebf041-02c4-4c52-bf50-fc660b112d67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4251 | 2024.09.23 18:23:05.983085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4252 | 2024.09.23 18:23:05.983220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4253 | 2024.09.23 18:23:05.983246 [ 3 ] {} <Debug> HTTP-Session: 08097f57-4b4e-4818-bade-c3658502625b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4254 | 2024.09.23 18:23:05.983270 [ 3 ] {} <Debug> HTTP-Session: 08097f57-4b4e-4818-bade-c3658502625b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4255 | 2024.09.23 18:23:05.983285 [ 3 ] {} <Debug> HTTP-Session: 08097f57-4b4e-4818-bade-c3658502625b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4256 | 2024.09.23 18:23:05.983334 [ 3 ] {} <Trace> HTTP-Session: 08097f57-4b4e-4818-bade-c3658502625b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4257 | 2024.09.23 18:23:05.983569 [ 3 ] {afeb8ae1-f9c8-4f63-ad81-9f756c67bfdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4258 | 2024.09.23 18:23:05.983639 [ 3 ] {afeb8ae1-f9c8-4f63-ad81-9f756c67bfdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4259 | 2024.09.23 18:23:05.983962 [ 3 ] {afeb8ae1-f9c8-4f63-ad81-9f756c67bfdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4260 | 2024.09.23 18:23:05.984465 [ 3 ] {afeb8ae1-f9c8-4f63-ad81-9f756c67bfdd} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4261 | 2024.09.23 18:23:05.984507 [ 3 ] {afeb8ae1-f9c8-4f63-ad81-9f756c67bfdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4262 | 2024.09.23 18:23:05.984925 [ 3 ] {afeb8ae1-f9c8-4f63-ad81-9f756c67bfdd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4263 | 2024.09.23 18:23:05.985314 [ 3 ] {afeb8ae1-f9c8-4f63-ad81-9f756c67bfdd} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4264 | 2024.09.23 18:23:05.985477 [ 3 ] {afeb8ae1-f9c8-4f63-ad81-9f756c67bfdd} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001991 sec., 37167.252636865895 rows/sec., 2.98 MiB/sec. | ||
4265 | 2024.09.23 18:23:05.985800 [ 3 ] {afeb8ae1-f9c8-4f63-ad81-9f756c67bfdd} <Debug> DynamicQueryHandler: Done processing query | ||
4266 | 2024.09.23 18:23:05.985827 [ 3 ] {afeb8ae1-f9c8-4f63-ad81-9f756c67bfdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4267 | 2024.09.23 18:23:05.985844 [ 3 ] {} <Debug> HTTP-Session: 08097f57-4b4e-4818-bade-c3658502625b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4268 | 2024.09.23 18:23:05.985973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4269 | 2024.09.23 18:23:05.986022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4270 | 2024.09.23 18:23:05.986041 [ 3 ] {} <Debug> HTTP-Session: f68c6f78-fb97-4f00-9e8c-fa7e28db5f04 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4271 | 2024.09.23 18:23:05.986058 [ 3 ] {} <Debug> HTTP-Session: f68c6f78-fb97-4f00-9e8c-fa7e28db5f04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4272 | 2024.09.23 18:23:05.986072 [ 3 ] {} <Debug> HTTP-Session: f68c6f78-fb97-4f00-9e8c-fa7e28db5f04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4273 | 2024.09.23 18:23:05.986104 [ 3 ] {} <Trace> HTTP-Session: f68c6f78-fb97-4f00-9e8c-fa7e28db5f04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4274 | 2024.09.23 18:23:05.986202 [ 3 ] {64f827b1-5701-41ed-aadc-6122ed216a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4275 | 2024.09.23 18:23:05.986245 [ 3 ] {64f827b1-5701-41ed-aadc-6122ed216a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4276 | 2024.09.23 18:23:05.986493 [ 3 ] {64f827b1-5701-41ed-aadc-6122ed216a78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4277 | 2024.09.23 18:23:05.986836 [ 3 ] {64f827b1-5701-41ed-aadc-6122ed216a78} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4278 | 2024.09.23 18:23:05.986873 [ 3 ] {64f827b1-5701-41ed-aadc-6122ed216a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4279 | 2024.09.23 18:23:05.987237 [ 3 ] {64f827b1-5701-41ed-aadc-6122ed216a78} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4280 | 2024.09.23 18:23:05.987594 [ 3 ] {64f827b1-5701-41ed-aadc-6122ed216a78} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4281 | 2024.09.23 18:23:05.987753 [ 3 ] {64f827b1-5701-41ed-aadc-6122ed216a78} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001571 sec., 5728.835136855507 rows/sec., 430.78 KiB/sec. | ||
4282 | 2024.09.23 18:23:05.987927 [ 3 ] {64f827b1-5701-41ed-aadc-6122ed216a78} <Debug> DynamicQueryHandler: Done processing query | ||
4283 | 2024.09.23 18:23:05.987951 [ 3 ] {64f827b1-5701-41ed-aadc-6122ed216a78} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4284 | 2024.09.23 18:23:05.987966 [ 3 ] {} <Debug> HTTP-Session: f68c6f78-fb97-4f00-9e8c-fa7e28db5f04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4285 | 2024.09.23 18:23:05.988096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4286 | 2024.09.23 18:23:05.988143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4287 | 2024.09.23 18:23:05.988162 [ 3 ] {} <Debug> HTTP-Session: af709123-13d5-45e5-bc19-883e6bdc4d08 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4288 | 2024.09.23 18:23:05.988178 [ 3 ] {} <Debug> HTTP-Session: af709123-13d5-45e5-bc19-883e6bdc4d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4289 | 2024.09.23 18:23:05.988192 [ 3 ] {} <Debug> HTTP-Session: af709123-13d5-45e5-bc19-883e6bdc4d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4290 | 2024.09.23 18:23:05.988222 [ 3 ] {} <Trace> HTTP-Session: af709123-13d5-45e5-bc19-883e6bdc4d08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4291 | 2024.09.23 18:23:05.988337 [ 3 ] {64df9d11-ba6b-470a-afd0-76901fda2713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4292 | 2024.09.23 18:23:05.988380 [ 3 ] {64df9d11-ba6b-470a-afd0-76901fda2713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4293 | 2024.09.23 18:23:05.988603 [ 3 ] {64df9d11-ba6b-470a-afd0-76901fda2713} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4294 | 2024.09.23 18:23:05.988953 [ 3 ] {64df9d11-ba6b-470a-afd0-76901fda2713} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4295 | 2024.09.23 18:23:05.988989 [ 3 ] {64df9d11-ba6b-470a-afd0-76901fda2713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4296 | 2024.09.23 18:23:05.989340 [ 3 ] {64df9d11-ba6b-470a-afd0-76901fda2713} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4297 | 2024.09.23 18:23:05.989688 [ 3 ] {64df9d11-ba6b-470a-afd0-76901fda2713} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4298 | 2024.09.23 18:23:05.989851 [ 3 ] {64df9d11-ba6b-470a-afd0-76901fda2713} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.00155 sec., 47096.77419354839 rows/sec., 3.68 MiB/sec. | ||
4299 | 2024.09.23 18:23:05.990020 [ 3 ] {64df9d11-ba6b-470a-afd0-76901fda2713} <Debug> DynamicQueryHandler: Done processing query | ||
4300 | 2024.09.23 18:23:05.990044 [ 3 ] {64df9d11-ba6b-470a-afd0-76901fda2713} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4301 | 2024.09.23 18:23:05.990060 [ 3 ] {} <Debug> HTTP-Session: af709123-13d5-45e5-bc19-883e6bdc4d08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4302 | 2024.09.23 18:23:05.990224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4303 | 2024.09.23 18:23:05.990273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4304 | 2024.09.23 18:23:05.990292 [ 3 ] {} <Debug> HTTP-Session: dce819fa-9f8f-43e2-a91c-f632d8e124d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4305 | 2024.09.23 18:23:05.990308 [ 3 ] {} <Debug> HTTP-Session: dce819fa-9f8f-43e2-a91c-f632d8e124d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4306 | 2024.09.23 18:23:05.990322 [ 3 ] {} <Debug> HTTP-Session: dce819fa-9f8f-43e2-a91c-f632d8e124d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4307 | 2024.09.23 18:23:05.990353 [ 3 ] {} <Trace> HTTP-Session: dce819fa-9f8f-43e2-a91c-f632d8e124d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4308 | 2024.09.23 18:23:05.990505 [ 3 ] {3e38da8b-779f-4fd3-bfc4-c19522d7f7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4309 | 2024.09.23 18:23:05.990552 [ 3 ] {3e38da8b-779f-4fd3-bfc4-c19522d7f7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4310 | 2024.09.23 18:23:05.990696 [ 3 ] {3e38da8b-779f-4fd3-bfc4-c19522d7f7f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4311 | 2024.09.23 18:23:05.991091 [ 3 ] {3e38da8b-779f-4fd3-bfc4-c19522d7f7f0} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4312 | 2024.09.23 18:23:05.991126 [ 3 ] {3e38da8b-779f-4fd3-bfc4-c19522d7f7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4313 | 2024.09.23 18:23:05.991512 [ 3 ] {3e38da8b-779f-4fd3-bfc4-c19522d7f7f0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4314 | 2024.09.23 18:23:05.991850 [ 3 ] {3e38da8b-779f-4fd3-bfc4-c19522d7f7f0} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4315 | 2024.09.23 18:23:05.992023 [ 3 ] {3e38da8b-779f-4fd3-bfc4-c19522d7f7f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec. | ||
4316 | 2024.09.23 18:23:05.992314 [ 3 ] {3e38da8b-779f-4fd3-bfc4-c19522d7f7f0} <Debug> DynamicQueryHandler: Done processing query | ||
4317 | 2024.09.23 18:23:05.992342 [ 3 ] {3e38da8b-779f-4fd3-bfc4-c19522d7f7f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4318 | 2024.09.23 18:23:05.992357 [ 3 ] {} <Debug> HTTP-Session: dce819fa-9f8f-43e2-a91c-f632d8e124d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4319 | 2024.09.23 18:23:05.992481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4320 | 2024.09.23 18:23:05.992530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4321 | 2024.09.23 18:23:05.992548 [ 3 ] {} <Debug> HTTP-Session: 5ccecfe1-0f85-4687-b866-39cd6667d0e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4322 | 2024.09.23 18:23:05.992564 [ 3 ] {} <Debug> HTTP-Session: 5ccecfe1-0f85-4687-b866-39cd6667d0e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4323 | 2024.09.23 18:23:05.992577 [ 3 ] {} <Debug> HTTP-Session: 5ccecfe1-0f85-4687-b866-39cd6667d0e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4324 | 2024.09.23 18:23:05.992608 [ 3 ] {} <Trace> HTTP-Session: 5ccecfe1-0f85-4687-b866-39cd6667d0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4325 | 2024.09.23 18:23:05.992811 [ 3 ] {5faad30a-656a-4fa5-9d7d-cf9808c0153e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4326 | 2024.09.23 18:23:05.992883 [ 3 ] {5faad30a-656a-4fa5-9d7d-cf9808c0153e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4327 | 2024.09.23 18:23:05.993316 [ 3 ] {5faad30a-656a-4fa5-9d7d-cf9808c0153e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4328 | 2024.09.23 18:23:05.993823 [ 3 ] {5faad30a-656a-4fa5-9d7d-cf9808c0153e} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4329 | 2024.09.23 18:23:05.993861 [ 3 ] {5faad30a-656a-4fa5-9d7d-cf9808c0153e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4330 | 2024.09.23 18:23:05.994446 [ 3 ] {5faad30a-656a-4fa5-9d7d-cf9808c0153e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4331 | 2024.09.23 18:23:05.994862 [ 3 ] {5faad30a-656a-4fa5-9d7d-cf9808c0153e} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4332 | 2024.09.23 18:23:05.995046 [ 3 ] {5faad30a-656a-4fa5-9d7d-cf9808c0153e} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002345 sec., 3837.953091684435 rows/sec., 6.88 MiB/sec. | ||
4333 | 2024.09.23 18:23:05.995268 [ 3 ] {5faad30a-656a-4fa5-9d7d-cf9808c0153e} <Debug> DynamicQueryHandler: Done processing query | ||
4334 | 2024.09.23 18:23:05.995292 [ 3 ] {5faad30a-656a-4fa5-9d7d-cf9808c0153e} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
4335 | 2024.09.23 18:23:05.995308 [ 3 ] {} <Debug> HTTP-Session: 5ccecfe1-0f85-4687-b866-39cd6667d0e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4336 | 2024.09.23 18:23:05.995428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4337 | 2024.09.23 18:23:05.995477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4338 | 2024.09.23 18:23:05.995495 [ 3 ] {} <Debug> HTTP-Session: c637a9ca-4bf4-432b-898c-afc0b4259a15 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4339 | 2024.09.23 18:23:05.995512 [ 3 ] {} <Debug> HTTP-Session: c637a9ca-4bf4-432b-898c-afc0b4259a15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4340 | 2024.09.23 18:23:05.995526 [ 3 ] {} <Debug> HTTP-Session: c637a9ca-4bf4-432b-898c-afc0b4259a15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4341 | 2024.09.23 18:23:05.995557 [ 3 ] {} <Trace> HTTP-Session: c637a9ca-4bf4-432b-898c-afc0b4259a15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4342 | 2024.09.23 18:23:05.995675 [ 3 ] {b7a4775f-0b44-468e-954b-5eadea6c061a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4343 | 2024.09.23 18:23:05.995719 [ 3 ] {b7a4775f-0b44-468e-954b-5eadea6c061a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4344 | 2024.09.23 18:23:05.995847 [ 3 ] {b7a4775f-0b44-468e-954b-5eadea6c061a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4345 | 2024.09.23 18:23:05.996151 [ 3 ] {b7a4775f-0b44-468e-954b-5eadea6c061a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4346 | 2024.09.23 18:23:05.996186 [ 3 ] {b7a4775f-0b44-468e-954b-5eadea6c061a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4347 | 2024.09.23 18:23:05.996546 [ 3 ] {b7a4775f-0b44-468e-954b-5eadea6c061a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4348 | 2024.09.23 18:23:05.996869 [ 3 ] {b7a4775f-0b44-468e-954b-5eadea6c061a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4349 | 2024.09.23 18:23:05.997030 [ 3 ] {b7a4775f-0b44-468e-954b-5eadea6c061a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
4350 | 2024.09.23 18:23:05.997181 [ 3 ] {b7a4775f-0b44-468e-954b-5eadea6c061a} <Debug> DynamicQueryHandler: Done processing query | ||
4351 | 2024.09.23 18:23:05.997205 [ 3 ] {b7a4775f-0b44-468e-954b-5eadea6c061a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4352 | 2024.09.23 18:23:05.997221 [ 3 ] {} <Debug> HTTP-Session: c637a9ca-4bf4-432b-898c-afc0b4259a15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4353 | 2024.09.23 18:23:07.528260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4354 | 2024.09.23 18:23:07.528426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4355 | 2024.09.23 18:23:07.528474 [ 3 ] {} <Debug> HTTP-Session: a8cf174e-4baf-46b5-9858-df018ca14f90 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4356 | 2024.09.23 18:23:07.528514 [ 3 ] {} <Debug> HTTP-Session: a8cf174e-4baf-46b5-9858-df018ca14f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4357 | 2024.09.23 18:23:07.528543 [ 3 ] {} <Debug> HTTP-Session: a8cf174e-4baf-46b5-9858-df018ca14f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4358 | 2024.09.23 18:23:07.528622 [ 3 ] {} <Trace> HTTP-Session: a8cf174e-4baf-46b5-9858-df018ca14f90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4359 | 2024.09.23 18:23:07.529275 [ 3 ] {3bca5d90-5a90-4dea-8483-96807f9ded7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4360 | 2024.09.23 18:23:07.529340 [ 3 ] {3bca5d90-5a90-4dea-8483-96807f9ded7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4361 | 2024.09.23 18:23:07.529662 [ 3 ] {3bca5d90-5a90-4dea-8483-96807f9ded7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4362 | 2024.09.23 18:23:07.531401 [ 3 ] {3bca5d90-5a90-4dea-8483-96807f9ded7b} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4363 | 2024.09.23 18:23:07.531450 [ 3 ] {3bca5d90-5a90-4dea-8483-96807f9ded7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4364 | 2024.09.23 18:23:07.531968 [ 3 ] {3bca5d90-5a90-4dea-8483-96807f9ded7b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4365 | 2024.09.23 18:23:07.532449 [ 3 ] {3bca5d90-5a90-4dea-8483-96807f9ded7b} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4366 | 2024.09.23 18:23:07.532617 [ 150 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4367 | 2024.09.23 18:23:07.532624 [ 3 ] {3bca5d90-5a90-4dea-8483-96807f9ded7b} <Debug> executeQuery: Read 1345 rows, 114.56 KiB in 0.003733 sec., 360300.0267881061 rows/sec., 29.97 MiB/sec. | ||
4368 | 2024.09.23 18:23:07.532664 [ 150 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4369 | 2024.09.23 18:23:07.532697 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4370 | 2024.09.23 18:23:07.532936 [ 3 ] {3bca5d90-5a90-4dea-8483-96807f9ded7b} <Debug> DynamicQueryHandler: Done processing query | ||
4371 | 2024.09.23 18:23:07.533016 [ 3 ] {3bca5d90-5a90-4dea-8483-96807f9ded7b} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
4372 | 2024.09.23 18:23:07.533088 [ 3 ] {} <Debug> HTTP-Session: a8cf174e-4baf-46b5-9858-df018ca14f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4373 | 2024.09.23 18:23:07.533159 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
4374 | 2024.09.23 18:23:07.533387 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4375 | 2024.09.23 18:23:07.533431 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1414 rows starting from the beginning of the part | ||
4376 | 2024.09.23 18:23:07.533546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4377 | 2024.09.23 18:23:07.533697 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 251 rows starting from the beginning of the part | ||
4378 | 2024.09.23 18:23:07.533714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4379 | 2024.09.23 18:23:07.533793 [ 3 ] {} <Debug> HTTP-Session: 3540c993-ee82-4316-86e0-db592005b0cb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4380 | 2024.09.23 18:23:07.533898 [ 3 ] {} <Debug> HTTP-Session: 3540c993-ee82-4316-86e0-db592005b0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4381 | 2024.09.23 18:23:07.533977 [ 3 ] {} <Debug> HTTP-Session: 3540c993-ee82-4316-86e0-db592005b0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4382 | 2024.09.23 18:23:07.534024 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 74 rows starting from the beginning of the part | ||
4383 | 2024.09.23 18:23:07.534087 [ 3 ] {} <Trace> HTTP-Session: 3540c993-ee82-4316-86e0-db592005b0cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4384 | 2024.09.23 18:23:07.534239 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 251 rows starting from the beginning of the part | ||
4385 | 2024.09.23 18:23:07.534538 [ 3 ] {61e6e0fe-650a-44b5-a1b7-a08e36313cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4386 | 2024.09.23 18:23:07.534547 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 74 rows starting from the beginning of the part | ||
4387 | 2024.09.23 18:23:07.534638 [ 3 ] {61e6e0fe-650a-44b5-a1b7-a08e36313cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4388 | 2024.09.23 18:23:07.534738 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1345 rows starting from the beginning of the part | ||
4389 | 2024.09.23 18:23:07.535993 [ 3 ] {61e6e0fe-650a-44b5-a1b7-a08e36313cd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4390 | 2024.09.23 18:23:07.536766 [ 3 ] {61e6e0fe-650a-44b5-a1b7-a08e36313cd6} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4391 | 2024.09.23 18:23:07.536839 [ 3 ] {61e6e0fe-650a-44b5-a1b7-a08e36313cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4392 | 2024.09.23 18:23:07.537805 [ 3 ] {61e6e0fe-650a-44b5-a1b7-a08e36313cd6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4393 | 2024.09.23 18:23:07.538478 [ 3 ] {61e6e0fe-650a-44b5-a1b7-a08e36313cd6} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4394 | 2024.09.23 18:23:07.538673 [ 150 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4395 | 2024.09.23 18:23:07.538700 [ 3 ] {61e6e0fe-650a-44b5-a1b7-a08e36313cd6} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004364 sec., 1833.1805682859763 rows/sec., 137.85 KiB/sec. | ||
4396 | 2024.09.23 18:23:07.538707 [ 150 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4397 | 2024.09.23 18:23:07.538758 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4398 | 2024.09.23 18:23:07.539456 [ 3 ] {61e6e0fe-650a-44b5-a1b7-a08e36313cd6} <Debug> DynamicQueryHandler: Done processing query | ||
4399 | 2024.09.23 18:23:07.539584 [ 3 ] {61e6e0fe-650a-44b5-a1b7-a08e36313cd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4400 | 2024.09.23 18:23:07.539667 [ 3 ] {} <Debug> HTTP-Session: 3540c993-ee82-4316-86e0-db592005b0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4401 | 2024.09.23 18:23:07.539788 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3409 rows, containing 5 columns (5 merged, 0 gathered) in 0.006985065 sec., 488041.2709115806 rows/sec., 42.85 MiB/sec. | ||
4402 | 2024.09.23 18:23:07.539803 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
4403 | 2024.09.23 18:23:07.539994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4404 | 2024.09.23 18:23:07.540137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4405 | 2024.09.23 18:23:07.540205 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4406 | 2024.09.23 18:23:07.540229 [ 3 ] {} <Debug> HTTP-Session: 37ce1e50-e38d-4d3e-986b-530edf3c7dff Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4407 | 2024.09.23 18:23:07.540288 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4408 | 2024.09.23 18:23:07.540316 [ 3 ] {} <Debug> HTTP-Session: 37ce1e50-e38d-4d3e-986b-530edf3c7dff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4409 | 2024.09.23 18:23:07.540397 [ 3 ] {} <Debug> HTTP-Session: 37ce1e50-e38d-4d3e-986b-530edf3c7dff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4410 | 2024.09.23 18:23:07.540423 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 48 rows starting from the beginning of the part | ||
4411 | 2024.09.23 18:23:07.540498 [ 3 ] {} <Trace> HTTP-Session: 37ce1e50-e38d-4d3e-986b-530edf3c7dff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4412 | 2024.09.23 18:23:07.540915 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
4413 | 2024.09.23 18:23:07.541351 [ 3 ] {745a146b-fd22-4d44-8e56-d6308c4e52c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4414 | 2024.09.23 18:23:07.541386 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part | ||
4415 | 2024.09.23 18:23:07.541676 [ 3 ] {745a146b-fd22-4d44-8e56-d6308c4e52c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4416 | 2024.09.23 18:23:07.542071 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
4417 | 2024.09.23 18:23:07.542693 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part | ||
4418 | 2024.09.23 18:23:07.543095 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_21_4} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4419 | 2024.09.23 18:23:07.543244 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
4420 | 2024.09.23 18:23:07.543638 [ 201 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_21_4} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4421 | 2024.09.23 18:23:07.543975 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
4422 | 2024.09.23 18:23:07.544461 [ 3 ] {745a146b-fd22-4d44-8e56-d6308c4e52c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4423 | 2024.09.23 18:23:07.545522 [ 3 ] {745a146b-fd22-4d44-8e56-d6308c4e52c9} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4424 | 2024.09.23 18:23:07.545594 [ 3 ] {745a146b-fd22-4d44-8e56-d6308c4e52c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4425 | 2024.09.23 18:23:07.546557 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 136 rows, containing 5 columns (5 merged, 0 gathered) in 0.007563729 sec., 17980.549012266303 rows/sec., 1.38 MiB/sec. | ||
4426 | 2024.09.23 18:23:07.546695 [ 3 ] {745a146b-fd22-4d44-8e56-d6308c4e52c9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4427 | 2024.09.23 18:23:07.546737 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4428 | 2024.09.23 18:23:07.547731 [ 3 ] {745a146b-fd22-4d44-8e56-d6308c4e52c9} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4429 | 2024.09.23 18:23:07.547847 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_11_2} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4430 | 2024.09.23 18:23:07.548097 [ 197 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_11_2} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4431 | 2024.09.23 18:23:07.548109 [ 3 ] {745a146b-fd22-4d44-8e56-d6308c4e52c9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.007264 sec., 33314.97797356828 rows/sec., 2.26 MiB/sec. | ||
4432 | 2024.09.23 18:23:07.548394 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4433 | 2024.09.23 18:23:07.548676 [ 3 ] {745a146b-fd22-4d44-8e56-d6308c4e52c9} <Debug> DynamicQueryHandler: Done processing query | ||
4434 | 2024.09.23 18:23:07.548722 [ 3 ] {745a146b-fd22-4d44-8e56-d6308c4e52c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4435 | 2024.09.23 18:23:07.548753 [ 3 ] {} <Debug> HTTP-Session: 37ce1e50-e38d-4d3e-986b-530edf3c7dff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4436 | 2024.09.23 18:23:07.548934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4437 | 2024.09.23 18:23:07.548985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4438 | 2024.09.23 18:23:07.549005 [ 3 ] {} <Debug> HTTP-Session: 2919ab20-9de3-4bf6-9c7e-799d50d72e0a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4439 | 2024.09.23 18:23:07.549021 [ 3 ] {} <Debug> HTTP-Session: 2919ab20-9de3-4bf6-9c7e-799d50d72e0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4440 | 2024.09.23 18:23:07.549035 [ 3 ] {} <Debug> HTTP-Session: 2919ab20-9de3-4bf6-9c7e-799d50d72e0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4441 | 2024.09.23 18:23:07.549067 [ 3 ] {} <Trace> HTTP-Session: 2919ab20-9de3-4bf6-9c7e-799d50d72e0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4442 | 2024.09.23 18:23:07.549171 [ 3 ] {bebbc0f2-6873-4e7e-97eb-eac052b0369e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4443 | 2024.09.23 18:23:07.549216 [ 3 ] {bebbc0f2-6873-4e7e-97eb-eac052b0369e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4444 | 2024.09.23 18:23:07.549466 [ 3 ] {bebbc0f2-6873-4e7e-97eb-eac052b0369e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4445 | 2024.09.23 18:23:07.549773 [ 3 ] {bebbc0f2-6873-4e7e-97eb-eac052b0369e} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4446 | 2024.09.23 18:23:07.549810 [ 3 ] {bebbc0f2-6873-4e7e-97eb-eac052b0369e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4447 | 2024.09.23 18:23:07.550189 [ 3 ] {bebbc0f2-6873-4e7e-97eb-eac052b0369e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4448 | 2024.09.23 18:23:07.550567 [ 3 ] {bebbc0f2-6873-4e7e-97eb-eac052b0369e} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4449 | 2024.09.23 18:23:07.550686 [ 150 ] {} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
4450 | 2024.09.23 18:23:07.550696 [ 3 ] {bebbc0f2-6873-4e7e-97eb-eac052b0369e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 228.26 KiB/sec. | ||
4451 | 2024.09.23 18:23:07.550724 [ 150 ] {} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4452 | 2024.09.23 18:23:07.550767 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4453 | 2024.09.23 18:23:07.550932 [ 201 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
4454 | 2024.09.23 18:23:07.550944 [ 3 ] {bebbc0f2-6873-4e7e-97eb-eac052b0369e} <Debug> DynamicQueryHandler: Done processing query | ||
4455 | 2024.09.23 18:23:07.551000 [ 3 ] {bebbc0f2-6873-4e7e-97eb-eac052b0369e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4456 | 2024.09.23 18:23:07.551041 [ 3 ] {} <Debug> HTTP-Session: 2919ab20-9de3-4bf6-9c7e-799d50d72e0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4457 | 2024.09.23 18:23:07.551162 [ 201 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4458 | 2024.09.23 18:23:07.551205 [ 201 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
4459 | 2024.09.23 18:23:07.551348 [ 201 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
4460 | 2024.09.23 18:23:07.551486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4461 | 2024.09.23 18:23:07.551768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4462 | 2024.09.23 18:23:07.551881 [ 201 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
4463 | 2024.09.23 18:23:07.551903 [ 3 ] {} <Debug> HTTP-Session: ab138b83-a8a7-45c8-a202-4b3f5de22223 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4464 | 2024.09.23 18:23:07.551991 [ 3 ] {} <Debug> HTTP-Session: ab138b83-a8a7-45c8-a202-4b3f5de22223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4465 | 2024.09.23 18:23:07.552094 [ 3 ] {} <Debug> HTTP-Session: ab138b83-a8a7-45c8-a202-4b3f5de22223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4466 | 2024.09.23 18:23:07.552240 [ 201 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
4467 | 2024.09.23 18:23:07.552256 [ 3 ] {} <Trace> HTTP-Session: ab138b83-a8a7-45c8-a202-4b3f5de22223 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4468 | 2024.09.23 18:23:07.552462 [ 201 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
4469 | 2024.09.23 18:23:07.552973 [ 3 ] {f7b40350-3b61-427b-a5aa-3dc0e5e891b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4470 | 2024.09.23 18:23:07.553064 [ 3 ] {f7b40350-3b61-427b-a5aa-3dc0e5e891b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4471 | 2024.09.23 18:23:07.554057 [ 3 ] {f7b40350-3b61-427b-a5aa-3dc0e5e891b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4472 | 2024.09.23 18:23:07.554689 [ 198 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003841356 sec., 7809.742184790995 rows/sec., 495.74 KiB/sec. | ||
4473 | 2024.09.23 18:23:07.554859 [ 198 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
4474 | 2024.09.23 18:23:07.555320 [ 3 ] {f7b40350-3b61-427b-a5aa-3dc0e5e891b9} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4475 | 2024.09.23 18:23:07.555359 [ 3 ] {f7b40350-3b61-427b-a5aa-3dc0e5e891b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4476 | 2024.09.23 18:23:07.555546 [ 198 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_9_2} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4477 | 2024.09.23 18:23:07.555759 [ 198 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_9_2} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
4478 | 2024.09.23 18:23:07.555859 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4479 | 2024.09.23 18:23:07.555882 [ 3 ] {f7b40350-3b61-427b-a5aa-3dc0e5e891b9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4480 | 2024.09.23 18:23:07.556253 [ 3 ] {f7b40350-3b61-427b-a5aa-3dc0e5e891b9} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4481 | 2024.09.23 18:23:07.556419 [ 3 ] {f7b40350-3b61-427b-a5aa-3dc0e5e891b9} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.003832 sec., 220772.44258872652 rows/sec., 15.96 MiB/sec. | ||
4482 | 2024.09.23 18:23:07.556427 [ 125 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4483 | 2024.09.23 18:23:07.556519 [ 125 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4484 | 2024.09.23 18:23:07.556572 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4485 | 2024.09.23 18:23:07.556752 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
4486 | 2024.09.23 18:23:07.556770 [ 3 ] {f7b40350-3b61-427b-a5aa-3dc0e5e891b9} <Debug> DynamicQueryHandler: Done processing query | ||
4487 | 2024.09.23 18:23:07.556815 [ 3 ] {f7b40350-3b61-427b-a5aa-3dc0e5e891b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
4488 | 2024.09.23 18:23:07.556864 [ 3 ] {} <Debug> HTTP-Session: ab138b83-a8a7-45c8-a202-4b3f5de22223 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4489 | 2024.09.23 18:23:07.556968 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4490 | 2024.09.23 18:23:07.557002 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 904 rows starting from the beginning of the part | ||
4491 | 2024.09.23 18:23:07.557086 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
4492 | 2024.09.23 18:23:07.557413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4493 | 2024.09.23 18:23:07.557469 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 73 rows starting from the beginning of the part | ||
4494 | 2024.09.23 18:23:07.557559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4495 | 2024.09.23 18:23:07.557652 [ 3 ] {} <Debug> HTTP-Session: b4c33536-cd65-462a-abea-e14d81414f7d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4496 | 2024.09.23 18:23:07.557713 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
4497 | 2024.09.23 18:23:07.557728 [ 3 ] {} <Debug> HTTP-Session: b4c33536-cd65-462a-abea-e14d81414f7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4498 | 2024.09.23 18:23:07.557814 [ 3 ] {} <Debug> HTTP-Session: b4c33536-cd65-462a-abea-e14d81414f7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4499 | 2024.09.23 18:23:07.558046 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 73 rows starting from the beginning of the part | ||
4500 | 2024.09.23 18:23:07.558054 [ 3 ] {} <Trace> HTTP-Session: b4c33536-cd65-462a-abea-e14d81414f7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4501 | 2024.09.23 18:23:07.558307 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 846 rows starting from the beginning of the part | ||
4502 | 2024.09.23 18:23:07.558525 [ 3 ] {42f3822e-f337-4f12-af80-6bbb29683fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4503 | 2024.09.23 18:23:07.558731 [ 3 ] {42f3822e-f337-4f12-af80-6bbb29683fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4504 | 2024.09.23 18:23:07.559215 [ 3 ] {42f3822e-f337-4f12-af80-6bbb29683fb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4505 | 2024.09.23 18:23:07.559868 [ 3 ] {42f3822e-f337-4f12-af80-6bbb29683fb9} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4506 | 2024.09.23 18:23:07.559937 [ 3 ] {42f3822e-f337-4f12-af80-6bbb29683fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4507 | 2024.09.23 18:23:07.560893 [ 3 ] {42f3822e-f337-4f12-af80-6bbb29683fb9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4508 | 2024.09.23 18:23:07.561384 [ 3 ] {42f3822e-f337-4f12-af80-6bbb29683fb9} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4509 | 2024.09.23 18:23:07.561812 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2722 rows, containing 5 columns (5 merged, 0 gathered) in 0.005113478 sec., 532318.7075411296 rows/sec., 40.59 MiB/sec. | ||
4510 | 2024.09.23 18:23:07.561855 [ 3 ] {42f3822e-f337-4f12-af80-6bbb29683fb9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003536 sec., 1696.8325791855202 rows/sec., 88.65 KiB/sec. | ||
4511 | 2024.09.23 18:23:07.562260 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4512 | 2024.09.23 18:23:07.562352 [ 3 ] {42f3822e-f337-4f12-af80-6bbb29683fb9} <Debug> DynamicQueryHandler: Done processing query | ||
4513 | 2024.09.23 18:23:07.562397 [ 3 ] {42f3822e-f337-4f12-af80-6bbb29683fb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4514 | 2024.09.23 18:23:07.562430 [ 3 ] {} <Debug> HTTP-Session: b4c33536-cd65-462a-abea-e14d81414f7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4515 | 2024.09.23 18:23:07.562732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 180430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4516 | 2024.09.23 18:23:07.562818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4517 | 2024.09.23 18:23:07.562830 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_21_4} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4518 | 2024.09.23 18:23:07.562849 [ 3 ] {} <Debug> HTTP-Session: aeae38c2-85d6-41e3-990b-66c9f85f040a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4519 | 2024.09.23 18:23:07.562905 [ 3 ] {} <Debug> HTTP-Session: aeae38c2-85d6-41e3-990b-66c9f85f040a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4520 | 2024.09.23 18:23:07.562944 [ 3 ] {} <Debug> HTTP-Session: aeae38c2-85d6-41e3-990b-66c9f85f040a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4521 | 2024.09.23 18:23:07.562980 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_21_4} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4522 | 2024.09.23 18:23:07.562999 [ 3 ] {} <Trace> HTTP-Session: aeae38c2-85d6-41e3-990b-66c9f85f040a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4523 | 2024.09.23 18:23:07.563103 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
4524 | 2024.09.23 18:23:07.563615 [ 3 ] {7973d4b2-6162-47b0-baf0-ea1b901949e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4525 | 2024.09.23 18:23:07.563670 [ 3 ] {7973d4b2-6162-47b0-baf0-ea1b901949e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4526 | 2024.09.23 18:23:07.563842 [ 3 ] {7973d4b2-6162-47b0-baf0-ea1b901949e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4527 | 2024.09.23 18:23:07.564698 [ 3 ] {7973d4b2-6162-47b0-baf0-ea1b901949e0} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4528 | 2024.09.23 18:23:07.564735 [ 3 ] {7973d4b2-6162-47b0-baf0-ea1b901949e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4529 | 2024.09.23 18:23:07.565191 [ 3 ] {7973d4b2-6162-47b0-baf0-ea1b901949e0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4530 | 2024.09.23 18:23:07.565555 [ 3 ] {7973d4b2-6162-47b0-baf0-ea1b901949e0} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4531 | 2024.09.23 18:23:07.565718 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4532 | 2024.09.23 18:23:07.565731 [ 3 ] {7973d4b2-6162-47b0-baf0-ea1b901949e0} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002469 sec., 386796.2737950588 rows/sec., 25.70 MiB/sec. | ||
4533 | 2024.09.23 18:23:07.565774 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4534 | 2024.09.23 18:23:07.565851 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4535 | 2024.09.23 18:23:07.566089 [ 3 ] {7973d4b2-6162-47b0-baf0-ea1b901949e0} <Debug> DynamicQueryHandler: Done processing query | ||
4536 | 2024.09.23 18:23:07.566105 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
4537 | 2024.09.23 18:23:07.566133 [ 3 ] {7973d4b2-6162-47b0-baf0-ea1b901949e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
4538 | 2024.09.23 18:23:07.566199 [ 3 ] {} <Debug> HTTP-Session: aeae38c2-85d6-41e3-990b-66c9f85f040a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4539 | 2024.09.23 18:23:07.566410 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4540 | 2024.09.23 18:23:07.566475 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5230 rows starting from the beginning of the part | ||
4541 | 2024.09.23 18:23:07.566675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4542 | 2024.09.23 18:23:07.566765 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
4543 | 2024.09.23 18:23:07.566810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4544 | 2024.09.23 18:23:07.566919 [ 3 ] {} <Debug> HTTP-Session: f3f25c11-4e5a-4fa9-8914-0dd78e690383 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4545 | 2024.09.23 18:23:07.566992 [ 3 ] {} <Debug> HTTP-Session: f3f25c11-4e5a-4fa9-8914-0dd78e690383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4546 | 2024.09.23 18:23:07.567121 [ 3 ] {} <Debug> HTTP-Session: f3f25c11-4e5a-4fa9-8914-0dd78e690383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4547 | 2024.09.23 18:23:07.567155 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
4548 | 2024.09.23 18:23:07.567259 [ 3 ] {} <Trace> HTTP-Session: f3f25c11-4e5a-4fa9-8914-0dd78e690383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4549 | 2024.09.23 18:23:07.567469 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
4550 | 2024.09.23 18:23:07.567733 [ 3 ] {b6cdfcb5-9882-43fa-b707-ab3761edf514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4551 | 2024.09.23 18:23:07.567779 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
4552 | 2024.09.23 18:23:07.567922 [ 3 ] {b6cdfcb5-9882-43fa-b707-ab3761edf514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4553 | 2024.09.23 18:23:07.568128 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 955 rows starting from the beginning of the part | ||
4554 | 2024.09.23 18:23:07.568939 [ 3 ] {b6cdfcb5-9882-43fa-b707-ab3761edf514} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4555 | 2024.09.23 18:23:07.569534 [ 3 ] {b6cdfcb5-9882-43fa-b707-ab3761edf514} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4556 | 2024.09.23 18:23:07.569594 [ 3 ] {b6cdfcb5-9882-43fa-b707-ab3761edf514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4557 | 2024.09.23 18:23:07.570330 [ 3 ] {b6cdfcb5-9882-43fa-b707-ab3761edf514} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4558 | 2024.09.23 18:23:07.571137 [ 3 ] {b6cdfcb5-9882-43fa-b707-ab3761edf514} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4559 | 2024.09.23 18:23:07.571386 [ 3 ] {b6cdfcb5-9882-43fa-b707-ab3761edf514} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003862 sec., 258.9331952356292 rows/sec., 17.45 KiB/sec. | ||
4560 | 2024.09.23 18:23:07.571683 [ 3 ] {b6cdfcb5-9882-43fa-b707-ab3761edf514} <Debug> DynamicQueryHandler: Done processing query | ||
4561 | 2024.09.23 18:23:07.571710 [ 3 ] {b6cdfcb5-9882-43fa-b707-ab3761edf514} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4562 | 2024.09.23 18:23:07.571728 [ 3 ] {} <Debug> HTTP-Session: f3f25c11-4e5a-4fa9-8914-0dd78e690383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4563 | 2024.09.23 18:23:07.571891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4564 | 2024.09.23 18:23:07.571992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4565 | 2024.09.23 18:23:07.572020 [ 3 ] {} <Debug> HTTP-Session: 892b5d63-f4e1-4575-892c-e13bb7c09750 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4566 | 2024.09.23 18:23:07.572038 [ 3 ] {} <Debug> HTTP-Session: 892b5d63-f4e1-4575-892c-e13bb7c09750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4567 | 2024.09.23 18:23:07.572056 [ 3 ] {} <Debug> HTTP-Session: 892b5d63-f4e1-4575-892c-e13bb7c09750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4568 | 2024.09.23 18:23:07.572095 [ 3 ] {} <Trace> HTTP-Session: 892b5d63-f4e1-4575-892c-e13bb7c09750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4569 | 2024.09.23 18:23:07.572341 [ 3 ] {86e66d80-82f3-4e27-ae0c-da033427e1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4570 | 2024.09.23 18:23:07.572614 [ 3 ] {86e66d80-82f3-4e27-ae0c-da033427e1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4571 | 2024.09.23 18:23:07.572756 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6979 rows, containing 5 columns (5 merged, 0 gathered) in 0.00677817 sec., 1029628.9411448813 rows/sec., 69.18 MiB/sec. | ||
4572 | 2024.09.23 18:23:07.573353 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4573 | 2024.09.23 18:23:07.573359 [ 3 ] {86e66d80-82f3-4e27-ae0c-da033427e1b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4574 | 2024.09.23 18:23:07.574428 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4575 | 2024.09.23 18:23:07.574663 [ 197 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4576 | 2024.09.23 18:23:07.574777 [ 3 ] {86e66d80-82f3-4e27-ae0c-da033427e1b1} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4577 | 2024.09.23 18:23:07.574818 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
4578 | 2024.09.23 18:23:07.574839 [ 3 ] {86e66d80-82f3-4e27-ae0c-da033427e1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4579 | 2024.09.23 18:23:07.575487 [ 3 ] {86e66d80-82f3-4e27-ae0c-da033427e1b1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4580 | 2024.09.23 18:23:07.575937 [ 3 ] {86e66d80-82f3-4e27-ae0c-da033427e1b1} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4581 | 2024.09.23 18:23:07.576144 [ 3 ] {86e66d80-82f3-4e27-ae0c-da033427e1b1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00396 sec., 2020.2020202020203 rows/sec., 3.62 MiB/sec. | ||
4582 | 2024.09.23 18:23:07.576365 [ 3 ] {86e66d80-82f3-4e27-ae0c-da033427e1b1} <Debug> DynamicQueryHandler: Done processing query | ||
4583 | 2024.09.23 18:23:07.576389 [ 3 ] {86e66d80-82f3-4e27-ae0c-da033427e1b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4584 | 2024.09.23 18:23:07.576405 [ 3 ] {} <Debug> HTTP-Session: 892b5d63-f4e1-4575-892c-e13bb7c09750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4585 | 2024.09.23 18:23:07.576528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4586 | 2024.09.23 18:23:07.576575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4587 | 2024.09.23 18:23:07.576593 [ 3 ] {} <Debug> HTTP-Session: 07eb0a6e-59fd-4f6b-b530-483ba45bc2cf Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4588 | 2024.09.23 18:23:07.576610 [ 3 ] {} <Debug> HTTP-Session: 07eb0a6e-59fd-4f6b-b530-483ba45bc2cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4589 | 2024.09.23 18:23:07.576624 [ 3 ] {} <Debug> HTTP-Session: 07eb0a6e-59fd-4f6b-b530-483ba45bc2cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4590 | 2024.09.23 18:23:07.576656 [ 3 ] {} <Trace> HTTP-Session: 07eb0a6e-59fd-4f6b-b530-483ba45bc2cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4591 | 2024.09.23 18:23:07.576763 [ 3 ] {d7d84735-07ae-4cb4-838d-83d30bfb4e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4592 | 2024.09.23 18:23:07.576807 [ 3 ] {d7d84735-07ae-4cb4-838d-83d30bfb4e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4593 | 2024.09.23 18:23:07.576937 [ 3 ] {d7d84735-07ae-4cb4-838d-83d30bfb4e82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4594 | 2024.09.23 18:23:07.577209 [ 3 ] {d7d84735-07ae-4cb4-838d-83d30bfb4e82} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4595 | 2024.09.23 18:23:07.577244 [ 3 ] {d7d84735-07ae-4cb4-838d-83d30bfb4e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4596 | 2024.09.23 18:23:07.577596 [ 3 ] {d7d84735-07ae-4cb4-838d-83d30bfb4e82} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4597 | 2024.09.23 18:23:07.577919 [ 3 ] {d7d84735-07ae-4cb4-838d-83d30bfb4e82} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4598 | 2024.09.23 18:23:07.578082 [ 3 ] {d7d84735-07ae-4cb4-838d-83d30bfb4e82} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001343 sec., 25316.45569620253 rows/sec., 1.47 MiB/sec. | ||
4599 | 2024.09.23 18:23:07.578092 [ 125 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4600 | 2024.09.23 18:23:07.578204 [ 125 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4601 | 2024.09.23 18:23:07.578266 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4602 | 2024.09.23 18:23:07.578336 [ 3 ] {d7d84735-07ae-4cb4-838d-83d30bfb4e82} <Debug> DynamicQueryHandler: Done processing query | ||
4603 | 2024.09.23 18:23:07.578398 [ 3 ] {d7d84735-07ae-4cb4-838d-83d30bfb4e82} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4604 | 2024.09.23 18:23:07.578426 [ 3 ] {} <Debug> HTTP-Session: 07eb0a6e-59fd-4f6b-b530-483ba45bc2cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4605 | 2024.09.23 18:23:07.578475 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
4606 | 2024.09.23 18:23:07.578611 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4607 | 2024.09.23 18:23:07.578649 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 758 rows starting from the beginning of the part | ||
4608 | 2024.09.23 18:23:07.578760 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
4609 | 2024.09.23 18:23:07.578961 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
4610 | 2024.09.23 18:23:07.579109 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
4611 | 2024.09.23 18:23:07.579253 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
4612 | 2024.09.23 18:23:07.579404 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
4613 | 2024.09.23 18:23:07.580600 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1076 rows, containing 4 columns (4 merged, 0 gathered) in 0.002208066 sec., 487304.2744193335 rows/sec., 31.45 MiB/sec. | ||
4614 | 2024.09.23 18:23:07.580854 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4615 | 2024.09.23 18:23:07.581301 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_21_4} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4616 | 2024.09.23 18:23:07.581391 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_21_4} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4617 | 2024.09.23 18:23:07.581487 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
4618 | 2024.09.23 18:23:10.982466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4619 | 2024.09.23 18:23:10.982593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4620 | 2024.09.23 18:23:10.982619 [ 3 ] {} <Debug> HTTP-Session: 90c09a2a-a358-4cc5-91fa-a352258d5bc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4621 | 2024.09.23 18:23:10.982644 [ 3 ] {} <Debug> HTTP-Session: 90c09a2a-a358-4cc5-91fa-a352258d5bc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4622 | 2024.09.23 18:23:10.982659 [ 3 ] {} <Debug> HTTP-Session: 90c09a2a-a358-4cc5-91fa-a352258d5bc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4623 | 2024.09.23 18:23:10.982707 [ 3 ] {} <Trace> HTTP-Session: 90c09a2a-a358-4cc5-91fa-a352258d5bc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4624 | 2024.09.23 18:23:10.982886 [ 3 ] {ede8f672-f240-4382-bb74-66fbce23b55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4625 | 2024.09.23 18:23:10.982950 [ 3 ] {ede8f672-f240-4382-bb74-66fbce23b55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4626 | 2024.09.23 18:23:10.983272 [ 3 ] {ede8f672-f240-4382-bb74-66fbce23b55e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4627 | 2024.09.23 18:23:10.983669 [ 3 ] {ede8f672-f240-4382-bb74-66fbce23b55e} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4628 | 2024.09.23 18:23:10.983711 [ 3 ] {ede8f672-f240-4382-bb74-66fbce23b55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4629 | 2024.09.23 18:23:10.984108 [ 3 ] {ede8f672-f240-4382-bb74-66fbce23b55e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4630 | 2024.09.23 18:23:10.984496 [ 3 ] {ede8f672-f240-4382-bb74-66fbce23b55e} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4631 | 2024.09.23 18:23:10.984670 [ 3 ] {ede8f672-f240-4382-bb74-66fbce23b55e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001825 sec., 2191.780821917808 rows/sec., 178.72 KiB/sec. | ||
4632 | 2024.09.23 18:23:10.985003 [ 3 ] {ede8f672-f240-4382-bb74-66fbce23b55e} <Debug> DynamicQueryHandler: Done processing query | ||
4633 | 2024.09.23 18:23:10.985029 [ 3 ] {ede8f672-f240-4382-bb74-66fbce23b55e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4634 | 2024.09.23 18:23:10.985046 [ 3 ] {} <Debug> HTTP-Session: 90c09a2a-a358-4cc5-91fa-a352258d5bc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4635 | 2024.09.23 18:23:10.985216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4636 | 2024.09.23 18:23:10.985263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4637 | 2024.09.23 18:23:10.985282 [ 3 ] {} <Debug> HTTP-Session: d1ade67d-b4d7-4cb2-acfa-b7c7d22d76f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4638 | 2024.09.23 18:23:10.985299 [ 3 ] {} <Debug> HTTP-Session: d1ade67d-b4d7-4cb2-acfa-b7c7d22d76f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4639 | 2024.09.23 18:23:10.985314 [ 3 ] {} <Debug> HTTP-Session: d1ade67d-b4d7-4cb2-acfa-b7c7d22d76f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4640 | 2024.09.23 18:23:10.985346 [ 3 ] {} <Trace> HTTP-Session: d1ade67d-b4d7-4cb2-acfa-b7c7d22d76f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4641 | 2024.09.23 18:23:10.985468 [ 3 ] {4a3b9ac3-b111-490f-9388-57bb0fc4aa8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4642 | 2024.09.23 18:23:10.985511 [ 3 ] {4a3b9ac3-b111-490f-9388-57bb0fc4aa8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4643 | 2024.09.23 18:23:10.985750 [ 3 ] {4a3b9ac3-b111-490f-9388-57bb0fc4aa8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4644 | 2024.09.23 18:23:10.986135 [ 3 ] {4a3b9ac3-b111-490f-9388-57bb0fc4aa8d} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4645 | 2024.09.23 18:23:10.986172 [ 3 ] {4a3b9ac3-b111-490f-9388-57bb0fc4aa8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4646 | 2024.09.23 18:23:10.986533 [ 3 ] {4a3b9ac3-b111-490f-9388-57bb0fc4aa8d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4647 | 2024.09.23 18:23:10.986887 [ 3 ] {4a3b9ac3-b111-490f-9388-57bb0fc4aa8d} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4648 | 2024.09.23 18:23:10.987045 [ 3 ] {4a3b9ac3-b111-490f-9388-57bb0fc4aa8d} <Debug> executeQuery: Read 104 rows, 8.84 KiB in 0.001615 sec., 64396.284829721364 rows/sec., 5.34 MiB/sec. | ||
4649 | 2024.09.23 18:23:10.987203 [ 3 ] {4a3b9ac3-b111-490f-9388-57bb0fc4aa8d} <Debug> DynamicQueryHandler: Done processing query | ||
4650 | 2024.09.23 18:23:10.987227 [ 3 ] {4a3b9ac3-b111-490f-9388-57bb0fc4aa8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4651 | 2024.09.23 18:23:10.987242 [ 3 ] {} <Debug> HTTP-Session: d1ade67d-b4d7-4cb2-acfa-b7c7d22d76f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4652 | 2024.09.23 18:23:10.987374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4653 | 2024.09.23 18:23:10.987422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4654 | 2024.09.23 18:23:10.987441 [ 3 ] {} <Debug> HTTP-Session: a18112ec-c9c1-47a0-96b0-de5c14914b1e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4655 | 2024.09.23 18:23:10.987459 [ 3 ] {} <Debug> HTTP-Session: a18112ec-c9c1-47a0-96b0-de5c14914b1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4656 | 2024.09.23 18:23:10.987473 [ 3 ] {} <Debug> HTTP-Session: a18112ec-c9c1-47a0-96b0-de5c14914b1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4657 | 2024.09.23 18:23:10.987503 [ 3 ] {} <Trace> HTTP-Session: a18112ec-c9c1-47a0-96b0-de5c14914b1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4658 | 2024.09.23 18:23:10.987603 [ 3 ] {1ea28aa2-06ad-4521-8bfa-cf3769bf58cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4659 | 2024.09.23 18:23:10.987645 [ 3 ] {1ea28aa2-06ad-4521-8bfa-cf3769bf58cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4660 | 2024.09.23 18:23:10.987866 [ 3 ] {1ea28aa2-06ad-4521-8bfa-cf3769bf58cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4661 | 2024.09.23 18:23:10.988143 [ 3 ] {1ea28aa2-06ad-4521-8bfa-cf3769bf58cf} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4662 | 2024.09.23 18:23:10.988178 [ 3 ] {1ea28aa2-06ad-4521-8bfa-cf3769bf58cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4663 | 2024.09.23 18:23:10.988524 [ 3 ] {1ea28aa2-06ad-4521-8bfa-cf3769bf58cf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4664 | 2024.09.23 18:23:10.988878 [ 3 ] {1ea28aa2-06ad-4521-8bfa-cf3769bf58cf} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4665 | 2024.09.23 18:23:10.989045 [ 3 ] {1ea28aa2-06ad-4521-8bfa-cf3769bf58cf} <Debug> executeQuery: Read 27 rows, 2.01 KiB in 0.001459 sec., 18505.825908156272 rows/sec., 1.34 MiB/sec. | ||
4666 | 2024.09.23 18:23:10.989251 [ 3 ] {1ea28aa2-06ad-4521-8bfa-cf3769bf58cf} <Debug> DynamicQueryHandler: Done processing query | ||
4667 | 2024.09.23 18:23:10.989275 [ 3 ] {1ea28aa2-06ad-4521-8bfa-cf3769bf58cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4668 | 2024.09.23 18:23:10.989291 [ 3 ] {} <Debug> HTTP-Session: a18112ec-c9c1-47a0-96b0-de5c14914b1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4669 | 2024.09.23 18:23:10.989421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4670 | 2024.09.23 18:23:10.989468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4671 | 2024.09.23 18:23:10.989488 [ 3 ] {} <Debug> HTTP-Session: a9f1626a-8b46-40d7-a6a4-7fc8a6d6bd72 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4672 | 2024.09.23 18:23:10.989504 [ 3 ] {} <Debug> HTTP-Session: a9f1626a-8b46-40d7-a6a4-7fc8a6d6bd72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4673 | 2024.09.23 18:23:10.989518 [ 3 ] {} <Debug> HTTP-Session: a9f1626a-8b46-40d7-a6a4-7fc8a6d6bd72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4674 | 2024.09.23 18:23:10.989549 [ 3 ] {} <Trace> HTTP-Session: a9f1626a-8b46-40d7-a6a4-7fc8a6d6bd72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4675 | 2024.09.23 18:23:10.989666 [ 3 ] {a00974a8-5aff-43f1-951e-fc94192bf61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4676 | 2024.09.23 18:23:10.989709 [ 3 ] {a00974a8-5aff-43f1-951e-fc94192bf61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4677 | 2024.09.23 18:23:10.989931 [ 3 ] {a00974a8-5aff-43f1-951e-fc94192bf61a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4678 | 2024.09.23 18:23:10.990257 [ 3 ] {a00974a8-5aff-43f1-951e-fc94192bf61a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4679 | 2024.09.23 18:23:10.990294 [ 3 ] {a00974a8-5aff-43f1-951e-fc94192bf61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4680 | 2024.09.23 18:23:10.990640 [ 3 ] {a00974a8-5aff-43f1-951e-fc94192bf61a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4681 | 2024.09.23 18:23:10.990992 [ 3 ] {a00974a8-5aff-43f1-951e-fc94192bf61a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4682 | 2024.09.23 18:23:10.991158 [ 3 ] {a00974a8-5aff-43f1-951e-fc94192bf61a} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001523 sec., 59750.49244911359 rows/sec., 4.67 MiB/sec. | ||
4683 | 2024.09.23 18:23:10.991316 [ 3 ] {a00974a8-5aff-43f1-951e-fc94192bf61a} <Debug> DynamicQueryHandler: Done processing query | ||
4684 | 2024.09.23 18:23:10.991340 [ 3 ] {a00974a8-5aff-43f1-951e-fc94192bf61a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4685 | 2024.09.23 18:23:10.991355 [ 3 ] {} <Debug> HTTP-Session: a9f1626a-8b46-40d7-a6a4-7fc8a6d6bd72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4686 | 2024.09.23 18:23:10.991575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4687 | 2024.09.23 18:23:10.991621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4688 | 2024.09.23 18:23:10.991641 [ 3 ] {} <Debug> HTTP-Session: c2917e06-84fc-4fb5-b94b-c5189e1ad25d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4689 | 2024.09.23 18:23:10.991657 [ 3 ] {} <Debug> HTTP-Session: c2917e06-84fc-4fb5-b94b-c5189e1ad25d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4690 | 2024.09.23 18:23:10.991671 [ 3 ] {} <Debug> HTTP-Session: c2917e06-84fc-4fb5-b94b-c5189e1ad25d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4691 | 2024.09.23 18:23:10.991702 [ 3 ] {} <Trace> HTTP-Session: c2917e06-84fc-4fb5-b94b-c5189e1ad25d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4692 | 2024.09.23 18:23:10.991846 [ 3 ] {543d9606-97aa-44f1-a5ba-af4b7d6e935f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4693 | 2024.09.23 18:23:10.991893 [ 3 ] {543d9606-97aa-44f1-a5ba-af4b7d6e935f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4694 | 2024.09.23 18:23:10.992036 [ 3 ] {543d9606-97aa-44f1-a5ba-af4b7d6e935f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4695 | 2024.09.23 18:23:10.992366 [ 3 ] {543d9606-97aa-44f1-a5ba-af4b7d6e935f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4696 | 2024.09.23 18:23:10.992402 [ 3 ] {543d9606-97aa-44f1-a5ba-af4b7d6e935f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4697 | 2024.09.23 18:23:10.992776 [ 3 ] {543d9606-97aa-44f1-a5ba-af4b7d6e935f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4698 | 2024.09.23 18:23:10.993111 [ 3 ] {543d9606-97aa-44f1-a5ba-af4b7d6e935f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4699 | 2024.09.23 18:23:10.993279 [ 3 ] {543d9606-97aa-44f1-a5ba-af4b7d6e935f} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001482 sec., 87719.29824561403 rows/sec., 6.11 MiB/sec. | ||
4700 | 2024.09.23 18:23:10.993441 [ 3 ] {543d9606-97aa-44f1-a5ba-af4b7d6e935f} <Debug> DynamicQueryHandler: Done processing query | ||
4701 | 2024.09.23 18:23:10.993465 [ 3 ] {543d9606-97aa-44f1-a5ba-af4b7d6e935f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4702 | 2024.09.23 18:23:10.993480 [ 3 ] {} <Debug> HTTP-Session: c2917e06-84fc-4fb5-b94b-c5189e1ad25d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4703 | 2024.09.23 18:23:10.993657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37649, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4704 | 2024.09.23 18:23:10.993704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4705 | 2024.09.23 18:23:10.993723 [ 3 ] {} <Debug> HTTP-Session: 44981a3d-d6db-413d-bcd1-9e660222d055 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4706 | 2024.09.23 18:23:10.993740 [ 3 ] {} <Debug> HTTP-Session: 44981a3d-d6db-413d-bcd1-9e660222d055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4707 | 2024.09.23 18:23:10.993754 [ 3 ] {} <Debug> HTTP-Session: 44981a3d-d6db-413d-bcd1-9e660222d055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4708 | 2024.09.23 18:23:10.993784 [ 3 ] {} <Trace> HTTP-Session: 44981a3d-d6db-413d-bcd1-9e660222d055 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4709 | 2024.09.23 18:23:10.994044 [ 3 ] {f9c962da-d800-4595-a600-c4d8031a1f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4710 | 2024.09.23 18:23:10.994107 [ 3 ] {f9c962da-d800-4595-a600-c4d8031a1f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4711 | 2024.09.23 18:23:10.994918 [ 3 ] {f9c962da-d800-4595-a600-c4d8031a1f8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4712 | 2024.09.23 18:23:10.995445 [ 3 ] {f9c962da-d800-4595-a600-c4d8031a1f8c} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4713 | 2024.09.23 18:23:10.995484 [ 3 ] {f9c962da-d800-4595-a600-c4d8031a1f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4714 | 2024.09.23 18:23:10.996067 [ 3 ] {f9c962da-d800-4595-a600-c4d8031a1f8c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4715 | 2024.09.23 18:23:10.996473 [ 3 ] {f9c962da-d800-4595-a600-c4d8031a1f8c} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4716 | 2024.09.23 18:23:10.996645 [ 149 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4717 | 2024.09.23 18:23:10.996673 [ 3 ] {f9c962da-d800-4595-a600-c4d8031a1f8c} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002806 sec., 8196.72131147541 rows/sec., 14.69 MiB/sec. | ||
4718 | 2024.09.23 18:23:10.996748 [ 149 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4719 | 2024.09.23 18:23:10.996832 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4720 | 2024.09.23 18:23:10.997073 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
4721 | 2024.09.23 18:23:10.997138 [ 3 ] {f9c962da-d800-4595-a600-c4d8031a1f8c} <Debug> DynamicQueryHandler: Done processing query | ||
4722 | 2024.09.23 18:23:10.997170 [ 3 ] {f9c962da-d800-4595-a600-c4d8031a1f8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4723 | 2024.09.23 18:23:10.997192 [ 3 ] {} <Debug> HTTP-Session: 44981a3d-d6db-413d-bcd1-9e660222d055 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4724 | 2024.09.23 18:23:10.997376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4725 | 2024.09.23 18:23:10.997454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4726 | 2024.09.23 18:23:10.997479 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4727 | 2024.09.23 18:23:10.997485 [ 3 ] {} <Debug> HTTP-Session: 2b65f24f-3a0b-4a62-a3d6-eafae547f979 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4728 | 2024.09.23 18:23:10.997521 [ 3 ] {} <Debug> HTTP-Session: 2b65f24f-3a0b-4a62-a3d6-eafae547f979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4729 | 2024.09.23 18:23:10.997544 [ 3 ] {} <Debug> HTTP-Session: 2b65f24f-3a0b-4a62-a3d6-eafae547f979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4730 | 2024.09.23 18:23:10.997577 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 125 rows starting from the beginning of the part | ||
4731 | 2024.09.23 18:23:10.997588 [ 3 ] {} <Trace> HTTP-Session: 2b65f24f-3a0b-4a62-a3d6-eafae547f979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4732 | 2024.09.23 18:23:10.997755 [ 3 ] {3599ad20-6d7b-4801-b9fe-8a3086f38192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4733 | 2024.09.23 18:23:10.997906 [ 3 ] {3599ad20-6d7b-4801-b9fe-8a3086f38192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4734 | 2024.09.23 18:23:10.998230 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 9 rows starting from the beginning of the part | ||
4735 | 2024.09.23 18:23:10.998533 [ 3 ] {3599ad20-6d7b-4801-b9fe-8a3086f38192} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4736 | 2024.09.23 18:23:10.998896 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
4737 | 2024.09.23 18:23:10.999487 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 9 rows starting from the beginning of the part | ||
4738 | 2024.09.23 18:23:10.999554 [ 3 ] {3599ad20-6d7b-4801-b9fe-8a3086f38192} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4739 | 2024.09.23 18:23:10.999625 [ 3 ] {3599ad20-6d7b-4801-b9fe-8a3086f38192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4740 | 2024.09.23 18:23:11.000034 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
4741 | 2024.09.23 18:23:11.000163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.71 MiB, peak 192.61 MiB, free memory in arenas 0.00 B, will set to 184.25 MiB (RSS), difference: -1.46 MiB | ||
4742 | 2024.09.23 18:23:11.000545 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
4743 | 2024.09.23 18:23:11.001576 [ 3 ] {3599ad20-6d7b-4801-b9fe-8a3086f38192} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4744 | 2024.09.23 18:23:11.002215 [ 3 ] {3599ad20-6d7b-4801-b9fe-8a3086f38192} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4745 | 2024.09.23 18:23:11.002522 [ 3 ] {3599ad20-6d7b-4801-b9fe-8a3086f38192} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004837 sec., 9923.506305561297 rows/sec., 684.83 KiB/sec. | ||
4746 | 2024.09.23 18:23:11.002982 [ 3 ] {3599ad20-6d7b-4801-b9fe-8a3086f38192} <Debug> DynamicQueryHandler: Done processing query | ||
4747 | 2024.09.23 18:23:11.003012 [ 3 ] {3599ad20-6d7b-4801-b9fe-8a3086f38192} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4748 | 2024.09.23 18:23:11.003037 [ 3 ] {} <Debug> HTTP-Session: 2b65f24f-3a0b-4a62-a3d6-eafae547f979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4749 | 2024.09.23 18:23:11.004938 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 205 rows, containing 19 columns (19 merged, 0 gathered) in 0.00797325 sec., 25710.97105948014 rows/sec., 46.07 MiB/sec. | ||
4750 | 2024.09.23 18:23:11.005442 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4751 | 2024.09.23 18:23:11.006189 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4752 | 2024.09.23 18:23:11.006291 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4753 | 2024.09.23 18:23:11.006445 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
4754 | 2024.09.23 18:23:12.000141 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.32 MiB, peak 192.61 MiB, free memory in arenas 0.00 B, will set to 184.46 MiB (RSS), difference: 1.14 MiB | ||
4755 | 2024.09.23 18:23:12.291093 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4756 | 2024.09.23 18:23:12.291147 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4757 | 2024.09.23 18:23:13.001281 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000939524 sec. | ||
4758 | 2024.09.23 18:23:15.983820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4759 | 2024.09.23 18:23:15.983962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4760 | 2024.09.23 18:23:15.983989 [ 3 ] {} <Debug> HTTP-Session: e912ad4b-3fd7-46c6-982c-a422aa5863d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4761 | 2024.09.23 18:23:15.984015 [ 3 ] {} <Debug> HTTP-Session: e912ad4b-3fd7-46c6-982c-a422aa5863d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4762 | 2024.09.23 18:23:15.984030 [ 3 ] {} <Debug> HTTP-Session: e912ad4b-3fd7-46c6-982c-a422aa5863d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4763 | 2024.09.23 18:23:15.984084 [ 3 ] {} <Trace> HTTP-Session: e912ad4b-3fd7-46c6-982c-a422aa5863d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4764 | 2024.09.23 18:23:15.984417 [ 3 ] {4bde46c6-967e-485e-bbc1-b5a05b465881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4765 | 2024.09.23 18:23:15.984519 [ 3 ] {4bde46c6-967e-485e-bbc1-b5a05b465881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4766 | 2024.09.23 18:23:15.984885 [ 3 ] {4bde46c6-967e-485e-bbc1-b5a05b465881} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4767 | 2024.09.23 18:23:15.985313 [ 3 ] {4bde46c6-967e-485e-bbc1-b5a05b465881} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4768 | 2024.09.23 18:23:15.985362 [ 3 ] {4bde46c6-967e-485e-bbc1-b5a05b465881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4769 | 2024.09.23 18:23:15.985811 [ 3 ] {4bde46c6-967e-485e-bbc1-b5a05b465881} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4770 | 2024.09.23 18:23:15.986249 [ 3 ] {4bde46c6-967e-485e-bbc1-b5a05b465881} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4771 | 2024.09.23 18:23:15.986437 [ 3 ] {4bde46c6-967e-485e-bbc1-b5a05b465881} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002171 sec., 34085.67480423768 rows/sec., 2.73 MiB/sec. | ||
4772 | 2024.09.23 18:23:15.986798 [ 3 ] {4bde46c6-967e-485e-bbc1-b5a05b465881} <Debug> DynamicQueryHandler: Done processing query | ||
4773 | 2024.09.23 18:23:15.986826 [ 3 ] {4bde46c6-967e-485e-bbc1-b5a05b465881} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4774 | 2024.09.23 18:23:15.986843 [ 3 ] {} <Debug> HTTP-Session: e912ad4b-3fd7-46c6-982c-a422aa5863d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4775 | 2024.09.23 18:23:15.986980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4776 | 2024.09.23 18:23:15.987034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4777 | 2024.09.23 18:23:15.987055 [ 3 ] {} <Debug> HTTP-Session: 361ec7ac-cd7f-4192-bb49-79ebe9c1e699 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4778 | 2024.09.23 18:23:15.987073 [ 3 ] {} <Debug> HTTP-Session: 361ec7ac-cd7f-4192-bb49-79ebe9c1e699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4779 | 2024.09.23 18:23:15.987088 [ 3 ] {} <Debug> HTTP-Session: 361ec7ac-cd7f-4192-bb49-79ebe9c1e699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4780 | 2024.09.23 18:23:15.987123 [ 3 ] {} <Trace> HTTP-Session: 361ec7ac-cd7f-4192-bb49-79ebe9c1e699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4781 | 2024.09.23 18:23:15.987236 [ 3 ] {46020365-8dd3-4854-a910-9b81c840059d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4782 | 2024.09.23 18:23:15.987285 [ 3 ] {46020365-8dd3-4854-a910-9b81c840059d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4783 | 2024.09.23 18:23:15.987546 [ 3 ] {46020365-8dd3-4854-a910-9b81c840059d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4784 | 2024.09.23 18:23:15.987838 [ 3 ] {46020365-8dd3-4854-a910-9b81c840059d} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4785 | 2024.09.23 18:23:15.987876 [ 3 ] {46020365-8dd3-4854-a910-9b81c840059d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4786 | 2024.09.23 18:23:15.988236 [ 3 ] {46020365-8dd3-4854-a910-9b81c840059d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4787 | 2024.09.23 18:23:15.988612 [ 3 ] {46020365-8dd3-4854-a910-9b81c840059d} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4788 | 2024.09.23 18:23:15.988772 [ 3 ] {46020365-8dd3-4854-a910-9b81c840059d} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001565 sec., 5750.7987220447285 rows/sec., 432.43 KiB/sec. | ||
4789 | 2024.09.23 18:23:15.988938 [ 3 ] {46020365-8dd3-4854-a910-9b81c840059d} <Debug> DynamicQueryHandler: Done processing query | ||
4790 | 2024.09.23 18:23:15.988962 [ 3 ] {46020365-8dd3-4854-a910-9b81c840059d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4791 | 2024.09.23 18:23:15.988978 [ 3 ] {} <Debug> HTTP-Session: 361ec7ac-cd7f-4192-bb49-79ebe9c1e699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4792 | 2024.09.23 18:23:15.989113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4793 | 2024.09.23 18:23:15.989164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4794 | 2024.09.23 18:23:15.989183 [ 3 ] {} <Debug> HTTP-Session: c499d71b-6c5b-4ea0-9f8a-3286bf59233b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4795 | 2024.09.23 18:23:15.989200 [ 3 ] {} <Debug> HTTP-Session: c499d71b-6c5b-4ea0-9f8a-3286bf59233b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4796 | 2024.09.23 18:23:15.989214 [ 3 ] {} <Debug> HTTP-Session: c499d71b-6c5b-4ea0-9f8a-3286bf59233b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4797 | 2024.09.23 18:23:15.989247 [ 3 ] {} <Trace> HTTP-Session: c499d71b-6c5b-4ea0-9f8a-3286bf59233b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4798 | 2024.09.23 18:23:15.989378 [ 3 ] {e916c8f5-5dfe-4629-afa0-d1501f551fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4799 | 2024.09.23 18:23:15.989424 [ 3 ] {e916c8f5-5dfe-4629-afa0-d1501f551fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4800 | 2024.09.23 18:23:15.989652 [ 3 ] {e916c8f5-5dfe-4629-afa0-d1501f551fd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4801 | 2024.09.23 18:23:15.989983 [ 3 ] {e916c8f5-5dfe-4629-afa0-d1501f551fd2} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4802 | 2024.09.23 18:23:15.990021 [ 3 ] {e916c8f5-5dfe-4629-afa0-d1501f551fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4803 | 2024.09.23 18:23:15.990384 [ 3 ] {e916c8f5-5dfe-4629-afa0-d1501f551fd2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4804 | 2024.09.23 18:23:15.990745 [ 3 ] {e916c8f5-5dfe-4629-afa0-d1501f551fd2} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4805 | 2024.09.23 18:23:15.990905 [ 3 ] {e916c8f5-5dfe-4629-afa0-d1501f551fd2} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001572 sec., 46437.65903307888 rows/sec., 3.63 MiB/sec. | ||
4806 | 2024.09.23 18:23:15.991068 [ 3 ] {e916c8f5-5dfe-4629-afa0-d1501f551fd2} <Debug> DynamicQueryHandler: Done processing query | ||
4807 | 2024.09.23 18:23:15.991092 [ 3 ] {e916c8f5-5dfe-4629-afa0-d1501f551fd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4808 | 2024.09.23 18:23:15.991108 [ 3 ] {} <Debug> HTTP-Session: c499d71b-6c5b-4ea0-9f8a-3286bf59233b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4809 | 2024.09.23 18:23:15.991264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4810 | 2024.09.23 18:23:15.991314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4811 | 2024.09.23 18:23:15.991334 [ 3 ] {} <Debug> HTTP-Session: c183b397-e4f3-427c-9b32-948ba806b6f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4812 | 2024.09.23 18:23:15.991350 [ 3 ] {} <Debug> HTTP-Session: c183b397-e4f3-427c-9b32-948ba806b6f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4813 | 2024.09.23 18:23:15.991364 [ 3 ] {} <Debug> HTTP-Session: c183b397-e4f3-427c-9b32-948ba806b6f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4814 | 2024.09.23 18:23:15.991397 [ 3 ] {} <Trace> HTTP-Session: c183b397-e4f3-427c-9b32-948ba806b6f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4815 | 2024.09.23 18:23:15.991546 [ 3 ] {2b3b90ed-3b62-488b-82d8-fae43ae0e7e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4816 | 2024.09.23 18:23:15.991593 [ 3 ] {2b3b90ed-3b62-488b-82d8-fae43ae0e7e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4817 | 2024.09.23 18:23:15.991739 [ 3 ] {2b3b90ed-3b62-488b-82d8-fae43ae0e7e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4818 | 2024.09.23 18:23:15.992069 [ 3 ] {2b3b90ed-3b62-488b-82d8-fae43ae0e7e8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4819 | 2024.09.23 18:23:15.992105 [ 3 ] {2b3b90ed-3b62-488b-82d8-fae43ae0e7e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4820 | 2024.09.23 18:23:15.992488 [ 3 ] {2b3b90ed-3b62-488b-82d8-fae43ae0e7e8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4821 | 2024.09.23 18:23:15.992838 [ 3 ] {2b3b90ed-3b62-488b-82d8-fae43ae0e7e8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4822 | 2024.09.23 18:23:15.992996 [ 3 ] {2b3b90ed-3b62-488b-82d8-fae43ae0e7e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
4823 | 2024.09.23 18:23:15.993157 [ 3 ] {2b3b90ed-3b62-488b-82d8-fae43ae0e7e8} <Debug> DynamicQueryHandler: Done processing query | ||
4824 | 2024.09.23 18:23:15.993181 [ 3 ] {2b3b90ed-3b62-488b-82d8-fae43ae0e7e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4825 | 2024.09.23 18:23:15.993197 [ 3 ] {} <Debug> HTTP-Session: c183b397-e4f3-427c-9b32-948ba806b6f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4826 | 2024.09.23 18:23:15.993322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4827 | 2024.09.23 18:23:15.993372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4828 | 2024.09.23 18:23:15.993393 [ 3 ] {} <Debug> HTTP-Session: 0a86fb79-8c9b-4c73-9ba9-1d6c393cffb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4829 | 2024.09.23 18:23:15.993410 [ 3 ] {} <Debug> HTTP-Session: 0a86fb79-8c9b-4c73-9ba9-1d6c393cffb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4830 | 2024.09.23 18:23:15.993425 [ 3 ] {} <Debug> HTTP-Session: 0a86fb79-8c9b-4c73-9ba9-1d6c393cffb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4831 | 2024.09.23 18:23:15.993455 [ 3 ] {} <Trace> HTTP-Session: 0a86fb79-8c9b-4c73-9ba9-1d6c393cffb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4832 | 2024.09.23 18:23:15.993619 [ 3 ] {447fe8b0-7868-49cd-b0fa-1f38a9a98e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4833 | 2024.09.23 18:23:15.993684 [ 3 ] {447fe8b0-7868-49cd-b0fa-1f38a9a98e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4834 | 2024.09.23 18:23:15.994091 [ 3 ] {447fe8b0-7868-49cd-b0fa-1f38a9a98e1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4835 | 2024.09.23 18:23:15.994538 [ 3 ] {447fe8b0-7868-49cd-b0fa-1f38a9a98e1a} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4836 | 2024.09.23 18:23:15.994575 [ 3 ] {447fe8b0-7868-49cd-b0fa-1f38a9a98e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4837 | 2024.09.23 18:23:15.995159 [ 3 ] {447fe8b0-7868-49cd-b0fa-1f38a9a98e1a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4838 | 2024.09.23 18:23:15.995584 [ 3 ] {447fe8b0-7868-49cd-b0fa-1f38a9a98e1a} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4839 | 2024.09.23 18:23:15.995772 [ 3 ] {447fe8b0-7868-49cd-b0fa-1f38a9a98e1a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002243 sec., 4012.483281319661 rows/sec., 7.19 MiB/sec. | ||
4840 | 2024.09.23 18:23:15.995974 [ 3 ] {447fe8b0-7868-49cd-b0fa-1f38a9a98e1a} <Debug> DynamicQueryHandler: Done processing query | ||
4841 | 2024.09.23 18:23:15.995998 [ 3 ] {447fe8b0-7868-49cd-b0fa-1f38a9a98e1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
4842 | 2024.09.23 18:23:15.996014 [ 3 ] {} <Debug> HTTP-Session: 0a86fb79-8c9b-4c73-9ba9-1d6c393cffb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4843 | 2024.09.23 18:23:15.996135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4844 | 2024.09.23 18:23:15.996184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4845 | 2024.09.23 18:23:15.996205 [ 3 ] {} <Debug> HTTP-Session: 2427621b-11ba-4b30-8c88-f13fb6e49a61 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4846 | 2024.09.23 18:23:15.996221 [ 3 ] {} <Debug> HTTP-Session: 2427621b-11ba-4b30-8c88-f13fb6e49a61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4847 | 2024.09.23 18:23:15.996235 [ 3 ] {} <Debug> HTTP-Session: 2427621b-11ba-4b30-8c88-f13fb6e49a61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4848 | 2024.09.23 18:23:15.996267 [ 3 ] {} <Trace> HTTP-Session: 2427621b-11ba-4b30-8c88-f13fb6e49a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4849 | 2024.09.23 18:23:15.996379 [ 3 ] {c466cbb7-011d-436b-82e9-4b3b0662fb03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4850 | 2024.09.23 18:23:15.996425 [ 3 ] {c466cbb7-011d-436b-82e9-4b3b0662fb03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4851 | 2024.09.23 18:23:15.996553 [ 3 ] {c466cbb7-011d-436b-82e9-4b3b0662fb03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4852 | 2024.09.23 18:23:15.996809 [ 3 ] {c466cbb7-011d-436b-82e9-4b3b0662fb03} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4853 | 2024.09.23 18:23:15.996845 [ 3 ] {c466cbb7-011d-436b-82e9-4b3b0662fb03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4854 | 2024.09.23 18:23:15.997209 [ 3 ] {c466cbb7-011d-436b-82e9-4b3b0662fb03} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4855 | 2024.09.23 18:23:15.997542 [ 3 ] {c466cbb7-011d-436b-82e9-4b3b0662fb03} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4856 | 2024.09.23 18:23:15.997703 [ 3 ] {c466cbb7-011d-436b-82e9-4b3b0662fb03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
4857 | 2024.09.23 18:23:15.997858 [ 3 ] {c466cbb7-011d-436b-82e9-4b3b0662fb03} <Debug> DynamicQueryHandler: Done processing query | ||
4858 | 2024.09.23 18:23:15.997882 [ 3 ] {c466cbb7-011d-436b-82e9-4b3b0662fb03} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4859 | 2024.09.23 18:23:15.997898 [ 3 ] {} <Debug> HTTP-Session: 2427621b-11ba-4b30-8c88-f13fb6e49a61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4860 | 2024.09.23 18:23:19.443793 [ 140 ] {} <Debug> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
4861 | 2024.09.23 18:23:19.443921 [ 140 ] {} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4862 | 2024.09.23 18:23:19.443965 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4863 | 2024.09.23 18:23:19.444291 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::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 | ||
4864 | 2024.09.23 18:23:19.444640 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4865 | 2024.09.23 18:23:19.444686 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
4866 | 2024.09.23 18:23:19.444764 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
4867 | 2024.09.23 18:23:19.444922 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
4868 | 2024.09.23 18:23:19.445184 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
4869 | 2024.09.23 18:23:19.445341 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
4870 | 2024.09.23 18:23:19.446412 [ 186 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.002315788 sec., 4750.003022729196 rows/sec., 316.69 KiB/sec. | ||
4871 | 2024.09.23 18:23:19.446682 [ 186 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4872 | 2024.09.23 18:23:19.447368 [ 186 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_10_2} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4873 | 2024.09.23 18:23:19.447461 [ 186 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_10_2} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
4874 | 2024.09.23 18:23:19.447560 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4875 | 2024.09.23 18:23:20.467760 [ 138 ] {} <Debug> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
4876 | 2024.09.23 18:23:20.467827 [ 138 ] {} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4877 | 2024.09.23 18:23:20.467853 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4878 | 2024.09.23 18:23:20.468076 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::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 | ||
4879 | 2024.09.23 18:23:20.468281 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4880 | 2024.09.23 18:23:20.468319 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
4881 | 2024.09.23 18:23:20.468408 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
4882 | 2024.09.23 18:23:20.468636 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
4883 | 2024.09.23 18:23:20.468776 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
4884 | 2024.09.23 18:23:20.469007 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 242 rows starting from the beginning of the part | ||
4885 | 2024.09.23 18:23:20.470080 [ 191 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 5 columns (5 merged, 0 gathered) in 0.002149064 sec., 239173.89151742338 rows/sec., 16.24 MiB/sec. | ||
4886 | 2024.09.23 18:23:20.470273 [ 188 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4887 | 2024.09.23 18:23:20.470779 [ 188 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_10_2} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4888 | 2024.09.23 18:23:20.470872 [ 188 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_10_2} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
4889 | 2024.09.23 18:23:20.470959 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4890 | 2024.09.23 18:23:20.989537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4891 | 2024.09.23 18:23:20.989641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4892 | 2024.09.23 18:23:20.989665 [ 3 ] {} <Debug> HTTP-Session: be5cadc1-0dac-412c-b7a9-e5b6b16d1bfa Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4893 | 2024.09.23 18:23:20.989689 [ 3 ] {} <Debug> HTTP-Session: be5cadc1-0dac-412c-b7a9-e5b6b16d1bfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4894 | 2024.09.23 18:23:20.989705 [ 3 ] {} <Debug> HTTP-Session: be5cadc1-0dac-412c-b7a9-e5b6b16d1bfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4895 | 2024.09.23 18:23:20.989753 [ 3 ] {} <Trace> HTTP-Session: be5cadc1-0dac-412c-b7a9-e5b6b16d1bfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4896 | 2024.09.23 18:23:20.989923 [ 3 ] {9c0d4810-c4d9-4563-bcf9-a591c1033ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4897 | 2024.09.23 18:23:20.989988 [ 3 ] {9c0d4810-c4d9-4563-bcf9-a591c1033ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4898 | 2024.09.23 18:23:20.990317 [ 3 ] {9c0d4810-c4d9-4563-bcf9-a591c1033ade} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4899 | 2024.09.23 18:23:20.990715 [ 3 ] {9c0d4810-c4d9-4563-bcf9-a591c1033ade} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4900 | 2024.09.23 18:23:20.990753 [ 3 ] {9c0d4810-c4d9-4563-bcf9-a591c1033ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4901 | 2024.09.23 18:23:20.991158 [ 3 ] {9c0d4810-c4d9-4563-bcf9-a591c1033ade} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4902 | 2024.09.23 18:23:20.991560 [ 3 ] {9c0d4810-c4d9-4563-bcf9-a591c1033ade} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4903 | 2024.09.23 18:23:20.991701 [ 3 ] {9c0d4810-c4d9-4563-bcf9-a591c1033ade} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00183 sec., 1092.896174863388 rows/sec., 89.12 KiB/sec. | ||
4904 | 2024.09.23 18:23:20.991934 [ 3 ] {9c0d4810-c4d9-4563-bcf9-a591c1033ade} <Debug> DynamicQueryHandler: Done processing query | ||
4905 | 2024.09.23 18:23:20.991960 [ 3 ] {9c0d4810-c4d9-4563-bcf9-a591c1033ade} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4906 | 2024.09.23 18:23:20.991977 [ 3 ] {} <Debug> HTTP-Session: be5cadc1-0dac-412c-b7a9-e5b6b16d1bfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4907 | 2024.09.23 18:23:20.992175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4908 | 2024.09.23 18:23:20.992225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4909 | 2024.09.23 18:23:20.992244 [ 3 ] {} <Debug> HTTP-Session: 0cf7876a-3dab-48f5-9069-b303953d2165 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4910 | 2024.09.23 18:23:20.992260 [ 3 ] {} <Debug> HTTP-Session: 0cf7876a-3dab-48f5-9069-b303953d2165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4911 | 2024.09.23 18:23:20.992274 [ 3 ] {} <Debug> HTTP-Session: 0cf7876a-3dab-48f5-9069-b303953d2165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4912 | 2024.09.23 18:23:20.992305 [ 3 ] {} <Trace> HTTP-Session: 0cf7876a-3dab-48f5-9069-b303953d2165 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4913 | 2024.09.23 18:23:20.992478 [ 3 ] {03d427b0-fc38-4d71-95d9-1954db5a5559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4914 | 2024.09.23 18:23:20.992522 [ 3 ] {03d427b0-fc38-4d71-95d9-1954db5a5559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4915 | 2024.09.23 18:23:20.992743 [ 3 ] {03d427b0-fc38-4d71-95d9-1954db5a5559} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4916 | 2024.09.23 18:23:20.993193 [ 3 ] {03d427b0-fc38-4d71-95d9-1954db5a5559} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4917 | 2024.09.23 18:23:20.993228 [ 3 ] {03d427b0-fc38-4d71-95d9-1954db5a5559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4918 | 2024.09.23 18:23:20.993595 [ 3 ] {03d427b0-fc38-4d71-95d9-1954db5a5559} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4919 | 2024.09.23 18:23:20.993952 [ 3 ] {03d427b0-fc38-4d71-95d9-1954db5a5559} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4920 | 2024.09.23 18:23:20.994083 [ 3 ] {03d427b0-fc38-4d71-95d9-1954db5a5559} <Debug> executeQuery: Read 252 rows, 22.83 KiB in 0.001692 sec., 148936.17021276595 rows/sec., 13.18 MiB/sec. | ||
4921 | 2024.09.23 18:23:20.994394 [ 3 ] {03d427b0-fc38-4d71-95d9-1954db5a5559} <Debug> DynamicQueryHandler: Done processing query | ||
4922 | 2024.09.23 18:23:20.994419 [ 3 ] {03d427b0-fc38-4d71-95d9-1954db5a5559} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4923 | 2024.09.23 18:23:20.994435 [ 3 ] {} <Debug> HTTP-Session: 0cf7876a-3dab-48f5-9069-b303953d2165 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4924 | 2024.09.23 18:23:20.994586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4925 | 2024.09.23 18:23:20.994635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4926 | 2024.09.23 18:23:20.994654 [ 3 ] {} <Debug> HTTP-Session: c9d57b19-4cdd-4d34-a4e1-d194bb19c0b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4927 | 2024.09.23 18:23:20.994671 [ 3 ] {} <Debug> HTTP-Session: c9d57b19-4cdd-4d34-a4e1-d194bb19c0b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4928 | 2024.09.23 18:23:20.994684 [ 3 ] {} <Debug> HTTP-Session: c9d57b19-4cdd-4d34-a4e1-d194bb19c0b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4929 | 2024.09.23 18:23:20.994716 [ 3 ] {} <Trace> HTTP-Session: c9d57b19-4cdd-4d34-a4e1-d194bb19c0b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4930 | 2024.09.23 18:23:20.994824 [ 3 ] {6540780b-26ea-4b4c-b8c0-9d9823f436ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4931 | 2024.09.23 18:23:20.994869 [ 3 ] {6540780b-26ea-4b4c-b8c0-9d9823f436ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4932 | 2024.09.23 18:23:20.995108 [ 3 ] {6540780b-26ea-4b4c-b8c0-9d9823f436ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4933 | 2024.09.23 18:23:20.995425 [ 3 ] {6540780b-26ea-4b4c-b8c0-9d9823f436ca} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4934 | 2024.09.23 18:23:20.995462 [ 3 ] {6540780b-26ea-4b4c-b8c0-9d9823f436ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4935 | 2024.09.23 18:23:20.995807 [ 3 ] {6540780b-26ea-4b4c-b8c0-9d9823f436ca} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4936 | 2024.09.23 18:23:20.996167 [ 3 ] {6540780b-26ea-4b4c-b8c0-9d9823f436ca} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4937 | 2024.09.23 18:23:20.996300 [ 3 ] {6540780b-26ea-4b4c-b8c0-9d9823f436ca} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.00151 sec., 21854.30463576159 rows/sec., 1.60 MiB/sec. | ||
4938 | 2024.09.23 18:23:20.996470 [ 3 ] {6540780b-26ea-4b4c-b8c0-9d9823f436ca} <Debug> DynamicQueryHandler: Done processing query | ||
4939 | 2024.09.23 18:23:20.996495 [ 3 ] {6540780b-26ea-4b4c-b8c0-9d9823f436ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4940 | 2024.09.23 18:23:20.996511 [ 3 ] {} <Debug> HTTP-Session: c9d57b19-4cdd-4d34-a4e1-d194bb19c0b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4941 | 2024.09.23 18:23:20.996638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4942 | 2024.09.23 18:23:20.996688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4943 | 2024.09.23 18:23:20.996707 [ 3 ] {} <Debug> HTTP-Session: a186c696-9d61-47e6-b66b-a26e81a65ad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4944 | 2024.09.23 18:23:20.996723 [ 3 ] {} <Debug> HTTP-Session: a186c696-9d61-47e6-b66b-a26e81a65ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4945 | 2024.09.23 18:23:20.996737 [ 3 ] {} <Debug> HTTP-Session: a186c696-9d61-47e6-b66b-a26e81a65ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4946 | 2024.09.23 18:23:20.996769 [ 3 ] {} <Trace> HTTP-Session: a186c696-9d61-47e6-b66b-a26e81a65ad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4947 | 2024.09.23 18:23:20.996870 [ 3 ] {ea09ae54-507b-470b-966e-111d473dd220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4948 | 2024.09.23 18:23:20.996913 [ 3 ] {ea09ae54-507b-470b-966e-111d473dd220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4949 | 2024.09.23 18:23:20.997136 [ 3 ] {ea09ae54-507b-470b-966e-111d473dd220} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4950 | 2024.09.23 18:23:20.997418 [ 3 ] {ea09ae54-507b-470b-966e-111d473dd220} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4951 | 2024.09.23 18:23:20.997455 [ 3 ] {ea09ae54-507b-470b-966e-111d473dd220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4952 | 2024.09.23 18:23:20.997801 [ 3 ] {ea09ae54-507b-470b-966e-111d473dd220} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4953 | 2024.09.23 18:23:20.998165 [ 3 ] {ea09ae54-507b-470b-966e-111d473dd220} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4954 | 2024.09.23 18:23:20.998297 [ 3 ] {ea09ae54-507b-470b-966e-111d473dd220} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001456 sec., 9615.384615384615 rows/sec., 673.40 KiB/sec. | ||
4955 | 2024.09.23 18:23:20.998452 [ 3 ] {ea09ae54-507b-470b-966e-111d473dd220} <Debug> DynamicQueryHandler: Done processing query | ||
4956 | 2024.09.23 18:23:20.998476 [ 3 ] {ea09ae54-507b-470b-966e-111d473dd220} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4957 | 2024.09.23 18:23:20.998491 [ 3 ] {} <Debug> HTTP-Session: a186c696-9d61-47e6-b66b-a26e81a65ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4958 | 2024.09.23 18:23:20.998610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4959 | 2024.09.23 18:23:20.998659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4960 | 2024.09.23 18:23:20.998678 [ 3 ] {} <Debug> HTTP-Session: a705a5af-3a6e-40ac-9527-722cfe33d13f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4961 | 2024.09.23 18:23:20.998694 [ 3 ] {} <Debug> HTTP-Session: a705a5af-3a6e-40ac-9527-722cfe33d13f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4962 | 2024.09.23 18:23:20.998708 [ 3 ] {} <Debug> HTTP-Session: a705a5af-3a6e-40ac-9527-722cfe33d13f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4963 | 2024.09.23 18:23:20.998738 [ 3 ] {} <Trace> HTTP-Session: a705a5af-3a6e-40ac-9527-722cfe33d13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4964 | 2024.09.23 18:23:20.998837 [ 3 ] {ab93553e-c52b-4686-aac0-b411bb08aa7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4965 | 2024.09.23 18:23:20.998880 [ 3 ] {ab93553e-c52b-4686-aac0-b411bb08aa7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4966 | 2024.09.23 18:23:20.999101 [ 3 ] {ab93553e-c52b-4686-aac0-b411bb08aa7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4967 | 2024.09.23 18:23:20.999382 [ 3 ] {ab93553e-c52b-4686-aac0-b411bb08aa7d} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4968 | 2024.09.23 18:23:20.999418 [ 3 ] {ab93553e-c52b-4686-aac0-b411bb08aa7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4969 | 2024.09.23 18:23:20.999762 [ 3 ] {ab93553e-c52b-4686-aac0-b411bb08aa7d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4970 | 2024.09.23 18:23:21.000130 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.99 MiB, peak 192.61 MiB, free memory in arenas 0.00 B, will set to 184.46 MiB (RSS), difference: -5.53 MiB | ||
4971 | 2024.09.23 18:23:21.000282 [ 3 ] {ab93553e-c52b-4686-aac0-b411bb08aa7d} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4972 | 2024.09.23 18:23:21.000606 [ 3 ] {ab93553e-c52b-4686-aac0-b411bb08aa7d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001773 sec., 3384.09475465313 rows/sec., 199.94 KiB/sec. | ||
4973 | 2024.09.23 18:23:21.000918 [ 3 ] {ab93553e-c52b-4686-aac0-b411bb08aa7d} <Debug> DynamicQueryHandler: Done processing query | ||
4974 | 2024.09.23 18:23:21.000945 [ 3 ] {ab93553e-c52b-4686-aac0-b411bb08aa7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4975 | 2024.09.23 18:23:21.000964 [ 3 ] {} <Debug> HTTP-Session: a705a5af-3a6e-40ac-9527-722cfe33d13f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4976 | 2024.09.23 18:23:21.001148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4977 | 2024.09.23 18:23:21.001198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4978 | 2024.09.23 18:23:21.001218 [ 3 ] {} <Debug> HTTP-Session: fd2e76ce-9a2e-4fb5-86dd-d020f81d1465 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4979 | 2024.09.23 18:23:21.001234 [ 3 ] {} <Debug> HTTP-Session: fd2e76ce-9a2e-4fb5-86dd-d020f81d1465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4980 | 2024.09.23 18:23:21.001248 [ 3 ] {} <Debug> HTTP-Session: fd2e76ce-9a2e-4fb5-86dd-d020f81d1465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4981 | 2024.09.23 18:23:21.001279 [ 3 ] {} <Trace> HTTP-Session: fd2e76ce-9a2e-4fb5-86dd-d020f81d1465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4982 | 2024.09.23 18:23:21.001484 [ 3 ] {01eef4d9-aec8-4cb0-b0e9-47959347ba57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4983 | 2024.09.23 18:23:21.001529 [ 3 ] {01eef4d9-aec8-4cb0-b0e9-47959347ba57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4984 | 2024.09.23 18:23:21.001770 [ 3 ] {01eef4d9-aec8-4cb0-b0e9-47959347ba57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4985 | 2024.09.23 18:23:21.002319 [ 3 ] {01eef4d9-aec8-4cb0-b0e9-47959347ba57} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4986 | 2024.09.23 18:23:21.002357 [ 3 ] {01eef4d9-aec8-4cb0-b0e9-47959347ba57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
4987 | 2024.09.23 18:23:21.002730 [ 3 ] {01eef4d9-aec8-4cb0-b0e9-47959347ba57} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4988 | 2024.09.23 18:23:21.003088 [ 3 ] {01eef4d9-aec8-4cb0-b0e9-47959347ba57} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4989 | 2024.09.23 18:23:21.003220 [ 3 ] {01eef4d9-aec8-4cb0-b0e9-47959347ba57} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.001845 sec., 224932.2493224932 rows/sec., 16.05 MiB/sec. | ||
4990 | 2024.09.23 18:23:21.003442 [ 3 ] {01eef4d9-aec8-4cb0-b0e9-47959347ba57} <Debug> DynamicQueryHandler: Done processing query | ||
4991 | 2024.09.23 18:23:21.003465 [ 3 ] {01eef4d9-aec8-4cb0-b0e9-47959347ba57} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
4992 | 2024.09.23 18:23:21.003481 [ 3 ] {} <Debug> HTTP-Session: fd2e76ce-9a2e-4fb5-86dd-d020f81d1465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4993 | 2024.09.23 18:23:21.003606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4994 | 2024.09.23 18:23:21.003655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4995 | 2024.09.23 18:23:21.003675 [ 3 ] {} <Debug> HTTP-Session: f87ad27d-a999-4d89-a3eb-2c24a7757375 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
4996 | 2024.09.23 18:23:21.003692 [ 3 ] {} <Debug> HTTP-Session: f87ad27d-a999-4d89-a3eb-2c24a7757375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4997 | 2024.09.23 18:23:21.003706 [ 3 ] {} <Debug> HTTP-Session: f87ad27d-a999-4d89-a3eb-2c24a7757375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4998 | 2024.09.23 18:23:21.003737 [ 3 ] {} <Trace> HTTP-Session: f87ad27d-a999-4d89-a3eb-2c24a7757375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4999 | 2024.09.23 18:23:21.003834 [ 3 ] {afb898bb-caf8-444a-a174-be5d71753778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5000 | 2024.09.23 18:23:21.003877 [ 3 ] {afb898bb-caf8-444a-a174-be5d71753778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5001 | 2024.09.23 18:23:21.004008 [ 3 ] {afb898bb-caf8-444a-a174-be5d71753778} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5002 | 2024.09.23 18:23:21.004257 [ 3 ] {afb898bb-caf8-444a-a174-be5d71753778} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5003 | 2024.09.23 18:23:21.004300 [ 3 ] {afb898bb-caf8-444a-a174-be5d71753778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5004 | 2024.09.23 18:23:21.004664 [ 3 ] {afb898bb-caf8-444a-a174-be5d71753778} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5005 | 2024.09.23 18:23:21.004994 [ 3 ] {afb898bb-caf8-444a-a174-be5d71753778} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5006 | 2024.09.23 18:23:21.005121 [ 3 ] {afb898bb-caf8-444a-a174-be5d71753778} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 238.57 KiB/sec. | ||
5007 | 2024.09.23 18:23:21.005280 [ 3 ] {afb898bb-caf8-444a-a174-be5d71753778} <Debug> DynamicQueryHandler: Done processing query | ||
5008 | 2024.09.23 18:23:21.005304 [ 3 ] {afb898bb-caf8-444a-a174-be5d71753778} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5009 | 2024.09.23 18:23:21.005320 [ 3 ] {} <Debug> HTTP-Session: f87ad27d-a999-4d89-a3eb-2c24a7757375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5010 | 2024.09.23 18:23:21.005480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44862, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5011 | 2024.09.23 18:23:21.005529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5012 | 2024.09.23 18:23:21.005548 [ 3 ] {} <Debug> HTTP-Session: 67f7a910-e6b3-4130-817f-3d995cae30f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5013 | 2024.09.23 18:23:21.005565 [ 3 ] {} <Debug> HTTP-Session: 67f7a910-e6b3-4130-817f-3d995cae30f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5014 | 2024.09.23 18:23:21.005579 [ 3 ] {} <Debug> HTTP-Session: 67f7a910-e6b3-4130-817f-3d995cae30f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5015 | 2024.09.23 18:23:21.005610 [ 3 ] {} <Trace> HTTP-Session: 67f7a910-e6b3-4130-817f-3d995cae30f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5016 | 2024.09.23 18:23:21.005802 [ 3 ] {06f4e8b8-592b-42bf-8a86-fcd6deb760da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5017 | 2024.09.23 18:23:21.005849 [ 3 ] {06f4e8b8-592b-42bf-8a86-fcd6deb760da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5018 | 2024.09.23 18:23:21.005990 [ 3 ] {06f4e8b8-592b-42bf-8a86-fcd6deb760da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5019 | 2024.09.23 18:23:21.006384 [ 3 ] {06f4e8b8-592b-42bf-8a86-fcd6deb760da} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5020 | 2024.09.23 18:23:21.006420 [ 3 ] {06f4e8b8-592b-42bf-8a86-fcd6deb760da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5021 | 2024.09.23 18:23:21.006796 [ 3 ] {06f4e8b8-592b-42bf-8a86-fcd6deb760da} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5022 | 2024.09.23 18:23:21.007134 [ 3 ] {06f4e8b8-592b-42bf-8a86-fcd6deb760da} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5023 | 2024.09.23 18:23:21.007271 [ 3 ] {06f4e8b8-592b-42bf-8a86-fcd6deb760da} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001578 sec., 150823.82762991128 rows/sec., 10.11 MiB/sec. | ||
5024 | 2024.09.23 18:23:21.007544 [ 3 ] {06f4e8b8-592b-42bf-8a86-fcd6deb760da} <Debug> DynamicQueryHandler: Done processing query | ||
5025 | 2024.09.23 18:23:21.007574 [ 3 ] {06f4e8b8-592b-42bf-8a86-fcd6deb760da} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5026 | 2024.09.23 18:23:21.007591 [ 3 ] {} <Debug> HTTP-Session: 67f7a910-e6b3-4130-817f-3d995cae30f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5027 | 2024.09.23 18:23:21.007708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5028 | 2024.09.23 18:23:21.007756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5029 | 2024.09.23 18:23:21.007775 [ 3 ] {} <Debug> HTTP-Session: 6c2b7a0d-4bc9-47b5-be20-5fca5f53355b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5030 | 2024.09.23 18:23:21.007792 [ 3 ] {} <Debug> HTTP-Session: 6c2b7a0d-4bc9-47b5-be20-5fca5f53355b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5031 | 2024.09.23 18:23:21.007806 [ 3 ] {} <Debug> HTTP-Session: 6c2b7a0d-4bc9-47b5-be20-5fca5f53355b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5032 | 2024.09.23 18:23:21.007836 [ 3 ] {} <Trace> HTTP-Session: 6c2b7a0d-4bc9-47b5-be20-5fca5f53355b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5033 | 2024.09.23 18:23:21.007933 [ 3 ] {e7f00706-7372-44c6-bbf2-908392099a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5034 | 2024.09.23 18:23:21.007979 [ 3 ] {e7f00706-7372-44c6-bbf2-908392099a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5035 | 2024.09.23 18:23:21.008123 [ 3 ] {e7f00706-7372-44c6-bbf2-908392099a41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5036 | 2024.09.23 18:23:21.008395 [ 3 ] {e7f00706-7372-44c6-bbf2-908392099a41} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5037 | 2024.09.23 18:23:21.008431 [ 3 ] {e7f00706-7372-44c6-bbf2-908392099a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5038 | 2024.09.23 18:23:21.008777 [ 3 ] {e7f00706-7372-44c6-bbf2-908392099a41} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5039 | 2024.09.23 18:23:21.009124 [ 3 ] {e7f00706-7372-44c6-bbf2-908392099a41} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5040 | 2024.09.23 18:23:21.009281 [ 3 ] {e7f00706-7372-44c6-bbf2-908392099a41} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001373 sec., 728.3321194464676 rows/sec., 49.08 KiB/sec. | ||
5041 | 2024.09.23 18:23:21.009446 [ 3 ] {e7f00706-7372-44c6-bbf2-908392099a41} <Debug> DynamicQueryHandler: Done processing query | ||
5042 | 2024.09.23 18:23:21.009471 [ 3 ] {e7f00706-7372-44c6-bbf2-908392099a41} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5043 | 2024.09.23 18:23:21.009486 [ 3 ] {} <Debug> HTTP-Session: 6c2b7a0d-4bc9-47b5-be20-5fca5f53355b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5044 | 2024.09.23 18:23:21.009642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5045 | 2024.09.23 18:23:21.009691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5046 | 2024.09.23 18:23:21.009711 [ 3 ] {} <Debug> HTTP-Session: 32cf64c5-6cbc-4ea8-9192-01b1a173663d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5047 | 2024.09.23 18:23:21.009727 [ 3 ] {} <Debug> HTTP-Session: 32cf64c5-6cbc-4ea8-9192-01b1a173663d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5048 | 2024.09.23 18:23:21.009741 [ 3 ] {} <Debug> HTTP-Session: 32cf64c5-6cbc-4ea8-9192-01b1a173663d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5049 | 2024.09.23 18:23:21.009773 [ 3 ] {} <Trace> HTTP-Session: 32cf64c5-6cbc-4ea8-9192-01b1a173663d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5050 | 2024.09.23 18:23:21.010073 [ 3 ] {c210818f-e4f5-42c0-b38a-e3a5f9a677e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5051 | 2024.09.23 18:23:21.010137 [ 3 ] {c210818f-e4f5-42c0-b38a-e3a5f9a677e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5052 | 2024.09.23 18:23:21.010549 [ 3 ] {c210818f-e4f5-42c0-b38a-e3a5f9a677e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5053 | 2024.09.23 18:23:21.011284 [ 3 ] {c210818f-e4f5-42c0-b38a-e3a5f9a677e5} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5054 | 2024.09.23 18:23:21.011325 [ 3 ] {c210818f-e4f5-42c0-b38a-e3a5f9a677e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5055 | 2024.09.23 18:23:21.011966 [ 3 ] {c210818f-e4f5-42c0-b38a-e3a5f9a677e5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5056 | 2024.09.23 18:23:21.012383 [ 3 ] {c210818f-e4f5-42c0-b38a-e3a5f9a677e5} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5057 | 2024.09.23 18:23:21.012566 [ 3 ] {c210818f-e4f5-42c0-b38a-e3a5f9a677e5} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002702 sec., 11472.98297557365 rows/sec., 20.56 MiB/sec. | ||
5058 | 2024.09.23 18:23:21.012786 [ 3 ] {c210818f-e4f5-42c0-b38a-e3a5f9a677e5} <Debug> DynamicQueryHandler: Done processing query | ||
5059 | 2024.09.23 18:23:21.012811 [ 3 ] {c210818f-e4f5-42c0-b38a-e3a5f9a677e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5060 | 2024.09.23 18:23:21.012827 [ 3 ] {} <Debug> HTTP-Session: 32cf64c5-6cbc-4ea8-9192-01b1a173663d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5061 | 2024.09.23 18:23:21.012959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5062 | 2024.09.23 18:23:21.013008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5063 | 2024.09.23 18:23:21.013028 [ 3 ] {} <Debug> HTTP-Session: f45b4568-2a8b-44f7-86e4-7ff9a9a942d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5064 | 2024.09.23 18:23:21.013044 [ 3 ] {} <Debug> HTTP-Session: f45b4568-2a8b-44f7-86e4-7ff9a9a942d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5065 | 2024.09.23 18:23:21.013058 [ 3 ] {} <Debug> HTTP-Session: f45b4568-2a8b-44f7-86e4-7ff9a9a942d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5066 | 2024.09.23 18:23:21.013089 [ 3 ] {} <Trace> HTTP-Session: f45b4568-2a8b-44f7-86e4-7ff9a9a942d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5067 | 2024.09.23 18:23:21.013221 [ 3 ] {63e5c918-0a47-43de-a8b9-43eda0178930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5068 | 2024.09.23 18:23:21.013266 [ 3 ] {63e5c918-0a47-43de-a8b9-43eda0178930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5069 | 2024.09.23 18:23:21.013400 [ 3 ] {63e5c918-0a47-43de-a8b9-43eda0178930} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5070 | 2024.09.23 18:23:21.013702 [ 3 ] {63e5c918-0a47-43de-a8b9-43eda0178930} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5071 | 2024.09.23 18:23:21.013738 [ 3 ] {63e5c918-0a47-43de-a8b9-43eda0178930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5072 | 2024.09.23 18:23:21.014093 [ 3 ] {63e5c918-0a47-43de-a8b9-43eda0178930} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5073 | 2024.09.23 18:23:21.014418 [ 3 ] {63e5c918-0a47-43de-a8b9-43eda0178930} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5074 | 2024.09.23 18:23:21.014568 [ 3 ] {63e5c918-0a47-43de-a8b9-43eda0178930} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0014 sec., 58571.42857142857 rows/sec., 3.72 MiB/sec. | ||
5075 | 2024.09.23 18:23:21.014736 [ 3 ] {63e5c918-0a47-43de-a8b9-43eda0178930} <Debug> DynamicQueryHandler: Done processing query | ||
5076 | 2024.09.23 18:23:21.014760 [ 3 ] {63e5c918-0a47-43de-a8b9-43eda0178930} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5077 | 2024.09.23 18:23:21.014777 [ 3 ] {} <Debug> HTTP-Session: f45b4568-2a8b-44f7-86e4-7ff9a9a942d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5078 | 2024.09.23 18:23:22.000133 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.69 MiB, peak 192.61 MiB, free memory in arenas 0.00 B, will set to 184.46 MiB (RSS), difference: 4.77 MiB | ||
5079 | 2024.09.23 18:23:25.983549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5080 | 2024.09.23 18:23:25.983699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5081 | 2024.09.23 18:23:25.983730 [ 3 ] {} <Debug> HTTP-Session: 693b22a1-63cd-4f9c-a908-76a1e91070e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5082 | 2024.09.23 18:23:25.983759 [ 3 ] {} <Debug> HTTP-Session: 693b22a1-63cd-4f9c-a908-76a1e91070e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5083 | 2024.09.23 18:23:25.983777 [ 3 ] {} <Debug> HTTP-Session: 693b22a1-63cd-4f9c-a908-76a1e91070e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5084 | 2024.09.23 18:23:25.983834 [ 3 ] {} <Trace> HTTP-Session: 693b22a1-63cd-4f9c-a908-76a1e91070e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5085 | 2024.09.23 18:23:25.984072 [ 3 ] {af24a4b8-00a1-48b8-ab49-d6bbb71c2c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5086 | 2024.09.23 18:23:25.984150 [ 3 ] {af24a4b8-00a1-48b8-ab49-d6bbb71c2c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5087 | 2024.09.23 18:23:25.984519 [ 3 ] {af24a4b8-00a1-48b8-ab49-d6bbb71c2c85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5088 | 2024.09.23 18:23:25.984993 [ 3 ] {af24a4b8-00a1-48b8-ab49-d6bbb71c2c85} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5089 | 2024.09.23 18:23:25.985036 [ 3 ] {af24a4b8-00a1-48b8-ab49-d6bbb71c2c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5090 | 2024.09.23 18:23:25.985466 [ 3 ] {af24a4b8-00a1-48b8-ab49-d6bbb71c2c85} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5091 | 2024.09.23 18:23:25.985859 [ 3 ] {af24a4b8-00a1-48b8-ab49-d6bbb71c2c85} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5092 | 2024.09.23 18:23:25.986039 [ 3 ] {af24a4b8-00a1-48b8-ab49-d6bbb71c2c85} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002043 sec., 36221.243269701416 rows/sec., 2.90 MiB/sec. | ||
5093 | 2024.09.23 18:23:25.986245 [ 3 ] {af24a4b8-00a1-48b8-ab49-d6bbb71c2c85} <Debug> DynamicQueryHandler: Done processing query | ||
5094 | 2024.09.23 18:23:25.986273 [ 3 ] {af24a4b8-00a1-48b8-ab49-d6bbb71c2c85} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5095 | 2024.09.23 18:23:25.986290 [ 3 ] {} <Debug> HTTP-Session: 693b22a1-63cd-4f9c-a908-76a1e91070e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5096 | 2024.09.23 18:23:25.986459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5097 | 2024.09.23 18:23:25.986523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5098 | 2024.09.23 18:23:25.986548 [ 3 ] {} <Debug> HTTP-Session: 369358af-57aa-4ff1-81f8-bf32658a61c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5099 | 2024.09.23 18:23:25.986569 [ 3 ] {} <Debug> HTTP-Session: 369358af-57aa-4ff1-81f8-bf32658a61c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5100 | 2024.09.23 18:23:25.986585 [ 3 ] {} <Debug> HTTP-Session: 369358af-57aa-4ff1-81f8-bf32658a61c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5101 | 2024.09.23 18:23:25.986623 [ 3 ] {} <Trace> HTTP-Session: 369358af-57aa-4ff1-81f8-bf32658a61c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5102 | 2024.09.23 18:23:25.986744 [ 3 ] {f55845c4-d39f-4f53-9ed8-670b0e034ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5103 | 2024.09.23 18:23:25.986799 [ 3 ] {f55845c4-d39f-4f53-9ed8-670b0e034ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5104 | 2024.09.23 18:23:25.987067 [ 3 ] {f55845c4-d39f-4f53-9ed8-670b0e034ca1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5105 | 2024.09.23 18:23:25.987378 [ 3 ] {f55845c4-d39f-4f53-9ed8-670b0e034ca1} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5106 | 2024.09.23 18:23:25.987417 [ 3 ] {f55845c4-d39f-4f53-9ed8-670b0e034ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5107 | 2024.09.23 18:23:25.987772 [ 3 ] {f55845c4-d39f-4f53-9ed8-670b0e034ca1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5108 | 2024.09.23 18:23:25.988510 [ 3 ] {f55845c4-d39f-4f53-9ed8-670b0e034ca1} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5109 | 2024.09.23 18:23:25.988675 [ 3 ] {f55845c4-d39f-4f53-9ed8-670b0e034ca1} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00196 sec., 4591.836734693878 rows/sec., 345.28 KiB/sec. | ||
5110 | 2024.09.23 18:23:25.988851 [ 3 ] {f55845c4-d39f-4f53-9ed8-670b0e034ca1} <Debug> DynamicQueryHandler: Done processing query | ||
5111 | 2024.09.23 18:23:25.988876 [ 3 ] {f55845c4-d39f-4f53-9ed8-670b0e034ca1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5112 | 2024.09.23 18:23:25.988892 [ 3 ] {} <Debug> HTTP-Session: 369358af-57aa-4ff1-81f8-bf32658a61c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5113 | 2024.09.23 18:23:25.989024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5114 | 2024.09.23 18:23:25.989074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5115 | 2024.09.23 18:23:25.989094 [ 3 ] {} <Debug> HTTP-Session: 896241cc-cf16-4162-8247-9d0506905371 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5116 | 2024.09.23 18:23:25.989110 [ 3 ] {} <Debug> HTTP-Session: 896241cc-cf16-4162-8247-9d0506905371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5117 | 2024.09.23 18:23:25.989124 [ 3 ] {} <Debug> HTTP-Session: 896241cc-cf16-4162-8247-9d0506905371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5118 | 2024.09.23 18:23:25.989156 [ 3 ] {} <Trace> HTTP-Session: 896241cc-cf16-4162-8247-9d0506905371 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5119 | 2024.09.23 18:23:25.989274 [ 3 ] {80dfa7fb-18a0-4a1f-9e44-3e0dd8572427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5120 | 2024.09.23 18:23:25.989319 [ 3 ] {80dfa7fb-18a0-4a1f-9e44-3e0dd8572427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5121 | 2024.09.23 18:23:25.989546 [ 3 ] {80dfa7fb-18a0-4a1f-9e44-3e0dd8572427} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5122 | 2024.09.23 18:23:25.989899 [ 3 ] {80dfa7fb-18a0-4a1f-9e44-3e0dd8572427} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5123 | 2024.09.23 18:23:25.989937 [ 3 ] {80dfa7fb-18a0-4a1f-9e44-3e0dd8572427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5124 | 2024.09.23 18:23:25.990293 [ 3 ] {80dfa7fb-18a0-4a1f-9e44-3e0dd8572427} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5125 | 2024.09.23 18:23:25.990670 [ 3 ] {80dfa7fb-18a0-4a1f-9e44-3e0dd8572427} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5126 | 2024.09.23 18:23:25.990842 [ 3 ] {80dfa7fb-18a0-4a1f-9e44-3e0dd8572427} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.0016 sec., 45625 rows/sec., 3.56 MiB/sec. | ||
5127 | 2024.09.23 18:23:25.991011 [ 3 ] {80dfa7fb-18a0-4a1f-9e44-3e0dd8572427} <Debug> DynamicQueryHandler: Done processing query | ||
5128 | 2024.09.23 18:23:25.991038 [ 3 ] {80dfa7fb-18a0-4a1f-9e44-3e0dd8572427} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5129 | 2024.09.23 18:23:25.991054 [ 3 ] {} <Debug> HTTP-Session: 896241cc-cf16-4162-8247-9d0506905371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5130 | 2024.09.23 18:23:25.991240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5131 | 2024.09.23 18:23:25.991290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5132 | 2024.09.23 18:23:25.991311 [ 3 ] {} <Debug> HTTP-Session: e8bc57b2-d006-4dc5-8f86-74ae3dc872aa Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5133 | 2024.09.23 18:23:25.991328 [ 3 ] {} <Debug> HTTP-Session: e8bc57b2-d006-4dc5-8f86-74ae3dc872aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5134 | 2024.09.23 18:23:25.991342 [ 3 ] {} <Debug> HTTP-Session: e8bc57b2-d006-4dc5-8f86-74ae3dc872aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5135 | 2024.09.23 18:23:25.991373 [ 3 ] {} <Trace> HTTP-Session: e8bc57b2-d006-4dc5-8f86-74ae3dc872aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5136 | 2024.09.23 18:23:25.991524 [ 3 ] {8195ca1c-eee4-4f3b-979c-fc6fee7107d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5137 | 2024.09.23 18:23:25.991572 [ 3 ] {8195ca1c-eee4-4f3b-979c-fc6fee7107d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5138 | 2024.09.23 18:23:25.991716 [ 3 ] {8195ca1c-eee4-4f3b-979c-fc6fee7107d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5139 | 2024.09.23 18:23:25.992104 [ 3 ] {8195ca1c-eee4-4f3b-979c-fc6fee7107d6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5140 | 2024.09.23 18:23:25.992141 [ 3 ] {8195ca1c-eee4-4f3b-979c-fc6fee7107d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5141 | 2024.09.23 18:23:25.992530 [ 3 ] {8195ca1c-eee4-4f3b-979c-fc6fee7107d6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5142 | 2024.09.23 18:23:25.992884 [ 3 ] {8195ca1c-eee4-4f3b-979c-fc6fee7107d6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5143 | 2024.09.23 18:23:25.993052 [ 3 ] {8195ca1c-eee4-4f3b-979c-fc6fee7107d6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. | ||
5144 | 2024.09.23 18:23:25.993220 [ 3 ] {8195ca1c-eee4-4f3b-979c-fc6fee7107d6} <Debug> DynamicQueryHandler: Done processing query | ||
5145 | 2024.09.23 18:23:25.993245 [ 3 ] {8195ca1c-eee4-4f3b-979c-fc6fee7107d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5146 | 2024.09.23 18:23:25.993261 [ 3 ] {} <Debug> HTTP-Session: e8bc57b2-d006-4dc5-8f86-74ae3dc872aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5147 | 2024.09.23 18:23:25.993392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5148 | 2024.09.23 18:23:25.993443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5149 | 2024.09.23 18:23:25.993463 [ 3 ] {} <Debug> HTTP-Session: 2f348576-2f88-4814-8908-16682609fdc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5150 | 2024.09.23 18:23:25.993479 [ 3 ] {} <Debug> HTTP-Session: 2f348576-2f88-4814-8908-16682609fdc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5151 | 2024.09.23 18:23:25.993493 [ 3 ] {} <Debug> HTTP-Session: 2f348576-2f88-4814-8908-16682609fdc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5152 | 2024.09.23 18:23:25.993524 [ 3 ] {} <Trace> HTTP-Session: 2f348576-2f88-4814-8908-16682609fdc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5153 | 2024.09.23 18:23:25.993699 [ 3 ] {f5b5df97-899e-42fa-862a-d66d7c8419a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5154 | 2024.09.23 18:23:25.993767 [ 3 ] {f5b5df97-899e-42fa-862a-d66d7c8419a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5155 | 2024.09.23 18:23:25.994181 [ 3 ] {f5b5df97-899e-42fa-862a-d66d7c8419a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5156 | 2024.09.23 18:23:25.994710 [ 3 ] {f5b5df97-899e-42fa-862a-d66d7c8419a7} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5157 | 2024.09.23 18:23:25.994747 [ 3 ] {f5b5df97-899e-42fa-862a-d66d7c8419a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5158 | 2024.09.23 18:23:25.995342 [ 3 ] {f5b5df97-899e-42fa-862a-d66d7c8419a7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5159 | 2024.09.23 18:23:25.995766 [ 3 ] {f5b5df97-899e-42fa-862a-d66d7c8419a7} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5160 | 2024.09.23 18:23:25.995950 [ 3 ] {f5b5df97-899e-42fa-862a-d66d7c8419a7} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002352 sec., 3826.5306122448983 rows/sec., 6.86 MiB/sec. | ||
5161 | 2024.09.23 18:23:25.996166 [ 3 ] {f5b5df97-899e-42fa-862a-d66d7c8419a7} <Debug> DynamicQueryHandler: Done processing query | ||
5162 | 2024.09.23 18:23:25.996191 [ 3 ] {f5b5df97-899e-42fa-862a-d66d7c8419a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
5163 | 2024.09.23 18:23:25.996207 [ 3 ] {} <Debug> HTTP-Session: 2f348576-2f88-4814-8908-16682609fdc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5164 | 2024.09.23 18:23:25.996333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5165 | 2024.09.23 18:23:25.996383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5166 | 2024.09.23 18:23:25.996404 [ 3 ] {} <Debug> HTTP-Session: d292408c-25f2-4b26-8cf1-3c8661418d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5167 | 2024.09.23 18:23:25.996421 [ 3 ] {} <Debug> HTTP-Session: d292408c-25f2-4b26-8cf1-3c8661418d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5168 | 2024.09.23 18:23:25.996435 [ 3 ] {} <Debug> HTTP-Session: d292408c-25f2-4b26-8cf1-3c8661418d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5169 | 2024.09.23 18:23:25.996466 [ 3 ] {} <Trace> HTTP-Session: d292408c-25f2-4b26-8cf1-3c8661418d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5170 | 2024.09.23 18:23:25.996579 [ 3 ] {09a5f8ac-6dc3-4980-9ca5-30b5044d3233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5171 | 2024.09.23 18:23:25.996625 [ 3 ] {09a5f8ac-6dc3-4980-9ca5-30b5044d3233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5172 | 2024.09.23 18:23:25.996767 [ 3 ] {09a5f8ac-6dc3-4980-9ca5-30b5044d3233} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5173 | 2024.09.23 18:23:25.997150 [ 3 ] {09a5f8ac-6dc3-4980-9ca5-30b5044d3233} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5174 | 2024.09.23 18:23:25.997192 [ 3 ] {09a5f8ac-6dc3-4980-9ca5-30b5044d3233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5175 | 2024.09.23 18:23:25.997596 [ 3 ] {09a5f8ac-6dc3-4980-9ca5-30b5044d3233} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5176 | 2024.09.23 18:23:25.998227 [ 3 ] {09a5f8ac-6dc3-4980-9ca5-30b5044d3233} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5177 | 2024.09.23 18:23:25.998436 [ 3 ] {09a5f8ac-6dc3-4980-9ca5-30b5044d3233} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001894 sec., 31678.98627243928 rows/sec., 2.13 MiB/sec. | ||
5178 | 2024.09.23 18:23:25.998924 [ 3 ] {09a5f8ac-6dc3-4980-9ca5-30b5044d3233} <Debug> DynamicQueryHandler: Done processing query | ||
5179 | 2024.09.23 18:23:25.998953 [ 3 ] {09a5f8ac-6dc3-4980-9ca5-30b5044d3233} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5180 | 2024.09.23 18:23:25.998971 [ 3 ] {} <Debug> HTTP-Session: d292408c-25f2-4b26-8cf1-3c8661418d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5181 | 2024.09.23 18:23:27.291208 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5182 | 2024.09.23 18:23:27.291293 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5183 | 2024.09.23 18:23:30.989793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5184 | 2024.09.23 18:23:30.989918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5185 | 2024.09.23 18:23:30.989944 [ 3 ] {} <Debug> HTTP-Session: fbded2f2-dc29-4f3f-8279-2b153b8c3666 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5186 | 2024.09.23 18:23:30.989969 [ 3 ] {} <Debug> HTTP-Session: fbded2f2-dc29-4f3f-8279-2b153b8c3666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5187 | 2024.09.23 18:23:30.989984 [ 3 ] {} <Debug> HTTP-Session: fbded2f2-dc29-4f3f-8279-2b153b8c3666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5188 | 2024.09.23 18:23:30.990032 [ 3 ] {} <Trace> HTTP-Session: fbded2f2-dc29-4f3f-8279-2b153b8c3666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5189 | 2024.09.23 18:23:30.990285 [ 3 ] {11276d25-0ca1-4c17-8215-b9466127cdc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5190 | 2024.09.23 18:23:30.990436 [ 3 ] {11276d25-0ca1-4c17-8215-b9466127cdc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5191 | 2024.09.23 18:23:30.990772 [ 3 ] {11276d25-0ca1-4c17-8215-b9466127cdc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5192 | 2024.09.23 18:23:30.991374 [ 3 ] {11276d25-0ca1-4c17-8215-b9466127cdc9} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5193 | 2024.09.23 18:23:30.991414 [ 3 ] {11276d25-0ca1-4c17-8215-b9466127cdc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5194 | 2024.09.23 18:23:30.991859 [ 3 ] {11276d25-0ca1-4c17-8215-b9466127cdc9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5195 | 2024.09.23 18:23:30.992262 [ 3 ] {11276d25-0ca1-4c17-8215-b9466127cdc9} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5196 | 2024.09.23 18:23:30.992407 [ 130 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5197 | 2024.09.23 18:23:30.992408 [ 3 ] {11276d25-0ca1-4c17-8215-b9466127cdc9} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002239 sec., 112103.61768646717 rows/sec., 9.93 MiB/sec. | ||
5198 | 2024.09.23 18:23:30.992447 [ 130 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5199 | 2024.09.23 18:23:30.992485 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5200 | 2024.09.23 18:23:30.992680 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
5201 | 2024.09.23 18:23:30.992705 [ 3 ] {11276d25-0ca1-4c17-8215-b9466127cdc9} <Debug> DynamicQueryHandler: Done processing query | ||
5202 | 2024.09.23 18:23:30.992759 [ 3 ] {11276d25-0ca1-4c17-8215-b9466127cdc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5203 | 2024.09.23 18:23:30.992791 [ 3 ] {} <Debug> HTTP-Session: fbded2f2-dc29-4f3f-8279-2b153b8c3666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5204 | 2024.09.23 18:23:30.992920 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5205 | 2024.09.23 18:23:30.992996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5206 | 2024.09.23 18:23:30.992997 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1414 rows starting from the beginning of the part | ||
5207 | 2024.09.23 18:23:30.993097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5208 | 2024.09.23 18:23:30.993223 [ 3 ] {} <Debug> HTTP-Session: 0e1deb61-7345-4fa9-a4c9-c2f8e2d1c70f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5209 | 2024.09.23 18:23:30.993252 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 104 rows starting from the beginning of the part | ||
5210 | 2024.09.23 18:23:30.993290 [ 3 ] {} <Debug> HTTP-Session: 0e1deb61-7345-4fa9-a4c9-c2f8e2d1c70f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5211 | 2024.09.23 18:23:30.993372 [ 3 ] {} <Debug> HTTP-Session: 0e1deb61-7345-4fa9-a4c9-c2f8e2d1c70f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5212 | 2024.09.23 18:23:30.993523 [ 3 ] {} <Trace> HTTP-Session: 0e1deb61-7345-4fa9-a4c9-c2f8e2d1c70f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5213 | 2024.09.23 18:23:30.993542 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 74 rows starting from the beginning of the part | ||
5214 | 2024.09.23 18:23:30.993749 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 252 rows starting from the beginning of the part | ||
5215 | 2024.09.23 18:23:30.994057 [ 3 ] {7b235ec1-279e-4a75-9f4f-0ab93f64a74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5216 | 2024.09.23 18:23:30.994127 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 74 rows starting from the beginning of the part | ||
5217 | 2024.09.23 18:23:30.994192 [ 3 ] {7b235ec1-279e-4a75-9f4f-0ab93f64a74a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5218 | 2024.09.23 18:23:30.994477 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 251 rows starting from the beginning of the part | ||
5219 | 2024.09.23 18:23:30.995282 [ 3 ] {7b235ec1-279e-4a75-9f4f-0ab93f64a74a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5220 | 2024.09.23 18:23:30.996100 [ 3 ] {7b235ec1-279e-4a75-9f4f-0ab93f64a74a} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5221 | 2024.09.23 18:23:30.996168 [ 3 ] {7b235ec1-279e-4a75-9f4f-0ab93f64a74a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5222 | 2024.09.23 18:23:30.997219 [ 3 ] {7b235ec1-279e-4a75-9f4f-0ab93f64a74a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5223 | 2024.09.23 18:23:30.998041 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2169 rows, containing 5 columns (5 merged, 0 gathered) in 0.005449146 sec., 398044.023779139 rows/sec., 35.12 MiB/sec. | ||
5224 | 2024.09.23 18:23:30.998132 [ 3 ] {7b235ec1-279e-4a75-9f4f-0ab93f64a74a} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5225 | 2024.09.23 18:23:30.998309 [ 130 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5226 | 2024.09.23 18:23:30.998377 [ 3 ] {7b235ec1-279e-4a75-9f4f-0ab93f64a74a} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004593 sec., 6749.401262791204 rows/sec., 507.52 KiB/sec. | ||
5227 | 2024.09.23 18:23:30.998380 [ 130 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5228 | 2024.09.23 18:23:30.998459 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5229 | 2024.09.23 18:23:30.998526 [ 191 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5230 | 2024.09.23 18:23:30.998925 [ 3 ] {7b235ec1-279e-4a75-9f4f-0ab93f64a74a} <Debug> DynamicQueryHandler: Done processing query | ||
5231 | 2024.09.23 18:23:30.998944 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
5232 | 2024.09.23 18:23:30.998981 [ 3 ] {7b235ec1-279e-4a75-9f4f-0ab93f64a74a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5233 | 2024.09.23 18:23:30.999051 [ 3 ] {} <Debug> HTTP-Session: 0e1deb61-7345-4fa9-a4c9-c2f8e2d1c70f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5234 | 2024.09.23 18:23:30.999361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5235 | 2024.09.23 18:23:30.999590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5236 | 2024.09.23 18:23:30.999686 [ 3 ] {} <Debug> HTTP-Session: dde36c35-9b2b-40ae-9758-152965d518c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5237 | 2024.09.23 18:23:30.999745 [ 3 ] {} <Debug> HTTP-Session: dde36c35-9b2b-40ae-9758-152965d518c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5238 | 2024.09.23 18:23:30.999826 [ 3 ] {} <Debug> HTTP-Session: dde36c35-9b2b-40ae-9758-152965d518c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5239 | 2024.09.23 18:23:30.999871 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5240 | 2024.09.23 18:23:30.999949 [ 3 ] {} <Trace> HTTP-Session: dde36c35-9b2b-40ae-9758-152965d518c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5241 | 2024.09.23 18:23:30.999981 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 48 rows starting from the beginning of the part | ||
5242 | 2024.09.23 18:23:31.000099 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
5243 | 2024.09.23 18:23:31.000139 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.89 MiB, peak 193.44 MiB, free memory in arenas 0.00 B, will set to 184.84 MiB (RSS), difference: -4.05 MiB | ||
5244 | 2024.09.23 18:23:31.000582 [ 191 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_26_5} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5245 | 2024.09.23 18:23:31.000635 [ 3 ] {c7880571-65de-4dcf-9721-7bf110014719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5246 | 2024.09.23 18:23:31.000900 [ 3 ] {c7880571-65de-4dcf-9721-7bf110014719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5247 | 2024.09.23 18:23:31.000979 [ 191 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_26_5} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5248 | 2024.09.23 18:23:31.001001 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 9 rows starting from the beginning of the part | ||
5249 | 2024.09.23 18:23:31.001395 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
5250 | 2024.09.23 18:23:31.001869 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 33 rows starting from the beginning of the part | ||
5251 | 2024.09.23 18:23:31.002181 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 9 rows starting from the beginning of the part | ||
5252 | 2024.09.23 18:23:31.002615 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
5253 | 2024.09.23 18:23:31.003167 [ 3 ] {c7880571-65de-4dcf-9721-7bf110014719} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5254 | 2024.09.23 18:23:31.004025 [ 3 ] {c7880571-65de-4dcf-9721-7bf110014719} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5255 | 2024.09.23 18:23:31.004086 [ 3 ] {c7880571-65de-4dcf-9721-7bf110014719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5256 | 2024.09.23 18:23:31.005124 [ 3 ] {c7880571-65de-4dcf-9721-7bf110014719} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5257 | 2024.09.23 18:23:31.005368 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.00676377 sec., 23211.906969042415 rows/sec., 1.78 MiB/sec. | ||
5258 | 2024.09.23 18:23:31.005567 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5259 | 2024.09.23 18:23:31.005720 [ 3 ] {c7880571-65de-4dcf-9721-7bf110014719} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5260 | 2024.09.23 18:23:31.005959 [ 3 ] {c7880571-65de-4dcf-9721-7bf110014719} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00563 sec., 2486.6785079928954 rows/sec., 174.15 KiB/sec. | ||
5261 | 2024.09.23 18:23:31.006229 [ 3 ] {c7880571-65de-4dcf-9721-7bf110014719} <Debug> DynamicQueryHandler: Done processing query | ||
5262 | 2024.09.23 18:23:31.006262 [ 3 ] {c7880571-65de-4dcf-9721-7bf110014719} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5263 | 2024.09.23 18:23:31.006282 [ 3 ] {} <Debug> HTTP-Session: dde36c35-9b2b-40ae-9758-152965d518c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5264 | 2024.09.23 18:23:31.006287 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_16_3} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5265 | 2024.09.23 18:23:31.006372 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_16_3} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5266 | 2024.09.23 18:23:31.006420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5267 | 2024.09.23 18:23:31.006468 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5268 | 2024.09.23 18:23:31.006496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5269 | 2024.09.23 18:23:31.006520 [ 3 ] {} <Debug> HTTP-Session: a0778ff2-004c-4366-9a39-3d8b967b85db Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5270 | 2024.09.23 18:23:31.006537 [ 3 ] {} <Debug> HTTP-Session: a0778ff2-004c-4366-9a39-3d8b967b85db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5271 | 2024.09.23 18:23:31.006551 [ 3 ] {} <Debug> HTTP-Session: a0778ff2-004c-4366-9a39-3d8b967b85db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5272 | 2024.09.23 18:23:31.006584 [ 3 ] {} <Trace> HTTP-Session: a0778ff2-004c-4366-9a39-3d8b967b85db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5273 | 2024.09.23 18:23:31.006681 [ 3 ] {13c9266f-927c-4eb2-9d43-161523c7650d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5274 | 2024.09.23 18:23:31.006727 [ 3 ] {13c9266f-927c-4eb2-9d43-161523c7650d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5275 | 2024.09.23 18:23:31.006997 [ 3 ] {13c9266f-927c-4eb2-9d43-161523c7650d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5276 | 2024.09.23 18:23:31.007514 [ 3 ] {13c9266f-927c-4eb2-9d43-161523c7650d} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5277 | 2024.09.23 18:23:31.007683 [ 3 ] {13c9266f-927c-4eb2-9d43-161523c7650d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5278 | 2024.09.23 18:23:31.008083 [ 3 ] {13c9266f-927c-4eb2-9d43-161523c7650d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5279 | 2024.09.23 18:23:31.008450 [ 3 ] {13c9266f-927c-4eb2-9d43-161523c7650d} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5280 | 2024.09.23 18:23:31.008596 [ 3 ] {13c9266f-927c-4eb2-9d43-161523c7650d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001939 sec., 3094.3785456420837 rows/sec., 182.82 KiB/sec. | ||
5281 | 2024.09.23 18:23:31.008940 [ 3 ] {13c9266f-927c-4eb2-9d43-161523c7650d} <Debug> DynamicQueryHandler: Done processing query | ||
5282 | 2024.09.23 18:23:31.008966 [ 3 ] {13c9266f-927c-4eb2-9d43-161523c7650d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5283 | 2024.09.23 18:23:31.008983 [ 3 ] {} <Debug> HTTP-Session: a0778ff2-004c-4366-9a39-3d8b967b85db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5284 | 2024.09.23 18:23:31.009195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5285 | 2024.09.23 18:23:31.009246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5286 | 2024.09.23 18:23:31.009266 [ 3 ] {} <Debug> HTTP-Session: 54d4fd56-1a68-4b8c-bb78-55cef4b814e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5287 | 2024.09.23 18:23:31.009283 [ 3 ] {} <Debug> HTTP-Session: 54d4fd56-1a68-4b8c-bb78-55cef4b814e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5288 | 2024.09.23 18:23:31.009297 [ 3 ] {} <Debug> HTTP-Session: 54d4fd56-1a68-4b8c-bb78-55cef4b814e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5289 | 2024.09.23 18:23:31.009330 [ 3 ] {} <Trace> HTTP-Session: 54d4fd56-1a68-4b8c-bb78-55cef4b814e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5290 | 2024.09.23 18:23:31.009650 [ 3 ] {9441680b-c30c-48ad-b490-104653a8cd41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5291 | 2024.09.23 18:23:31.009695 [ 3 ] {9441680b-c30c-48ad-b490-104653a8cd41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5292 | 2024.09.23 18:23:31.009947 [ 3 ] {9441680b-c30c-48ad-b490-104653a8cd41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5293 | 2024.09.23 18:23:31.010584 [ 3 ] {9441680b-c30c-48ad-b490-104653a8cd41} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5294 | 2024.09.23 18:23:31.010633 [ 3 ] {9441680b-c30c-48ad-b490-104653a8cd41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5295 | 2024.09.23 18:23:31.011115 [ 3 ] {9441680b-c30c-48ad-b490-104653a8cd41} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5296 | 2024.09.23 18:23:31.011566 [ 3 ] {9441680b-c30c-48ad-b490-104653a8cd41} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5297 | 2024.09.23 18:23:31.011695 [ 3 ] {9441680b-c30c-48ad-b490-104653a8cd41} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.002251 sec., 183474.01155042203 rows/sec., 13.09 MiB/sec. | ||
5298 | 2024.09.23 18:23:31.011699 [ 130 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5299 | 2024.09.23 18:23:31.011758 [ 130 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5300 | 2024.09.23 18:23:31.011791 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5301 | 2024.09.23 18:23:31.011946 [ 3 ] {9441680b-c30c-48ad-b490-104653a8cd41} <Debug> DynamicQueryHandler: Done processing query | ||
5302 | 2024.09.23 18:23:31.012010 [ 3 ] {9441680b-c30c-48ad-b490-104653a8cd41} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
5303 | 2024.09.23 18:23:31.012062 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
5304 | 2024.09.23 18:23:31.012081 [ 3 ] {} <Debug> HTTP-Session: 54d4fd56-1a68-4b8c-bb78-55cef4b814e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5305 | 2024.09.23 18:23:31.012375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5306 | 2024.09.23 18:23:31.012477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5307 | 2024.09.23 18:23:31.012482 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5308 | 2024.09.23 18:23:31.012502 [ 3 ] {} <Debug> HTTP-Session: c28d7b0b-e6f5-414a-8337-7fb73bc6dad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5309 | 2024.09.23 18:23:31.012527 [ 3 ] {} <Debug> HTTP-Session: c28d7b0b-e6f5-414a-8337-7fb73bc6dad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5310 | 2024.09.23 18:23:31.012534 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 904 rows starting from the beginning of the part | ||
5311 | 2024.09.23 18:23:31.012544 [ 3 ] {} <Debug> HTTP-Session: c28d7b0b-e6f5-414a-8337-7fb73bc6dad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5312 | 2024.09.23 18:23:31.012585 [ 3 ] {} <Trace> HTTP-Session: c28d7b0b-e6f5-414a-8337-7fb73bc6dad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5313 | 2024.09.23 18:23:31.012753 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 91 rows starting from the beginning of the part | ||
5314 | 2024.09.23 18:23:31.012863 [ 3 ] {cf0b7d68-3022-443a-a294-caa75406337e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5315 | 2024.09.23 18:23:31.013120 [ 3 ] {cf0b7d68-3022-443a-a294-caa75406337e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5316 | 2024.09.23 18:23:31.013231 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 73 rows starting from the beginning of the part | ||
5317 | 2024.09.23 18:23:31.013638 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 415 rows starting from the beginning of the part | ||
5318 | 2024.09.23 18:23:31.014084 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 73 rows starting from the beginning of the part | ||
5319 | 2024.09.23 18:23:31.014546 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 413 rows starting from the beginning of the part | ||
5320 | 2024.09.23 18:23:31.014633 [ 3 ] {cf0b7d68-3022-443a-a294-caa75406337e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5321 | 2024.09.23 18:23:31.015314 [ 3 ] {cf0b7d68-3022-443a-a294-caa75406337e} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5322 | 2024.09.23 18:23:31.015361 [ 3 ] {cf0b7d68-3022-443a-a294-caa75406337e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5323 | 2024.09.23 18:23:31.015905 [ 3 ] {cf0b7d68-3022-443a-a294-caa75406337e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5324 | 2024.09.23 18:23:31.016467 [ 3 ] {cf0b7d68-3022-443a-a294-caa75406337e} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5325 | 2024.09.23 18:23:31.016618 [ 130 ] {} <Debug> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5326 | 2024.09.23 18:23:31.016634 [ 3 ] {cf0b7d68-3022-443a-a294-caa75406337e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003892 sec., 1541.623843782117 rows/sec., 80.54 KiB/sec. | ||
5327 | 2024.09.23 18:23:31.016669 [ 130 ] {} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5328 | 2024.09.23 18:23:31.016713 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5329 | 2024.09.23 18:23:31.016966 [ 194 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
5330 | 2024.09.23 18:23:31.017038 [ 3 ] {cf0b7d68-3022-443a-a294-caa75406337e} <Debug> DynamicQueryHandler: Done processing query | ||
5331 | 2024.09.23 18:23:31.017093 [ 3 ] {cf0b7d68-3022-443a-a294-caa75406337e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5332 | 2024.09.23 18:23:31.017134 [ 187 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1969 rows, containing 5 columns (5 merged, 0 gathered) in 0.005262552 sec., 374153.07250170637 rows/sec., 28.65 MiB/sec. | ||
5333 | 2024.09.23 18:23:31.017142 [ 3 ] {} <Debug> HTTP-Session: c28d7b0b-e6f5-414a-8337-7fb73bc6dad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5334 | 2024.09.23 18:23:31.017205 [ 194 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5335 | 2024.09.23 18:23:31.017271 [ 194 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
5336 | 2024.09.23 18:23:31.017491 [ 194 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
5337 | 2024.09.23 18:23:31.017525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5338 | 2024.09.23 18:23:31.017547 [ 187 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5339 | 2024.09.23 18:23:31.017775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5340 | 2024.09.23 18:23:31.017941 [ 3 ] {} <Debug> HTTP-Session: e0cb5a5c-9c2b-473f-9c6b-b56ce826e8df Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5341 | 2024.09.23 18:23:31.017985 [ 194 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
5342 | 2024.09.23 18:23:31.018057 [ 3 ] {} <Debug> HTTP-Session: e0cb5a5c-9c2b-473f-9c6b-b56ce826e8df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5343 | 2024.09.23 18:23:31.018174 [ 3 ] {} <Debug> HTTP-Session: e0cb5a5c-9c2b-473f-9c6b-b56ce826e8df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5344 | 2024.09.23 18:23:31.018394 [ 3 ] {} <Trace> HTTP-Session: e0cb5a5c-9c2b-473f-9c6b-b56ce826e8df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5345 | 2024.09.23 18:23:31.018462 [ 194 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
5346 | 2024.09.23 18:23:31.018867 [ 194 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
5347 | 2024.09.23 18:23:31.018974 [ 3 ] {8bc91e78-1273-42a3-bfe3-5965ec7bf969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5348 | 2024.09.23 18:23:31.019275 [ 3 ] {8bc91e78-1273-42a3-bfe3-5965ec7bf969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5349 | 2024.09.23 18:23:31.019308 [ 194 ] {d179cb5d-65fc-436d-b105-687e92b4e702::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 | ||
5350 | 2024.09.23 18:23:31.020866 [ 187 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_26_5} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5351 | 2024.09.23 18:23:31.021128 [ 3 ] {8bc91e78-1273-42a3-bfe3-5965ec7bf969} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5352 | 2024.09.23 18:23:31.021278 [ 187 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_26_5} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5353 | 2024.09.23 18:23:31.021541 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
5354 | 2024.09.23 18:23:31.022044 [ 3 ] {8bc91e78-1273-42a3-bfe3-5965ec7bf969} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5355 | 2024.09.23 18:23:31.022092 [ 3 ] {8bc91e78-1273-42a3-bfe3-5965ec7bf969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5356 | 2024.09.23 18:23:31.022499 [ 187 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005695393 sec., 11588.313572039717 rows/sec., 605.44 KiB/sec. | ||
5357 | 2024.09.23 18:23:31.022724 [ 187 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5358 | 2024.09.23 18:23:31.022819 [ 3 ] {8bc91e78-1273-42a3-bfe3-5965ec7bf969} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5359 | 2024.09.23 18:23:31.023705 [ 3 ] {8bc91e78-1273-42a3-bfe3-5965ec7bf969} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5360 | 2024.09.23 18:23:31.023814 [ 187 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_11_2} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5361 | 2024.09.23 18:23:31.023944 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5362 | 2024.09.23 18:23:31.024040 [ 3 ] {8bc91e78-1273-42a3-bfe3-5965ec7bf969} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00531 sec., 44632.768361581926 rows/sec., 2.99 MiB/sec. | ||
5363 | 2024.09.23 18:23:31.024047 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5364 | 2024.09.23 18:23:31.024144 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5365 | 2024.09.23 18:23:31.024143 [ 187 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_11_2} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5366 | 2024.09.23 18:23:31.024497 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5367 | 2024.09.23 18:23:31.024563 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
5368 | 2024.09.23 18:23:31.024576 [ 3 ] {8bc91e78-1273-42a3-bfe3-5965ec7bf969} <Debug> DynamicQueryHandler: Done processing query | ||
5369 | 2024.09.23 18:23:31.024610 [ 3 ] {8bc91e78-1273-42a3-bfe3-5965ec7bf969} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5370 | 2024.09.23 18:23:31.024633 [ 3 ] {} <Debug> HTTP-Session: e0cb5a5c-9c2b-473f-9c6b-b56ce826e8df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5371 | 2024.09.23 18:23:31.024713 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5372 | 2024.09.23 18:23:31.024743 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6979 rows starting from the beginning of the part | ||
5373 | 2024.09.23 18:23:31.024783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5374 | 2024.09.23 18:23:31.024893 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 130 rows starting from the beginning of the part | ||
5375 | 2024.09.23 18:23:31.024932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5376 | 2024.09.23 18:23:31.025021 [ 3 ] {} <Debug> HTTP-Session: 0d7f4e92-d79d-4747-8a4c-1fd0eb4b0399 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5377 | 2024.09.23 18:23:31.025112 [ 3 ] {} <Debug> HTTP-Session: 0d7f4e92-d79d-4747-8a4c-1fd0eb4b0399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5378 | 2024.09.23 18:23:31.025188 [ 3 ] {} <Debug> HTTP-Session: 0d7f4e92-d79d-4747-8a4c-1fd0eb4b0399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5379 | 2024.09.23 18:23:31.025252 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
5380 | 2024.09.23 18:23:31.025321 [ 3 ] {} <Trace> HTTP-Session: 0d7f4e92-d79d-4747-8a4c-1fd0eb4b0399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5381 | 2024.09.23 18:23:31.025630 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 238 rows starting from the beginning of the part | ||
5382 | 2024.09.23 18:23:31.025703 [ 3 ] {d842badb-a608-480c-8e4a-50e3b5d6a10f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5383 | 2024.09.23 18:23:31.025919 [ 3 ] {d842badb-a608-480c-8e4a-50e3b5d6a10f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5384 | 2024.09.23 18:23:31.025984 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
5385 | 2024.09.23 18:23:31.026322 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
5386 | 2024.09.23 18:23:31.026953 [ 3 ] {d842badb-a608-480c-8e4a-50e3b5d6a10f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5387 | 2024.09.23 18:23:31.027408 [ 3 ] {d842badb-a608-480c-8e4a-50e3b5d6a10f} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5388 | 2024.09.23 18:23:31.027447 [ 3 ] {d842badb-a608-480c-8e4a-50e3b5d6a10f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5389 | 2024.09.23 18:23:31.027842 [ 3 ] {d842badb-a608-480c-8e4a-50e3b5d6a10f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5390 | 2024.09.23 18:23:31.028362 [ 3 ] {d842badb-a608-480c-8e4a-50e3b5d6a10f} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5391 | 2024.09.23 18:23:31.028575 [ 3 ] {d842badb-a608-480c-8e4a-50e3b5d6a10f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002979 sec., 335.6831151393085 rows/sec., 22.62 KiB/sec. | ||
5392 | 2024.09.23 18:23:31.028832 [ 3 ] {d842badb-a608-480c-8e4a-50e3b5d6a10f} <Debug> DynamicQueryHandler: Done processing query | ||
5393 | 2024.09.23 18:23:31.028862 [ 3 ] {d842badb-a608-480c-8e4a-50e3b5d6a10f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5394 | 2024.09.23 18:23:31.028881 [ 3 ] {} <Debug> HTTP-Session: 0d7f4e92-d79d-4747-8a4c-1fd0eb4b0399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5395 | 2024.09.23 18:23:31.029077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5396 | 2024.09.23 18:23:31.029134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5397 | 2024.09.23 18:23:31.029156 [ 3 ] {} <Debug> HTTP-Session: c4aecf81-ea56-41e1-94fd-cd38102d7937 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5398 | 2024.09.23 18:23:31.029175 [ 3 ] {} <Debug> HTTP-Session: c4aecf81-ea56-41e1-94fd-cd38102d7937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5399 | 2024.09.23 18:23:31.029191 [ 3 ] {} <Debug> HTTP-Session: c4aecf81-ea56-41e1-94fd-cd38102d7937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5400 | 2024.09.23 18:23:31.029233 [ 3 ] {} <Trace> HTTP-Session: c4aecf81-ea56-41e1-94fd-cd38102d7937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5401 | 2024.09.23 18:23:31.029900 [ 3 ] {c83a9248-782d-402d-9145-c52a04657fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5402 | 2024.09.23 18:23:31.029949 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7904 rows, containing 5 columns (5 merged, 0 gathered) in 0.005666431 sec., 1394881.5400734607 rows/sec., 93.90 MiB/sec. | ||
5403 | 2024.09.23 18:23:31.030002 [ 3 ] {c83a9248-782d-402d-9145-c52a04657fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5404 | 2024.09.23 18:23:31.030507 [ 3 ] {c83a9248-782d-402d-9145-c52a04657fea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5405 | 2024.09.23 18:23:31.030583 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5406 | 2024.09.23 18:23:31.031440 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5407 | 2024.09.23 18:23:31.031724 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5408 | 2024.09.23 18:23:31.031884 [ 3 ] {c83a9248-782d-402d-9145-c52a04657fea} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5409 | 2024.09.23 18:23:31.031921 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
5410 | 2024.09.23 18:23:31.031944 [ 3 ] {c83a9248-782d-402d-9145-c52a04657fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5411 | 2024.09.23 18:23:31.032636 [ 3 ] {c83a9248-782d-402d-9145-c52a04657fea} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5412 | 2024.09.23 18:23:31.033173 [ 3 ] {c83a9248-782d-402d-9145-c52a04657fea} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5413 | 2024.09.23 18:23:31.033343 [ 3 ] {c83a9248-782d-402d-9145-c52a04657fea} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003998 sec., 7753.876938469235 rows/sec., 13.89 MiB/sec. | ||
5414 | 2024.09.23 18:23:31.033568 [ 3 ] {c83a9248-782d-402d-9145-c52a04657fea} <Debug> DynamicQueryHandler: Done processing query | ||
5415 | 2024.09.23 18:23:31.033594 [ 3 ] {c83a9248-782d-402d-9145-c52a04657fea} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5416 | 2024.09.23 18:23:31.033611 [ 3 ] {} <Debug> HTTP-Session: c4aecf81-ea56-41e1-94fd-cd38102d7937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5417 | 2024.09.23 18:23:31.033749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5418 | 2024.09.23 18:23:31.033799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5419 | 2024.09.23 18:23:31.033818 [ 3 ] {} <Debug> HTTP-Session: f01b71af-4c48-474a-8614-964fb3f22fb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5420 | 2024.09.23 18:23:31.033836 [ 3 ] {} <Debug> HTTP-Session: f01b71af-4c48-474a-8614-964fb3f22fb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5421 | 2024.09.23 18:23:31.033850 [ 3 ] {} <Debug> HTTP-Session: f01b71af-4c48-474a-8614-964fb3f22fb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5422 | 2024.09.23 18:23:31.033883 [ 3 ] {} <Trace> HTTP-Session: f01b71af-4c48-474a-8614-964fb3f22fb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5423 | 2024.09.23 18:23:31.034010 [ 3 ] {d3fe2af6-e3b6-449e-b2ef-e943ab55e61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5424 | 2024.09.23 18:23:31.034056 [ 3 ] {d3fe2af6-e3b6-449e-b2ef-e943ab55e61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5425 | 2024.09.23 18:23:31.034186 [ 3 ] {d3fe2af6-e3b6-449e-b2ef-e943ab55e61f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5426 | 2024.09.23 18:23:31.034493 [ 3 ] {d3fe2af6-e3b6-449e-b2ef-e943ab55e61f} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5427 | 2024.09.23 18:23:31.034530 [ 3 ] {d3fe2af6-e3b6-449e-b2ef-e943ab55e61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5428 | 2024.09.23 18:23:31.034927 [ 3 ] {d3fe2af6-e3b6-449e-b2ef-e943ab55e61f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5429 | 2024.09.23 18:23:31.035324 [ 3 ] {d3fe2af6-e3b6-449e-b2ef-e943ab55e61f} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5430 | 2024.09.23 18:23:31.035456 [ 3 ] {d3fe2af6-e3b6-449e-b2ef-e943ab55e61f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001499 sec., 54703.13542361575 rows/sec., 3.47 MiB/sec. | ||
5431 | 2024.09.23 18:23:31.035462 [ 130 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5432 | 2024.09.23 18:23:31.035511 [ 130 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5433 | 2024.09.23 18:23:31.035542 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5434 | 2024.09.23 18:23:31.035645 [ 3 ] {d3fe2af6-e3b6-449e-b2ef-e943ab55e61f} <Debug> DynamicQueryHandler: Done processing query | ||
5435 | 2024.09.23 18:23:31.035677 [ 3 ] {d3fe2af6-e3b6-449e-b2ef-e943ab55e61f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5436 | 2024.09.23 18:23:31.035686 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
5437 | 2024.09.23 18:23:31.035697 [ 3 ] {} <Debug> HTTP-Session: f01b71af-4c48-474a-8614-964fb3f22fb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5438 | 2024.09.23 18:23:31.035838 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5439 | 2024.09.23 18:23:31.035874 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1076 rows starting from the beginning of the part | ||
5440 | 2024.09.23 18:23:31.035945 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
5441 | 2024.09.23 18:23:31.036196 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
5442 | 2024.09.23 18:23:31.036356 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
5443 | 2024.09.23 18:23:31.036511 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
5444 | 2024.09.23 18:23:31.036659 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
5445 | 2024.09.23 18:23:31.037845 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1408 rows, containing 4 columns (4 merged, 0 gathered) in 0.002241976 sec., 628017.4274836127 rows/sec., 40.67 MiB/sec. | ||
5446 | 2024.09.23 18:23:31.038114 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5447 | 2024.09.23 18:23:31.038614 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_26_5} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5448 | 2024.09.23 18:23:31.038707 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_26_5} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5449 | 2024.09.23 18:23:31.038810 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
5450 | 2024.09.23 18:23:32.000257 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.24 MiB, peak 193.44 MiB, free memory in arenas 0.00 B, will set to 186.00 MiB (RSS), difference: 4.76 MiB | ||
5451 | 2024.09.23 18:23:33.105492 [ 127 ] {} <Debug> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
5452 | 2024.09.23 18:23:33.105559 [ 127 ] {} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5453 | 2024.09.23 18:23:33.105586 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5454 | 2024.09.23 18:23:33.105750 [ 187 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::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 | ||
5455 | 2024.09.23 18:23:33.105946 [ 187 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5456 | 2024.09.23 18:23:33.105981 [ 187 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
5457 | 2024.09.23 18:23:33.106089 [ 187 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
5458 | 2024.09.23 18:23:33.106352 [ 187 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::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 | ||
5459 | 2024.09.23 18:23:33.106591 [ 187 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
5460 | 2024.09.23 18:23:33.106759 [ 187 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
5461 | 2024.09.23 18:23:33.107718 [ 193 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 5 columns (5 merged, 0 gathered) in 0.002065362 sec., 6778.47273262508 rows/sec., 579.22 KiB/sec. | ||
5462 | 2024.09.23 18:23:33.107921 [ 198 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
5463 | 2024.09.23 18:23:33.108431 [ 198 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_5_1} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5464 | 2024.09.23 18:23:33.108523 [ 198 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_5_1} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
5465 | 2024.09.23 18:23:33.108626 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5466 | 2024.09.23 18:23:35.983469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5467 | 2024.09.23 18:23:35.983611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5468 | 2024.09.23 18:23:35.983642 [ 3 ] {} <Debug> HTTP-Session: a65d99e2-138f-40b4-b8cb-32ab422ba189 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5469 | 2024.09.23 18:23:35.983672 [ 3 ] {} <Debug> HTTP-Session: a65d99e2-138f-40b4-b8cb-32ab422ba189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5470 | 2024.09.23 18:23:35.983692 [ 3 ] {} <Debug> HTTP-Session: a65d99e2-138f-40b4-b8cb-32ab422ba189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5471 | 2024.09.23 18:23:35.983749 [ 3 ] {} <Trace> HTTP-Session: a65d99e2-138f-40b4-b8cb-32ab422ba189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5472 | 2024.09.23 18:23:35.983958 [ 3 ] {ce58ed1c-74bd-45e3-8f4a-883bb12a0560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5473 | 2024.09.23 18:23:35.984034 [ 3 ] {ce58ed1c-74bd-45e3-8f4a-883bb12a0560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5474 | 2024.09.23 18:23:35.984419 [ 3 ] {ce58ed1c-74bd-45e3-8f4a-883bb12a0560} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5475 | 2024.09.23 18:23:35.984855 [ 3 ] {ce58ed1c-74bd-45e3-8f4a-883bb12a0560} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5476 | 2024.09.23 18:23:35.984902 [ 3 ] {ce58ed1c-74bd-45e3-8f4a-883bb12a0560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5477 | 2024.09.23 18:23:35.985316 [ 3 ] {ce58ed1c-74bd-45e3-8f4a-883bb12a0560} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5478 | 2024.09.23 18:23:35.985711 [ 3 ] {ce58ed1c-74bd-45e3-8f4a-883bb12a0560} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5479 | 2024.09.23 18:23:35.985868 [ 3 ] {ce58ed1c-74bd-45e3-8f4a-883bb12a0560} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001972 sec., 3042.5963488843818 rows/sec., 248.10 KiB/sec. | ||
5480 | 2024.09.23 18:23:35.986087 [ 3 ] {ce58ed1c-74bd-45e3-8f4a-883bb12a0560} <Debug> DynamicQueryHandler: Done processing query | ||
5481 | 2024.09.23 18:23:35.986116 [ 3 ] {ce58ed1c-74bd-45e3-8f4a-883bb12a0560} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5482 | 2024.09.23 18:23:35.986134 [ 3 ] {} <Debug> HTTP-Session: a65d99e2-138f-40b4-b8cb-32ab422ba189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5483 | 2024.09.23 18:23:35.986310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5484 | 2024.09.23 18:23:35.986365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5485 | 2024.09.23 18:23:35.986386 [ 3 ] {} <Debug> HTTP-Session: 995b7e89-8195-4ecc-8f80-40a07bfc17e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5486 | 2024.09.23 18:23:35.986406 [ 3 ] {} <Debug> HTTP-Session: 995b7e89-8195-4ecc-8f80-40a07bfc17e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5487 | 2024.09.23 18:23:35.986421 [ 3 ] {} <Debug> HTTP-Session: 995b7e89-8195-4ecc-8f80-40a07bfc17e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5488 | 2024.09.23 18:23:35.986457 [ 3 ] {} <Trace> HTTP-Session: 995b7e89-8195-4ecc-8f80-40a07bfc17e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5489 | 2024.09.23 18:23:35.986587 [ 3 ] {303e5b74-9665-4afa-b98d-f1ec75248a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5490 | 2024.09.23 18:23:35.986635 [ 3 ] {303e5b74-9665-4afa-b98d-f1ec75248a0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5491 | 2024.09.23 18:23:35.986874 [ 3 ] {303e5b74-9665-4afa-b98d-f1ec75248a0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5492 | 2024.09.23 18:23:35.987259 [ 3 ] {303e5b74-9665-4afa-b98d-f1ec75248a0f} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5493 | 2024.09.23 18:23:35.987297 [ 3 ] {303e5b74-9665-4afa-b98d-f1ec75248a0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5494 | 2024.09.23 18:23:35.987663 [ 3 ] {303e5b74-9665-4afa-b98d-f1ec75248a0f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5495 | 2024.09.23 18:23:35.988028 [ 3 ] {303e5b74-9665-4afa-b98d-f1ec75248a0f} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5496 | 2024.09.23 18:23:35.988188 [ 3 ] {303e5b74-9665-4afa-b98d-f1ec75248a0f} <Debug> executeQuery: Read 77 rows, 6.29 KiB in 0.001642 sec., 46894.03166869671 rows/sec., 3.74 MiB/sec. | ||
5497 | 2024.09.23 18:23:35.988372 [ 3 ] {303e5b74-9665-4afa-b98d-f1ec75248a0f} <Debug> DynamicQueryHandler: Done processing query | ||
5498 | 2024.09.23 18:23:35.988398 [ 3 ] {303e5b74-9665-4afa-b98d-f1ec75248a0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5499 | 2024.09.23 18:23:35.988415 [ 3 ] {} <Debug> HTTP-Session: 995b7e89-8195-4ecc-8f80-40a07bfc17e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5500 | 2024.09.23 18:23:35.988547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5501 | 2024.09.23 18:23:35.988598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5502 | 2024.09.23 18:23:35.988619 [ 3 ] {} <Debug> HTTP-Session: 2cc2a9b4-e21e-42e7-ab06-8c64da2c8f2f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5503 | 2024.09.23 18:23:35.988636 [ 3 ] {} <Debug> HTTP-Session: 2cc2a9b4-e21e-42e7-ab06-8c64da2c8f2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5504 | 2024.09.23 18:23:35.988651 [ 3 ] {} <Debug> HTTP-Session: 2cc2a9b4-e21e-42e7-ab06-8c64da2c8f2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5505 | 2024.09.23 18:23:35.988684 [ 3 ] {} <Trace> HTTP-Session: 2cc2a9b4-e21e-42e7-ab06-8c64da2c8f2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5506 | 2024.09.23 18:23:35.988788 [ 3 ] {c3ce003f-15a7-4205-8392-644eda0e8e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5507 | 2024.09.23 18:23:35.988833 [ 3 ] {c3ce003f-15a7-4205-8392-644eda0e8e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5508 | 2024.09.23 18:23:35.989060 [ 3 ] {c3ce003f-15a7-4205-8392-644eda0e8e7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5509 | 2024.09.23 18:23:35.989369 [ 3 ] {c3ce003f-15a7-4205-8392-644eda0e8e7a} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5510 | 2024.09.23 18:23:35.989407 [ 3 ] {c3ce003f-15a7-4205-8392-644eda0e8e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5511 | 2024.09.23 18:23:35.989763 [ 3 ] {c3ce003f-15a7-4205-8392-644eda0e8e7a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5512 | 2024.09.23 18:23:35.990113 [ 3 ] {c3ce003f-15a7-4205-8392-644eda0e8e7a} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5513 | 2024.09.23 18:23:35.990265 [ 3 ] {c3ce003f-15a7-4205-8392-644eda0e8e7a} <Debug> executeQuery: Read 15 rows, 1.10 KiB in 0.001504 sec., 9973.40425531915 rows/sec., 728.53 KiB/sec. | ||
5514 | 2024.09.23 18:23:35.990426 [ 3 ] {c3ce003f-15a7-4205-8392-644eda0e8e7a} <Debug> DynamicQueryHandler: Done processing query | ||
5515 | 2024.09.23 18:23:35.990452 [ 3 ] {c3ce003f-15a7-4205-8392-644eda0e8e7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5516 | 2024.09.23 18:23:35.990468 [ 3 ] {} <Debug> HTTP-Session: 2cc2a9b4-e21e-42e7-ab06-8c64da2c8f2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5517 | 2024.09.23 18:23:35.990588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 13437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5518 | 2024.09.23 18:23:35.990638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5519 | 2024.09.23 18:23:35.990658 [ 3 ] {} <Debug> HTTP-Session: d1b219a9-9d96-44f0-ad2e-6ca1ff1f0fbd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5520 | 2024.09.23 18:23:35.990676 [ 3 ] {} <Debug> HTTP-Session: d1b219a9-9d96-44f0-ad2e-6ca1ff1f0fbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5521 | 2024.09.23 18:23:35.990690 [ 3 ] {} <Debug> HTTP-Session: d1b219a9-9d96-44f0-ad2e-6ca1ff1f0fbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5522 | 2024.09.23 18:23:35.990723 [ 3 ] {} <Trace> HTTP-Session: d1b219a9-9d96-44f0-ad2e-6ca1ff1f0fbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5523 | 2024.09.23 18:23:35.990842 [ 3 ] {d3f42e24-590e-4090-862a-e659050ff374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5524 | 2024.09.23 18:23:35.990885 [ 3 ] {d3f42e24-590e-4090-862a-e659050ff374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5525 | 2024.09.23 18:23:35.991111 [ 3 ] {d3f42e24-590e-4090-862a-e659050ff374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5526 | 2024.09.23 18:23:35.991478 [ 3 ] {d3f42e24-590e-4090-862a-e659050ff374} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5527 | 2024.09.23 18:23:35.991515 [ 3 ] {d3f42e24-590e-4090-862a-e659050ff374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5528 | 2024.09.23 18:23:35.991872 [ 3 ] {d3f42e24-590e-4090-862a-e659050ff374} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5529 | 2024.09.23 18:23:35.992225 [ 3 ] {d3f42e24-590e-4090-862a-e659050ff374} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5530 | 2024.09.23 18:23:35.992388 [ 3 ] {d3f42e24-590e-4090-862a-e659050ff374} <Debug> executeQuery: Read 79 rows, 6.33 KiB in 0.001581 sec., 49968.374446552814 rows/sec., 3.91 MiB/sec. | ||
5531 | 2024.09.23 18:23:35.992551 [ 3 ] {d3f42e24-590e-4090-862a-e659050ff374} <Debug> DynamicQueryHandler: Done processing query | ||
5532 | 2024.09.23 18:23:35.992576 [ 3 ] {d3f42e24-590e-4090-862a-e659050ff374} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5533 | 2024.09.23 18:23:35.992592 [ 3 ] {} <Debug> HTTP-Session: d1b219a9-9d96-44f0-ad2e-6ca1ff1f0fbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5534 | 2024.09.23 18:23:35.992763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 31225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5535 | 2024.09.23 18:23:35.992811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5536 | 2024.09.23 18:23:35.992831 [ 3 ] {} <Debug> HTTP-Session: 966a9f92-703b-4298-8139-5621ced5ee45 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5537 | 2024.09.23 18:23:35.992848 [ 3 ] {} <Debug> HTTP-Session: 966a9f92-703b-4298-8139-5621ced5ee45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5538 | 2024.09.23 18:23:35.992863 [ 3 ] {} <Debug> HTTP-Session: 966a9f92-703b-4298-8139-5621ced5ee45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5539 | 2024.09.23 18:23:35.992895 [ 3 ] {} <Trace> HTTP-Session: 966a9f92-703b-4298-8139-5621ced5ee45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5540 | 2024.09.23 18:23:35.993040 [ 3 ] {9edeb30a-2248-4791-b72e-5edbded963b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5541 | 2024.09.23 18:23:35.993089 [ 3 ] {9edeb30a-2248-4791-b72e-5edbded963b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5542 | 2024.09.23 18:23:35.993241 [ 3 ] {9edeb30a-2248-4791-b72e-5edbded963b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5543 | 2024.09.23 18:23:35.993637 [ 3 ] {9edeb30a-2248-4791-b72e-5edbded963b2} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5544 | 2024.09.23 18:23:35.993675 [ 3 ] {9edeb30a-2248-4791-b72e-5edbded963b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5545 | 2024.09.23 18:23:35.994064 [ 3 ] {9edeb30a-2248-4791-b72e-5edbded963b2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5546 | 2024.09.23 18:23:35.994398 [ 3 ] {9edeb30a-2248-4791-b72e-5edbded963b2} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5547 | 2024.09.23 18:23:35.994558 [ 3 ] {9edeb30a-2248-4791-b72e-5edbded963b2} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001576 sec., 103426.3959390863 rows/sec., 7.20 MiB/sec. | ||
5548 | 2024.09.23 18:23:35.994813 [ 3 ] {9edeb30a-2248-4791-b72e-5edbded963b2} <Debug> DynamicQueryHandler: Done processing query | ||
5549 | 2024.09.23 18:23:35.994855 [ 3 ] {9edeb30a-2248-4791-b72e-5edbded963b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5550 | 2024.09.23 18:23:35.994872 [ 3 ] {} <Debug> HTTP-Session: 966a9f92-703b-4298-8139-5621ced5ee45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5551 | 2024.09.23 18:23:35.994995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5552 | 2024.09.23 18:23:35.995045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5553 | 2024.09.23 18:23:35.995065 [ 3 ] {} <Debug> HTTP-Session: c8bf5138-4fe7-4f10-9dcc-4d941183aa13 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5554 | 2024.09.23 18:23:35.995083 [ 3 ] {} <Debug> HTTP-Session: c8bf5138-4fe7-4f10-9dcc-4d941183aa13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5555 | 2024.09.23 18:23:35.995098 [ 3 ] {} <Debug> HTTP-Session: c8bf5138-4fe7-4f10-9dcc-4d941183aa13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5556 | 2024.09.23 18:23:35.995130 [ 3 ] {} <Trace> HTTP-Session: c8bf5138-4fe7-4f10-9dcc-4d941183aa13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5557 | 2024.09.23 18:23:35.995318 [ 3 ] {a97022f6-4835-451b-8020-8b493a7f9d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5558 | 2024.09.23 18:23:35.995391 [ 3 ] {a97022f6-4835-451b-8020-8b493a7f9d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5559 | 2024.09.23 18:23:35.995824 [ 3 ] {a97022f6-4835-451b-8020-8b493a7f9d08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5560 | 2024.09.23 18:23:35.996313 [ 3 ] {a97022f6-4835-451b-8020-8b493a7f9d08} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5561 | 2024.09.23 18:23:35.996350 [ 3 ] {a97022f6-4835-451b-8020-8b493a7f9d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5562 | 2024.09.23 18:23:35.996916 [ 3 ] {a97022f6-4835-451b-8020-8b493a7f9d08} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5563 | 2024.09.23 18:23:35.997320 [ 3 ] {a97022f6-4835-451b-8020-8b493a7f9d08} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5564 | 2024.09.23 18:23:35.997498 [ 119 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5565 | 2024.09.23 18:23:35.997517 [ 3 ] {a97022f6-4835-451b-8020-8b493a7f9d08} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002293 sec., 3924.9890972525077 rows/sec., 7.03 MiB/sec. | ||
5566 | 2024.09.23 18:23:35.997579 [ 119 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5567 | 2024.09.23 18:23:35.997653 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5568 | 2024.09.23 18:23:35.998087 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
5569 | 2024.09.23 18:23:35.998227 [ 3 ] {a97022f6-4835-451b-8020-8b493a7f9d08} <Debug> DynamicQueryHandler: Done processing query | ||
5570 | 2024.09.23 18:23:35.998294 [ 3 ] {a97022f6-4835-451b-8020-8b493a7f9d08} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
5571 | 2024.09.23 18:23:35.998327 [ 3 ] {} <Debug> HTTP-Session: c8bf5138-4fe7-4f10-9dcc-4d941183aa13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5572 | 2024.09.23 18:23:35.998522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5573 | 2024.09.23 18:23:35.998639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5574 | 2024.09.23 18:23:35.998699 [ 3 ] {} <Debug> HTTP-Session: d3d5c1f6-dc58-450b-805b-3e02590f55eb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5575 | 2024.09.23 18:23:35.998746 [ 3 ] {} <Debug> HTTP-Session: d3d5c1f6-dc58-450b-805b-3e02590f55eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5576 | 2024.09.23 18:23:35.998791 [ 3 ] {} <Debug> HTTP-Session: d3d5c1f6-dc58-450b-805b-3e02590f55eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5577 | 2024.09.23 18:23:35.998803 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5578 | 2024.09.23 18:23:35.998866 [ 3 ] {} <Trace> HTTP-Session: d3d5c1f6-dc58-450b-805b-3e02590f55eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5579 | 2024.09.23 18:23:35.998959 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 205 rows starting from the beginning of the part | ||
5580 | 2024.09.23 18:23:35.999127 [ 3 ] {f290381f-dfd2-469b-9cc6-c2432bdd083e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5581 | 2024.09.23 18:23:35.999329 [ 3 ] {f290381f-dfd2-469b-9cc6-c2432bdd083e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5582 | 2024.09.23 18:23:35.999707 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part | ||
5583 | 2024.09.23 18:23:36.000042 [ 3 ] {f290381f-dfd2-469b-9cc6-c2432bdd083e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5584 | 2024.09.23 18:23:36.000501 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
5585 | 2024.09.23 18:23:36.001169 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.46 MiB, peak 193.44 MiB, free memory in arenas 0.00 B, will set to 186.00 MiB (RSS), difference: -1.46 MiB | ||
5586 | 2024.09.23 18:23:36.001329 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part | ||
5587 | 2024.09.23 18:23:36.001642 [ 3 ] {f290381f-dfd2-469b-9cc6-c2432bdd083e} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5588 | 2024.09.23 18:23:36.001778 [ 3 ] {f290381f-dfd2-469b-9cc6-c2432bdd083e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5589 | 2024.09.23 18:23:36.002532 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
5590 | 2024.09.23 18:23:36.003189 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part | ||
5591 | 2024.09.23 18:23:36.003464 [ 3 ] {f290381f-dfd2-469b-9cc6-c2432bdd083e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5592 | 2024.09.23 18:23:36.004532 [ 3 ] {f290381f-dfd2-469b-9cc6-c2432bdd083e} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5593 | 2024.09.23 18:23:36.004924 [ 3 ] {f290381f-dfd2-469b-9cc6-c2432bdd083e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005883 sec., 10198.878123406424 rows/sec., 703.83 KiB/sec. | ||
5594 | 2024.09.23 18:23:36.005666 [ 3 ] {f290381f-dfd2-469b-9cc6-c2432bdd083e} <Debug> DynamicQueryHandler: Done processing query | ||
5595 | 2024.09.23 18:23:36.005763 [ 3 ] {f290381f-dfd2-469b-9cc6-c2432bdd083e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5596 | 2024.09.23 18:23:36.005855 [ 3 ] {} <Debug> HTTP-Session: d3d5c1f6-dc58-450b-805b-3e02590f55eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5597 | 2024.09.23 18:23:36.008132 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 19 columns (19 merged, 0 gathered) in 0.010341559 sec., 28428.982516079053 rows/sec., 50.94 MiB/sec. | ||
5598 | 2024.09.23 18:23:36.008637 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5599 | 2024.09.23 18:23:36.009294 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5600 | 2024.09.23 18:23:36.009387 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5601 | 2024.09.23 18:23:36.009552 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
5602 | 2024.09.23 18:23:37.411270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5603 | 2024.09.23 18:23:37.411392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5604 | 2024.09.23 18:23:37.411424 [ 3 ] {} <Debug> HTTP-Session: afc5745f-2903-4711-a27e-0350365ef9d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5605 | 2024.09.23 18:23:37.411452 [ 3 ] {} <Debug> HTTP-Session: afc5745f-2903-4711-a27e-0350365ef9d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5606 | 2024.09.23 18:23:37.411470 [ 3 ] {} <Debug> HTTP-Session: afc5745f-2903-4711-a27e-0350365ef9d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5607 | 2024.09.23 18:23:37.411525 [ 3 ] {} <Trace> HTTP-Session: afc5745f-2903-4711-a27e-0350365ef9d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5608 | 2024.09.23 18:23:37.411714 [ 3 ] {0ec3cf2f-ab0b-47d3-a566-deccf8269a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5609 | 2024.09.23 18:23:37.411778 [ 3 ] {0ec3cf2f-ab0b-47d3-a566-deccf8269a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5610 | 2024.09.23 18:23:37.412110 [ 3 ] {0ec3cf2f-ab0b-47d3-a566-deccf8269a1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5611 | 2024.09.23 18:23:37.412511 [ 3 ] {0ec3cf2f-ab0b-47d3-a566-deccf8269a1c} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5612 | 2024.09.23 18:23:37.412560 [ 3 ] {0ec3cf2f-ab0b-47d3-a566-deccf8269a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5613 | 2024.09.23 18:23:37.413000 [ 3 ] {0ec3cf2f-ab0b-47d3-a566-deccf8269a1c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5614 | 2024.09.23 18:23:37.413398 [ 3 ] {0ec3cf2f-ab0b-47d3-a566-deccf8269a1c} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5615 | 2024.09.23 18:23:37.413547 [ 3 ] {0ec3cf2f-ab0b-47d3-a566-deccf8269a1c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001891 sec., 1057.641459545214 rows/sec., 86.24 KiB/sec. | ||
5616 | 2024.09.23 18:23:37.413735 [ 3 ] {0ec3cf2f-ab0b-47d3-a566-deccf8269a1c} <Debug> DynamicQueryHandler: Done processing query | ||
5617 | 2024.09.23 18:23:37.413760 [ 3 ] {0ec3cf2f-ab0b-47d3-a566-deccf8269a1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5618 | 2024.09.23 18:23:37.413777 [ 3 ] {} <Debug> HTTP-Session: afc5745f-2903-4711-a27e-0350365ef9d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5619 | 2024.09.23 18:23:37.414189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5620 | 2024.09.23 18:23:37.414240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5621 | 2024.09.23 18:23:37.414260 [ 3 ] {} <Debug> HTTP-Session: acf4047e-c49c-4046-bbb5-d68ea1dd1fae Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5622 | 2024.09.23 18:23:37.414277 [ 3 ] {} <Debug> HTTP-Session: acf4047e-c49c-4046-bbb5-d68ea1dd1fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5623 | 2024.09.23 18:23:37.414291 [ 3 ] {} <Debug> HTTP-Session: acf4047e-c49c-4046-bbb5-d68ea1dd1fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5624 | 2024.09.23 18:23:37.414323 [ 3 ] {} <Trace> HTTP-Session: acf4047e-c49c-4046-bbb5-d68ea1dd1fae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5625 | 2024.09.23 18:23:37.414780 [ 3 ] {5a18d737-5f77-42f2-90ee-d836d337ff84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5626 | 2024.09.23 18:23:37.414824 [ 3 ] {5a18d737-5f77-42f2-90ee-d836d337ff84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5627 | 2024.09.23 18:23:37.415051 [ 3 ] {5a18d737-5f77-42f2-90ee-d836d337ff84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5628 | 2024.09.23 18:23:37.416246 [ 3 ] {5a18d737-5f77-42f2-90ee-d836d337ff84} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5629 | 2024.09.23 18:23:37.416298 [ 3 ] {5a18d737-5f77-42f2-90ee-d836d337ff84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5630 | 2024.09.23 18:23:37.416827 [ 3 ] {5a18d737-5f77-42f2-90ee-d836d337ff84} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5631 | 2024.09.23 18:23:37.417200 [ 3 ] {5a18d737-5f77-42f2-90ee-d836d337ff84} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5632 | 2024.09.23 18:23:37.417339 [ 3 ] {5a18d737-5f77-42f2-90ee-d836d337ff84} <Debug> executeQuery: Read 1346 rows, 114.64 KiB in 0.002888 sec., 466066.4819944599 rows/sec., 38.76 MiB/sec. | ||
5633 | 2024.09.23 18:23:37.417506 [ 3 ] {5a18d737-5f77-42f2-90ee-d836d337ff84} <Debug> DynamicQueryHandler: Done processing query | ||
5634 | 2024.09.23 18:23:37.417531 [ 3 ] {5a18d737-5f77-42f2-90ee-d836d337ff84} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
5635 | 2024.09.23 18:23:37.417547 [ 3 ] {} <Debug> HTTP-Session: acf4047e-c49c-4046-bbb5-d68ea1dd1fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5636 | 2024.09.23 18:23:37.417747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5637 | 2024.09.23 18:23:37.417797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5638 | 2024.09.23 18:23:37.417816 [ 3 ] {} <Debug> HTTP-Session: 81efbfd5-9c0f-41d2-8545-91e0be5f90f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5639 | 2024.09.23 18:23:37.417833 [ 3 ] {} <Debug> HTTP-Session: 81efbfd5-9c0f-41d2-8545-91e0be5f90f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5640 | 2024.09.23 18:23:37.417848 [ 3 ] {} <Debug> HTTP-Session: 81efbfd5-9c0f-41d2-8545-91e0be5f90f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5641 | 2024.09.23 18:23:37.417879 [ 3 ] {} <Trace> HTTP-Session: 81efbfd5-9c0f-41d2-8545-91e0be5f90f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5642 | 2024.09.23 18:23:37.417977 [ 3 ] {b3427b4c-8b3b-4979-bd59-89bc16528801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5643 | 2024.09.23 18:23:37.418019 [ 3 ] {b3427b4c-8b3b-4979-bd59-89bc16528801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5644 | 2024.09.23 18:23:37.418252 [ 3 ] {b3427b4c-8b3b-4979-bd59-89bc16528801} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5645 | 2024.09.23 18:23:37.418533 [ 3 ] {b3427b4c-8b3b-4979-bd59-89bc16528801} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5646 | 2024.09.23 18:23:37.418569 [ 3 ] {b3427b4c-8b3b-4979-bd59-89bc16528801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5647 | 2024.09.23 18:23:37.418910 [ 3 ] {b3427b4c-8b3b-4979-bd59-89bc16528801} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5648 | 2024.09.23 18:23:37.419269 [ 3 ] {b3427b4c-8b3b-4979-bd59-89bc16528801} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5649 | 2024.09.23 18:23:37.419405 [ 3 ] {b3427b4c-8b3b-4979-bd59-89bc16528801} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001454 sec., 6877.57909215956 rows/sec., 509.77 KiB/sec. | ||
5650 | 2024.09.23 18:23:37.419561 [ 3 ] {b3427b4c-8b3b-4979-bd59-89bc16528801} <Debug> DynamicQueryHandler: Done processing query | ||
5651 | 2024.09.23 18:23:37.419586 [ 3 ] {b3427b4c-8b3b-4979-bd59-89bc16528801} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5652 | 2024.09.23 18:23:37.419601 [ 3 ] {} <Debug> HTTP-Session: 81efbfd5-9c0f-41d2-8545-91e0be5f90f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5653 | 2024.09.23 18:23:37.419768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5654 | 2024.09.23 18:23:37.419817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5655 | 2024.09.23 18:23:37.419836 [ 3 ] {} <Debug> HTTP-Session: 8e60b9bc-43f6-485a-acd6-03d2b474d177 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5656 | 2024.09.23 18:23:37.419853 [ 3 ] {} <Debug> HTTP-Session: 8e60b9bc-43f6-485a-acd6-03d2b474d177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5657 | 2024.09.23 18:23:37.419867 [ 3 ] {} <Debug> HTTP-Session: 8e60b9bc-43f6-485a-acd6-03d2b474d177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5658 | 2024.09.23 18:23:37.419897 [ 3 ] {} <Trace> HTTP-Session: 8e60b9bc-43f6-485a-acd6-03d2b474d177 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5659 | 2024.09.23 18:23:37.420045 [ 3 ] {6dcc8770-b1ea-4ff1-a545-7f5d5c6c4508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5660 | 2024.09.23 18:23:37.420088 [ 3 ] {6dcc8770-b1ea-4ff1-a545-7f5d5c6c4508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5661 | 2024.09.23 18:23:37.420312 [ 3 ] {6dcc8770-b1ea-4ff1-a545-7f5d5c6c4508} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5662 | 2024.09.23 18:23:37.420697 [ 3 ] {6dcc8770-b1ea-4ff1-a545-7f5d5c6c4508} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5663 | 2024.09.23 18:23:37.420734 [ 3 ] {6dcc8770-b1ea-4ff1-a545-7f5d5c6c4508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5664 | 2024.09.23 18:23:37.421097 [ 3 ] {6dcc8770-b1ea-4ff1-a545-7f5d5c6c4508} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5665 | 2024.09.23 18:23:37.421453 [ 3 ] {6dcc8770-b1ea-4ff1-a545-7f5d5c6c4508} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5666 | 2024.09.23 18:23:37.421588 [ 3 ] {6dcc8770-b1ea-4ff1-a545-7f5d5c6c4508} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001616 sec., 149752.47524752474 rows/sec., 10.15 MiB/sec. | ||
5667 | 2024.09.23 18:23:37.421777 [ 3 ] {6dcc8770-b1ea-4ff1-a545-7f5d5c6c4508} <Debug> DynamicQueryHandler: Done processing query | ||
5668 | 2024.09.23 18:23:37.421801 [ 3 ] {6dcc8770-b1ea-4ff1-a545-7f5d5c6c4508} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5669 | 2024.09.23 18:23:37.421817 [ 3 ] {} <Debug> HTTP-Session: 8e60b9bc-43f6-485a-acd6-03d2b474d177 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5670 | 2024.09.23 18:23:37.421949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5671 | 2024.09.23 18:23:37.421996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5672 | 2024.09.23 18:23:37.422015 [ 3 ] {} <Debug> HTTP-Session: ea4d6807-de42-4b17-90a2-06b00a44c441 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5673 | 2024.09.23 18:23:37.422032 [ 3 ] {} <Debug> HTTP-Session: ea4d6807-de42-4b17-90a2-06b00a44c441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5674 | 2024.09.23 18:23:37.422046 [ 3 ] {} <Debug> HTTP-Session: ea4d6807-de42-4b17-90a2-06b00a44c441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5675 | 2024.09.23 18:23:37.422076 [ 3 ] {} <Trace> HTTP-Session: ea4d6807-de42-4b17-90a2-06b00a44c441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5676 | 2024.09.23 18:23:37.422171 [ 3 ] {b6d94729-56a4-48a4-b524-0fcc77999f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5677 | 2024.09.23 18:23:37.422215 [ 3 ] {b6d94729-56a4-48a4-b524-0fcc77999f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5678 | 2024.09.23 18:23:37.422448 [ 3 ] {b6d94729-56a4-48a4-b524-0fcc77999f22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5679 | 2024.09.23 18:23:37.422714 [ 3 ] {b6d94729-56a4-48a4-b524-0fcc77999f22} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5680 | 2024.09.23 18:23:37.422751 [ 3 ] {b6d94729-56a4-48a4-b524-0fcc77999f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5681 | 2024.09.23 18:23:37.423104 [ 3 ] {b6d94729-56a4-48a4-b524-0fcc77999f22} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5682 | 2024.09.23 18:23:37.423465 [ 3 ] {b6d94729-56a4-48a4-b524-0fcc77999f22} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5683 | 2024.09.23 18:23:37.423624 [ 3 ] {b6d94729-56a4-48a4-b524-0fcc77999f22} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001471 sec., 4078.8579197824606 rows/sec., 240.99 KiB/sec. | ||
5684 | 2024.09.23 18:23:37.423940 [ 3 ] {b6d94729-56a4-48a4-b524-0fcc77999f22} <Debug> DynamicQueryHandler: Done processing query | ||
5685 | 2024.09.23 18:23:37.423964 [ 3 ] {b6d94729-56a4-48a4-b524-0fcc77999f22} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5686 | 2024.09.23 18:23:37.423980 [ 3 ] {} <Debug> HTTP-Session: ea4d6807-de42-4b17-90a2-06b00a44c441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5687 | 2024.09.23 18:23:37.424195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138511, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5688 | 2024.09.23 18:23:37.424245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5689 | 2024.09.23 18:23:37.424264 [ 3 ] {} <Debug> HTTP-Session: 19cc85e5-86e5-465b-a1a3-dc796969fe5e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5690 | 2024.09.23 18:23:37.424281 [ 3 ] {} <Debug> HTTP-Session: 19cc85e5-86e5-465b-a1a3-dc796969fe5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5691 | 2024.09.23 18:23:37.424294 [ 3 ] {} <Debug> HTTP-Session: 19cc85e5-86e5-465b-a1a3-dc796969fe5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5692 | 2024.09.23 18:23:37.424325 [ 3 ] {} <Trace> HTTP-Session: 19cc85e5-86e5-465b-a1a3-dc796969fe5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5693 | 2024.09.23 18:23:37.424607 [ 3 ] {28c61284-c252-4a10-a2d3-8bdafd644e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5694 | 2024.09.23 18:23:37.424650 [ 3 ] {28c61284-c252-4a10-a2d3-8bdafd644e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5695 | 2024.09.23 18:23:37.424894 [ 3 ] {28c61284-c252-4a10-a2d3-8bdafd644e49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5696 | 2024.09.23 18:23:37.425687 [ 3 ] {28c61284-c252-4a10-a2d3-8bdafd644e49} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5697 | 2024.09.23 18:23:37.425724 [ 3 ] {28c61284-c252-4a10-a2d3-8bdafd644e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5698 | 2024.09.23 18:23:37.426111 [ 3 ] {28c61284-c252-4a10-a2d3-8bdafd644e49} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5699 | 2024.09.23 18:23:37.426465 [ 3 ] {28c61284-c252-4a10-a2d3-8bdafd644e49} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5700 | 2024.09.23 18:23:37.426630 [ 3 ] {28c61284-c252-4a10-a2d3-8bdafd644e49} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002198 sec., 385805.27752502274 rows/sec., 27.89 MiB/sec. | ||
5701 | 2024.09.23 18:23:37.426797 [ 3 ] {28c61284-c252-4a10-a2d3-8bdafd644e49} <Debug> DynamicQueryHandler: Done processing query | ||
5702 | 2024.09.23 18:23:37.426821 [ 3 ] {28c61284-c252-4a10-a2d3-8bdafd644e49} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
5703 | 2024.09.23 18:23:37.426837 [ 3 ] {} <Debug> HTTP-Session: 19cc85e5-86e5-465b-a1a3-dc796969fe5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5704 | 2024.09.23 18:23:37.427072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5705 | 2024.09.23 18:23:37.427120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5706 | 2024.09.23 18:23:37.427139 [ 3 ] {} <Debug> HTTP-Session: 8f705e33-d981-4f5a-a4d5-3b1852d57da3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5707 | 2024.09.23 18:23:37.427156 [ 3 ] {} <Debug> HTTP-Session: 8f705e33-d981-4f5a-a4d5-3b1852d57da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5708 | 2024.09.23 18:23:37.427170 [ 3 ] {} <Debug> HTTP-Session: 8f705e33-d981-4f5a-a4d5-3b1852d57da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5709 | 2024.09.23 18:23:37.427201 [ 3 ] {} <Trace> HTTP-Session: 8f705e33-d981-4f5a-a4d5-3b1852d57da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5710 | 2024.09.23 18:23:37.427297 [ 3 ] {9326bb04-f389-4a8f-a0e8-139ef47f874a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5711 | 2024.09.23 18:23:37.427341 [ 3 ] {9326bb04-f389-4a8f-a0e8-139ef47f874a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5712 | 2024.09.23 18:23:37.427473 [ 3 ] {9326bb04-f389-4a8f-a0e8-139ef47f874a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5713 | 2024.09.23 18:23:37.427801 [ 3 ] {9326bb04-f389-4a8f-a0e8-139ef47f874a} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5714 | 2024.09.23 18:23:37.427838 [ 3 ] {9326bb04-f389-4a8f-a0e8-139ef47f874a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5715 | 2024.09.23 18:23:37.428196 [ 3 ] {9326bb04-f389-4a8f-a0e8-139ef47f874a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5716 | 2024.09.23 18:23:37.428515 [ 3 ] {9326bb04-f389-4a8f-a0e8-139ef47f874a} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5717 | 2024.09.23 18:23:37.428667 [ 3 ] {9326bb04-f389-4a8f-a0e8-139ef47f874a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 225.52 KiB/sec. | ||
5718 | 2024.09.23 18:23:37.428979 [ 3 ] {9326bb04-f389-4a8f-a0e8-139ef47f874a} <Debug> DynamicQueryHandler: Done processing query | ||
5719 | 2024.09.23 18:23:37.429006 [ 3 ] {9326bb04-f389-4a8f-a0e8-139ef47f874a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5720 | 2024.09.23 18:23:37.429022 [ 3 ] {} <Debug> HTTP-Session: 8f705e33-d981-4f5a-a4d5-3b1852d57da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5721 | 2024.09.23 18:23:37.429252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 180712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5722 | 2024.09.23 18:23:37.429302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5723 | 2024.09.23 18:23:37.429321 [ 3 ] {} <Debug> HTTP-Session: 9a6fb7e2-f334-4bef-addd-841538d4590c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5724 | 2024.09.23 18:23:37.429337 [ 3 ] {} <Debug> HTTP-Session: 9a6fb7e2-f334-4bef-addd-841538d4590c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5725 | 2024.09.23 18:23:37.429351 [ 3 ] {} <Debug> HTTP-Session: 9a6fb7e2-f334-4bef-addd-841538d4590c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5726 | 2024.09.23 18:23:37.429382 [ 3 ] {} <Trace> HTTP-Session: 9a6fb7e2-f334-4bef-addd-841538d4590c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5727 | 2024.09.23 18:23:37.429768 [ 3 ] {5bd46c04-2cf7-4872-a7d6-144a249fa3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5728 | 2024.09.23 18:23:37.429816 [ 3 ] {5bd46c04-2cf7-4872-a7d6-144a249fa3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5729 | 2024.09.23 18:23:37.429983 [ 3 ] {5bd46c04-2cf7-4872-a7d6-144a249fa3d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5730 | 2024.09.23 18:23:37.430797 [ 3 ] {5bd46c04-2cf7-4872-a7d6-144a249fa3d0} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5731 | 2024.09.23 18:23:37.430833 [ 3 ] {5bd46c04-2cf7-4872-a7d6-144a249fa3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5732 | 2024.09.23 18:23:37.431258 [ 3 ] {5bd46c04-2cf7-4872-a7d6-144a249fa3d0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5733 | 2024.09.23 18:23:37.431597 [ 3 ] {5bd46c04-2cf7-4872-a7d6-144a249fa3d0} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5734 | 2024.09.23 18:23:37.431763 [ 3 ] {5bd46c04-2cf7-4872-a7d6-144a249fa3d0} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002259 sec., 423196.10447100486 rows/sec., 28.12 MiB/sec. | ||
5735 | 2024.09.23 18:23:37.431920 [ 3 ] {5bd46c04-2cf7-4872-a7d6-144a249fa3d0} <Debug> DynamicQueryHandler: Done processing query | ||
5736 | 2024.09.23 18:23:37.431944 [ 3 ] {5bd46c04-2cf7-4872-a7d6-144a249fa3d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
5737 | 2024.09.23 18:23:37.431959 [ 3 ] {} <Debug> HTTP-Session: 9a6fb7e2-f334-4bef-addd-841538d4590c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5738 | 2024.09.23 18:23:37.432365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5739 | 2024.09.23 18:23:37.432413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5740 | 2024.09.23 18:23:37.432431 [ 3 ] {} <Debug> HTTP-Session: d5ecf7a5-249c-4bfc-ab16-a0040b36c4a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5741 | 2024.09.23 18:23:37.432448 [ 3 ] {} <Debug> HTTP-Session: d5ecf7a5-249c-4bfc-ab16-a0040b36c4a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5742 | 2024.09.23 18:23:37.432462 [ 3 ] {} <Debug> HTTP-Session: d5ecf7a5-249c-4bfc-ab16-a0040b36c4a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5743 | 2024.09.23 18:23:37.432493 [ 3 ] {} <Trace> HTTP-Session: d5ecf7a5-249c-4bfc-ab16-a0040b36c4a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5744 | 2024.09.23 18:23:37.432585 [ 3 ] {8c24f407-de8e-4a39-9bcc-38ce325ed376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5745 | 2024.09.23 18:23:37.432628 [ 3 ] {8c24f407-de8e-4a39-9bcc-38ce325ed376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5746 | 2024.09.23 18:23:37.432758 [ 3 ] {8c24f407-de8e-4a39-9bcc-38ce325ed376} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5747 | 2024.09.23 18:23:37.433011 [ 3 ] {8c24f407-de8e-4a39-9bcc-38ce325ed376} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5748 | 2024.09.23 18:23:37.433047 [ 3 ] {8c24f407-de8e-4a39-9bcc-38ce325ed376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5749 | 2024.09.23 18:23:37.433402 [ 3 ] {8c24f407-de8e-4a39-9bcc-38ce325ed376} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5750 | 2024.09.23 18:23:37.433733 [ 3 ] {8c24f407-de8e-4a39-9bcc-38ce325ed376} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5751 | 2024.09.23 18:23:37.433889 [ 3 ] {8c24f407-de8e-4a39-9bcc-38ce325ed376} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec. | ||
5752 | 2024.09.23 18:23:37.434058 [ 3 ] {8c24f407-de8e-4a39-9bcc-38ce325ed376} <Debug> DynamicQueryHandler: Done processing query | ||
5753 | 2024.09.23 18:23:37.434083 [ 3 ] {8c24f407-de8e-4a39-9bcc-38ce325ed376} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5754 | 2024.09.23 18:23:37.434100 [ 3 ] {} <Debug> HTTP-Session: d5ecf7a5-249c-4bfc-ab16-a0040b36c4a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5755 | 2024.09.23 18:23:37.434216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14136, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5756 | 2024.09.23 18:23:37.434266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5757 | 2024.09.23 18:23:37.434285 [ 3 ] {} <Debug> HTTP-Session: 9cd2bd0c-b039-43ec-a5d9-eef5a72c7b62 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5758 | 2024.09.23 18:23:37.434302 [ 3 ] {} <Debug> HTTP-Session: 9cd2bd0c-b039-43ec-a5d9-eef5a72c7b62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5759 | 2024.09.23 18:23:37.434316 [ 3 ] {} <Debug> HTTP-Session: 9cd2bd0c-b039-43ec-a5d9-eef5a72c7b62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5760 | 2024.09.23 18:23:37.434347 [ 3 ] {} <Trace> HTTP-Session: 9cd2bd0c-b039-43ec-a5d9-eef5a72c7b62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5761 | 2024.09.23 18:23:37.434548 [ 3 ] {7b36d658-f441-4e46-a539-3916e08bc4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5762 | 2024.09.23 18:23:37.434614 [ 3 ] {7b36d658-f441-4e46-a539-3916e08bc4f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5763 | 2024.09.23 18:23:37.435018 [ 3 ] {7b36d658-f441-4e46-a539-3916e08bc4f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5764 | 2024.09.23 18:23:37.435473 [ 3 ] {7b36d658-f441-4e46-a539-3916e08bc4f2} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5765 | 2024.09.23 18:23:37.435512 [ 3 ] {7b36d658-f441-4e46-a539-3916e08bc4f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5766 | 2024.09.23 18:23:37.436113 [ 3 ] {7b36d658-f441-4e46-a539-3916e08bc4f2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5767 | 2024.09.23 18:23:37.436528 [ 3 ] {7b36d658-f441-4e46-a539-3916e08bc4f2} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5768 | 2024.09.23 18:23:37.436712 [ 3 ] {7b36d658-f441-4e46-a539-3916e08bc4f2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002293 sec., 3488.8791975577847 rows/sec., 6.25 MiB/sec. | ||
5769 | 2024.09.23 18:23:37.436908 [ 3 ] {7b36d658-f441-4e46-a539-3916e08bc4f2} <Debug> DynamicQueryHandler: Done processing query | ||
5770 | 2024.09.23 18:23:37.436933 [ 3 ] {7b36d658-f441-4e46-a539-3916e08bc4f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5771 | 2024.09.23 18:23:37.436949 [ 3 ] {} <Debug> HTTP-Session: 9cd2bd0c-b039-43ec-a5d9-eef5a72c7b62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5772 | 2024.09.23 18:23:37.437070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5773 | 2024.09.23 18:23:37.437119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5774 | 2024.09.23 18:23:37.437138 [ 3 ] {} <Debug> HTTP-Session: beafa5c2-24d0-4ce6-91bf-ca371ef521b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5775 | 2024.09.23 18:23:37.437155 [ 3 ] {} <Debug> HTTP-Session: beafa5c2-24d0-4ce6-91bf-ca371ef521b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5776 | 2024.09.23 18:23:37.437169 [ 3 ] {} <Debug> HTTP-Session: beafa5c2-24d0-4ce6-91bf-ca371ef521b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5777 | 2024.09.23 18:23:37.437200 [ 3 ] {} <Trace> HTTP-Session: beafa5c2-24d0-4ce6-91bf-ca371ef521b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5778 | 2024.09.23 18:23:37.437304 [ 3 ] {28c4f824-1ee5-4ebb-8948-7f03f8e17de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5779 | 2024.09.23 18:23:37.437349 [ 3 ] {28c4f824-1ee5-4ebb-8948-7f03f8e17de0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5780 | 2024.09.23 18:23:37.437476 [ 3 ] {28c4f824-1ee5-4ebb-8948-7f03f8e17de0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5781 | 2024.09.23 18:23:37.437825 [ 3 ] {28c4f824-1ee5-4ebb-8948-7f03f8e17de0} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5782 | 2024.09.23 18:23:37.437862 [ 3 ] {28c4f824-1ee5-4ebb-8948-7f03f8e17de0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5783 | 2024.09.23 18:23:37.438215 [ 3 ] {28c4f824-1ee5-4ebb-8948-7f03f8e17de0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5784 | 2024.09.23 18:23:37.438536 [ 3 ] {28c4f824-1ee5-4ebb-8948-7f03f8e17de0} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5785 | 2024.09.23 18:23:37.438699 [ 3 ] {28c4f824-1ee5-4ebb-8948-7f03f8e17de0} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001415 sec., 24028.26855123675 rows/sec., 1.39 MiB/sec. | ||
5786 | 2024.09.23 18:23:37.438997 [ 3 ] {28c4f824-1ee5-4ebb-8948-7f03f8e17de0} <Debug> DynamicQueryHandler: Done processing query | ||
5787 | 2024.09.23 18:23:37.439023 [ 3 ] {28c4f824-1ee5-4ebb-8948-7f03f8e17de0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5788 | 2024.09.23 18:23:37.439039 [ 3 ] {} <Debug> HTTP-Session: beafa5c2-24d0-4ce6-91bf-ca371ef521b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5789 | 2024.09.23 18:23:40.981795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5790 | 2024.09.23 18:23:40.981942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5791 | 2024.09.23 18:23:40.981973 [ 3 ] {} <Debug> HTTP-Session: bd75bcab-d7ae-4e8f-9a40-ea634119085d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5792 | 2024.09.23 18:23:40.982003 [ 3 ] {} <Debug> HTTP-Session: bd75bcab-d7ae-4e8f-9a40-ea634119085d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5793 | 2024.09.23 18:23:40.982021 [ 3 ] {} <Debug> HTTP-Session: bd75bcab-d7ae-4e8f-9a40-ea634119085d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5794 | 2024.09.23 18:23:40.982077 [ 3 ] {} <Trace> HTTP-Session: bd75bcab-d7ae-4e8f-9a40-ea634119085d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5795 | 2024.09.23 18:23:40.982281 [ 3 ] {c17d8d5b-1f82-4a5b-aa43-ebb926a94ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5796 | 2024.09.23 18:23:40.982358 [ 3 ] {c17d8d5b-1f82-4a5b-aa43-ebb926a94ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5797 | 2024.09.23 18:23:40.982742 [ 3 ] {c17d8d5b-1f82-4a5b-aa43-ebb926a94ac8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5798 | 2024.09.23 18:23:40.983211 [ 3 ] {c17d8d5b-1f82-4a5b-aa43-ebb926a94ac8} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5799 | 2024.09.23 18:23:40.983289 [ 3 ] {c17d8d5b-1f82-4a5b-aa43-ebb926a94ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5800 | 2024.09.23 18:23:40.983789 [ 3 ] {c17d8d5b-1f82-4a5b-aa43-ebb926a94ac8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5801 | 2024.09.23 18:23:40.984184 [ 3 ] {c17d8d5b-1f82-4a5b-aa43-ebb926a94ac8} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5802 | 2024.09.23 18:23:40.984365 [ 3 ] {c17d8d5b-1f82-4a5b-aa43-ebb926a94ac8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002137 sec., 1871.7828731867103 rows/sec., 152.63 KiB/sec. | ||
5803 | 2024.09.23 18:23:40.984604 [ 3 ] {c17d8d5b-1f82-4a5b-aa43-ebb926a94ac8} <Debug> DynamicQueryHandler: Done processing query | ||
5804 | 2024.09.23 18:23:40.984632 [ 3 ] {c17d8d5b-1f82-4a5b-aa43-ebb926a94ac8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5805 | 2024.09.23 18:23:40.984649 [ 3 ] {} <Debug> HTTP-Session: bd75bcab-d7ae-4e8f-9a40-ea634119085d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5806 | 2024.09.23 18:23:40.984828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5807 | 2024.09.23 18:23:40.984881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5808 | 2024.09.23 18:23:40.984901 [ 3 ] {} <Debug> HTTP-Session: 9139f3ef-28f3-48e8-9924-bc0ad2c6bb5b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5809 | 2024.09.23 18:23:40.984918 [ 3 ] {} <Debug> HTTP-Session: 9139f3ef-28f3-48e8-9924-bc0ad2c6bb5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5810 | 2024.09.23 18:23:40.984932 [ 3 ] {} <Debug> HTTP-Session: 9139f3ef-28f3-48e8-9924-bc0ad2c6bb5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5811 | 2024.09.23 18:23:40.984965 [ 3 ] {} <Trace> HTTP-Session: 9139f3ef-28f3-48e8-9924-bc0ad2c6bb5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5812 | 2024.09.23 18:23:40.985087 [ 3 ] {dba3ed91-2291-423b-9e35-29409ff9de22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5813 | 2024.09.23 18:23:40.985132 [ 3 ] {dba3ed91-2291-423b-9e35-29409ff9de22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5814 | 2024.09.23 18:23:40.985367 [ 3 ] {dba3ed91-2291-423b-9e35-29409ff9de22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5815 | 2024.09.23 18:23:40.985791 [ 3 ] {dba3ed91-2291-423b-9e35-29409ff9de22} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5816 | 2024.09.23 18:23:40.985828 [ 3 ] {dba3ed91-2291-423b-9e35-29409ff9de22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5817 | 2024.09.23 18:23:40.986190 [ 3 ] {dba3ed91-2291-423b-9e35-29409ff9de22} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5818 | 2024.09.23 18:23:40.986555 [ 3 ] {dba3ed91-2291-423b-9e35-29409ff9de22} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5819 | 2024.09.23 18:23:40.986715 [ 3 ] {dba3ed91-2291-423b-9e35-29409ff9de22} <Debug> executeQuery: Read 104 rows, 8.84 KiB in 0.001664 sec., 62500.00000000001 rows/sec., 5.19 MiB/sec. | ||
5820 | 2024.09.23 18:23:40.986891 [ 3 ] {dba3ed91-2291-423b-9e35-29409ff9de22} <Debug> DynamicQueryHandler: Done processing query | ||
5821 | 2024.09.23 18:23:40.986917 [ 3 ] {dba3ed91-2291-423b-9e35-29409ff9de22} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5822 | 2024.09.23 18:23:40.986933 [ 3 ] {} <Debug> HTTP-Session: 9139f3ef-28f3-48e8-9924-bc0ad2c6bb5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5823 | 2024.09.23 18:23:40.987065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5824 | 2024.09.23 18:23:40.987114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5825 | 2024.09.23 18:23:40.987135 [ 3 ] {} <Debug> HTTP-Session: a40948d7-d61e-4e33-9807-58eb438bc8e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5826 | 2024.09.23 18:23:40.987152 [ 3 ] {} <Debug> HTTP-Session: a40948d7-d61e-4e33-9807-58eb438bc8e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5827 | 2024.09.23 18:23:40.987166 [ 3 ] {} <Debug> HTTP-Session: a40948d7-d61e-4e33-9807-58eb438bc8e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5828 | 2024.09.23 18:23:40.987198 [ 3 ] {} <Trace> HTTP-Session: a40948d7-d61e-4e33-9807-58eb438bc8e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5829 | 2024.09.23 18:23:40.987300 [ 3 ] {b0c45620-e45a-4487-a0d2-34b1376bc940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5830 | 2024.09.23 18:23:40.987344 [ 3 ] {b0c45620-e45a-4487-a0d2-34b1376bc940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5831 | 2024.09.23 18:23:40.987573 [ 3 ] {b0c45620-e45a-4487-a0d2-34b1376bc940} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5832 | 2024.09.23 18:23:40.987893 [ 3 ] {b0c45620-e45a-4487-a0d2-34b1376bc940} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5833 | 2024.09.23 18:23:40.987931 [ 3 ] {b0c45620-e45a-4487-a0d2-34b1376bc940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5834 | 2024.09.23 18:23:40.988283 [ 3 ] {b0c45620-e45a-4487-a0d2-34b1376bc940} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5835 | 2024.09.23 18:23:40.988650 [ 3 ] {b0c45620-e45a-4487-a0d2-34b1376bc940} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5836 | 2024.09.23 18:23:40.988807 [ 3 ] {b0c45620-e45a-4487-a0d2-34b1376bc940} <Debug> executeQuery: Read 27 rows, 2.01 KiB in 0.001536 sec., 17578.125 rows/sec., 1.28 MiB/sec. | ||
5837 | 2024.09.23 18:23:40.988979 [ 3 ] {b0c45620-e45a-4487-a0d2-34b1376bc940} <Debug> DynamicQueryHandler: Done processing query | ||
5838 | 2024.09.23 18:23:40.989004 [ 3 ] {b0c45620-e45a-4487-a0d2-34b1376bc940} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5839 | 2024.09.23 18:23:40.989020 [ 3 ] {} <Debug> HTTP-Session: a40948d7-d61e-4e33-9807-58eb438bc8e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5840 | 2024.09.23 18:23:40.989157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5841 | 2024.09.23 18:23:40.989208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5842 | 2024.09.23 18:23:40.989228 [ 3 ] {} <Debug> HTTP-Session: 735e78d1-16d2-420f-85e6-9a8d187ec0a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5843 | 2024.09.23 18:23:40.989245 [ 3 ] {} <Debug> HTTP-Session: 735e78d1-16d2-420f-85e6-9a8d187ec0a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5844 | 2024.09.23 18:23:40.989260 [ 3 ] {} <Debug> HTTP-Session: 735e78d1-16d2-420f-85e6-9a8d187ec0a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5845 | 2024.09.23 18:23:40.989291 [ 3 ] {} <Trace> HTTP-Session: 735e78d1-16d2-420f-85e6-9a8d187ec0a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5846 | 2024.09.23 18:23:40.989414 [ 3 ] {ee319fde-0763-40bb-ad03-64ecea1fb9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5847 | 2024.09.23 18:23:40.989459 [ 3 ] {ee319fde-0763-40bb-ad03-64ecea1fb9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5848 | 2024.09.23 18:23:40.989684 [ 3 ] {ee319fde-0763-40bb-ad03-64ecea1fb9ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5849 | 2024.09.23 18:23:40.990140 [ 3 ] {ee319fde-0763-40bb-ad03-64ecea1fb9ba} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5850 | 2024.09.23 18:23:40.990179 [ 3 ] {ee319fde-0763-40bb-ad03-64ecea1fb9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5851 | 2024.09.23 18:23:40.990537 [ 3 ] {ee319fde-0763-40bb-ad03-64ecea1fb9ba} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5852 | 2024.09.23 18:23:40.990887 [ 3 ] {ee319fde-0763-40bb-ad03-64ecea1fb9ba} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5853 | 2024.09.23 18:23:40.991049 [ 3 ] {ee319fde-0763-40bb-ad03-64ecea1fb9ba} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001672 sec., 54425.83732057416 rows/sec., 4.25 MiB/sec. | ||
5854 | 2024.09.23 18:23:40.991370 [ 3 ] {ee319fde-0763-40bb-ad03-64ecea1fb9ba} <Debug> DynamicQueryHandler: Done processing query | ||
5855 | 2024.09.23 18:23:40.991406 [ 3 ] {ee319fde-0763-40bb-ad03-64ecea1fb9ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5856 | 2024.09.23 18:23:40.991423 [ 3 ] {} <Debug> HTTP-Session: 735e78d1-16d2-420f-85e6-9a8d187ec0a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5857 | 2024.09.23 18:23:40.991585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5858 | 2024.09.23 18:23:40.991635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5859 | 2024.09.23 18:23:40.991655 [ 3 ] {} <Debug> HTTP-Session: 11f41d58-0d0b-4bdf-93c7-fbf3a99f950f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5860 | 2024.09.23 18:23:40.991673 [ 3 ] {} <Debug> HTTP-Session: 11f41d58-0d0b-4bdf-93c7-fbf3a99f950f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5861 | 2024.09.23 18:23:40.991687 [ 3 ] {} <Debug> HTTP-Session: 11f41d58-0d0b-4bdf-93c7-fbf3a99f950f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5862 | 2024.09.23 18:23:40.991718 [ 3 ] {} <Trace> HTTP-Session: 11f41d58-0d0b-4bdf-93c7-fbf3a99f950f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5863 | 2024.09.23 18:23:40.991858 [ 3 ] {9fefa2e6-bdb1-4854-9125-e2acf55df162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5864 | 2024.09.23 18:23:40.991910 [ 3 ] {9fefa2e6-bdb1-4854-9125-e2acf55df162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5865 | 2024.09.23 18:23:40.992076 [ 3 ] {9fefa2e6-bdb1-4854-9125-e2acf55df162} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5866 | 2024.09.23 18:23:40.992475 [ 3 ] {9fefa2e6-bdb1-4854-9125-e2acf55df162} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5867 | 2024.09.23 18:23:40.992513 [ 3 ] {9fefa2e6-bdb1-4854-9125-e2acf55df162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5868 | 2024.09.23 18:23:40.992900 [ 3 ] {9fefa2e6-bdb1-4854-9125-e2acf55df162} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5869 | 2024.09.23 18:23:40.993248 [ 3 ] {9fefa2e6-bdb1-4854-9125-e2acf55df162} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5870 | 2024.09.23 18:23:40.993402 [ 3 ] {9fefa2e6-bdb1-4854-9125-e2acf55df162} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001601 sec., 81199.25046845722 rows/sec., 5.65 MiB/sec. | ||
5871 | 2024.09.23 18:23:40.993580 [ 3 ] {9fefa2e6-bdb1-4854-9125-e2acf55df162} <Debug> DynamicQueryHandler: Done processing query | ||
5872 | 2024.09.23 18:23:40.993605 [ 3 ] {9fefa2e6-bdb1-4854-9125-e2acf55df162} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5873 | 2024.09.23 18:23:40.993621 [ 3 ] {} <Debug> HTTP-Session: 11f41d58-0d0b-4bdf-93c7-fbf3a99f950f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5874 | 2024.09.23 18:23:40.993830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5875 | 2024.09.23 18:23:40.993880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5876 | 2024.09.23 18:23:40.993899 [ 3 ] {} <Debug> HTTP-Session: 0b0aa58d-4d69-4ded-a85d-e3a2ea3cb6ea Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5877 | 2024.09.23 18:23:40.993917 [ 3 ] {} <Debug> HTTP-Session: 0b0aa58d-4d69-4ded-a85d-e3a2ea3cb6ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5878 | 2024.09.23 18:23:40.993931 [ 3 ] {} <Debug> HTTP-Session: 0b0aa58d-4d69-4ded-a85d-e3a2ea3cb6ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5879 | 2024.09.23 18:23:40.993962 [ 3 ] {} <Trace> HTTP-Session: 0b0aa58d-4d69-4ded-a85d-e3a2ea3cb6ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5880 | 2024.09.23 18:23:40.994226 [ 3 ] {45fa906c-5eab-4f64-bc5c-15229fe8278d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5881 | 2024.09.23 18:23:40.994293 [ 3 ] {45fa906c-5eab-4f64-bc5c-15229fe8278d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5882 | 2024.09.23 18:23:40.994716 [ 3 ] {45fa906c-5eab-4f64-bc5c-15229fe8278d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5883 | 2024.09.23 18:23:40.995399 [ 3 ] {45fa906c-5eab-4f64-bc5c-15229fe8278d} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5884 | 2024.09.23 18:23:40.995437 [ 3 ] {45fa906c-5eab-4f64-bc5c-15229fe8278d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5885 | 2024.09.23 18:23:40.996127 [ 3 ] {45fa906c-5eab-4f64-bc5c-15229fe8278d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5886 | 2024.09.23 18:23:40.996552 [ 3 ] {45fa906c-5eab-4f64-bc5c-15229fe8278d} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5887 | 2024.09.23 18:23:40.996751 [ 3 ] {45fa906c-5eab-4f64-bc5c-15229fe8278d} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002708 sec., 8493.353028064992 rows/sec., 15.22 MiB/sec. | ||
5888 | 2024.09.23 18:23:40.997156 [ 3 ] {45fa906c-5eab-4f64-bc5c-15229fe8278d} <Debug> DynamicQueryHandler: Done processing query | ||
5889 | 2024.09.23 18:23:40.997182 [ 3 ] {45fa906c-5eab-4f64-bc5c-15229fe8278d} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5890 | 2024.09.23 18:23:40.997199 [ 3 ] {} <Debug> HTTP-Session: 0b0aa58d-4d69-4ded-a85d-e3a2ea3cb6ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5891 | 2024.09.23 18:23:40.997327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5892 | 2024.09.23 18:23:40.997377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5893 | 2024.09.23 18:23:40.997397 [ 3 ] {} <Debug> HTTP-Session: 47eb78c8-5aa7-4592-b65c-b2d2f20284bc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5894 | 2024.09.23 18:23:40.997414 [ 3 ] {} <Debug> HTTP-Session: 47eb78c8-5aa7-4592-b65c-b2d2f20284bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5895 | 2024.09.23 18:23:40.997428 [ 3 ] {} <Debug> HTTP-Session: 47eb78c8-5aa7-4592-b65c-b2d2f20284bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5896 | 2024.09.23 18:23:40.997460 [ 3 ] {} <Trace> HTTP-Session: 47eb78c8-5aa7-4592-b65c-b2d2f20284bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5897 | 2024.09.23 18:23:40.997570 [ 3 ] {28cff332-828a-4247-ad52-3fc3dd87d973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5898 | 2024.09.23 18:23:40.997642 [ 3 ] {28cff332-828a-4247-ad52-3fc3dd87d973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5899 | 2024.09.23 18:23:40.997775 [ 3 ] {28cff332-828a-4247-ad52-3fc3dd87d973} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5900 | 2024.09.23 18:23:40.998073 [ 3 ] {28cff332-828a-4247-ad52-3fc3dd87d973} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5901 | 2024.09.23 18:23:40.998111 [ 3 ] {28cff332-828a-4247-ad52-3fc3dd87d973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5902 | 2024.09.23 18:23:40.998474 [ 3 ] {28cff332-828a-4247-ad52-3fc3dd87d973} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5903 | 2024.09.23 18:23:40.998795 [ 3 ] {28cff332-828a-4247-ad52-3fc3dd87d973} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5904 | 2024.09.23 18:23:40.998943 [ 3 ] {28cff332-828a-4247-ad52-3fc3dd87d973} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001399 sec., 34310.22158684774 rows/sec., 2.31 MiB/sec. | ||
5905 | 2024.09.23 18:23:40.999114 [ 3 ] {28cff332-828a-4247-ad52-3fc3dd87d973} <Debug> DynamicQueryHandler: Done processing query | ||
5906 | 2024.09.23 18:23:40.999140 [ 3 ] {28cff332-828a-4247-ad52-3fc3dd87d973} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5907 | 2024.09.23 18:23:40.999156 [ 3 ] {} <Debug> HTTP-Session: 47eb78c8-5aa7-4592-b65c-b2d2f20284bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5908 | 2024.09.23 18:23:42.291364 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5909 | 2024.09.23 18:23:42.291446 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5910 | 2024.09.23 18:23:45.983392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5911 | 2024.09.23 18:23:45.983547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5912 | 2024.09.23 18:23:45.983578 [ 3 ] {} <Debug> HTTP-Session: 317ebbe2-0ea7-46d6-ab8c-08e8f8263880 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5913 | 2024.09.23 18:23:45.983606 [ 3 ] {} <Debug> HTTP-Session: 317ebbe2-0ea7-46d6-ab8c-08e8f8263880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5914 | 2024.09.23 18:23:45.983625 [ 3 ] {} <Debug> HTTP-Session: 317ebbe2-0ea7-46d6-ab8c-08e8f8263880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5915 | 2024.09.23 18:23:45.983682 [ 3 ] {} <Trace> HTTP-Session: 317ebbe2-0ea7-46d6-ab8c-08e8f8263880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5916 | 2024.09.23 18:23:45.983922 [ 3 ] {b4329cee-4edd-4941-b140-0eafce31370f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5917 | 2024.09.23 18:23:45.984012 [ 3 ] {b4329cee-4edd-4941-b140-0eafce31370f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5918 | 2024.09.23 18:23:45.984363 [ 3 ] {b4329cee-4edd-4941-b140-0eafce31370f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5919 | 2024.09.23 18:23:45.984859 [ 3 ] {b4329cee-4edd-4941-b140-0eafce31370f} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5920 | 2024.09.23 18:23:45.984903 [ 3 ] {b4329cee-4edd-4941-b140-0eafce31370f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5921 | 2024.09.23 18:23:45.985328 [ 3 ] {b4329cee-4edd-4941-b140-0eafce31370f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5922 | 2024.09.23 18:23:45.985710 [ 3 ] {b4329cee-4edd-4941-b140-0eafce31370f} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5923 | 2024.09.23 18:23:45.985877 [ 3 ] {b4329cee-4edd-4941-b140-0eafce31370f} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002035 sec., 36363.63636363637 rows/sec., 2.91 MiB/sec. | ||
5924 | 2024.09.23 18:23:45.986086 [ 3 ] {b4329cee-4edd-4941-b140-0eafce31370f} <Debug> DynamicQueryHandler: Done processing query | ||
5925 | 2024.09.23 18:23:45.986114 [ 3 ] {b4329cee-4edd-4941-b140-0eafce31370f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5926 | 2024.09.23 18:23:45.986131 [ 3 ] {} <Debug> HTTP-Session: 317ebbe2-0ea7-46d6-ab8c-08e8f8263880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5927 | 2024.09.23 18:23:45.986273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5928 | 2024.09.23 18:23:45.986326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5929 | 2024.09.23 18:23:45.986345 [ 3 ] {} <Debug> HTTP-Session: cb29528c-2b79-4f0e-8124-a02d00d558ab Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5930 | 2024.09.23 18:23:45.986362 [ 3 ] {} <Debug> HTTP-Session: cb29528c-2b79-4f0e-8124-a02d00d558ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5931 | 2024.09.23 18:23:45.986377 [ 3 ] {} <Debug> HTTP-Session: cb29528c-2b79-4f0e-8124-a02d00d558ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5932 | 2024.09.23 18:23:45.986409 [ 3 ] {} <Trace> HTTP-Session: cb29528c-2b79-4f0e-8124-a02d00d558ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5933 | 2024.09.23 18:23:45.986510 [ 3 ] {660ce2c7-9ac7-4e01-800d-c499eb16cc6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5934 | 2024.09.23 18:23:45.986556 [ 3 ] {660ce2c7-9ac7-4e01-800d-c499eb16cc6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5935 | 2024.09.23 18:23:45.986786 [ 3 ] {660ce2c7-9ac7-4e01-800d-c499eb16cc6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5936 | 2024.09.23 18:23:45.987121 [ 3 ] {660ce2c7-9ac7-4e01-800d-c499eb16cc6f} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5937 | 2024.09.23 18:23:45.987160 [ 3 ] {660ce2c7-9ac7-4e01-800d-c499eb16cc6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5938 | 2024.09.23 18:23:45.987523 [ 3 ] {660ce2c7-9ac7-4e01-800d-c499eb16cc6f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5939 | 2024.09.23 18:23:45.987884 [ 3 ] {660ce2c7-9ac7-4e01-800d-c499eb16cc6f} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5940 | 2024.09.23 18:23:45.988050 [ 3 ] {660ce2c7-9ac7-4e01-800d-c499eb16cc6f} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001557 sec., 5780.346820809248 rows/sec., 434.65 KiB/sec. | ||
5941 | 2024.09.23 18:23:45.988257 [ 3 ] {660ce2c7-9ac7-4e01-800d-c499eb16cc6f} <Debug> DynamicQueryHandler: Done processing query | ||
5942 | 2024.09.23 18:23:45.988286 [ 3 ] {660ce2c7-9ac7-4e01-800d-c499eb16cc6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5943 | 2024.09.23 18:23:45.988303 [ 3 ] {} <Debug> HTTP-Session: cb29528c-2b79-4f0e-8124-a02d00d558ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5944 | 2024.09.23 18:23:45.988470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5945 | 2024.09.23 18:23:45.988520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5946 | 2024.09.23 18:23:45.988539 [ 3 ] {} <Debug> HTTP-Session: 7fdf6b13-fa24-4b8f-996f-c77edec72f05 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5947 | 2024.09.23 18:23:45.988556 [ 3 ] {} <Debug> HTTP-Session: 7fdf6b13-fa24-4b8f-996f-c77edec72f05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5948 | 2024.09.23 18:23:45.988570 [ 3 ] {} <Debug> HTTP-Session: 7fdf6b13-fa24-4b8f-996f-c77edec72f05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5949 | 2024.09.23 18:23:45.988602 [ 3 ] {} <Trace> HTTP-Session: 7fdf6b13-fa24-4b8f-996f-c77edec72f05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5950 | 2024.09.23 18:23:45.988719 [ 3 ] {3992807c-8b2e-4f3f-90bb-832bf62737db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5951 | 2024.09.23 18:23:45.988762 [ 3 ] {3992807c-8b2e-4f3f-90bb-832bf62737db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5952 | 2024.09.23 18:23:45.988987 [ 3 ] {3992807c-8b2e-4f3f-90bb-832bf62737db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5953 | 2024.09.23 18:23:45.989355 [ 3 ] {3992807c-8b2e-4f3f-90bb-832bf62737db} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5954 | 2024.09.23 18:23:45.989393 [ 3 ] {3992807c-8b2e-4f3f-90bb-832bf62737db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5955 | 2024.09.23 18:23:45.989748 [ 3 ] {3992807c-8b2e-4f3f-90bb-832bf62737db} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5956 | 2024.09.23 18:23:45.990103 [ 3 ] {3992807c-8b2e-4f3f-90bb-832bf62737db} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5957 | 2024.09.23 18:23:45.990269 [ 3 ] {3992807c-8b2e-4f3f-90bb-832bf62737db} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001583 sec., 46114.97157296273 rows/sec., 3.60 MiB/sec. | ||
5958 | 2024.09.23 18:23:45.990446 [ 3 ] {3992807c-8b2e-4f3f-90bb-832bf62737db} <Debug> DynamicQueryHandler: Done processing query | ||
5959 | 2024.09.23 18:23:45.990471 [ 3 ] {3992807c-8b2e-4f3f-90bb-832bf62737db} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5960 | 2024.09.23 18:23:45.990488 [ 3 ] {} <Debug> HTTP-Session: 7fdf6b13-fa24-4b8f-996f-c77edec72f05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5961 | 2024.09.23 18:23:45.990702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5962 | 2024.09.23 18:23:45.990753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5963 | 2024.09.23 18:23:45.990773 [ 3 ] {} <Debug> HTTP-Session: 43f0df9a-e90b-4748-aa40-8c4498353140 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5964 | 2024.09.23 18:23:45.990790 [ 3 ] {} <Debug> HTTP-Session: 43f0df9a-e90b-4748-aa40-8c4498353140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5965 | 2024.09.23 18:23:45.990804 [ 3 ] {} <Debug> HTTP-Session: 43f0df9a-e90b-4748-aa40-8c4498353140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5966 | 2024.09.23 18:23:45.990837 [ 3 ] {} <Trace> HTTP-Session: 43f0df9a-e90b-4748-aa40-8c4498353140 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5967 | 2024.09.23 18:23:45.990983 [ 3 ] {6a7e0f4d-e42d-4ca6-aba0-3318f266b1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5968 | 2024.09.23 18:23:45.991032 [ 3 ] {6a7e0f4d-e42d-4ca6-aba0-3318f266b1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5969 | 2024.09.23 18:23:45.991180 [ 3 ] {6a7e0f4d-e42d-4ca6-aba0-3318f266b1be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5970 | 2024.09.23 18:23:45.991564 [ 3 ] {6a7e0f4d-e42d-4ca6-aba0-3318f266b1be} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5971 | 2024.09.23 18:23:45.991602 [ 3 ] {6a7e0f4d-e42d-4ca6-aba0-3318f266b1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5972 | 2024.09.23 18:23:45.991987 [ 3 ] {6a7e0f4d-e42d-4ca6-aba0-3318f266b1be} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5973 | 2024.09.23 18:23:45.992340 [ 3 ] {6a7e0f4d-e42d-4ca6-aba0-3318f266b1be} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5974 | 2024.09.23 18:23:45.992498 [ 3 ] {6a7e0f4d-e42d-4ca6-aba0-3318f266b1be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
5975 | 2024.09.23 18:23:45.992670 [ 3 ] {6a7e0f4d-e42d-4ca6-aba0-3318f266b1be} <Debug> DynamicQueryHandler: Done processing query | ||
5976 | 2024.09.23 18:23:45.992695 [ 3 ] {6a7e0f4d-e42d-4ca6-aba0-3318f266b1be} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5977 | 2024.09.23 18:23:45.992711 [ 3 ] {} <Debug> HTTP-Session: 43f0df9a-e90b-4748-aa40-8c4498353140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5978 | 2024.09.23 18:23:45.992840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5979 | 2024.09.23 18:23:45.992890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5980 | 2024.09.23 18:23:45.992909 [ 3 ] {} <Debug> HTTP-Session: bdf5b340-70f7-4f45-b1a5-7a40367fe60d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5981 | 2024.09.23 18:23:45.992926 [ 3 ] {} <Debug> HTTP-Session: bdf5b340-70f7-4f45-b1a5-7a40367fe60d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5982 | 2024.09.23 18:23:45.992940 [ 3 ] {} <Debug> HTTP-Session: bdf5b340-70f7-4f45-b1a5-7a40367fe60d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5983 | 2024.09.23 18:23:45.992972 [ 3 ] {} <Trace> HTTP-Session: bdf5b340-70f7-4f45-b1a5-7a40367fe60d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5984 | 2024.09.23 18:23:45.993165 [ 3 ] {e062d790-c6d8-4df7-80f9-6b2b6c97fa92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5985 | 2024.09.23 18:23:45.993232 [ 3 ] {e062d790-c6d8-4df7-80f9-6b2b6c97fa92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5986 | 2024.09.23 18:23:45.993645 [ 3 ] {e062d790-c6d8-4df7-80f9-6b2b6c97fa92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5987 | 2024.09.23 18:23:45.994241 [ 3 ] {e062d790-c6d8-4df7-80f9-6b2b6c97fa92} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5988 | 2024.09.23 18:23:45.994279 [ 3 ] {e062d790-c6d8-4df7-80f9-6b2b6c97fa92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
5989 | 2024.09.23 18:23:45.994874 [ 3 ] {e062d790-c6d8-4df7-80f9-6b2b6c97fa92} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5990 | 2024.09.23 18:23:45.995287 [ 3 ] {e062d790-c6d8-4df7-80f9-6b2b6c97fa92} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5991 | 2024.09.23 18:23:45.995476 [ 3 ] {e062d790-c6d8-4df7-80f9-6b2b6c97fa92} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002431 sec., 3702.1801727684083 rows/sec., 6.63 MiB/sec. | ||
5992 | 2024.09.23 18:23:45.995699 [ 3 ] {e062d790-c6d8-4df7-80f9-6b2b6c97fa92} <Debug> DynamicQueryHandler: Done processing query | ||
5993 | 2024.09.23 18:23:45.995725 [ 3 ] {e062d790-c6d8-4df7-80f9-6b2b6c97fa92} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
5994 | 2024.09.23 18:23:45.995742 [ 3 ] {} <Debug> HTTP-Session: bdf5b340-70f7-4f45-b1a5-7a40367fe60d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5995 | 2024.09.23 18:23:45.995864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5996 | 2024.09.23 18:23:45.995914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5997 | 2024.09.23 18:23:45.995933 [ 3 ] {} <Debug> HTTP-Session: 26a6a0c7-f61e-4081-8696-483fe7c2d7a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
5998 | 2024.09.23 18:23:45.995949 [ 3 ] {} <Debug> HTTP-Session: 26a6a0c7-f61e-4081-8696-483fe7c2d7a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5999 | 2024.09.23 18:23:45.995963 [ 3 ] {} <Debug> HTTP-Session: 26a6a0c7-f61e-4081-8696-483fe7c2d7a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6000 | 2024.09.23 18:23:45.995994 [ 3 ] {} <Trace> HTTP-Session: 26a6a0c7-f61e-4081-8696-483fe7c2d7a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6001 | 2024.09.23 18:23:45.996111 [ 3 ] {9e3a6d51-231f-4665-8eeb-89efa97b37b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6002 | 2024.09.23 18:23:45.996161 [ 3 ] {9e3a6d51-231f-4665-8eeb-89efa97b37b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6003 | 2024.09.23 18:23:45.996292 [ 3 ] {9e3a6d51-231f-4665-8eeb-89efa97b37b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6004 | 2024.09.23 18:23:45.996604 [ 3 ] {9e3a6d51-231f-4665-8eeb-89efa97b37b7} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6005 | 2024.09.23 18:23:45.996642 [ 3 ] {9e3a6d51-231f-4665-8eeb-89efa97b37b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6006 | 2024.09.23 18:23:45.996998 [ 3 ] {9e3a6d51-231f-4665-8eeb-89efa97b37b7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6007 | 2024.09.23 18:23:45.997320 [ 3 ] {9e3a6d51-231f-4665-8eeb-89efa97b37b7} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6008 | 2024.09.23 18:23:45.997474 [ 3 ] {9e3a6d51-231f-4665-8eeb-89efa97b37b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
6009 | 2024.09.23 18:23:45.997765 [ 3 ] {9e3a6d51-231f-4665-8eeb-89efa97b37b7} <Debug> DynamicQueryHandler: Done processing query | ||
6010 | 2024.09.23 18:23:45.997808 [ 3 ] {9e3a6d51-231f-4665-8eeb-89efa97b37b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6011 | 2024.09.23 18:23:45.997825 [ 3 ] {} <Debug> HTTP-Session: 26a6a0c7-f61e-4081-8696-483fe7c2d7a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6012 | 2024.09.23 18:23:50.989022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6013 | 2024.09.23 18:23:50.989223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6014 | 2024.09.23 18:23:50.989271 [ 3 ] {} <Debug> HTTP-Session: 1f9f1bdc-e4df-434d-bbe6-5bbc3ff8cf6b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6015 | 2024.09.23 18:23:50.989314 [ 3 ] {} <Debug> HTTP-Session: 1f9f1bdc-e4df-434d-bbe6-5bbc3ff8cf6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6016 | 2024.09.23 18:23:50.989344 [ 3 ] {} <Debug> HTTP-Session: 1f9f1bdc-e4df-434d-bbe6-5bbc3ff8cf6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6017 | 2024.09.23 18:23:50.989426 [ 3 ] {} <Trace> HTTP-Session: 1f9f1bdc-e4df-434d-bbe6-5bbc3ff8cf6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6018 | 2024.09.23 18:23:50.989844 [ 3 ] {dd9f5578-7cab-4710-a08a-527efa2bce1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6019 | 2024.09.23 18:23:50.989956 [ 3 ] {dd9f5578-7cab-4710-a08a-527efa2bce1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6020 | 2024.09.23 18:23:50.990367 [ 3 ] {dd9f5578-7cab-4710-a08a-527efa2bce1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6021 | 2024.09.23 18:23:50.991002 [ 3 ] {dd9f5578-7cab-4710-a08a-527efa2bce1d} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6022 | 2024.09.23 18:23:50.991046 [ 3 ] {dd9f5578-7cab-4710-a08a-527efa2bce1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6023 | 2024.09.23 18:23:50.991494 [ 3 ] {dd9f5578-7cab-4710-a08a-527efa2bce1d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6024 | 2024.09.23 18:23:50.991891 [ 3 ] {dd9f5578-7cab-4710-a08a-527efa2bce1d} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6025 | 2024.09.23 18:23:50.992075 [ 3 ] {dd9f5578-7cab-4710-a08a-527efa2bce1d} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002422 sec., 103633.36085879437 rows/sec., 9.18 MiB/sec. | ||
6026 | 2024.09.23 18:23:50.992076 [ 59 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6027 | 2024.09.23 18:23:50.992189 [ 59 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6028 | 2024.09.23 18:23:50.992252 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6029 | 2024.09.23 18:23:50.992400 [ 3 ] {dd9f5578-7cab-4710-a08a-527efa2bce1d} <Debug> DynamicQueryHandler: Done processing query | ||
6030 | 2024.09.23 18:23:50.992455 [ 3 ] {dd9f5578-7cab-4710-a08a-527efa2bce1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6031 | 2024.09.23 18:23:50.992474 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
6032 | 2024.09.23 18:23:50.992486 [ 3 ] {} <Debug> HTTP-Session: 1f9f1bdc-e4df-434d-bbe6-5bbc3ff8cf6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6033 | 2024.09.23 18:23:50.992766 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6034 | 2024.09.23 18:23:50.992766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6035 | 2024.09.23 18:23:50.992844 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1417 rows starting from the beginning of the part | ||
6036 | 2024.09.23 18:23:50.992886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6037 | 2024.09.23 18:23:50.992925 [ 3 ] {} <Debug> HTTP-Session: 36cf9386-9645-4fc8-af0d-0e7201f2748d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6038 | 2024.09.23 18:23:50.992999 [ 3 ] {} <Debug> HTTP-Session: 36cf9386-9645-4fc8-af0d-0e7201f2748d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6039 | 2024.09.23 18:23:50.993082 [ 3 ] {} <Debug> HTTP-Session: 36cf9386-9645-4fc8-af0d-0e7201f2748d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6040 | 2024.09.23 18:23:50.993131 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
6041 | 2024.09.23 18:23:50.993218 [ 3 ] {} <Trace> HTTP-Session: 36cf9386-9645-4fc8-af0d-0e7201f2748d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6042 | 2024.09.23 18:23:50.993390 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1346 rows starting from the beginning of the part | ||
6043 | 2024.09.23 18:23:50.993743 [ 3 ] {e95053a4-ff04-4962-ac09-5d7737144636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6044 | 2024.09.23 18:23:50.993809 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 104 rows starting from the beginning of the part | ||
6045 | 2024.09.23 18:23:50.993941 [ 3 ] {e95053a4-ff04-4962-ac09-5d7737144636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6046 | 2024.09.23 18:23:50.994081 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 74 rows starting from the beginning of the part | ||
6047 | 2024.09.23 18:23:50.994500 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 251 rows starting from the beginning of the part | ||
6048 | 2024.09.23 18:23:50.995349 [ 3 ] {e95053a4-ff04-4962-ac09-5d7737144636} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6049 | 2024.09.23 18:23:50.996082 [ 3 ] {e95053a4-ff04-4962-ac09-5d7737144636} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6050 | 2024.09.23 18:23:50.996152 [ 3 ] {e95053a4-ff04-4962-ac09-5d7737144636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6051 | 2024.09.23 18:23:50.997184 [ 3 ] {e95053a4-ff04-4962-ac09-5d7737144636} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6052 | 2024.09.23 18:23:50.997858 [ 3 ] {e95053a4-ff04-4962-ac09-5d7737144636} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6053 | 2024.09.23 18:23:50.998194 [ 59 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6054 | 2024.09.23 18:23:50.998293 [ 59 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6055 | 2024.09.23 18:23:50.998362 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6056 | 2024.09.23 18:23:50.998380 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3269 rows, containing 5 columns (5 merged, 0 gathered) in 0.006023631 sec., 542695.9254310232 rows/sec., 47.43 MiB/sec. | ||
6057 | 2024.09.23 18:23:50.998424 [ 3 ] {e95053a4-ff04-4962-ac09-5d7737144636} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.004941 sec., 6274.033596437968 rows/sec., 471.78 KiB/sec. | ||
6058 | 2024.09.23 18:23:50.998825 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6059 | 2024.09.23 18:23:50.998834 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
6060 | 2024.09.23 18:23:50.999518 [ 3 ] {e95053a4-ff04-4962-ac09-5d7737144636} <Debug> DynamicQueryHandler: Done processing query | ||
6061 | 2024.09.23 18:23:50.999588 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6062 | 2024.09.23 18:23:50.999743 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 54 rows starting from the beginning of the part | ||
6063 | 2024.09.23 18:23:51.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.50 MiB, peak 195.16 MiB, free memory in arenas 0.00 B, will set to 186.17 MiB (RSS), difference: -4.33 MiB | ||
6064 | 2024.09.23 18:23:51.000261 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part | ||
6065 | 2024.09.23 18:23:50.999902 [ 3 ] {e95053a4-ff04-4962-ac09-5d7737144636} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6066 | 2024.09.23 18:23:51.000805 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part | ||
6067 | 2024.09.23 18:23:51.001407 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 27 rows starting from the beginning of the part | ||
6068 | 2024.09.23 18:23:51.001399 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_31_6} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6069 | 2024.09.23 18:23:51.001937 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_31_6} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6070 | 2024.09.23 18:23:51.001920 [ 3 ] {} <Debug> HTTP-Session: 36cf9386-9645-4fc8-af0d-0e7201f2748d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6071 | 2024.09.23 18:23:51.001933 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part | ||
6072 | 2024.09.23 18:23:51.002276 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
6073 | 2024.09.23 18:23:51.002459 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
6074 | 2024.09.23 18:23:51.002564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6075 | 2024.09.23 18:23:51.003020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6076 | 2024.09.23 18:23:51.003126 [ 3 ] {} <Debug> HTTP-Session: f1bb9539-a199-4275-b2a0-24b0505f6c21 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6077 | 2024.09.23 18:23:51.003202 [ 3 ] {} <Debug> HTTP-Session: f1bb9539-a199-4275-b2a0-24b0505f6c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6078 | 2024.09.23 18:23:51.003239 [ 3 ] {} <Debug> HTTP-Session: f1bb9539-a199-4275-b2a0-24b0505f6c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6079 | 2024.09.23 18:23:51.003284 [ 3 ] {} <Trace> HTTP-Session: f1bb9539-a199-4275-b2a0-24b0505f6c21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6080 | 2024.09.23 18:23:51.003547 [ 3 ] {3775db9a-d633-4fad-bb22-ef7a09cc496c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6081 | 2024.09.23 18:23:51.003646 [ 3 ] {3775db9a-d633-4fad-bb22-ef7a09cc496c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6082 | 2024.09.23 18:23:51.004607 [ 3 ] {3775db9a-d633-4fad-bb22-ef7a09cc496c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6083 | 2024.09.23 18:23:51.005601 [ 3 ] {3775db9a-d633-4fad-bb22-ef7a09cc496c} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6084 | 2024.09.23 18:23:51.005701 [ 3 ] {3775db9a-d633-4fad-bb22-ef7a09cc496c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6085 | 2024.09.23 18:23:51.005800 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 5 columns (5 merged, 0 gathered) in 0.007311713 sec., 19967.960996280897 rows/sec., 1.52 MiB/sec. | ||
6086 | 2024.09.23 18:23:51.006006 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6087 | 2024.09.23 18:23:51.006746 [ 3 ] {3775db9a-d633-4fad-bb22-ef7a09cc496c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6088 | 2024.09.23 18:23:51.007068 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_21_4} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6089 | 2024.09.23 18:23:51.007367 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_21_4} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6090 | 2024.09.23 18:23:51.007536 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
6091 | 2024.09.23 18:23:51.007663 [ 3 ] {3775db9a-d633-4fad-bb22-ef7a09cc496c} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6092 | 2024.09.23 18:23:51.007880 [ 3 ] {3775db9a-d633-4fad-bb22-ef7a09cc496c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004425 sec., 3163.8418079096045 rows/sec., 221.57 KiB/sec. | ||
6093 | 2024.09.23 18:23:51.008354 [ 3 ] {3775db9a-d633-4fad-bb22-ef7a09cc496c} <Debug> DynamicQueryHandler: Done processing query | ||
6094 | 2024.09.23 18:23:51.008386 [ 3 ] {3775db9a-d633-4fad-bb22-ef7a09cc496c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6095 | 2024.09.23 18:23:51.008403 [ 3 ] {} <Debug> HTTP-Session: f1bb9539-a199-4275-b2a0-24b0505f6c21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6096 | 2024.09.23 18:23:51.008564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6097 | 2024.09.23 18:23:51.008622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6098 | 2024.09.23 18:23:51.008642 [ 3 ] {} <Debug> HTTP-Session: f3694d46-2574-4329-b857-7dc98d254492 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6099 | 2024.09.23 18:23:51.008660 [ 3 ] {} <Debug> HTTP-Session: f3694d46-2574-4329-b857-7dc98d254492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6100 | 2024.09.23 18:23:51.008675 [ 3 ] {} <Debug> HTTP-Session: f3694d46-2574-4329-b857-7dc98d254492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6101 | 2024.09.23 18:23:51.008710 [ 3 ] {} <Trace> HTTP-Session: f3694d46-2574-4329-b857-7dc98d254492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6102 | 2024.09.23 18:23:51.008823 [ 3 ] {2c7a40bf-4ca1-40a5-bed3-c08f2b43f164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6103 | 2024.09.23 18:23:51.008874 [ 3 ] {2c7a40bf-4ca1-40a5-bed3-c08f2b43f164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6104 | 2024.09.23 18:23:51.009148 [ 3 ] {2c7a40bf-4ca1-40a5-bed3-c08f2b43f164} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6105 | 2024.09.23 18:23:51.009485 [ 3 ] {2c7a40bf-4ca1-40a5-bed3-c08f2b43f164} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6106 | 2024.09.23 18:23:51.009527 [ 3 ] {2c7a40bf-4ca1-40a5-bed3-c08f2b43f164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6107 | 2024.09.23 18:23:51.009924 [ 3 ] {2c7a40bf-4ca1-40a5-bed3-c08f2b43f164} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6108 | 2024.09.23 18:23:51.010321 [ 3 ] {2c7a40bf-4ca1-40a5-bed3-c08f2b43f164} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6109 | 2024.09.23 18:23:51.010481 [ 59 ] {} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
6110 | 2024.09.23 18:23:51.010502 [ 3 ] {2c7a40bf-4ca1-40a5-bed3-c08f2b43f164} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001705 sec., 3519.0615835777126 rows/sec., 207.91 KiB/sec. | ||
6111 | 2024.09.23 18:23:51.010544 [ 59 ] {} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6112 | 2024.09.23 18:23:51.010614 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6113 | 2024.09.23 18:23:51.011047 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
6114 | 2024.09.23 18:23:51.011149 [ 3 ] {2c7a40bf-4ca1-40a5-bed3-c08f2b43f164} <Debug> DynamicQueryHandler: Done processing query | ||
6115 | 2024.09.23 18:23:51.011212 [ 3 ] {2c7a40bf-4ca1-40a5-bed3-c08f2b43f164} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6116 | 2024.09.23 18:23:51.011269 [ 3 ] {} <Debug> HTTP-Session: f3694d46-2574-4329-b857-7dc98d254492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6117 | 2024.09.23 18:23:51.011361 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6118 | 2024.09.23 18:23:51.011398 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
6119 | 2024.09.23 18:23:51.011491 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
6120 | 2024.09.23 18:23:51.011672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6121 | 2024.09.23 18:23:51.011734 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
6122 | 2024.09.23 18:23:51.011871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6123 | 2024.09.23 18:23:51.012042 [ 3 ] {} <Debug> HTTP-Session: 2f191b27-af6e-408e-9480-dafda4dd469c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6124 | 2024.09.23 18:23:51.012155 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
6125 | 2024.09.23 18:23:51.012183 [ 3 ] {} <Debug> HTTP-Session: 2f191b27-af6e-408e-9480-dafda4dd469c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6126 | 2024.09.23 18:23:51.012266 [ 3 ] {} <Debug> HTTP-Session: 2f191b27-af6e-408e-9480-dafda4dd469c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6127 | 2024.09.23 18:23:51.012416 [ 3 ] {} <Trace> HTTP-Session: 2f191b27-af6e-408e-9480-dafda4dd469c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6128 | 2024.09.23 18:23:51.012429 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
6129 | 2024.09.23 18:23:51.013052 [ 3 ] {3b95ef33-8708-4783-bfa8-7cc5113bd3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6130 | 2024.09.23 18:23:51.013166 [ 3 ] {3b95ef33-8708-4783-bfa8-7cc5113bd3df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6131 | 2024.09.23 18:23:51.014092 [ 3 ] {3b95ef33-8708-4783-bfa8-7cc5113bd3df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6132 | 2024.09.23 18:23:51.014875 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004151975 sec., 7225.4770320148855 rows/sec., 458.65 KiB/sec. | ||
6133 | 2024.09.23 18:23:51.015105 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
6134 | 2024.09.23 18:23:51.015344 [ 3 ] {3b95ef33-8708-4783-bfa8-7cc5113bd3df} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6135 | 2024.09.23 18:23:51.015439 [ 3 ] {3b95ef33-8708-4783-bfa8-7cc5113bd3df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6136 | 2024.09.23 18:23:51.016066 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_13_3} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6137 | 2024.09.23 18:23:51.016270 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_13_3} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
6138 | 2024.09.23 18:23:51.016409 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6139 | 2024.09.23 18:23:51.016467 [ 3 ] {3b95ef33-8708-4783-bfa8-7cc5113bd3df} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6140 | 2024.09.23 18:23:51.016867 [ 3 ] {3b95ef33-8708-4783-bfa8-7cc5113bd3df} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6141 | 2024.09.23 18:23:51.017038 [ 59 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6142 | 2024.09.23 18:23:51.017057 [ 3 ] {3b95ef33-8708-4783-bfa8-7cc5113bd3df} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.004228 sec., 97682.11920529802 rows/sec., 6.97 MiB/sec. | ||
6143 | 2024.09.23 18:23:51.017090 [ 59 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6144 | 2024.09.23 18:23:51.017167 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6145 | 2024.09.23 18:23:51.017422 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
6146 | 2024.09.23 18:23:51.017488 [ 3 ] {3b95ef33-8708-4783-bfa8-7cc5113bd3df} <Debug> DynamicQueryHandler: Done processing query | ||
6147 | 2024.09.23 18:23:51.017553 [ 3 ] {3b95ef33-8708-4783-bfa8-7cc5113bd3df} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
6148 | 2024.09.23 18:23:51.017606 [ 3 ] {} <Debug> HTTP-Session: 2f191b27-af6e-408e-9480-dafda4dd469c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6149 | 2024.09.23 18:23:51.017692 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6150 | 2024.09.23 18:23:51.017730 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 910 rows starting from the beginning of the part | ||
6151 | 2024.09.23 18:23:51.017895 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 79 rows starting from the beginning of the part | ||
6152 | 2024.09.23 18:23:51.017892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6153 | 2024.09.23 18:23:51.018130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6154 | 2024.09.23 18:23:51.018239 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 848 rows starting from the beginning of the part | ||
6155 | 2024.09.23 18:23:51.018296 [ 3 ] {} <Debug> HTTP-Session: 0292d8ff-1e2d-431a-977e-53c75d97111c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6156 | 2024.09.23 18:23:51.018376 [ 3 ] {} <Debug> HTTP-Session: 0292d8ff-1e2d-431a-977e-53c75d97111c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6157 | 2024.09.23 18:23:51.018523 [ 3 ] {} <Debug> HTTP-Session: 0292d8ff-1e2d-431a-977e-53c75d97111c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6158 | 2024.09.23 18:23:51.018552 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 91 rows starting from the beginning of the part | ||
6159 | 2024.09.23 18:23:51.018737 [ 3 ] {} <Trace> HTTP-Session: 0292d8ff-1e2d-431a-977e-53c75d97111c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6160 | 2024.09.23 18:23:51.018852 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 73 rows starting from the beginning of the part | ||
6161 | 2024.09.23 18:23:51.019132 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
6162 | 2024.09.23 18:23:51.019321 [ 3 ] {c61cc0bd-5686-4002-8c03-0548d214b5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6163 | 2024.09.23 18:23:51.019528 [ 3 ] {c61cc0bd-5686-4002-8c03-0548d214b5da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6164 | 2024.09.23 18:23:51.020018 [ 3 ] {c61cc0bd-5686-4002-8c03-0548d214b5da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6165 | 2024.09.23 18:23:51.020733 [ 3 ] {c61cc0bd-5686-4002-8c03-0548d214b5da} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6166 | 2024.09.23 18:23:51.020802 [ 3 ] {c61cc0bd-5686-4002-8c03-0548d214b5da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6167 | 2024.09.23 18:23:51.021876 [ 3 ] {c61cc0bd-5686-4002-8c03-0548d214b5da} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6168 | 2024.09.23 18:23:51.022551 [ 3 ] {c61cc0bd-5686-4002-8c03-0548d214b5da} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6169 | 2024.09.23 18:23:51.022746 [ 192 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.005416955 sec., 445637.8168177509 rows/sec., 34.18 MiB/sec. | ||
6170 | 2024.09.23 18:23:51.022854 [ 3 ] {c61cc0bd-5686-4002-8c03-0548d214b5da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003677 sec., 1631.7650258362796 rows/sec., 85.25 KiB/sec. | ||
6171 | 2024.09.23 18:23:51.023303 [ 186 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6172 | 2024.09.23 18:23:51.023418 [ 3 ] {c61cc0bd-5686-4002-8c03-0548d214b5da} <Debug> DynamicQueryHandler: Done processing query | ||
6173 | 2024.09.23 18:23:51.023451 [ 3 ] {c61cc0bd-5686-4002-8c03-0548d214b5da} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6174 | 2024.09.23 18:23:51.023468 [ 3 ] {} <Debug> HTTP-Session: 0292d8ff-1e2d-431a-977e-53c75d97111c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6175 | 2024.09.23 18:23:51.023654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6176 | 2024.09.23 18:23:51.023717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6177 | 2024.09.23 18:23:51.023738 [ 3 ] {} <Debug> HTTP-Session: cb50a36a-7592-46df-8ab7-6a51d2634fe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6178 | 2024.09.23 18:23:51.023762 [ 3 ] {} <Debug> HTTP-Session: cb50a36a-7592-46df-8ab7-6a51d2634fe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6179 | 2024.09.23 18:23:51.023778 [ 3 ] {} <Debug> HTTP-Session: cb50a36a-7592-46df-8ab7-6a51d2634fe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6180 | 2024.09.23 18:23:51.023821 [ 3 ] {} <Trace> HTTP-Session: cb50a36a-7592-46df-8ab7-6a51d2634fe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6181 | 2024.09.23 18:23:51.023864 [ 186 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_31_6} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6182 | 2024.09.23 18:23:51.023970 [ 186 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_31_6} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6183 | 2024.09.23 18:23:51.024062 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
6184 | 2024.09.23 18:23:51.024103 [ 3 ] {5ca24afd-89a2-4203-b2ac-70ac9acb130f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6185 | 2024.09.23 18:23:51.024155 [ 3 ] {5ca24afd-89a2-4203-b2ac-70ac9acb130f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6186 | 2024.09.23 18:23:51.024314 [ 3 ] {5ca24afd-89a2-4203-b2ac-70ac9acb130f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6187 | 2024.09.23 18:23:51.024833 [ 3 ] {5ca24afd-89a2-4203-b2ac-70ac9acb130f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6188 | 2024.09.23 18:23:51.024870 [ 3 ] {5ca24afd-89a2-4203-b2ac-70ac9acb130f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6189 | 2024.09.23 18:23:51.025277 [ 3 ] {5ca24afd-89a2-4203-b2ac-70ac9acb130f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6190 | 2024.09.23 18:23:51.025638 [ 3 ] {5ca24afd-89a2-4203-b2ac-70ac9acb130f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6191 | 2024.09.23 18:23:51.025803 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6192 | 2024.09.23 18:23:51.025812 [ 3 ] {5ca24afd-89a2-4203-b2ac-70ac9acb130f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001875 sec., 126400 rows/sec., 8.47 MiB/sec. | ||
6193 | 2024.09.23 18:23:51.025865 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6194 | 2024.09.23 18:23:51.025932 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6195 | 2024.09.23 18:23:51.026239 [ 3 ] {5ca24afd-89a2-4203-b2ac-70ac9acb130f} <Debug> DynamicQueryHandler: Done processing query | ||
6196 | 2024.09.23 18:23:51.026289 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
6197 | 2024.09.23 18:23:51.026330 [ 3 ] {5ca24afd-89a2-4203-b2ac-70ac9acb130f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6198 | 2024.09.23 18:23:51.026419 [ 3 ] {} <Debug> HTTP-Session: cb50a36a-7592-46df-8ab7-6a51d2634fe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6199 | 2024.09.23 18:23:51.026722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6200 | 2024.09.23 18:23:51.026829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6201 | 2024.09.23 18:23:51.026869 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6202 | 2024.09.23 18:23:51.026880 [ 3 ] {} <Debug> HTTP-Session: a39b8ff9-083d-47b8-944a-8e0b2a2d581e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6203 | 2024.09.23 18:23:51.026934 [ 3 ] {} <Debug> HTTP-Session: a39b8ff9-083d-47b8-944a-8e0b2a2d581e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6204 | 2024.09.23 18:23:51.026956 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7904 rows starting from the beginning of the part | ||
6205 | 2024.09.23 18:23:51.026968 [ 3 ] {} <Debug> HTTP-Session: a39b8ff9-083d-47b8-944a-8e0b2a2d581e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6206 | 2024.09.23 18:23:51.027047 [ 3 ] {} <Trace> HTTP-Session: a39b8ff9-083d-47b8-944a-8e0b2a2d581e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6207 | 2024.09.23 18:23:51.027250 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 163 rows starting from the beginning of the part | ||
6208 | 2024.09.23 18:23:51.027419 [ 3 ] {0073c912-d53f-4a5e-88f9-6ffdfba939b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6209 | 2024.09.23 18:23:51.027596 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 956 rows starting from the beginning of the part | ||
6210 | 2024.09.23 18:23:51.027632 [ 3 ] {0073c912-d53f-4a5e-88f9-6ffdfba939b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6211 | 2024.09.23 18:23:51.027931 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 130 rows starting from the beginning of the part | ||
6212 | 2024.09.23 18:23:51.028307 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
6213 | 2024.09.23 18:23:51.028683 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
6214 | 2024.09.23 18:23:51.028738 [ 3 ] {0073c912-d53f-4a5e-88f9-6ffdfba939b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6215 | 2024.09.23 18:23:51.029501 [ 3 ] {0073c912-d53f-4a5e-88f9-6ffdfba939b9} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6216 | 2024.09.23 18:23:51.029560 [ 3 ] {0073c912-d53f-4a5e-88f9-6ffdfba939b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6217 | 2024.09.23 18:23:51.030350 [ 3 ] {0073c912-d53f-4a5e-88f9-6ffdfba939b9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6218 | 2024.09.23 18:23:51.031236 [ 3 ] {0073c912-d53f-4a5e-88f9-6ffdfba939b9} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6219 | 2024.09.23 18:23:51.031681 [ 3 ] {0073c912-d53f-4a5e-88f9-6ffdfba939b9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004355 sec., 229.62112514351318 rows/sec., 15.47 KiB/sec. | ||
6220 | 2024.09.23 18:23:51.032248 [ 3 ] {0073c912-d53f-4a5e-88f9-6ffdfba939b9} <Debug> DynamicQueryHandler: Done processing query | ||
6221 | 2024.09.23 18:23:51.032348 [ 3 ] {0073c912-d53f-4a5e-88f9-6ffdfba939b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6222 | 2024.09.23 18:23:51.032367 [ 3 ] {} <Debug> HTTP-Session: a39b8ff9-083d-47b8-944a-8e0b2a2d581e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6223 | 2024.09.23 18:23:51.032728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6224 | 2024.09.23 18:23:51.032780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6225 | 2024.09.23 18:23:51.032801 [ 3 ] {} <Debug> HTTP-Session: 9000f1b4-4c00-49d4-86af-e67a041f4dc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6226 | 2024.09.23 18:23:51.032819 [ 3 ] {} <Debug> HTTP-Session: 9000f1b4-4c00-49d4-86af-e67a041f4dc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6227 | 2024.09.23 18:23:51.032834 [ 3 ] {} <Debug> HTTP-Session: 9000f1b4-4c00-49d4-86af-e67a041f4dc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6228 | 2024.09.23 18:23:51.032867 [ 3 ] {} <Trace> HTTP-Session: 9000f1b4-4c00-49d4-86af-e67a041f4dc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6229 | 2024.09.23 18:23:51.033770 [ 3 ] {9c5c78d6-722c-4f0a-80dd-5a0316d226cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6230 | 2024.09.23 18:23:51.033862 [ 3 ] {9c5c78d6-722c-4f0a-80dd-5a0316d226cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6231 | 2024.09.23 18:23:51.034876 [ 3 ] {9c5c78d6-722c-4f0a-80dd-5a0316d226cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6232 | 2024.09.23 18:23:51.034995 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9550 rows, containing 5 columns (5 merged, 0 gathered) in 0.008934233 sec., 1068922.2007082198 rows/sec., 71.97 MiB/sec. | ||
6233 | 2024.09.23 18:23:51.035235 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6234 | 2024.09.23 18:23:51.036145 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6235 | 2024.09.23 18:23:51.036257 [ 3 ] {9c5c78d6-722c-4f0a-80dd-5a0316d226cc} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6236 | 2024.09.23 18:23:51.036316 [ 3 ] {9c5c78d6-722c-4f0a-80dd-5a0316d226cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6237 | 2024.09.23 18:23:51.036331 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6238 | 2024.09.23 18:23:51.036502 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
6239 | 2024.09.23 18:23:51.037170 [ 3 ] {9c5c78d6-722c-4f0a-80dd-5a0316d226cc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6240 | 2024.09.23 18:23:51.037618 [ 3 ] {9c5c78d6-722c-4f0a-80dd-5a0316d226cc} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6241 | 2024.09.23 18:23:51.037845 [ 3 ] {9c5c78d6-722c-4f0a-80dd-5a0316d226cc} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004869 sec., 6366.810433353871 rows/sec., 11.41 MiB/sec. | ||
6242 | 2024.09.23 18:23:51.038430 [ 3 ] {9c5c78d6-722c-4f0a-80dd-5a0316d226cc} <Debug> DynamicQueryHandler: Done processing query | ||
6243 | 2024.09.23 18:23:51.038457 [ 3 ] {9c5c78d6-722c-4f0a-80dd-5a0316d226cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6244 | 2024.09.23 18:23:51.038475 [ 3 ] {} <Debug> HTTP-Session: 9000f1b4-4c00-49d4-86af-e67a041f4dc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6245 | 2024.09.23 18:23:51.038623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6246 | 2024.09.23 18:23:51.038676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6247 | 2024.09.23 18:23:51.038696 [ 3 ] {} <Debug> HTTP-Session: b479a457-696a-4ef7-920d-e0dc01d8d412 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6248 | 2024.09.23 18:23:51.038713 [ 3 ] {} <Debug> HTTP-Session: b479a457-696a-4ef7-920d-e0dc01d8d412 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6249 | 2024.09.23 18:23:51.038726 [ 3 ] {} <Debug> HTTP-Session: b479a457-696a-4ef7-920d-e0dc01d8d412 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6250 | 2024.09.23 18:23:51.038758 [ 3 ] {} <Trace> HTTP-Session: b479a457-696a-4ef7-920d-e0dc01d8d412 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6251 | 2024.09.23 18:23:51.038913 [ 3 ] {e86bd015-bc76-4164-a39f-9212a38c02b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6252 | 2024.09.23 18:23:51.038958 [ 3 ] {e86bd015-bc76-4164-a39f-9212a38c02b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6253 | 2024.09.23 18:23:51.039105 [ 3 ] {e86bd015-bc76-4164-a39f-9212a38c02b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6254 | 2024.09.23 18:23:51.039426 [ 3 ] {e86bd015-bc76-4164-a39f-9212a38c02b3} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6255 | 2024.09.23 18:23:51.039463 [ 3 ] {e86bd015-bc76-4164-a39f-9212a38c02b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6256 | 2024.09.23 18:23:51.039853 [ 3 ] {e86bd015-bc76-4164-a39f-9212a38c02b3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6257 | 2024.09.23 18:23:51.040202 [ 3 ] {e86bd015-bc76-4164-a39f-9212a38c02b3} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6258 | 2024.09.23 18:23:51.040364 [ 59 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6259 | 2024.09.23 18:23:51.040371 [ 3 ] {e86bd015-bc76-4164-a39f-9212a38c02b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001527 sec., 53700.06548788474 rows/sec., 3.41 MiB/sec. | ||
6260 | 2024.09.23 18:23:51.040414 [ 59 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6261 | 2024.09.23 18:23:51.040480 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6262 | 2024.09.23 18:23:51.040665 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
6263 | 2024.09.23 18:23:51.040709 [ 3 ] {e86bd015-bc76-4164-a39f-9212a38c02b3} <Debug> DynamicQueryHandler: Done processing query | ||
6264 | 2024.09.23 18:23:51.040759 [ 3 ] {e86bd015-bc76-4164-a39f-9212a38c02b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6265 | 2024.09.23 18:23:51.040809 [ 3 ] {} <Debug> HTTP-Session: b479a457-696a-4ef7-920d-e0dc01d8d412 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6266 | 2024.09.23 18:23:51.040894 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6267 | 2024.09.23 18:23:51.040929 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1408 rows starting from the beginning of the part | ||
6268 | 2024.09.23 18:23:51.040986 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
6269 | 2024.09.23 18:23:51.041178 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
6270 | 2024.09.23 18:23:51.041365 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
6271 | 2024.09.23 18:23:51.041432 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
6272 | 2024.09.23 18:23:51.041652 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
6273 | 2024.09.23 18:23:51.042881 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1692 rows, containing 4 columns (4 merged, 0 gathered) in 0.002305168 sec., 734002.9013069763 rows/sec., 47.58 MiB/sec. | ||
6274 | 2024.09.23 18:23:51.043095 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6275 | 2024.09.23 18:23:51.043492 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_31_6} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6276 | 2024.09.23 18:23:51.043578 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_31_6} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6277 | 2024.09.23 18:23:51.043663 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6278 | 2024.09.23 18:23:52.000145 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.57 MiB, peak 195.16 MiB, free memory in arenas 0.00 B, will set to 187.94 MiB (RSS), difference: 5.37 MiB | ||
6279 | 2024.09.23 18:23:55.982895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6280 | 2024.09.23 18:23:55.983043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6281 | 2024.09.23 18:23:55.983076 [ 3 ] {} <Debug> HTTP-Session: 6c6c8efc-d0b5-4ffa-9b80-6cad4acf0d7d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6282 | 2024.09.23 18:23:55.983104 [ 3 ] {} <Debug> HTTP-Session: 6c6c8efc-d0b5-4ffa-9b80-6cad4acf0d7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6283 | 2024.09.23 18:23:55.983120 [ 3 ] {} <Debug> HTTP-Session: 6c6c8efc-d0b5-4ffa-9b80-6cad4acf0d7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6284 | 2024.09.23 18:23:55.983170 [ 3 ] {} <Trace> HTTP-Session: 6c6c8efc-d0b5-4ffa-9b80-6cad4acf0d7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6285 | 2024.09.23 18:23:55.983385 [ 3 ] {2c42c80e-5829-4c1a-9486-f4cd729ade2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6286 | 2024.09.23 18:23:55.983454 [ 3 ] {2c42c80e-5829-4c1a-9486-f4cd729ade2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6287 | 2024.09.23 18:23:55.983785 [ 3 ] {2c42c80e-5829-4c1a-9486-f4cd729ade2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6288 | 2024.09.23 18:23:55.984284 [ 3 ] {2c42c80e-5829-4c1a-9486-f4cd729ade2e} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6289 | 2024.09.23 18:23:55.984328 [ 3 ] {2c42c80e-5829-4c1a-9486-f4cd729ade2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6290 | 2024.09.23 18:23:55.984765 [ 3 ] {2c42c80e-5829-4c1a-9486-f4cd729ade2e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6291 | 2024.09.23 18:23:55.985169 [ 3 ] {2c42c80e-5829-4c1a-9486-f4cd729ade2e} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6292 | 2024.09.23 18:23:55.985339 [ 3 ] {2c42c80e-5829-4c1a-9486-f4cd729ade2e} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002025 sec., 36543.20987654321 rows/sec., 2.93 MiB/sec. | ||
6293 | 2024.09.23 18:23:55.985553 [ 3 ] {2c42c80e-5829-4c1a-9486-f4cd729ade2e} <Debug> DynamicQueryHandler: Done processing query | ||
6294 | 2024.09.23 18:23:55.985580 [ 3 ] {2c42c80e-5829-4c1a-9486-f4cd729ade2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6295 | 2024.09.23 18:23:55.985598 [ 3 ] {} <Debug> HTTP-Session: 6c6c8efc-d0b5-4ffa-9b80-6cad4acf0d7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6296 | 2024.09.23 18:23:55.985739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6297 | 2024.09.23 18:23:55.985792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6298 | 2024.09.23 18:23:55.985812 [ 3 ] {} <Debug> HTTP-Session: 9b4d75bf-d58d-45de-90cd-fae5422be802 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6299 | 2024.09.23 18:23:55.985829 [ 3 ] {} <Debug> HTTP-Session: 9b4d75bf-d58d-45de-90cd-fae5422be802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6300 | 2024.09.23 18:23:55.985845 [ 3 ] {} <Debug> HTTP-Session: 9b4d75bf-d58d-45de-90cd-fae5422be802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6301 | 2024.09.23 18:23:55.985877 [ 3 ] {} <Trace> HTTP-Session: 9b4d75bf-d58d-45de-90cd-fae5422be802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6302 | 2024.09.23 18:23:55.985976 [ 3 ] {3267aca7-2b05-4aef-98ab-bd8b4068f0c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6303 | 2024.09.23 18:23:55.986021 [ 3 ] {3267aca7-2b05-4aef-98ab-bd8b4068f0c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6304 | 2024.09.23 18:23:55.986251 [ 3 ] {3267aca7-2b05-4aef-98ab-bd8b4068f0c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6305 | 2024.09.23 18:23:55.986602 [ 3 ] {3267aca7-2b05-4aef-98ab-bd8b4068f0c1} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6306 | 2024.09.23 18:23:55.986641 [ 3 ] {3267aca7-2b05-4aef-98ab-bd8b4068f0c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6307 | 2024.09.23 18:23:55.986992 [ 3 ] {3267aca7-2b05-4aef-98ab-bd8b4068f0c1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6308 | 2024.09.23 18:23:55.987373 [ 3 ] {3267aca7-2b05-4aef-98ab-bd8b4068f0c1} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6309 | 2024.09.23 18:23:55.987541 [ 3 ] {3267aca7-2b05-4aef-98ab-bd8b4068f0c1} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001581 sec., 5692.599620493359 rows/sec., 428.06 KiB/sec. | ||
6310 | 2024.09.23 18:23:55.987767 [ 3 ] {3267aca7-2b05-4aef-98ab-bd8b4068f0c1} <Debug> DynamicQueryHandler: Done processing query | ||
6311 | 2024.09.23 18:23:55.987793 [ 3 ] {3267aca7-2b05-4aef-98ab-bd8b4068f0c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6312 | 2024.09.23 18:23:55.987809 [ 3 ] {} <Debug> HTTP-Session: 9b4d75bf-d58d-45de-90cd-fae5422be802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6313 | 2024.09.23 18:23:55.987941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6314 | 2024.09.23 18:23:55.987989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6315 | 2024.09.23 18:23:55.988010 [ 3 ] {} <Debug> HTTP-Session: 97e3ea7b-fdd8-4315-8890-0a9622834224 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6316 | 2024.09.23 18:23:55.988027 [ 3 ] {} <Debug> HTTP-Session: 97e3ea7b-fdd8-4315-8890-0a9622834224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6317 | 2024.09.23 18:23:55.988041 [ 3 ] {} <Debug> HTTP-Session: 97e3ea7b-fdd8-4315-8890-0a9622834224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6318 | 2024.09.23 18:23:55.988072 [ 3 ] {} <Trace> HTTP-Session: 97e3ea7b-fdd8-4315-8890-0a9622834224 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6319 | 2024.09.23 18:23:55.988202 [ 3 ] {3cd5dab3-66a8-467d-bdb8-59b965e64814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6320 | 2024.09.23 18:23:55.988246 [ 3 ] {3cd5dab3-66a8-467d-bdb8-59b965e64814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6321 | 2024.09.23 18:23:55.988471 [ 3 ] {3cd5dab3-66a8-467d-bdb8-59b965e64814} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6322 | 2024.09.23 18:23:55.988841 [ 3 ] {3cd5dab3-66a8-467d-bdb8-59b965e64814} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6323 | 2024.09.23 18:23:55.988878 [ 3 ] {3cd5dab3-66a8-467d-bdb8-59b965e64814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6324 | 2024.09.23 18:23:55.989239 [ 3 ] {3cd5dab3-66a8-467d-bdb8-59b965e64814} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6325 | 2024.09.23 18:23:55.989605 [ 3 ] {3cd5dab3-66a8-467d-bdb8-59b965e64814} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6326 | 2024.09.23 18:23:55.989779 [ 3 ] {3cd5dab3-66a8-467d-bdb8-59b965e64814} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.00161 sec., 45341.61490683229 rows/sec., 3.54 MiB/sec. | ||
6327 | 2024.09.23 18:23:55.989962 [ 3 ] {3cd5dab3-66a8-467d-bdb8-59b965e64814} <Debug> DynamicQueryHandler: Done processing query | ||
6328 | 2024.09.23 18:23:55.989987 [ 3 ] {3cd5dab3-66a8-467d-bdb8-59b965e64814} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6329 | 2024.09.23 18:23:55.990003 [ 3 ] {} <Debug> HTTP-Session: 97e3ea7b-fdd8-4315-8890-0a9622834224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6330 | 2024.09.23 18:23:55.990188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6331 | 2024.09.23 18:23:55.990238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6332 | 2024.09.23 18:23:55.990258 [ 3 ] {} <Debug> HTTP-Session: 0a47704b-7ba4-4389-8c53-9ed282050c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6333 | 2024.09.23 18:23:55.990275 [ 3 ] {} <Debug> HTTP-Session: 0a47704b-7ba4-4389-8c53-9ed282050c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6334 | 2024.09.23 18:23:55.990290 [ 3 ] {} <Debug> HTTP-Session: 0a47704b-7ba4-4389-8c53-9ed282050c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6335 | 2024.09.23 18:23:55.990321 [ 3 ] {} <Trace> HTTP-Session: 0a47704b-7ba4-4389-8c53-9ed282050c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6336 | 2024.09.23 18:23:55.990474 [ 3 ] {0cfcc9cb-d85d-4b0b-9f1a-0f3b78da31e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6337 | 2024.09.23 18:23:55.990521 [ 3 ] {0cfcc9cb-d85d-4b0b-9f1a-0f3b78da31e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6338 | 2024.09.23 18:23:55.990670 [ 3 ] {0cfcc9cb-d85d-4b0b-9f1a-0f3b78da31e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6339 | 2024.09.23 18:23:55.991079 [ 3 ] {0cfcc9cb-d85d-4b0b-9f1a-0f3b78da31e9} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6340 | 2024.09.23 18:23:55.991117 [ 3 ] {0cfcc9cb-d85d-4b0b-9f1a-0f3b78da31e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6341 | 2024.09.23 18:23:55.991503 [ 3 ] {0cfcc9cb-d85d-4b0b-9f1a-0f3b78da31e9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6342 | 2024.09.23 18:23:55.991848 [ 3 ] {0cfcc9cb-d85d-4b0b-9f1a-0f3b78da31e9} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6343 | 2024.09.23 18:23:55.992009 [ 3 ] {0cfcc9cb-d85d-4b0b-9f1a-0f3b78da31e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
6344 | 2024.09.23 18:23:55.992277 [ 3 ] {0cfcc9cb-d85d-4b0b-9f1a-0f3b78da31e9} <Debug> DynamicQueryHandler: Done processing query | ||
6345 | 2024.09.23 18:23:55.992318 [ 3 ] {0cfcc9cb-d85d-4b0b-9f1a-0f3b78da31e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6346 | 2024.09.23 18:23:55.992336 [ 3 ] {} <Debug> HTTP-Session: 0a47704b-7ba4-4389-8c53-9ed282050c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6347 | 2024.09.23 18:23:55.992467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6348 | 2024.09.23 18:23:55.992518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6349 | 2024.09.23 18:23:55.992538 [ 3 ] {} <Debug> HTTP-Session: 3decf16a-633d-4e9a-8425-b37574884093 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6350 | 2024.09.23 18:23:55.992554 [ 3 ] {} <Debug> HTTP-Session: 3decf16a-633d-4e9a-8425-b37574884093 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6351 | 2024.09.23 18:23:55.992569 [ 3 ] {} <Debug> HTTP-Session: 3decf16a-633d-4e9a-8425-b37574884093 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6352 | 2024.09.23 18:23:55.992601 [ 3 ] {} <Trace> HTTP-Session: 3decf16a-633d-4e9a-8425-b37574884093 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6353 | 2024.09.23 18:23:55.992784 [ 3 ] {39b19adb-fe39-48ad-bd61-46b4ebe198ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6354 | 2024.09.23 18:23:55.992857 [ 3 ] {39b19adb-fe39-48ad-bd61-46b4ebe198ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6355 | 2024.09.23 18:23:55.993362 [ 3 ] {39b19adb-fe39-48ad-bd61-46b4ebe198ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6356 | 2024.09.23 18:23:55.993854 [ 3 ] {39b19adb-fe39-48ad-bd61-46b4ebe198ae} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6357 | 2024.09.23 18:23:55.993890 [ 3 ] {39b19adb-fe39-48ad-bd61-46b4ebe198ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6358 | 2024.09.23 18:23:55.994468 [ 3 ] {39b19adb-fe39-48ad-bd61-46b4ebe198ae} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6359 | 2024.09.23 18:23:55.994890 [ 3 ] {39b19adb-fe39-48ad-bd61-46b4ebe198ae} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6360 | 2024.09.23 18:23:55.995081 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6361 | 2024.09.23 18:23:55.995097 [ 3 ] {39b19adb-fe39-48ad-bd61-46b4ebe198ae} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00241 sec., 3734.4398340248968 rows/sec., 6.69 MiB/sec. | ||
6362 | 2024.09.23 18:23:55.995171 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6363 | 2024.09.23 18:23:55.995266 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6364 | 2024.09.23 18:23:55.995646 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
6365 | 2024.09.23 18:23:55.995675 [ 3 ] {39b19adb-fe39-48ad-bd61-46b4ebe198ae} <Debug> DynamicQueryHandler: Done processing query | ||
6366 | 2024.09.23 18:23:55.995727 [ 3 ] {39b19adb-fe39-48ad-bd61-46b4ebe198ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
6367 | 2024.09.23 18:23:55.995755 [ 3 ] {} <Debug> HTTP-Session: 3decf16a-633d-4e9a-8425-b37574884093 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6368 | 2024.09.23 18:23:55.995950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6369 | 2024.09.23 18:23:55.996074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6370 | 2024.09.23 18:23:55.996125 [ 3 ] {} <Debug> HTTP-Session: 2749cede-9e02-48fe-97a7-b45ef0b64034 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6371 | 2024.09.23 18:23:55.996170 [ 3 ] {} <Debug> HTTP-Session: 2749cede-9e02-48fe-97a7-b45ef0b64034 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6372 | 2024.09.23 18:23:55.996214 [ 3 ] {} <Debug> HTTP-Session: 2749cede-9e02-48fe-97a7-b45ef0b64034 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6373 | 2024.09.23 18:23:55.996301 [ 3 ] {} <Trace> HTTP-Session: 2749cede-9e02-48fe-97a7-b45ef0b64034 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6374 | 2024.09.23 18:23:55.996518 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6375 | 2024.09.23 18:23:55.996552 [ 3 ] {cd0b5e84-5cc3-40a9-9637-30ee8a77ce51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6376 | 2024.09.23 18:23:55.996674 [ 3 ] {cd0b5e84-5cc3-40a9-9637-30ee8a77ce51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6377 | 2024.09.23 18:23:55.996675 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 294 rows starting from the beginning of the part | ||
6378 | 2024.09.23 18:23:55.997513 [ 3 ] {cd0b5e84-5cc3-40a9-9637-30ee8a77ce51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6379 | 2024.09.23 18:23:55.997595 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
6380 | 2024.09.23 18:23:55.998241 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
6381 | 2024.09.23 18:23:55.998728 [ 3 ] {cd0b5e84-5cc3-40a9-9637-30ee8a77ce51} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6382 | 2024.09.23 18:23:55.998840 [ 3 ] {cd0b5e84-5cc3-40a9-9637-30ee8a77ce51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6383 | 2024.09.23 18:23:55.999099 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 9 rows starting from the beginning of the part | ||
6384 | 2024.09.23 18:23:55.999693 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
6385 | 2024.09.23 18:23:56.000180 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.52 MiB, peak 195.16 MiB, free memory in arenas 0.00 B, will set to 187.94 MiB (RSS), difference: -5.58 MiB | ||
6386 | 2024.09.23 18:23:56.000444 [ 3 ] {cd0b5e84-5cc3-40a9-9637-30ee8a77ce51} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6387 | 2024.09.23 18:23:56.000574 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 9 rows starting from the beginning of the part | ||
6388 | 2024.09.23 18:23:56.002112 [ 3 ] {cd0b5e84-5cc3-40a9-9637-30ee8a77ce51} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6389 | 2024.09.23 18:23:56.002488 [ 3 ] {cd0b5e84-5cc3-40a9-9637-30ee8a77ce51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006008 sec., 9986.684420772302 rows/sec., 689.19 KiB/sec. | ||
6390 | 2024.09.23 18:23:56.003059 [ 3 ] {cd0b5e84-5cc3-40a9-9637-30ee8a77ce51} <Debug> DynamicQueryHandler: Done processing query | ||
6391 | 2024.09.23 18:23:56.003161 [ 3 ] {cd0b5e84-5cc3-40a9-9637-30ee8a77ce51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6392 | 2024.09.23 18:23:56.003245 [ 3 ] {} <Debug> HTTP-Session: 2749cede-9e02-48fe-97a7-b45ef0b64034 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6393 | 2024.09.23 18:23:56.005771 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 374 rows, containing 19 columns (19 merged, 0 gathered) in 0.010320638 sec., 36238.06977824433 rows/sec., 64.94 MiB/sec. | ||
6394 | 2024.09.23 18:23:56.006333 [ 191 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6395 | 2024.09.23 18:23:56.006909 [ 191 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6396 | 2024.09.23 18:23:56.006992 [ 191 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6397 | 2024.09.23 18:23:56.007114 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. | ||
6398 | 2024.09.23 18:23:57.000140 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.80 MiB, peak 195.16 MiB, free memory in arenas 0.00 B, will set to 187.95 MiB (RSS), difference: 5.15 MiB | ||
6399 | 2024.09.23 18:23:57.291520 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6400 | 2024.09.23 18:23:57.291578 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6401 | 2024.09.23 18:24:00.988249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6402 | 2024.09.23 18:24:00.988379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6403 | 2024.09.23 18:24:00.988405 [ 3 ] {} <Debug> HTTP-Session: 3e7ab6e2-2104-4cc4-845a-ad01bff32774 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6404 | 2024.09.23 18:24:00.988431 [ 3 ] {} <Debug> HTTP-Session: 3e7ab6e2-2104-4cc4-845a-ad01bff32774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6405 | 2024.09.23 18:24:00.988446 [ 3 ] {} <Debug> HTTP-Session: 3e7ab6e2-2104-4cc4-845a-ad01bff32774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6406 | 2024.09.23 18:24:00.988497 [ 3 ] {} <Trace> HTTP-Session: 3e7ab6e2-2104-4cc4-845a-ad01bff32774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6407 | 2024.09.23 18:24:00.988761 [ 3 ] {fbc0002b-6791-410c-ba6f-5e313875de72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6408 | 2024.09.23 18:24:00.988830 [ 3 ] {fbc0002b-6791-410c-ba6f-5e313875de72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6409 | 2024.09.23 18:24:00.989161 [ 3 ] {fbc0002b-6791-410c-ba6f-5e313875de72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6410 | 2024.09.23 18:24:00.989691 [ 3 ] {fbc0002b-6791-410c-ba6f-5e313875de72} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6411 | 2024.09.23 18:24:00.989735 [ 3 ] {fbc0002b-6791-410c-ba6f-5e313875de72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6412 | 2024.09.23 18:24:00.990179 [ 3 ] {fbc0002b-6791-410c-ba6f-5e313875de72} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6413 | 2024.09.23 18:24:00.990921 [ 3 ] {fbc0002b-6791-410c-ba6f-5e313875de72} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6414 | 2024.09.23 18:24:00.991108 [ 3 ] {fbc0002b-6791-410c-ba6f-5e313875de72} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002461 sec., 101991.0605444941 rows/sec., 9.03 MiB/sec. | ||
6415 | 2024.09.23 18:24:00.991430 [ 3 ] {fbc0002b-6791-410c-ba6f-5e313875de72} <Debug> DynamicQueryHandler: Done processing query | ||
6416 | 2024.09.23 18:24:00.991471 [ 3 ] {fbc0002b-6791-410c-ba6f-5e313875de72} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6417 | 2024.09.23 18:24:00.991489 [ 3 ] {} <Debug> HTTP-Session: 3e7ab6e2-2104-4cc4-845a-ad01bff32774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6418 | 2024.09.23 18:24:00.991648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6419 | 2024.09.23 18:24:00.991698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6420 | 2024.09.23 18:24:00.991718 [ 3 ] {} <Debug> HTTP-Session: 3ee65c16-02b2-49c1-bcca-25dc02b6c7b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6421 | 2024.09.23 18:24:00.991736 [ 3 ] {} <Debug> HTTP-Session: 3ee65c16-02b2-49c1-bcca-25dc02b6c7b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6422 | 2024.09.23 18:24:00.991750 [ 3 ] {} <Debug> HTTP-Session: 3ee65c16-02b2-49c1-bcca-25dc02b6c7b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6423 | 2024.09.23 18:24:00.991782 [ 3 ] {} <Trace> HTTP-Session: 3ee65c16-02b2-49c1-bcca-25dc02b6c7b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6424 | 2024.09.23 18:24:00.991895 [ 3 ] {f338bc06-9d7d-4e08-8a86-4fdbdfd8fc8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6425 | 2024.09.23 18:24:00.991942 [ 3 ] {f338bc06-9d7d-4e08-8a86-4fdbdfd8fc8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6426 | 2024.09.23 18:24:00.992195 [ 3 ] {f338bc06-9d7d-4e08-8a86-4fdbdfd8fc8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6427 | 2024.09.23 18:24:00.992547 [ 3 ] {f338bc06-9d7d-4e08-8a86-4fdbdfd8fc8d} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6428 | 2024.09.23 18:24:00.992585 [ 3 ] {f338bc06-9d7d-4e08-8a86-4fdbdfd8fc8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6429 | 2024.09.23 18:24:00.992959 [ 3 ] {f338bc06-9d7d-4e08-8a86-4fdbdfd8fc8d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6430 | 2024.09.23 18:24:00.993337 [ 3 ] {f338bc06-9d7d-4e08-8a86-4fdbdfd8fc8d} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6431 | 2024.09.23 18:24:00.993485 [ 3 ] {f338bc06-9d7d-4e08-8a86-4fdbdfd8fc8d} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00162 sec., 19135.802469135804 rows/sec., 1.41 MiB/sec. | ||
6432 | 2024.09.23 18:24:00.993654 [ 3 ] {f338bc06-9d7d-4e08-8a86-4fdbdfd8fc8d} <Debug> DynamicQueryHandler: Done processing query | ||
6433 | 2024.09.23 18:24:00.993679 [ 3 ] {f338bc06-9d7d-4e08-8a86-4fdbdfd8fc8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6434 | 2024.09.23 18:24:00.993696 [ 3 ] {} <Debug> HTTP-Session: 3ee65c16-02b2-49c1-bcca-25dc02b6c7b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6435 | 2024.09.23 18:24:00.993831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6436 | 2024.09.23 18:24:00.993885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6437 | 2024.09.23 18:24:00.993909 [ 3 ] {} <Debug> HTTP-Session: e9b93da8-be07-4b2a-8683-4da212abd08c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6438 | 2024.09.23 18:24:00.993927 [ 3 ] {} <Debug> HTTP-Session: e9b93da8-be07-4b2a-8683-4da212abd08c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6439 | 2024.09.23 18:24:00.993941 [ 3 ] {} <Debug> HTTP-Session: e9b93da8-be07-4b2a-8683-4da212abd08c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6440 | 2024.09.23 18:24:00.993972 [ 3 ] {} <Trace> HTTP-Session: e9b93da8-be07-4b2a-8683-4da212abd08c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6441 | 2024.09.23 18:24:00.994080 [ 3 ] {5314ac1c-13be-4b13-a4cf-6ca36048b38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6442 | 2024.09.23 18:24:00.994125 [ 3 ] {5314ac1c-13be-4b13-a4cf-6ca36048b38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6443 | 2024.09.23 18:24:00.994350 [ 3 ] {5314ac1c-13be-4b13-a4cf-6ca36048b38e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6444 | 2024.09.23 18:24:00.994643 [ 3 ] {5314ac1c-13be-4b13-a4cf-6ca36048b38e} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6445 | 2024.09.23 18:24:00.994681 [ 3 ] {5314ac1c-13be-4b13-a4cf-6ca36048b38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6446 | 2024.09.23 18:24:00.995037 [ 3 ] {5314ac1c-13be-4b13-a4cf-6ca36048b38e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6447 | 2024.09.23 18:24:00.995405 [ 3 ] {5314ac1c-13be-4b13-a4cf-6ca36048b38e} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6448 | 2024.09.23 18:24:00.995567 [ 3 ] {5314ac1c-13be-4b13-a4cf-6ca36048b38e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001509 sec., 9277.667329357191 rows/sec., 649.75 KiB/sec. | ||
6449 | 2024.09.23 18:24:00.995576 [ 57 ] {} <Debug> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6450 | 2024.09.23 18:24:00.995689 [ 57 ] {} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6451 | 2024.09.23 18:24:00.995740 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6452 | 2024.09.23 18:24:00.995853 [ 3 ] {5314ac1c-13be-4b13-a4cf-6ca36048b38e} <Debug> DynamicQueryHandler: Done processing query | ||
6453 | 2024.09.23 18:24:00.995906 [ 3 ] {5314ac1c-13be-4b13-a4cf-6ca36048b38e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6454 | 2024.09.23 18:24:00.995941 [ 3 ] {} <Debug> HTTP-Session: e9b93da8-be07-4b2a-8683-4da212abd08c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6455 | 2024.09.23 18:24:00.995958 [ 195 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
6456 | 2024.09.23 18:24:00.996112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6457 | 2024.09.23 18:24:00.996219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6458 | 2024.09.23 18:24:00.996269 [ 195 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6459 | 2024.09.23 18:24:00.996281 [ 3 ] {} <Debug> HTTP-Session: 84acd687-d599-480c-9e20-6538031d08d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6460 | 2024.09.23 18:24:00.996343 [ 3 ] {} <Debug> HTTP-Session: 84acd687-d599-480c-9e20-6538031d08d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6461 | 2024.09.23 18:24:00.996348 [ 195 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 243 rows starting from the beginning of the part | ||
6462 | 2024.09.23 18:24:00.996363 [ 3 ] {} <Debug> HTTP-Session: 84acd687-d599-480c-9e20-6538031d08d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6463 | 2024.09.23 18:24:00.996436 [ 3 ] {} <Trace> HTTP-Session: 84acd687-d599-480c-9e20-6538031d08d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6464 | 2024.09.23 18:24:00.996578 [ 195 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
6465 | 2024.09.23 18:24:00.996850 [ 3 ] {6bfcb1cc-386f-4465-8682-39f1b45dacb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6466 | 2024.09.23 18:24:00.996898 [ 195 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
6467 | 2024.09.23 18:24:00.997166 [ 195 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 242 rows starting from the beginning of the part | ||
6468 | 2024.09.23 18:24:00.997226 [ 3 ] {6bfcb1cc-386f-4465-8682-39f1b45dacb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6469 | 2024.09.23 18:24:00.997464 [ 195 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
6470 | 2024.09.23 18:24:00.997761 [ 195 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
6471 | 2024.09.23 18:24:00.998684 [ 3 ] {6bfcb1cc-386f-4465-8682-39f1b45dacb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6472 | 2024.09.23 18:24:00.999513 [ 3 ] {6bfcb1cc-386f-4465-8682-39f1b45dacb7} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6473 | 2024.09.23 18:24:00.999589 [ 3 ] {6bfcb1cc-386f-4465-8682-39f1b45dacb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6474 | 2024.09.23 18:24:01.000196 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.42 MiB, peak 195.16 MiB, free memory in arenas 0.00 B, will set to 187.95 MiB (RSS), difference: -4.48 MiB | ||
6475 | 2024.09.23 18:24:01.001339 [ 3 ] {6bfcb1cc-386f-4465-8682-39f1b45dacb7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6476 | 2024.09.23 18:24:01.001601 [ 194 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005774685 sec., 93684.76375767683 rows/sec., 6.37 MiB/sec. | ||
6477 | 2024.09.23 18:24:01.001800 [ 194 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6478 | 2024.09.23 18:24:01.001981 [ 3 ] {6bfcb1cc-386f-4465-8682-39f1b45dacb7} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6479 | 2024.09.23 18:24:01.002344 [ 3 ] {6bfcb1cc-386f-4465-8682-39f1b45dacb7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005684 sec., 1055.594651653765 rows/sec., 62.37 KiB/sec. | ||
6480 | 2024.09.23 18:24:01.002921 [ 194 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6481 | 2024.09.23 18:24:01.002930 [ 3 ] {6bfcb1cc-386f-4465-8682-39f1b45dacb7} <Debug> DynamicQueryHandler: Done processing query | ||
6482 | 2024.09.23 18:24:01.002979 [ 3 ] {6bfcb1cc-386f-4465-8682-39f1b45dacb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6483 | 2024.09.23 18:24:01.003007 [ 3 ] {} <Debug> HTTP-Session: 84acd687-d599-480c-9e20-6538031d08d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6484 | 2024.09.23 18:24:01.003049 [ 194 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_15_3} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6485 | 2024.09.23 18:24:01.003147 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
6486 | 2024.09.23 18:24:01.003213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6487 | 2024.09.23 18:24:01.003262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6488 | 2024.09.23 18:24:01.003281 [ 3 ] {} <Debug> HTTP-Session: b24e8d7c-d3ae-4372-aff6-e76b8e1394ca Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6489 | 2024.09.23 18:24:01.003297 [ 3 ] {} <Debug> HTTP-Session: b24e8d7c-d3ae-4372-aff6-e76b8e1394ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6490 | 2024.09.23 18:24:01.003311 [ 3 ] {} <Debug> HTTP-Session: b24e8d7c-d3ae-4372-aff6-e76b8e1394ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6491 | 2024.09.23 18:24:01.003341 [ 3 ] {} <Trace> HTTP-Session: b24e8d7c-d3ae-4372-aff6-e76b8e1394ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6492 | 2024.09.23 18:24:01.003570 [ 3 ] {695b7c67-567c-404c-b9df-f08056a649b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6493 | 2024.09.23 18:24:01.003613 [ 3 ] {695b7c67-567c-404c-b9df-f08056a649b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6494 | 2024.09.23 18:24:01.003856 [ 3 ] {695b7c67-567c-404c-b9df-f08056a649b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6495 | 2024.09.23 18:24:01.004404 [ 3 ] {695b7c67-567c-404c-b9df-f08056a649b6} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6496 | 2024.09.23 18:24:01.004442 [ 3 ] {695b7c67-567c-404c-b9df-f08056a649b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6497 | 2024.09.23 18:24:01.004817 [ 3 ] {695b7c67-567c-404c-b9df-f08056a649b6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6498 | 2024.09.23 18:24:01.005178 [ 3 ] {695b7c67-567c-404c-b9df-f08056a649b6} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6499 | 2024.09.23 18:24:01.005342 [ 3 ] {695b7c67-567c-404c-b9df-f08056a649b6} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001877 sec., 220031.96590303676 rows/sec., 15.69 MiB/sec. | ||
6500 | 2024.09.23 18:24:01.005506 [ 3 ] {695b7c67-567c-404c-b9df-f08056a649b6} <Debug> DynamicQueryHandler: Done processing query | ||
6501 | 2024.09.23 18:24:01.005531 [ 3 ] {695b7c67-567c-404c-b9df-f08056a649b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
6502 | 2024.09.23 18:24:01.005546 [ 3 ] {} <Debug> HTTP-Session: b24e8d7c-d3ae-4372-aff6-e76b8e1394ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6503 | 2024.09.23 18:24:01.005685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6504 | 2024.09.23 18:24:01.005733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6505 | 2024.09.23 18:24:01.005752 [ 3 ] {} <Debug> HTTP-Session: 24574f6f-1c88-4a78-ae07-64c11e890f0f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6506 | 2024.09.23 18:24:01.005768 [ 3 ] {} <Debug> HTTP-Session: 24574f6f-1c88-4a78-ae07-64c11e890f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6507 | 2024.09.23 18:24:01.005782 [ 3 ] {} <Debug> HTTP-Session: 24574f6f-1c88-4a78-ae07-64c11e890f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6508 | 2024.09.23 18:24:01.005812 [ 3 ] {} <Trace> HTTP-Session: 24574f6f-1c88-4a78-ae07-64c11e890f0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6509 | 2024.09.23 18:24:01.005908 [ 3 ] {64599b25-29ee-449b-820f-b853859d7535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6510 | 2024.09.23 18:24:01.005952 [ 3 ] {64599b25-29ee-449b-820f-b853859d7535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6511 | 2024.09.23 18:24:01.006081 [ 3 ] {64599b25-29ee-449b-820f-b853859d7535} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6512 | 2024.09.23 18:24:01.006318 [ 3 ] {64599b25-29ee-449b-820f-b853859d7535} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6513 | 2024.09.23 18:24:01.006354 [ 3 ] {64599b25-29ee-449b-820f-b853859d7535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6514 | 2024.09.23 18:24:01.006707 [ 3 ] {64599b25-29ee-449b-820f-b853859d7535} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6515 | 2024.09.23 18:24:01.007031 [ 3 ] {64599b25-29ee-449b-820f-b853859d7535} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6516 | 2024.09.23 18:24:01.007192 [ 3 ] {64599b25-29ee-449b-820f-b853859d7535} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 239.66 KiB/sec. | ||
6517 | 2024.09.23 18:24:01.007382 [ 3 ] {64599b25-29ee-449b-820f-b853859d7535} <Debug> DynamicQueryHandler: Done processing query | ||
6518 | 2024.09.23 18:24:01.007407 [ 3 ] {64599b25-29ee-449b-820f-b853859d7535} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6519 | 2024.09.23 18:24:01.007422 [ 3 ] {} <Debug> HTTP-Session: 24574f6f-1c88-4a78-ae07-64c11e890f0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6520 | 2024.09.23 18:24:01.007595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6521 | 2024.09.23 18:24:01.007641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6522 | 2024.09.23 18:24:01.007661 [ 3 ] {} <Debug> HTTP-Session: 7fe59f84-9099-4cf0-8446-4260f02a0e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6523 | 2024.09.23 18:24:01.007677 [ 3 ] {} <Debug> HTTP-Session: 7fe59f84-9099-4cf0-8446-4260f02a0e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6524 | 2024.09.23 18:24:01.007691 [ 3 ] {} <Debug> HTTP-Session: 7fe59f84-9099-4cf0-8446-4260f02a0e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6525 | 2024.09.23 18:24:01.007721 [ 3 ] {} <Trace> HTTP-Session: 7fe59f84-9099-4cf0-8446-4260f02a0e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6526 | 2024.09.23 18:24:01.007884 [ 3 ] {2ee71f53-3080-450d-94c0-944d320801ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6527 | 2024.09.23 18:24:01.007930 [ 3 ] {2ee71f53-3080-450d-94c0-944d320801ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6528 | 2024.09.23 18:24:01.008074 [ 3 ] {2ee71f53-3080-450d-94c0-944d320801ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6529 | 2024.09.23 18:24:01.008460 [ 3 ] {2ee71f53-3080-450d-94c0-944d320801ac} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6530 | 2024.09.23 18:24:01.008496 [ 3 ] {2ee71f53-3080-450d-94c0-944d320801ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6531 | 2024.09.23 18:24:01.008873 [ 3 ] {2ee71f53-3080-450d-94c0-944d320801ac} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6532 | 2024.09.23 18:24:01.009225 [ 3 ] {2ee71f53-3080-450d-94c0-944d320801ac} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6533 | 2024.09.23 18:24:01.009384 [ 3 ] {2ee71f53-3080-450d-94c0-944d320801ac} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001571 sec., 150859.32527052832 rows/sec., 10.11 MiB/sec. | ||
6534 | 2024.09.23 18:24:01.009664 [ 3 ] {2ee71f53-3080-450d-94c0-944d320801ac} <Debug> DynamicQueryHandler: Done processing query | ||
6535 | 2024.09.23 18:24:01.009707 [ 3 ] {2ee71f53-3080-450d-94c0-944d320801ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6536 | 2024.09.23 18:24:01.009729 [ 3 ] {} <Debug> HTTP-Session: 7fe59f84-9099-4cf0-8446-4260f02a0e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6537 | 2024.09.23 18:24:01.009857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6538 | 2024.09.23 18:24:01.009905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6539 | 2024.09.23 18:24:01.009925 [ 3 ] {} <Debug> HTTP-Session: 720418b1-660b-4ae4-aa68-31338bc45e81 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6540 | 2024.09.23 18:24:01.009941 [ 3 ] {} <Debug> HTTP-Session: 720418b1-660b-4ae4-aa68-31338bc45e81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6541 | 2024.09.23 18:24:01.009955 [ 3 ] {} <Debug> HTTP-Session: 720418b1-660b-4ae4-aa68-31338bc45e81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6542 | 2024.09.23 18:24:01.009985 [ 3 ] {} <Trace> HTTP-Session: 720418b1-660b-4ae4-aa68-31338bc45e81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6543 | 2024.09.23 18:24:01.010081 [ 3 ] {66cfc9f1-4983-4eb7-8539-4a5a2ce5055e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6544 | 2024.09.23 18:24:01.010126 [ 3 ] {66cfc9f1-4983-4eb7-8539-4a5a2ce5055e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6545 | 2024.09.23 18:24:01.010267 [ 3 ] {66cfc9f1-4983-4eb7-8539-4a5a2ce5055e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6546 | 2024.09.23 18:24:01.010499 [ 3 ] {66cfc9f1-4983-4eb7-8539-4a5a2ce5055e} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6547 | 2024.09.23 18:24:01.010535 [ 3 ] {66cfc9f1-4983-4eb7-8539-4a5a2ce5055e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6548 | 2024.09.23 18:24:01.010886 [ 3 ] {66cfc9f1-4983-4eb7-8539-4a5a2ce5055e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6549 | 2024.09.23 18:24:01.011219 [ 3 ] {66cfc9f1-4983-4eb7-8539-4a5a2ce5055e} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6550 | 2024.09.23 18:24:01.011374 [ 3 ] {66cfc9f1-4983-4eb7-8539-4a5a2ce5055e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00131 sec., 763.3587786259542 rows/sec., 51.44 KiB/sec. | ||
6551 | 2024.09.23 18:24:01.011372 [ 81 ] {} <Debug> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
6552 | 2024.09.23 18:24:01.011497 [ 81 ] {} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6553 | 2024.09.23 18:24:01.011548 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6554 | 2024.09.23 18:24:01.011586 [ 3 ] {66cfc9f1-4983-4eb7-8539-4a5a2ce5055e} <Debug> DynamicQueryHandler: Done processing query | ||
6555 | 2024.09.23 18:24:01.011648 [ 3 ] {66cfc9f1-4983-4eb7-8539-4a5a2ce5055e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6556 | 2024.09.23 18:24:01.011705 [ 3 ] {} <Debug> HTTP-Session: 720418b1-660b-4ae4-aa68-31338bc45e81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6557 | 2024.09.23 18:24:01.011785 [ 190 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
6558 | 2024.09.23 18:24:01.011908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6559 | 2024.09.23 18:24:01.011944 [ 190 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6560 | 2024.09.23 18:24:01.011972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6561 | 2024.09.23 18:24:01.011981 [ 190 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 11 rows starting from the beginning of the part | ||
6562 | 2024.09.23 18:24:01.011998 [ 3 ] {} <Debug> HTTP-Session: 7e22c58d-c831-41d8-8217-9572272d68d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6563 | 2024.09.23 18:24:01.012020 [ 3 ] {} <Debug> HTTP-Session: 7e22c58d-c831-41d8-8217-9572272d68d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6564 | 2024.09.23 18:24:01.012051 [ 3 ] {} <Debug> HTTP-Session: 7e22c58d-c831-41d8-8217-9572272d68d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6565 | 2024.09.23 18:24:01.012071 [ 190 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
6566 | 2024.09.23 18:24:01.012134 [ 3 ] {} <Trace> HTTP-Session: 7e22c58d-c831-41d8-8217-9572272d68d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6567 | 2024.09.23 18:24:01.012497 [ 190 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
6568 | 2024.09.23 18:24:01.012650 [ 190 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
6569 | 2024.09.23 18:24:01.012808 [ 3 ] {d6c2f8c3-7072-4986-8aa5-147ee30773ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6570 | 2024.09.23 18:24:01.012970 [ 190 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
6571 | 2024.09.23 18:24:01.013207 [ 3 ] {d6c2f8c3-7072-4986-8aa5-147ee30773ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6572 | 2024.09.23 18:24:01.013275 [ 190 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
6573 | 2024.09.23 18:24:01.014677 [ 3 ] {d6c2f8c3-7072-4986-8aa5-147ee30773ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6574 | 2024.09.23 18:24:01.015506 [ 195 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.003865537 sec., 4139.140305732425 rows/sec., 276.89 KiB/sec. | ||
6575 | 2024.09.23 18:24:01.015797 [ 195 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6576 | 2024.09.23 18:24:01.015820 [ 3 ] {d6c2f8c3-7072-4986-8aa5-147ee30773ee} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6577 | 2024.09.23 18:24:01.015899 [ 3 ] {d6c2f8c3-7072-4986-8aa5-147ee30773ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6578 | 2024.09.23 18:24:01.016935 [ 195 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6579 | 2024.09.23 18:24:01.017197 [ 195 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_15_3} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
6580 | 2024.09.23 18:24:01.017360 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6581 | 2024.09.23 18:24:01.017515 [ 3 ] {d6c2f8c3-7072-4986-8aa5-147ee30773ee} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6582 | 2024.09.23 18:24:01.017957 [ 3 ] {d6c2f8c3-7072-4986-8aa5-147ee30773ee} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6583 | 2024.09.23 18:24:01.018157 [ 3 ] {d6c2f8c3-7072-4986-8aa5-147ee30773ee} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005738 sec., 5402.579295921924 rows/sec., 9.68 MiB/sec. | ||
6584 | 2024.09.23 18:24:01.018777 [ 3 ] {d6c2f8c3-7072-4986-8aa5-147ee30773ee} <Debug> DynamicQueryHandler: Done processing query | ||
6585 | 2024.09.23 18:24:01.018804 [ 3 ] {d6c2f8c3-7072-4986-8aa5-147ee30773ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6586 | 2024.09.23 18:24:01.018821 [ 3 ] {} <Debug> HTTP-Session: 7e22c58d-c831-41d8-8217-9572272d68d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6587 | 2024.09.23 18:24:01.018961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6588 | 2024.09.23 18:24:01.019012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6589 | 2024.09.23 18:24:01.019033 [ 3 ] {} <Debug> HTTP-Session: 47f94148-e9ba-464d-a49e-1c4cbe5ac67c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6590 | 2024.09.23 18:24:01.019050 [ 3 ] {} <Debug> HTTP-Session: 47f94148-e9ba-464d-a49e-1c4cbe5ac67c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6591 | 2024.09.23 18:24:01.019064 [ 3 ] {} <Debug> HTTP-Session: 47f94148-e9ba-464d-a49e-1c4cbe5ac67c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6592 | 2024.09.23 18:24:01.019096 [ 3 ] {} <Trace> HTTP-Session: 47f94148-e9ba-464d-a49e-1c4cbe5ac67c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6593 | 2024.09.23 18:24:01.019219 [ 3 ] {b4327922-c685-4aaa-8cda-e3d439a38f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6594 | 2024.09.23 18:24:01.019267 [ 3 ] {b4327922-c685-4aaa-8cda-e3d439a38f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6595 | 2024.09.23 18:24:01.019421 [ 3 ] {b4327922-c685-4aaa-8cda-e3d439a38f2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6596 | 2024.09.23 18:24:01.019705 [ 3 ] {b4327922-c685-4aaa-8cda-e3d439a38f2a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6597 | 2024.09.23 18:24:01.019768 [ 3 ] {b4327922-c685-4aaa-8cda-e3d439a38f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
6598 | 2024.09.23 18:24:01.020142 [ 3 ] {b4327922-c685-4aaa-8cda-e3d439a38f2a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6599 | 2024.09.23 18:24:01.020490 [ 3 ] {b4327922-c685-4aaa-8cda-e3d439a38f2a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6600 | 2024.09.23 18:24:01.020667 [ 3 ] {b4327922-c685-4aaa-8cda-e3d439a38f2a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001483 sec., 55293.32434254889 rows/sec., 3.51 MiB/sec. | ||
6601 | 2024.09.23 18:24:01.020842 [ 3 ] {b4327922-c685-4aaa-8cda-e3d439a38f2a} <Debug> DynamicQueryHandler: Done processing query | ||
6602 | 2024.09.23 18:24:01.020867 [ 3 ] {b4327922-c685-4aaa-8cda-e3d439a38f2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6603 | 2024.09.23 18:24:01.020882 [ 3 ] {} <Debug> HTTP-Session: 47f94148-e9ba-464d-a49e-1c4cbe5ac67c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6604 | 2024.09.23 18:24:02.000259 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.21 MiB, peak 195.16 MiB, free memory in arenas 0.00 B, will set to 188.09 MiB (RSS), difference: 3.89 MiB | ||
6605 | 2024.09.23 18:24:05.982634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6606 | 2024.09.23 18:24:05.982789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6607 | 2024.09.23 18:24:05.982848 [ 3 ] {} <Debug> HTTP-Session: 2588e204-96ca-4d8d-baad-8c903786f89a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6608 | 2024.09.23 18:24:05.982877 [ 3 ] {} <Debug> HTTP-Session: 2588e204-96ca-4d8d-baad-8c903786f89a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6609 | 2024.09.23 18:24:05.982897 [ 3 ] {} <Debug> HTTP-Session: 2588e204-96ca-4d8d-baad-8c903786f89a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6610 | 2024.09.23 18:24:05.982952 [ 3 ] {} <Trace> HTTP-Session: 2588e204-96ca-4d8d-baad-8c903786f89a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6611 | 2024.09.23 18:24:05.983190 [ 3 ] {19cfa037-d6e8-4b3d-8ef0-7b14d3eca960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6612 | 2024.09.23 18:24:05.983266 [ 3 ] {19cfa037-d6e8-4b3d-8ef0-7b14d3eca960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6613 | 2024.09.23 18:24:05.983631 [ 3 ] {19cfa037-d6e8-4b3d-8ef0-7b14d3eca960} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6614 | 2024.09.23 18:24:05.984044 [ 3 ] {19cfa037-d6e8-4b3d-8ef0-7b14d3eca960} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6615 | 2024.09.23 18:24:05.984088 [ 3 ] {19cfa037-d6e8-4b3d-8ef0-7b14d3eca960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6616 | 2024.09.23 18:24:05.984509 [ 3 ] {19cfa037-d6e8-4b3d-8ef0-7b14d3eca960} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6617 | 2024.09.23 18:24:05.984896 [ 3 ] {19cfa037-d6e8-4b3d-8ef0-7b14d3eca960} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6618 | 2024.09.23 18:24:05.985073 [ 3 ] {19cfa037-d6e8-4b3d-8ef0-7b14d3eca960} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001959 sec., 37774.37468095968 rows/sec., 3.03 MiB/sec. | ||
6619 | 2024.09.23 18:24:05.985270 [ 3 ] {19cfa037-d6e8-4b3d-8ef0-7b14d3eca960} <Debug> DynamicQueryHandler: Done processing query | ||
6620 | 2024.09.23 18:24:05.985296 [ 3 ] {19cfa037-d6e8-4b3d-8ef0-7b14d3eca960} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6621 | 2024.09.23 18:24:05.985312 [ 3 ] {} <Debug> HTTP-Session: 2588e204-96ca-4d8d-baad-8c903786f89a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6622 | 2024.09.23 18:24:05.985480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6623 | 2024.09.23 18:24:05.985530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6624 | 2024.09.23 18:24:05.985549 [ 3 ] {} <Debug> HTTP-Session: 481b1055-c865-4d13-a0ae-d6cb44d02676 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6625 | 2024.09.23 18:24:05.985566 [ 3 ] {} <Debug> HTTP-Session: 481b1055-c865-4d13-a0ae-d6cb44d02676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6626 | 2024.09.23 18:24:05.985581 [ 3 ] {} <Debug> HTTP-Session: 481b1055-c865-4d13-a0ae-d6cb44d02676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6627 | 2024.09.23 18:24:05.985612 [ 3 ] {} <Trace> HTTP-Session: 481b1055-c865-4d13-a0ae-d6cb44d02676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6628 | 2024.09.23 18:24:05.985713 [ 3 ] {aaaa31bc-cde4-40ab-a227-c2e831bbfadb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6629 | 2024.09.23 18:24:05.985756 [ 3 ] {aaaa31bc-cde4-40ab-a227-c2e831bbfadb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6630 | 2024.09.23 18:24:05.985982 [ 3 ] {aaaa31bc-cde4-40ab-a227-c2e831bbfadb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6631 | 2024.09.23 18:24:05.986262 [ 3 ] {aaaa31bc-cde4-40ab-a227-c2e831bbfadb} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6632 | 2024.09.23 18:24:05.986299 [ 3 ] {aaaa31bc-cde4-40ab-a227-c2e831bbfadb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6633 | 2024.09.23 18:24:05.986647 [ 3 ] {aaaa31bc-cde4-40ab-a227-c2e831bbfadb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6634 | 2024.09.23 18:24:05.987013 [ 3 ] {aaaa31bc-cde4-40ab-a227-c2e831bbfadb} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6635 | 2024.09.23 18:24:05.987170 [ 3 ] {aaaa31bc-cde4-40ab-a227-c2e831bbfadb} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001477 sec., 6093.432633716994 rows/sec., 458.20 KiB/sec. | ||
6636 | 2024.09.23 18:24:05.987332 [ 3 ] {aaaa31bc-cde4-40ab-a227-c2e831bbfadb} <Debug> DynamicQueryHandler: Done processing query | ||
6637 | 2024.09.23 18:24:05.987356 [ 3 ] {aaaa31bc-cde4-40ab-a227-c2e831bbfadb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6638 | 2024.09.23 18:24:05.987372 [ 3 ] {} <Debug> HTTP-Session: 481b1055-c865-4d13-a0ae-d6cb44d02676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6639 | 2024.09.23 18:24:05.987497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6640 | 2024.09.23 18:24:05.987546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6641 | 2024.09.23 18:24:05.987564 [ 3 ] {} <Debug> HTTP-Session: 10c8514e-6ca4-4f4b-87c5-db45f7fc086b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6642 | 2024.09.23 18:24:05.987581 [ 3 ] {} <Debug> HTTP-Session: 10c8514e-6ca4-4f4b-87c5-db45f7fc086b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6643 | 2024.09.23 18:24:05.987596 [ 3 ] {} <Debug> HTTP-Session: 10c8514e-6ca4-4f4b-87c5-db45f7fc086b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6644 | 2024.09.23 18:24:05.987627 [ 3 ] {} <Trace> HTTP-Session: 10c8514e-6ca4-4f4b-87c5-db45f7fc086b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6645 | 2024.09.23 18:24:05.987738 [ 3 ] {ebc1a7df-a10a-45e9-ad05-4bba75b0ed8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6646 | 2024.09.23 18:24:05.987783 [ 3 ] {ebc1a7df-a10a-45e9-ad05-4bba75b0ed8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6647 | 2024.09.23 18:24:05.988007 [ 3 ] {ebc1a7df-a10a-45e9-ad05-4bba75b0ed8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6648 | 2024.09.23 18:24:05.988327 [ 3 ] {ebc1a7df-a10a-45e9-ad05-4bba75b0ed8e} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6649 | 2024.09.23 18:24:05.988364 [ 3 ] {ebc1a7df-a10a-45e9-ad05-4bba75b0ed8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6650 | 2024.09.23 18:24:05.988732 [ 3 ] {ebc1a7df-a10a-45e9-ad05-4bba75b0ed8e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6651 | 2024.09.23 18:24:05.989094 [ 3 ] {ebc1a7df-a10a-45e9-ad05-4bba75b0ed8e} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6652 | 2024.09.23 18:24:05.989260 [ 3 ] {ebc1a7df-a10a-45e9-ad05-4bba75b0ed8e} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001551 sec., 47066.40876853643 rows/sec., 3.67 MiB/sec. | ||
6653 | 2024.09.23 18:24:05.989430 [ 3 ] {ebc1a7df-a10a-45e9-ad05-4bba75b0ed8e} <Debug> DynamicQueryHandler: Done processing query | ||
6654 | 2024.09.23 18:24:05.989454 [ 3 ] {ebc1a7df-a10a-45e9-ad05-4bba75b0ed8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6655 | 2024.09.23 18:24:05.989470 [ 3 ] {} <Debug> HTTP-Session: 10c8514e-6ca4-4f4b-87c5-db45f7fc086b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6656 | 2024.09.23 18:24:05.989686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6657 | 2024.09.23 18:24:05.989734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6658 | 2024.09.23 18:24:05.989753 [ 3 ] {} <Debug> HTTP-Session: a454aae2-97d7-4243-b700-0dbdd3324bea Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6659 | 2024.09.23 18:24:05.989770 [ 3 ] {} <Debug> HTTP-Session: a454aae2-97d7-4243-b700-0dbdd3324bea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6660 | 2024.09.23 18:24:05.989784 [ 3 ] {} <Debug> HTTP-Session: a454aae2-97d7-4243-b700-0dbdd3324bea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6661 | 2024.09.23 18:24:05.989815 [ 3 ] {} <Trace> HTTP-Session: a454aae2-97d7-4243-b700-0dbdd3324bea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6662 | 2024.09.23 18:24:05.989992 [ 3 ] {f3bd9e4d-37d8-4d41-a3fd-60cda8399f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6663 | 2024.09.23 18:24:05.990040 [ 3 ] {f3bd9e4d-37d8-4d41-a3fd-60cda8399f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6664 | 2024.09.23 18:24:05.990187 [ 3 ] {f3bd9e4d-37d8-4d41-a3fd-60cda8399f5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6665 | 2024.09.23 18:24:05.990542 [ 3 ] {f3bd9e4d-37d8-4d41-a3fd-60cda8399f5b} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6666 | 2024.09.23 18:24:05.990579 [ 3 ] {f3bd9e4d-37d8-4d41-a3fd-60cda8399f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6667 | 2024.09.23 18:24:05.990963 [ 3 ] {f3bd9e4d-37d8-4d41-a3fd-60cda8399f5b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6668 | 2024.09.23 18:24:05.991305 [ 3 ] {f3bd9e4d-37d8-4d41-a3fd-60cda8399f5b} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6669 | 2024.09.23 18:24:05.991443 [ 3 ] {f3bd9e4d-37d8-4d41-a3fd-60cda8399f5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. | ||
6670 | 2024.09.23 18:24:05.991658 [ 3 ] {f3bd9e4d-37d8-4d41-a3fd-60cda8399f5b} <Debug> DynamicQueryHandler: Done processing query | ||
6671 | 2024.09.23 18:24:05.991692 [ 3 ] {f3bd9e4d-37d8-4d41-a3fd-60cda8399f5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6672 | 2024.09.23 18:24:05.991717 [ 3 ] {} <Debug> HTTP-Session: a454aae2-97d7-4243-b700-0dbdd3324bea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6673 | 2024.09.23 18:24:05.991850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6674 | 2024.09.23 18:24:05.991897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6675 | 2024.09.23 18:24:05.991917 [ 3 ] {} <Debug> HTTP-Session: 612fcb86-ebdd-48a1-ae1e-53a58f5a982c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6676 | 2024.09.23 18:24:05.991934 [ 3 ] {} <Debug> HTTP-Session: 612fcb86-ebdd-48a1-ae1e-53a58f5a982c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6677 | 2024.09.23 18:24:05.991948 [ 3 ] {} <Debug> HTTP-Session: 612fcb86-ebdd-48a1-ae1e-53a58f5a982c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6678 | 2024.09.23 18:24:05.991979 [ 3 ] {} <Trace> HTTP-Session: 612fcb86-ebdd-48a1-ae1e-53a58f5a982c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6679 | 2024.09.23 18:24:05.992177 [ 3 ] {f02ecde8-a3d4-4e03-b1a2-a7df5d21d065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6680 | 2024.09.23 18:24:05.992245 [ 3 ] {f02ecde8-a3d4-4e03-b1a2-a7df5d21d065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6681 | 2024.09.23 18:24:05.992671 [ 3 ] {f02ecde8-a3d4-4e03-b1a2-a7df5d21d065} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6682 | 2024.09.23 18:24:05.993248 [ 3 ] {f02ecde8-a3d4-4e03-b1a2-a7df5d21d065} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6683 | 2024.09.23 18:24:05.993285 [ 3 ] {f02ecde8-a3d4-4e03-b1a2-a7df5d21d065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6684 | 2024.09.23 18:24:05.993875 [ 3 ] {f02ecde8-a3d4-4e03-b1a2-a7df5d21d065} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6685 | 2024.09.23 18:24:05.994300 [ 3 ] {f02ecde8-a3d4-4e03-b1a2-a7df5d21d065} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6686 | 2024.09.23 18:24:05.994502 [ 3 ] {f02ecde8-a3d4-4e03-b1a2-a7df5d21d065} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00244 sec., 3688.5245901639346 rows/sec., 6.61 MiB/sec. | ||
6687 | 2024.09.23 18:24:05.995008 [ 3 ] {f02ecde8-a3d4-4e03-b1a2-a7df5d21d065} <Debug> DynamicQueryHandler: Done processing query | ||
6688 | 2024.09.23 18:24:05.995034 [ 3 ] {f02ecde8-a3d4-4e03-b1a2-a7df5d21d065} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
6689 | 2024.09.23 18:24:05.995050 [ 3 ] {} <Debug> HTTP-Session: 612fcb86-ebdd-48a1-ae1e-53a58f5a982c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6690 | 2024.09.23 18:24:05.995176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6691 | 2024.09.23 18:24:05.995226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6692 | 2024.09.23 18:24:05.995246 [ 3 ] {} <Debug> HTTP-Session: 615cd578-be2e-4e44-9987-f667f122ab00 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6693 | 2024.09.23 18:24:05.995262 [ 3 ] {} <Debug> HTTP-Session: 615cd578-be2e-4e44-9987-f667f122ab00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6694 | 2024.09.23 18:24:05.995277 [ 3 ] {} <Debug> HTTP-Session: 615cd578-be2e-4e44-9987-f667f122ab00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6695 | 2024.09.23 18:24:05.995308 [ 3 ] {} <Trace> HTTP-Session: 615cd578-be2e-4e44-9987-f667f122ab00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6696 | 2024.09.23 18:24:05.995429 [ 3 ] {d445daba-b8ca-4700-bccc-33333ae98100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6697 | 2024.09.23 18:24:05.995474 [ 3 ] {d445daba-b8ca-4700-bccc-33333ae98100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6698 | 2024.09.23 18:24:05.995626 [ 3 ] {d445daba-b8ca-4700-bccc-33333ae98100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6699 | 2024.09.23 18:24:05.996001 [ 3 ] {d445daba-b8ca-4700-bccc-33333ae98100} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6700 | 2024.09.23 18:24:05.996040 [ 3 ] {d445daba-b8ca-4700-bccc-33333ae98100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6701 | 2024.09.23 18:24:05.996403 [ 3 ] {d445daba-b8ca-4700-bccc-33333ae98100} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6702 | 2024.09.23 18:24:05.996731 [ 3 ] {d445daba-b8ca-4700-bccc-33333ae98100} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6703 | 2024.09.23 18:24:05.996890 [ 3 ] {d445daba-b8ca-4700-bccc-33333ae98100} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. | ||
6704 | 2024.09.23 18:24:05.997107 [ 3 ] {d445daba-b8ca-4700-bccc-33333ae98100} <Debug> DynamicQueryHandler: Done processing query | ||
6705 | 2024.09.23 18:24:05.997134 [ 3 ] {d445daba-b8ca-4700-bccc-33333ae98100} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6706 | 2024.09.23 18:24:05.997150 [ 3 ] {} <Debug> HTTP-Session: 615cd578-be2e-4e44-9987-f667f122ab00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6707 | 2024.09.23 18:24:07.422920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6708 | 2024.09.23 18:24:07.423094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6709 | 2024.09.23 18:24:07.423140 [ 3 ] {} <Debug> HTTP-Session: 5a95a339-e4d4-4fe0-87ef-6a65bdb64ee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6710 | 2024.09.23 18:24:07.423180 [ 3 ] {} <Debug> HTTP-Session: 5a95a339-e4d4-4fe0-87ef-6a65bdb64ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6711 | 2024.09.23 18:24:07.423206 [ 3 ] {} <Debug> HTTP-Session: 5a95a339-e4d4-4fe0-87ef-6a65bdb64ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6712 | 2024.09.23 18:24:07.423282 [ 3 ] {} <Trace> HTTP-Session: 5a95a339-e4d4-4fe0-87ef-6a65bdb64ee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6713 | 2024.09.23 18:24:07.424174 [ 3 ] {5d9747fd-4306-4c8d-8428-48bc0024a1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6714 | 2024.09.23 18:24:07.424247 [ 3 ] {5d9747fd-4306-4c8d-8428-48bc0024a1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6715 | 2024.09.23 18:24:07.424581 [ 3 ] {5d9747fd-4306-4c8d-8428-48bc0024a1ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6716 | 2024.09.23 18:24:07.425929 [ 3 ] {5d9747fd-4306-4c8d-8428-48bc0024a1ff} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6717 | 2024.09.23 18:24:07.425977 [ 3 ] {5d9747fd-4306-4c8d-8428-48bc0024a1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6718 | 2024.09.23 18:24:07.426486 [ 3 ] {5d9747fd-4306-4c8d-8428-48bc0024a1ff} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6719 | 2024.09.23 18:24:07.426882 [ 3 ] {5d9747fd-4306-4c8d-8428-48bc0024a1ff} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6720 | 2024.09.23 18:24:07.427040 [ 3 ] {5d9747fd-4306-4c8d-8428-48bc0024a1ff} <Debug> executeQuery: Read 1345 rows, 114.56 KiB in 0.003488 sec., 385607.7981651376 rows/sec., 32.07 MiB/sec. | ||
6721 | 2024.09.23 18:24:07.427272 [ 3 ] {5d9747fd-4306-4c8d-8428-48bc0024a1ff} <Debug> DynamicQueryHandler: Done processing query | ||
6722 | 2024.09.23 18:24:07.427299 [ 3 ] {5d9747fd-4306-4c8d-8428-48bc0024a1ff} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
6723 | 2024.09.23 18:24:07.427316 [ 3 ] {} <Debug> HTTP-Session: 5a95a339-e4d4-4fe0-87ef-6a65bdb64ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6724 | 2024.09.23 18:24:07.427515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6725 | 2024.09.23 18:24:07.427571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6726 | 2024.09.23 18:24:07.427591 [ 3 ] {} <Debug> HTTP-Session: 1e02f236-b1d3-4a07-938f-33b5c17d54ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6727 | 2024.09.23 18:24:07.427610 [ 3 ] {} <Debug> HTTP-Session: 1e02f236-b1d3-4a07-938f-33b5c17d54ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6728 | 2024.09.23 18:24:07.427624 [ 3 ] {} <Debug> HTTP-Session: 1e02f236-b1d3-4a07-938f-33b5c17d54ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6729 | 2024.09.23 18:24:07.427660 [ 3 ] {} <Trace> HTTP-Session: 1e02f236-b1d3-4a07-938f-33b5c17d54ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6730 | 2024.09.23 18:24:07.427771 [ 3 ] {69f0826e-c49f-4730-8b7f-5cc4a1e099cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6731 | 2024.09.23 18:24:07.427816 [ 3 ] {69f0826e-c49f-4730-8b7f-5cc4a1e099cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6732 | 2024.09.23 18:24:07.428056 [ 3 ] {69f0826e-c49f-4730-8b7f-5cc4a1e099cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6733 | 2024.09.23 18:24:07.428388 [ 3 ] {69f0826e-c49f-4730-8b7f-5cc4a1e099cf} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6734 | 2024.09.23 18:24:07.428425 [ 3 ] {69f0826e-c49f-4730-8b7f-5cc4a1e099cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6735 | 2024.09.23 18:24:07.428774 [ 3 ] {69f0826e-c49f-4730-8b7f-5cc4a1e099cf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6736 | 2024.09.23 18:24:07.429150 [ 3 ] {69f0826e-c49f-4730-8b7f-5cc4a1e099cf} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6737 | 2024.09.23 18:24:07.429303 [ 3 ] {69f0826e-c49f-4730-8b7f-5cc4a1e099cf} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001554 sec., 5148.005148005148 rows/sec., 387.11 KiB/sec. | ||
6738 | 2024.09.23 18:24:07.429539 [ 3 ] {69f0826e-c49f-4730-8b7f-5cc4a1e099cf} <Debug> DynamicQueryHandler: Done processing query | ||
6739 | 2024.09.23 18:24:07.429564 [ 3 ] {69f0826e-c49f-4730-8b7f-5cc4a1e099cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6740 | 2024.09.23 18:24:07.429580 [ 3 ] {} <Debug> HTTP-Session: 1e02f236-b1d3-4a07-938f-33b5c17d54ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6741 | 2024.09.23 18:24:07.429747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6742 | 2024.09.23 18:24:07.429799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6743 | 2024.09.23 18:24:07.429818 [ 3 ] {} <Debug> HTTP-Session: f25625bd-3fbd-4a7c-a04f-82086acf9154 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6744 | 2024.09.23 18:24:07.429835 [ 3 ] {} <Debug> HTTP-Session: f25625bd-3fbd-4a7c-a04f-82086acf9154 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6745 | 2024.09.23 18:24:07.429850 [ 3 ] {} <Debug> HTTP-Session: f25625bd-3fbd-4a7c-a04f-82086acf9154 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6746 | 2024.09.23 18:24:07.429882 [ 3 ] {} <Trace> HTTP-Session: f25625bd-3fbd-4a7c-a04f-82086acf9154 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6747 | 2024.09.23 18:24:07.430112 [ 3 ] {4ed9ae79-0fac-47b4-a6f0-b44a997a3d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6748 | 2024.09.23 18:24:07.430157 [ 3 ] {4ed9ae79-0fac-47b4-a6f0-b44a997a3d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6749 | 2024.09.23 18:24:07.430397 [ 3 ] {4ed9ae79-0fac-47b4-a6f0-b44a997a3d3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6750 | 2024.09.23 18:24:07.430817 [ 3 ] {4ed9ae79-0fac-47b4-a6f0-b44a997a3d3a} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6751 | 2024.09.23 18:24:07.430854 [ 3 ] {4ed9ae79-0fac-47b4-a6f0-b44a997a3d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6752 | 2024.09.23 18:24:07.431221 [ 3 ] {4ed9ae79-0fac-47b4-a6f0-b44a997a3d3a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6753 | 2024.09.23 18:24:07.431570 [ 3 ] {4ed9ae79-0fac-47b4-a6f0-b44a997a3d3a} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6754 | 2024.09.23 18:24:07.431711 [ 3 ] {4ed9ae79-0fac-47b4-a6f0-b44a997a3d3a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001747 sec., 138523.1825987407 rows/sec., 9.38 MiB/sec. | ||
6755 | 2024.09.23 18:24:07.431990 [ 3 ] {4ed9ae79-0fac-47b4-a6f0-b44a997a3d3a} <Debug> DynamicQueryHandler: Done processing query | ||
6756 | 2024.09.23 18:24:07.432032 [ 3 ] {4ed9ae79-0fac-47b4-a6f0-b44a997a3d3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6757 | 2024.09.23 18:24:07.432050 [ 3 ] {} <Debug> HTTP-Session: f25625bd-3fbd-4a7c-a04f-82086acf9154 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6758 | 2024.09.23 18:24:07.432192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6759 | 2024.09.23 18:24:07.432241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6760 | 2024.09.23 18:24:07.432261 [ 3 ] {} <Debug> HTTP-Session: 816cf83a-437a-42f3-9781-9005b9b332ce Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6761 | 2024.09.23 18:24:07.432277 [ 3 ] {} <Debug> HTTP-Session: 816cf83a-437a-42f3-9781-9005b9b332ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6762 | 2024.09.23 18:24:07.432292 [ 3 ] {} <Debug> HTTP-Session: 816cf83a-437a-42f3-9781-9005b9b332ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6763 | 2024.09.23 18:24:07.432323 [ 3 ] {} <Trace> HTTP-Session: 816cf83a-437a-42f3-9781-9005b9b332ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6764 | 2024.09.23 18:24:07.432425 [ 3 ] {ac89b8e3-44d7-407e-a1f4-05b3e550a7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6765 | 2024.09.23 18:24:07.432470 [ 3 ] {ac89b8e3-44d7-407e-a1f4-05b3e550a7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6766 | 2024.09.23 18:24:07.432716 [ 3 ] {ac89b8e3-44d7-407e-a1f4-05b3e550a7d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6767 | 2024.09.23 18:24:07.433010 [ 3 ] {ac89b8e3-44d7-407e-a1f4-05b3e550a7d5} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6768 | 2024.09.23 18:24:07.433050 [ 3 ] {ac89b8e3-44d7-407e-a1f4-05b3e550a7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6769 | 2024.09.23 18:24:07.433428 [ 3 ] {ac89b8e3-44d7-407e-a1f4-05b3e550a7d5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6770 | 2024.09.23 18:24:07.433789 [ 3 ] {ac89b8e3-44d7-407e-a1f4-05b3e550a7d5} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6771 | 2024.09.23 18:24:07.433954 [ 3 ] {ac89b8e3-44d7-407e-a1f4-05b3e550a7d5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 229.15 KiB/sec. | ||
6772 | 2024.09.23 18:24:07.434127 [ 3 ] {ac89b8e3-44d7-407e-a1f4-05b3e550a7d5} <Debug> DynamicQueryHandler: Done processing query | ||
6773 | 2024.09.23 18:24:07.434152 [ 3 ] {ac89b8e3-44d7-407e-a1f4-05b3e550a7d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6774 | 2024.09.23 18:24:07.434168 [ 3 ] {} <Debug> HTTP-Session: 816cf83a-437a-42f3-9781-9005b9b332ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6775 | 2024.09.23 18:24:07.434380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6776 | 2024.09.23 18:24:07.434429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6777 | 2024.09.23 18:24:07.434449 [ 3 ] {} <Debug> HTTP-Session: 01f64258-2d99-4851-8478-8299ab348fe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6778 | 2024.09.23 18:24:07.434466 [ 3 ] {} <Debug> HTTP-Session: 01f64258-2d99-4851-8478-8299ab348fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6779 | 2024.09.23 18:24:07.434480 [ 3 ] {} <Debug> HTTP-Session: 01f64258-2d99-4851-8478-8299ab348fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6780 | 2024.09.23 18:24:07.434510 [ 3 ] {} <Trace> HTTP-Session: 01f64258-2d99-4851-8478-8299ab348fe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6781 | 2024.09.23 18:24:07.434818 [ 3 ] {7844566e-4485-44f9-a138-94a3a963d603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6782 | 2024.09.23 18:24:07.434862 [ 3 ] {7844566e-4485-44f9-a138-94a3a963d603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6783 | 2024.09.23 18:24:07.435090 [ 3 ] {7844566e-4485-44f9-a138-94a3a963d603} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6784 | 2024.09.23 18:24:07.435857 [ 3 ] {7844566e-4485-44f9-a138-94a3a963d603} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6785 | 2024.09.23 18:24:07.435893 [ 3 ] {7844566e-4485-44f9-a138-94a3a963d603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6786 | 2024.09.23 18:24:07.436280 [ 3 ] {7844566e-4485-44f9-a138-94a3a963d603} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6787 | 2024.09.23 18:24:07.436640 [ 3 ] {7844566e-4485-44f9-a138-94a3a963d603} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6788 | 2024.09.23 18:24:07.436803 [ 3 ] {7844566e-4485-44f9-a138-94a3a963d603} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002168 sec., 390221.4022140222 rows/sec., 28.20 MiB/sec. | ||
6789 | 2024.09.23 18:24:07.436974 [ 3 ] {7844566e-4485-44f9-a138-94a3a963d603} <Debug> DynamicQueryHandler: Done processing query | ||
6790 | 2024.09.23 18:24:07.436998 [ 3 ] {7844566e-4485-44f9-a138-94a3a963d603} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
6791 | 2024.09.23 18:24:07.437015 [ 3 ] {} <Debug> HTTP-Session: 01f64258-2d99-4851-8478-8299ab348fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6792 | 2024.09.23 18:24:07.437228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6793 | 2024.09.23 18:24:07.437276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6794 | 2024.09.23 18:24:07.437296 [ 3 ] {} <Debug> HTTP-Session: 555fec91-446c-411a-a9e6-d4d1d78b1ac6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6795 | 2024.09.23 18:24:07.437312 [ 3 ] {} <Debug> HTTP-Session: 555fec91-446c-411a-a9e6-d4d1d78b1ac6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6796 | 2024.09.23 18:24:07.437326 [ 3 ] {} <Debug> HTTP-Session: 555fec91-446c-411a-a9e6-d4d1d78b1ac6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6797 | 2024.09.23 18:24:07.437357 [ 3 ] {} <Trace> HTTP-Session: 555fec91-446c-411a-a9e6-d4d1d78b1ac6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6798 | 2024.09.23 18:24:07.437456 [ 3 ] {a424c598-0f30-4a11-be68-64ae8c4be1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6799 | 2024.09.23 18:24:07.437500 [ 3 ] {a424c598-0f30-4a11-be68-64ae8c4be1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6800 | 2024.09.23 18:24:07.437628 [ 3 ] {a424c598-0f30-4a11-be68-64ae8c4be1c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6801 | 2024.09.23 18:24:07.437892 [ 3 ] {a424c598-0f30-4a11-be68-64ae8c4be1c1} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6802 | 2024.09.23 18:24:07.437928 [ 3 ] {a424c598-0f30-4a11-be68-64ae8c4be1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6803 | 2024.09.23 18:24:07.438287 [ 3 ] {a424c598-0f30-4a11-be68-64ae8c4be1c1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6804 | 2024.09.23 18:24:07.438617 [ 3 ] {a424c598-0f30-4a11-be68-64ae8c4be1c1} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6805 | 2024.09.23 18:24:07.438788 [ 3 ] {a424c598-0f30-4a11-be68-64ae8c4be1c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 233.42 KiB/sec. | ||
6806 | 2024.09.23 18:24:07.438960 [ 3 ] {a424c598-0f30-4a11-be68-64ae8c4be1c1} <Debug> DynamicQueryHandler: Done processing query | ||
6807 | 2024.09.23 18:24:07.438985 [ 3 ] {a424c598-0f30-4a11-be68-64ae8c4be1c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6808 | 2024.09.23 18:24:07.439001 [ 3 ] {} <Debug> HTTP-Session: 555fec91-446c-411a-a9e6-d4d1d78b1ac6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6809 | 2024.09.23 18:24:07.439220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 180556, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6810 | 2024.09.23 18:24:07.439269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6811 | 2024.09.23 18:24:07.439289 [ 3 ] {} <Debug> HTTP-Session: 93ee7211-861e-4f64-afdd-22c9a0dc5ca6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6812 | 2024.09.23 18:24:07.439305 [ 3 ] {} <Debug> HTTP-Session: 93ee7211-861e-4f64-afdd-22c9a0dc5ca6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6813 | 2024.09.23 18:24:07.439318 [ 3 ] {} <Debug> HTTP-Session: 93ee7211-861e-4f64-afdd-22c9a0dc5ca6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6814 | 2024.09.23 18:24:07.439349 [ 3 ] {} <Trace> HTTP-Session: 93ee7211-861e-4f64-afdd-22c9a0dc5ca6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6815 | 2024.09.23 18:24:07.439827 [ 3 ] {e8c36c1b-7d4a-4c4d-84d2-b92f49e84726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6816 | 2024.09.23 18:24:07.439875 [ 3 ] {e8c36c1b-7d4a-4c4d-84d2-b92f49e84726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6817 | 2024.09.23 18:24:07.440021 [ 3 ] {e8c36c1b-7d4a-4c4d-84d2-b92f49e84726} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6818 | 2024.09.23 18:24:07.441120 [ 3 ] {e8c36c1b-7d4a-4c4d-84d2-b92f49e84726} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6819 | 2024.09.23 18:24:07.441157 [ 3 ] {e8c36c1b-7d4a-4c4d-84d2-b92f49e84726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6820 | 2024.09.23 18:24:07.441594 [ 3 ] {e8c36c1b-7d4a-4c4d-84d2-b92f49e84726} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6821 | 2024.09.23 18:24:07.441935 [ 3 ] {e8c36c1b-7d4a-4c4d-84d2-b92f49e84726} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6822 | 2024.09.23 18:24:07.442105 [ 3 ] {e8c36c1b-7d4a-4c4d-84d2-b92f49e84726} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002634 sec., 362566.4388762339 rows/sec., 24.09 MiB/sec. | ||
6823 | 2024.09.23 18:24:07.442275 [ 3 ] {e8c36c1b-7d4a-4c4d-84d2-b92f49e84726} <Debug> DynamicQueryHandler: Done processing query | ||
6824 | 2024.09.23 18:24:07.442300 [ 3 ] {e8c36c1b-7d4a-4c4d-84d2-b92f49e84726} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
6825 | 2024.09.23 18:24:07.442316 [ 3 ] {} <Debug> HTTP-Session: 93ee7211-861e-4f64-afdd-22c9a0dc5ca6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6826 | 2024.09.23 18:24:07.442532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6827 | 2024.09.23 18:24:07.442581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6828 | 2024.09.23 18:24:07.442601 [ 3 ] {} <Debug> HTTP-Session: 4735f08d-5792-45c7-bebc-5d6e38cbefab Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6829 | 2024.09.23 18:24:07.442617 [ 3 ] {} <Debug> HTTP-Session: 4735f08d-5792-45c7-bebc-5d6e38cbefab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6830 | 2024.09.23 18:24:07.442631 [ 3 ] {} <Debug> HTTP-Session: 4735f08d-5792-45c7-bebc-5d6e38cbefab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6831 | 2024.09.23 18:24:07.442661 [ 3 ] {} <Trace> HTTP-Session: 4735f08d-5792-45c7-bebc-5d6e38cbefab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6832 | 2024.09.23 18:24:07.442753 [ 3 ] {cbab4158-31d9-4b77-a3dc-babb331eebed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6833 | 2024.09.23 18:24:07.442799 [ 3 ] {cbab4158-31d9-4b77-a3dc-babb331eebed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6834 | 2024.09.23 18:24:07.442928 [ 3 ] {cbab4158-31d9-4b77-a3dc-babb331eebed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6835 | 2024.09.23 18:24:07.443189 [ 3 ] {cbab4158-31d9-4b77-a3dc-babb331eebed} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6836 | 2024.09.23 18:24:07.443225 [ 3 ] {cbab4158-31d9-4b77-a3dc-babb331eebed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6837 | 2024.09.23 18:24:07.443580 [ 3 ] {cbab4158-31d9-4b77-a3dc-babb331eebed} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6838 | 2024.09.23 18:24:07.443904 [ 3 ] {cbab4158-31d9-4b77-a3dc-babb331eebed} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6839 | 2024.09.23 18:24:07.444068 [ 3 ] {cbab4158-31d9-4b77-a3dc-babb331eebed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
6840 | 2024.09.23 18:24:07.444256 [ 3 ] {cbab4158-31d9-4b77-a3dc-babb331eebed} <Debug> DynamicQueryHandler: Done processing query | ||
6841 | 2024.09.23 18:24:07.444280 [ 3 ] {cbab4158-31d9-4b77-a3dc-babb331eebed} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6842 | 2024.09.23 18:24:07.444295 [ 3 ] {} <Debug> HTTP-Session: 4735f08d-5792-45c7-bebc-5d6e38cbefab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6843 | 2024.09.23 18:24:07.444410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6844 | 2024.09.23 18:24:07.444457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6845 | 2024.09.23 18:24:07.444477 [ 3 ] {} <Debug> HTTP-Session: 71453456-1a64-4fb2-8d24-9adc1ef7b2e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6846 | 2024.09.23 18:24:07.444493 [ 3 ] {} <Debug> HTTP-Session: 71453456-1a64-4fb2-8d24-9adc1ef7b2e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6847 | 2024.09.23 18:24:07.444507 [ 3 ] {} <Debug> HTTP-Session: 71453456-1a64-4fb2-8d24-9adc1ef7b2e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6848 | 2024.09.23 18:24:07.444536 [ 3 ] {} <Trace> HTTP-Session: 71453456-1a64-4fb2-8d24-9adc1ef7b2e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6849 | 2024.09.23 18:24:07.444680 [ 3 ] {db8a046b-9c2f-407e-b241-d25732396349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6850 | 2024.09.23 18:24:07.444742 [ 3 ] {db8a046b-9c2f-407e-b241-d25732396349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6851 | 2024.09.23 18:24:07.445147 [ 3 ] {db8a046b-9c2f-407e-b241-d25732396349} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6852 | 2024.09.23 18:24:07.445755 [ 3 ] {db8a046b-9c2f-407e-b241-d25732396349} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6853 | 2024.09.23 18:24:07.445792 [ 3 ] {db8a046b-9c2f-407e-b241-d25732396349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6854 | 2024.09.23 18:24:07.446390 [ 3 ] {db8a046b-9c2f-407e-b241-d25732396349} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6855 | 2024.09.23 18:24:07.446811 [ 3 ] {db8a046b-9c2f-407e-b241-d25732396349} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6856 | 2024.09.23 18:24:07.446996 [ 3 ] {db8a046b-9c2f-407e-b241-d25732396349} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002388 sec., 3350.0837520938026 rows/sec., 6.00 MiB/sec. | ||
6857 | 2024.09.23 18:24:07.447219 [ 3 ] {db8a046b-9c2f-407e-b241-d25732396349} <Debug> DynamicQueryHandler: Done processing query | ||
6858 | 2024.09.23 18:24:07.447243 [ 3 ] {db8a046b-9c2f-407e-b241-d25732396349} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6859 | 2024.09.23 18:24:07.447259 [ 3 ] {} <Debug> HTTP-Session: 71453456-1a64-4fb2-8d24-9adc1ef7b2e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6860 | 2024.09.23 18:24:07.447380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6861 | 2024.09.23 18:24:07.447429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6862 | 2024.09.23 18:24:07.447448 [ 3 ] {} <Debug> HTTP-Session: 508edc89-f8b3-484a-ad5e-15c0f7fd1eed Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6863 | 2024.09.23 18:24:07.447464 [ 3 ] {} <Debug> HTTP-Session: 508edc89-f8b3-484a-ad5e-15c0f7fd1eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6864 | 2024.09.23 18:24:07.447478 [ 3 ] {} <Debug> HTTP-Session: 508edc89-f8b3-484a-ad5e-15c0f7fd1eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6865 | 2024.09.23 18:24:07.447509 [ 3 ] {} <Trace> HTTP-Session: 508edc89-f8b3-484a-ad5e-15c0f7fd1eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6866 | 2024.09.23 18:24:07.447614 [ 3 ] {625c58e2-c1ad-4f86-a1a7-43a275d078d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6867 | 2024.09.23 18:24:07.447658 [ 3 ] {625c58e2-c1ad-4f86-a1a7-43a275d078d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6868 | 2024.09.23 18:24:07.447787 [ 3 ] {625c58e2-c1ad-4f86-a1a7-43a275d078d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6869 | 2024.09.23 18:24:07.448074 [ 3 ] {625c58e2-c1ad-4f86-a1a7-43a275d078d5} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6870 | 2024.09.23 18:24:07.448111 [ 3 ] {625c58e2-c1ad-4f86-a1a7-43a275d078d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6871 | 2024.09.23 18:24:07.448466 [ 3 ] {625c58e2-c1ad-4f86-a1a7-43a275d078d5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6872 | 2024.09.23 18:24:07.448790 [ 3 ] {625c58e2-c1ad-4f86-a1a7-43a275d078d5} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6873 | 2024.09.23 18:24:07.448954 [ 3 ] {625c58e2-c1ad-4f86-a1a7-43a275d078d5} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001362 sec., 24963.289280469897 rows/sec., 1.45 MiB/sec. | ||
6874 | 2024.09.23 18:24:07.449218 [ 3 ] {625c58e2-c1ad-4f86-a1a7-43a275d078d5} <Debug> DynamicQueryHandler: Done processing query | ||
6875 | 2024.09.23 18:24:07.449259 [ 3 ] {625c58e2-c1ad-4f86-a1a7-43a275d078d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6876 | 2024.09.23 18:24:07.449276 [ 3 ] {} <Debug> HTTP-Session: 508edc89-f8b3-484a-ad5e-15c0f7fd1eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6877 | 2024.09.23 18:24:10.982302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6878 | 2024.09.23 18:24:10.982437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6879 | 2024.09.23 18:24:10.982463 [ 3 ] {} <Debug> HTTP-Session: fbf16189-e96b-4416-bedf-e38ac2cd0397 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6880 | 2024.09.23 18:24:10.982487 [ 3 ] {} <Debug> HTTP-Session: fbf16189-e96b-4416-bedf-e38ac2cd0397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6881 | 2024.09.23 18:24:10.982502 [ 3 ] {} <Debug> HTTP-Session: fbf16189-e96b-4416-bedf-e38ac2cd0397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6882 | 2024.09.23 18:24:10.982551 [ 3 ] {} <Trace> HTTP-Session: fbf16189-e96b-4416-bedf-e38ac2cd0397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6883 | 2024.09.23 18:24:10.982736 [ 3 ] {51d25c42-8134-4fb9-9c49-63b63bf3f7ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6884 | 2024.09.23 18:24:10.982802 [ 3 ] {51d25c42-8134-4fb9-9c49-63b63bf3f7ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6885 | 2024.09.23 18:24:10.983136 [ 3 ] {51d25c42-8134-4fb9-9c49-63b63bf3f7ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6886 | 2024.09.23 18:24:10.983570 [ 3 ] {51d25c42-8134-4fb9-9c49-63b63bf3f7ca} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6887 | 2024.09.23 18:24:10.983613 [ 3 ] {51d25c42-8134-4fb9-9c49-63b63bf3f7ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6888 | 2024.09.23 18:24:10.984023 [ 3 ] {51d25c42-8134-4fb9-9c49-63b63bf3f7ca} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6889 | 2024.09.23 18:24:10.984417 [ 3 ] {51d25c42-8134-4fb9-9c49-63b63bf3f7ca} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6890 | 2024.09.23 18:24:10.984570 [ 3 ] {51d25c42-8134-4fb9-9c49-63b63bf3f7ca} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001886 sec., 2120.8907741251323 rows/sec., 172.94 KiB/sec. | ||
6891 | 2024.09.23 18:24:10.984903 [ 3 ] {51d25c42-8134-4fb9-9c49-63b63bf3f7ca} <Debug> DynamicQueryHandler: Done processing query | ||
6892 | 2024.09.23 18:24:10.984931 [ 3 ] {51d25c42-8134-4fb9-9c49-63b63bf3f7ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6893 | 2024.09.23 18:24:10.984947 [ 3 ] {} <Debug> HTTP-Session: fbf16189-e96b-4416-bedf-e38ac2cd0397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6894 | 2024.09.23 18:24:10.985097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6895 | 2024.09.23 18:24:10.985148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6896 | 2024.09.23 18:24:10.985168 [ 3 ] {} <Debug> HTTP-Session: 804e20cf-c0e4-4cff-ab12-e4e10b52b653 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6897 | 2024.09.23 18:24:10.985185 [ 3 ] {} <Debug> HTTP-Session: 804e20cf-c0e4-4cff-ab12-e4e10b52b653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6898 | 2024.09.23 18:24:10.985199 [ 3 ] {} <Debug> HTTP-Session: 804e20cf-c0e4-4cff-ab12-e4e10b52b653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6899 | 2024.09.23 18:24:10.985231 [ 3 ] {} <Trace> HTTP-Session: 804e20cf-c0e4-4cff-ab12-e4e10b52b653 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6900 | 2024.09.23 18:24:10.985357 [ 3 ] {af377f19-9584-4e81-bd0a-5c9343bdb168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6901 | 2024.09.23 18:24:10.985401 [ 3 ] {af377f19-9584-4e81-bd0a-5c9343bdb168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6902 | 2024.09.23 18:24:10.985646 [ 3 ] {af377f19-9584-4e81-bd0a-5c9343bdb168} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6903 | 2024.09.23 18:24:10.986038 [ 3 ] {af377f19-9584-4e81-bd0a-5c9343bdb168} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6904 | 2024.09.23 18:24:10.986076 [ 3 ] {af377f19-9584-4e81-bd0a-5c9343bdb168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6905 | 2024.09.23 18:24:10.986433 [ 3 ] {af377f19-9584-4e81-bd0a-5c9343bdb168} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6906 | 2024.09.23 18:24:10.986794 [ 3 ] {af377f19-9584-4e81-bd0a-5c9343bdb168} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6907 | 2024.09.23 18:24:10.986958 [ 3 ] {af377f19-9584-4e81-bd0a-5c9343bdb168} <Debug> executeQuery: Read 104 rows, 8.84 KiB in 0.001641 sec., 63375.99024984765 rows/sec., 5.26 MiB/sec. | ||
6908 | 2024.09.23 18:24:10.986989 [ 104 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6909 | 2024.09.23 18:24:10.987127 [ 104 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6910 | 2024.09.23 18:24:10.987189 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6911 | 2024.09.23 18:24:10.987197 [ 3 ] {af377f19-9584-4e81-bd0a-5c9343bdb168} <Debug> DynamicQueryHandler: Done processing query | ||
6912 | 2024.09.23 18:24:10.987259 [ 3 ] {af377f19-9584-4e81-bd0a-5c9343bdb168} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6913 | 2024.09.23 18:24:10.987313 [ 3 ] {} <Debug> HTTP-Session: 804e20cf-c0e4-4cff-ab12-e4e10b52b653 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6914 | 2024.09.23 18:24:10.987472 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
6915 | 2024.09.23 18:24:10.987533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6916 | 2024.09.23 18:24:10.987611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6917 | 2024.09.23 18:24:10.987669 [ 3 ] {} <Debug> HTTP-Session: 2045aefc-a578-4e04-b0cc-d1bf6410fec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6918 | 2024.09.23 18:24:10.987713 [ 3 ] {} <Debug> HTTP-Session: 2045aefc-a578-4e04-b0cc-d1bf6410fec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6919 | 2024.09.23 18:24:10.987754 [ 3 ] {} <Debug> HTTP-Session: 2045aefc-a578-4e04-b0cc-d1bf6410fec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6920 | 2024.09.23 18:24:10.987845 [ 3 ] {} <Trace> HTTP-Session: 2045aefc-a578-4e04-b0cc-d1bf6410fec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6921 | 2024.09.23 18:24:10.987896 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6922 | 2024.09.23 18:24:10.987964 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1419 rows starting from the beginning of the part | ||
6923 | 2024.09.23 18:24:10.988074 [ 3 ] {224930a7-9cf4-49b3-82a4-3688f30b0214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6924 | 2024.09.23 18:24:10.988166 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 74 rows starting from the beginning of the part | ||
6925 | 2024.09.23 18:24:10.988225 [ 3 ] {224930a7-9cf4-49b3-82a4-3688f30b0214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6926 | 2024.09.23 18:24:10.988587 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 251 rows starting from the beginning of the part | ||
6927 | 2024.09.23 18:24:10.988919 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 74 rows starting from the beginning of the part | ||
6928 | 2024.09.23 18:24:10.989318 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1345 rows starting from the beginning of the part | ||
6929 | 2024.09.23 18:24:10.989747 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 104 rows starting from the beginning of the part | ||
6930 | 2024.09.23 18:24:10.989767 [ 3 ] {224930a7-9cf4-49b3-82a4-3688f30b0214} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6931 | 2024.09.23 18:24:10.990736 [ 3 ] {224930a7-9cf4-49b3-82a4-3688f30b0214} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6932 | 2024.09.23 18:24:10.990814 [ 3 ] {224930a7-9cf4-49b3-82a4-3688f30b0214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6933 | 2024.09.23 18:24:10.991691 [ 3 ] {224930a7-9cf4-49b3-82a4-3688f30b0214} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6934 | 2024.09.23 18:24:10.992633 [ 3 ] {224930a7-9cf4-49b3-82a4-3688f30b0214} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6935 | 2024.09.23 18:24:10.992818 [ 104 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6936 | 2024.09.23 18:24:10.992833 [ 3 ] {224930a7-9cf4-49b3-82a4-3688f30b0214} <Debug> executeQuery: Read 27 rows, 2.01 KiB in 0.004837 sec., 5581.97229687823 rows/sec., 415.30 KiB/sec. | ||
6937 | 2024.09.23 18:24:10.992910 [ 104 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6938 | 2024.09.23 18:24:10.993001 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6939 | 2024.09.23 18:24:10.993563 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
6940 | 2024.09.23 18:24:10.993620 [ 3 ] {224930a7-9cf4-49b3-82a4-3688f30b0214} <Debug> DynamicQueryHandler: Done processing query | ||
6941 | 2024.09.23 18:24:10.993751 [ 3 ] {224930a7-9cf4-49b3-82a4-3688f30b0214} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6942 | 2024.09.23 18:24:10.993875 [ 3 ] {} <Debug> HTTP-Session: 2045aefc-a578-4e04-b0cc-d1bf6410fec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6943 | 2024.09.23 18:24:10.994252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6944 | 2024.09.23 18:24:10.994313 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6945 | 2024.09.23 18:24:10.994413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6946 | 2024.09.23 18:24:10.994456 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 58 rows starting from the beginning of the part | ||
6947 | 2024.09.23 18:24:10.994536 [ 3 ] {} <Debug> HTTP-Session: a9cb1d2c-057d-43ef-b4c0-bb0fc07f7b51 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6948 | 2024.09.23 18:24:10.994601 [ 3 ] {} <Debug> HTTP-Session: a9cb1d2c-057d-43ef-b4c0-bb0fc07f7b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6949 | 2024.09.23 18:24:10.994834 [ 3 ] {} <Debug> HTTP-Session: a9cb1d2c-057d-43ef-b4c0-bb0fc07f7b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6950 | 2024.09.23 18:24:10.994849 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3267 rows, containing 5 columns (5 merged, 0 gathered) in 0.007506137 sec., 435243.8544620222 rows/sec., 38.04 MiB/sec. | ||
6951 | 2024.09.23 18:24:10.994819 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part | ||
6952 | 2024.09.23 18:24:10.994916 [ 3 ] {} <Trace> HTTP-Session: a9cb1d2c-057d-43ef-b4c0-bb0fc07f7b51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6953 | 2024.09.23 18:24:10.995187 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
6954 | 2024.09.23 18:24:10.995276 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6955 | 2024.09.23 18:24:10.995352 [ 3 ] {41879f87-9c0e-4719-8a85-3843bc526727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6956 | 2024.09.23 18:24:10.995581 [ 3 ] {41879f87-9c0e-4719-8a85-3843bc526727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6957 | 2024.09.23 18:24:10.995727 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part | ||
6958 | 2024.09.23 18:24:10.996372 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
6959 | 2024.09.23 18:24:10.996905 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
6960 | 2024.09.23 18:24:10.998204 [ 3 ] {41879f87-9c0e-4719-8a85-3843bc526727} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6961 | 2024.09.23 18:24:10.998220 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_36_7} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6962 | 2024.09.23 18:24:10.998594 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_36_7} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6963 | 2024.09.23 18:24:10.998789 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
6964 | 2024.09.23 18:24:10.999579 [ 3 ] {41879f87-9c0e-4719-8a85-3843bc526727} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6965 | 2024.09.23 18:24:10.999649 [ 3 ] {41879f87-9c0e-4719-8a85-3843bc526727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6966 | 2024.09.23 18:24:11.000207 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.99 MiB, peak 197.66 MiB, free memory in arenas 0.00 B, will set to 188.48 MiB (RSS), difference: -4.51 MiB | ||
6967 | 2024.09.23 18:24:11.001346 [ 3 ] {41879f87-9c0e-4719-8a85-3843bc526727} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6968 | 2024.09.23 18:24:11.001431 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 5 columns (5 merged, 0 gathered) in 0.008265358 sec., 17180.13908169495 rows/sec., 1.31 MiB/sec. | ||
6969 | 2024.09.23 18:24:11.001818 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6970 | 2024.09.23 18:24:11.002105 [ 3 ] {41879f87-9c0e-4719-8a85-3843bc526727} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6971 | 2024.09.23 18:24:11.002550 [ 3 ] {41879f87-9c0e-4719-8a85-3843bc526727} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.007406 sec., 12287.334593572778 rows/sec., 983.42 KiB/sec. | ||
6972 | 2024.09.23 18:24:11.002572 [ 104 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6973 | 2024.09.23 18:24:11.002717 [ 104 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6974 | 2024.09.23 18:24:11.002861 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
6975 | 2024.09.23 18:24:11.003255 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_26_5} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6976 | 2024.09.23 18:24:11.003361 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
6977 | 2024.09.23 18:24:11.003396 [ 3 ] {41879f87-9c0e-4719-8a85-3843bc526727} <Debug> DynamicQueryHandler: Done processing query | ||
6978 | 2024.09.23 18:24:11.003779 [ 3 ] {41879f87-9c0e-4719-8a85-3843bc526727} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6979 | 2024.09.23 18:24:11.003809 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_26_5} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6980 | 2024.09.23 18:24:11.004054 [ 3 ] {} <Debug> HTTP-Session: a9cb1d2c-057d-43ef-b4c0-bb0fc07f7b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6981 | 2024.09.23 18:24:11.004221 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6982 | 2024.09.23 18:24:11.004312 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6983 | 2024.09.23 18:24:11.004341 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
6984 | 2024.09.23 18:24:11.004536 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 73 rows starting from the beginning of the part | ||
6985 | 2024.09.23 18:24:11.004564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6986 | 2024.09.23 18:24:11.004818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6987 | 2024.09.23 18:24:11.004837 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
6988 | 2024.09.23 18:24:11.004872 [ 3 ] {} <Debug> HTTP-Session: e9188b78-973b-4252-a266-38998dda8d6f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
6989 | 2024.09.23 18:24:11.005003 [ 3 ] {} <Debug> HTTP-Session: e9188b78-973b-4252-a266-38998dda8d6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6990 | 2024.09.23 18:24:11.005113 [ 3 ] {} <Debug> HTTP-Session: e9188b78-973b-4252-a266-38998dda8d6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6991 | 2024.09.23 18:24:11.005158 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 73 rows starting from the beginning of the part | ||
6992 | 2024.09.23 18:24:11.005268 [ 3 ] {} <Trace> HTTP-Session: e9188b78-973b-4252-a266-38998dda8d6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6993 | 2024.09.23 18:24:11.005453 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 846 rows starting from the beginning of the part | ||
6994 | 2024.09.23 18:24:11.005712 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 91 rows starting from the beginning of the part | ||
6995 | 2024.09.23 18:24:11.005845 [ 3 ] {f6980125-578d-4ed3-9b74-fedeea29d159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6996 | 2024.09.23 18:24:11.006076 [ 3 ] {f6980125-578d-4ed3-9b74-fedeea29d159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6997 | 2024.09.23 18:24:11.006641 [ 3 ] {f6980125-578d-4ed3-9b74-fedeea29d159} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6998 | 2024.09.23 18:24:11.007667 [ 3 ] {f6980125-578d-4ed3-9b74-fedeea29d159} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6999 | 2024.09.23 18:24:11.007752 [ 3 ] {f6980125-578d-4ed3-9b74-fedeea29d159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7000 | 2024.09.23 18:24:11.008512 [ 3 ] {f6980125-578d-4ed3-9b74-fedeea29d159} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7001 | 2024.09.23 18:24:11.009150 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.006085252 sec., 396039.47379664803 rows/sec., 30.37 MiB/sec. | ||
7002 | 2024.09.23 18:24:11.009403 [ 3 ] {f6980125-578d-4ed3-9b74-fedeea29d159} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7003 | 2024.09.23 18:24:11.009504 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7004 | 2024.09.23 18:24:11.009660 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7005 | 2024.09.23 18:24:11.009780 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7006 | 2024.09.23 18:24:11.009789 [ 3 ] {f6980125-578d-4ed3-9b74-fedeea29d159} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.004153 sec., 31302.672766674696 rows/sec., 2.18 MiB/sec. | ||
7007 | 2024.09.23 18:24:11.009820 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7008 | 2024.09.23 18:24:11.010345 [ 193 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
7009 | 2024.09.23 18:24:11.010475 [ 3 ] {f6980125-578d-4ed3-9b74-fedeea29d159} <Debug> DynamicQueryHandler: Done processing query | ||
7010 | 2024.09.23 18:24:11.010577 [ 3 ] {f6980125-578d-4ed3-9b74-fedeea29d159} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7011 | 2024.09.23 18:24:11.010677 [ 3 ] {} <Debug> HTTP-Session: e9188b78-973b-4252-a266-38998dda8d6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7012 | 2024.09.23 18:24:11.011015 [ 193 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7013 | 2024.09.23 18:24:11.011019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7014 | 2024.09.23 18:24:11.011145 [ 193 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9550 rows starting from the beginning of the part | ||
7015 | 2024.09.23 18:24:11.011167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7016 | 2024.09.23 18:24:11.011221 [ 3 ] {} <Debug> HTTP-Session: c76c719b-1c5e-4190-8877-d95842a26aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7017 | 2024.09.23 18:24:11.011335 [ 3 ] {} <Debug> HTTP-Session: c76c719b-1c5e-4190-8877-d95842a26aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7018 | 2024.09.23 18:24:11.011483 [ 3 ] {} <Debug> HTTP-Session: c76c719b-1c5e-4190-8877-d95842a26aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7019 | 2024.09.23 18:24:11.011525 [ 193 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
7020 | 2024.09.23 18:24:11.011700 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_36_7} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7021 | 2024.09.23 18:24:11.011713 [ 3 ] {} <Trace> HTTP-Session: c76c719b-1c5e-4190-8877-d95842a26aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7022 | 2024.09.23 18:24:11.011963 [ 193 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
7023 | 2024.09.23 18:24:11.012312 [ 193 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
7024 | 2024.09.23 18:24:11.012273 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_36_7} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7025 | 2024.09.23 18:24:11.012764 [ 193 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 955 rows starting from the beginning of the part | ||
7026 | 2024.09.23 18:24:11.012818 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
7027 | 2024.09.23 18:24:11.013037 [ 193 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 130 rows starting from the beginning of the part | ||
7028 | 2024.09.23 18:24:11.013201 [ 3 ] {8a15e10e-f1eb-4060-b77b-56c880233e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7029 | 2024.09.23 18:24:11.013666 [ 3 ] {8a15e10e-f1eb-4060-b77b-56c880233e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7030 | 2024.09.23 18:24:11.014893 [ 3 ] {8a15e10e-f1eb-4060-b77b-56c880233e5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7031 | 2024.09.23 18:24:11.016486 [ 3 ] {8a15e10e-f1eb-4060-b77b-56c880233e5b} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7032 | 2024.09.23 18:24:11.016565 [ 3 ] {8a15e10e-f1eb-4060-b77b-56c880233e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7033 | 2024.09.23 18:24:11.020956 [ 3 ] {8a15e10e-f1eb-4060-b77b-56c880233e5b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7034 | 2024.09.23 18:24:11.021576 [ 3 ] {8a15e10e-f1eb-4060-b77b-56c880233e5b} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7035 | 2024.09.23 18:24:11.021826 [ 3 ] {8a15e10e-f1eb-4060-b77b-56c880233e5b} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.009481 sec., 2425.904440459867 rows/sec., 4.35 MiB/sec. | ||
7036 | 2024.09.23 18:24:11.022177 [ 3 ] {8a15e10e-f1eb-4060-b77b-56c880233e5b} <Debug> DynamicQueryHandler: Done processing query | ||
7037 | 2024.09.23 18:24:11.022214 [ 3 ] {8a15e10e-f1eb-4060-b77b-56c880233e5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7038 | 2024.09.23 18:24:11.022248 [ 3 ] {} <Debug> HTTP-Session: c76c719b-1c5e-4190-8877-d95842a26aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7039 | 2024.09.23 18:24:11.022517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7040 | 2024.09.23 18:24:11.022558 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11192 rows, containing 5 columns (5 merged, 0 gathered) in 0.012569105 sec., 890437.3063953241 rows/sec., 59.96 MiB/sec. | ||
7041 | 2024.09.23 18:24:11.022593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7042 | 2024.09.23 18:24:11.022640 [ 3 ] {} <Debug> HTTP-Session: 3bd41dab-6962-4c9a-85fc-06f2cfc46a3e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7043 | 2024.09.23 18:24:11.022661 [ 3 ] {} <Debug> HTTP-Session: 3bd41dab-6962-4c9a-85fc-06f2cfc46a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7044 | 2024.09.23 18:24:11.022676 [ 3 ] {} <Debug> HTTP-Session: 3bd41dab-6962-4c9a-85fc-06f2cfc46a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7045 | 2024.09.23 18:24:11.022715 [ 3 ] {} <Trace> HTTP-Session: 3bd41dab-6962-4c9a-85fc-06f2cfc46a3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7046 | 2024.09.23 18:24:11.022881 [ 3 ] {5ec25e9e-aba3-4915-acd0-d5d502212cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7047 | 2024.09.23 18:24:11.022884 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7048 | 2024.09.23 18:24:11.022980 [ 3 ] {5ec25e9e-aba3-4915-acd0-d5d502212cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7049 | 2024.09.23 18:24:11.023403 [ 3 ] {5ec25e9e-aba3-4915-acd0-d5d502212cc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7050 | 2024.09.23 18:24:11.024048 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7051 | 2024.09.23 18:24:11.024228 [ 3 ] {5ec25e9e-aba3-4915-acd0-d5d502212cc4} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7052 | 2024.09.23 18:24:11.024272 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7053 | 2024.09.23 18:24:11.024286 [ 3 ] {5ec25e9e-aba3-4915-acd0-d5d502212cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7054 | 2024.09.23 18:24:11.024452 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
7055 | 2024.09.23 18:24:11.024810 [ 3 ] {5ec25e9e-aba3-4915-acd0-d5d502212cc4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7056 | 2024.09.23 18:24:11.025161 [ 3 ] {5ec25e9e-aba3-4915-acd0-d5d502212cc4} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7057 | 2024.09.23 18:24:11.025322 [ 104 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7058 | 2024.09.23 18:24:11.025338 [ 3 ] {5ec25e9e-aba3-4915-acd0-d5d502212cc4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002529 sec., 18979.833926453142 rows/sec., 1.28 MiB/sec. | ||
7059 | 2024.09.23 18:24:11.025387 [ 104 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7060 | 2024.09.23 18:24:11.025463 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7061 | 2024.09.23 18:24:11.025658 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
7062 | 2024.09.23 18:24:11.025672 [ 3 ] {5ec25e9e-aba3-4915-acd0-d5d502212cc4} <Debug> DynamicQueryHandler: Done processing query | ||
7063 | 2024.09.23 18:24:11.025736 [ 3 ] {5ec25e9e-aba3-4915-acd0-d5d502212cc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7064 | 2024.09.23 18:24:11.025765 [ 3 ] {} <Debug> HTTP-Session: 3bd41dab-6962-4c9a-85fc-06f2cfc46a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7065 | 2024.09.23 18:24:11.025877 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7066 | 2024.09.23 18:24:11.025917 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1692 rows starting from the beginning of the part | ||
7067 | 2024.09.23 18:24:11.025991 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
7068 | 2024.09.23 18:24:11.026209 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
7069 | 2024.09.23 18:24:11.026410 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
7070 | 2024.09.23 18:24:11.026567 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
7071 | 2024.09.23 18:24:11.026699 [ 193 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
7072 | 2024.09.23 18:24:11.027977 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 4 columns (4 merged, 0 gathered) in 0.002408001 sec., 820597.6658647567 rows/sec., 53.23 MiB/sec. | ||
7073 | 2024.09.23 18:24:11.028212 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7074 | 2024.09.23 18:24:11.028631 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_36_7} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7075 | 2024.09.23 18:24:11.028711 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_36_7} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7076 | 2024.09.23 18:24:11.028800 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
7077 | 2024.09.23 18:24:12.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.60 MiB, peak 197.66 MiB, free memory in arenas 0.00 B, will set to 190.63 MiB (RSS), difference: 6.03 MiB | ||
7078 | 2024.09.23 18:24:12.291627 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7079 | 2024.09.23 18:24:12.291704 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7080 | 2024.09.23 18:24:15.983139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7081 | 2024.09.23 18:24:15.983282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7082 | 2024.09.23 18:24:15.983311 [ 3 ] {} <Debug> HTTP-Session: ce005b17-0b46-455f-97a7-a452c5a75f23 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7083 | 2024.09.23 18:24:15.983339 [ 3 ] {} <Debug> HTTP-Session: ce005b17-0b46-455f-97a7-a452c5a75f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7084 | 2024.09.23 18:24:15.983357 [ 3 ] {} <Debug> HTTP-Session: ce005b17-0b46-455f-97a7-a452c5a75f23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7085 | 2024.09.23 18:24:15.983414 [ 3 ] {} <Trace> HTTP-Session: ce005b17-0b46-455f-97a7-a452c5a75f23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7086 | 2024.09.23 18:24:15.983647 [ 3 ] {4406c034-0cb3-49aa-9070-ed973614784d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7087 | 2024.09.23 18:24:15.983723 [ 3 ] {4406c034-0cb3-49aa-9070-ed973614784d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7088 | 2024.09.23 18:24:15.984069 [ 3 ] {4406c034-0cb3-49aa-9070-ed973614784d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7089 | 2024.09.23 18:24:15.984560 [ 3 ] {4406c034-0cb3-49aa-9070-ed973614784d} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7090 | 2024.09.23 18:24:15.984602 [ 3 ] {4406c034-0cb3-49aa-9070-ed973614784d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7091 | 2024.09.23 18:24:15.985026 [ 3 ] {4406c034-0cb3-49aa-9070-ed973614784d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7092 | 2024.09.23 18:24:15.985416 [ 3 ] {4406c034-0cb3-49aa-9070-ed973614784d} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7093 | 2024.09.23 18:24:15.985601 [ 3 ] {4406c034-0cb3-49aa-9070-ed973614784d} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002031 sec., 36435.253569670116 rows/sec., 2.92 MiB/sec. | ||
7094 | 2024.09.23 18:24:15.985806 [ 3 ] {4406c034-0cb3-49aa-9070-ed973614784d} <Debug> DynamicQueryHandler: Done processing query | ||
7095 | 2024.09.23 18:24:15.985833 [ 3 ] {4406c034-0cb3-49aa-9070-ed973614784d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7096 | 2024.09.23 18:24:15.985850 [ 3 ] {} <Debug> HTTP-Session: ce005b17-0b46-455f-97a7-a452c5a75f23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7097 | 2024.09.23 18:24:15.985984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7098 | 2024.09.23 18:24:15.986034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7099 | 2024.09.23 18:24:15.986053 [ 3 ] {} <Debug> HTTP-Session: 65401552-dbe2-457a-a1ed-5407a17ccf53 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7100 | 2024.09.23 18:24:15.986070 [ 3 ] {} <Debug> HTTP-Session: 65401552-dbe2-457a-a1ed-5407a17ccf53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7101 | 2024.09.23 18:24:15.986084 [ 3 ] {} <Debug> HTTP-Session: 65401552-dbe2-457a-a1ed-5407a17ccf53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7102 | 2024.09.23 18:24:15.986116 [ 3 ] {} <Trace> HTTP-Session: 65401552-dbe2-457a-a1ed-5407a17ccf53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7103 | 2024.09.23 18:24:15.986212 [ 3 ] {7e80174c-a3af-414c-87db-fd5caeeb55a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7104 | 2024.09.23 18:24:15.986255 [ 3 ] {7e80174c-a3af-414c-87db-fd5caeeb55a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7105 | 2024.09.23 18:24:15.986483 [ 3 ] {7e80174c-a3af-414c-87db-fd5caeeb55a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7106 | 2024.09.23 18:24:15.986825 [ 3 ] {7e80174c-a3af-414c-87db-fd5caeeb55a0} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7107 | 2024.09.23 18:24:15.986862 [ 3 ] {7e80174c-a3af-414c-87db-fd5caeeb55a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7108 | 2024.09.23 18:24:15.987211 [ 3 ] {7e80174c-a3af-414c-87db-fd5caeeb55a0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7109 | 2024.09.23 18:24:15.987563 [ 3 ] {7e80174c-a3af-414c-87db-fd5caeeb55a0} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7110 | 2024.09.23 18:24:15.987725 [ 3 ] {7e80174c-a3af-414c-87db-fd5caeeb55a0} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001533 sec., 5870.841487279843 rows/sec., 441.46 KiB/sec. | ||
7111 | 2024.09.23 18:24:15.987895 [ 3 ] {7e80174c-a3af-414c-87db-fd5caeeb55a0} <Debug> DynamicQueryHandler: Done processing query | ||
7112 | 2024.09.23 18:24:15.987919 [ 3 ] {7e80174c-a3af-414c-87db-fd5caeeb55a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7113 | 2024.09.23 18:24:15.987935 [ 3 ] {} <Debug> HTTP-Session: 65401552-dbe2-457a-a1ed-5407a17ccf53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7114 | 2024.09.23 18:24:15.988055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7115 | 2024.09.23 18:24:15.988106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7116 | 2024.09.23 18:24:15.988126 [ 3 ] {} <Debug> HTTP-Session: 4904862b-ba47-4d62-943a-af6748a91dbb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7117 | 2024.09.23 18:24:15.988143 [ 3 ] {} <Debug> HTTP-Session: 4904862b-ba47-4d62-943a-af6748a91dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7118 | 2024.09.23 18:24:15.988157 [ 3 ] {} <Debug> HTTP-Session: 4904862b-ba47-4d62-943a-af6748a91dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7119 | 2024.09.23 18:24:15.988187 [ 3 ] {} <Trace> HTTP-Session: 4904862b-ba47-4d62-943a-af6748a91dbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7120 | 2024.09.23 18:24:15.988301 [ 3 ] {11d36d72-e885-4558-8a45-09534bee2dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7121 | 2024.09.23 18:24:15.988345 [ 3 ] {11d36d72-e885-4558-8a45-09534bee2dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7122 | 2024.09.23 18:24:15.988570 [ 3 ] {11d36d72-e885-4558-8a45-09534bee2dae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7123 | 2024.09.23 18:24:15.988962 [ 3 ] {11d36d72-e885-4558-8a45-09534bee2dae} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7124 | 2024.09.23 18:24:15.988998 [ 3 ] {11d36d72-e885-4558-8a45-09534bee2dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7125 | 2024.09.23 18:24:15.989347 [ 3 ] {11d36d72-e885-4558-8a45-09534bee2dae} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7126 | 2024.09.23 18:24:15.989703 [ 3 ] {11d36d72-e885-4558-8a45-09534bee2dae} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7127 | 2024.09.23 18:24:15.989866 [ 3 ] {11d36d72-e885-4558-8a45-09534bee2dae} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001606 sec., 45454.545454545456 rows/sec., 3.55 MiB/sec. | ||
7128 | 2024.09.23 18:24:15.990039 [ 3 ] {11d36d72-e885-4558-8a45-09534bee2dae} <Debug> DynamicQueryHandler: Done processing query | ||
7129 | 2024.09.23 18:24:15.990065 [ 3 ] {11d36d72-e885-4558-8a45-09534bee2dae} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7130 | 2024.09.23 18:24:15.990080 [ 3 ] {} <Debug> HTTP-Session: 4904862b-ba47-4d62-943a-af6748a91dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7131 | 2024.09.23 18:24:15.990215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7132 | 2024.09.23 18:24:15.990265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7133 | 2024.09.23 18:24:15.990285 [ 3 ] {} <Debug> HTTP-Session: 3cad0aae-386a-4c2d-b1cd-5f0bcf6a0f19 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7134 | 2024.09.23 18:24:15.990301 [ 3 ] {} <Debug> HTTP-Session: 3cad0aae-386a-4c2d-b1cd-5f0bcf6a0f19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7135 | 2024.09.23 18:24:15.990315 [ 3 ] {} <Debug> HTTP-Session: 3cad0aae-386a-4c2d-b1cd-5f0bcf6a0f19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7136 | 2024.09.23 18:24:15.990346 [ 3 ] {} <Trace> HTTP-Session: 3cad0aae-386a-4c2d-b1cd-5f0bcf6a0f19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7137 | 2024.09.23 18:24:15.990489 [ 3 ] {11dc05a5-f3bf-4a62-bc00-7ef0b7710db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7138 | 2024.09.23 18:24:15.990536 [ 3 ] {11dc05a5-f3bf-4a62-bc00-7ef0b7710db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7139 | 2024.09.23 18:24:15.990682 [ 3 ] {11dc05a5-f3bf-4a62-bc00-7ef0b7710db8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7140 | 2024.09.23 18:24:15.991075 [ 3 ] {11dc05a5-f3bf-4a62-bc00-7ef0b7710db8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7141 | 2024.09.23 18:24:15.991111 [ 3 ] {11dc05a5-f3bf-4a62-bc00-7ef0b7710db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7142 | 2024.09.23 18:24:15.991493 [ 3 ] {11dc05a5-f3bf-4a62-bc00-7ef0b7710db8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7143 | 2024.09.23 18:24:15.991831 [ 3 ] {11dc05a5-f3bf-4a62-bc00-7ef0b7710db8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7144 | 2024.09.23 18:24:15.991986 [ 3 ] {11dc05a5-f3bf-4a62-bc00-7ef0b7710db8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
7145 | 2024.09.23 18:24:15.992328 [ 3 ] {11dc05a5-f3bf-4a62-bc00-7ef0b7710db8} <Debug> DynamicQueryHandler: Done processing query | ||
7146 | 2024.09.23 18:24:15.992374 [ 3 ] {11dc05a5-f3bf-4a62-bc00-7ef0b7710db8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7147 | 2024.09.23 18:24:15.992400 [ 3 ] {} <Debug> HTTP-Session: 3cad0aae-386a-4c2d-b1cd-5f0bcf6a0f19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7148 | 2024.09.23 18:24:15.992524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7149 | 2024.09.23 18:24:15.992574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7150 | 2024.09.23 18:24:15.992593 [ 3 ] {} <Debug> HTTP-Session: 3a943aca-3894-448e-a1bc-b94ef3030c1d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7151 | 2024.09.23 18:24:15.992610 [ 3 ] {} <Debug> HTTP-Session: 3a943aca-3894-448e-a1bc-b94ef3030c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7152 | 2024.09.23 18:24:15.992624 [ 3 ] {} <Debug> HTTP-Session: 3a943aca-3894-448e-a1bc-b94ef3030c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7153 | 2024.09.23 18:24:15.992655 [ 3 ] {} <Trace> HTTP-Session: 3a943aca-3894-448e-a1bc-b94ef3030c1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7154 | 2024.09.23 18:24:15.992841 [ 3 ] {be1c19da-ae1c-4b90-8a64-1da797605cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7155 | 2024.09.23 18:24:15.992912 [ 3 ] {be1c19da-ae1c-4b90-8a64-1da797605cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7156 | 2024.09.23 18:24:15.993352 [ 3 ] {be1c19da-ae1c-4b90-8a64-1da797605cbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7157 | 2024.09.23 18:24:15.993902 [ 3 ] {be1c19da-ae1c-4b90-8a64-1da797605cbe} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7158 | 2024.09.23 18:24:15.993938 [ 3 ] {be1c19da-ae1c-4b90-8a64-1da797605cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7159 | 2024.09.23 18:24:15.994523 [ 3 ] {be1c19da-ae1c-4b90-8a64-1da797605cbe} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7160 | 2024.09.23 18:24:15.994943 [ 3 ] {be1c19da-ae1c-4b90-8a64-1da797605cbe} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7161 | 2024.09.23 18:24:15.995125 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7162 | 2024.09.23 18:24:15.995153 [ 3 ] {be1c19da-ae1c-4b90-8a64-1da797605cbe} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002423 sec., 3714.4036318613294 rows/sec., 6.66 MiB/sec. | ||
7163 | 2024.09.23 18:24:15.995221 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7164 | 2024.09.23 18:24:15.995293 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7165 | 2024.09.23 18:24:15.995895 [ 3 ] {be1c19da-ae1c-4b90-8a64-1da797605cbe} <Debug> DynamicQueryHandler: Done processing query | ||
7166 | 2024.09.23 18:24:15.996021 [ 3 ] {be1c19da-ae1c-4b90-8a64-1da797605cbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
7167 | 2024.09.23 18:24:15.996082 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
7168 | 2024.09.23 18:24:15.996101 [ 3 ] {} <Debug> HTTP-Session: 3a943aca-3894-448e-a1bc-b94ef3030c1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7169 | 2024.09.23 18:24:15.996338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7170 | 2024.09.23 18:24:15.996461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7171 | 2024.09.23 18:24:15.996527 [ 3 ] {} <Debug> HTTP-Session: 9052bad3-a7df-4c95-acd0-bdfd74e512e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7172 | 2024.09.23 18:24:15.996586 [ 3 ] {} <Debug> HTTP-Session: 9052bad3-a7df-4c95-acd0-bdfd74e512e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7173 | 2024.09.23 18:24:15.996626 [ 3 ] {} <Debug> HTTP-Session: 9052bad3-a7df-4c95-acd0-bdfd74e512e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7174 | 2024.09.23 18:24:15.996719 [ 3 ] {} <Trace> HTTP-Session: 9052bad3-a7df-4c95-acd0-bdfd74e512e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7175 | 2024.09.23 18:24:15.997019 [ 3 ] {ffb1f83d-0390-4df8-ba0b-e4b2ffd7976d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7176 | 2024.09.23 18:24:15.997040 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7177 | 2024.09.23 18:24:15.997135 [ 3 ] {ffb1f83d-0390-4df8-ba0b-e4b2ffd7976d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7178 | 2024.09.23 18:24:15.997239 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 374 rows starting from the beginning of the part | ||
7179 | 2024.09.23 18:24:15.997991 [ 3 ] {ffb1f83d-0390-4df8-ba0b-e4b2ffd7976d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7180 | 2024.09.23 18:24:15.998181 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
7181 | 2024.09.23 18:24:15.998848 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 9 rows starting from the beginning of the part | ||
7182 | 2024.09.23 18:24:15.999341 [ 3 ] {ffb1f83d-0390-4df8-ba0b-e4b2ffd7976d} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7183 | 2024.09.23 18:24:15.999468 [ 3 ] {ffb1f83d-0390-4df8-ba0b-e4b2ffd7976d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7184 | 2024.09.23 18:24:15.999653 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
7185 | 2024.09.23 18:24:16.000114 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
7186 | 2024.09.23 18:24:16.000177 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.02 MiB, peak 197.66 MiB, free memory in arenas 0.00 B, will set to 190.63 MiB (RSS), difference: -1.39 MiB | ||
7187 | 2024.09.23 18:24:16.001225 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part | ||
7188 | 2024.09.23 18:24:16.001574 [ 3 ] {ffb1f83d-0390-4df8-ba0b-e4b2ffd7976d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7189 | 2024.09.23 18:24:16.002498 [ 3 ] {ffb1f83d-0390-4df8-ba0b-e4b2ffd7976d} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7190 | 2024.09.23 18:24:16.002803 [ 3 ] {ffb1f83d-0390-4df8-ba0b-e4b2ffd7976d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005923 sec., 10130.001688333614 rows/sec., 699.08 KiB/sec. | ||
7191 | 2024.09.23 18:24:16.003190 [ 3 ] {ffb1f83d-0390-4df8-ba0b-e4b2ffd7976d} <Debug> DynamicQueryHandler: Done processing query | ||
7192 | 2024.09.23 18:24:16.003235 [ 3 ] {ffb1f83d-0390-4df8-ba0b-e4b2ffd7976d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7193 | 2024.09.23 18:24:16.003268 [ 3 ] {} <Debug> HTTP-Session: 9052bad3-a7df-4c95-acd0-bdfd74e512e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7194 | 2024.09.23 18:24:16.006246 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 454 rows, containing 19 columns (19 merged, 0 gathered) in 0.010740669 sec., 42269.24784666579 rows/sec., 75.74 MiB/sec. | ||
7195 | 2024.09.23 18:24:16.006872 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7196 | 2024.09.23 18:24:16.007484 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7197 | 2024.09.23 18:24:16.007563 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7198 | 2024.09.23 18:24:16.007704 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
7199 | 2024.09.23 18:24:17.000127 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.69 MiB, peak 198.19 MiB, free memory in arenas 0.00 B, will set to 191.17 MiB (RSS), difference: 1.48 MiB | ||
7200 | 2024.09.23 18:24:18.565889 [ 96 ] {} <Debug> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
7201 | 2024.09.23 18:24:18.565955 [ 96 ] {} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7202 | 2024.09.23 18:24:18.565978 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7203 | 2024.09.23 18:24:18.566201 [ 189 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
7204 | 2024.09.23 18:24:18.566404 [ 189 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7205 | 2024.09.23 18:24:18.566445 [ 189 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
7206 | 2024.09.23 18:24:18.566517 [ 189 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
7207 | 2024.09.23 18:24:18.566608 [ 189 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
7208 | 2024.09.23 18:24:18.566839 [ 189 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
7209 | 2024.09.23 18:24:18.566987 [ 189 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
7210 | 2024.09.23 18:24:18.568116 [ 186 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.002057761 sec., 43736.857681723 rows/sec., 2.23 MiB/sec. | ||
7211 | 2024.09.23 18:24:18.568305 [ 197 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
7212 | 2024.09.23 18:24:18.568801 [ 197 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_15_3} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7213 | 2024.09.23 18:24:18.568898 [ 197 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_15_3} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
7214 | 2024.09.23 18:24:18.568986 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7215 | 2024.09.23 18:24:20.988538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7216 | 2024.09.23 18:24:20.988663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7217 | 2024.09.23 18:24:20.988689 [ 3 ] {} <Debug> HTTP-Session: 13f97154-ca78-4862-bc11-4159aa739f34 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7218 | 2024.09.23 18:24:20.988713 [ 3 ] {} <Debug> HTTP-Session: 13f97154-ca78-4862-bc11-4159aa739f34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7219 | 2024.09.23 18:24:20.988728 [ 3 ] {} <Debug> HTTP-Session: 13f97154-ca78-4862-bc11-4159aa739f34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7220 | 2024.09.23 18:24:20.988777 [ 3 ] {} <Trace> HTTP-Session: 13f97154-ca78-4862-bc11-4159aa739f34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7221 | 2024.09.23 18:24:20.988957 [ 3 ] {26c90f54-9adc-411e-9278-180f6984c356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7222 | 2024.09.23 18:24:20.989025 [ 3 ] {26c90f54-9adc-411e-9278-180f6984c356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7223 | 2024.09.23 18:24:20.989370 [ 3 ] {26c90f54-9adc-411e-9278-180f6984c356} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7224 | 2024.09.23 18:24:20.989792 [ 3 ] {26c90f54-9adc-411e-9278-180f6984c356} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7225 | 2024.09.23 18:24:20.989833 [ 3 ] {26c90f54-9adc-411e-9278-180f6984c356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7226 | 2024.09.23 18:24:20.990270 [ 3 ] {26c90f54-9adc-411e-9278-180f6984c356} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7227 | 2024.09.23 18:24:20.990679 [ 3 ] {26c90f54-9adc-411e-9278-180f6984c356} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7228 | 2024.09.23 18:24:20.990828 [ 94 ] {} <Debug> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
7229 | 2024.09.23 18:24:20.990833 [ 3 ] {26c90f54-9adc-411e-9278-180f6984c356} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001927 sec., 1037.8827192527244 rows/sec., 84.63 KiB/sec. | ||
7230 | 2024.09.23 18:24:20.990866 [ 94 ] {} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7231 | 2024.09.23 18:24:20.990902 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7232 | 2024.09.23 18:24:20.991271 [ 3 ] {26c90f54-9adc-411e-9278-180f6984c356} <Debug> DynamicQueryHandler: Done processing query | ||
7233 | 2024.09.23 18:24:20.991342 [ 3 ] {26c90f54-9adc-411e-9278-180f6984c356} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7234 | 2024.09.23 18:24:20.991386 [ 3 ] {} <Debug> HTTP-Session: 13f97154-ca78-4862-bc11-4159aa739f34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7235 | 2024.09.23 18:24:20.991390 [ 189 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::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 | ||
7236 | 2024.09.23 18:24:20.991603 [ 189 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7237 | 2024.09.23 18:24:20.991645 [ 189 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
7238 | 2024.09.23 18:24:20.991689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7239 | 2024.09.23 18:24:20.991800 [ 189 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
7240 | 2024.09.23 18:24:20.991871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7241 | 2024.09.23 18:24:20.992097 [ 3 ] {} <Debug> HTTP-Session: 91c9861f-69cf-4dc8-88ad-9c488b0b7738 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7242 | 2024.09.23 18:24:20.992114 [ 189 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
7243 | 2024.09.23 18:24:20.992190 [ 3 ] {} <Debug> HTTP-Session: 91c9861f-69cf-4dc8-88ad-9c488b0b7738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7244 | 2024.09.23 18:24:20.992266 [ 3 ] {} <Debug> HTTP-Session: 91c9861f-69cf-4dc8-88ad-9c488b0b7738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7245 | 2024.09.23 18:24:20.992411 [ 189 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
7246 | 2024.09.23 18:24:20.992452 [ 3 ] {} <Trace> HTTP-Session: 91c9861f-69cf-4dc8-88ad-9c488b0b7738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7247 | 2024.09.23 18:24:20.992710 [ 189 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::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 | ||
7248 | 2024.09.23 18:24:20.992888 [ 189 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
7249 | 2024.09.23 18:24:20.993170 [ 3 ] {f730670e-63cd-4290-8fd9-d17716e78eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7250 | 2024.09.23 18:24:20.993289 [ 3 ] {f730670e-63cd-4290-8fd9-d17716e78eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7251 | 2024.09.23 18:24:20.994105 [ 3 ] {f730670e-63cd-4290-8fd9-d17716e78eda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7252 | 2024.09.23 18:24:20.995446 [ 3 ] {f730670e-63cd-4290-8fd9-d17716e78eda} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7253 | 2024.09.23 18:24:20.995550 [ 3 ] {f730670e-63cd-4290-8fd9-d17716e78eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7254 | 2024.09.23 18:24:20.995675 [ 186 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.004646256 sec., 6887.265789917732 rows/sec., 588.51 KiB/sec. | ||
7255 | 2024.09.23 18:24:20.995816 [ 186 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
7256 | 2024.09.23 18:24:20.996171 [ 3 ] {f730670e-63cd-4290-8fd9-d17716e78eda} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7257 | 2024.09.23 18:24:20.996387 [ 186 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_10_2} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7258 | 2024.09.23 18:24:20.996497 [ 186 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_10_2} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
7259 | 2024.09.23 18:24:20.996600 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7260 | 2024.09.23 18:24:20.996664 [ 3 ] {f730670e-63cd-4290-8fd9-d17716e78eda} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7261 | 2024.09.23 18:24:20.996808 [ 3 ] {f730670e-63cd-4290-8fd9-d17716e78eda} <Debug> executeQuery: Read 252 rows, 22.83 KiB in 0.004031 sec., 62515.5048375093 rows/sec., 5.53 MiB/sec. | ||
7262 | 2024.09.23 18:24:20.997215 [ 3 ] {f730670e-63cd-4290-8fd9-d17716e78eda} <Debug> DynamicQueryHandler: Done processing query | ||
7263 | 2024.09.23 18:24:20.997242 [ 3 ] {f730670e-63cd-4290-8fd9-d17716e78eda} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7264 | 2024.09.23 18:24:20.997259 [ 3 ] {} <Debug> HTTP-Session: 91c9861f-69cf-4dc8-88ad-9c488b0b7738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7265 | 2024.09.23 18:24:20.997418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7266 | 2024.09.23 18:24:20.997470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7267 | 2024.09.23 18:24:20.997491 [ 3 ] {} <Debug> HTTP-Session: 6b7ae1c0-9e8e-4cf4-9d4b-12d4eab172c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7268 | 2024.09.23 18:24:20.997509 [ 3 ] {} <Debug> HTTP-Session: 6b7ae1c0-9e8e-4cf4-9d4b-12d4eab172c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7269 | 2024.09.23 18:24:20.997523 [ 3 ] {} <Debug> HTTP-Session: 6b7ae1c0-9e8e-4cf4-9d4b-12d4eab172c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7270 | 2024.09.23 18:24:20.997559 [ 3 ] {} <Trace> HTTP-Session: 6b7ae1c0-9e8e-4cf4-9d4b-12d4eab172c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7271 | 2024.09.23 18:24:20.997676 [ 3 ] {50094ced-cb30-407f-aa90-a4dc44c1b5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7272 | 2024.09.23 18:24:20.997722 [ 3 ] {50094ced-cb30-407f-aa90-a4dc44c1b5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7273 | 2024.09.23 18:24:20.997968 [ 3 ] {50094ced-cb30-407f-aa90-a4dc44c1b5a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7274 | 2024.09.23 18:24:20.998309 [ 3 ] {50094ced-cb30-407f-aa90-a4dc44c1b5a4} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7275 | 2024.09.23 18:24:20.998345 [ 3 ] {50094ced-cb30-407f-aa90-a4dc44c1b5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7276 | 2024.09.23 18:24:20.998697 [ 3 ] {50094ced-cb30-407f-aa90-a4dc44c1b5a4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7277 | 2024.09.23 18:24:20.999053 [ 3 ] {50094ced-cb30-407f-aa90-a4dc44c1b5a4} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7278 | 2024.09.23 18:24:20.999183 [ 3 ] {50094ced-cb30-407f-aa90-a4dc44c1b5a4} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001546 sec., 21345.407503234153 rows/sec., 1.56 MiB/sec. | ||
7279 | 2024.09.23 18:24:20.999353 [ 3 ] {50094ced-cb30-407f-aa90-a4dc44c1b5a4} <Debug> DynamicQueryHandler: Done processing query | ||
7280 | 2024.09.23 18:24:20.999379 [ 3 ] {50094ced-cb30-407f-aa90-a4dc44c1b5a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7281 | 2024.09.23 18:24:20.999395 [ 3 ] {} <Debug> HTTP-Session: 6b7ae1c0-9e8e-4cf4-9d4b-12d4eab172c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7282 | 2024.09.23 18:24:20.999511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7283 | 2024.09.23 18:24:20.999561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7284 | 2024.09.23 18:24:20.999580 [ 3 ] {} <Debug> HTTP-Session: cc0b34b9-7a76-4bfd-adfb-6d881348a2e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7285 | 2024.09.23 18:24:20.999596 [ 3 ] {} <Debug> HTTP-Session: cc0b34b9-7a76-4bfd-adfb-6d881348a2e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7286 | 2024.09.23 18:24:20.999611 [ 3 ] {} <Debug> HTTP-Session: cc0b34b9-7a76-4bfd-adfb-6d881348a2e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7287 | 2024.09.23 18:24:20.999643 [ 3 ] {} <Trace> HTTP-Session: cc0b34b9-7a76-4bfd-adfb-6d881348a2e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7288 | 2024.09.23 18:24:20.999741 [ 3 ] {60068ef7-2a33-4a79-84bc-f0659a3cc1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7289 | 2024.09.23 18:24:20.999784 [ 3 ] {60068ef7-2a33-4a79-84bc-f0659a3cc1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7290 | 2024.09.23 18:24:21.000011 [ 3 ] {60068ef7-2a33-4a79-84bc-f0659a3cc1ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7291 | 2024.09.23 18:24:21.000179 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.42 MiB, peak 199.80 MiB, free memory in arenas 0.00 B, will set to 191.24 MiB (RSS), difference: -1.18 MiB | ||
7292 | 2024.09.23 18:24:21.000696 [ 3 ] {60068ef7-2a33-4a79-84bc-f0659a3cc1ec} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7293 | 2024.09.23 18:24:21.000776 [ 3 ] {60068ef7-2a33-4a79-84bc-f0659a3cc1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7294 | 2024.09.23 18:24:21.001293 [ 3 ] {60068ef7-2a33-4a79-84bc-f0659a3cc1ec} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7295 | 2024.09.23 18:24:21.001863 [ 3 ] {60068ef7-2a33-4a79-84bc-f0659a3cc1ec} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7296 | 2024.09.23 18:24:21.002045 [ 3 ] {60068ef7-2a33-4a79-84bc-f0659a3cc1ec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002328 sec., 6013.745704467354 rows/sec., 421.16 KiB/sec. | ||
7297 | 2024.09.23 18:24:21.002253 [ 3 ] {60068ef7-2a33-4a79-84bc-f0659a3cc1ec} <Debug> DynamicQueryHandler: Done processing query | ||
7298 | 2024.09.23 18:24:21.002288 [ 3 ] {60068ef7-2a33-4a79-84bc-f0659a3cc1ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7299 | 2024.09.23 18:24:21.002312 [ 3 ] {} <Debug> HTTP-Session: cc0b34b9-7a76-4bfd-adfb-6d881348a2e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7300 | 2024.09.23 18:24:21.002450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7301 | 2024.09.23 18:24:21.002516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7302 | 2024.09.23 18:24:21.002546 [ 3 ] {} <Debug> HTTP-Session: 90bfaa66-afab-4e0b-a656-1221d07bfad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7303 | 2024.09.23 18:24:21.002569 [ 3 ] {} <Debug> HTTP-Session: 90bfaa66-afab-4e0b-a656-1221d07bfad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7304 | 2024.09.23 18:24:21.002583 [ 3 ] {} <Debug> HTTP-Session: 90bfaa66-afab-4e0b-a656-1221d07bfad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7305 | 2024.09.23 18:24:21.002616 [ 3 ] {} <Trace> HTTP-Session: 90bfaa66-afab-4e0b-a656-1221d07bfad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7306 | 2024.09.23 18:24:21.002742 [ 3 ] {48b170d3-f164-40bc-a497-cae2a83719c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7307 | 2024.09.23 18:24:21.002790 [ 3 ] {48b170d3-f164-40bc-a497-cae2a83719c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7308 | 2024.09.23 18:24:21.003019 [ 3 ] {48b170d3-f164-40bc-a497-cae2a83719c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7309 | 2024.09.23 18:24:21.003368 [ 3 ] {48b170d3-f164-40bc-a497-cae2a83719c7} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7310 | 2024.09.23 18:24:21.003412 [ 3 ] {48b170d3-f164-40bc-a497-cae2a83719c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7311 | 2024.09.23 18:24:21.003762 [ 3 ] {48b170d3-f164-40bc-a497-cae2a83719c7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7312 | 2024.09.23 18:24:21.004216 [ 3 ] {48b170d3-f164-40bc-a497-cae2a83719c7} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7313 | 2024.09.23 18:24:21.004351 [ 3 ] {48b170d3-f164-40bc-a497-cae2a83719c7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001632 sec., 3676.470588235294 rows/sec., 217.21 KiB/sec. | ||
7314 | 2024.09.23 18:24:21.004561 [ 3 ] {48b170d3-f164-40bc-a497-cae2a83719c7} <Debug> DynamicQueryHandler: Done processing query | ||
7315 | 2024.09.23 18:24:21.004586 [ 3 ] {48b170d3-f164-40bc-a497-cae2a83719c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7316 | 2024.09.23 18:24:21.004627 [ 3 ] {} <Debug> HTTP-Session: 90bfaa66-afab-4e0b-a656-1221d07bfad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7317 | 2024.09.23 18:24:21.004795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7318 | 2024.09.23 18:24:21.004845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7319 | 2024.09.23 18:24:21.004865 [ 3 ] {} <Debug> HTTP-Session: fa37ea10-9e4a-4610-b03b-6887d8750859 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7320 | 2024.09.23 18:24:21.004882 [ 3 ] {} <Debug> HTTP-Session: fa37ea10-9e4a-4610-b03b-6887d8750859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7321 | 2024.09.23 18:24:21.004896 [ 3 ] {} <Debug> HTTP-Session: fa37ea10-9e4a-4610-b03b-6887d8750859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7322 | 2024.09.23 18:24:21.004928 [ 3 ] {} <Trace> HTTP-Session: fa37ea10-9e4a-4610-b03b-6887d8750859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7323 | 2024.09.23 18:24:21.005142 [ 3 ] {14050ced-4526-4a03-aa17-f92256ba4f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7324 | 2024.09.23 18:24:21.005187 [ 3 ] {14050ced-4526-4a03-aa17-f92256ba4f50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7325 | 2024.09.23 18:24:21.005415 [ 3 ] {14050ced-4526-4a03-aa17-f92256ba4f50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7326 | 2024.09.23 18:24:21.005955 [ 3 ] {14050ced-4526-4a03-aa17-f92256ba4f50} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7327 | 2024.09.23 18:24:21.005993 [ 3 ] {14050ced-4526-4a03-aa17-f92256ba4f50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7328 | 2024.09.23 18:24:21.006368 [ 3 ] {14050ced-4526-4a03-aa17-f92256ba4f50} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7329 | 2024.09.23 18:24:21.006733 [ 3 ] {14050ced-4526-4a03-aa17-f92256ba4f50} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7330 | 2024.09.23 18:24:21.006866 [ 3 ] {14050ced-4526-4a03-aa17-f92256ba4f50} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.001837 sec., 225911.81273816002 rows/sec., 16.12 MiB/sec. | ||
7331 | 2024.09.23 18:24:21.007146 [ 3 ] {14050ced-4526-4a03-aa17-f92256ba4f50} <Debug> DynamicQueryHandler: Done processing query | ||
7332 | 2024.09.23 18:24:21.007201 [ 3 ] {14050ced-4526-4a03-aa17-f92256ba4f50} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
7333 | 2024.09.23 18:24:21.007233 [ 3 ] {} <Debug> HTTP-Session: fa37ea10-9e4a-4610-b03b-6887d8750859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7334 | 2024.09.23 18:24:21.007377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7335 | 2024.09.23 18:24:21.007426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7336 | 2024.09.23 18:24:21.007446 [ 3 ] {} <Debug> HTTP-Session: 741d290c-de5f-47ae-960c-25ad70c8a3e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7337 | 2024.09.23 18:24:21.007463 [ 3 ] {} <Debug> HTTP-Session: 741d290c-de5f-47ae-960c-25ad70c8a3e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7338 | 2024.09.23 18:24:21.007477 [ 3 ] {} <Debug> HTTP-Session: 741d290c-de5f-47ae-960c-25ad70c8a3e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7339 | 2024.09.23 18:24:21.007508 [ 3 ] {} <Trace> HTTP-Session: 741d290c-de5f-47ae-960c-25ad70c8a3e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7340 | 2024.09.23 18:24:21.007609 [ 3 ] {bb6f9a4f-6879-4aba-b8b3-ba407addb515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7341 | 2024.09.23 18:24:21.007656 [ 3 ] {bb6f9a4f-6879-4aba-b8b3-ba407addb515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7342 | 2024.09.23 18:24:21.007808 [ 3 ] {bb6f9a4f-6879-4aba-b8b3-ba407addb515} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7343 | 2024.09.23 18:24:21.008086 [ 3 ] {bb6f9a4f-6879-4aba-b8b3-ba407addb515} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7344 | 2024.09.23 18:24:21.008122 [ 3 ] {bb6f9a4f-6879-4aba-b8b3-ba407addb515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7345 | 2024.09.23 18:24:21.008473 [ 3 ] {bb6f9a4f-6879-4aba-b8b3-ba407addb515} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7346 | 2024.09.23 18:24:21.008793 [ 3 ] {bb6f9a4f-6879-4aba-b8b3-ba407addb515} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7347 | 2024.09.23 18:24:21.008917 [ 3 ] {bb6f9a4f-6879-4aba-b8b3-ba407addb515} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001333 sec., 4501.12528132033 rows/sec., 235.17 KiB/sec. | ||
7348 | 2024.09.23 18:24:21.009084 [ 3 ] {bb6f9a4f-6879-4aba-b8b3-ba407addb515} <Debug> DynamicQueryHandler: Done processing query | ||
7349 | 2024.09.23 18:24:21.009108 [ 3 ] {bb6f9a4f-6879-4aba-b8b3-ba407addb515} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7350 | 2024.09.23 18:24:21.009125 [ 3 ] {} <Debug> HTTP-Session: 741d290c-de5f-47ae-960c-25ad70c8a3e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7351 | 2024.09.23 18:24:21.009290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7352 | 2024.09.23 18:24:21.009340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7353 | 2024.09.23 18:24:21.009360 [ 3 ] {} <Debug> HTTP-Session: 9bde5364-313b-4948-b60f-175e4965e3e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7354 | 2024.09.23 18:24:21.009377 [ 3 ] {} <Debug> HTTP-Session: 9bde5364-313b-4948-b60f-175e4965e3e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7355 | 2024.09.23 18:24:21.009391 [ 3 ] {} <Debug> HTTP-Session: 9bde5364-313b-4948-b60f-175e4965e3e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7356 | 2024.09.23 18:24:21.009423 [ 3 ] {} <Trace> HTTP-Session: 9bde5364-313b-4948-b60f-175e4965e3e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7357 | 2024.09.23 18:24:21.009625 [ 3 ] {c2dc35fc-e6f2-4ae6-9342-f039e12c1eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7358 | 2024.09.23 18:24:21.009673 [ 3 ] {c2dc35fc-e6f2-4ae6-9342-f039e12c1eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7359 | 2024.09.23 18:24:21.009818 [ 3 ] {c2dc35fc-e6f2-4ae6-9342-f039e12c1eff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7360 | 2024.09.23 18:24:21.010250 [ 3 ] {c2dc35fc-e6f2-4ae6-9342-f039e12c1eff} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7361 | 2024.09.23 18:24:21.010286 [ 3 ] {c2dc35fc-e6f2-4ae6-9342-f039e12c1eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7362 | 2024.09.23 18:24:21.010664 [ 3 ] {c2dc35fc-e6f2-4ae6-9342-f039e12c1eff} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7363 | 2024.09.23 18:24:21.011008 [ 3 ] {c2dc35fc-e6f2-4ae6-9342-f039e12c1eff} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7364 | 2024.09.23 18:24:21.011147 [ 3 ] {c2dc35fc-e6f2-4ae6-9342-f039e12c1eff} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001644 sec., 144768.85644768857 rows/sec., 9.70 MiB/sec. | ||
7365 | 2024.09.23 18:24:21.011345 [ 3 ] {c2dc35fc-e6f2-4ae6-9342-f039e12c1eff} <Debug> DynamicQueryHandler: Done processing query | ||
7366 | 2024.09.23 18:24:21.011371 [ 3 ] {c2dc35fc-e6f2-4ae6-9342-f039e12c1eff} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7367 | 2024.09.23 18:24:21.011387 [ 3 ] {} <Debug> HTTP-Session: 9bde5364-313b-4948-b60f-175e4965e3e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7368 | 2024.09.23 18:24:21.011555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7369 | 2024.09.23 18:24:21.011604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7370 | 2024.09.23 18:24:21.011623 [ 3 ] {} <Debug> HTTP-Session: fdcab7b9-e29e-4367-ba1b-4d97a379f538 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7371 | 2024.09.23 18:24:21.011640 [ 3 ] {} <Debug> HTTP-Session: fdcab7b9-e29e-4367-ba1b-4d97a379f538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7372 | 2024.09.23 18:24:21.011655 [ 3 ] {} <Debug> HTTP-Session: fdcab7b9-e29e-4367-ba1b-4d97a379f538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7373 | 2024.09.23 18:24:21.011685 [ 3 ] {} <Trace> HTTP-Session: fdcab7b9-e29e-4367-ba1b-4d97a379f538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7374 | 2024.09.23 18:24:21.011779 [ 3 ] {4fc187d0-32ee-4eb0-8198-a8897a3c4e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7375 | 2024.09.23 18:24:21.011825 [ 3 ] {4fc187d0-32ee-4eb0-8198-a8897a3c4e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7376 | 2024.09.23 18:24:21.011956 [ 3 ] {4fc187d0-32ee-4eb0-8198-a8897a3c4e24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7377 | 2024.09.23 18:24:21.012192 [ 3 ] {4fc187d0-32ee-4eb0-8198-a8897a3c4e24} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7378 | 2024.09.23 18:24:21.012228 [ 3 ] {4fc187d0-32ee-4eb0-8198-a8897a3c4e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7379 | 2024.09.23 18:24:21.012577 [ 3 ] {4fc187d0-32ee-4eb0-8198-a8897a3c4e24} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7380 | 2024.09.23 18:24:21.012906 [ 3 ] {4fc187d0-32ee-4eb0-8198-a8897a3c4e24} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7381 | 2024.09.23 18:24:21.013033 [ 3 ] {4fc187d0-32ee-4eb0-8198-a8897a3c4e24} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001276 sec., 783.6990595611285 rows/sec., 52.81 KiB/sec. | ||
7382 | 2024.09.23 18:24:21.013182 [ 3 ] {4fc187d0-32ee-4eb0-8198-a8897a3c4e24} <Debug> DynamicQueryHandler: Done processing query | ||
7383 | 2024.09.23 18:24:21.013206 [ 3 ] {4fc187d0-32ee-4eb0-8198-a8897a3c4e24} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7384 | 2024.09.23 18:24:21.013222 [ 3 ] {} <Debug> HTTP-Session: fdcab7b9-e29e-4367-ba1b-4d97a379f538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7385 | 2024.09.23 18:24:21.013380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7386 | 2024.09.23 18:24:21.013429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7387 | 2024.09.23 18:24:21.013449 [ 3 ] {} <Debug> HTTP-Session: 8e059356-f1e5-4127-892d-d5d1d3c1dedf Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7388 | 2024.09.23 18:24:21.013466 [ 3 ] {} <Debug> HTTP-Session: 8e059356-f1e5-4127-892d-d5d1d3c1dedf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7389 | 2024.09.23 18:24:21.013480 [ 3 ] {} <Debug> HTTP-Session: 8e059356-f1e5-4127-892d-d5d1d3c1dedf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7390 | 2024.09.23 18:24:21.013510 [ 3 ] {} <Trace> HTTP-Session: 8e059356-f1e5-4127-892d-d5d1d3c1dedf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7391 | 2024.09.23 18:24:21.013807 [ 3 ] {0c850b67-d7d0-4d38-b0b7-359313731c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7392 | 2024.09.23 18:24:21.013871 [ 3 ] {0c850b67-d7d0-4d38-b0b7-359313731c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7393 | 2024.09.23 18:24:21.014285 [ 3 ] {0c850b67-d7d0-4d38-b0b7-359313731c48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7394 | 2024.09.23 18:24:21.014869 [ 3 ] {0c850b67-d7d0-4d38-b0b7-359313731c48} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7395 | 2024.09.23 18:24:21.014935 [ 3 ] {0c850b67-d7d0-4d38-b0b7-359313731c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7396 | 2024.09.23 18:24:21.015591 [ 3 ] {0c850b67-d7d0-4d38-b0b7-359313731c48} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7397 | 2024.09.23 18:24:21.016028 [ 3 ] {0c850b67-d7d0-4d38-b0b7-359313731c48} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7398 | 2024.09.23 18:24:21.016180 [ 3 ] {0c850b67-d7d0-4d38-b0b7-359313731c48} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00259 sec., 11969.11196911197 rows/sec., 21.45 MiB/sec. | ||
7399 | 2024.09.23 18:24:21.016393 [ 3 ] {0c850b67-d7d0-4d38-b0b7-359313731c48} <Debug> DynamicQueryHandler: Done processing query | ||
7400 | 2024.09.23 18:24:21.016418 [ 3 ] {0c850b67-d7d0-4d38-b0b7-359313731c48} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7401 | 2024.09.23 18:24:21.016434 [ 3 ] {} <Debug> HTTP-Session: 8e059356-f1e5-4127-892d-d5d1d3c1dedf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7402 | 2024.09.23 18:24:21.016574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7403 | 2024.09.23 18:24:21.016625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7404 | 2024.09.23 18:24:21.016644 [ 3 ] {} <Debug> HTTP-Session: 80d4c2e2-7db2-442a-ae31-1038969b0afa Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7405 | 2024.09.23 18:24:21.016661 [ 3 ] {} <Debug> HTTP-Session: 80d4c2e2-7db2-442a-ae31-1038969b0afa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7406 | 2024.09.23 18:24:21.016675 [ 3 ] {} <Debug> HTTP-Session: 80d4c2e2-7db2-442a-ae31-1038969b0afa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7407 | 2024.09.23 18:24:21.016706 [ 3 ] {} <Trace> HTTP-Session: 80d4c2e2-7db2-442a-ae31-1038969b0afa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7408 | 2024.09.23 18:24:21.016821 [ 3 ] {b0a846c9-d1f6-4477-92fc-72b8f7acfbaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7409 | 2024.09.23 18:24:21.016867 [ 3 ] {b0a846c9-d1f6-4477-92fc-72b8f7acfbaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7410 | 2024.09.23 18:24:21.016995 [ 3 ] {b0a846c9-d1f6-4477-92fc-72b8f7acfbaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7411 | 2024.09.23 18:24:21.017287 [ 3 ] {b0a846c9-d1f6-4477-92fc-72b8f7acfbaf} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7412 | 2024.09.23 18:24:21.017323 [ 3 ] {b0a846c9-d1f6-4477-92fc-72b8f7acfbaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7413 | 2024.09.23 18:24:21.017689 [ 3 ] {b0a846c9-d1f6-4477-92fc-72b8f7acfbaf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7414 | 2024.09.23 18:24:21.018020 [ 3 ] {b0a846c9-d1f6-4477-92fc-72b8f7acfbaf} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7415 | 2024.09.23 18:24:21.018153 [ 3 ] {b0a846c9-d1f6-4477-92fc-72b8f7acfbaf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001373 sec., 59723.233794610336 rows/sec., 3.79 MiB/sec. | ||
7416 | 2024.09.23 18:24:21.018419 [ 3 ] {b0a846c9-d1f6-4477-92fc-72b8f7acfbaf} <Debug> DynamicQueryHandler: Done processing query | ||
7417 | 2024.09.23 18:24:21.018475 [ 3 ] {b0a846c9-d1f6-4477-92fc-72b8f7acfbaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7418 | 2024.09.23 18:24:21.018531 [ 3 ] {} <Debug> HTTP-Session: 80d4c2e2-7db2-442a-ae31-1038969b0afa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7419 | 2024.09.23 18:24:25.983125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7420 | 2024.09.23 18:24:25.983332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7421 | 2024.09.23 18:24:25.983379 [ 3 ] {} <Debug> HTTP-Session: 2c3a6659-4c2b-4732-9da9-492d12579b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7422 | 2024.09.23 18:24:25.983422 [ 3 ] {} <Debug> HTTP-Session: 2c3a6659-4c2b-4732-9da9-492d12579b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7423 | 2024.09.23 18:24:25.983451 [ 3 ] {} <Debug> HTTP-Session: 2c3a6659-4c2b-4732-9da9-492d12579b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7424 | 2024.09.23 18:24:25.983531 [ 3 ] {} <Trace> HTTP-Session: 2c3a6659-4c2b-4732-9da9-492d12579b55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7425 | 2024.09.23 18:24:25.983866 [ 3 ] {4273814b-a9ff-423e-be65-e374a027ad57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7426 | 2024.09.23 18:24:25.983978 [ 3 ] {4273814b-a9ff-423e-be65-e374a027ad57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7427 | 2024.09.23 18:24:25.984393 [ 3 ] {4273814b-a9ff-423e-be65-e374a027ad57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7428 | 2024.09.23 18:24:25.984827 [ 3 ] {4273814b-a9ff-423e-be65-e374a027ad57} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7429 | 2024.09.23 18:24:25.984870 [ 3 ] {4273814b-a9ff-423e-be65-e374a027ad57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7430 | 2024.09.23 18:24:25.985291 [ 3 ] {4273814b-a9ff-423e-be65-e374a027ad57} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7431 | 2024.09.23 18:24:25.985673 [ 3 ] {4273814b-a9ff-423e-be65-e374a027ad57} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7432 | 2024.09.23 18:24:25.985828 [ 3 ] {4273814b-a9ff-423e-be65-e374a027ad57} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002088 sec., 35440.61302681993 rows/sec., 2.84 MiB/sec. | ||
7433 | 2024.09.23 18:24:25.986155 [ 3 ] {4273814b-a9ff-423e-be65-e374a027ad57} <Debug> DynamicQueryHandler: Done processing query | ||
7434 | 2024.09.23 18:24:25.986209 [ 3 ] {4273814b-a9ff-423e-be65-e374a027ad57} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7435 | 2024.09.23 18:24:25.986247 [ 3 ] {} <Debug> HTTP-Session: 2c3a6659-4c2b-4732-9da9-492d12579b55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7436 | 2024.09.23 18:24:25.986399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7437 | 2024.09.23 18:24:25.986451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7438 | 2024.09.23 18:24:25.986471 [ 3 ] {} <Debug> HTTP-Session: d09aeeab-b3ef-44cc-820f-9e063df7b203 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7439 | 2024.09.23 18:24:25.986488 [ 3 ] {} <Debug> HTTP-Session: d09aeeab-b3ef-44cc-820f-9e063df7b203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7440 | 2024.09.23 18:24:25.986502 [ 3 ] {} <Debug> HTTP-Session: d09aeeab-b3ef-44cc-820f-9e063df7b203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7441 | 2024.09.23 18:24:25.986533 [ 3 ] {} <Trace> HTTP-Session: d09aeeab-b3ef-44cc-820f-9e063df7b203 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7442 | 2024.09.23 18:24:25.986637 [ 3 ] {e662c693-9b0e-46d5-b4d8-e89983bcef6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7443 | 2024.09.23 18:24:25.986684 [ 3 ] {e662c693-9b0e-46d5-b4d8-e89983bcef6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7444 | 2024.09.23 18:24:25.986937 [ 3 ] {e662c693-9b0e-46d5-b4d8-e89983bcef6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7445 | 2024.09.23 18:24:25.987226 [ 3 ] {e662c693-9b0e-46d5-b4d8-e89983bcef6d} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7446 | 2024.09.23 18:24:25.987264 [ 3 ] {e662c693-9b0e-46d5-b4d8-e89983bcef6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7447 | 2024.09.23 18:24:25.987615 [ 3 ] {e662c693-9b0e-46d5-b4d8-e89983bcef6d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7448 | 2024.09.23 18:24:25.987987 [ 3 ] {e662c693-9b0e-46d5-b4d8-e89983bcef6d} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7449 | 2024.09.23 18:24:25.988145 [ 3 ] {e662c693-9b0e-46d5-b4d8-e89983bcef6d} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001529 sec., 5886.200130804447 rows/sec., 442.61 KiB/sec. | ||
7450 | 2024.09.23 18:24:25.988305 [ 3 ] {e662c693-9b0e-46d5-b4d8-e89983bcef6d} <Debug> DynamicQueryHandler: Done processing query | ||
7451 | 2024.09.23 18:24:25.988330 [ 3 ] {e662c693-9b0e-46d5-b4d8-e89983bcef6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7452 | 2024.09.23 18:24:25.988346 [ 3 ] {} <Debug> HTTP-Session: d09aeeab-b3ef-44cc-820f-9e063df7b203 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7453 | 2024.09.23 18:24:25.988476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7454 | 2024.09.23 18:24:25.988526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7455 | 2024.09.23 18:24:25.988545 [ 3 ] {} <Debug> HTTP-Session: ae4b9beb-7ec4-4d1f-a0a3-1fe5601f3ded Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7456 | 2024.09.23 18:24:25.988562 [ 3 ] {} <Debug> HTTP-Session: ae4b9beb-7ec4-4d1f-a0a3-1fe5601f3ded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7457 | 2024.09.23 18:24:25.988576 [ 3 ] {} <Debug> HTTP-Session: ae4b9beb-7ec4-4d1f-a0a3-1fe5601f3ded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7458 | 2024.09.23 18:24:25.988606 [ 3 ] {} <Trace> HTTP-Session: ae4b9beb-7ec4-4d1f-a0a3-1fe5601f3ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7459 | 2024.09.23 18:24:25.988719 [ 3 ] {9db7546e-db44-4ee4-bfd5-4b5b5246c891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7460 | 2024.09.23 18:24:25.988763 [ 3 ] {9db7546e-db44-4ee4-bfd5-4b5b5246c891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7461 | 2024.09.23 18:24:25.988991 [ 3 ] {9db7546e-db44-4ee4-bfd5-4b5b5246c891} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7462 | 2024.09.23 18:24:25.989322 [ 3 ] {9db7546e-db44-4ee4-bfd5-4b5b5246c891} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7463 | 2024.09.23 18:24:25.989362 [ 3 ] {9db7546e-db44-4ee4-bfd5-4b5b5246c891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7464 | 2024.09.23 18:24:25.989821 [ 3 ] {9db7546e-db44-4ee4-bfd5-4b5b5246c891} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7465 | 2024.09.23 18:24:25.990216 [ 3 ] {9db7546e-db44-4ee4-bfd5-4b5b5246c891} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7466 | 2024.09.23 18:24:25.990374 [ 3 ] {9db7546e-db44-4ee4-bfd5-4b5b5246c891} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001688 sec., 43246.44549763033 rows/sec., 3.38 MiB/sec. | ||
7467 | 2024.09.23 18:24:25.990535 [ 3 ] {9db7546e-db44-4ee4-bfd5-4b5b5246c891} <Debug> DynamicQueryHandler: Done processing query | ||
7468 | 2024.09.23 18:24:25.990561 [ 3 ] {9db7546e-db44-4ee4-bfd5-4b5b5246c891} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7469 | 2024.09.23 18:24:25.990577 [ 3 ] {} <Debug> HTTP-Session: ae4b9beb-7ec4-4d1f-a0a3-1fe5601f3ded Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7470 | 2024.09.23 18:24:25.990747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7471 | 2024.09.23 18:24:25.990800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7472 | 2024.09.23 18:24:25.990821 [ 3 ] {} <Debug> HTTP-Session: 8122ace4-2291-477f-82d1-3a18507d9f53 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7473 | 2024.09.23 18:24:25.990838 [ 3 ] {} <Debug> HTTP-Session: 8122ace4-2291-477f-82d1-3a18507d9f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7474 | 2024.09.23 18:24:25.990852 [ 3 ] {} <Debug> HTTP-Session: 8122ace4-2291-477f-82d1-3a18507d9f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7475 | 2024.09.23 18:24:25.990884 [ 3 ] {} <Trace> HTTP-Session: 8122ace4-2291-477f-82d1-3a18507d9f53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7476 | 2024.09.23 18:24:25.991045 [ 3 ] {124d5a3a-c786-452b-a730-08cd9bb45ed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7477 | 2024.09.23 18:24:25.991094 [ 3 ] {124d5a3a-c786-452b-a730-08cd9bb45ed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7478 | 2024.09.23 18:24:25.991236 [ 3 ] {124d5a3a-c786-452b-a730-08cd9bb45ed1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7479 | 2024.09.23 18:24:25.991592 [ 3 ] {124d5a3a-c786-452b-a730-08cd9bb45ed1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7480 | 2024.09.23 18:24:25.991631 [ 3 ] {124d5a3a-c786-452b-a730-08cd9bb45ed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7481 | 2024.09.23 18:24:25.992030 [ 3 ] {124d5a3a-c786-452b-a730-08cd9bb45ed1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7482 | 2024.09.23 18:24:25.992378 [ 3 ] {124d5a3a-c786-452b-a730-08cd9bb45ed1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7483 | 2024.09.23 18:24:25.992533 [ 3 ] {124d5a3a-c786-452b-a730-08cd9bb45ed1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
7484 | 2024.09.23 18:24:25.992700 [ 3 ] {124d5a3a-c786-452b-a730-08cd9bb45ed1} <Debug> DynamicQueryHandler: Done processing query | ||
7485 | 2024.09.23 18:24:25.992724 [ 3 ] {124d5a3a-c786-452b-a730-08cd9bb45ed1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7486 | 2024.09.23 18:24:25.992740 [ 3 ] {} <Debug> HTTP-Session: 8122ace4-2291-477f-82d1-3a18507d9f53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7487 | 2024.09.23 18:24:25.992863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7488 | 2024.09.23 18:24:25.992912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7489 | 2024.09.23 18:24:25.992932 [ 3 ] {} <Debug> HTTP-Session: 9caab5a7-bc18-40a3-a1ad-52acb8aba7dc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7490 | 2024.09.23 18:24:25.992949 [ 3 ] {} <Debug> HTTP-Session: 9caab5a7-bc18-40a3-a1ad-52acb8aba7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7491 | 2024.09.23 18:24:25.992963 [ 3 ] {} <Debug> HTTP-Session: 9caab5a7-bc18-40a3-a1ad-52acb8aba7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7492 | 2024.09.23 18:24:25.992993 [ 3 ] {} <Trace> HTTP-Session: 9caab5a7-bc18-40a3-a1ad-52acb8aba7dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7493 | 2024.09.23 18:24:25.993154 [ 3 ] {03320152-d1d8-403a-8fba-e2f18c97a764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7494 | 2024.09.23 18:24:25.993219 [ 3 ] {03320152-d1d8-403a-8fba-e2f18c97a764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7495 | 2024.09.23 18:24:25.993633 [ 3 ] {03320152-d1d8-403a-8fba-e2f18c97a764} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7496 | 2024.09.23 18:24:25.994210 [ 3 ] {03320152-d1d8-403a-8fba-e2f18c97a764} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7497 | 2024.09.23 18:24:25.994248 [ 3 ] {03320152-d1d8-403a-8fba-e2f18c97a764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7498 | 2024.09.23 18:24:25.994859 [ 3 ] {03320152-d1d8-403a-8fba-e2f18c97a764} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7499 | 2024.09.23 18:24:25.995274 [ 3 ] {03320152-d1d8-403a-8fba-e2f18c97a764} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7500 | 2024.09.23 18:24:25.995467 [ 3 ] {03320152-d1d8-403a-8fba-e2f18c97a764} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002399 sec., 3751.563151313047 rows/sec., 6.72 MiB/sec. | ||
7501 | 2024.09.23 18:24:25.995851 [ 3 ] {03320152-d1d8-403a-8fba-e2f18c97a764} <Debug> DynamicQueryHandler: Done processing query | ||
7502 | 2024.09.23 18:24:25.995876 [ 3 ] {03320152-d1d8-403a-8fba-e2f18c97a764} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
7503 | 2024.09.23 18:24:25.995892 [ 3 ] {} <Debug> HTTP-Session: 9caab5a7-bc18-40a3-a1ad-52acb8aba7dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7504 | 2024.09.23 18:24:25.996010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7505 | 2024.09.23 18:24:25.996060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7506 | 2024.09.23 18:24:25.996080 [ 3 ] {} <Debug> HTTP-Session: ef72027c-a31c-47fb-963f-9597b3cf563d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7507 | 2024.09.23 18:24:25.996096 [ 3 ] {} <Debug> HTTP-Session: ef72027c-a31c-47fb-963f-9597b3cf563d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7508 | 2024.09.23 18:24:25.996109 [ 3 ] {} <Debug> HTTP-Session: ef72027c-a31c-47fb-963f-9597b3cf563d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7509 | 2024.09.23 18:24:25.996141 [ 3 ] {} <Trace> HTTP-Session: ef72027c-a31c-47fb-963f-9597b3cf563d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7510 | 2024.09.23 18:24:25.996252 [ 3 ] {eee66ce9-245e-4ed7-a0e1-55bf87df5c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7511 | 2024.09.23 18:24:25.996297 [ 3 ] {eee66ce9-245e-4ed7-a0e1-55bf87df5c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7512 | 2024.09.23 18:24:25.996428 [ 3 ] {eee66ce9-245e-4ed7-a0e1-55bf87df5c47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7513 | 2024.09.23 18:24:25.996720 [ 3 ] {eee66ce9-245e-4ed7-a0e1-55bf87df5c47} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7514 | 2024.09.23 18:24:25.996756 [ 3 ] {eee66ce9-245e-4ed7-a0e1-55bf87df5c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7515 | 2024.09.23 18:24:25.997114 [ 3 ] {eee66ce9-245e-4ed7-a0e1-55bf87df5c47} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7516 | 2024.09.23 18:24:25.997437 [ 3 ] {eee66ce9-245e-4ed7-a0e1-55bf87df5c47} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7517 | 2024.09.23 18:24:25.997594 [ 3 ] {eee66ce9-245e-4ed7-a0e1-55bf87df5c47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
7518 | 2024.09.23 18:24:25.997903 [ 3 ] {eee66ce9-245e-4ed7-a0e1-55bf87df5c47} <Debug> DynamicQueryHandler: Done processing query | ||
7519 | 2024.09.23 18:24:25.997957 [ 3 ] {eee66ce9-245e-4ed7-a0e1-55bf87df5c47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7520 | 2024.09.23 18:24:25.997982 [ 3 ] {} <Debug> HTTP-Session: ef72027c-a31c-47fb-963f-9597b3cf563d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7521 | 2024.09.23 18:24:27.291762 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7522 | 2024.09.23 18:24:27.291815 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7523 | 2024.09.23 18:24:30.987342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7524 | 2024.09.23 18:24:30.987483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7525 | 2024.09.23 18:24:30.987512 [ 3 ] {} <Debug> HTTP-Session: 4cf8b079-dcb6-4479-82c2-5c849b187dc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7526 | 2024.09.23 18:24:30.987540 [ 3 ] {} <Debug> HTTP-Session: 4cf8b079-dcb6-4479-82c2-5c849b187dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7527 | 2024.09.23 18:24:30.987558 [ 3 ] {} <Debug> HTTP-Session: 4cf8b079-dcb6-4479-82c2-5c849b187dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7528 | 2024.09.23 18:24:30.987614 [ 3 ] {} <Trace> HTTP-Session: 4cf8b079-dcb6-4479-82c2-5c849b187dc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7529 | 2024.09.23 18:24:30.987904 [ 3 ] {5e46d6d0-b517-4715-ab2b-2a60c2bc78f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7530 | 2024.09.23 18:24:30.987978 [ 3 ] {5e46d6d0-b517-4715-ab2b-2a60c2bc78f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7531 | 2024.09.23 18:24:30.988341 [ 3 ] {5e46d6d0-b517-4715-ab2b-2a60c2bc78f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7532 | 2024.09.23 18:24:30.988917 [ 3 ] {5e46d6d0-b517-4715-ab2b-2a60c2bc78f7} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7533 | 2024.09.23 18:24:30.988960 [ 3 ] {5e46d6d0-b517-4715-ab2b-2a60c2bc78f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7534 | 2024.09.23 18:24:30.989405 [ 3 ] {5e46d6d0-b517-4715-ab2b-2a60c2bc78f7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7535 | 2024.09.23 18:24:30.989800 [ 3 ] {5e46d6d0-b517-4715-ab2b-2a60c2bc78f7} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7536 | 2024.09.23 18:24:30.989986 [ 3 ] {5e46d6d0-b517-4715-ab2b-2a60c2bc78f7} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002204 sec., 113883.84754990926 rows/sec., 10.08 MiB/sec. | ||
7537 | 2024.09.23 18:24:30.990348 [ 3 ] {5e46d6d0-b517-4715-ab2b-2a60c2bc78f7} <Debug> DynamicQueryHandler: Done processing query | ||
7538 | 2024.09.23 18:24:30.990402 [ 3 ] {5e46d6d0-b517-4715-ab2b-2a60c2bc78f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7539 | 2024.09.23 18:24:30.990446 [ 3 ] {} <Debug> HTTP-Session: 4cf8b079-dcb6-4479-82c2-5c849b187dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7540 | 2024.09.23 18:24:30.990599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7541 | 2024.09.23 18:24:30.990648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7542 | 2024.09.23 18:24:30.990667 [ 3 ] {} <Debug> HTTP-Session: cccf46da-3ae0-43a0-a5a2-78e86918ffba Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7543 | 2024.09.23 18:24:30.990684 [ 3 ] {} <Debug> HTTP-Session: cccf46da-3ae0-43a0-a5a2-78e86918ffba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7544 | 2024.09.23 18:24:30.990698 [ 3 ] {} <Debug> HTTP-Session: cccf46da-3ae0-43a0-a5a2-78e86918ffba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7545 | 2024.09.23 18:24:30.990729 [ 3 ] {} <Trace> HTTP-Session: cccf46da-3ae0-43a0-a5a2-78e86918ffba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7546 | 2024.09.23 18:24:30.990843 [ 3 ] {5e306781-0a08-47b9-9487-bb62e1779e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7547 | 2024.09.23 18:24:30.990892 [ 3 ] {5e306781-0a08-47b9-9487-bb62e1779e7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7548 | 2024.09.23 18:24:30.991147 [ 3 ] {5e306781-0a08-47b9-9487-bb62e1779e7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7549 | 2024.09.23 18:24:30.991484 [ 3 ] {5e306781-0a08-47b9-9487-bb62e1779e7e} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7550 | 2024.09.23 18:24:30.991521 [ 3 ] {5e306781-0a08-47b9-9487-bb62e1779e7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7551 | 2024.09.23 18:24:30.991869 [ 3 ] {5e306781-0a08-47b9-9487-bb62e1779e7e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7552 | 2024.09.23 18:24:30.992227 [ 3 ] {5e306781-0a08-47b9-9487-bb62e1779e7e} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7553 | 2024.09.23 18:24:30.992385 [ 3 ] {5e306781-0a08-47b9-9487-bb62e1779e7e} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001573 sec., 19707.565162110615 rows/sec., 1.45 MiB/sec. | ||
7554 | 2024.09.23 18:24:30.992676 [ 3 ] {5e306781-0a08-47b9-9487-bb62e1779e7e} <Debug> DynamicQueryHandler: Done processing query | ||
7555 | 2024.09.23 18:24:30.992721 [ 3 ] {5e306781-0a08-47b9-9487-bb62e1779e7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7556 | 2024.09.23 18:24:30.992745 [ 3 ] {} <Debug> HTTP-Session: cccf46da-3ae0-43a0-a5a2-78e86918ffba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7557 | 2024.09.23 18:24:30.992928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7558 | 2024.09.23 18:24:30.992985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7559 | 2024.09.23 18:24:30.993009 [ 3 ] {} <Debug> HTTP-Session: de056b42-cc5b-4116-bf6c-c0e70f7d832c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7560 | 2024.09.23 18:24:30.993031 [ 3 ] {} <Debug> HTTP-Session: de056b42-cc5b-4116-bf6c-c0e70f7d832c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7561 | 2024.09.23 18:24:30.993050 [ 3 ] {} <Debug> HTTP-Session: de056b42-cc5b-4116-bf6c-c0e70f7d832c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7562 | 2024.09.23 18:24:30.993088 [ 3 ] {} <Trace> HTTP-Session: de056b42-cc5b-4116-bf6c-c0e70f7d832c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7563 | 2024.09.23 18:24:30.993200 [ 3 ] {2ed04c2a-a9ce-4a33-8b5f-fbf1d00fb4bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7564 | 2024.09.23 18:24:30.993243 [ 3 ] {2ed04c2a-a9ce-4a33-8b5f-fbf1d00fb4bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7565 | 2024.09.23 18:24:30.993490 [ 3 ] {2ed04c2a-a9ce-4a33-8b5f-fbf1d00fb4bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7566 | 2024.09.23 18:24:30.993816 [ 3 ] {2ed04c2a-a9ce-4a33-8b5f-fbf1d00fb4bc} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7567 | 2024.09.23 18:24:30.993853 [ 3 ] {2ed04c2a-a9ce-4a33-8b5f-fbf1d00fb4bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7568 | 2024.09.23 18:24:30.994212 [ 3 ] {2ed04c2a-a9ce-4a33-8b5f-fbf1d00fb4bc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7569 | 2024.09.23 18:24:30.994561 [ 3 ] {2ed04c2a-a9ce-4a33-8b5f-fbf1d00fb4bc} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7570 | 2024.09.23 18:24:30.994723 [ 3 ] {2ed04c2a-a9ce-4a33-8b5f-fbf1d00fb4bc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00154 sec., 9090.909090909092 rows/sec., 636.67 KiB/sec. | ||
7571 | 2024.09.23 18:24:30.995071 [ 3 ] {2ed04c2a-a9ce-4a33-8b5f-fbf1d00fb4bc} <Debug> DynamicQueryHandler: Done processing query | ||
7572 | 2024.09.23 18:24:30.995097 [ 3 ] {2ed04c2a-a9ce-4a33-8b5f-fbf1d00fb4bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7573 | 2024.09.23 18:24:30.995113 [ 3 ] {} <Debug> HTTP-Session: de056b42-cc5b-4116-bf6c-c0e70f7d832c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7574 | 2024.09.23 18:24:30.995226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7575 | 2024.09.23 18:24:30.995274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7576 | 2024.09.23 18:24:30.995293 [ 3 ] {} <Debug> HTTP-Session: 88dd7e4a-c642-4ec3-9fbf-0716aea6f71c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7577 | 2024.09.23 18:24:30.995310 [ 3 ] {} <Debug> HTTP-Session: 88dd7e4a-c642-4ec3-9fbf-0716aea6f71c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7578 | 2024.09.23 18:24:30.995324 [ 3 ] {} <Debug> HTTP-Session: 88dd7e4a-c642-4ec3-9fbf-0716aea6f71c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7579 | 2024.09.23 18:24:30.995355 [ 3 ] {} <Trace> HTTP-Session: 88dd7e4a-c642-4ec3-9fbf-0716aea6f71c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7580 | 2024.09.23 18:24:30.995461 [ 3 ] {ccbda698-8308-477f-9035-3aef284ef9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7581 | 2024.09.23 18:24:30.995506 [ 3 ] {ccbda698-8308-477f-9035-3aef284ef9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7582 | 2024.09.23 18:24:30.995775 [ 3 ] {ccbda698-8308-477f-9035-3aef284ef9fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7583 | 2024.09.23 18:24:30.996110 [ 3 ] {ccbda698-8308-477f-9035-3aef284ef9fe} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7584 | 2024.09.23 18:24:30.996148 [ 3 ] {ccbda698-8308-477f-9035-3aef284ef9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7585 | 2024.09.23 18:24:30.996492 [ 3 ] {ccbda698-8308-477f-9035-3aef284ef9fe} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7586 | 2024.09.23 18:24:30.996858 [ 3 ] {ccbda698-8308-477f-9035-3aef284ef9fe} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7587 | 2024.09.23 18:24:30.997019 [ 3 ] {ccbda698-8308-477f-9035-3aef284ef9fe} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001577 sec., 3804.6924540266327 rows/sec., 224.79 KiB/sec. | ||
7588 | 2024.09.23 18:24:30.997029 [ 80 ] {} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
7589 | 2024.09.23 18:24:30.997142 [ 80 ] {} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7590 | 2024.09.23 18:24:30.997189 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7591 | 2024.09.23 18:24:30.997297 [ 3 ] {ccbda698-8308-477f-9035-3aef284ef9fe} <Debug> DynamicQueryHandler: Done processing query | ||
7592 | 2024.09.23 18:24:30.997378 [ 3 ] {ccbda698-8308-477f-9035-3aef284ef9fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7593 | 2024.09.23 18:24:30.997452 [ 187 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
7594 | 2024.09.23 18:24:30.997472 [ 3 ] {} <Debug> HTTP-Session: 88dd7e4a-c642-4ec3-9fbf-0716aea6f71c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7595 | 2024.09.23 18:24:30.997710 [ 187 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7596 | 2024.09.23 18:24:30.997766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7597 | 2024.09.23 18:24:30.997785 [ 187 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
7598 | 2024.09.23 18:24:30.997863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7599 | 2024.09.23 18:24:30.997928 [ 3 ] {} <Debug> HTTP-Session: db92976e-7e2a-40e3-bda0-54fca15c2feb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7600 | 2024.09.23 18:24:30.998018 [ 187 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
7601 | 2024.09.23 18:24:30.998034 [ 3 ] {} <Debug> HTTP-Session: db92976e-7e2a-40e3-bda0-54fca15c2feb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7602 | 2024.09.23 18:24:30.998122 [ 3 ] {} <Debug> HTTP-Session: db92976e-7e2a-40e3-bda0-54fca15c2feb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7603 | 2024.09.23 18:24:30.998301 [ 187 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
7604 | 2024.09.23 18:24:30.998327 [ 3 ] {} <Trace> HTTP-Session: db92976e-7e2a-40e3-bda0-54fca15c2feb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7605 | 2024.09.23 18:24:30.998644 [ 187 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
7606 | 2024.09.23 18:24:30.998937 [ 187 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
7607 | 2024.09.23 18:24:30.999006 [ 3 ] {71fb9e29-4bcf-49f4-89d2-bceaa7a7c10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7608 | 2024.09.23 18:24:30.999225 [ 3 ] {71fb9e29-4bcf-49f4-89d2-bceaa7a7c10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7609 | 2024.09.23 18:24:31.000075 [ 3 ] {71fb9e29-4bcf-49f4-89d2-bceaa7a7c10d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7610 | 2024.09.23 18:24:31.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.51 MiB, peak 199.80 MiB, free memory in arenas 0.00 B, will set to 191.24 MiB (RSS), difference: -1.27 MiB | ||
7611 | 2024.09.23 18:24:31.001382 [ 3 ] {71fb9e29-4bcf-49f4-89d2-bceaa7a7c10d} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7612 | 2024.09.23 18:24:31.001446 [ 3 ] {71fb9e29-4bcf-49f4-89d2-bceaa7a7c10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7613 | 2024.09.23 18:24:31.002054 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00478314 sec., 6272.030507156387 rows/sec., 398.13 KiB/sec. | ||
7614 | 2024.09.23 18:24:31.002259 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
7615 | 2024.09.23 18:24:31.002388 [ 3 ] {71fb9e29-4bcf-49f4-89d2-bceaa7a7c10d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7616 | 2024.09.23 18:24:31.003532 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_17_4} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7617 | 2024.09.23 18:24:31.003545 [ 3 ] {71fb9e29-4bcf-49f4-89d2-bceaa7a7c10d} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7618 | 2024.09.23 18:24:31.003709 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_17_4} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
7619 | 2024.09.23 18:24:31.003893 [ 3 ] {71fb9e29-4bcf-49f4-89d2-bceaa7a7c10d} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.005199 sec., 79438.35352952492 rows/sec., 5.67 MiB/sec. | ||
7620 | 2024.09.23 18:24:31.003926 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7621 | 2024.09.23 18:24:31.004172 [ 3 ] {71fb9e29-4bcf-49f4-89d2-bceaa7a7c10d} <Debug> DynamicQueryHandler: Done processing query | ||
7622 | 2024.09.23 18:24:31.004202 [ 3 ] {71fb9e29-4bcf-49f4-89d2-bceaa7a7c10d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
7623 | 2024.09.23 18:24:31.004218 [ 3 ] {} <Debug> HTTP-Session: db92976e-7e2a-40e3-bda0-54fca15c2feb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7624 | 2024.09.23 18:24:31.004338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7625 | 2024.09.23 18:24:31.004386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7626 | 2024.09.23 18:24:31.004406 [ 3 ] {} <Debug> HTTP-Session: ad8e15af-6cf7-4465-9e6d-8eb2a30771f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7627 | 2024.09.23 18:24:31.004422 [ 3 ] {} <Debug> HTTP-Session: ad8e15af-6cf7-4465-9e6d-8eb2a30771f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7628 | 2024.09.23 18:24:31.004436 [ 3 ] {} <Debug> HTTP-Session: ad8e15af-6cf7-4465-9e6d-8eb2a30771f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7629 | 2024.09.23 18:24:31.004467 [ 3 ] {} <Trace> HTTP-Session: ad8e15af-6cf7-4465-9e6d-8eb2a30771f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7630 | 2024.09.23 18:24:31.004566 [ 3 ] {d55b4b1a-cd13-454d-9958-e6150a3f5c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7631 | 2024.09.23 18:24:31.004611 [ 3 ] {d55b4b1a-cd13-454d-9958-e6150a3f5c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7632 | 2024.09.23 18:24:31.004753 [ 3 ] {d55b4b1a-cd13-454d-9958-e6150a3f5c3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7633 | 2024.09.23 18:24:31.005022 [ 3 ] {d55b4b1a-cd13-454d-9958-e6150a3f5c3f} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7634 | 2024.09.23 18:24:31.005058 [ 3 ] {d55b4b1a-cd13-454d-9958-e6150a3f5c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7635 | 2024.09.23 18:24:31.005416 [ 3 ] {d55b4b1a-cd13-454d-9958-e6150a3f5c3f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7636 | 2024.09.23 18:24:31.005752 [ 3 ] {d55b4b1a-cd13-454d-9958-e6150a3f5c3f} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7637 | 2024.09.23 18:24:31.005907 [ 3 ] {d55b4b1a-cd13-454d-9958-e6150a3f5c3f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 229.99 KiB/sec. | ||
7638 | 2024.09.23 18:24:31.006062 [ 3 ] {d55b4b1a-cd13-454d-9958-e6150a3f5c3f} <Debug> DynamicQueryHandler: Done processing query | ||
7639 | 2024.09.23 18:24:31.006086 [ 3 ] {d55b4b1a-cd13-454d-9958-e6150a3f5c3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7640 | 2024.09.23 18:24:31.006102 [ 3 ] {} <Debug> HTTP-Session: ad8e15af-6cf7-4465-9e6d-8eb2a30771f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7641 | 2024.09.23 18:24:31.006279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7642 | 2024.09.23 18:24:31.006326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7643 | 2024.09.23 18:24:31.006344 [ 3 ] {} <Debug> HTTP-Session: 2e2f5623-d550-43bf-8219-cceb83623a65 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7644 | 2024.09.23 18:24:31.006361 [ 3 ] {} <Debug> HTTP-Session: 2e2f5623-d550-43bf-8219-cceb83623a65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7645 | 2024.09.23 18:24:31.006374 [ 3 ] {} <Debug> HTTP-Session: 2e2f5623-d550-43bf-8219-cceb83623a65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7646 | 2024.09.23 18:24:31.006405 [ 3 ] {} <Trace> HTTP-Session: 2e2f5623-d550-43bf-8219-cceb83623a65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7647 | 2024.09.23 18:24:31.006580 [ 3 ] {c78cb4b6-1a2c-4825-bdd2-e26d172deaf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7648 | 2024.09.23 18:24:31.006626 [ 3 ] {c78cb4b6-1a2c-4825-bdd2-e26d172deaf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7649 | 2024.09.23 18:24:31.006769 [ 3 ] {c78cb4b6-1a2c-4825-bdd2-e26d172deaf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7650 | 2024.09.23 18:24:31.007238 [ 3 ] {c78cb4b6-1a2c-4825-bdd2-e26d172deaf9} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7651 | 2024.09.23 18:24:31.007274 [ 3 ] {c78cb4b6-1a2c-4825-bdd2-e26d172deaf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7652 | 2024.09.23 18:24:31.007655 [ 3 ] {c78cb4b6-1a2c-4825-bdd2-e26d172deaf9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7653 | 2024.09.23 18:24:31.007995 [ 3 ] {c78cb4b6-1a2c-4825-bdd2-e26d172deaf9} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7654 | 2024.09.23 18:24:31.008157 [ 3 ] {c78cb4b6-1a2c-4825-bdd2-e26d172deaf9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001655 sec., 143202.416918429 rows/sec., 9.60 MiB/sec. | ||
7655 | 2024.09.23 18:24:31.008329 [ 3 ] {c78cb4b6-1a2c-4825-bdd2-e26d172deaf9} <Debug> DynamicQueryHandler: Done processing query | ||
7656 | 2024.09.23 18:24:31.008354 [ 3 ] {c78cb4b6-1a2c-4825-bdd2-e26d172deaf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7657 | 2024.09.23 18:24:31.008369 [ 3 ] {} <Debug> HTTP-Session: 2e2f5623-d550-43bf-8219-cceb83623a65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7658 | 2024.09.23 18:24:31.008483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7659 | 2024.09.23 18:24:31.008530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7660 | 2024.09.23 18:24:31.008549 [ 3 ] {} <Debug> HTTP-Session: 2626ef18-9f5c-4bbf-9ac3-5303faf2732c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7661 | 2024.09.23 18:24:31.008566 [ 3 ] {} <Debug> HTTP-Session: 2626ef18-9f5c-4bbf-9ac3-5303faf2732c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7662 | 2024.09.23 18:24:31.008579 [ 3 ] {} <Debug> HTTP-Session: 2626ef18-9f5c-4bbf-9ac3-5303faf2732c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7663 | 2024.09.23 18:24:31.008610 [ 3 ] {} <Trace> HTTP-Session: 2626ef18-9f5c-4bbf-9ac3-5303faf2732c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7664 | 2024.09.23 18:24:31.008703 [ 3 ] {90a5ed65-529c-4c25-a242-0b0b3e4d2e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7665 | 2024.09.23 18:24:31.008750 [ 3 ] {90a5ed65-529c-4c25-a242-0b0b3e4d2e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7666 | 2024.09.23 18:24:31.008878 [ 3 ] {90a5ed65-529c-4c25-a242-0b0b3e4d2e9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7667 | 2024.09.23 18:24:31.009157 [ 3 ] {90a5ed65-529c-4c25-a242-0b0b3e4d2e9e} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7668 | 2024.09.23 18:24:31.009200 [ 3 ] {90a5ed65-529c-4c25-a242-0b0b3e4d2e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7669 | 2024.09.23 18:24:31.009562 [ 3 ] {90a5ed65-529c-4c25-a242-0b0b3e4d2e9e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7670 | 2024.09.23 18:24:31.009880 [ 3 ] {90a5ed65-529c-4c25-a242-0b0b3e4d2e9e} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7671 | 2024.09.23 18:24:31.010035 [ 3 ] {90a5ed65-529c-4c25-a242-0b0b3e4d2e9e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001349 sec., 741.2898443291327 rows/sec., 49.95 KiB/sec. | ||
7672 | 2024.09.23 18:24:31.010202 [ 3 ] {90a5ed65-529c-4c25-a242-0b0b3e4d2e9e} <Debug> DynamicQueryHandler: Done processing query | ||
7673 | 2024.09.23 18:24:31.010226 [ 3 ] {90a5ed65-529c-4c25-a242-0b0b3e4d2e9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7674 | 2024.09.23 18:24:31.010242 [ 3 ] {} <Debug> HTTP-Session: 2626ef18-9f5c-4bbf-9ac3-5303faf2732c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7675 | 2024.09.23 18:24:31.010405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7676 | 2024.09.23 18:24:31.010453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7677 | 2024.09.23 18:24:31.010472 [ 3 ] {} <Debug> HTTP-Session: 6e44b637-8aa3-4039-baa5-2c5cb5bf54eb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7678 | 2024.09.23 18:24:31.010488 [ 3 ] {} <Debug> HTTP-Session: 6e44b637-8aa3-4039-baa5-2c5cb5bf54eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7679 | 2024.09.23 18:24:31.010502 [ 3 ] {} <Debug> HTTP-Session: 6e44b637-8aa3-4039-baa5-2c5cb5bf54eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7680 | 2024.09.23 18:24:31.010532 [ 3 ] {} <Trace> HTTP-Session: 6e44b637-8aa3-4039-baa5-2c5cb5bf54eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7681 | 2024.09.23 18:24:31.010861 [ 3 ] {42e8be77-eca0-4cc6-b784-3b70b8248e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7682 | 2024.09.23 18:24:31.010926 [ 3 ] {42e8be77-eca0-4cc6-b784-3b70b8248e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7683 | 2024.09.23 18:24:31.011346 [ 3 ] {42e8be77-eca0-4cc6-b784-3b70b8248e46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7684 | 2024.09.23 18:24:31.012018 [ 3 ] {42e8be77-eca0-4cc6-b784-3b70b8248e46} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7685 | 2024.09.23 18:24:31.012055 [ 3 ] {42e8be77-eca0-4cc6-b784-3b70b8248e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7686 | 2024.09.23 18:24:31.012678 [ 3 ] {42e8be77-eca0-4cc6-b784-3b70b8248e46} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7687 | 2024.09.23 18:24:31.013089 [ 3 ] {42e8be77-eca0-4cc6-b784-3b70b8248e46} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7688 | 2024.09.23 18:24:31.013270 [ 3 ] {42e8be77-eca0-4cc6-b784-3b70b8248e46} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002639 sec., 11746.873815839333 rows/sec., 21.05 MiB/sec. | ||
7689 | 2024.09.23 18:24:31.013589 [ 3 ] {42e8be77-eca0-4cc6-b784-3b70b8248e46} <Debug> DynamicQueryHandler: Done processing query | ||
7690 | 2024.09.23 18:24:31.013614 [ 3 ] {42e8be77-eca0-4cc6-b784-3b70b8248e46} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7691 | 2024.09.23 18:24:31.013630 [ 3 ] {} <Debug> HTTP-Session: 6e44b637-8aa3-4039-baa5-2c5cb5bf54eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7692 | 2024.09.23 18:24:31.013750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7693 | 2024.09.23 18:24:31.013797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7694 | 2024.09.23 18:24:31.013817 [ 3 ] {} <Debug> HTTP-Session: 991ce6d1-9d8e-4eb3-ac60-0a3c81267cfb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7695 | 2024.09.23 18:24:31.013834 [ 3 ] {} <Debug> HTTP-Session: 991ce6d1-9d8e-4eb3-ac60-0a3c81267cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7696 | 2024.09.23 18:24:31.013847 [ 3 ] {} <Debug> HTTP-Session: 991ce6d1-9d8e-4eb3-ac60-0a3c81267cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7697 | 2024.09.23 18:24:31.013880 [ 3 ] {} <Trace> HTTP-Session: 991ce6d1-9d8e-4eb3-ac60-0a3c81267cfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7698 | 2024.09.23 18:24:31.013994 [ 3 ] {5015c426-80e2-4bd9-9693-2806377480da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7699 | 2024.09.23 18:24:31.014038 [ 3 ] {5015c426-80e2-4bd9-9693-2806377480da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7700 | 2024.09.23 18:24:31.014165 [ 3 ] {5015c426-80e2-4bd9-9693-2806377480da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7701 | 2024.09.23 18:24:31.014468 [ 3 ] {5015c426-80e2-4bd9-9693-2806377480da} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7702 | 2024.09.23 18:24:31.014503 [ 3 ] {5015c426-80e2-4bd9-9693-2806377480da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
7703 | 2024.09.23 18:24:31.014865 [ 3 ] {5015c426-80e2-4bd9-9693-2806377480da} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7704 | 2024.09.23 18:24:31.015185 [ 3 ] {5015c426-80e2-4bd9-9693-2806377480da} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7705 | 2024.09.23 18:24:31.015340 [ 3 ] {5015c426-80e2-4bd9-9693-2806377480da} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001381 sec., 59377.262853005064 rows/sec., 3.77 MiB/sec. | ||
7706 | 2024.09.23 18:24:31.015623 [ 3 ] {5015c426-80e2-4bd9-9693-2806377480da} <Debug> DynamicQueryHandler: Done processing query | ||
7707 | 2024.09.23 18:24:31.015681 [ 3 ] {5015c426-80e2-4bd9-9693-2806377480da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7708 | 2024.09.23 18:24:31.015720 [ 3 ] {} <Debug> HTTP-Session: 991ce6d1-9d8e-4eb3-ac60-0a3c81267cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7709 | 2024.09.23 18:24:35.982203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7710 | 2024.09.23 18:24:35.982406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7711 | 2024.09.23 18:24:35.982452 [ 3 ] {} <Debug> HTTP-Session: dfbc9c73-0905-4777-bacb-5bc30416d474 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7712 | 2024.09.23 18:24:35.982494 [ 3 ] {} <Debug> HTTP-Session: dfbc9c73-0905-4777-bacb-5bc30416d474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7713 | 2024.09.23 18:24:35.982523 [ 3 ] {} <Debug> HTTP-Session: dfbc9c73-0905-4777-bacb-5bc30416d474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7714 | 2024.09.23 18:24:35.982602 [ 3 ] {} <Trace> HTTP-Session: dfbc9c73-0905-4777-bacb-5bc30416d474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7715 | 2024.09.23 18:24:35.982930 [ 3 ] {e9a4da53-37b2-4444-a647-1c2876a1bba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7716 | 2024.09.23 18:24:35.983066 [ 3 ] {e9a4da53-37b2-4444-a647-1c2876a1bba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7717 | 2024.09.23 18:24:35.983574 [ 3 ] {e9a4da53-37b2-4444-a647-1c2876a1bba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7718 | 2024.09.23 18:24:35.984038 [ 3 ] {e9a4da53-37b2-4444-a647-1c2876a1bba5} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7719 | 2024.09.23 18:24:35.984084 [ 3 ] {e9a4da53-37b2-4444-a647-1c2876a1bba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7720 | 2024.09.23 18:24:35.984506 [ 3 ] {e9a4da53-37b2-4444-a647-1c2876a1bba5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7721 | 2024.09.23 18:24:35.984897 [ 3 ] {e9a4da53-37b2-4444-a647-1c2876a1bba5} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7722 | 2024.09.23 18:24:35.985081 [ 3 ] {e9a4da53-37b2-4444-a647-1c2876a1bba5} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002271 sec., 2642.007926023778 rows/sec., 215.44 KiB/sec. | ||
7723 | 2024.09.23 18:24:35.985300 [ 3 ] {e9a4da53-37b2-4444-a647-1c2876a1bba5} <Debug> DynamicQueryHandler: Done processing query | ||
7724 | 2024.09.23 18:24:35.985327 [ 3 ] {e9a4da53-37b2-4444-a647-1c2876a1bba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7725 | 2024.09.23 18:24:35.985344 [ 3 ] {} <Debug> HTTP-Session: dfbc9c73-0905-4777-bacb-5bc30416d474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7726 | 2024.09.23 18:24:35.985524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7727 | 2024.09.23 18:24:35.985585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7728 | 2024.09.23 18:24:35.985606 [ 3 ] {} <Debug> HTTP-Session: df8bcec0-1088-4408-877b-ab5a73a18738 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7729 | 2024.09.23 18:24:35.985625 [ 3 ] {} <Debug> HTTP-Session: df8bcec0-1088-4408-877b-ab5a73a18738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7730 | 2024.09.23 18:24:35.985640 [ 3 ] {} <Debug> HTTP-Session: df8bcec0-1088-4408-877b-ab5a73a18738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7731 | 2024.09.23 18:24:35.985676 [ 3 ] {} <Trace> HTTP-Session: df8bcec0-1088-4408-877b-ab5a73a18738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7732 | 2024.09.23 18:24:35.985802 [ 3 ] {72b519ea-1f03-4940-9a1f-90112ac93721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7733 | 2024.09.23 18:24:35.985849 [ 3 ] {72b519ea-1f03-4940-9a1f-90112ac93721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7734 | 2024.09.23 18:24:35.986080 [ 3 ] {72b519ea-1f03-4940-9a1f-90112ac93721} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7735 | 2024.09.23 18:24:35.986527 [ 3 ] {72b519ea-1f03-4940-9a1f-90112ac93721} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7736 | 2024.09.23 18:24:35.986565 [ 3 ] {72b519ea-1f03-4940-9a1f-90112ac93721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7737 | 2024.09.23 18:24:35.986927 [ 3 ] {72b519ea-1f03-4940-9a1f-90112ac93721} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7738 | 2024.09.23 18:24:35.987288 [ 3 ] {72b519ea-1f03-4940-9a1f-90112ac93721} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7739 | 2024.09.23 18:24:35.987457 [ 3 ] {72b519ea-1f03-4940-9a1f-90112ac93721} <Debug> executeQuery: Read 77 rows, 6.29 KiB in 0.001695 sec., 45427.72861356932 rows/sec., 3.62 MiB/sec. | ||
7740 | 2024.09.23 18:24:35.987467 [ 75 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7741 | 2024.09.23 18:24:35.987581 [ 75 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7742 | 2024.09.23 18:24:35.987633 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7743 | 2024.09.23 18:24:35.987743 [ 3 ] {72b519ea-1f03-4940-9a1f-90112ac93721} <Debug> DynamicQueryHandler: Done processing query | ||
7744 | 2024.09.23 18:24:35.987789 [ 3 ] {72b519ea-1f03-4940-9a1f-90112ac93721} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7745 | 2024.09.23 18:24:35.987824 [ 3 ] {} <Debug> HTTP-Session: df8bcec0-1088-4408-877b-ab5a73a18738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7746 | 2024.09.23 18:24:35.987830 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
7747 | 2024.09.23 18:24:35.988036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7748 | 2024.09.23 18:24:35.988107 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7749 | 2024.09.23 18:24:35.988124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7750 | 2024.09.23 18:24:35.988184 [ 3 ] {} <Debug> HTTP-Session: 21c414a4-c7b6-406f-a24b-3ba860c08761 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7751 | 2024.09.23 18:24:35.988189 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1419 rows starting from the beginning of the part | ||
7752 | 2024.09.23 18:24:35.988208 [ 3 ] {} <Debug> HTTP-Session: 21c414a4-c7b6-406f-a24b-3ba860c08761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7753 | 2024.09.23 18:24:35.988260 [ 3 ] {} <Debug> HTTP-Session: 21c414a4-c7b6-406f-a24b-3ba860c08761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7754 | 2024.09.23 18:24:35.988351 [ 3 ] {} <Trace> HTTP-Session: 21c414a4-c7b6-406f-a24b-3ba860c08761 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7755 | 2024.09.23 18:24:35.988464 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 74 rows starting from the beginning of the part | ||
7756 | 2024.09.23 18:24:35.988804 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 252 rows starting from the beginning of the part | ||
7757 | 2024.09.23 18:24:35.988861 [ 3 ] {e1d0c454-e9b3-49ba-8114-3669a21f14df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7758 | 2024.09.23 18:24:35.989099 [ 3 ] {e1d0c454-e9b3-49ba-8114-3669a21f14df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7759 | 2024.09.23 18:24:35.989162 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 74 rows starting from the beginning of the part | ||
7760 | 2024.09.23 18:24:35.989508 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 251 rows starting from the beginning of the part | ||
7761 | 2024.09.23 18:24:35.989833 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part | ||
7762 | 2024.09.23 18:24:35.990690 [ 3 ] {e1d0c454-e9b3-49ba-8114-3669a21f14df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7763 | 2024.09.23 18:24:35.991513 [ 3 ] {e1d0c454-e9b3-49ba-8114-3669a21f14df} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7764 | 2024.09.23 18:24:35.991582 [ 3 ] {e1d0c454-e9b3-49ba-8114-3669a21f14df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7765 | 2024.09.23 18:24:35.992511 [ 3 ] {e1d0c454-e9b3-49ba-8114-3669a21f14df} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7766 | 2024.09.23 18:24:35.993291 [ 3 ] {e1d0c454-e9b3-49ba-8114-3669a21f14df} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7767 | 2024.09.23 18:24:35.993328 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2147 rows, containing 5 columns (5 merged, 0 gathered) in 0.00561173 sec., 382591.4646641945 rows/sec., 33.71 MiB/sec. | ||
7768 | 2024.09.23 18:24:35.993516 [ 75 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7769 | 2024.09.23 18:24:35.993571 [ 3 ] {e1d0c454-e9b3-49ba-8114-3669a21f14df} <Debug> executeQuery: Read 15 rows, 1.10 KiB in 0.004959 sec., 3024.8033877797943 rows/sec., 220.95 KiB/sec. | ||
7770 | 2024.09.23 18:24:35.993586 [ 75 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7771 | 2024.09.23 18:24:35.993666 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7772 | 2024.09.23 18:24:35.993697 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7773 | 2024.09.23 18:24:35.994197 [ 3 ] {e1d0c454-e9b3-49ba-8114-3669a21f14df} <Debug> DynamicQueryHandler: Done processing query | ||
7774 | 2024.09.23 18:24:35.994231 [ 192 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
7775 | 2024.09.23 18:24:35.994292 [ 3 ] {e1d0c454-e9b3-49ba-8114-3669a21f14df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7776 | 2024.09.23 18:24:35.994399 [ 3 ] {} <Debug> HTTP-Session: 21c414a4-c7b6-406f-a24b-3ba860c08761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7777 | 2024.09.23 18:24:35.994750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 13437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7778 | 2024.09.23 18:24:35.994945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7779 | 2024.09.23 18:24:35.995038 [ 3 ] {} <Debug> HTTP-Session: d1f80c11-b44d-4545-a132-aa74599bbfb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7780 | 2024.09.23 18:24:35.995117 [ 3 ] {} <Debug> HTTP-Session: d1f80c11-b44d-4545-a132-aa74599bbfb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7781 | 2024.09.23 18:24:35.995133 [ 192 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7782 | 2024.09.23 18:24:35.995155 [ 3 ] {} <Debug> HTTP-Session: d1f80c11-b44d-4545-a132-aa74599bbfb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7783 | 2024.09.23 18:24:35.995268 [ 192 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 58 rows starting from the beginning of the part | ||
7784 | 2024.09.23 18:24:35.995304 [ 3 ] {} <Trace> HTTP-Session: d1f80c11-b44d-4545-a132-aa74599bbfb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7785 | 2024.09.23 18:24:35.995338 [ 190 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_41_8} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7786 | 2024.09.23 18:24:35.995718 [ 192 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 9 rows starting from the beginning of the part | ||
7787 | 2024.09.23 18:24:35.995835 [ 3 ] {bbe01e98-5d52-4559-b50b-4f6fc88c5aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7788 | 2024.09.23 18:24:35.995856 [ 190 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_41_8} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7789 | 2024.09.23 18:24:35.996116 [ 3 ] {bbe01e98-5d52-4559-b50b-4f6fc88c5aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7790 | 2024.09.23 18:24:35.996196 [ 192 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 33 rows starting from the beginning of the part | ||
7791 | 2024.09.23 18:24:35.996312 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
7792 | 2024.09.23 18:24:35.996651 [ 192 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 9 rows starting from the beginning of the part | ||
7793 | 2024.09.23 18:24:35.996975 [ 192 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
7794 | 2024.09.23 18:24:35.997303 [ 192 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 15 rows starting from the beginning of the part | ||
7795 | 2024.09.23 18:24:35.998066 [ 3 ] {bbe01e98-5d52-4559-b50b-4f6fc88c5aa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7796 | 2024.09.23 18:24:35.998999 [ 3 ] {bbe01e98-5d52-4559-b50b-4f6fc88c5aa6} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7797 | 2024.09.23 18:24:35.999061 [ 3 ] {bbe01e98-5d52-4559-b50b-4f6fc88c5aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7798 | 2024.09.23 18:24:36.000166 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.04 MiB, peak 200.28 MiB, free memory in arenas 0.00 B, will set to 191.25 MiB (RSS), difference: -8.79 MiB | ||
7799 | 2024.09.23 18:24:36.000182 [ 3 ] {bbe01e98-5d52-4559-b50b-4f6fc88c5aa6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7800 | 2024.09.23 18:24:36.000514 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 5 columns (5 merged, 0 gathered) in 0.006654807 sec., 23291.434297042724 rows/sec., 1.78 MiB/sec. | ||
7801 | 2024.09.23 18:24:36.000949 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7802 | 2024.09.23 18:24:36.001783 [ 3 ] {bbe01e98-5d52-4559-b50b-4f6fc88c5aa6} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7803 | 2024.09.23 18:24:36.002153 [ 75 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7804 | 2024.09.23 18:24:36.002234 [ 3 ] {bbe01e98-5d52-4559-b50b-4f6fc88c5aa6} <Debug> executeQuery: Read 79 rows, 6.33 KiB in 0.006663 sec., 11856.52108659763 rows/sec., 949.30 KiB/sec. | ||
7805 | 2024.09.23 18:24:36.002246 [ 75 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7806 | 2024.09.23 18:24:36.002340 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7807 | 2024.09.23 18:24:36.002519 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_31_6} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7808 | 2024.09.23 18:24:36.003000 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_31_6} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7809 | 2024.09.23 18:24:36.003075 [ 192 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
7810 | 2024.09.23 18:24:36.003097 [ 3 ] {bbe01e98-5d52-4559-b50b-4f6fc88c5aa6} <Debug> DynamicQueryHandler: Done processing query | ||
7811 | 2024.09.23 18:24:36.003285 [ 3 ] {bbe01e98-5d52-4559-b50b-4f6fc88c5aa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7812 | 2024.09.23 18:24:36.003488 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
7813 | 2024.09.23 18:24:36.003635 [ 3 ] {} <Debug> HTTP-Session: d1f80c11-b44d-4545-a132-aa74599bbfb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7814 | 2024.09.23 18:24:36.003825 [ 192 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7815 | 2024.09.23 18:24:36.003867 [ 192 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
7816 | 2024.09.23 18:24:36.004025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 31227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7817 | 2024.09.23 18:24:36.004051 [ 192 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 73 rows starting from the beginning of the part | ||
7818 | 2024.09.23 18:24:36.004162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7819 | 2024.09.23 18:24:36.004304 [ 3 ] {} <Debug> HTTP-Session: d3d7a67d-f50a-4d22-834c-86285d65f81f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7820 | 2024.09.23 18:24:36.004335 [ 192 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 415 rows starting from the beginning of the part | ||
7821 | 2024.09.23 18:24:36.004384 [ 3 ] {} <Debug> HTTP-Session: d3d7a67d-f50a-4d22-834c-86285d65f81f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7822 | 2024.09.23 18:24:36.004454 [ 3 ] {} <Debug> HTTP-Session: d3d7a67d-f50a-4d22-834c-86285d65f81f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7823 | 2024.09.23 18:24:36.004625 [ 192 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 73 rows starting from the beginning of the part | ||
7824 | 2024.09.23 18:24:36.004640 [ 3 ] {} <Trace> HTTP-Session: d3d7a67d-f50a-4d22-834c-86285d65f81f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7825 | 2024.09.23 18:24:36.004843 [ 192 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 413 rows starting from the beginning of the part | ||
7826 | 2024.09.23 18:24:36.005037 [ 192 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 79 rows starting from the beginning of the part | ||
7827 | 2024.09.23 18:24:36.005162 [ 3 ] {e6960970-1893-431e-9fda-b5483d87feed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7828 | 2024.09.23 18:24:36.005400 [ 3 ] {e6960970-1893-431e-9fda-b5483d87feed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7829 | 2024.09.23 18:24:36.006002 [ 3 ] {e6960970-1893-431e-9fda-b5483d87feed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7830 | 2024.09.23 18:24:36.006991 [ 3 ] {e6960970-1893-431e-9fda-b5483d87feed} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7831 | 2024.09.23 18:24:36.007053 [ 3 ] {e6960970-1893-431e-9fda-b5483d87feed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7832 | 2024.09.23 18:24:36.007941 [ 3 ] {e6960970-1893-431e-9fda-b5483d87feed} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7833 | 2024.09.23 18:24:36.008263 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1967 rows, containing 5 columns (5 merged, 0 gathered) in 0.005706674 sec., 344684.1365040302 rows/sec., 26.40 MiB/sec. | ||
7834 | 2024.09.23 18:24:36.008467 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7835 | 2024.09.23 18:24:36.008561 [ 3 ] {e6960970-1893-431e-9fda-b5483d87feed} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7836 | 2024.09.23 18:24:36.008801 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7837 | 2024.09.23 18:24:36.008873 [ 3 ] {e6960970-1893-431e-9fda-b5483d87feed} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.003957 sec., 41192.8228455901 rows/sec., 2.87 MiB/sec. | ||
7838 | 2024.09.23 18:24:36.008930 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7839 | 2024.09.23 18:24:36.009045 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7840 | 2024.09.23 18:24:36.009650 [ 3 ] {e6960970-1893-431e-9fda-b5483d87feed} <Debug> DynamicQueryHandler: Done processing query | ||
7841 | 2024.09.23 18:24:36.009662 [ 199 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
7842 | 2024.09.23 18:24:36.009737 [ 3 ] {e6960970-1893-431e-9fda-b5483d87feed} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7843 | 2024.09.23 18:24:36.009815 [ 3 ] {} <Debug> HTTP-Session: d3d7a67d-f50a-4d22-834c-86285d65f81f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7844 | 2024.09.23 18:24:36.010065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7845 | 2024.09.23 18:24:36.010186 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_41_8} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7846 | 2024.09.23 18:24:36.010224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7847 | 2024.09.23 18:24:36.010268 [ 199 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7848 | 2024.09.23 18:24:36.010298 [ 3 ] {} <Debug> HTTP-Session: 4421a17d-8d69-40bf-84ba-c67df5ea786e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7849 | 2024.09.23 18:24:36.010379 [ 3 ] {} <Debug> HTTP-Session: 4421a17d-8d69-40bf-84ba-c67df5ea786e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7850 | 2024.09.23 18:24:36.010414 [ 199 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11192 rows starting from the beginning of the part | ||
7851 | 2024.09.23 18:24:36.010430 [ 3 ] {} <Debug> HTTP-Session: 4421a17d-8d69-40bf-84ba-c67df5ea786e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7852 | 2024.09.23 18:24:36.010458 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_41_8} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7853 | 2024.09.23 18:24:36.010544 [ 3 ] {} <Trace> HTTP-Session: 4421a17d-8d69-40bf-84ba-c67df5ea786e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7854 | 2024.09.23 18:24:36.010841 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
7855 | 2024.09.23 18:24:36.010936 [ 199 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
7856 | 2024.09.23 18:24:36.011078 [ 199 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 238 rows starting from the beginning of the part | ||
7857 | 2024.09.23 18:24:36.011229 [ 3 ] {23912d3a-0f31-4c04-8b16-c3ff999a87c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7858 | 2024.09.23 18:24:36.011379 [ 199 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
7859 | 2024.09.23 18:24:36.011761 [ 199 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
7860 | 2024.09.23 18:24:36.011796 [ 3 ] {23912d3a-0f31-4c04-8b16-c3ff999a87c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7861 | 2024.09.23 18:24:36.012026 [ 199 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 163 rows starting from the beginning of the part | ||
7862 | 2024.09.23 18:24:36.013872 [ 3 ] {23912d3a-0f31-4c04-8b16-c3ff999a87c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7863 | 2024.09.23 18:24:36.015100 [ 3 ] {23912d3a-0f31-4c04-8b16-c3ff999a87c0} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7864 | 2024.09.23 18:24:36.015163 [ 3 ] {23912d3a-0f31-4c04-8b16-c3ff999a87c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7865 | 2024.09.23 18:24:36.016604 [ 3 ] {23912d3a-0f31-4c04-8b16-c3ff999a87c0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7866 | 2024.09.23 18:24:36.017595 [ 3 ] {23912d3a-0f31-4c04-8b16-c3ff999a87c0} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7867 | 2024.09.23 18:24:36.017774 [ 3 ] {23912d3a-0f31-4c04-8b16-c3ff999a87c0} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.006906 sec., 1303.2145960034752 rows/sec., 2.34 MiB/sec. | ||
7868 | 2024.09.23 18:24:36.018490 [ 3 ] {23912d3a-0f31-4c04-8b16-c3ff999a87c0} <Debug> DynamicQueryHandler: Done processing query | ||
7869 | 2024.09.23 18:24:36.018515 [ 3 ] {23912d3a-0f31-4c04-8b16-c3ff999a87c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
7870 | 2024.09.23 18:24:36.018571 [ 3 ] {} <Debug> HTTP-Session: 4421a17d-8d69-40bf-84ba-c67df5ea786e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7871 | 2024.09.23 18:24:36.018785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7872 | 2024.09.23 18:24:36.018905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7873 | 2024.09.23 18:24:36.018928 [ 199 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12150 rows, containing 5 columns (5 merged, 0 gathered) in 0.009672023 sec., 1256200.4867027302 rows/sec., 84.70 MiB/sec. | ||
7874 | 2024.09.23 18:24:36.018945 [ 3 ] {} <Debug> HTTP-Session: 828d41e3-5a4f-49af-9f4c-7a5c29a5376c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7875 | 2024.09.23 18:24:36.018989 [ 3 ] {} <Debug> HTTP-Session: 828d41e3-5a4f-49af-9f4c-7a5c29a5376c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7876 | 2024.09.23 18:24:36.019007 [ 3 ] {} <Debug> HTTP-Session: 828d41e3-5a4f-49af-9f4c-7a5c29a5376c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7877 | 2024.09.23 18:24:36.019040 [ 3 ] {} <Trace> HTTP-Session: 828d41e3-5a4f-49af-9f4c-7a5c29a5376c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7878 | 2024.09.23 18:24:36.019189 [ 3 ] {b6d1306c-4e4d-42dd-8e07-c8e088fb24ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7879 | 2024.09.23 18:24:36.019241 [ 3 ] {b6d1306c-4e4d-42dd-8e07-c8e088fb24ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7880 | 2024.09.23 18:24:36.019310 [ 194 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7881 | 2024.09.23 18:24:36.019501 [ 3 ] {b6d1306c-4e4d-42dd-8e07-c8e088fb24ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7882 | 2024.09.23 18:24:36.019960 [ 3 ] {b6d1306c-4e4d-42dd-8e07-c8e088fb24ff} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7883 | 2024.09.23 18:24:36.019972 [ 194 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7884 | 2024.09.23 18:24:36.019997 [ 3 ] {b6d1306c-4e4d-42dd-8e07-c8e088fb24ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7885 | 2024.09.23 18:24:36.020068 [ 194 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7886 | 2024.09.23 18:24:36.020176 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
7887 | 2024.09.23 18:24:36.020427 [ 3 ] {b6d1306c-4e4d-42dd-8e07-c8e088fb24ff} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7888 | 2024.09.23 18:24:36.020751 [ 3 ] {b6d1306c-4e4d-42dd-8e07-c8e088fb24ff} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7889 | 2024.09.23 18:24:36.020874 [ 3 ] {b6d1306c-4e4d-42dd-8e07-c8e088fb24ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001753 sec., 34227.03936109527 rows/sec., 2.31 MiB/sec. | ||
7890 | 2024.09.23 18:24:36.020879 [ 74 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7891 | 2024.09.23 18:24:36.020936 [ 74 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7892 | 2024.09.23 18:24:36.020967 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7893 | 2024.09.23 18:24:36.021103 [ 3 ] {b6d1306c-4e4d-42dd-8e07-c8e088fb24ff} <Debug> DynamicQueryHandler: Done processing query | ||
7894 | 2024.09.23 18:24:36.021151 [ 3 ] {b6d1306c-4e4d-42dd-8e07-c8e088fb24ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7895 | 2024.09.23 18:24:36.021168 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
7896 | 2024.09.23 18:24:36.021176 [ 3 ] {} <Debug> HTTP-Session: 828d41e3-5a4f-49af-9f4c-7a5c29a5376c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7897 | 2024.09.23 18:24:36.021403 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7898 | 2024.09.23 18:24:36.021450 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1976 rows starting from the beginning of the part | ||
7899 | 2024.09.23 18:24:36.021594 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
7900 | 2024.09.23 18:24:36.021737 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
7901 | 2024.09.23 18:24:36.021913 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
7902 | 2024.09.23 18:24:36.022118 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
7903 | 2024.09.23 18:24:36.022306 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
7904 | 2024.09.23 18:24:36.023921 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2320 rows, containing 4 columns (4 merged, 0 gathered) in 0.002860322 sec., 811097.4918208509 rows/sec., 52.70 MiB/sec. | ||
7905 | 2024.09.23 18:24:36.024306 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7906 | 2024.09.23 18:24:36.024759 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_41_8} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7907 | 2024.09.23 18:24:36.024859 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_41_8} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7908 | 2024.09.23 18:24:36.024963 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
7909 | 2024.09.23 18:24:37.000165 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.08 MiB, peak 200.28 MiB, free memory in arenas 0.00 B, will set to 192.16 MiB (RSS), difference: 9.08 MiB | ||
7910 | 2024.09.23 18:24:37.464661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7911 | 2024.09.23 18:24:37.464773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7912 | 2024.09.23 18:24:37.464797 [ 3 ] {} <Debug> HTTP-Session: e5deab33-0ab0-4128-b938-0b57b18153aa Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7913 | 2024.09.23 18:24:37.464821 [ 3 ] {} <Debug> HTTP-Session: e5deab33-0ab0-4128-b938-0b57b18153aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7914 | 2024.09.23 18:24:37.464836 [ 3 ] {} <Debug> HTTP-Session: e5deab33-0ab0-4128-b938-0b57b18153aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7915 | 2024.09.23 18:24:37.464887 [ 3 ] {} <Trace> HTTP-Session: e5deab33-0ab0-4128-b938-0b57b18153aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7916 | 2024.09.23 18:24:37.465069 [ 3 ] {3490a10a-1e51-4945-8d0d-b475b19d3c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7917 | 2024.09.23 18:24:37.465136 [ 3 ] {3490a10a-1e51-4945-8d0d-b475b19d3c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7918 | 2024.09.23 18:24:37.465489 [ 3 ] {3490a10a-1e51-4945-8d0d-b475b19d3c12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7919 | 2024.09.23 18:24:37.465893 [ 3 ] {3490a10a-1e51-4945-8d0d-b475b19d3c12} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7920 | 2024.09.23 18:24:37.465936 [ 3 ] {3490a10a-1e51-4945-8d0d-b475b19d3c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7921 | 2024.09.23 18:24:37.466347 [ 3 ] {3490a10a-1e51-4945-8d0d-b475b19d3c12} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7922 | 2024.09.23 18:24:37.466755 [ 3 ] {3490a10a-1e51-4945-8d0d-b475b19d3c12} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7923 | 2024.09.23 18:24:37.466931 [ 3 ] {3490a10a-1e51-4945-8d0d-b475b19d3c12} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001913 sec., 2090.9566126502873 rows/sec., 170.50 KiB/sec. | ||
7924 | 2024.09.23 18:24:37.467130 [ 3 ] {3490a10a-1e51-4945-8d0d-b475b19d3c12} <Debug> DynamicQueryHandler: Done processing query | ||
7925 | 2024.09.23 18:24:37.467157 [ 3 ] {3490a10a-1e51-4945-8d0d-b475b19d3c12} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7926 | 2024.09.23 18:24:37.467173 [ 3 ] {} <Debug> HTTP-Session: e5deab33-0ab0-4128-b938-0b57b18153aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7927 | 2024.09.23 18:24:37.467540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7928 | 2024.09.23 18:24:37.467591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7929 | 2024.09.23 18:24:37.467611 [ 3 ] {} <Debug> HTTP-Session: 58df593f-51be-40a2-9d17-8f23707d512d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7930 | 2024.09.23 18:24:37.467629 [ 3 ] {} <Debug> HTTP-Session: 58df593f-51be-40a2-9d17-8f23707d512d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7931 | 2024.09.23 18:24:37.467643 [ 3 ] {} <Debug> HTTP-Session: 58df593f-51be-40a2-9d17-8f23707d512d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7932 | 2024.09.23 18:24:37.467675 [ 3 ] {} <Trace> HTTP-Session: 58df593f-51be-40a2-9d17-8f23707d512d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7933 | 2024.09.23 18:24:37.468178 [ 3 ] {f3fd770c-410a-4fb8-9b0b-68af15ec5c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7934 | 2024.09.23 18:24:37.468226 [ 3 ] {f3fd770c-410a-4fb8-9b0b-68af15ec5c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7935 | 2024.09.23 18:24:37.468457 [ 3 ] {f3fd770c-410a-4fb8-9b0b-68af15ec5c22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7936 | 2024.09.23 18:24:37.469662 [ 3 ] {f3fd770c-410a-4fb8-9b0b-68af15ec5c22} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7937 | 2024.09.23 18:24:37.469700 [ 3 ] {f3fd770c-410a-4fb8-9b0b-68af15ec5c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7938 | 2024.09.23 18:24:37.470143 [ 3 ] {f3fd770c-410a-4fb8-9b0b-68af15ec5c22} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7939 | 2024.09.23 18:24:37.470510 [ 3 ] {f3fd770c-410a-4fb8-9b0b-68af15ec5c22} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7940 | 2024.09.23 18:24:37.470674 [ 3 ] {f3fd770c-410a-4fb8-9b0b-68af15ec5c22} <Debug> executeQuery: Read 1347 rows, 114.71 KiB in 0.002855 sec., 471803.85288966727 rows/sec., 39.24 MiB/sec. | ||
7941 | 2024.09.23 18:24:37.470851 [ 3 ] {f3fd770c-410a-4fb8-9b0b-68af15ec5c22} <Debug> DynamicQueryHandler: Done processing query | ||
7942 | 2024.09.23 18:24:37.470876 [ 3 ] {f3fd770c-410a-4fb8-9b0b-68af15ec5c22} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
7943 | 2024.09.23 18:24:37.470892 [ 3 ] {} <Debug> HTTP-Session: 58df593f-51be-40a2-9d17-8f23707d512d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7944 | 2024.09.23 18:24:37.471196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7945 | 2024.09.23 18:24:37.471246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7946 | 2024.09.23 18:24:37.471265 [ 3 ] {} <Debug> HTTP-Session: f78113b6-db66-4af2-9be0-b5c590d7c415 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7947 | 2024.09.23 18:24:37.471282 [ 3 ] {} <Debug> HTTP-Session: f78113b6-db66-4af2-9be0-b5c590d7c415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7948 | 2024.09.23 18:24:37.471295 [ 3 ] {} <Debug> HTTP-Session: f78113b6-db66-4af2-9be0-b5c590d7c415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7949 | 2024.09.23 18:24:37.471328 [ 3 ] {} <Trace> HTTP-Session: f78113b6-db66-4af2-9be0-b5c590d7c415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7950 | 2024.09.23 18:24:37.471427 [ 3 ] {053ce947-553e-40bf-b313-e98e130d02ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7951 | 2024.09.23 18:24:37.471470 [ 3 ] {053ce947-553e-40bf-b313-e98e130d02ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7952 | 2024.09.23 18:24:37.471701 [ 3 ] {053ce947-553e-40bf-b313-e98e130d02ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7953 | 2024.09.23 18:24:37.472065 [ 3 ] {053ce947-553e-40bf-b313-e98e130d02ea} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7954 | 2024.09.23 18:24:37.472102 [ 3 ] {053ce947-553e-40bf-b313-e98e130d02ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7955 | 2024.09.23 18:24:37.472444 [ 3 ] {053ce947-553e-40bf-b313-e98e130d02ea} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7956 | 2024.09.23 18:24:37.472801 [ 3 ] {053ce947-553e-40bf-b313-e98e130d02ea} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7957 | 2024.09.23 18:24:37.472962 [ 3 ] {053ce947-553e-40bf-b313-e98e130d02ea} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001557 sec., 7707.129094412331 rows/sec., 565.74 KiB/sec. | ||
7958 | 2024.09.23 18:24:37.473135 [ 3 ] {053ce947-553e-40bf-b313-e98e130d02ea} <Debug> DynamicQueryHandler: Done processing query | ||
7959 | 2024.09.23 18:24:37.473160 [ 3 ] {053ce947-553e-40bf-b313-e98e130d02ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7960 | 2024.09.23 18:24:37.473176 [ 3 ] {} <Debug> HTTP-Session: f78113b6-db66-4af2-9be0-b5c590d7c415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7961 | 2024.09.23 18:24:37.473379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7962 | 2024.09.23 18:24:37.473430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7963 | 2024.09.23 18:24:37.473448 [ 3 ] {} <Debug> HTTP-Session: 64bce02a-6d9c-4407-b4c7-b5c6ecbcfbb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7964 | 2024.09.23 18:24:37.473465 [ 3 ] {} <Debug> HTTP-Session: 64bce02a-6d9c-4407-b4c7-b5c6ecbcfbb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7965 | 2024.09.23 18:24:37.473479 [ 3 ] {} <Debug> HTTP-Session: 64bce02a-6d9c-4407-b4c7-b5c6ecbcfbb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7966 | 2024.09.23 18:24:37.473510 [ 3 ] {} <Trace> HTTP-Session: 64bce02a-6d9c-4407-b4c7-b5c6ecbcfbb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7967 | 2024.09.23 18:24:37.473661 [ 3 ] {9532f46a-bcfe-466c-ba08-041eb23f0116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7968 | 2024.09.23 18:24:37.473704 [ 3 ] {9532f46a-bcfe-466c-ba08-041eb23f0116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7969 | 2024.09.23 18:24:37.473928 [ 3 ] {9532f46a-bcfe-466c-ba08-041eb23f0116} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7970 | 2024.09.23 18:24:37.474348 [ 3 ] {9532f46a-bcfe-466c-ba08-041eb23f0116} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7971 | 2024.09.23 18:24:37.474384 [ 3 ] {9532f46a-bcfe-466c-ba08-041eb23f0116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7972 | 2024.09.23 18:24:37.474762 [ 3 ] {9532f46a-bcfe-466c-ba08-041eb23f0116} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7973 | 2024.09.23 18:24:37.475114 [ 3 ] {9532f46a-bcfe-466c-ba08-041eb23f0116} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7974 | 2024.09.23 18:24:37.475283 [ 3 ] {9532f46a-bcfe-466c-ba08-041eb23f0116} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001686 sec., 143534.9940688019 rows/sec., 9.72 MiB/sec. | ||
7975 | 2024.09.23 18:24:37.475571 [ 3 ] {9532f46a-bcfe-466c-ba08-041eb23f0116} <Debug> DynamicQueryHandler: Done processing query | ||
7976 | 2024.09.23 18:24:37.475606 [ 3 ] {9532f46a-bcfe-466c-ba08-041eb23f0116} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7977 | 2024.09.23 18:24:37.475623 [ 3 ] {} <Debug> HTTP-Session: 64bce02a-6d9c-4407-b4c7-b5c6ecbcfbb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7978 | 2024.09.23 18:24:37.475752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7979 | 2024.09.23 18:24:37.475800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7980 | 2024.09.23 18:24:37.475819 [ 3 ] {} <Debug> HTTP-Session: 6601adb3-8ae0-4765-a57c-1a218adf1bdd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7981 | 2024.09.23 18:24:37.475836 [ 3 ] {} <Debug> HTTP-Session: 6601adb3-8ae0-4765-a57c-1a218adf1bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7982 | 2024.09.23 18:24:37.475850 [ 3 ] {} <Debug> HTTP-Session: 6601adb3-8ae0-4765-a57c-1a218adf1bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7983 | 2024.09.23 18:24:37.475881 [ 3 ] {} <Trace> HTTP-Session: 6601adb3-8ae0-4765-a57c-1a218adf1bdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7984 | 2024.09.23 18:24:37.475980 [ 3 ] {7e253ad7-d1d1-44bf-a8a1-8402c50df6f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7985 | 2024.09.23 18:24:37.476023 [ 3 ] {7e253ad7-d1d1-44bf-a8a1-8402c50df6f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7986 | 2024.09.23 18:24:37.476269 [ 3 ] {7e253ad7-d1d1-44bf-a8a1-8402c50df6f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7987 | 2024.09.23 18:24:37.476566 [ 3 ] {7e253ad7-d1d1-44bf-a8a1-8402c50df6f8} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7988 | 2024.09.23 18:24:37.476607 [ 3 ] {7e253ad7-d1d1-44bf-a8a1-8402c50df6f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
7989 | 2024.09.23 18:24:37.476990 [ 3 ] {7e253ad7-d1d1-44bf-a8a1-8402c50df6f8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7990 | 2024.09.23 18:24:37.477348 [ 3 ] {7e253ad7-d1d1-44bf-a8a1-8402c50df6f8} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7991 | 2024.09.23 18:24:37.477507 [ 3 ] {7e253ad7-d1d1-44bf-a8a1-8402c50df6f8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 228.26 KiB/sec. | ||
7992 | 2024.09.23 18:24:37.477674 [ 3 ] {7e253ad7-d1d1-44bf-a8a1-8402c50df6f8} <Debug> DynamicQueryHandler: Done processing query | ||
7993 | 2024.09.23 18:24:37.477699 [ 3 ] {7e253ad7-d1d1-44bf-a8a1-8402c50df6f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7994 | 2024.09.23 18:24:37.477715 [ 3 ] {} <Debug> HTTP-Session: 6601adb3-8ae0-4765-a57c-1a218adf1bdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7995 | 2024.09.23 18:24:37.477949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7996 | 2024.09.23 18:24:37.478000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7997 | 2024.09.23 18:24:37.478019 [ 3 ] {} <Debug> HTTP-Session: 199e2ef2-72ed-4112-83ef-c212d2a20821 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
7998 | 2024.09.23 18:24:37.478037 [ 3 ] {} <Debug> HTTP-Session: 199e2ef2-72ed-4112-83ef-c212d2a20821 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7999 | 2024.09.23 18:24:37.478050 [ 3 ] {} <Debug> HTTP-Session: 199e2ef2-72ed-4112-83ef-c212d2a20821 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8000 | 2024.09.23 18:24:37.478080 [ 3 ] {} <Trace> HTTP-Session: 199e2ef2-72ed-4112-83ef-c212d2a20821 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8001 | 2024.09.23 18:24:37.478445 [ 3 ] {1678c8dc-c83a-4715-ac46-6cd4299c6bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8002 | 2024.09.23 18:24:37.478490 [ 3 ] {1678c8dc-c83a-4715-ac46-6cd4299c6bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8003 | 2024.09.23 18:24:37.478716 [ 3 ] {1678c8dc-c83a-4715-ac46-6cd4299c6bec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8004 | 2024.09.23 18:24:37.479458 [ 3 ] {1678c8dc-c83a-4715-ac46-6cd4299c6bec} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8005 | 2024.09.23 18:24:37.479495 [ 3 ] {1678c8dc-c83a-4715-ac46-6cd4299c6bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8006 | 2024.09.23 18:24:37.479894 [ 3 ] {1678c8dc-c83a-4715-ac46-6cd4299c6bec} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8007 | 2024.09.23 18:24:37.480258 [ 3 ] {1678c8dc-c83a-4715-ac46-6cd4299c6bec} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8008 | 2024.09.23 18:24:37.480413 [ 3 ] {1678c8dc-c83a-4715-ac46-6cd4299c6bec} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.00222 sec., 382882.88288288284 rows/sec., 27.69 MiB/sec. | ||
8009 | 2024.09.23 18:24:37.480583 [ 3 ] {1678c8dc-c83a-4715-ac46-6cd4299c6bec} <Debug> DynamicQueryHandler: Done processing query | ||
8010 | 2024.09.23 18:24:37.480608 [ 3 ] {1678c8dc-c83a-4715-ac46-6cd4299c6bec} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
8011 | 2024.09.23 18:24:37.480625 [ 3 ] {} <Debug> HTTP-Session: 199e2ef2-72ed-4112-83ef-c212d2a20821 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8012 | 2024.09.23 18:24:37.480787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8013 | 2024.09.23 18:24:37.480837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8014 | 2024.09.23 18:24:37.480856 [ 3 ] {} <Debug> HTTP-Session: b64cc0fe-0e44-4c0e-97e2-86f3862470d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8015 | 2024.09.23 18:24:37.480873 [ 3 ] {} <Debug> HTTP-Session: b64cc0fe-0e44-4c0e-97e2-86f3862470d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8016 | 2024.09.23 18:24:37.480887 [ 3 ] {} <Debug> HTTP-Session: b64cc0fe-0e44-4c0e-97e2-86f3862470d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8017 | 2024.09.23 18:24:37.480918 [ 3 ] {} <Trace> HTTP-Session: b64cc0fe-0e44-4c0e-97e2-86f3862470d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8018 | 2024.09.23 18:24:37.481015 [ 3 ] {2989bf87-3212-4d52-b081-c8ebdb40e6fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8019 | 2024.09.23 18:24:37.481087 [ 3 ] {2989bf87-3212-4d52-b081-c8ebdb40e6fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8020 | 2024.09.23 18:24:37.481216 [ 3 ] {2989bf87-3212-4d52-b081-c8ebdb40e6fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8021 | 2024.09.23 18:24:37.481598 [ 3 ] {2989bf87-3212-4d52-b081-c8ebdb40e6fd} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8022 | 2024.09.23 18:24:37.481634 [ 3 ] {2989bf87-3212-4d52-b081-c8ebdb40e6fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8023 | 2024.09.23 18:24:37.481994 [ 3 ] {2989bf87-3212-4d52-b081-c8ebdb40e6fd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8024 | 2024.09.23 18:24:37.482327 [ 3 ] {2989bf87-3212-4d52-b081-c8ebdb40e6fd} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8025 | 2024.09.23 18:24:37.482496 [ 3 ] {2989bf87-3212-4d52-b081-c8ebdb40e6fd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec. | ||
8026 | 2024.09.23 18:24:37.482670 [ 3 ] {2989bf87-3212-4d52-b081-c8ebdb40e6fd} <Debug> DynamicQueryHandler: Done processing query | ||
8027 | 2024.09.23 18:24:37.482695 [ 3 ] {2989bf87-3212-4d52-b081-c8ebdb40e6fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8028 | 2024.09.23 18:24:37.482712 [ 3 ] {} <Debug> HTTP-Session: b64cc0fe-0e44-4c0e-97e2-86f3862470d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8029 | 2024.09.23 18:24:37.483086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 180949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8030 | 2024.09.23 18:24:37.483163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8031 | 2024.09.23 18:24:37.483184 [ 3 ] {} <Debug> HTTP-Session: 6947c5d3-fdd6-4e64-afd8-7b8af8207566 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8032 | 2024.09.23 18:24:37.483201 [ 3 ] {} <Debug> HTTP-Session: 6947c5d3-fdd6-4e64-afd8-7b8af8207566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8033 | 2024.09.23 18:24:37.483215 [ 3 ] {} <Debug> HTTP-Session: 6947c5d3-fdd6-4e64-afd8-7b8af8207566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8034 | 2024.09.23 18:24:37.483246 [ 3 ] {} <Trace> HTTP-Session: 6947c5d3-fdd6-4e64-afd8-7b8af8207566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8035 | 2024.09.23 18:24:37.483646 [ 3 ] {c9becbfa-064b-4f6c-bf1b-f253bd4945ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8036 | 2024.09.23 18:24:37.483693 [ 3 ] {c9becbfa-064b-4f6c-bf1b-f253bd4945ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8037 | 2024.09.23 18:24:37.483841 [ 3 ] {c9becbfa-064b-4f6c-bf1b-f253bd4945ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8038 | 2024.09.23 18:24:37.484646 [ 3 ] {c9becbfa-064b-4f6c-bf1b-f253bd4945ae} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8039 | 2024.09.23 18:24:37.484683 [ 3 ] {c9becbfa-064b-4f6c-bf1b-f253bd4945ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8040 | 2024.09.23 18:24:37.485160 [ 3 ] {c9becbfa-064b-4f6c-bf1b-f253bd4945ae} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8041 | 2024.09.23 18:24:37.485614 [ 3 ] {c9becbfa-064b-4f6c-bf1b-f253bd4945ae} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8042 | 2024.09.23 18:24:37.485804 [ 3 ] {c9becbfa-064b-4f6c-bf1b-f253bd4945ae} <Debug> executeQuery: Read 957 rows, 65.11 KiB in 0.002428 sec., 394151.5650741351 rows/sec., 26.19 MiB/sec. | ||
8043 | 2024.09.23 18:24:37.485997 [ 3 ] {c9becbfa-064b-4f6c-bf1b-f253bd4945ae} <Debug> DynamicQueryHandler: Done processing query | ||
8044 | 2024.09.23 18:24:37.486026 [ 3 ] {c9becbfa-064b-4f6c-bf1b-f253bd4945ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
8045 | 2024.09.23 18:24:37.486044 [ 3 ] {} <Debug> HTTP-Session: 6947c5d3-fdd6-4e64-afd8-7b8af8207566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8046 | 2024.09.23 18:24:37.486190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8047 | 2024.09.23 18:24:37.486243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8048 | 2024.09.23 18:24:37.486264 [ 3 ] {} <Debug> HTTP-Session: 99d9cd0b-7257-4f5e-9b21-31145ec22c85 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8049 | 2024.09.23 18:24:37.486281 [ 3 ] {} <Debug> HTTP-Session: 99d9cd0b-7257-4f5e-9b21-31145ec22c85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8050 | 2024.09.23 18:24:37.486296 [ 3 ] {} <Debug> HTTP-Session: 99d9cd0b-7257-4f5e-9b21-31145ec22c85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8051 | 2024.09.23 18:24:37.486348 [ 3 ] {} <Trace> HTTP-Session: 99d9cd0b-7257-4f5e-9b21-31145ec22c85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8052 | 2024.09.23 18:24:37.486463 [ 3 ] {665f8091-7b05-41fa-8af2-613e0ea2f1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8053 | 2024.09.23 18:24:37.486509 [ 3 ] {665f8091-7b05-41fa-8af2-613e0ea2f1b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8054 | 2024.09.23 18:24:37.486639 [ 3 ] {665f8091-7b05-41fa-8af2-613e0ea2f1b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8055 | 2024.09.23 18:24:37.486906 [ 3 ] {665f8091-7b05-41fa-8af2-613e0ea2f1b7} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8056 | 2024.09.23 18:24:37.486943 [ 3 ] {665f8091-7b05-41fa-8af2-613e0ea2f1b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8057 | 2024.09.23 18:24:37.487297 [ 3 ] {665f8091-7b05-41fa-8af2-613e0ea2f1b7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8058 | 2024.09.23 18:24:37.487619 [ 3 ] {665f8091-7b05-41fa-8af2-613e0ea2f1b7} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8059 | 2024.09.23 18:24:37.487782 [ 3 ] {665f8091-7b05-41fa-8af2-613e0ea2f1b7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001334 sec., 749.625187406297 rows/sec., 50.51 KiB/sec. | ||
8060 | 2024.09.23 18:24:37.487958 [ 3 ] {665f8091-7b05-41fa-8af2-613e0ea2f1b7} <Debug> DynamicQueryHandler: Done processing query | ||
8061 | 2024.09.23 18:24:37.487984 [ 3 ] {665f8091-7b05-41fa-8af2-613e0ea2f1b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8062 | 2024.09.23 18:24:37.488000 [ 3 ] {} <Debug> HTTP-Session: 99d9cd0b-7257-4f5e-9b21-31145ec22c85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8063 | 2024.09.23 18:24:37.488130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8064 | 2024.09.23 18:24:37.488181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8065 | 2024.09.23 18:24:37.488200 [ 3 ] {} <Debug> HTTP-Session: c47ec80c-3229-4fd1-ae6b-dc43cc8e08e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8066 | 2024.09.23 18:24:37.488216 [ 3 ] {} <Debug> HTTP-Session: c47ec80c-3229-4fd1-ae6b-dc43cc8e08e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8067 | 2024.09.23 18:24:37.488231 [ 3 ] {} <Debug> HTTP-Session: c47ec80c-3229-4fd1-ae6b-dc43cc8e08e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8068 | 2024.09.23 18:24:37.488262 [ 3 ] {} <Trace> HTTP-Session: c47ec80c-3229-4fd1-ae6b-dc43cc8e08e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8069 | 2024.09.23 18:24:37.488471 [ 3 ] {5b27555b-019c-4889-96ba-038e109e5d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8070 | 2024.09.23 18:24:37.488536 [ 3 ] {5b27555b-019c-4889-96ba-038e109e5d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8071 | 2024.09.23 18:24:37.488957 [ 3 ] {5b27555b-019c-4889-96ba-038e109e5d06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8072 | 2024.09.23 18:24:37.489426 [ 3 ] {5b27555b-019c-4889-96ba-038e109e5d06} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8073 | 2024.09.23 18:24:37.489463 [ 3 ] {5b27555b-019c-4889-96ba-038e109e5d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8074 | 2024.09.23 18:24:37.490047 [ 3 ] {5b27555b-019c-4889-96ba-038e109e5d06} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8075 | 2024.09.23 18:24:37.490463 [ 3 ] {5b27555b-019c-4889-96ba-038e109e5d06} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8076 | 2024.09.23 18:24:37.490649 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
8077 | 2024.09.23 18:24:37.490667 [ 3 ] {5b27555b-019c-4889-96ba-038e109e5d06} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002322 sec., 3445.3057708871665 rows/sec., 6.17 MiB/sec. | ||
8078 | 2024.09.23 18:24:37.490745 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8079 | 2024.09.23 18:24:37.490827 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8080 | 2024.09.23 18:24:37.491245 [ 194 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
8081 | 2024.09.23 18:24:37.491351 [ 3 ] {5b27555b-019c-4889-96ba-038e109e5d06} <Debug> DynamicQueryHandler: Done processing query | ||
8082 | 2024.09.23 18:24:37.491431 [ 3 ] {5b27555b-019c-4889-96ba-038e109e5d06} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8083 | 2024.09.23 18:24:37.491516 [ 3 ] {} <Debug> HTTP-Session: c47ec80c-3229-4fd1-ae6b-dc43cc8e08e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8084 | 2024.09.23 18:24:37.491782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8085 | 2024.09.23 18:24:37.491871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8086 | 2024.09.23 18:24:37.491907 [ 3 ] {} <Debug> HTTP-Session: fff27947-b253-4d31-9eaf-249d157ab2d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8087 | 2024.09.23 18:24:37.491936 [ 3 ] {} <Debug> HTTP-Session: fff27947-b253-4d31-9eaf-249d157ab2d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8088 | 2024.09.23 18:24:37.491964 [ 3 ] {} <Debug> HTTP-Session: fff27947-b253-4d31-9eaf-249d157ab2d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8089 | 2024.09.23 18:24:37.492018 [ 3 ] {} <Trace> HTTP-Session: fff27947-b253-4d31-9eaf-249d157ab2d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8090 | 2024.09.23 18:24:37.492081 [ 194 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8091 | 2024.09.23 18:24:37.492172 [ 194 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 454 rows starting from the beginning of the part | ||
8092 | 2024.09.23 18:24:37.492173 [ 3 ] {b21ec430-9a86-42e9-a6f8-ace034b0fc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8093 | 2024.09.23 18:24:37.492247 [ 3 ] {b21ec430-9a86-42e9-a6f8-ace034b0fc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8094 | 2024.09.23 18:24:37.492847 [ 194 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
8095 | 2024.09.23 18:24:37.492942 [ 3 ] {b21ec430-9a86-42e9-a6f8-ace034b0fc77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8096 | 2024.09.23 18:24:37.493465 [ 194 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part | ||
8097 | 2024.09.23 18:24:37.494162 [ 3 ] {b21ec430-9a86-42e9-a6f8-ace034b0fc77} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8098 | 2024.09.23 18:24:37.494174 [ 194 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
8099 | 2024.09.23 18:24:37.494206 [ 3 ] {b21ec430-9a86-42e9-a6f8-ace034b0fc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8100 | 2024.09.23 18:24:37.494658 [ 194 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part | ||
8101 | 2024.09.23 18:24:37.495195 [ 194 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
8102 | 2024.09.23 18:24:37.495291 [ 3 ] {b21ec430-9a86-42e9-a6f8-ace034b0fc77} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8103 | 2024.09.23 18:24:37.496018 [ 3 ] {b21ec430-9a86-42e9-a6f8-ace034b0fc77} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8104 | 2024.09.23 18:24:37.496325 [ 3 ] {b21ec430-9a86-42e9-a6f8-ace034b0fc77} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.004194 sec., 8106.819265617549 rows/sec., 481.76 KiB/sec. | ||
8105 | 2024.09.23 18:24:37.496967 [ 3 ] {b21ec430-9a86-42e9-a6f8-ace034b0fc77} <Debug> DynamicQueryHandler: Done processing query | ||
8106 | 2024.09.23 18:24:37.497049 [ 3 ] {b21ec430-9a86-42e9-a6f8-ace034b0fc77} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8107 | 2024.09.23 18:24:37.497130 [ 3 ] {} <Debug> HTTP-Session: fff27947-b253-4d31-9eaf-249d157ab2d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8108 | 2024.09.23 18:24:37.512028 [ 195 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 19 columns (19 merged, 0 gathered) in 0.021053777 sec., 25743.599355118087 rows/sec., 46.13 MiB/sec. | ||
8109 | 2024.09.23 18:24:37.512914 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
8110 | 2024.09.23 18:24:37.513598 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8111 | 2024.09.23 18:24:37.513698 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
8112 | 2024.09.23 18:24:37.513863 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
8113 | 2024.09.23 18:24:40.980994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8114 | 2024.09.23 18:24:40.981145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8115 | 2024.09.23 18:24:40.981176 [ 3 ] {} <Debug> HTTP-Session: e9703654-8d11-4b2b-beea-4177d87eb46c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8116 | 2024.09.23 18:24:40.981206 [ 3 ] {} <Debug> HTTP-Session: e9703654-8d11-4b2b-beea-4177d87eb46c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8117 | 2024.09.23 18:24:40.981225 [ 3 ] {} <Debug> HTTP-Session: e9703654-8d11-4b2b-beea-4177d87eb46c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8118 | 2024.09.23 18:24:40.981280 [ 3 ] {} <Trace> HTTP-Session: e9703654-8d11-4b2b-beea-4177d87eb46c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8119 | 2024.09.23 18:24:40.981489 [ 3 ] {bac6afab-d013-433d-8d69-04756da4a1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8120 | 2024.09.23 18:24:40.981563 [ 3 ] {bac6afab-d013-433d-8d69-04756da4a1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8121 | 2024.09.23 18:24:40.981901 [ 3 ] {bac6afab-d013-433d-8d69-04756da4a1fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8122 | 2024.09.23 18:24:40.982315 [ 3 ] {bac6afab-d013-433d-8d69-04756da4a1fe} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8123 | 2024.09.23 18:24:40.982359 [ 3 ] {bac6afab-d013-433d-8d69-04756da4a1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8124 | 2024.09.23 18:24:40.982764 [ 3 ] {bac6afab-d013-433d-8d69-04756da4a1fe} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8125 | 2024.09.23 18:24:40.983156 [ 3 ] {bac6afab-d013-433d-8d69-04756da4a1fe} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8126 | 2024.09.23 18:24:40.983329 [ 3 ] {bac6afab-d013-433d-8d69-04756da4a1fe} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001895 sec., 1055.4089709762534 rows/sec., 86.06 KiB/sec. | ||
8127 | 2024.09.23 18:24:40.983530 [ 3 ] {bac6afab-d013-433d-8d69-04756da4a1fe} <Debug> DynamicQueryHandler: Done processing query | ||
8128 | 2024.09.23 18:24:40.983558 [ 3 ] {bac6afab-d013-433d-8d69-04756da4a1fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8129 | 2024.09.23 18:24:40.983575 [ 3 ] {} <Debug> HTTP-Session: e9703654-8d11-4b2b-beea-4177d87eb46c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8130 | 2024.09.23 18:24:40.983741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8131 | 2024.09.23 18:24:40.983792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8132 | 2024.09.23 18:24:40.983811 [ 3 ] {} <Debug> HTTP-Session: 9d2c884a-88dd-49ba-9c98-d14f40832da9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8133 | 2024.09.23 18:24:40.983828 [ 3 ] {} <Debug> HTTP-Session: 9d2c884a-88dd-49ba-9c98-d14f40832da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8134 | 2024.09.23 18:24:40.983843 [ 3 ] {} <Debug> HTTP-Session: 9d2c884a-88dd-49ba-9c98-d14f40832da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8135 | 2024.09.23 18:24:40.983875 [ 3 ] {} <Trace> HTTP-Session: 9d2c884a-88dd-49ba-9c98-d14f40832da9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8136 | 2024.09.23 18:24:40.983999 [ 3 ] {22d088e1-2a43-4417-b8f2-842fabe61430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8137 | 2024.09.23 18:24:40.984044 [ 3 ] {22d088e1-2a43-4417-b8f2-842fabe61430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8138 | 2024.09.23 18:24:40.984269 [ 3 ] {22d088e1-2a43-4417-b8f2-842fabe61430} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8139 | 2024.09.23 18:24:40.984697 [ 3 ] {22d088e1-2a43-4417-b8f2-842fabe61430} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8140 | 2024.09.23 18:24:40.984735 [ 3 ] {22d088e1-2a43-4417-b8f2-842fabe61430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8141 | 2024.09.23 18:24:40.985094 [ 3 ] {22d088e1-2a43-4417-b8f2-842fabe61430} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8142 | 2024.09.23 18:24:40.985455 [ 3 ] {22d088e1-2a43-4417-b8f2-842fabe61430} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8143 | 2024.09.23 18:24:40.985622 [ 3 ] {22d088e1-2a43-4417-b8f2-842fabe61430} <Debug> executeQuery: Read 103 rows, 8.76 KiB in 0.001663 sec., 61936.259771497294 rows/sec., 5.15 MiB/sec. | ||
8144 | 2024.09.23 18:24:40.985799 [ 3 ] {22d088e1-2a43-4417-b8f2-842fabe61430} <Debug> DynamicQueryHandler: Done processing query | ||
8145 | 2024.09.23 18:24:40.985825 [ 3 ] {22d088e1-2a43-4417-b8f2-842fabe61430} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8146 | 2024.09.23 18:24:40.985841 [ 3 ] {} <Debug> HTTP-Session: 9d2c884a-88dd-49ba-9c98-d14f40832da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8147 | 2024.09.23 18:24:40.985979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8148 | 2024.09.23 18:24:40.986030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8149 | 2024.09.23 18:24:40.986048 [ 3 ] {} <Debug> HTTP-Session: ca5ab43c-da9d-433d-afa7-de20526a57bd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8150 | 2024.09.23 18:24:40.986065 [ 3 ] {} <Debug> HTTP-Session: ca5ab43c-da9d-433d-afa7-de20526a57bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8151 | 2024.09.23 18:24:40.986079 [ 3 ] {} <Debug> HTTP-Session: ca5ab43c-da9d-433d-afa7-de20526a57bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8152 | 2024.09.23 18:24:40.986111 [ 3 ] {} <Trace> HTTP-Session: ca5ab43c-da9d-433d-afa7-de20526a57bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8153 | 2024.09.23 18:24:40.986212 [ 3 ] {13ce88ff-c163-4da4-9c46-2eab0677222e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8154 | 2024.09.23 18:24:40.986257 [ 3 ] {13ce88ff-c163-4da4-9c46-2eab0677222e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8155 | 2024.09.23 18:24:40.986484 [ 3 ] {13ce88ff-c163-4da4-9c46-2eab0677222e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8156 | 2024.09.23 18:24:40.986866 [ 3 ] {13ce88ff-c163-4da4-9c46-2eab0677222e} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8157 | 2024.09.23 18:24:40.986904 [ 3 ] {13ce88ff-c163-4da4-9c46-2eab0677222e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8158 | 2024.09.23 18:24:40.987267 [ 3 ] {13ce88ff-c163-4da4-9c46-2eab0677222e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8159 | 2024.09.23 18:24:40.987628 [ 3 ] {13ce88ff-c163-4da4-9c46-2eab0677222e} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8160 | 2024.09.23 18:24:40.987792 [ 3 ] {13ce88ff-c163-4da4-9c46-2eab0677222e} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001597 sec., 15654.351909830933 rows/sec., 1.14 MiB/sec. | ||
8161 | 2024.09.23 18:24:40.988083 [ 3 ] {13ce88ff-c163-4da4-9c46-2eab0677222e} <Debug> DynamicQueryHandler: Done processing query | ||
8162 | 2024.09.23 18:24:40.988132 [ 3 ] {13ce88ff-c163-4da4-9c46-2eab0677222e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8163 | 2024.09.23 18:24:40.988167 [ 3 ] {} <Debug> HTTP-Session: ca5ab43c-da9d-433d-afa7-de20526a57bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8164 | 2024.09.23 18:24:40.988298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8165 | 2024.09.23 18:24:40.988350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8166 | 2024.09.23 18:24:40.988369 [ 3 ] {} <Debug> HTTP-Session: fa791e93-9a13-4340-8d10-2fe7ef2afa6a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8167 | 2024.09.23 18:24:40.988387 [ 3 ] {} <Debug> HTTP-Session: fa791e93-9a13-4340-8d10-2fe7ef2afa6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8168 | 2024.09.23 18:24:40.988402 [ 3 ] {} <Debug> HTTP-Session: fa791e93-9a13-4340-8d10-2fe7ef2afa6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8169 | 2024.09.23 18:24:40.988433 [ 3 ] {} <Trace> HTTP-Session: fa791e93-9a13-4340-8d10-2fe7ef2afa6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8170 | 2024.09.23 18:24:40.988559 [ 3 ] {51a82d8b-f236-452e-998e-1c5b88d5d2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8171 | 2024.09.23 18:24:40.988605 [ 3 ] {51a82d8b-f236-452e-998e-1c5b88d5d2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8172 | 2024.09.23 18:24:40.988852 [ 3 ] {51a82d8b-f236-452e-998e-1c5b88d5d2c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8173 | 2024.09.23 18:24:40.989208 [ 3 ] {51a82d8b-f236-452e-998e-1c5b88d5d2c3} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8174 | 2024.09.23 18:24:40.989246 [ 3 ] {51a82d8b-f236-452e-998e-1c5b88d5d2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8175 | 2024.09.23 18:24:40.989599 [ 3 ] {51a82d8b-f236-452e-998e-1c5b88d5d2c3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8176 | 2024.09.23 18:24:40.989963 [ 3 ] {51a82d8b-f236-452e-998e-1c5b88d5d2c3} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8177 | 2024.09.23 18:24:40.990124 [ 3 ] {51a82d8b-f236-452e-998e-1c5b88d5d2c3} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001607 sec., 55382.70068450529 rows/sec., 4.33 MiB/sec. | ||
8178 | 2024.09.23 18:24:40.990286 [ 3 ] {51a82d8b-f236-452e-998e-1c5b88d5d2c3} <Debug> DynamicQueryHandler: Done processing query | ||
8179 | 2024.09.23 18:24:40.990311 [ 3 ] {51a82d8b-f236-452e-998e-1c5b88d5d2c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8180 | 2024.09.23 18:24:40.990327 [ 3 ] {} <Debug> HTTP-Session: fa791e93-9a13-4340-8d10-2fe7ef2afa6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8181 | 2024.09.23 18:24:40.990468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8182 | 2024.09.23 18:24:40.990517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8183 | 2024.09.23 18:24:40.990537 [ 3 ] {} <Debug> HTTP-Session: b730e730-129c-40a2-80d7-9e7e59a851a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8184 | 2024.09.23 18:24:40.990554 [ 3 ] {} <Debug> HTTP-Session: b730e730-129c-40a2-80d7-9e7e59a851a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8185 | 2024.09.23 18:24:40.990569 [ 3 ] {} <Debug> HTTP-Session: b730e730-129c-40a2-80d7-9e7e59a851a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8186 | 2024.09.23 18:24:40.990600 [ 3 ] {} <Trace> HTTP-Session: b730e730-129c-40a2-80d7-9e7e59a851a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8187 | 2024.09.23 18:24:40.990735 [ 3 ] {d6b8f9b5-e449-4718-a683-7af98f9246aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8188 | 2024.09.23 18:24:40.990783 [ 3 ] {d6b8f9b5-e449-4718-a683-7af98f9246aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8189 | 2024.09.23 18:24:40.990929 [ 3 ] {d6b8f9b5-e449-4718-a683-7af98f9246aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8190 | 2024.09.23 18:24:40.991301 [ 3 ] {d6b8f9b5-e449-4718-a683-7af98f9246aa} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8191 | 2024.09.23 18:24:40.991338 [ 3 ] {d6b8f9b5-e449-4718-a683-7af98f9246aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8192 | 2024.09.23 18:24:40.991726 [ 3 ] {d6b8f9b5-e449-4718-a683-7af98f9246aa} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8193 | 2024.09.23 18:24:40.992083 [ 3 ] {d6b8f9b5-e449-4718-a683-7af98f9246aa} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8194 | 2024.09.23 18:24:40.992244 [ 3 ] {d6b8f9b5-e449-4718-a683-7af98f9246aa} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001559 sec., 82745.34958306607 rows/sec., 5.76 MiB/sec. | ||
8195 | 2024.09.23 18:24:40.992523 [ 3 ] {d6b8f9b5-e449-4718-a683-7af98f9246aa} <Debug> DynamicQueryHandler: Done processing query | ||
8196 | 2024.09.23 18:24:40.992588 [ 3 ] {d6b8f9b5-e449-4718-a683-7af98f9246aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8197 | 2024.09.23 18:24:40.992646 [ 3 ] {} <Debug> HTTP-Session: b730e730-129c-40a2-80d7-9e7e59a851a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8198 | 2024.09.23 18:24:40.992901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8199 | 2024.09.23 18:24:40.992977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8200 | 2024.09.23 18:24:40.993004 [ 3 ] {} <Debug> HTTP-Session: d3a8e74f-1c2a-4faf-a13b-17181fc0f5d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8201 | 2024.09.23 18:24:40.993025 [ 3 ] {} <Debug> HTTP-Session: d3a8e74f-1c2a-4faf-a13b-17181fc0f5d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8202 | 2024.09.23 18:24:40.993043 [ 3 ] {} <Debug> HTTP-Session: d3a8e74f-1c2a-4faf-a13b-17181fc0f5d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8203 | 2024.09.23 18:24:40.993083 [ 3 ] {} <Trace> HTTP-Session: d3a8e74f-1c2a-4faf-a13b-17181fc0f5d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8204 | 2024.09.23 18:24:40.993404 [ 3 ] {87cf2d02-143c-4dd9-833b-e5157dfa5fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8205 | 2024.09.23 18:24:40.993485 [ 3 ] {87cf2d02-143c-4dd9-833b-e5157dfa5fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8206 | 2024.09.23 18:24:40.993924 [ 3 ] {87cf2d02-143c-4dd9-833b-e5157dfa5fe8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8207 | 2024.09.23 18:24:40.994478 [ 3 ] {87cf2d02-143c-4dd9-833b-e5157dfa5fe8} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8208 | 2024.09.23 18:24:40.994516 [ 3 ] {87cf2d02-143c-4dd9-833b-e5157dfa5fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8209 | 2024.09.23 18:24:40.995119 [ 3 ] {87cf2d02-143c-4dd9-833b-e5157dfa5fe8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8210 | 2024.09.23 18:24:40.995532 [ 3 ] {87cf2d02-143c-4dd9-833b-e5157dfa5fe8} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8211 | 2024.09.23 18:24:40.995711 [ 3 ] {87cf2d02-143c-4dd9-833b-e5157dfa5fe8} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002525 sec., 9108.91089108911 rows/sec., 16.32 MiB/sec. | ||
8212 | 2024.09.23 18:24:40.995910 [ 3 ] {87cf2d02-143c-4dd9-833b-e5157dfa5fe8} <Debug> DynamicQueryHandler: Done processing query | ||
8213 | 2024.09.23 18:24:40.995935 [ 3 ] {87cf2d02-143c-4dd9-833b-e5157dfa5fe8} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8214 | 2024.09.23 18:24:40.995951 [ 3 ] {} <Debug> HTTP-Session: d3a8e74f-1c2a-4faf-a13b-17181fc0f5d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8215 | 2024.09.23 18:24:40.996075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8216 | 2024.09.23 18:24:40.996124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8217 | 2024.09.23 18:24:40.996143 [ 3 ] {} <Debug> HTTP-Session: ce9373f9-c0a3-47ee-8d63-2637edde6843 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8218 | 2024.09.23 18:24:40.996160 [ 3 ] {} <Debug> HTTP-Session: ce9373f9-c0a3-47ee-8d63-2637edde6843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8219 | 2024.09.23 18:24:40.996174 [ 3 ] {} <Debug> HTTP-Session: ce9373f9-c0a3-47ee-8d63-2637edde6843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8220 | 2024.09.23 18:24:40.996206 [ 3 ] {} <Trace> HTTP-Session: ce9373f9-c0a3-47ee-8d63-2637edde6843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8221 | 2024.09.23 18:24:40.996320 [ 3 ] {c9ce5be7-ddde-4570-8677-00c3eb962821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8222 | 2024.09.23 18:24:40.996366 [ 3 ] {c9ce5be7-ddde-4570-8677-00c3eb962821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8223 | 2024.09.23 18:24:40.996495 [ 3 ] {c9ce5be7-ddde-4570-8677-00c3eb962821} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8224 | 2024.09.23 18:24:40.996784 [ 3 ] {c9ce5be7-ddde-4570-8677-00c3eb962821} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8225 | 2024.09.23 18:24:40.996824 [ 3 ] {c9ce5be7-ddde-4570-8677-00c3eb962821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8226 | 2024.09.23 18:24:40.997184 [ 3 ] {c9ce5be7-ddde-4570-8677-00c3eb962821} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8227 | 2024.09.23 18:24:40.997525 [ 3 ] {c9ce5be7-ddde-4570-8677-00c3eb962821} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8228 | 2024.09.23 18:24:40.997681 [ 3 ] {c9ce5be7-ddde-4570-8677-00c3eb962821} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.0014 sec., 34285.71428571428 rows/sec., 2.31 MiB/sec. | ||
8229 | 2024.09.23 18:24:40.997845 [ 3 ] {c9ce5be7-ddde-4570-8677-00c3eb962821} <Debug> DynamicQueryHandler: Done processing query | ||
8230 | 2024.09.23 18:24:40.997870 [ 3 ] {c9ce5be7-ddde-4570-8677-00c3eb962821} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8231 | 2024.09.23 18:24:40.997886 [ 3 ] {} <Debug> HTTP-Session: ce9373f9-c0a3-47ee-8d63-2637edde6843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8232 | 2024.09.23 18:24:42.291860 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8233 | 2024.09.23 18:24:42.291922 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8234 | 2024.09.23 18:24:45.982399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8235 | 2024.09.23 18:24:45.982536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8236 | 2024.09.23 18:24:45.982564 [ 3 ] {} <Debug> HTTP-Session: 85e6f9cd-3781-43f5-9417-a53a1d9c9713 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8237 | 2024.09.23 18:24:45.982590 [ 3 ] {} <Debug> HTTP-Session: 85e6f9cd-3781-43f5-9417-a53a1d9c9713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8238 | 2024.09.23 18:24:45.982605 [ 3 ] {} <Debug> HTTP-Session: 85e6f9cd-3781-43f5-9417-a53a1d9c9713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8239 | 2024.09.23 18:24:45.982654 [ 3 ] {} <Trace> HTTP-Session: 85e6f9cd-3781-43f5-9417-a53a1d9c9713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8240 | 2024.09.23 18:24:45.982865 [ 3 ] {126e6e0f-ff5b-4c50-aa6a-b1db04a815ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8241 | 2024.09.23 18:24:45.982932 [ 3 ] {126e6e0f-ff5b-4c50-aa6a-b1db04a815ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8242 | 2024.09.23 18:24:45.983263 [ 3 ] {126e6e0f-ff5b-4c50-aa6a-b1db04a815ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8243 | 2024.09.23 18:24:45.983708 [ 3 ] {126e6e0f-ff5b-4c50-aa6a-b1db04a815ed} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8244 | 2024.09.23 18:24:45.983753 [ 3 ] {126e6e0f-ff5b-4c50-aa6a-b1db04a815ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8245 | 2024.09.23 18:24:45.984169 [ 3 ] {126e6e0f-ff5b-4c50-aa6a-b1db04a815ed} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8246 | 2024.09.23 18:24:45.984549 [ 3 ] {126e6e0f-ff5b-4c50-aa6a-b1db04a815ed} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8247 | 2024.09.23 18:24:45.984694 [ 3 ] {126e6e0f-ff5b-4c50-aa6a-b1db04a815ed} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001902 sec., 38906.41430073607 rows/sec., 3.12 MiB/sec. | ||
8248 | 2024.09.23 18:24:45.984996 [ 3 ] {126e6e0f-ff5b-4c50-aa6a-b1db04a815ed} <Debug> DynamicQueryHandler: Done processing query | ||
8249 | 2024.09.23 18:24:45.985046 [ 3 ] {126e6e0f-ff5b-4c50-aa6a-b1db04a815ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8250 | 2024.09.23 18:24:45.985064 [ 3 ] {} <Debug> HTTP-Session: 85e6f9cd-3781-43f5-9417-a53a1d9c9713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8251 | 2024.09.23 18:24:45.985217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8252 | 2024.09.23 18:24:45.985266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8253 | 2024.09.23 18:24:45.985286 [ 3 ] {} <Debug> HTTP-Session: 4e7ef53c-2561-41d0-967a-34aab879b013 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8254 | 2024.09.23 18:24:45.985304 [ 3 ] {} <Debug> HTTP-Session: 4e7ef53c-2561-41d0-967a-34aab879b013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8255 | 2024.09.23 18:24:45.985318 [ 3 ] {} <Debug> HTTP-Session: 4e7ef53c-2561-41d0-967a-34aab879b013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8256 | 2024.09.23 18:24:45.985351 [ 3 ] {} <Trace> HTTP-Session: 4e7ef53c-2561-41d0-967a-34aab879b013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8257 | 2024.09.23 18:24:45.985456 [ 3 ] {ae2894b0-68c9-4ae5-851c-312572988f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8258 | 2024.09.23 18:24:45.985502 [ 3 ] {ae2894b0-68c9-4ae5-851c-312572988f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8259 | 2024.09.23 18:24:45.985750 [ 3 ] {ae2894b0-68c9-4ae5-851c-312572988f39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8260 | 2024.09.23 18:24:45.986077 [ 3 ] {ae2894b0-68c9-4ae5-851c-312572988f39} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8261 | 2024.09.23 18:24:45.986116 [ 3 ] {ae2894b0-68c9-4ae5-851c-312572988f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8262 | 2024.09.23 18:24:45.986476 [ 3 ] {ae2894b0-68c9-4ae5-851c-312572988f39} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8263 | 2024.09.23 18:24:45.986838 [ 3 ] {ae2894b0-68c9-4ae5-851c-312572988f39} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8264 | 2024.09.23 18:24:45.986969 [ 3 ] {ae2894b0-68c9-4ae5-851c-312572988f39} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001543 sec., 5832.793259883344 rows/sec., 438.60 KiB/sec. | ||
8265 | 2024.09.23 18:24:45.987127 [ 3 ] {ae2894b0-68c9-4ae5-851c-312572988f39} <Debug> DynamicQueryHandler: Done processing query | ||
8266 | 2024.09.23 18:24:45.987151 [ 3 ] {ae2894b0-68c9-4ae5-851c-312572988f39} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8267 | 2024.09.23 18:24:45.987168 [ 3 ] {} <Debug> HTTP-Session: 4e7ef53c-2561-41d0-967a-34aab879b013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8268 | 2024.09.23 18:24:45.987304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8269 | 2024.09.23 18:24:45.987352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8270 | 2024.09.23 18:24:45.987371 [ 3 ] {} <Debug> HTTP-Session: b9a0983a-5955-4cc3-8978-a81199f105db Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8271 | 2024.09.23 18:24:45.987387 [ 3 ] {} <Debug> HTTP-Session: b9a0983a-5955-4cc3-8978-a81199f105db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8272 | 2024.09.23 18:24:45.987403 [ 3 ] {} <Debug> HTTP-Session: b9a0983a-5955-4cc3-8978-a81199f105db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8273 | 2024.09.23 18:24:45.987433 [ 3 ] {} <Trace> HTTP-Session: b9a0983a-5955-4cc3-8978-a81199f105db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8274 | 2024.09.23 18:24:45.987548 [ 3 ] {f8be9ab7-6333-4473-ae81-d2a4580cdb9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8275 | 2024.09.23 18:24:45.987592 [ 3 ] {f8be9ab7-6333-4473-ae81-d2a4580cdb9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8276 | 2024.09.23 18:24:45.987820 [ 3 ] {f8be9ab7-6333-4473-ae81-d2a4580cdb9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8277 | 2024.09.23 18:24:45.988206 [ 3 ] {f8be9ab7-6333-4473-ae81-d2a4580cdb9c} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8278 | 2024.09.23 18:24:45.988241 [ 3 ] {f8be9ab7-6333-4473-ae81-d2a4580cdb9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8279 | 2024.09.23 18:24:45.988594 [ 3 ] {f8be9ab7-6333-4473-ae81-d2a4580cdb9c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8280 | 2024.09.23 18:24:45.988944 [ 3 ] {f8be9ab7-6333-4473-ae81-d2a4580cdb9c} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8281 | 2024.09.23 18:24:45.989074 [ 3 ] {f8be9ab7-6333-4473-ae81-d2a4580cdb9c} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001567 sec., 46585.832801531586 rows/sec., 3.64 MiB/sec. | ||
8282 | 2024.09.23 18:24:45.989254 [ 3 ] {f8be9ab7-6333-4473-ae81-d2a4580cdb9c} <Debug> DynamicQueryHandler: Done processing query | ||
8283 | 2024.09.23 18:24:45.989278 [ 3 ] {f8be9ab7-6333-4473-ae81-d2a4580cdb9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8284 | 2024.09.23 18:24:45.989295 [ 3 ] {} <Debug> HTTP-Session: b9a0983a-5955-4cc3-8978-a81199f105db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8285 | 2024.09.23 18:24:45.989452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8286 | 2024.09.23 18:24:45.989500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8287 | 2024.09.23 18:24:45.989519 [ 3 ] {} <Debug> HTTP-Session: d9c6c996-95cc-449b-a512-b22a49428439 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8288 | 2024.09.23 18:24:45.989535 [ 3 ] {} <Debug> HTTP-Session: d9c6c996-95cc-449b-a512-b22a49428439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8289 | 2024.09.23 18:24:45.989549 [ 3 ] {} <Debug> HTTP-Session: d9c6c996-95cc-449b-a512-b22a49428439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8290 | 2024.09.23 18:24:45.989580 [ 3 ] {} <Trace> HTTP-Session: d9c6c996-95cc-449b-a512-b22a49428439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8291 | 2024.09.23 18:24:45.989725 [ 3 ] {b5cb0c2a-9100-421a-a811-1587c1bfae8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8292 | 2024.09.23 18:24:45.989772 [ 3 ] {b5cb0c2a-9100-421a-a811-1587c1bfae8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8293 | 2024.09.23 18:24:45.989917 [ 3 ] {b5cb0c2a-9100-421a-a811-1587c1bfae8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8294 | 2024.09.23 18:24:45.990342 [ 3 ] {b5cb0c2a-9100-421a-a811-1587c1bfae8e} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8295 | 2024.09.23 18:24:45.990377 [ 3 ] {b5cb0c2a-9100-421a-a811-1587c1bfae8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8296 | 2024.09.23 18:24:45.990759 [ 3 ] {b5cb0c2a-9100-421a-a811-1587c1bfae8e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8297 | 2024.09.23 18:24:45.991099 [ 3 ] {b5cb0c2a-9100-421a-a811-1587c1bfae8e} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8298 | 2024.09.23 18:24:45.991227 [ 3 ] {b5cb0c2a-9100-421a-a811-1587c1bfae8e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
8299 | 2024.09.23 18:24:45.991388 [ 3 ] {b5cb0c2a-9100-421a-a811-1587c1bfae8e} <Debug> DynamicQueryHandler: Done processing query | ||
8300 | 2024.09.23 18:24:45.991413 [ 3 ] {b5cb0c2a-9100-421a-a811-1587c1bfae8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8301 | 2024.09.23 18:24:45.991429 [ 3 ] {} <Debug> HTTP-Session: d9c6c996-95cc-449b-a512-b22a49428439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8302 | 2024.09.23 18:24:45.991562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8303 | 2024.09.23 18:24:45.991611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8304 | 2024.09.23 18:24:45.991631 [ 3 ] {} <Debug> HTTP-Session: d0627e9d-05db-4402-b8e4-6e67b00aeb74 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8305 | 2024.09.23 18:24:45.991647 [ 3 ] {} <Debug> HTTP-Session: d0627e9d-05db-4402-b8e4-6e67b00aeb74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8306 | 2024.09.23 18:24:45.991661 [ 3 ] {} <Debug> HTTP-Session: d0627e9d-05db-4402-b8e4-6e67b00aeb74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8307 | 2024.09.23 18:24:45.991691 [ 3 ] {} <Trace> HTTP-Session: d0627e9d-05db-4402-b8e4-6e67b00aeb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8308 | 2024.09.23 18:24:45.991856 [ 3 ] {95877d48-3424-4e87-b92a-e2a641cb36be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8309 | 2024.09.23 18:24:45.991921 [ 3 ] {95877d48-3424-4e87-b92a-e2a641cb36be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8310 | 2024.09.23 18:24:45.992327 [ 3 ] {95877d48-3424-4e87-b92a-e2a641cb36be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8311 | 2024.09.23 18:24:45.992793 [ 3 ] {95877d48-3424-4e87-b92a-e2a641cb36be} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8312 | 2024.09.23 18:24:45.992829 [ 3 ] {95877d48-3424-4e87-b92a-e2a641cb36be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8313 | 2024.09.23 18:24:45.993417 [ 3 ] {95877d48-3424-4e87-b92a-e2a641cb36be} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8314 | 2024.09.23 18:24:45.993820 [ 3 ] {95877d48-3424-4e87-b92a-e2a641cb36be} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8315 | 2024.09.23 18:24:45.993969 [ 3 ] {95877d48-3424-4e87-b92a-e2a641cb36be} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002205 sec., 4081.6326530612246 rows/sec., 7.31 MiB/sec. | ||
8316 | 2024.09.23 18:24:45.994163 [ 3 ] {95877d48-3424-4e87-b92a-e2a641cb36be} <Debug> DynamicQueryHandler: Done processing query | ||
8317 | 2024.09.23 18:24:45.994187 [ 3 ] {95877d48-3424-4e87-b92a-e2a641cb36be} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
8318 | 2024.09.23 18:24:45.994203 [ 3 ] {} <Debug> HTTP-Session: d0627e9d-05db-4402-b8e4-6e67b00aeb74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8319 | 2024.09.23 18:24:45.994327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8320 | 2024.09.23 18:24:45.994374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8321 | 2024.09.23 18:24:45.994394 [ 3 ] {} <Debug> HTTP-Session: 8569b17f-27d9-4cc4-8c4f-9866a0ba4eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8322 | 2024.09.23 18:24:45.994411 [ 3 ] {} <Debug> HTTP-Session: 8569b17f-27d9-4cc4-8c4f-9866a0ba4eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8323 | 2024.09.23 18:24:45.994424 [ 3 ] {} <Debug> HTTP-Session: 8569b17f-27d9-4cc4-8c4f-9866a0ba4eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8324 | 2024.09.23 18:24:45.994455 [ 3 ] {} <Trace> HTTP-Session: 8569b17f-27d9-4cc4-8c4f-9866a0ba4eb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8325 | 2024.09.23 18:24:45.994572 [ 3 ] {db8e3f1d-0f98-47c5-9520-8f7b0c62ebfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8326 | 2024.09.23 18:24:45.994616 [ 3 ] {db8e3f1d-0f98-47c5-9520-8f7b0c62ebfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8327 | 2024.09.23 18:24:45.994742 [ 3 ] {db8e3f1d-0f98-47c5-9520-8f7b0c62ebfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8328 | 2024.09.23 18:24:45.995033 [ 3 ] {db8e3f1d-0f98-47c5-9520-8f7b0c62ebfe} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8329 | 2024.09.23 18:24:45.995068 [ 3 ] {db8e3f1d-0f98-47c5-9520-8f7b0c62ebfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8330 | 2024.09.23 18:24:45.995424 [ 3 ] {db8e3f1d-0f98-47c5-9520-8f7b0c62ebfe} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8331 | 2024.09.23 18:24:45.995750 [ 3 ] {db8e3f1d-0f98-47c5-9520-8f7b0c62ebfe} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8332 | 2024.09.23 18:24:45.995878 [ 3 ] {db8e3f1d-0f98-47c5-9520-8f7b0c62ebfe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
8333 | 2024.09.23 18:24:45.996128 [ 3 ] {db8e3f1d-0f98-47c5-9520-8f7b0c62ebfe} <Debug> DynamicQueryHandler: Done processing query | ||
8334 | 2024.09.23 18:24:45.996191 [ 3 ] {db8e3f1d-0f98-47c5-9520-8f7b0c62ebfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8335 | 2024.09.23 18:24:45.996256 [ 3 ] {} <Debug> HTTP-Session: 8569b17f-27d9-4cc4-8c4f-9866a0ba4eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8336 | 2024.09.23 18:24:49.541115 [ 58 ] {} <Debug> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
8337 | 2024.09.23 18:24:49.541231 [ 58 ] {} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8338 | 2024.09.23 18:24:49.541255 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8339 | 2024.09.23 18:24:49.541420 [ 195 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
8340 | 2024.09.23 18:24:49.541619 [ 195 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8341 | 2024.09.23 18:24:49.541661 [ 195 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part | ||
8342 | 2024.09.23 18:24:49.541744 [ 195 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
8343 | 2024.09.23 18:24:49.541838 [ 195 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
8344 | 2024.09.23 18:24:49.542084 [ 195 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
8345 | 2024.09.23 18:24:49.542324 [ 195 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
8346 | 2024.09.23 18:24:49.543482 [ 196 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002147844 sec., 9311.663230662934 rows/sec., 623.81 KiB/sec. | ||
8347 | 2024.09.23 18:24:49.543696 [ 193 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
8348 | 2024.09.23 18:24:49.544174 [ 193 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_19_4} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8349 | 2024.09.23 18:24:49.544270 [ 193 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_19_4} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
8350 | 2024.09.23 18:24:49.544376 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8351 | 2024.09.23 18:24:50.222400 [ 56 ] {} <Debug> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
8352 | 2024.09.23 18:24:50.222470 [ 56 ] {} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8353 | 2024.09.23 18:24:50.222495 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8354 | 2024.09.23 18:24:50.222625 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
8355 | 2024.09.23 18:24:50.222809 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8356 | 2024.09.23 18:24:50.222850 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part | ||
8357 | 2024.09.23 18:24:50.222940 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 242 rows starting from the beginning of the part | ||
8358 | 2024.09.23 18:24:50.223045 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
8359 | 2024.09.23 18:24:50.223321 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
8360 | 2024.09.23 18:24:50.223504 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 242 rows starting from the beginning of the part | ||
8361 | 2024.09.23 18:24:50.224600 [ 197 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002039371 sec., 370212.1879736448 rows/sec., 25.12 MiB/sec. | ||
8362 | 2024.09.23 18:24:50.224823 [ 197 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
8363 | 2024.09.23 18:24:50.225406 [ 197 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_19_4} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8364 | 2024.09.23 18:24:50.225519 [ 197 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_19_4} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
8365 | 2024.09.23 18:24:50.225640 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
8366 | 2024.09.23 18:24:50.988553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8367 | 2024.09.23 18:24:50.988673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8368 | 2024.09.23 18:24:50.988703 [ 3 ] {} <Debug> HTTP-Session: 83c4ea47-001b-4da9-b7fa-c8411b12ce98 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8369 | 2024.09.23 18:24:50.988731 [ 3 ] {} <Debug> HTTP-Session: 83c4ea47-001b-4da9-b7fa-c8411b12ce98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8370 | 2024.09.23 18:24:50.988752 [ 3 ] {} <Debug> HTTP-Session: 83c4ea47-001b-4da9-b7fa-c8411b12ce98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8371 | 2024.09.23 18:24:50.988806 [ 3 ] {} <Trace> HTTP-Session: 83c4ea47-001b-4da9-b7fa-c8411b12ce98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8372 | 2024.09.23 18:24:50.989059 [ 3 ] {3a556264-54c0-4209-b911-a965d6b015b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8373 | 2024.09.23 18:24:50.989123 [ 3 ] {3a556264-54c0-4209-b911-a965d6b015b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8374 | 2024.09.23 18:24:50.989441 [ 3 ] {3a556264-54c0-4209-b911-a965d6b015b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8375 | 2024.09.23 18:24:50.990022 [ 3 ] {3a556264-54c0-4209-b911-a965d6b015b8} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8376 | 2024.09.23 18:24:50.990065 [ 3 ] {3a556264-54c0-4209-b911-a965d6b015b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8377 | 2024.09.23 18:24:50.990503 [ 3 ] {3a556264-54c0-4209-b911-a965d6b015b8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8378 | 2024.09.23 18:24:50.990889 [ 3 ] {3a556264-54c0-4209-b911-a965d6b015b8} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8379 | 2024.09.23 18:24:50.991055 [ 3 ] {3a556264-54c0-4209-b911-a965d6b015b8} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002109 sec., 119013.75059269795 rows/sec., 10.54 MiB/sec. | ||
8380 | 2024.09.23 18:24:50.991253 [ 3 ] {3a556264-54c0-4209-b911-a965d6b015b8} <Debug> DynamicQueryHandler: Done processing query | ||
8381 | 2024.09.23 18:24:50.991279 [ 3 ] {3a556264-54c0-4209-b911-a965d6b015b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8382 | 2024.09.23 18:24:50.991295 [ 3 ] {} <Debug> HTTP-Session: 83c4ea47-001b-4da9-b7fa-c8411b12ce98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8383 | 2024.09.23 18:24:50.991478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8384 | 2024.09.23 18:24:50.991526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8385 | 2024.09.23 18:24:50.991546 [ 3 ] {} <Debug> HTTP-Session: 2b7ab581-2ca7-440e-8f4c-21912e23249d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8386 | 2024.09.23 18:24:50.991562 [ 3 ] {} <Debug> HTTP-Session: 2b7ab581-2ca7-440e-8f4c-21912e23249d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8387 | 2024.09.23 18:24:50.991576 [ 3 ] {} <Debug> HTTP-Session: 2b7ab581-2ca7-440e-8f4c-21912e23249d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8388 | 2024.09.23 18:24:50.991608 [ 3 ] {} <Trace> HTTP-Session: 2b7ab581-2ca7-440e-8f4c-21912e23249d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8389 | 2024.09.23 18:24:50.991713 [ 3 ] {eb3fe1ff-54d6-4b84-8e75-a8604609829e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8390 | 2024.09.23 18:24:50.991758 [ 3 ] {eb3fe1ff-54d6-4b84-8e75-a8604609829e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8391 | 2024.09.23 18:24:50.991985 [ 3 ] {eb3fe1ff-54d6-4b84-8e75-a8604609829e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8392 | 2024.09.23 18:24:50.992323 [ 3 ] {eb3fe1ff-54d6-4b84-8e75-a8604609829e} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8393 | 2024.09.23 18:24:50.992360 [ 3 ] {eb3fe1ff-54d6-4b84-8e75-a8604609829e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8394 | 2024.09.23 18:24:50.992706 [ 3 ] {eb3fe1ff-54d6-4b84-8e75-a8604609829e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8395 | 2024.09.23 18:24:50.993055 [ 3 ] {eb3fe1ff-54d6-4b84-8e75-a8604609829e} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8396 | 2024.09.23 18:24:50.993216 [ 3 ] {eb3fe1ff-54d6-4b84-8e75-a8604609829e} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001528 sec., 20287.958115183246 rows/sec., 1.49 MiB/sec. | ||
8397 | 2024.09.23 18:24:50.993397 [ 3 ] {eb3fe1ff-54d6-4b84-8e75-a8604609829e} <Debug> DynamicQueryHandler: Done processing query | ||
8398 | 2024.09.23 18:24:50.993422 [ 3 ] {eb3fe1ff-54d6-4b84-8e75-a8604609829e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8399 | 2024.09.23 18:24:50.993437 [ 3 ] {} <Debug> HTTP-Session: 2b7ab581-2ca7-440e-8f4c-21912e23249d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8400 | 2024.09.23 18:24:50.993560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8401 | 2024.09.23 18:24:50.993609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8402 | 2024.09.23 18:24:50.993629 [ 3 ] {} <Debug> HTTP-Session: ff537622-0bd7-4caf-93e6-e1a3b4ac0db1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8403 | 2024.09.23 18:24:50.993645 [ 3 ] {} <Debug> HTTP-Session: ff537622-0bd7-4caf-93e6-e1a3b4ac0db1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8404 | 2024.09.23 18:24:50.993659 [ 3 ] {} <Debug> HTTP-Session: ff537622-0bd7-4caf-93e6-e1a3b4ac0db1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8405 | 2024.09.23 18:24:50.993690 [ 3 ] {} <Trace> HTTP-Session: ff537622-0bd7-4caf-93e6-e1a3b4ac0db1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8406 | 2024.09.23 18:24:50.993789 [ 3 ] {a88d5d6c-0458-4837-af2f-99177e839057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8407 | 2024.09.23 18:24:50.993832 [ 3 ] {a88d5d6c-0458-4837-af2f-99177e839057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8408 | 2024.09.23 18:24:50.994058 [ 3 ] {a88d5d6c-0458-4837-af2f-99177e839057} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8409 | 2024.09.23 18:24:50.994357 [ 3 ] {a88d5d6c-0458-4837-af2f-99177e839057} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8410 | 2024.09.23 18:24:50.994394 [ 3 ] {a88d5d6c-0458-4837-af2f-99177e839057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8411 | 2024.09.23 18:24:50.994744 [ 3 ] {a88d5d6c-0458-4837-af2f-99177e839057} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8412 | 2024.09.23 18:24:50.995089 [ 3 ] {a88d5d6c-0458-4837-af2f-99177e839057} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8413 | 2024.09.23 18:24:50.995246 [ 3 ] {a88d5d6c-0458-4837-af2f-99177e839057} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001478 sec., 9472.259810554804 rows/sec., 663.38 KiB/sec. | ||
8414 | 2024.09.23 18:24:50.995411 [ 3 ] {a88d5d6c-0458-4837-af2f-99177e839057} <Debug> DynamicQueryHandler: Done processing query | ||
8415 | 2024.09.23 18:24:50.995438 [ 3 ] {a88d5d6c-0458-4837-af2f-99177e839057} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8416 | 2024.09.23 18:24:50.995460 [ 3 ] {} <Debug> HTTP-Session: ff537622-0bd7-4caf-93e6-e1a3b4ac0db1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8417 | 2024.09.23 18:24:50.995579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8418 | 2024.09.23 18:24:50.995630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8419 | 2024.09.23 18:24:50.995654 [ 3 ] {} <Debug> HTTP-Session: 4d4bc03b-acbb-4e57-8026-94474e0b1791 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8420 | 2024.09.23 18:24:50.995674 [ 3 ] {} <Debug> HTTP-Session: 4d4bc03b-acbb-4e57-8026-94474e0b1791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8421 | 2024.09.23 18:24:50.995691 [ 3 ] {} <Debug> HTTP-Session: 4d4bc03b-acbb-4e57-8026-94474e0b1791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8422 | 2024.09.23 18:24:50.995725 [ 3 ] {} <Trace> HTTP-Session: 4d4bc03b-acbb-4e57-8026-94474e0b1791 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8423 | 2024.09.23 18:24:50.995835 [ 3 ] {46052f75-4f62-4e37-8c96-1a38441a658c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8424 | 2024.09.23 18:24:50.995881 [ 3 ] {46052f75-4f62-4e37-8c96-1a38441a658c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8425 | 2024.09.23 18:24:50.996108 [ 3 ] {46052f75-4f62-4e37-8c96-1a38441a658c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8426 | 2024.09.23 18:24:50.996405 [ 3 ] {46052f75-4f62-4e37-8c96-1a38441a658c} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8427 | 2024.09.23 18:24:50.996441 [ 3 ] {46052f75-4f62-4e37-8c96-1a38441a658c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8428 | 2024.09.23 18:24:50.996791 [ 3 ] {46052f75-4f62-4e37-8c96-1a38441a658c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8429 | 2024.09.23 18:24:50.997145 [ 3 ] {46052f75-4f62-4e37-8c96-1a38441a658c} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8430 | 2024.09.23 18:24:50.997283 [ 3 ] {46052f75-4f62-4e37-8c96-1a38441a658c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 240.66 KiB/sec. | ||
8431 | 2024.09.23 18:24:50.997497 [ 3 ] {46052f75-4f62-4e37-8c96-1a38441a658c} <Debug> DynamicQueryHandler: Done processing query | ||
8432 | 2024.09.23 18:24:50.997527 [ 3 ] {46052f75-4f62-4e37-8c96-1a38441a658c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8433 | 2024.09.23 18:24:50.997546 [ 3 ] {} <Debug> HTTP-Session: 4d4bc03b-acbb-4e57-8026-94474e0b1791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8434 | 2024.09.23 18:24:50.997711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8435 | 2024.09.23 18:24:50.997760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8436 | 2024.09.23 18:24:50.997779 [ 3 ] {} <Debug> HTTP-Session: 4fe28377-0eac-4bdd-b68b-f90be2a6381d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8437 | 2024.09.23 18:24:50.997795 [ 3 ] {} <Debug> HTTP-Session: 4fe28377-0eac-4bdd-b68b-f90be2a6381d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8438 | 2024.09.23 18:24:50.997809 [ 3 ] {} <Debug> HTTP-Session: 4fe28377-0eac-4bdd-b68b-f90be2a6381d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8439 | 2024.09.23 18:24:50.997841 [ 3 ] {} <Trace> HTTP-Session: 4fe28377-0eac-4bdd-b68b-f90be2a6381d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8440 | 2024.09.23 18:24:50.998049 [ 3 ] {152aa8b1-1ed6-4d3f-aea6-e2252019e7c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8441 | 2024.09.23 18:24:50.998092 [ 3 ] {152aa8b1-1ed6-4d3f-aea6-e2252019e7c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8442 | 2024.09.23 18:24:50.998324 [ 3 ] {152aa8b1-1ed6-4d3f-aea6-e2252019e7c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8443 | 2024.09.23 18:24:50.998879 [ 3 ] {152aa8b1-1ed6-4d3f-aea6-e2252019e7c4} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8444 | 2024.09.23 18:24:50.998917 [ 3 ] {152aa8b1-1ed6-4d3f-aea6-e2252019e7c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8445 | 2024.09.23 18:24:50.999283 [ 3 ] {152aa8b1-1ed6-4d3f-aea6-e2252019e7c4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8446 | 2024.09.23 18:24:50.999630 [ 3 ] {152aa8b1-1ed6-4d3f-aea6-e2252019e7c4} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8447 | 2024.09.23 18:24:50.999798 [ 3 ] {152aa8b1-1ed6-4d3f-aea6-e2252019e7c4} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001849 sec., 223363.98053001624 rows/sec., 15.93 MiB/sec. | ||
8448 | 2024.09.23 18:24:50.999974 [ 3 ] {152aa8b1-1ed6-4d3f-aea6-e2252019e7c4} <Debug> DynamicQueryHandler: Done processing query | ||
8449 | 2024.09.23 18:24:50.999998 [ 3 ] {152aa8b1-1ed6-4d3f-aea6-e2252019e7c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
8450 | 2024.09.23 18:24:51.000018 [ 3 ] {} <Debug> HTTP-Session: 4fe28377-0eac-4bdd-b68b-f90be2a6381d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8451 | 2024.09.23 18:24:51.000252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8452 | 2024.09.23 18:24:51.000347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8453 | 2024.09.23 18:24:51.000394 [ 3 ] {} <Debug> HTTP-Session: 93ae7703-38d5-4e35-9d66-6617eaf50043 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8454 | 2024.09.23 18:24:51.000411 [ 3 ] {} <Debug> HTTP-Session: 93ae7703-38d5-4e35-9d66-6617eaf50043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8455 | 2024.09.23 18:24:51.000445 [ 3 ] {} <Debug> HTTP-Session: 93ae7703-38d5-4e35-9d66-6617eaf50043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8456 | 2024.09.23 18:24:51.000526 [ 3 ] {} <Trace> HTTP-Session: 93ae7703-38d5-4e35-9d66-6617eaf50043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8457 | 2024.09.23 18:24:51.000635 [ 3 ] {493fdd4a-b673-4d0e-b103-6f0f969521bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8458 | 2024.09.23 18:24:51.000679 [ 3 ] {493fdd4a-b673-4d0e-b103-6f0f969521bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8459 | 2024.09.23 18:24:51.000815 [ 3 ] {493fdd4a-b673-4d0e-b103-6f0f969521bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8460 | 2024.09.23 18:24:51.001068 [ 3 ] {493fdd4a-b673-4d0e-b103-6f0f969521bb} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8461 | 2024.09.23 18:24:51.001104 [ 3 ] {493fdd4a-b673-4d0e-b103-6f0f969521bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8462 | 2024.09.23 18:24:51.001459 [ 3 ] {493fdd4a-b673-4d0e-b103-6f0f969521bb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8463 | 2024.09.23 18:24:51.001792 [ 3 ] {493fdd4a-b673-4d0e-b103-6f0f969521bb} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8464 | 2024.09.23 18:24:51.001955 [ 3 ] {493fdd4a-b673-4d0e-b103-6f0f969521bb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 233.42 KiB/sec. | ||
8465 | 2024.09.23 18:24:51.002113 [ 3 ] {493fdd4a-b673-4d0e-b103-6f0f969521bb} <Debug> DynamicQueryHandler: Done processing query | ||
8466 | 2024.09.23 18:24:51.002141 [ 3 ] {493fdd4a-b673-4d0e-b103-6f0f969521bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8467 | 2024.09.23 18:24:51.002162 [ 3 ] {} <Debug> HTTP-Session: 93ae7703-38d5-4e35-9d66-6617eaf50043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8468 | 2024.09.23 18:24:51.002331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8469 | 2024.09.23 18:24:51.002381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8470 | 2024.09.23 18:24:51.002404 [ 3 ] {} <Debug> HTTP-Session: 7c8cdde1-76e1-482c-a858-110b8e9edfe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8471 | 2024.09.23 18:24:51.002423 [ 3 ] {} <Debug> HTTP-Session: 7c8cdde1-76e1-482c-a858-110b8e9edfe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8472 | 2024.09.23 18:24:51.002440 [ 3 ] {} <Debug> HTTP-Session: 7c8cdde1-76e1-482c-a858-110b8e9edfe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8473 | 2024.09.23 18:24:51.002473 [ 3 ] {} <Trace> HTTP-Session: 7c8cdde1-76e1-482c-a858-110b8e9edfe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8474 | 2024.09.23 18:24:51.002675 [ 3 ] {1b7f56d3-7834-497c-bf4d-635d0f66a02d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8475 | 2024.09.23 18:24:51.002723 [ 3 ] {1b7f56d3-7834-497c-bf4d-635d0f66a02d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8476 | 2024.09.23 18:24:51.002866 [ 3 ] {1b7f56d3-7834-497c-bf4d-635d0f66a02d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8477 | 2024.09.23 18:24:51.003281 [ 3 ] {1b7f56d3-7834-497c-bf4d-635d0f66a02d} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8478 | 2024.09.23 18:24:51.003316 [ 3 ] {1b7f56d3-7834-497c-bf4d-635d0f66a02d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8479 | 2024.09.23 18:24:51.003698 [ 3 ] {1b7f56d3-7834-497c-bf4d-635d0f66a02d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8480 | 2024.09.23 18:24:51.004031 [ 3 ] {1b7f56d3-7834-497c-bf4d-635d0f66a02d} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8481 | 2024.09.23 18:24:51.004201 [ 3 ] {1b7f56d3-7834-497c-bf4d-635d0f66a02d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00163 sec., 145398.773006135 rows/sec., 9.75 MiB/sec. | ||
8482 | 2024.09.23 18:24:51.004462 [ 3 ] {1b7f56d3-7834-497c-bf4d-635d0f66a02d} <Debug> DynamicQueryHandler: Done processing query | ||
8483 | 2024.09.23 18:24:51.004514 [ 3 ] {1b7f56d3-7834-497c-bf4d-635d0f66a02d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8484 | 2024.09.23 18:24:51.004549 [ 3 ] {} <Debug> HTTP-Session: 7c8cdde1-76e1-482c-a858-110b8e9edfe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8485 | 2024.09.23 18:24:51.004719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8486 | 2024.09.23 18:24:51.004768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8487 | 2024.09.23 18:24:51.004787 [ 3 ] {} <Debug> HTTP-Session: cdcd8031-68cd-46ec-bda1-aa06edc739db Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8488 | 2024.09.23 18:24:51.004804 [ 3 ] {} <Debug> HTTP-Session: cdcd8031-68cd-46ec-bda1-aa06edc739db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8489 | 2024.09.23 18:24:51.004818 [ 3 ] {} <Debug> HTTP-Session: cdcd8031-68cd-46ec-bda1-aa06edc739db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8490 | 2024.09.23 18:24:51.004849 [ 3 ] {} <Trace> HTTP-Session: cdcd8031-68cd-46ec-bda1-aa06edc739db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8491 | 2024.09.23 18:24:51.004944 [ 3 ] {7a272198-8214-4a35-aeaa-0d644e12ba08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8492 | 2024.09.23 18:24:51.004990 [ 3 ] {7a272198-8214-4a35-aeaa-0d644e12ba08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8493 | 2024.09.23 18:24:51.005135 [ 3 ] {7a272198-8214-4a35-aeaa-0d644e12ba08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8494 | 2024.09.23 18:24:51.005386 [ 3 ] {7a272198-8214-4a35-aeaa-0d644e12ba08} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8495 | 2024.09.23 18:24:51.005422 [ 3 ] {7a272198-8214-4a35-aeaa-0d644e12ba08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8496 | 2024.09.23 18:24:51.005765 [ 3 ] {7a272198-8214-4a35-aeaa-0d644e12ba08} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8497 | 2024.09.23 18:24:51.006088 [ 3 ] {7a272198-8214-4a35-aeaa-0d644e12ba08} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8498 | 2024.09.23 18:24:51.006246 [ 3 ] {7a272198-8214-4a35-aeaa-0d644e12ba08} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001323 sec., 755.8578987150416 rows/sec., 50.93 KiB/sec. | ||
8499 | 2024.09.23 18:24:51.006445 [ 3 ] {7a272198-8214-4a35-aeaa-0d644e12ba08} <Debug> DynamicQueryHandler: Done processing query | ||
8500 | 2024.09.23 18:24:51.006470 [ 3 ] {7a272198-8214-4a35-aeaa-0d644e12ba08} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8501 | 2024.09.23 18:24:51.006485 [ 3 ] {} <Debug> HTTP-Session: cdcd8031-68cd-46ec-bda1-aa06edc739db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8502 | 2024.09.23 18:24:51.006614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8503 | 2024.09.23 18:24:51.006661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8504 | 2024.09.23 18:24:51.006679 [ 3 ] {} <Debug> HTTP-Session: bea75684-a536-47c0-b81d-21e98d32f4d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8505 | 2024.09.23 18:24:51.006696 [ 3 ] {} <Debug> HTTP-Session: bea75684-a536-47c0-b81d-21e98d32f4d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8506 | 2024.09.23 18:24:51.006709 [ 3 ] {} <Debug> HTTP-Session: bea75684-a536-47c0-b81d-21e98d32f4d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8507 | 2024.09.23 18:24:51.006740 [ 3 ] {} <Trace> HTTP-Session: bea75684-a536-47c0-b81d-21e98d32f4d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8508 | 2024.09.23 18:24:51.007048 [ 3 ] {15b53e25-2754-4c15-ac14-9da7ef77d1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8509 | 2024.09.23 18:24:51.007113 [ 3 ] {15b53e25-2754-4c15-ac14-9da7ef77d1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8510 | 2024.09.23 18:24:51.007522 [ 3 ] {15b53e25-2754-4c15-ac14-9da7ef77d1be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8511 | 2024.09.23 18:24:51.008203 [ 3 ] {15b53e25-2754-4c15-ac14-9da7ef77d1be} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8512 | 2024.09.23 18:24:51.008244 [ 3 ] {15b53e25-2754-4c15-ac14-9da7ef77d1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8513 | 2024.09.23 18:24:51.008887 [ 3 ] {15b53e25-2754-4c15-ac14-9da7ef77d1be} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8514 | 2024.09.23 18:24:51.009287 [ 3 ] {15b53e25-2754-4c15-ac14-9da7ef77d1be} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8515 | 2024.09.23 18:24:51.009465 [ 3 ] {15b53e25-2754-4c15-ac14-9da7ef77d1be} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002638 sec., 11751.326762699015 rows/sec., 21.06 MiB/sec. | ||
8516 | 2024.09.23 18:24:51.009678 [ 3 ] {15b53e25-2754-4c15-ac14-9da7ef77d1be} <Debug> DynamicQueryHandler: Done processing query | ||
8517 | 2024.09.23 18:24:51.009702 [ 3 ] {15b53e25-2754-4c15-ac14-9da7ef77d1be} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8518 | 2024.09.23 18:24:51.009718 [ 3 ] {} <Debug> HTTP-Session: bea75684-a536-47c0-b81d-21e98d32f4d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8519 | 2024.09.23 18:24:51.009857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8520 | 2024.09.23 18:24:51.009904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8521 | 2024.09.23 18:24:51.009925 [ 3 ] {} <Debug> HTTP-Session: 512ed266-5553-45aa-95dc-ddb8d39f8029 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8522 | 2024.09.23 18:24:51.009941 [ 3 ] {} <Debug> HTTP-Session: 512ed266-5553-45aa-95dc-ddb8d39f8029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8523 | 2024.09.23 18:24:51.009954 [ 3 ] {} <Debug> HTTP-Session: 512ed266-5553-45aa-95dc-ddb8d39f8029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8524 | 2024.09.23 18:24:51.009986 [ 3 ] {} <Trace> HTTP-Session: 512ed266-5553-45aa-95dc-ddb8d39f8029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8525 | 2024.09.23 18:24:51.010114 [ 3 ] {be80caac-1762-494e-b1ff-ee3df137972a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8526 | 2024.09.23 18:24:51.010159 [ 3 ] {be80caac-1762-494e-b1ff-ee3df137972a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8527 | 2024.09.23 18:24:51.010287 [ 3 ] {be80caac-1762-494e-b1ff-ee3df137972a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8528 | 2024.09.23 18:24:51.010591 [ 3 ] {be80caac-1762-494e-b1ff-ee3df137972a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8529 | 2024.09.23 18:24:51.010627 [ 3 ] {be80caac-1762-494e-b1ff-ee3df137972a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8530 | 2024.09.23 18:24:51.010993 [ 3 ] {be80caac-1762-494e-b1ff-ee3df137972a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8531 | 2024.09.23 18:24:51.011318 [ 3 ] {be80caac-1762-494e-b1ff-ee3df137972a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8532 | 2024.09.23 18:24:51.011478 [ 3 ] {be80caac-1762-494e-b1ff-ee3df137972a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001409 sec., 58197.30305180979 rows/sec., 3.70 MiB/sec. | ||
8533 | 2024.09.23 18:24:51.011633 [ 3 ] {be80caac-1762-494e-b1ff-ee3df137972a} <Debug> DynamicQueryHandler: Done processing query | ||
8534 | 2024.09.23 18:24:51.011657 [ 3 ] {be80caac-1762-494e-b1ff-ee3df137972a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8535 | 2024.09.23 18:24:51.011673 [ 3 ] {} <Debug> HTTP-Session: 512ed266-5553-45aa-95dc-ddb8d39f8029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8536 | 2024.09.23 18:24:55.981868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8537 | 2024.09.23 18:24:55.982004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8538 | 2024.09.23 18:24:55.982032 [ 3 ] {} <Debug> HTTP-Session: 4b3f6679-9518-4cdd-8bbd-1de7285b2184 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8539 | 2024.09.23 18:24:55.982059 [ 3 ] {} <Debug> HTTP-Session: 4b3f6679-9518-4cdd-8bbd-1de7285b2184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8540 | 2024.09.23 18:24:55.982076 [ 3 ] {} <Debug> HTTP-Session: 4b3f6679-9518-4cdd-8bbd-1de7285b2184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8541 | 2024.09.23 18:24:55.982131 [ 3 ] {} <Trace> HTTP-Session: 4b3f6679-9518-4cdd-8bbd-1de7285b2184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8542 | 2024.09.23 18:24:55.982349 [ 3 ] {198fa6cf-4be6-42af-828a-0cc0b1aef5ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8543 | 2024.09.23 18:24:55.982422 [ 3 ] {198fa6cf-4be6-42af-828a-0cc0b1aef5ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8544 | 2024.09.23 18:24:55.982794 [ 3 ] {198fa6cf-4be6-42af-828a-0cc0b1aef5ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8545 | 2024.09.23 18:24:55.983296 [ 3 ] {198fa6cf-4be6-42af-828a-0cc0b1aef5ce} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8546 | 2024.09.23 18:24:55.983338 [ 3 ] {198fa6cf-4be6-42af-828a-0cc0b1aef5ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8547 | 2024.09.23 18:24:55.983744 [ 3 ] {198fa6cf-4be6-42af-828a-0cc0b1aef5ce} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8548 | 2024.09.23 18:24:55.984123 [ 3 ] {198fa6cf-4be6-42af-828a-0cc0b1aef5ce} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8549 | 2024.09.23 18:24:55.984281 [ 3 ] {198fa6cf-4be6-42af-828a-0cc0b1aef5ce} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.00201 sec., 36815.92039800995 rows/sec., 2.95 MiB/sec. | ||
8550 | 2024.09.23 18:24:55.984316 [ 52 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8551 | 2024.09.23 18:24:55.984442 [ 52 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8552 | 2024.09.23 18:24:55.984482 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8553 | 2024.09.23 18:24:55.984579 [ 3 ] {198fa6cf-4be6-42af-828a-0cc0b1aef5ce} <Debug> DynamicQueryHandler: Done processing query | ||
8554 | 2024.09.23 18:24:55.984660 [ 3 ] {198fa6cf-4be6-42af-828a-0cc0b1aef5ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8555 | 2024.09.23 18:24:55.984737 [ 3 ] {} <Debug> HTTP-Session: 4b3f6679-9518-4cdd-8bbd-1de7285b2184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8556 | 2024.09.23 18:24:55.984999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8557 | 2024.09.23 18:24:55.985007 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
8558 | 2024.09.23 18:24:55.985122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8559 | 2024.09.23 18:24:55.985220 [ 3 ] {} <Debug> HTTP-Session: 9733b8b4-8fec-4913-bd2d-8391792f07ec Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8560 | 2024.09.23 18:24:55.985290 [ 3 ] {} <Debug> HTTP-Session: 9733b8b4-8fec-4913-bd2d-8391792f07ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8561 | 2024.09.23 18:24:55.985334 [ 3 ] {} <Debug> HTTP-Session: 9733b8b4-8fec-4913-bd2d-8391792f07ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8562 | 2024.09.23 18:24:55.985436 [ 3 ] {} <Trace> HTTP-Session: 9733b8b4-8fec-4913-bd2d-8391792f07ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8563 | 2024.09.23 18:24:55.985538 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8564 | 2024.09.23 18:24:55.985626 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1419 rows starting from the beginning of the part | ||
8565 | 2024.09.23 18:24:55.985664 [ 3 ] {c8acb183-6d2c-4cb9-bc3c-2cdcbdda0f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8566 | 2024.09.23 18:24:55.985808 [ 3 ] {c8acb183-6d2c-4cb9-bc3c-2cdcbdda0f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8567 | 2024.09.23 18:24:55.985835 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1347 rows starting from the beginning of the part | ||
8568 | 2024.09.23 18:24:55.986280 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 103 rows starting from the beginning of the part | ||
8569 | 2024.09.23 18:24:55.986639 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 74 rows starting from the beginning of the part | ||
8570 | 2024.09.23 18:24:55.986916 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 251 rows starting from the beginning of the part | ||
8571 | 2024.09.23 18:24:55.987354 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part | ||
8572 | 2024.09.23 18:24:55.988110 [ 3 ] {c8acb183-6d2c-4cb9-bc3c-2cdcbdda0f89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8573 | 2024.09.23 18:24:55.988908 [ 3 ] {c8acb183-6d2c-4cb9-bc3c-2cdcbdda0f89} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8574 | 2024.09.23 18:24:55.988963 [ 3 ] {c8acb183-6d2c-4cb9-bc3c-2cdcbdda0f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8575 | 2024.09.23 18:24:55.989949 [ 3 ] {c8acb183-6d2c-4cb9-bc3c-2cdcbdda0f89} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8576 | 2024.09.23 18:24:55.990600 [ 3 ] {c8acb183-6d2c-4cb9-bc3c-2cdcbdda0f89} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8577 | 2024.09.23 18:24:55.990871 [ 3 ] {c8acb183-6d2c-4cb9-bc3c-2cdcbdda0f89} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.005271 sec., 1707.4558907228231 rows/sec., 128.39 KiB/sec. | ||
8578 | 2024.09.23 18:24:55.990903 [ 52 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8579 | 2024.09.23 18:24:55.991078 [ 52 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8580 | 2024.09.23 18:24:55.991365 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8581 | 2024.09.23 18:24:55.991562 [ 3 ] {c8acb183-6d2c-4cb9-bc3c-2cdcbdda0f89} <Debug> DynamicQueryHandler: Done processing query | ||
8582 | 2024.09.23 18:24:55.991645 [ 3 ] {c8acb183-6d2c-4cb9-bc3c-2cdcbdda0f89} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8583 | 2024.09.23 18:24:55.991660 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3268 rows, containing 5 columns (5 merged, 0 gathered) in 0.007051566 sec., 463443.15574724815 rows/sec., 40.50 MiB/sec. | ||
8584 | 2024.09.23 18:24:55.991730 [ 3 ] {} <Debug> HTTP-Session: 9733b8b4-8fec-4913-bd2d-8391792f07ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8585 | 2024.09.23 18:24:55.991832 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
8586 | 2024.09.23 18:24:55.991984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8587 | 2024.09.23 18:24:55.992047 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8588 | 2024.09.23 18:24:55.992162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8589 | 2024.09.23 18:24:55.992271 [ 3 ] {} <Debug> HTTP-Session: 9736ecec-1ac2-45f1-aaf2-7dad20550910 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8590 | 2024.09.23 18:24:55.992337 [ 3 ] {} <Debug> HTTP-Session: 9736ecec-1ac2-45f1-aaf2-7dad20550910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8591 | 2024.09.23 18:24:55.992392 [ 3 ] {} <Debug> HTTP-Session: 9736ecec-1ac2-45f1-aaf2-7dad20550910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8592 | 2024.09.23 18:24:55.992390 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8593 | 2024.09.23 18:24:55.992505 [ 3 ] {} <Trace> HTTP-Session: 9736ecec-1ac2-45f1-aaf2-7dad20550910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8594 | 2024.09.23 18:24:55.992523 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 58 rows starting from the beginning of the part | ||
8595 | 2024.09.23 18:24:55.993039 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part | ||
8596 | 2024.09.23 18:24:55.993532 [ 3 ] {f9774718-2558-4360-bd93-7d9921d6b809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8597 | 2024.09.23 18:24:55.993599 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 25 rows starting from the beginning of the part | ||
8598 | 2024.09.23 18:24:55.993697 [ 3 ] {f9774718-2558-4360-bd93-7d9921d6b809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8599 | 2024.09.23 18:24:55.994204 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_46_9} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8600 | 2024.09.23 18:24:55.994223 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part | ||
8601 | 2024.09.23 18:24:55.994624 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_46_9} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8602 | 2024.09.23 18:24:55.994800 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part | ||
8603 | 2024.09.23 18:24:55.994917 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
8604 | 2024.09.23 18:24:55.995240 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part | ||
8605 | 2024.09.23 18:24:55.995852 [ 3 ] {f9774718-2558-4360-bd93-7d9921d6b809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8606 | 2024.09.23 18:24:55.996747 [ 3 ] {f9774718-2558-4360-bd93-7d9921d6b809} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8607 | 2024.09.23 18:24:55.996822 [ 3 ] {f9774718-2558-4360-bd93-7d9921d6b809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8608 | 2024.09.23 18:24:55.997824 [ 3 ] {f9774718-2558-4360-bd93-7d9921d6b809} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8609 | 2024.09.23 18:24:55.998126 [ 189 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 5 columns (5 merged, 0 gathered) in 0.006528274 sec., 22057.897692406907 rows/sec., 1.68 MiB/sec. | ||
8610 | 2024.09.23 18:24:55.998417 [ 189 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8611 | 2024.09.23 18:24:55.998624 [ 3 ] {f9774718-2558-4360-bd93-7d9921d6b809} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8612 | 2024.09.23 18:24:55.998995 [ 3 ] {f9774718-2558-4360-bd93-7d9921d6b809} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.006193 sec., 11787.50201840788 rows/sec., 942.34 KiB/sec. | ||
8613 | 2024.09.23 18:24:55.999101 [ 52 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8614 | 2024.09.23 18:24:55.999519 [ 52 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8615 | 2024.09.23 18:24:55.999603 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8616 | 2024.09.23 18:24:55.999795 [ 3 ] {f9774718-2558-4360-bd93-7d9921d6b809} <Debug> DynamicQueryHandler: Done processing query | ||
8617 | 2024.09.23 18:24:55.999897 [ 3 ] {f9774718-2558-4360-bd93-7d9921d6b809} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8618 | 2024.09.23 18:24:55.999992 [ 3 ] {} <Debug> HTTP-Session: 9736ecec-1ac2-45f1-aaf2-7dad20550910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8619 | 2024.09.23 18:24:56.000184 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_36_7} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8620 | 2024.09.23 18:24:56.000206 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.27 MiB, peak 202.00 MiB, free memory in arenas 0.00 B, will set to 192.94 MiB (RSS), difference: -3.33 MiB | ||
8621 | 2024.09.23 18:24:56.000211 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
8622 | 2024.09.23 18:24:56.000487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8623 | 2024.09.23 18:24:56.000830 [ 187 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_36_7} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8624 | 2024.09.23 18:24:56.001218 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
8625 | 2024.09.23 18:24:56.001412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8626 | 2024.09.23 18:24:56.001457 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8627 | 2024.09.23 18:24:56.001516 [ 3 ] {} <Debug> HTTP-Session: 25d3b9a9-ab09-48ce-b0ba-af30ee9c7c2d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8628 | 2024.09.23 18:24:56.001609 [ 3 ] {} <Debug> HTTP-Session: 25d3b9a9-ab09-48ce-b0ba-af30ee9c7c2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8629 | 2024.09.23 18:24:56.001643 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
8630 | 2024.09.23 18:24:56.001673 [ 3 ] {} <Debug> HTTP-Session: 25d3b9a9-ab09-48ce-b0ba-af30ee9c7c2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8631 | 2024.09.23 18:24:56.001810 [ 3 ] {} <Trace> HTTP-Session: 25d3b9a9-ab09-48ce-b0ba-af30ee9c7c2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8632 | 2024.09.23 18:24:56.002252 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 850 rows starting from the beginning of the part | ||
8633 | 2024.09.23 18:24:56.002301 [ 3 ] {40e4d6ba-f1b1-45d9-9d47-20c4ce5f48c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8634 | 2024.09.23 18:24:56.002515 [ 3 ] {40e4d6ba-f1b1-45d9-9d47-20c4ce5f48c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8635 | 2024.09.23 18:24:56.002578 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 89 rows starting from the beginning of the part | ||
8636 | 2024.09.23 18:24:56.003028 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 73 rows starting from the beginning of the part | ||
8637 | 2024.09.23 18:24:56.003424 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
8638 | 2024.09.23 18:24:56.003807 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 73 rows starting from the beginning of the part | ||
8639 | 2024.09.23 18:24:56.003878 [ 3 ] {40e4d6ba-f1b1-45d9-9d47-20c4ce5f48c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8640 | 2024.09.23 18:24:56.005105 [ 3 ] {40e4d6ba-f1b1-45d9-9d47-20c4ce5f48c1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8641 | 2024.09.23 18:24:56.005155 [ 3 ] {40e4d6ba-f1b1-45d9-9d47-20c4ce5f48c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8642 | 2024.09.23 18:24:56.006257 [ 3 ] {40e4d6ba-f1b1-45d9-9d47-20c4ce5f48c1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8643 | 2024.09.23 18:24:56.006857 [ 3 ] {40e4d6ba-f1b1-45d9-9d47-20c4ce5f48c1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8644 | 2024.09.23 18:24:56.007224 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.007506948 sec., 321302.34550712217 rows/sec., 24.64 MiB/sec. | ||
8645 | 2024.09.23 18:24:56.007252 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8646 | 2024.09.23 18:24:56.007312 [ 3 ] {40e4d6ba-f1b1-45d9-9d47-20c4ce5f48c1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005225 sec., 30622.00956937799 rows/sec., 2.13 MiB/sec. | ||
8647 | 2024.09.23 18:24:56.007351 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8648 | 2024.09.23 18:24:56.007466 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8649 | 2024.09.23 18:24:56.007590 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8650 | 2024.09.23 18:24:56.007952 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
8651 | 2024.09.23 18:24:56.008044 [ 3 ] {40e4d6ba-f1b1-45d9-9d47-20c4ce5f48c1} <Debug> DynamicQueryHandler: Done processing query | ||
8652 | 2024.09.23 18:24:56.008132 [ 3 ] {40e4d6ba-f1b1-45d9-9d47-20c4ce5f48c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8653 | 2024.09.23 18:24:56.008350 [ 3 ] {} <Debug> HTTP-Session: 25d3b9a9-ab09-48ce-b0ba-af30ee9c7c2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8654 | 2024.09.23 18:24:56.008642 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8655 | 2024.09.23 18:24:56.008741 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12150 rows starting from the beginning of the part | ||
8656 | 2024.09.23 18:24:56.008881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8657 | 2024.09.23 18:24:56.009084 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 957 rows starting from the beginning of the part | ||
8658 | 2024.09.23 18:24:56.009120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8659 | 2024.09.23 18:24:56.009251 [ 3 ] {} <Debug> HTTP-Session: 1811afe6-460d-4884-9167-ab4e9259e615 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8660 | 2024.09.23 18:24:56.009464 [ 3 ] {} <Debug> HTTP-Session: 1811afe6-460d-4884-9167-ab4e9259e615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8661 | 2024.09.23 18:24:56.009531 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 129 rows starting from the beginning of the part | ||
8662 | 2024.09.23 18:24:56.009544 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_46_9} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8663 | 2024.09.23 18:24:56.009619 [ 3 ] {} <Debug> HTTP-Session: 1811afe6-460d-4884-9167-ab4e9259e615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8664 | 2024.09.23 18:24:56.009919 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
8665 | 2024.09.23 18:24:56.010050 [ 189 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_46_9} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8666 | 2024.09.23 18:24:56.010107 [ 3 ] {} <Trace> HTTP-Session: 1811afe6-460d-4884-9167-ab4e9259e615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8667 | 2024.09.23 18:24:56.010285 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
8668 | 2024.09.23 18:24:56.010541 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
8669 | 2024.09.23 18:24:56.010744 [ 187 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
8670 | 2024.09.23 18:24:56.011198 [ 3 ] {7a474473-c494-4c52-ae62-5c27e8ee4270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8671 | 2024.09.23 18:24:56.011351 [ 3 ] {7a474473-c494-4c52-ae62-5c27e8ee4270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8672 | 2024.09.23 18:24:56.012470 [ 3 ] {7a474473-c494-4c52-ae62-5c27e8ee4270} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8673 | 2024.09.23 18:24:56.014026 [ 3 ] {7a474473-c494-4c52-ae62-5c27e8ee4270} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8674 | 2024.09.23 18:24:56.014093 [ 3 ] {7a474473-c494-4c52-ae62-5c27e8ee4270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8675 | 2024.09.23 18:24:56.015142 [ 3 ] {7a474473-c494-4c52-ae62-5c27e8ee4270} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8676 | 2024.09.23 18:24:56.016051 [ 3 ] {7a474473-c494-4c52-ae62-5c27e8ee4270} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8677 | 2024.09.23 18:24:56.016288 [ 3 ] {7a474473-c494-4c52-ae62-5c27e8ee4270} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.005411 sec., 1663.2785067455184 rows/sec., 2.98 MiB/sec. | ||
8678 | 2024.09.23 18:24:56.016858 [ 3 ] {7a474473-c494-4c52-ae62-5c27e8ee4270} <Debug> DynamicQueryHandler: Done processing query | ||
8679 | 2024.09.23 18:24:56.016883 [ 3 ] {7a474473-c494-4c52-ae62-5c27e8ee4270} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
8680 | 2024.09.23 18:24:56.016899 [ 3 ] {} <Debug> HTTP-Session: 1811afe6-460d-4884-9167-ab4e9259e615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8681 | 2024.09.23 18:24:56.017028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8682 | 2024.09.23 18:24:56.017100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8683 | 2024.09.23 18:24:56.017128 [ 3 ] {} <Debug> HTTP-Session: 9652a703-f0b4-4f42-a3af-bee391fa6fb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8684 | 2024.09.23 18:24:56.017148 [ 3 ] {} <Debug> HTTP-Session: 9652a703-f0b4-4f42-a3af-bee391fa6fb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8685 | 2024.09.23 18:24:56.017179 [ 3 ] {} <Debug> HTTP-Session: 9652a703-f0b4-4f42-a3af-bee391fa6fb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8686 | 2024.09.23 18:24:56.017281 [ 3 ] {} <Trace> HTTP-Session: 9652a703-f0b4-4f42-a3af-bee391fa6fb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8687 | 2024.09.23 18:24:56.017552 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13793 rows, containing 5 columns (5 merged, 0 gathered) in 0.009923188 sec., 1389976.68894311 rows/sec., 93.71 MiB/sec. | ||
8688 | 2024.09.23 18:24:56.017581 [ 3 ] {cb201b87-173b-4660-bac4-79e285654306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8689 | 2024.09.23 18:24:56.017655 [ 3 ] {cb201b87-173b-4660-bac4-79e285654306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8690 | 2024.09.23 18:24:56.017809 [ 3 ] {cb201b87-173b-4660-bac4-79e285654306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8691 | 2024.09.23 18:24:56.017984 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8692 | 2024.09.23 18:24:56.018389 [ 3 ] {cb201b87-173b-4660-bac4-79e285654306} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8693 | 2024.09.23 18:24:56.018474 [ 3 ] {cb201b87-173b-4660-bac4-79e285654306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8694 | 2024.09.23 18:24:56.019049 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8695 | 2024.09.23 18:24:56.019278 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8696 | 2024.09.23 18:24:56.019327 [ 3 ] {cb201b87-173b-4660-bac4-79e285654306} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8697 | 2024.09.23 18:24:56.019417 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
8698 | 2024.09.23 18:24:56.019737 [ 3 ] {cb201b87-173b-4660-bac4-79e285654306} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8699 | 2024.09.23 18:24:56.019913 [ 52 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8700 | 2024.09.23 18:24:56.019913 [ 3 ] {cb201b87-173b-4660-bac4-79e285654306} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002427 sec., 24721.878862793572 rows/sec., 1.67 MiB/sec. | ||
8701 | 2024.09.23 18:24:56.019963 [ 52 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8702 | 2024.09.23 18:24:56.020061 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8703 | 2024.09.23 18:24:56.020250 [ 3 ] {cb201b87-173b-4660-bac4-79e285654306} <Debug> DynamicQueryHandler: Done processing query | ||
8704 | 2024.09.23 18:24:56.020257 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
8705 | 2024.09.23 18:24:56.020282 [ 3 ] {cb201b87-173b-4660-bac4-79e285654306} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8706 | 2024.09.23 18:24:56.020306 [ 3 ] {} <Debug> HTTP-Session: 9652a703-f0b4-4f42-a3af-bee391fa6fb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8707 | 2024.09.23 18:24:56.020400 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8708 | 2024.09.23 18:24:56.020434 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2320 rows starting from the beginning of the part | ||
8709 | 2024.09.23 18:24:56.020523 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
8710 | 2024.09.23 18:24:56.020698 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part | ||
8711 | 2024.09.23 18:24:56.020925 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
8712 | 2024.09.23 18:24:56.021187 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
8713 | 2024.09.23 18:24:56.021351 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
8714 | 2024.09.23 18:24:56.022828 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2604 rows, containing 4 columns (4 merged, 0 gathered) in 0.002639397 sec., 986588.9822561744 rows/sec., 64.12 MiB/sec. | ||
8715 | 2024.09.23 18:24:56.023132 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8716 | 2024.09.23 18:24:56.023630 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_46_9} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8717 | 2024.09.23 18:24:56.023734 [ 200 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_46_9} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8718 | 2024.09.23 18:24:56.023840 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
8719 | 2024.09.23 18:24:57.000127 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.12 MiB, peak 202.00 MiB, free memory in arenas 0.00 B, will set to 193.77 MiB (RSS), difference: 4.65 MiB | ||
8720 | 2024.09.23 18:24:57.291965 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8721 | 2024.09.23 18:24:57.292020 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8722 | 2024.09.23 18:25:00.988069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8723 | 2024.09.23 18:25:00.988206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8724 | 2024.09.23 18:25:00.988237 [ 3 ] {} <Debug> HTTP-Session: 352bbe95-1a9a-4bb1-b284-2318dd779483 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8725 | 2024.09.23 18:25:00.988266 [ 3 ] {} <Debug> HTTP-Session: 352bbe95-1a9a-4bb1-b284-2318dd779483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8726 | 2024.09.23 18:25:00.988284 [ 3 ] {} <Debug> HTTP-Session: 352bbe95-1a9a-4bb1-b284-2318dd779483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8727 | 2024.09.23 18:25:00.988340 [ 3 ] {} <Trace> HTTP-Session: 352bbe95-1a9a-4bb1-b284-2318dd779483 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8728 | 2024.09.23 18:25:00.988658 [ 3 ] {518b9148-8c3e-47ac-961b-7be27a4b3e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8729 | 2024.09.23 18:25:00.988735 [ 3 ] {518b9148-8c3e-47ac-961b-7be27a4b3e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8730 | 2024.09.23 18:25:00.989112 [ 3 ] {518b9148-8c3e-47ac-961b-7be27a4b3e29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8731 | 2024.09.23 18:25:00.989719 [ 3 ] {518b9148-8c3e-47ac-961b-7be27a4b3e29} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8732 | 2024.09.23 18:25:00.989770 [ 3 ] {518b9148-8c3e-47ac-961b-7be27a4b3e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8733 | 2024.09.23 18:25:00.990277 [ 3 ] {518b9148-8c3e-47ac-961b-7be27a4b3e29} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8734 | 2024.09.23 18:25:00.990680 [ 3 ] {518b9148-8c3e-47ac-961b-7be27a4b3e29} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8735 | 2024.09.23 18:25:00.990843 [ 3 ] {518b9148-8c3e-47ac-961b-7be27a4b3e29} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.00232 sec., 108189.6551724138 rows/sec., 9.58 MiB/sec. | ||
8736 | 2024.09.23 18:25:00.991047 [ 3 ] {518b9148-8c3e-47ac-961b-7be27a4b3e29} <Debug> DynamicQueryHandler: Done processing query | ||
8737 | 2024.09.23 18:25:00.991074 [ 3 ] {518b9148-8c3e-47ac-961b-7be27a4b3e29} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8738 | 2024.09.23 18:25:00.991115 [ 3 ] {} <Debug> HTTP-Session: 352bbe95-1a9a-4bb1-b284-2318dd779483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8739 | 2024.09.23 18:25:00.991264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8740 | 2024.09.23 18:25:00.991314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8741 | 2024.09.23 18:25:00.991334 [ 3 ] {} <Debug> HTTP-Session: 0a69cc6b-8ed7-4454-9f05-f90870d539c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8742 | 2024.09.23 18:25:00.991351 [ 3 ] {} <Debug> HTTP-Session: 0a69cc6b-8ed7-4454-9f05-f90870d539c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8743 | 2024.09.23 18:25:00.991365 [ 3 ] {} <Debug> HTTP-Session: 0a69cc6b-8ed7-4454-9f05-f90870d539c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8744 | 2024.09.23 18:25:00.991397 [ 3 ] {} <Trace> HTTP-Session: 0a69cc6b-8ed7-4454-9f05-f90870d539c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8745 | 2024.09.23 18:25:00.991504 [ 3 ] {752023e5-084d-40f4-9fe5-10f5bce557bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8746 | 2024.09.23 18:25:00.991548 [ 3 ] {752023e5-084d-40f4-9fe5-10f5bce557bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8747 | 2024.09.23 18:25:00.991782 [ 3 ] {752023e5-084d-40f4-9fe5-10f5bce557bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8748 | 2024.09.23 18:25:00.992141 [ 3 ] {752023e5-084d-40f4-9fe5-10f5bce557bf} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8749 | 2024.09.23 18:25:00.992180 [ 3 ] {752023e5-084d-40f4-9fe5-10f5bce557bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8750 | 2024.09.23 18:25:00.992544 [ 3 ] {752023e5-084d-40f4-9fe5-10f5bce557bf} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8751 | 2024.09.23 18:25:00.992926 [ 3 ] {752023e5-084d-40f4-9fe5-10f5bce557bf} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8752 | 2024.09.23 18:25:00.993090 [ 3 ] {752023e5-084d-40f4-9fe5-10f5bce557bf} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001612 sec., 19230.76923076923 rows/sec., 1.41 MiB/sec. | ||
8753 | 2024.09.23 18:25:00.993266 [ 3 ] {752023e5-084d-40f4-9fe5-10f5bce557bf} <Debug> DynamicQueryHandler: Done processing query | ||
8754 | 2024.09.23 18:25:00.993292 [ 3 ] {752023e5-084d-40f4-9fe5-10f5bce557bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8755 | 2024.09.23 18:25:00.993308 [ 3 ] {} <Debug> HTTP-Session: 0a69cc6b-8ed7-4454-9f05-f90870d539c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8756 | 2024.09.23 18:25:00.993447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8757 | 2024.09.23 18:25:00.993497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8758 | 2024.09.23 18:25:00.993516 [ 3 ] {} <Debug> HTTP-Session: c894f70f-0aed-43d0-bfca-85fc442da054 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8759 | 2024.09.23 18:25:00.993533 [ 3 ] {} <Debug> HTTP-Session: c894f70f-0aed-43d0-bfca-85fc442da054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8760 | 2024.09.23 18:25:00.993547 [ 3 ] {} <Debug> HTTP-Session: c894f70f-0aed-43d0-bfca-85fc442da054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8761 | 2024.09.23 18:25:00.993578 [ 3 ] {} <Trace> HTTP-Session: c894f70f-0aed-43d0-bfca-85fc442da054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8762 | 2024.09.23 18:25:00.993677 [ 3 ] {a8c32436-e884-4d5f-8001-de5bfb2e8df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8763 | 2024.09.23 18:25:00.993722 [ 3 ] {a8c32436-e884-4d5f-8001-de5bfb2e8df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8764 | 2024.09.23 18:25:00.993953 [ 3 ] {a8c32436-e884-4d5f-8001-de5bfb2e8df1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8765 | 2024.09.23 18:25:00.994257 [ 3 ] {a8c32436-e884-4d5f-8001-de5bfb2e8df1} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8766 | 2024.09.23 18:25:00.994296 [ 3 ] {a8c32436-e884-4d5f-8001-de5bfb2e8df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8767 | 2024.09.23 18:25:00.994667 [ 3 ] {a8c32436-e884-4d5f-8001-de5bfb2e8df1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8768 | 2024.09.23 18:25:00.995040 [ 3 ] {a8c32436-e884-4d5f-8001-de5bfb2e8df1} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8769 | 2024.09.23 18:25:00.995204 [ 3 ] {a8c32436-e884-4d5f-8001-de5bfb2e8df1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001544 sec., 9067.357512953367 rows/sec., 635.02 KiB/sec. | ||
8770 | 2024.09.23 18:25:00.995366 [ 3 ] {a8c32436-e884-4d5f-8001-de5bfb2e8df1} <Debug> DynamicQueryHandler: Done processing query | ||
8771 | 2024.09.23 18:25:00.995391 [ 3 ] {a8c32436-e884-4d5f-8001-de5bfb2e8df1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8772 | 2024.09.23 18:25:00.995407 [ 3 ] {} <Debug> HTTP-Session: c894f70f-0aed-43d0-bfca-85fc442da054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8773 | 2024.09.23 18:25:00.995532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8774 | 2024.09.23 18:25:00.995580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8775 | 2024.09.23 18:25:00.995600 [ 3 ] {} <Debug> HTTP-Session: 37159387-e5aa-46c8-9b63-929390b8145f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8776 | 2024.09.23 18:25:00.995616 [ 3 ] {} <Debug> HTTP-Session: 37159387-e5aa-46c8-9b63-929390b8145f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8777 | 2024.09.23 18:25:00.995630 [ 3 ] {} <Debug> HTTP-Session: 37159387-e5aa-46c8-9b63-929390b8145f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8778 | 2024.09.23 18:25:00.995662 [ 3 ] {} <Trace> HTTP-Session: 37159387-e5aa-46c8-9b63-929390b8145f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8779 | 2024.09.23 18:25:00.995757 [ 3 ] {5cb859d6-283d-46ba-b23b-4acce5625849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8780 | 2024.09.23 18:25:00.995801 [ 3 ] {5cb859d6-283d-46ba-b23b-4acce5625849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8781 | 2024.09.23 18:25:00.996032 [ 3 ] {5cb859d6-283d-46ba-b23b-4acce5625849} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8782 | 2024.09.23 18:25:00.996337 [ 3 ] {5cb859d6-283d-46ba-b23b-4acce5625849} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8783 | 2024.09.23 18:25:00.996375 [ 3 ] {5cb859d6-283d-46ba-b23b-4acce5625849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8784 | 2024.09.23 18:25:00.996731 [ 3 ] {5cb859d6-283d-46ba-b23b-4acce5625849} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8785 | 2024.09.23 18:25:00.997095 [ 3 ] {5cb859d6-283d-46ba-b23b-4acce5625849} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8786 | 2024.09.23 18:25:00.997231 [ 3 ] {5cb859d6-283d-46ba-b23b-4acce5625849} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 236.64 KiB/sec. | ||
8787 | 2024.09.23 18:25:00.997505 [ 3 ] {5cb859d6-283d-46ba-b23b-4acce5625849} <Debug> DynamicQueryHandler: Done processing query | ||
8788 | 2024.09.23 18:25:00.997543 [ 3 ] {5cb859d6-283d-46ba-b23b-4acce5625849} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8789 | 2024.09.23 18:25:00.997561 [ 3 ] {} <Debug> HTTP-Session: 37159387-e5aa-46c8-9b63-929390b8145f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8790 | 2024.09.23 18:25:00.997744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8791 | 2024.09.23 18:25:00.997797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8792 | 2024.09.23 18:25:00.997816 [ 3 ] {} <Debug> HTTP-Session: 41792d87-27ba-40f0-9bf6-6e5232fe277e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8793 | 2024.09.23 18:25:00.997833 [ 3 ] {} <Debug> HTTP-Session: 41792d87-27ba-40f0-9bf6-6e5232fe277e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8794 | 2024.09.23 18:25:00.997847 [ 3 ] {} <Debug> HTTP-Session: 41792d87-27ba-40f0-9bf6-6e5232fe277e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8795 | 2024.09.23 18:25:00.997878 [ 3 ] {} <Trace> HTTP-Session: 41792d87-27ba-40f0-9bf6-6e5232fe277e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8796 | 2024.09.23 18:25:00.998092 [ 3 ] {a1841468-9cc9-4327-8c7f-bc2e902fdb05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8797 | 2024.09.23 18:25:00.998138 [ 3 ] {a1841468-9cc9-4327-8c7f-bc2e902fdb05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8798 | 2024.09.23 18:25:00.998390 [ 3 ] {a1841468-9cc9-4327-8c7f-bc2e902fdb05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8799 | 2024.09.23 18:25:00.998953 [ 3 ] {a1841468-9cc9-4327-8c7f-bc2e902fdb05} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8800 | 2024.09.23 18:25:00.998990 [ 3 ] {a1841468-9cc9-4327-8c7f-bc2e902fdb05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8801 | 2024.09.23 18:25:00.999365 [ 3 ] {a1841468-9cc9-4327-8c7f-bc2e902fdb05} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8802 | 2024.09.23 18:25:00.999737 [ 3 ] {a1841468-9cc9-4327-8c7f-bc2e902fdb05} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8803 | 2024.09.23 18:25:00.999896 [ 3 ] {a1841468-9cc9-4327-8c7f-bc2e902fdb05} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001909 sec., 216343.63541121004 rows/sec., 15.43 MiB/sec. | ||
8804 | 2024.09.23 18:25:01.000066 [ 3 ] {a1841468-9cc9-4327-8c7f-bc2e902fdb05} <Debug> DynamicQueryHandler: Done processing query | ||
8805 | 2024.09.23 18:25:01.000096 [ 3 ] {a1841468-9cc9-4327-8c7f-bc2e902fdb05} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
8806 | 2024.09.23 18:25:01.000113 [ 3 ] {} <Debug> HTTP-Session: 41792d87-27ba-40f0-9bf6-6e5232fe277e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8807 | 2024.09.23 18:25:01.000138 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.12 MiB, peak 202.00 MiB, free memory in arenas 0.00 B, will set to 193.77 MiB (RSS), difference: -1.35 MiB | ||
8808 | 2024.09.23 18:25:01.000333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8809 | 2024.09.23 18:25:01.000421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8810 | 2024.09.23 18:25:01.000467 [ 3 ] {} <Debug> HTTP-Session: ed9e1206-e954-47b4-b567-55ac2147b14a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8811 | 2024.09.23 18:25:01.000485 [ 3 ] {} <Debug> HTTP-Session: ed9e1206-e954-47b4-b567-55ac2147b14a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8812 | 2024.09.23 18:25:01.000520 [ 3 ] {} <Debug> HTTP-Session: ed9e1206-e954-47b4-b567-55ac2147b14a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8813 | 2024.09.23 18:25:01.000598 [ 3 ] {} <Trace> HTTP-Session: ed9e1206-e954-47b4-b567-55ac2147b14a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8814 | 2024.09.23 18:25:01.000702 [ 3 ] {a665e0dc-8021-4703-a39b-e9b69b0c84c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8815 | 2024.09.23 18:25:01.000749 [ 3 ] {a665e0dc-8021-4703-a39b-e9b69b0c84c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8816 | 2024.09.23 18:25:01.000892 [ 3 ] {a665e0dc-8021-4703-a39b-e9b69b0c84c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8817 | 2024.09.23 18:25:01.001216 [ 3 ] {a665e0dc-8021-4703-a39b-e9b69b0c84c1} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8818 | 2024.09.23 18:25:01.001254 [ 3 ] {a665e0dc-8021-4703-a39b-e9b69b0c84c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8819 | 2024.09.23 18:25:01.001618 [ 3 ] {a665e0dc-8021-4703-a39b-e9b69b0c84c1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8820 | 2024.09.23 18:25:01.001950 [ 3 ] {a665e0dc-8021-4703-a39b-e9b69b0c84c1} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8821 | 2024.09.23 18:25:01.002109 [ 3 ] {a665e0dc-8021-4703-a39b-e9b69b0c84c1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 219.98 KiB/sec. | ||
8822 | 2024.09.23 18:25:01.002118 [ 47 ] {} <Debug> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
8823 | 2024.09.23 18:25:01.002204 [ 47 ] {} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8824 | 2024.09.23 18:25:01.002250 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8825 | 2024.09.23 18:25:01.002413 [ 3 ] {a665e0dc-8021-4703-a39b-e9b69b0c84c1} <Debug> DynamicQueryHandler: Done processing query | ||
8826 | 2024.09.23 18:25:01.002485 [ 3 ] {a665e0dc-8021-4703-a39b-e9b69b0c84c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8827 | 2024.09.23 18:25:01.002515 [ 3 ] {} <Debug> HTTP-Session: ed9e1206-e954-47b4-b567-55ac2147b14a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8828 | 2024.09.23 18:25:01.002551 [ 190 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
8829 | 2024.09.23 18:25:01.002814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8830 | 2024.09.23 18:25:01.002917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8831 | 2024.09.23 18:25:01.002932 [ 190 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8832 | 2024.09.23 18:25:01.002941 [ 3 ] {} <Debug> HTTP-Session: 637397aa-5db7-43cf-86ef-67df674521fb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8833 | 2024.09.23 18:25:01.002970 [ 3 ] {} <Debug> HTTP-Session: 637397aa-5db7-43cf-86ef-67df674521fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8834 | 2024.09.23 18:25:01.002974 [ 190 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
8835 | 2024.09.23 18:25:01.002985 [ 3 ] {} <Debug> HTTP-Session: 637397aa-5db7-43cf-86ef-67df674521fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8836 | 2024.09.23 18:25:01.003030 [ 3 ] {} <Trace> HTTP-Session: 637397aa-5db7-43cf-86ef-67df674521fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8837 | 2024.09.23 18:25:01.003110 [ 190 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
8838 | 2024.09.23 18:25:01.003421 [ 190 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
8839 | 2024.09.23 18:25:01.003497 [ 3 ] {bc0125e4-a3e7-4b22-a6f2-9efcaee1838c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8840 | 2024.09.23 18:25:01.003675 [ 3 ] {bc0125e4-a3e7-4b22-a6f2-9efcaee1838c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8841 | 2024.09.23 18:25:01.003695 [ 190 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
8842 | 2024.09.23 18:25:01.004108 [ 190 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
8843 | 2024.09.23 18:25:01.004411 [ 190 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
8844 | 2024.09.23 18:25:01.005029 [ 3 ] {bc0125e4-a3e7-4b22-a6f2-9efcaee1838c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8845 | 2024.09.23 18:25:01.005717 [ 3 ] {bc0125e4-a3e7-4b22-a6f2-9efcaee1838c} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8846 | 2024.09.23 18:25:01.005762 [ 3 ] {bc0125e4-a3e7-4b22-a6f2-9efcaee1838c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8847 | 2024.09.23 18:25:01.006227 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.003874847 sec., 30968.96471009049 rows/sec., 1.58 MiB/sec. | ||
8848 | 2024.09.23 18:25:01.006392 [ 3 ] {bc0125e4-a3e7-4b22-a6f2-9efcaee1838c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8849 | 2024.09.23 18:25:01.006446 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
8850 | 2024.09.23 18:25:01.007133 [ 3 ] {bc0125e4-a3e7-4b22-a6f2-9efcaee1838c} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8851 | 2024.09.23 18:25:01.007295 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8852 | 2024.09.23 18:25:01.007473 [ 3 ] {bc0125e4-a3e7-4b22-a6f2-9efcaee1838c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004234 sec., 55975.43693906472 rows/sec., 3.75 MiB/sec. | ||
8853 | 2024.09.23 18:25:01.007673 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_20_4} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
8854 | 2024.09.23 18:25:01.008062 [ 3 ] {bc0125e4-a3e7-4b22-a6f2-9efcaee1838c} <Debug> DynamicQueryHandler: Done processing query | ||
8855 | 2024.09.23 18:25:01.008086 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8856 | 2024.09.23 18:25:01.008149 [ 3 ] {bc0125e4-a3e7-4b22-a6f2-9efcaee1838c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8857 | 2024.09.23 18:25:01.008239 [ 3 ] {} <Debug> HTTP-Session: 637397aa-5db7-43cf-86ef-67df674521fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8858 | 2024.09.23 18:25:01.008452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8859 | 2024.09.23 18:25:01.008506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8860 | 2024.09.23 18:25:01.008526 [ 3 ] {} <Debug> HTTP-Session: ce499cd2-14d8-4e8d-96eb-e6aa34e3f3a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8861 | 2024.09.23 18:25:01.008545 [ 3 ] {} <Debug> HTTP-Session: ce499cd2-14d8-4e8d-96eb-e6aa34e3f3a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8862 | 2024.09.23 18:25:01.008559 [ 3 ] {} <Debug> HTTP-Session: ce499cd2-14d8-4e8d-96eb-e6aa34e3f3a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8863 | 2024.09.23 18:25:01.008591 [ 3 ] {} <Trace> HTTP-Session: ce499cd2-14d8-4e8d-96eb-e6aa34e3f3a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8864 | 2024.09.23 18:25:01.008692 [ 3 ] {f22d6c74-5b1e-4a49-999e-06e9086f8d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8865 | 2024.09.23 18:25:01.008740 [ 3 ] {f22d6c74-5b1e-4a49-999e-06e9086f8d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8866 | 2024.09.23 18:25:01.008896 [ 3 ] {f22d6c74-5b1e-4a49-999e-06e9086f8d73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8867 | 2024.09.23 18:25:01.009195 [ 3 ] {f22d6c74-5b1e-4a49-999e-06e9086f8d73} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8868 | 2024.09.23 18:25:01.009233 [ 3 ] {f22d6c74-5b1e-4a49-999e-06e9086f8d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8869 | 2024.09.23 18:25:01.009594 [ 3 ] {f22d6c74-5b1e-4a49-999e-06e9086f8d73} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8870 | 2024.09.23 18:25:01.009939 [ 3 ] {f22d6c74-5b1e-4a49-999e-06e9086f8d73} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8871 | 2024.09.23 18:25:01.010096 [ 3 ] {f22d6c74-5b1e-4a49-999e-06e9086f8d73} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001426 sec., 701.2622720897616 rows/sec., 47.25 KiB/sec. | ||
8872 | 2024.09.23 18:25:01.010262 [ 3 ] {f22d6c74-5b1e-4a49-999e-06e9086f8d73} <Debug> DynamicQueryHandler: Done processing query | ||
8873 | 2024.09.23 18:25:01.010287 [ 3 ] {f22d6c74-5b1e-4a49-999e-06e9086f8d73} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8874 | 2024.09.23 18:25:01.010304 [ 3 ] {} <Debug> HTTP-Session: ce499cd2-14d8-4e8d-96eb-e6aa34e3f3a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8875 | 2024.09.23 18:25:01.010471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8876 | 2024.09.23 18:25:01.010520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8877 | 2024.09.23 18:25:01.010540 [ 3 ] {} <Debug> HTTP-Session: 7f7ddfe1-fc58-402c-806a-40219486749c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8878 | 2024.09.23 18:25:01.010557 [ 3 ] {} <Debug> HTTP-Session: 7f7ddfe1-fc58-402c-806a-40219486749c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8879 | 2024.09.23 18:25:01.010571 [ 3 ] {} <Debug> HTTP-Session: 7f7ddfe1-fc58-402c-806a-40219486749c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8880 | 2024.09.23 18:25:01.010602 [ 3 ] {} <Trace> HTTP-Session: 7f7ddfe1-fc58-402c-806a-40219486749c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8881 | 2024.09.23 18:25:01.011084 [ 3 ] {f8ffc5fe-35fe-4ee7-b43d-0cef4b9426e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8882 | 2024.09.23 18:25:01.011151 [ 3 ] {f8ffc5fe-35fe-4ee7-b43d-0cef4b9426e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8883 | 2024.09.23 18:25:01.011569 [ 3 ] {f8ffc5fe-35fe-4ee7-b43d-0cef4b9426e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8884 | 2024.09.23 18:25:01.012263 [ 3 ] {f8ffc5fe-35fe-4ee7-b43d-0cef4b9426e1} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8885 | 2024.09.23 18:25:01.012301 [ 3 ] {f8ffc5fe-35fe-4ee7-b43d-0cef4b9426e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8886 | 2024.09.23 18:25:01.012947 [ 3 ] {f8ffc5fe-35fe-4ee7-b43d-0cef4b9426e1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8887 | 2024.09.23 18:25:01.013362 [ 3 ] {f8ffc5fe-35fe-4ee7-b43d-0cef4b9426e1} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8888 | 2024.09.23 18:25:01.013535 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8889 | 2024.09.23 18:25:01.013564 [ 3 ] {f8ffc5fe-35fe-4ee7-b43d-0cef4b9426e1} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00288 sec., 10763.888888888889 rows/sec., 19.29 MiB/sec. | ||
8890 | 2024.09.23 18:25:01.013599 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8891 | 2024.09.23 18:25:01.013669 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8892 | 2024.09.23 18:25:01.014165 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
8893 | 2024.09.23 18:25:01.014375 [ 3 ] {f8ffc5fe-35fe-4ee7-b43d-0cef4b9426e1} <Debug> DynamicQueryHandler: Done processing query | ||
8894 | 2024.09.23 18:25:01.014433 [ 3 ] {f8ffc5fe-35fe-4ee7-b43d-0cef4b9426e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8895 | 2024.09.23 18:25:01.014488 [ 3 ] {} <Debug> HTTP-Session: 7f7ddfe1-fc58-402c-806a-40219486749c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8896 | 2024.09.23 18:25:01.014678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8897 | 2024.09.23 18:25:01.014759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8898 | 2024.09.23 18:25:01.014795 [ 3 ] {} <Debug> HTTP-Session: 45da5678-82a9-47db-8fb4-8ae8a89be720 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8899 | 2024.09.23 18:25:01.014822 [ 3 ] {} <Debug> HTTP-Session: 45da5678-82a9-47db-8fb4-8ae8a89be720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8900 | 2024.09.23 18:25:01.014832 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8901 | 2024.09.23 18:25:01.014842 [ 3 ] {} <Debug> HTTP-Session: 45da5678-82a9-47db-8fb4-8ae8a89be720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8902 | 2024.09.23 18:25:01.014898 [ 3 ] {} <Trace> HTTP-Session: 45da5678-82a9-47db-8fb4-8ae8a89be720 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8903 | 2024.09.23 18:25:01.014929 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 542 rows starting from the beginning of the part | ||
8904 | 2024.09.23 18:25:01.015156 [ 3 ] {602a80fd-8c21-4916-bc06-df5cd32888e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8905 | 2024.09.23 18:25:01.015323 [ 3 ] {602a80fd-8c21-4916-bc06-df5cd32888e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8906 | 2024.09.23 18:25:01.015525 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
8907 | 2024.09.23 18:25:01.015954 [ 3 ] {602a80fd-8c21-4916-bc06-df5cd32888e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8908 | 2024.09.23 18:25:01.016175 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 9 rows starting from the beginning of the part | ||
8909 | 2024.09.23 18:25:01.016654 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part | ||
8910 | 2024.09.23 18:25:01.016854 [ 3 ] {602a80fd-8c21-4916-bc06-df5cd32888e7} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8911 | 2024.09.23 18:25:01.016959 [ 3 ] {602a80fd-8c21-4916-bc06-df5cd32888e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8912 | 2024.09.23 18:25:01.017194 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 9 rows starting from the beginning of the part | ||
8913 | 2024.09.23 18:25:01.017779 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part | ||
8914 | 2024.09.23 18:25:01.018095 [ 3 ] {602a80fd-8c21-4916-bc06-df5cd32888e7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8915 | 2024.09.23 18:25:01.018897 [ 3 ] {602a80fd-8c21-4916-bc06-df5cd32888e7} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8916 | 2024.09.23 18:25:01.019157 [ 3 ] {602a80fd-8c21-4916-bc06-df5cd32888e7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004154 sec., 19740.00962927299 rows/sec., 1.25 MiB/sec. | ||
8917 | 2024.09.23 18:25:01.019600 [ 3 ] {602a80fd-8c21-4916-bc06-df5cd32888e7} <Debug> DynamicQueryHandler: Done processing query | ||
8918 | 2024.09.23 18:25:01.019648 [ 3 ] {602a80fd-8c21-4916-bc06-df5cd32888e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8919 | 2024.09.23 18:25:01.019684 [ 3 ] {} <Debug> HTTP-Session: 45da5678-82a9-47db-8fb4-8ae8a89be720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8920 | 2024.09.23 18:25:01.022402 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 645 rows, containing 19 columns (19 merged, 0 gathered) in 0.008578365 sec., 75189.15317779088 rows/sec., 134.74 MiB/sec. | ||
8921 | 2024.09.23 18:25:01.023841 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8922 | 2024.09.23 18:25:01.024513 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8923 | 2024.09.23 18:25:01.024610 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8924 | 2024.09.23 18:25:01.024778 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. | ||
8925 | 2024.09.23 18:25:05.982928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8926 | 2024.09.23 18:25:05.983128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8927 | 2024.09.23 18:25:05.983174 [ 3 ] {} <Debug> HTTP-Session: 331ee1f3-7214-4ea3-81a0-2301c2bfd96a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8928 | 2024.09.23 18:25:05.983216 [ 3 ] {} <Debug> HTTP-Session: 331ee1f3-7214-4ea3-81a0-2301c2bfd96a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8929 | 2024.09.23 18:25:05.983245 [ 3 ] {} <Debug> HTTP-Session: 331ee1f3-7214-4ea3-81a0-2301c2bfd96a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8930 | 2024.09.23 18:25:05.983327 [ 3 ] {} <Trace> HTTP-Session: 331ee1f3-7214-4ea3-81a0-2301c2bfd96a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8931 | 2024.09.23 18:25:05.983545 [ 3 ] {bed6f31f-ad19-4f5b-8052-d251a15b9e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8932 | 2024.09.23 18:25:05.983611 [ 3 ] {bed6f31f-ad19-4f5b-8052-d251a15b9e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8933 | 2024.09.23 18:25:05.983944 [ 3 ] {bed6f31f-ad19-4f5b-8052-d251a15b9e72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8934 | 2024.09.23 18:25:05.984442 [ 3 ] {bed6f31f-ad19-4f5b-8052-d251a15b9e72} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8935 | 2024.09.23 18:25:05.984485 [ 3 ] {bed6f31f-ad19-4f5b-8052-d251a15b9e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8936 | 2024.09.23 18:25:05.984920 [ 3 ] {bed6f31f-ad19-4f5b-8052-d251a15b9e72} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8937 | 2024.09.23 18:25:05.985322 [ 3 ] {bed6f31f-ad19-4f5b-8052-d251a15b9e72} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8938 | 2024.09.23 18:25:05.985475 [ 3 ] {bed6f31f-ad19-4f5b-8052-d251a15b9e72} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002005 sec., 36907.73067331671 rows/sec., 2.96 MiB/sec. | ||
8939 | 2024.09.23 18:25:05.985675 [ 3 ] {bed6f31f-ad19-4f5b-8052-d251a15b9e72} <Debug> DynamicQueryHandler: Done processing query | ||
8940 | 2024.09.23 18:25:05.985702 [ 3 ] {bed6f31f-ad19-4f5b-8052-d251a15b9e72} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8941 | 2024.09.23 18:25:05.985719 [ 3 ] {} <Debug> HTTP-Session: 331ee1f3-7214-4ea3-81a0-2301c2bfd96a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8942 | 2024.09.23 18:25:05.985862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8943 | 2024.09.23 18:25:05.985913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8944 | 2024.09.23 18:25:05.985933 [ 3 ] {} <Debug> HTTP-Session: 1e9bac96-0a0c-4d37-921c-c6b3ac26886e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8945 | 2024.09.23 18:25:05.985950 [ 3 ] {} <Debug> HTTP-Session: 1e9bac96-0a0c-4d37-921c-c6b3ac26886e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8946 | 2024.09.23 18:25:05.985964 [ 3 ] {} <Debug> HTTP-Session: 1e9bac96-0a0c-4d37-921c-c6b3ac26886e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8947 | 2024.09.23 18:25:05.985995 [ 3 ] {} <Trace> HTTP-Session: 1e9bac96-0a0c-4d37-921c-c6b3ac26886e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8948 | 2024.09.23 18:25:05.986093 [ 3 ] {9e58bb75-c3ed-43f7-9584-7f849587a007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8949 | 2024.09.23 18:25:05.986137 [ 3 ] {9e58bb75-c3ed-43f7-9584-7f849587a007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8950 | 2024.09.23 18:25:05.986364 [ 3 ] {9e58bb75-c3ed-43f7-9584-7f849587a007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8951 | 2024.09.23 18:25:05.986701 [ 3 ] {9e58bb75-c3ed-43f7-9584-7f849587a007} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8952 | 2024.09.23 18:25:05.986738 [ 3 ] {9e58bb75-c3ed-43f7-9584-7f849587a007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8953 | 2024.09.23 18:25:05.987093 [ 3 ] {9e58bb75-c3ed-43f7-9584-7f849587a007} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8954 | 2024.09.23 18:25:05.987468 [ 3 ] {9e58bb75-c3ed-43f7-9584-7f849587a007} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8955 | 2024.09.23 18:25:05.987607 [ 3 ] {9e58bb75-c3ed-43f7-9584-7f849587a007} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001539 sec., 5847.953216374269 rows/sec., 439.74 KiB/sec. | ||
8956 | 2024.09.23 18:25:05.987776 [ 3 ] {9e58bb75-c3ed-43f7-9584-7f849587a007} <Debug> DynamicQueryHandler: Done processing query | ||
8957 | 2024.09.23 18:25:05.987802 [ 3 ] {9e58bb75-c3ed-43f7-9584-7f849587a007} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8958 | 2024.09.23 18:25:05.987818 [ 3 ] {} <Debug> HTTP-Session: 1e9bac96-0a0c-4d37-921c-c6b3ac26886e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8959 | 2024.09.23 18:25:05.987976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8960 | 2024.09.23 18:25:05.988025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8961 | 2024.09.23 18:25:05.988045 [ 3 ] {} <Debug> HTTP-Session: 81e77f0f-cf59-4d60-ae2f-d40c2de502c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8962 | 2024.09.23 18:25:05.988063 [ 3 ] {} <Debug> HTTP-Session: 81e77f0f-cf59-4d60-ae2f-d40c2de502c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8963 | 2024.09.23 18:25:05.988077 [ 3 ] {} <Debug> HTTP-Session: 81e77f0f-cf59-4d60-ae2f-d40c2de502c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8964 | 2024.09.23 18:25:05.988107 [ 3 ] {} <Trace> HTTP-Session: 81e77f0f-cf59-4d60-ae2f-d40c2de502c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8965 | 2024.09.23 18:25:05.988234 [ 3 ] {3055f1c4-a040-4d88-b3d3-a9cd269590d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8966 | 2024.09.23 18:25:05.988277 [ 3 ] {3055f1c4-a040-4d88-b3d3-a9cd269590d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8967 | 2024.09.23 18:25:05.988504 [ 3 ] {3055f1c4-a040-4d88-b3d3-a9cd269590d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8968 | 2024.09.23 18:25:05.988874 [ 3 ] {3055f1c4-a040-4d88-b3d3-a9cd269590d0} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8969 | 2024.09.23 18:25:05.988910 [ 3 ] {3055f1c4-a040-4d88-b3d3-a9cd269590d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8970 | 2024.09.23 18:25:05.989265 [ 3 ] {3055f1c4-a040-4d88-b3d3-a9cd269590d0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8971 | 2024.09.23 18:25:05.989629 [ 3 ] {3055f1c4-a040-4d88-b3d3-a9cd269590d0} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8972 | 2024.09.23 18:25:05.989765 [ 3 ] {3055f1c4-a040-4d88-b3d3-a9cd269590d0} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001571 sec., 46467.21833227244 rows/sec., 3.63 MiB/sec. | ||
8973 | 2024.09.23 18:25:05.990044 [ 3 ] {3055f1c4-a040-4d88-b3d3-a9cd269590d0} <Debug> DynamicQueryHandler: Done processing query | ||
8974 | 2024.09.23 18:25:05.990104 [ 3 ] {3055f1c4-a040-4d88-b3d3-a9cd269590d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8975 | 2024.09.23 18:25:05.990168 [ 3 ] {} <Debug> HTTP-Session: 81e77f0f-cf59-4d60-ae2f-d40c2de502c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8976 | 2024.09.23 18:25:05.990410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8977 | 2024.09.23 18:25:05.990465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8978 | 2024.09.23 18:25:05.990486 [ 3 ] {} <Debug> HTTP-Session: 62af3bbc-43ea-4eae-9251-13627688fb96 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8979 | 2024.09.23 18:25:05.990502 [ 3 ] {} <Debug> HTTP-Session: 62af3bbc-43ea-4eae-9251-13627688fb96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8980 | 2024.09.23 18:25:05.990516 [ 3 ] {} <Debug> HTTP-Session: 62af3bbc-43ea-4eae-9251-13627688fb96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8981 | 2024.09.23 18:25:05.990548 [ 3 ] {} <Trace> HTTP-Session: 62af3bbc-43ea-4eae-9251-13627688fb96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8982 | 2024.09.23 18:25:05.990707 [ 3 ] {d17e0723-9456-49fd-aba0-97ca9dc05bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8983 | 2024.09.23 18:25:05.990758 [ 3 ] {d17e0723-9456-49fd-aba0-97ca9dc05bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8984 | 2024.09.23 18:25:05.990920 [ 3 ] {d17e0723-9456-49fd-aba0-97ca9dc05bb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8985 | 2024.09.23 18:25:05.991395 [ 3 ] {d17e0723-9456-49fd-aba0-97ca9dc05bb9} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8986 | 2024.09.23 18:25:05.991432 [ 3 ] {d17e0723-9456-49fd-aba0-97ca9dc05bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
8987 | 2024.09.23 18:25:05.991825 [ 3 ] {d17e0723-9456-49fd-aba0-97ca9dc05bb9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8988 | 2024.09.23 18:25:05.992176 [ 3 ] {d17e0723-9456-49fd-aba0-97ca9dc05bb9} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8989 | 2024.09.23 18:25:05.992308 [ 3 ] {d17e0723-9456-49fd-aba0-97ca9dc05bb9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00168 sec., 95238.09523809524 rows/sec., 6.63 MiB/sec. | ||
8990 | 2024.09.23 18:25:05.992481 [ 3 ] {d17e0723-9456-49fd-aba0-97ca9dc05bb9} <Debug> DynamicQueryHandler: Done processing query | ||
8991 | 2024.09.23 18:25:05.992507 [ 3 ] {d17e0723-9456-49fd-aba0-97ca9dc05bb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8992 | 2024.09.23 18:25:05.992524 [ 3 ] {} <Debug> HTTP-Session: 62af3bbc-43ea-4eae-9251-13627688fb96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8993 | 2024.09.23 18:25:05.992676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8994 | 2024.09.23 18:25:05.992725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8995 | 2024.09.23 18:25:05.992744 [ 3 ] {} <Debug> HTTP-Session: e12657d9-5704-433b-bb4e-7c4ea1a99d69 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
8996 | 2024.09.23 18:25:05.992761 [ 3 ] {} <Debug> HTTP-Session: e12657d9-5704-433b-bb4e-7c4ea1a99d69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8997 | 2024.09.23 18:25:05.992774 [ 3 ] {} <Debug> HTTP-Session: e12657d9-5704-433b-bb4e-7c4ea1a99d69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8998 | 2024.09.23 18:25:05.992805 [ 3 ] {} <Trace> HTTP-Session: e12657d9-5704-433b-bb4e-7c4ea1a99d69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8999 | 2024.09.23 18:25:05.992990 [ 3 ] {c8800812-ef64-4ccf-97b5-7d74fb5a4819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9000 | 2024.09.23 18:25:05.993054 [ 3 ] {c8800812-ef64-4ccf-97b5-7d74fb5a4819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9001 | 2024.09.23 18:25:05.993456 [ 3 ] {c8800812-ef64-4ccf-97b5-7d74fb5a4819} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9002 | 2024.09.23 18:25:05.993972 [ 3 ] {c8800812-ef64-4ccf-97b5-7d74fb5a4819} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9003 | 2024.09.23 18:25:05.994008 [ 3 ] {c8800812-ef64-4ccf-97b5-7d74fb5a4819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9004 | 2024.09.23 18:25:05.994604 [ 3 ] {c8800812-ef64-4ccf-97b5-7d74fb5a4819} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9005 | 2024.09.23 18:25:05.995032 [ 3 ] {c8800812-ef64-4ccf-97b5-7d74fb5a4819} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9006 | 2024.09.23 18:25:05.995181 [ 3 ] {c8800812-ef64-4ccf-97b5-7d74fb5a4819} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002305 sec., 3904.555314533622 rows/sec., 7.00 MiB/sec. | ||
9007 | 2024.09.23 18:25:05.995408 [ 3 ] {c8800812-ef64-4ccf-97b5-7d74fb5a4819} <Debug> DynamicQueryHandler: Done processing query | ||
9008 | 2024.09.23 18:25:05.995433 [ 3 ] {c8800812-ef64-4ccf-97b5-7d74fb5a4819} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
9009 | 2024.09.23 18:25:05.995449 [ 3 ] {} <Debug> HTTP-Session: e12657d9-5704-433b-bb4e-7c4ea1a99d69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9010 | 2024.09.23 18:25:05.995579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9011 | 2024.09.23 18:25:05.995628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9012 | 2024.09.23 18:25:05.995647 [ 3 ] {} <Debug> HTTP-Session: 23505825-3d3d-492a-932e-d1700f74805a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9013 | 2024.09.23 18:25:05.995665 [ 3 ] {} <Debug> HTTP-Session: 23505825-3d3d-492a-932e-d1700f74805a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9014 | 2024.09.23 18:25:05.995679 [ 3 ] {} <Debug> HTTP-Session: 23505825-3d3d-492a-932e-d1700f74805a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9015 | 2024.09.23 18:25:05.995710 [ 3 ] {} <Trace> HTTP-Session: 23505825-3d3d-492a-932e-d1700f74805a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9016 | 2024.09.23 18:25:05.995822 [ 3 ] {907c7b09-c4a0-4bd2-8990-d6ecfd40151c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9017 | 2024.09.23 18:25:05.995867 [ 3 ] {907c7b09-c4a0-4bd2-8990-d6ecfd40151c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9018 | 2024.09.23 18:25:05.995995 [ 3 ] {907c7b09-c4a0-4bd2-8990-d6ecfd40151c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9019 | 2024.09.23 18:25:05.996295 [ 3 ] {907c7b09-c4a0-4bd2-8990-d6ecfd40151c} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9020 | 2024.09.23 18:25:05.996332 [ 3 ] {907c7b09-c4a0-4bd2-8990-d6ecfd40151c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9021 | 2024.09.23 18:25:05.996706 [ 3 ] {907c7b09-c4a0-4bd2-8990-d6ecfd40151c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9022 | 2024.09.23 18:25:05.997044 [ 3 ] {907c7b09-c4a0-4bd2-8990-d6ecfd40151c} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9023 | 2024.09.23 18:25:05.997173 [ 3 ] {907c7b09-c4a0-4bd2-8990-d6ecfd40151c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
9024 | 2024.09.23 18:25:05.997338 [ 3 ] {907c7b09-c4a0-4bd2-8990-d6ecfd40151c} <Debug> DynamicQueryHandler: Done processing query | ||
9025 | 2024.09.23 18:25:05.997363 [ 3 ] {907c7b09-c4a0-4bd2-8990-d6ecfd40151c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9026 | 2024.09.23 18:25:05.997379 [ 3 ] {} <Debug> HTTP-Session: 23505825-3d3d-492a-932e-d1700f74805a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9027 | 2024.09.23 18:25:07.468201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9028 | 2024.09.23 18:25:07.468329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9029 | 2024.09.23 18:25:07.468354 [ 3 ] {} <Debug> HTTP-Session: cd29dce1-0424-4057-9e1e-c61e2c421dbe Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9030 | 2024.09.23 18:25:07.468379 [ 3 ] {} <Debug> HTTP-Session: cd29dce1-0424-4057-9e1e-c61e2c421dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9031 | 2024.09.23 18:25:07.468394 [ 3 ] {} <Debug> HTTP-Session: cd29dce1-0424-4057-9e1e-c61e2c421dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9032 | 2024.09.23 18:25:07.468443 [ 3 ] {} <Trace> HTTP-Session: cd29dce1-0424-4057-9e1e-c61e2c421dbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9033 | 2024.09.23 18:25:07.468993 [ 3 ] {783677a7-d0c4-4828-afc1-ab101f3ff64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9034 | 2024.09.23 18:25:07.469062 [ 3 ] {783677a7-d0c4-4828-afc1-ab101f3ff64c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9035 | 2024.09.23 18:25:07.469396 [ 3 ] {783677a7-d0c4-4828-afc1-ab101f3ff64c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9036 | 2024.09.23 18:25:07.470853 [ 3 ] {783677a7-d0c4-4828-afc1-ab101f3ff64c} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9037 | 2024.09.23 18:25:07.470898 [ 3 ] {783677a7-d0c4-4828-afc1-ab101f3ff64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9038 | 2024.09.23 18:25:07.471413 [ 3 ] {783677a7-d0c4-4828-afc1-ab101f3ff64c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9039 | 2024.09.23 18:25:07.471822 [ 3 ] {783677a7-d0c4-4828-afc1-ab101f3ff64c} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9040 | 2024.09.23 18:25:07.471982 [ 3 ] {783677a7-d0c4-4828-afc1-ab101f3ff64c} <Debug> executeQuery: Read 1345 rows, 114.56 KiB in 0.003334 sec., 403419.3161367726 rows/sec., 33.56 MiB/sec. | ||
9041 | 2024.09.23 18:25:07.472216 [ 3 ] {783677a7-d0c4-4828-afc1-ab101f3ff64c} <Debug> DynamicQueryHandler: Done processing query | ||
9042 | 2024.09.23 18:25:07.472250 [ 3 ] {783677a7-d0c4-4828-afc1-ab101f3ff64c} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
9043 | 2024.09.23 18:25:07.472273 [ 3 ] {} <Debug> HTTP-Session: cd29dce1-0424-4057-9e1e-c61e2c421dbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9044 | 2024.09.23 18:25:07.472713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9045 | 2024.09.23 18:25:07.472790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9046 | 2024.09.23 18:25:07.472816 [ 3 ] {} <Debug> HTTP-Session: ccaf7a9e-2b2e-4fca-b5ab-8de5fb2ce360 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9047 | 2024.09.23 18:25:07.472837 [ 3 ] {} <Debug> HTTP-Session: ccaf7a9e-2b2e-4fca-b5ab-8de5fb2ce360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9048 | 2024.09.23 18:25:07.472855 [ 3 ] {} <Debug> HTTP-Session: ccaf7a9e-2b2e-4fca-b5ab-8de5fb2ce360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9049 | 2024.09.23 18:25:07.472895 [ 3 ] {} <Trace> HTTP-Session: ccaf7a9e-2b2e-4fca-b5ab-8de5fb2ce360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9050 | 2024.09.23 18:25:07.473025 [ 3 ] {54858c5a-10b0-4f06-9b54-c69ef0362ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9051 | 2024.09.23 18:25:07.473080 [ 3 ] {54858c5a-10b0-4f06-9b54-c69ef0362ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9052 | 2024.09.23 18:25:07.473356 [ 3 ] {54858c5a-10b0-4f06-9b54-c69ef0362ae9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9053 | 2024.09.23 18:25:07.473702 [ 3 ] {54858c5a-10b0-4f06-9b54-c69ef0362ae9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9054 | 2024.09.23 18:25:07.473740 [ 3 ] {54858c5a-10b0-4f06-9b54-c69ef0362ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9055 | 2024.09.23 18:25:07.474091 [ 3 ] {54858c5a-10b0-4f06-9b54-c69ef0362ae9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9056 | 2024.09.23 18:25:07.474466 [ 3 ] {54858c5a-10b0-4f06-9b54-c69ef0362ae9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9057 | 2024.09.23 18:25:07.474629 [ 3 ] {54858c5a-10b0-4f06-9b54-c69ef0362ae9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001632 sec., 4901.9607843137255 rows/sec., 368.60 KiB/sec. | ||
9058 | 2024.09.23 18:25:07.474821 [ 3 ] {54858c5a-10b0-4f06-9b54-c69ef0362ae9} <Debug> DynamicQueryHandler: Done processing query | ||
9059 | 2024.09.23 18:25:07.474846 [ 3 ] {54858c5a-10b0-4f06-9b54-c69ef0362ae9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9060 | 2024.09.23 18:25:07.474862 [ 3 ] {} <Debug> HTTP-Session: ccaf7a9e-2b2e-4fca-b5ab-8de5fb2ce360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9061 | 2024.09.23 18:25:07.475061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9062 | 2024.09.23 18:25:07.475111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9063 | 2024.09.23 18:25:07.475131 [ 3 ] {} <Debug> HTTP-Session: fb6848d0-c9c2-4514-b104-86d39aba3c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9064 | 2024.09.23 18:25:07.475147 [ 3 ] {} <Debug> HTTP-Session: fb6848d0-c9c2-4514-b104-86d39aba3c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9065 | 2024.09.23 18:25:07.475161 [ 3 ] {} <Debug> HTTP-Session: fb6848d0-c9c2-4514-b104-86d39aba3c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9066 | 2024.09.23 18:25:07.475193 [ 3 ] {} <Trace> HTTP-Session: fb6848d0-c9c2-4514-b104-86d39aba3c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9067 | 2024.09.23 18:25:07.475345 [ 3 ] {9c5810b3-6218-4b52-963b-a2118a7ec482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9068 | 2024.09.23 18:25:07.475389 [ 3 ] {9c5810b3-6218-4b52-963b-a2118a7ec482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9069 | 2024.09.23 18:25:07.475611 [ 3 ] {9c5810b3-6218-4b52-963b-a2118a7ec482} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9070 | 2024.09.23 18:25:07.476048 [ 3 ] {9c5810b3-6218-4b52-963b-a2118a7ec482} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9071 | 2024.09.23 18:25:07.476086 [ 3 ] {9c5810b3-6218-4b52-963b-a2118a7ec482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9072 | 2024.09.23 18:25:07.476459 [ 3 ] {9c5810b3-6218-4b52-963b-a2118a7ec482} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9073 | 2024.09.23 18:25:07.476820 [ 3 ] {9c5810b3-6218-4b52-963b-a2118a7ec482} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9074 | 2024.09.23 18:25:07.476972 [ 3 ] {9c5810b3-6218-4b52-963b-a2118a7ec482} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001698 sec., 142520.6124852768 rows/sec., 9.66 MiB/sec. | ||
9075 | 2024.09.23 18:25:07.477155 [ 3 ] {9c5810b3-6218-4b52-963b-a2118a7ec482} <Debug> DynamicQueryHandler: Done processing query | ||
9076 | 2024.09.23 18:25:07.477181 [ 3 ] {9c5810b3-6218-4b52-963b-a2118a7ec482} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9077 | 2024.09.23 18:25:07.477197 [ 3 ] {} <Debug> HTTP-Session: fb6848d0-c9c2-4514-b104-86d39aba3c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9078 | 2024.09.23 18:25:07.477374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9079 | 2024.09.23 18:25:07.477424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9080 | 2024.09.23 18:25:07.477444 [ 3 ] {} <Debug> HTTP-Session: 98cddcf0-60ca-4d0b-aed8-be43595b0006 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9081 | 2024.09.23 18:25:07.477461 [ 3 ] {} <Debug> HTTP-Session: 98cddcf0-60ca-4d0b-aed8-be43595b0006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9082 | 2024.09.23 18:25:07.477475 [ 3 ] {} <Debug> HTTP-Session: 98cddcf0-60ca-4d0b-aed8-be43595b0006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9083 | 2024.09.23 18:25:07.477506 [ 3 ] {} <Trace> HTTP-Session: 98cddcf0-60ca-4d0b-aed8-be43595b0006 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9084 | 2024.09.23 18:25:07.477604 [ 3 ] {beeccdac-8707-4435-b0ff-126d2c1ce9e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9085 | 2024.09.23 18:25:07.477647 [ 3 ] {beeccdac-8707-4435-b0ff-126d2c1ce9e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9086 | 2024.09.23 18:25:07.477874 [ 3 ] {beeccdac-8707-4435-b0ff-126d2c1ce9e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9087 | 2024.09.23 18:25:07.478183 [ 3 ] {beeccdac-8707-4435-b0ff-126d2c1ce9e3} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9088 | 2024.09.23 18:25:07.478220 [ 3 ] {beeccdac-8707-4435-b0ff-126d2c1ce9e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9089 | 2024.09.23 18:25:07.478574 [ 3 ] {beeccdac-8707-4435-b0ff-126d2c1ce9e3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9090 | 2024.09.23 18:25:07.478936 [ 3 ] {beeccdac-8707-4435-b0ff-126d2c1ce9e3} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9091 | 2024.09.23 18:25:07.479095 [ 3 ] {beeccdac-8707-4435-b0ff-126d2c1ce9e3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 235.07 KiB/sec. | ||
9092 | 2024.09.23 18:25:07.479099 [ 40 ] {} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
9093 | 2024.09.23 18:25:07.479219 [ 40 ] {} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9094 | 2024.09.23 18:25:07.479263 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9095 | 2024.09.23 18:25:07.479356 [ 3 ] {beeccdac-8707-4435-b0ff-126d2c1ce9e3} <Debug> DynamicQueryHandler: Done processing query | ||
9096 | 2024.09.23 18:25:07.479429 [ 3 ] {beeccdac-8707-4435-b0ff-126d2c1ce9e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9097 | 2024.09.23 18:25:07.479498 [ 3 ] {} <Debug> HTTP-Session: 98cddcf0-60ca-4d0b-aed8-be43595b0006 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9098 | 2024.09.23 18:25:07.479569 [ 200 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
9099 | 2024.09.23 18:25:07.479864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9100 | 2024.09.23 18:25:07.479904 [ 200 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9101 | 2024.09.23 18:25:07.479957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9102 | 2024.09.23 18:25:07.479998 [ 200 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
9103 | 2024.09.23 18:25:07.480014 [ 3 ] {} <Debug> HTTP-Session: cd17eacf-c61b-434b-be19-62eb45c7a75d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9104 | 2024.09.23 18:25:07.480081 [ 3 ] {} <Debug> HTTP-Session: cd17eacf-c61b-434b-be19-62eb45c7a75d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9105 | 2024.09.23 18:25:07.480115 [ 3 ] {} <Debug> HTTP-Session: cd17eacf-c61b-434b-be19-62eb45c7a75d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9106 | 2024.09.23 18:25:07.480232 [ 3 ] {} <Trace> HTTP-Session: cd17eacf-c61b-434b-be19-62eb45c7a75d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9107 | 2024.09.23 18:25:07.480404 [ 200 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9108 | 2024.09.23 18:25:07.480726 [ 200 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
9109 | 2024.09.23 18:25:07.480948 [ 3 ] {1d688096-8e7c-4352-96c5-13b1c05da605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9110 | 2024.09.23 18:25:07.481005 [ 200 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
9111 | 2024.09.23 18:25:07.481075 [ 3 ] {1d688096-8e7c-4352-96c5-13b1c05da605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9112 | 2024.09.23 18:25:07.481352 [ 200 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
9113 | 2024.09.23 18:25:07.482113 [ 3 ] {1d688096-8e7c-4352-96c5-13b1c05da605} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9114 | 2024.09.23 18:25:07.483366 [ 200 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00399841 sec., 7502.982435518118 rows/sec., 476.26 KiB/sec. | ||
9115 | 2024.09.23 18:25:07.483588 [ 201 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
9116 | 2024.09.23 18:25:07.483721 [ 3 ] {1d688096-8e7c-4352-96c5-13b1c05da605} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9117 | 2024.09.23 18:25:07.483783 [ 3 ] {1d688096-8e7c-4352-96c5-13b1c05da605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9118 | 2024.09.23 18:25:07.484751 [ 201 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_21_5} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9119 | 2024.09.23 18:25:07.484776 [ 3 ] {1d688096-8e7c-4352-96c5-13b1c05da605} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9120 | 2024.09.23 18:25:07.484917 [ 201 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_21_5} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
9121 | 2024.09.23 18:25:07.485179 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9122 | 2024.09.23 18:25:07.485482 [ 3 ] {1d688096-8e7c-4352-96c5-13b1c05da605} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9123 | 2024.09.23 18:25:07.485657 [ 3 ] {1d688096-8e7c-4352-96c5-13b1c05da605} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.005073 sec., 166765.22767593138 rows/sec., 12.05 MiB/sec. | ||
9124 | 2024.09.23 18:25:07.485858 [ 3 ] {1d688096-8e7c-4352-96c5-13b1c05da605} <Debug> DynamicQueryHandler: Done processing query | ||
9125 | 2024.09.23 18:25:07.485885 [ 3 ] {1d688096-8e7c-4352-96c5-13b1c05da605} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
9126 | 2024.09.23 18:25:07.485901 [ 3 ] {} <Debug> HTTP-Session: cd17eacf-c61b-434b-be19-62eb45c7a75d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9127 | 2024.09.23 18:25:07.486193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9128 | 2024.09.23 18:25:07.486241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9129 | 2024.09.23 18:25:07.486261 [ 3 ] {} <Debug> HTTP-Session: 10fe94c6-9b42-46cf-8a9f-811123a8e7cc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9130 | 2024.09.23 18:25:07.486278 [ 3 ] {} <Debug> HTTP-Session: 10fe94c6-9b42-46cf-8a9f-811123a8e7cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9131 | 2024.09.23 18:25:07.486292 [ 3 ] {} <Debug> HTTP-Session: 10fe94c6-9b42-46cf-8a9f-811123a8e7cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9132 | 2024.09.23 18:25:07.486325 [ 3 ] {} <Trace> HTTP-Session: 10fe94c6-9b42-46cf-8a9f-811123a8e7cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9133 | 2024.09.23 18:25:07.486428 [ 3 ] {a57e6d74-2719-41cd-8523-0d69491ba4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9134 | 2024.09.23 18:25:07.486474 [ 3 ] {a57e6d74-2719-41cd-8523-0d69491ba4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9135 | 2024.09.23 18:25:07.486611 [ 3 ] {a57e6d74-2719-41cd-8523-0d69491ba4ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9136 | 2024.09.23 18:25:07.486927 [ 3 ] {a57e6d74-2719-41cd-8523-0d69491ba4ba} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9137 | 2024.09.23 18:25:07.486964 [ 3 ] {a57e6d74-2719-41cd-8523-0d69491ba4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9138 | 2024.09.23 18:25:07.487332 [ 3 ] {a57e6d74-2719-41cd-8523-0d69491ba4ba} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9139 | 2024.09.23 18:25:07.487681 [ 3 ] {a57e6d74-2719-41cd-8523-0d69491ba4ba} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9140 | 2024.09.23 18:25:07.487842 [ 3 ] {a57e6d74-2719-41cd-8523-0d69491ba4ba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec. | ||
9141 | 2024.09.23 18:25:07.488180 [ 3 ] {a57e6d74-2719-41cd-8523-0d69491ba4ba} <Debug> DynamicQueryHandler: Done processing query | ||
9142 | 2024.09.23 18:25:07.488206 [ 3 ] {a57e6d74-2719-41cd-8523-0d69491ba4ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9143 | 2024.09.23 18:25:07.488222 [ 3 ] {} <Debug> HTTP-Session: 10fe94c6-9b42-46cf-8a9f-811123a8e7cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9144 | 2024.09.23 18:25:07.488458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 180611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9145 | 2024.09.23 18:25:07.488510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9146 | 2024.09.23 18:25:07.488530 [ 3 ] {} <Debug> HTTP-Session: 31beba09-a011-4e1f-888d-8e493127f350 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9147 | 2024.09.23 18:25:07.488547 [ 3 ] {} <Debug> HTTP-Session: 31beba09-a011-4e1f-888d-8e493127f350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9148 | 2024.09.23 18:25:07.488561 [ 3 ] {} <Debug> HTTP-Session: 31beba09-a011-4e1f-888d-8e493127f350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9149 | 2024.09.23 18:25:07.488592 [ 3 ] {} <Trace> HTTP-Session: 31beba09-a011-4e1f-888d-8e493127f350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9150 | 2024.09.23 18:25:07.489061 [ 3 ] {44b217b4-b5c7-4953-8828-3b6d7ea52333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9151 | 2024.09.23 18:25:07.489110 [ 3 ] {44b217b4-b5c7-4953-8828-3b6d7ea52333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9152 | 2024.09.23 18:25:07.489282 [ 3 ] {44b217b4-b5c7-4953-8828-3b6d7ea52333} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9153 | 2024.09.23 18:25:07.490165 [ 3 ] {44b217b4-b5c7-4953-8828-3b6d7ea52333} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9154 | 2024.09.23 18:25:07.490203 [ 3 ] {44b217b4-b5c7-4953-8828-3b6d7ea52333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9155 | 2024.09.23 18:25:07.490643 [ 3 ] {44b217b4-b5c7-4953-8828-3b6d7ea52333} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9156 | 2024.09.23 18:25:07.491000 [ 3 ] {44b217b4-b5c7-4953-8828-3b6d7ea52333} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9157 | 2024.09.23 18:25:07.491164 [ 3 ] {44b217b4-b5c7-4953-8828-3b6d7ea52333} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002378 sec., 401597.9814970564 rows/sec., 26.68 MiB/sec. | ||
9158 | 2024.09.23 18:25:07.491348 [ 3 ] {44b217b4-b5c7-4953-8828-3b6d7ea52333} <Debug> DynamicQueryHandler: Done processing query | ||
9159 | 2024.09.23 18:25:07.491373 [ 3 ] {44b217b4-b5c7-4953-8828-3b6d7ea52333} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
9160 | 2024.09.23 18:25:07.491389 [ 3 ] {} <Debug> HTTP-Session: 31beba09-a011-4e1f-888d-8e493127f350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9161 | 2024.09.23 18:25:07.491744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9162 | 2024.09.23 18:25:07.491794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9163 | 2024.09.23 18:25:07.491814 [ 3 ] {} <Debug> HTTP-Session: 0b8a8abb-455a-4ed0-b956-8dac5a6ce6ef Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9164 | 2024.09.23 18:25:07.491832 [ 3 ] {} <Debug> HTTP-Session: 0b8a8abb-455a-4ed0-b956-8dac5a6ce6ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9165 | 2024.09.23 18:25:07.491846 [ 3 ] {} <Debug> HTTP-Session: 0b8a8abb-455a-4ed0-b956-8dac5a6ce6ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9166 | 2024.09.23 18:25:07.491876 [ 3 ] {} <Trace> HTTP-Session: 0b8a8abb-455a-4ed0-b956-8dac5a6ce6ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9167 | 2024.09.23 18:25:07.491971 [ 3 ] {7bd5cd15-e34f-4243-9707-5127245f1c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9168 | 2024.09.23 18:25:07.492016 [ 3 ] {7bd5cd15-e34f-4243-9707-5127245f1c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9169 | 2024.09.23 18:25:07.492150 [ 3 ] {7bd5cd15-e34f-4243-9707-5127245f1c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9170 | 2024.09.23 18:25:07.492415 [ 3 ] {7bd5cd15-e34f-4243-9707-5127245f1c7a} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9171 | 2024.09.23 18:25:07.492451 [ 3 ] {7bd5cd15-e34f-4243-9707-5127245f1c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9172 | 2024.09.23 18:25:07.492817 [ 3 ] {7bd5cd15-e34f-4243-9707-5127245f1c7a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9173 | 2024.09.23 18:25:07.493171 [ 3 ] {7bd5cd15-e34f-4243-9707-5127245f1c7a} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9174 | 2024.09.23 18:25:07.493325 [ 3 ] {7bd5cd15-e34f-4243-9707-5127245f1c7a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec. | ||
9175 | 2024.09.23 18:25:07.493497 [ 3 ] {7bd5cd15-e34f-4243-9707-5127245f1c7a} <Debug> DynamicQueryHandler: Done processing query | ||
9176 | 2024.09.23 18:25:07.493522 [ 3 ] {7bd5cd15-e34f-4243-9707-5127245f1c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9177 | 2024.09.23 18:25:07.493538 [ 3 ] {} <Debug> HTTP-Session: 0b8a8abb-455a-4ed0-b956-8dac5a6ce6ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9178 | 2024.09.23 18:25:07.493662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9179 | 2024.09.23 18:25:07.493712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9180 | 2024.09.23 18:25:07.493732 [ 3 ] {} <Debug> HTTP-Session: f63d4f72-f68b-4618-93a1-9694480cd529 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9181 | 2024.09.23 18:25:07.493749 [ 3 ] {} <Debug> HTTP-Session: f63d4f72-f68b-4618-93a1-9694480cd529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9182 | 2024.09.23 18:25:07.493763 [ 3 ] {} <Debug> HTTP-Session: f63d4f72-f68b-4618-93a1-9694480cd529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9183 | 2024.09.23 18:25:07.493794 [ 3 ] {} <Trace> HTTP-Session: f63d4f72-f68b-4618-93a1-9694480cd529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9184 | 2024.09.23 18:25:07.493942 [ 3 ] {1cf160a8-5f30-4b8a-b238-22ad3c00c63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9185 | 2024.09.23 18:25:07.494007 [ 3 ] {1cf160a8-5f30-4b8a-b238-22ad3c00c63c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9186 | 2024.09.23 18:25:07.494426 [ 3 ] {1cf160a8-5f30-4b8a-b238-22ad3c00c63c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9187 | 2024.09.23 18:25:07.494979 [ 3 ] {1cf160a8-5f30-4b8a-b238-22ad3c00c63c} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9188 | 2024.09.23 18:25:07.495016 [ 3 ] {1cf160a8-5f30-4b8a-b238-22ad3c00c63c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9189 | 2024.09.23 18:25:07.495630 [ 3 ] {1cf160a8-5f30-4b8a-b238-22ad3c00c63c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9190 | 2024.09.23 18:25:07.496060 [ 3 ] {1cf160a8-5f30-4b8a-b238-22ad3c00c63c} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9191 | 2024.09.23 18:25:07.496256 [ 3 ] {1cf160a8-5f30-4b8a-b238-22ad3c00c63c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002388 sec., 3350.0837520938026 rows/sec., 6.00 MiB/sec. | ||
9192 | 2024.09.23 18:25:07.496490 [ 3 ] {1cf160a8-5f30-4b8a-b238-22ad3c00c63c} <Debug> DynamicQueryHandler: Done processing query | ||
9193 | 2024.09.23 18:25:07.496515 [ 3 ] {1cf160a8-5f30-4b8a-b238-22ad3c00c63c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9194 | 2024.09.23 18:25:07.496531 [ 3 ] {} <Debug> HTTP-Session: f63d4f72-f68b-4618-93a1-9694480cd529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9195 | 2024.09.23 18:25:07.496657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9196 | 2024.09.23 18:25:07.496706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9197 | 2024.09.23 18:25:07.496726 [ 3 ] {} <Debug> HTTP-Session: 080c6a4d-a247-4373-9487-6640993ae577 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9198 | 2024.09.23 18:25:07.496743 [ 3 ] {} <Debug> HTTP-Session: 080c6a4d-a247-4373-9487-6640993ae577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9199 | 2024.09.23 18:25:07.496757 [ 3 ] {} <Debug> HTTP-Session: 080c6a4d-a247-4373-9487-6640993ae577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9200 | 2024.09.23 18:25:07.496787 [ 3 ] {} <Trace> HTTP-Session: 080c6a4d-a247-4373-9487-6640993ae577 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9201 | 2024.09.23 18:25:07.496900 [ 3 ] {e3eca212-f501-48fc-980c-660c7ff2b250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9202 | 2024.09.23 18:25:07.496945 [ 3 ] {e3eca212-f501-48fc-980c-660c7ff2b250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9203 | 2024.09.23 18:25:07.497075 [ 3 ] {e3eca212-f501-48fc-980c-660c7ff2b250} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9204 | 2024.09.23 18:25:07.497400 [ 3 ] {e3eca212-f501-48fc-980c-660c7ff2b250} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9205 | 2024.09.23 18:25:07.497436 [ 3 ] {e3eca212-f501-48fc-980c-660c7ff2b250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9206 | 2024.09.23 18:25:07.497794 [ 3 ] {e3eca212-f501-48fc-980c-660c7ff2b250} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9207 | 2024.09.23 18:25:07.498129 [ 3 ] {e3eca212-f501-48fc-980c-660c7ff2b250} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9208 | 2024.09.23 18:25:07.498281 [ 3 ] {e3eca212-f501-48fc-980c-660c7ff2b250} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001415 sec., 24028.26855123675 rows/sec., 1.39 MiB/sec. | ||
9209 | 2024.09.23 18:25:07.498443 [ 3 ] {e3eca212-f501-48fc-980c-660c7ff2b250} <Debug> DynamicQueryHandler: Done processing query | ||
9210 | 2024.09.23 18:25:07.498468 [ 3 ] {e3eca212-f501-48fc-980c-660c7ff2b250} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9211 | 2024.09.23 18:25:07.498484 [ 3 ] {} <Debug> HTTP-Session: 080c6a4d-a247-4373-9487-6640993ae577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9212 | 2024.09.23 18:25:10.981974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9213 | 2024.09.23 18:25:10.982154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9214 | 2024.09.23 18:25:10.982196 [ 3 ] {} <Debug> HTTP-Session: 79f6a1b2-34c6-40a2-a1c7-f028611c8afb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9215 | 2024.09.23 18:25:10.982235 [ 3 ] {} <Debug> HTTP-Session: 79f6a1b2-34c6-40a2-a1c7-f028611c8afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9216 | 2024.09.23 18:25:10.982263 [ 3 ] {} <Debug> HTTP-Session: 79f6a1b2-34c6-40a2-a1c7-f028611c8afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9217 | 2024.09.23 18:25:10.982337 [ 3 ] {} <Trace> HTTP-Session: 79f6a1b2-34c6-40a2-a1c7-f028611c8afb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9218 | 2024.09.23 18:25:10.982559 [ 3 ] {e3545f00-28e9-4c66-a1e5-70a21059fc20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9219 | 2024.09.23 18:25:10.982630 [ 3 ] {e3545f00-28e9-4c66-a1e5-70a21059fc20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9220 | 2024.09.23 18:25:10.982960 [ 3 ] {e3545f00-28e9-4c66-a1e5-70a21059fc20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9221 | 2024.09.23 18:25:10.983375 [ 3 ] {e3545f00-28e9-4c66-a1e5-70a21059fc20} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9222 | 2024.09.23 18:25:10.983417 [ 3 ] {e3545f00-28e9-4c66-a1e5-70a21059fc20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9223 | 2024.09.23 18:25:10.983838 [ 3 ] {e3545f00-28e9-4c66-a1e5-70a21059fc20} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
9224 | 2024.09.23 18:25:10.984228 [ 3 ] {e3545f00-28e9-4c66-a1e5-70a21059fc20} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9225 | 2024.09.23 18:25:10.984413 [ 3 ] {e3545f00-28e9-4c66-a1e5-70a21059fc20} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001895 sec., 2110.8179419525068 rows/sec., 172.12 KiB/sec. | ||
9226 | 2024.09.23 18:25:10.984662 [ 3 ] {e3545f00-28e9-4c66-a1e5-70a21059fc20} <Debug> DynamicQueryHandler: Done processing query | ||
9227 | 2024.09.23 18:25:10.984688 [ 3 ] {e3545f00-28e9-4c66-a1e5-70a21059fc20} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9228 | 2024.09.23 18:25:10.984705 [ 3 ] {} <Debug> HTTP-Session: 79f6a1b2-34c6-40a2-a1c7-f028611c8afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9229 | 2024.09.23 18:25:10.984893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9230 | 2024.09.23 18:25:10.984947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9231 | 2024.09.23 18:25:10.984969 [ 3 ] {} <Debug> HTTP-Session: 2546da24-5372-41bd-8cfc-cb1b9dd99b19 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9232 | 2024.09.23 18:25:10.984986 [ 3 ] {} <Debug> HTTP-Session: 2546da24-5372-41bd-8cfc-cb1b9dd99b19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9233 | 2024.09.23 18:25:10.985001 [ 3 ] {} <Debug> HTTP-Session: 2546da24-5372-41bd-8cfc-cb1b9dd99b19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9234 | 2024.09.23 18:25:10.985033 [ 3 ] {} <Trace> HTTP-Session: 2546da24-5372-41bd-8cfc-cb1b9dd99b19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9235 | 2024.09.23 18:25:10.985159 [ 3 ] {9b60168d-8f11-41cf-a2d3-44cd630229ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9236 | 2024.09.23 18:25:10.985203 [ 3 ] {9b60168d-8f11-41cf-a2d3-44cd630229ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9237 | 2024.09.23 18:25:10.985430 [ 3 ] {9b60168d-8f11-41cf-a2d3-44cd630229ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9238 | 2024.09.23 18:25:10.985796 [ 3 ] {9b60168d-8f11-41cf-a2d3-44cd630229ef} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9239 | 2024.09.23 18:25:10.985833 [ 3 ] {9b60168d-8f11-41cf-a2d3-44cd630229ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9240 | 2024.09.23 18:25:10.986189 [ 3 ] {9b60168d-8f11-41cf-a2d3-44cd630229ef} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9241 | 2024.09.23 18:25:10.986553 [ 3 ] {9b60168d-8f11-41cf-a2d3-44cd630229ef} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9242 | 2024.09.23 18:25:10.986714 [ 3 ] {9b60168d-8f11-41cf-a2d3-44cd630229ef} <Debug> executeQuery: Read 104 rows, 8.84 KiB in 0.0016 sec., 65000 rows/sec., 5.39 MiB/sec. | ||
9243 | 2024.09.23 18:25:10.986879 [ 3 ] {9b60168d-8f11-41cf-a2d3-44cd630229ef} <Debug> DynamicQueryHandler: Done processing query | ||
9244 | 2024.09.23 18:25:10.986903 [ 3 ] {9b60168d-8f11-41cf-a2d3-44cd630229ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9245 | 2024.09.23 18:25:10.986919 [ 3 ] {} <Debug> HTTP-Session: 2546da24-5372-41bd-8cfc-cb1b9dd99b19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9246 | 2024.09.23 18:25:10.987048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9247 | 2024.09.23 18:25:10.987097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9248 | 2024.09.23 18:25:10.987116 [ 3 ] {} <Debug> HTTP-Session: a8cd8ac7-44c3-4752-9d24-405ce38b40bd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9249 | 2024.09.23 18:25:10.987133 [ 3 ] {} <Debug> HTTP-Session: a8cd8ac7-44c3-4752-9d24-405ce38b40bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9250 | 2024.09.23 18:25:10.987149 [ 3 ] {} <Debug> HTTP-Session: a8cd8ac7-44c3-4752-9d24-405ce38b40bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9251 | 2024.09.23 18:25:10.987180 [ 3 ] {} <Trace> HTTP-Session: a8cd8ac7-44c3-4752-9d24-405ce38b40bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9252 | 2024.09.23 18:25:10.987285 [ 3 ] {4f21c31e-e889-4b44-b862-035e14d82aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9253 | 2024.09.23 18:25:10.987328 [ 3 ] {4f21c31e-e889-4b44-b862-035e14d82aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9254 | 2024.09.23 18:25:10.987553 [ 3 ] {4f21c31e-e889-4b44-b862-035e14d82aa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9255 | 2024.09.23 18:25:10.987866 [ 3 ] {4f21c31e-e889-4b44-b862-035e14d82aa6} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9256 | 2024.09.23 18:25:10.987903 [ 3 ] {4f21c31e-e889-4b44-b862-035e14d82aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9257 | 2024.09.23 18:25:10.988254 [ 3 ] {4f21c31e-e889-4b44-b862-035e14d82aa6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9258 | 2024.09.23 18:25:10.988615 [ 3 ] {4f21c31e-e889-4b44-b862-035e14d82aa6} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9259 | 2024.09.23 18:25:10.988781 [ 3 ] {4f21c31e-e889-4b44-b862-035e14d82aa6} <Debug> executeQuery: Read 27 rows, 2.01 KiB in 0.001517 sec., 17798.28609096902 rows/sec., 1.29 MiB/sec. | ||
9260 | 2024.09.23 18:25:10.989078 [ 3 ] {4f21c31e-e889-4b44-b862-035e14d82aa6} <Debug> DynamicQueryHandler: Done processing query | ||
9261 | 2024.09.23 18:25:10.989127 [ 3 ] {4f21c31e-e889-4b44-b862-035e14d82aa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9262 | 2024.09.23 18:25:10.989169 [ 3 ] {} <Debug> HTTP-Session: a8cd8ac7-44c3-4752-9d24-405ce38b40bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9263 | 2024.09.23 18:25:10.989306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9264 | 2024.09.23 18:25:10.989355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9265 | 2024.09.23 18:25:10.989375 [ 3 ] {} <Debug> HTTP-Session: 6269c9b1-63ca-426b-866a-c6348da96e9c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9266 | 2024.09.23 18:25:10.989392 [ 3 ] {} <Debug> HTTP-Session: 6269c9b1-63ca-426b-866a-c6348da96e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9267 | 2024.09.23 18:25:10.989406 [ 3 ] {} <Debug> HTTP-Session: 6269c9b1-63ca-426b-866a-c6348da96e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9268 | 2024.09.23 18:25:10.989437 [ 3 ] {} <Trace> HTTP-Session: 6269c9b1-63ca-426b-866a-c6348da96e9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9269 | 2024.09.23 18:25:10.989570 [ 3 ] {902e0445-105d-494b-b7a7-c687462ddd2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9270 | 2024.09.23 18:25:10.989615 [ 3 ] {902e0445-105d-494b-b7a7-c687462ddd2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9271 | 2024.09.23 18:25:10.989862 [ 3 ] {902e0445-105d-494b-b7a7-c687462ddd2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9272 | 2024.09.23 18:25:10.990211 [ 3 ] {902e0445-105d-494b-b7a7-c687462ddd2d} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9273 | 2024.09.23 18:25:10.990247 [ 3 ] {902e0445-105d-494b-b7a7-c687462ddd2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9274 | 2024.09.23 18:25:10.990602 [ 3 ] {902e0445-105d-494b-b7a7-c687462ddd2d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9275 | 2024.09.23 18:25:10.990959 [ 3 ] {902e0445-105d-494b-b7a7-c687462ddd2d} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9276 | 2024.09.23 18:25:10.991120 [ 3 ] {902e0445-105d-494b-b7a7-c687462ddd2d} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001588 sec., 57304.78589420655 rows/sec., 4.48 MiB/sec. | ||
9277 | 2024.09.23 18:25:10.991280 [ 3 ] {902e0445-105d-494b-b7a7-c687462ddd2d} <Debug> DynamicQueryHandler: Done processing query | ||
9278 | 2024.09.23 18:25:10.991305 [ 3 ] {902e0445-105d-494b-b7a7-c687462ddd2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9279 | 2024.09.23 18:25:10.991321 [ 3 ] {} <Debug> HTTP-Session: 6269c9b1-63ca-426b-866a-c6348da96e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9280 | 2024.09.23 18:25:10.991490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9281 | 2024.09.23 18:25:10.991539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9282 | 2024.09.23 18:25:10.991560 [ 3 ] {} <Debug> HTTP-Session: f32bbd22-3d12-42f9-a782-6c6e62fbc490 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9283 | 2024.09.23 18:25:10.991577 [ 3 ] {} <Debug> HTTP-Session: f32bbd22-3d12-42f9-a782-6c6e62fbc490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9284 | 2024.09.23 18:25:10.991591 [ 3 ] {} <Debug> HTTP-Session: f32bbd22-3d12-42f9-a782-6c6e62fbc490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9285 | 2024.09.23 18:25:10.991623 [ 3 ] {} <Trace> HTTP-Session: f32bbd22-3d12-42f9-a782-6c6e62fbc490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9286 | 2024.09.23 18:25:10.991765 [ 3 ] {89890f86-304e-46a5-8afb-76c137d10ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9287 | 2024.09.23 18:25:10.991812 [ 3 ] {89890f86-304e-46a5-8afb-76c137d10ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9288 | 2024.09.23 18:25:10.991957 [ 3 ] {89890f86-304e-46a5-8afb-76c137d10ea6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9289 | 2024.09.23 18:25:10.992279 [ 3 ] {89890f86-304e-46a5-8afb-76c137d10ea6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9290 | 2024.09.23 18:25:10.992315 [ 3 ] {89890f86-304e-46a5-8afb-76c137d10ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9291 | 2024.09.23 18:25:10.992695 [ 3 ] {89890f86-304e-46a5-8afb-76c137d10ea6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9292 | 2024.09.23 18:25:10.993042 [ 3 ] {89890f86-304e-46a5-8afb-76c137d10ea6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9293 | 2024.09.23 18:25:10.993203 [ 3 ] {89890f86-304e-46a5-8afb-76c137d10ea6} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001491 sec., 87189.80549966465 rows/sec., 6.07 MiB/sec. | ||
9294 | 2024.09.23 18:25:10.993357 [ 3 ] {89890f86-304e-46a5-8afb-76c137d10ea6} <Debug> DynamicQueryHandler: Done processing query | ||
9295 | 2024.09.23 18:25:10.993382 [ 3 ] {89890f86-304e-46a5-8afb-76c137d10ea6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9296 | 2024.09.23 18:25:10.993398 [ 3 ] {} <Debug> HTTP-Session: f32bbd22-3d12-42f9-a782-6c6e62fbc490 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9297 | 2024.09.23 18:25:10.993570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9298 | 2024.09.23 18:25:10.993619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9299 | 2024.09.23 18:25:10.993640 [ 3 ] {} <Debug> HTTP-Session: 3e6fe262-afbb-41b5-91cf-5850ae8d4a1b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9300 | 2024.09.23 18:25:10.993657 [ 3 ] {} <Debug> HTTP-Session: 3e6fe262-afbb-41b5-91cf-5850ae8d4a1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9301 | 2024.09.23 18:25:10.993671 [ 3 ] {} <Debug> HTTP-Session: 3e6fe262-afbb-41b5-91cf-5850ae8d4a1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9302 | 2024.09.23 18:25:10.993702 [ 3 ] {} <Trace> HTTP-Session: 3e6fe262-afbb-41b5-91cf-5850ae8d4a1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9303 | 2024.09.23 18:25:10.993960 [ 3 ] {916905f2-d8f2-4b40-bc04-be55f1b96d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9304 | 2024.09.23 18:25:10.994025 [ 3 ] {916905f2-d8f2-4b40-bc04-be55f1b96d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9305 | 2024.09.23 18:25:10.994435 [ 3 ] {916905f2-d8f2-4b40-bc04-be55f1b96d63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9306 | 2024.09.23 18:25:10.994951 [ 3 ] {916905f2-d8f2-4b40-bc04-be55f1b96d63} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9307 | 2024.09.23 18:25:10.994988 [ 3 ] {916905f2-d8f2-4b40-bc04-be55f1b96d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9308 | 2024.09.23 18:25:10.995593 [ 3 ] {916905f2-d8f2-4b40-bc04-be55f1b96d63} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9309 | 2024.09.23 18:25:10.996020 [ 3 ] {916905f2-d8f2-4b40-bc04-be55f1b96d63} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9310 | 2024.09.23 18:25:10.996205 [ 3 ] {916905f2-d8f2-4b40-bc04-be55f1b96d63} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002423 sec., 9492.364836978952 rows/sec., 17.01 MiB/sec. | ||
9311 | 2024.09.23 18:25:10.996408 [ 3 ] {916905f2-d8f2-4b40-bc04-be55f1b96d63} <Debug> DynamicQueryHandler: Done processing query | ||
9312 | 2024.09.23 18:25:10.996432 [ 3 ] {916905f2-d8f2-4b40-bc04-be55f1b96d63} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9313 | 2024.09.23 18:25:10.996449 [ 3 ] {} <Debug> HTTP-Session: 3e6fe262-afbb-41b5-91cf-5850ae8d4a1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9314 | 2024.09.23 18:25:10.996576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9315 | 2024.09.23 18:25:10.996624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9316 | 2024.09.23 18:25:10.996645 [ 3 ] {} <Debug> HTTP-Session: 1f66ee90-d0fb-4f8d-b7f3-a347e6fc7ab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9317 | 2024.09.23 18:25:10.996662 [ 3 ] {} <Debug> HTTP-Session: 1f66ee90-d0fb-4f8d-b7f3-a347e6fc7ab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9318 | 2024.09.23 18:25:10.996676 [ 3 ] {} <Debug> HTTP-Session: 1f66ee90-d0fb-4f8d-b7f3-a347e6fc7ab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9319 | 2024.09.23 18:25:10.996707 [ 3 ] {} <Trace> HTTP-Session: 1f66ee90-d0fb-4f8d-b7f3-a347e6fc7ab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9320 | 2024.09.23 18:25:10.996816 [ 3 ] {008a8ac9-96ec-4658-82ae-66fed74e022d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9321 | 2024.09.23 18:25:10.996861 [ 3 ] {008a8ac9-96ec-4658-82ae-66fed74e022d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9322 | 2024.09.23 18:25:10.996987 [ 3 ] {008a8ac9-96ec-4658-82ae-66fed74e022d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9323 | 2024.09.23 18:25:10.997242 [ 3 ] {008a8ac9-96ec-4658-82ae-66fed74e022d} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9324 | 2024.09.23 18:25:10.997278 [ 3 ] {008a8ac9-96ec-4658-82ae-66fed74e022d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9325 | 2024.09.23 18:25:10.997643 [ 3 ] {008a8ac9-96ec-4658-82ae-66fed74e022d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9326 | 2024.09.23 18:25:10.997972 [ 3 ] {008a8ac9-96ec-4658-82ae-66fed74e022d} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9327 | 2024.09.23 18:25:10.998137 [ 3 ] {008a8ac9-96ec-4658-82ae-66fed74e022d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001347 sec., 35634.74387527839 rows/sec., 2.40 MiB/sec. | ||
9328 | 2024.09.23 18:25:10.998290 [ 3 ] {008a8ac9-96ec-4658-82ae-66fed74e022d} <Debug> DynamicQueryHandler: Done processing query | ||
9329 | 2024.09.23 18:25:10.998314 [ 3 ] {008a8ac9-96ec-4658-82ae-66fed74e022d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9330 | 2024.09.23 18:25:10.998330 [ 3 ] {} <Debug> HTTP-Session: 1f66ee90-d0fb-4f8d-b7f3-a347e6fc7ab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9331 | 2024.09.23 18:25:12.292057 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9332 | 2024.09.23 18:25:12.292113 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9333 | 2024.09.23 18:25:13.001467 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001095228 sec. | ||
9334 | 2024.09.23 18:25:15.982534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9335 | 2024.09.23 18:25:15.982700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9336 | 2024.09.23 18:25:15.982732 [ 3 ] {} <Debug> HTTP-Session: 5169144d-1c3c-42cf-b92e-a1a6d52d4577 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9337 | 2024.09.23 18:25:15.982761 [ 3 ] {} <Debug> HTTP-Session: 5169144d-1c3c-42cf-b92e-a1a6d52d4577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9338 | 2024.09.23 18:25:15.982780 [ 3 ] {} <Debug> HTTP-Session: 5169144d-1c3c-42cf-b92e-a1a6d52d4577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9339 | 2024.09.23 18:25:15.982836 [ 3 ] {} <Trace> HTTP-Session: 5169144d-1c3c-42cf-b92e-a1a6d52d4577 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9340 | 2024.09.23 18:25:15.983079 [ 3 ] {720a48fa-521f-4b00-8d0b-40161e7d6fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9341 | 2024.09.23 18:25:15.983152 [ 3 ] {720a48fa-521f-4b00-8d0b-40161e7d6fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9342 | 2024.09.23 18:25:15.983526 [ 3 ] {720a48fa-521f-4b00-8d0b-40161e7d6fac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9343 | 2024.09.23 18:25:15.983965 [ 3 ] {720a48fa-521f-4b00-8d0b-40161e7d6fac} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9344 | 2024.09.23 18:25:15.984004 [ 3 ] {720a48fa-521f-4b00-8d0b-40161e7d6fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9345 | 2024.09.23 18:25:15.984426 [ 3 ] {720a48fa-521f-4b00-8d0b-40161e7d6fac} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9346 | 2024.09.23 18:25:15.984816 [ 3 ] {720a48fa-521f-4b00-8d0b-40161e7d6fac} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9347 | 2024.09.23 18:25:15.984958 [ 3 ] {720a48fa-521f-4b00-8d0b-40161e7d6fac} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001963 sec., 37697.40193581254 rows/sec., 3.02 MiB/sec. | ||
9348 | 2024.09.23 18:25:15.984962 [ 26 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9349 | 2024.09.23 18:25:15.985023 [ 26 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9350 | 2024.09.23 18:25:15.985056 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9351 | 2024.09.23 18:25:15.985207 [ 3 ] {720a48fa-521f-4b00-8d0b-40161e7d6fac} <Debug> DynamicQueryHandler: Done processing query | ||
9352 | 2024.09.23 18:25:15.985291 [ 3 ] {720a48fa-521f-4b00-8d0b-40161e7d6fac} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9353 | 2024.09.23 18:25:15.985364 [ 3 ] {} <Debug> HTTP-Session: 5169144d-1c3c-42cf-b92e-a1a6d52d4577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9354 | 2024.09.23 18:25:15.985433 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
9355 | 2024.09.23 18:25:15.985672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9356 | 2024.09.23 18:25:15.985868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9357 | 2024.09.23 18:25:15.985988 [ 3 ] {} <Debug> HTTP-Session: d3859a62-cf9d-4941-b2c0-9a21cc4f84c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9358 | 2024.09.23 18:25:15.986068 [ 3 ] {} <Debug> HTTP-Session: d3859a62-cf9d-4941-b2c0-9a21cc4f84c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9359 | 2024.09.23 18:25:15.986149 [ 3 ] {} <Debug> HTTP-Session: d3859a62-cf9d-4941-b2c0-9a21cc4f84c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9360 | 2024.09.23 18:25:15.986345 [ 3 ] {} <Trace> HTTP-Session: d3859a62-cf9d-4941-b2c0-9a21cc4f84c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9361 | 2024.09.23 18:25:15.986422 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9362 | 2024.09.23 18:25:15.986499 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1419 rows starting from the beginning of the part | ||
9363 | 2024.09.23 18:25:15.986587 [ 3 ] {0840961b-75d2-438b-9aca-1b39f85a94dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9364 | 2024.09.23 18:25:15.986729 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 251 rows starting from the beginning of the part | ||
9365 | 2024.09.23 18:25:15.986749 [ 3 ] {0840961b-75d2-438b-9aca-1b39f85a94dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9366 | 2024.09.23 18:25:15.987150 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 74 rows starting from the beginning of the part | ||
9367 | 2024.09.23 18:25:15.987529 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1345 rows starting from the beginning of the part | ||
9368 | 2024.09.23 18:25:15.987916 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 104 rows starting from the beginning of the part | ||
9369 | 2024.09.23 18:25:15.988288 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 74 rows starting from the beginning of the part | ||
9370 | 2024.09.23 18:25:15.988377 [ 3 ] {0840961b-75d2-438b-9aca-1b39f85a94dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9371 | 2024.09.23 18:25:15.989369 [ 3 ] {0840961b-75d2-438b-9aca-1b39f85a94dc} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9372 | 2024.09.23 18:25:15.989429 [ 3 ] {0840961b-75d2-438b-9aca-1b39f85a94dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9373 | 2024.09.23 18:25:15.990317 [ 3 ] {0840961b-75d2-438b-9aca-1b39f85a94dc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9374 | 2024.09.23 18:25:15.991249 [ 3 ] {0840961b-75d2-438b-9aca-1b39f85a94dc} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9375 | 2024.09.23 18:25:15.991414 [ 26 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9376 | 2024.09.23 18:25:15.991428 [ 3 ] {0840961b-75d2-438b-9aca-1b39f85a94dc} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.004908 sec., 1833.7408312958435 rows/sec., 137.89 KiB/sec. | ||
9377 | 2024.09.23 18:25:15.991454 [ 26 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9378 | 2024.09.23 18:25:15.991521 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9379 | 2024.09.23 18:25:15.991954 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
9380 | 2024.09.23 18:25:15.991966 [ 3 ] {0840961b-75d2-438b-9aca-1b39f85a94dc} <Debug> DynamicQueryHandler: Done processing query | ||
9381 | 2024.09.23 18:25:15.992135 [ 3 ] {0840961b-75d2-438b-9aca-1b39f85a94dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9382 | 2024.09.23 18:25:15.992233 [ 3 ] {} <Debug> HTTP-Session: d3859a62-cf9d-4941-b2c0-9a21cc4f84c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9383 | 2024.09.23 18:25:15.992273 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3267 rows, containing 5 columns (5 merged, 0 gathered) in 0.007126709 sec., 458416.3602021634 rows/sec., 40.06 MiB/sec. | ||
9384 | 2024.09.23 18:25:15.992401 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9385 | 2024.09.23 18:25:15.992489 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 58 rows starting from the beginning of the part | ||
9386 | 2024.09.23 18:25:15.992497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9387 | 2024.09.23 18:25:15.992609 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9388 | 2024.09.23 18:25:15.992659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9389 | 2024.09.23 18:25:15.992781 [ 3 ] {} <Debug> HTTP-Session: fb3d430f-22a0-498b-a057-3a39d8066170 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9390 | 2024.09.23 18:25:15.992886 [ 3 ] {} <Debug> HTTP-Session: fb3d430f-22a0-498b-a057-3a39d8066170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9391 | 2024.09.23 18:25:15.992913 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part | ||
9392 | 2024.09.23 18:25:15.992979 [ 3 ] {} <Debug> HTTP-Session: fb3d430f-22a0-498b-a057-3a39d8066170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9393 | 2024.09.23 18:25:15.993179 [ 3 ] {} <Trace> HTTP-Session: fb3d430f-22a0-498b-a057-3a39d8066170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9394 | 2024.09.23 18:25:15.993395 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part | ||
9395 | 2024.09.23 18:25:15.993744 [ 3 ] {07590b18-7f1a-406e-a9ed-6b4a6c14a738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9396 | 2024.09.23 18:25:15.993970 [ 3 ] {07590b18-7f1a-406e-a9ed-6b4a6c14a738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9397 | 2024.09.23 18:25:15.994027 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part | ||
9398 | 2024.09.23 18:25:15.994737 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 27 rows starting from the beginning of the part | ||
9399 | 2024.09.23 18:25:15.995380 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 9 rows starting from the beginning of the part | ||
9400 | 2024.09.23 18:25:15.996564 [ 3 ] {07590b18-7f1a-406e-a9ed-6b4a6c14a738} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9401 | 2024.09.23 18:25:15.996836 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_51_10} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9402 | 2024.09.23 18:25:15.997083 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_51_10} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9403 | 2024.09.23 18:25:15.997342 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
9404 | 2024.09.23 18:25:15.997963 [ 3 ] {07590b18-7f1a-406e-a9ed-6b4a6c14a738} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9405 | 2024.09.23 18:25:15.998028 [ 3 ] {07590b18-7f1a-406e-a9ed-6b4a6c14a738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9406 | 2024.09.23 18:25:15.999136 [ 3 ] {07590b18-7f1a-406e-a9ed-6b4a6c14a738} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9407 | 2024.09.23 18:25:15.999186 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 5 columns (5 merged, 0 gathered) in 0.007506568 sec., 18916.76728965887 rows/sec., 1.45 MiB/sec. | ||
9408 | 2024.09.23 18:25:15.999390 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9409 | 2024.09.23 18:25:16.000178 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.28 MiB, peak 203.84 MiB, free memory in arenas 0.00 B, will set to 194.64 MiB (RSS), difference: -8.64 MiB | ||
9410 | 2024.09.23 18:25:16.000193 [ 3 ] {07590b18-7f1a-406e-a9ed-6b4a6c14a738} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9411 | 2024.09.23 18:25:16.000608 [ 26 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9412 | 2024.09.23 18:25:16.000698 [ 3 ] {07590b18-7f1a-406e-a9ed-6b4a6c14a738} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.007178 sec., 10169.9637782112 rows/sec., 813.03 KiB/sec. | ||
9413 | 2024.09.23 18:25:16.000709 [ 26 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9414 | 2024.09.23 18:25:16.000857 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9415 | 2024.09.23 18:25:16.000965 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_41_8} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9416 | 2024.09.23 18:25:16.001485 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
9417 | 2024.09.23 18:25:16.001621 [ 3 ] {07590b18-7f1a-406e-a9ed-6b4a6c14a738} <Debug> DynamicQueryHandler: Done processing query | ||
9418 | 2024.09.23 18:25:16.001653 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_41_8} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9419 | 2024.09.23 18:25:16.001701 [ 3 ] {07590b18-7f1a-406e-a9ed-6b4a6c14a738} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9420 | 2024.09.23 18:25:16.001774 [ 3 ] {} <Debug> HTTP-Session: fb3d430f-22a0-498b-a057-3a39d8066170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9421 | 2024.09.23 18:25:16.001956 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9422 | 2024.09.23 18:25:16.002052 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9423 | 2024.09.23 18:25:16.002067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9424 | 2024.09.23 18:25:16.002118 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
9425 | 2024.09.23 18:25:16.002158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9426 | 2024.09.23 18:25:16.002194 [ 3 ] {} <Debug> HTTP-Session: 6f206871-a888-48d9-9b24-5e5d974e7e78 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9427 | 2024.09.23 18:25:16.002248 [ 3 ] {} <Debug> HTTP-Session: 6f206871-a888-48d9-9b24-5e5d974e7e78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9428 | 2024.09.23 18:25:16.002330 [ 3 ] {} <Debug> HTTP-Session: 6f206871-a888-48d9-9b24-5e5d974e7e78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9429 | 2024.09.23 18:25:16.002389 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 413 rows starting from the beginning of the part | ||
9430 | 2024.09.23 18:25:16.002465 [ 3 ] {} <Trace> HTTP-Session: 6f206871-a888-48d9-9b24-5e5d974e7e78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9431 | 2024.09.23 18:25:16.002698 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 73 rows starting from the beginning of the part | ||
9432 | 2024.09.23 18:25:16.003004 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 846 rows starting from the beginning of the part | ||
9433 | 2024.09.23 18:25:16.003083 [ 3 ] {f76da747-0b20-445f-b061-cad67209d87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9434 | 2024.09.23 18:25:16.003339 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 91 rows starting from the beginning of the part | ||
9435 | 2024.09.23 18:25:16.003365 [ 3 ] {f76da747-0b20-445f-b061-cad67209d87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9436 | 2024.09.23 18:25:16.003681 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 73 rows starting from the beginning of the part | ||
9437 | 2024.09.23 18:25:16.004446 [ 3 ] {f76da747-0b20-445f-b061-cad67209d87c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9438 | 2024.09.23 18:25:16.005285 [ 3 ] {f76da747-0b20-445f-b061-cad67209d87c} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9439 | 2024.09.23 18:25:16.005345 [ 3 ] {f76da747-0b20-445f-b061-cad67209d87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9440 | 2024.09.23 18:25:16.006348 [ 3 ] {f76da747-0b20-445f-b061-cad67209d87c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9441 | 2024.09.23 18:25:16.006990 [ 3 ] {f76da747-0b20-445f-b061-cad67209d87c} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9442 | 2024.09.23 18:25:16.007244 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.006173944 sec., 390350.1554273897 rows/sec., 29.93 MiB/sec. | ||
9443 | 2024.09.23 18:25:16.007331 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9444 | 2024.09.23 18:25:16.007387 [ 3 ] {f76da747-0b20-445f-b061-cad67209d87c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004595 sec., 34820.45701849837 rows/sec., 2.43 MiB/sec. | ||
9445 | 2024.09.23 18:25:16.007401 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9446 | 2024.09.23 18:25:16.007476 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9447 | 2024.09.23 18:25:16.007698 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9448 | 2024.09.23 18:25:16.007949 [ 3 ] {f76da747-0b20-445f-b061-cad67209d87c} <Debug> DynamicQueryHandler: Done processing query | ||
9449 | 2024.09.23 18:25:16.008020 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
9450 | 2024.09.23 18:25:16.008028 [ 3 ] {f76da747-0b20-445f-b061-cad67209d87c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9451 | 2024.09.23 18:25:16.008122 [ 3 ] {} <Debug> HTTP-Session: 6f206871-a888-48d9-9b24-5e5d974e7e78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9452 | 2024.09.23 18:25:16.008449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9453 | 2024.09.23 18:25:16.008693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9454 | 2024.09.23 18:25:16.008797 [ 3 ] {} <Debug> HTTP-Session: d9b883ae-c903-4565-bf0c-6e3015979e1a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9455 | 2024.09.23 18:25:16.008875 [ 3 ] {} <Debug> HTTP-Session: d9b883ae-c903-4565-bf0c-6e3015979e1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9456 | 2024.09.23 18:25:16.008891 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9457 | 2024.09.23 18:25:16.008930 [ 3 ] {} <Debug> HTTP-Session: d9b883ae-c903-4565-bf0c-6e3015979e1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9458 | 2024.09.23 18:25:16.009054 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13793 rows starting from the beginning of the part | ||
9459 | 2024.09.23 18:25:16.009071 [ 3 ] {} <Trace> HTTP-Session: d9b883ae-c903-4565-bf0c-6e3015979e1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9460 | 2024.09.23 18:25:16.009539 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_51_10} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9461 | 2024.09.23 18:25:16.009574 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
9462 | 2024.09.23 18:25:16.009798 [ 3 ] {6709bfca-4b74-4016-8d78-979f33cf8e3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9463 | 2024.09.23 18:25:16.009956 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_51_10} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9464 | 2024.09.23 18:25:16.010190 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
9465 | 2024.09.23 18:25:16.010265 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
9466 | 2024.09.23 18:25:16.010317 [ 3 ] {6709bfca-4b74-4016-8d78-979f33cf8e3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9467 | 2024.09.23 18:25:16.010648 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 955 rows starting from the beginning of the part | ||
9468 | 2024.09.23 18:25:16.011021 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 130 rows starting from the beginning of the part | ||
9469 | 2024.09.23 18:25:16.011470 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
9470 | 2024.09.23 18:25:16.012952 [ 3 ] {6709bfca-4b74-4016-8d78-979f33cf8e3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9471 | 2024.09.23 18:25:16.013745 [ 3 ] {6709bfca-4b74-4016-8d78-979f33cf8e3a} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9472 | 2024.09.23 18:25:16.013808 [ 3 ] {6709bfca-4b74-4016-8d78-979f33cf8e3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9473 | 2024.09.23 18:25:16.015363 [ 3 ] {6709bfca-4b74-4016-8d78-979f33cf8e3a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9474 | 2024.09.23 18:25:16.016144 [ 3 ] {6709bfca-4b74-4016-8d78-979f33cf8e3a} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9475 | 2024.09.23 18:25:16.016323 [ 3 ] {6709bfca-4b74-4016-8d78-979f33cf8e3a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.006971 sec., 1291.0629751829006 rows/sec., 2.31 MiB/sec. | ||
9476 | 2024.09.23 18:25:16.016627 [ 3 ] {6709bfca-4b74-4016-8d78-979f33cf8e3a} <Debug> DynamicQueryHandler: Done processing query | ||
9477 | 2024.09.23 18:25:16.016654 [ 3 ] {6709bfca-4b74-4016-8d78-979f33cf8e3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
9478 | 2024.09.23 18:25:16.016671 [ 3 ] {} <Debug> HTTP-Session: d9b883ae-c903-4565-bf0c-6e3015979e1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9479 | 2024.09.23 18:25:16.016807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9480 | 2024.09.23 18:25:16.016868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9481 | 2024.09.23 18:25:16.016889 [ 3 ] {} <Debug> HTTP-Session: efa6c536-9b68-4393-9bc0-1cb199af5594 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9482 | 2024.09.23 18:25:16.016906 [ 3 ] {} <Debug> HTTP-Session: efa6c536-9b68-4393-9bc0-1cb199af5594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9483 | 2024.09.23 18:25:16.016920 [ 3 ] {} <Debug> HTTP-Session: efa6c536-9b68-4393-9bc0-1cb199af5594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9484 | 2024.09.23 18:25:16.016961 [ 3 ] {} <Trace> HTTP-Session: efa6c536-9b68-4393-9bc0-1cb199af5594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9485 | 2024.09.23 18:25:16.017111 [ 3 ] {144faa86-f267-4a4e-944a-bdade9023cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9486 | 2024.09.23 18:25:16.017219 [ 3 ] {144faa86-f267-4a4e-944a-bdade9023cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9487 | 2024.09.23 18:25:16.017386 [ 3 ] {144faa86-f267-4a4e-944a-bdade9023cea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9488 | 2024.09.23 18:25:16.017873 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15435 rows, containing 5 columns (5 merged, 0 gathered) in 0.010205995 sec., 1512346.4199228003 rows/sec., 101.96 MiB/sec. | ||
9489 | 2024.09.23 18:25:16.018012 [ 3 ] {144faa86-f267-4a4e-944a-bdade9023cea} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9490 | 2024.09.23 18:25:16.018053 [ 3 ] {144faa86-f267-4a4e-944a-bdade9023cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9491 | 2024.09.23 18:25:16.018310 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9492 | 2024.09.23 18:25:16.018645 [ 3 ] {144faa86-f267-4a4e-944a-bdade9023cea} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9493 | 2024.09.23 18:25:16.019237 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9494 | 2024.09.23 18:25:16.019391 [ 200 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9495 | 2024.09.23 18:25:16.019440 [ 3 ] {144faa86-f267-4a4e-944a-bdade9023cea} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9496 | 2024.09.23 18:25:16.019552 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. | ||
9497 | 2024.09.23 18:25:16.019674 [ 3 ] {144faa86-f267-4a4e-944a-bdade9023cea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002632 sec., 22796.352583586628 rows/sec., 1.54 MiB/sec. | ||
9498 | 2024.09.23 18:25:16.019677 [ 26 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9499 | 2024.09.23 18:25:16.019743 [ 26 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9500 | 2024.09.23 18:25:16.019782 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
9501 | 2024.09.23 18:25:16.019916 [ 3 ] {144faa86-f267-4a4e-944a-bdade9023cea} <Debug> DynamicQueryHandler: Done processing query | ||
9502 | 2024.09.23 18:25:16.019932 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
9503 | 2024.09.23 18:25:16.019954 [ 3 ] {144faa86-f267-4a4e-944a-bdade9023cea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9504 | 2024.09.23 18:25:16.020006 [ 3 ] {} <Debug> HTTP-Session: efa6c536-9b68-4393-9bc0-1cb199af5594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9505 | 2024.09.23 18:25:16.020128 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9506 | 2024.09.23 18:25:16.020165 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2604 rows starting from the beginning of the part | ||
9507 | 2024.09.23 18:25:16.020235 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
9508 | 2024.09.23 18:25:16.020367 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
9509 | 2024.09.23 18:25:16.020560 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
9510 | 2024.09.23 18:25:16.020642 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
9511 | 2024.09.23 18:25:16.020839 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
9512 | 2024.09.23 18:25:16.022439 [ 197 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2888 rows, containing 4 columns (4 merged, 0 gathered) in 0.002581645 sec., 1118666.5866143487 rows/sec., 72.72 MiB/sec. | ||
9513 | 2024.09.23 18:25:16.022826 [ 197 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9514 | 2024.09.23 18:25:16.023381 [ 197 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_51_10} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9515 | 2024.09.23 18:25:16.023504 [ 197 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_51_10} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9516 | 2024.09.23 18:25:16.023621 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
9517 | 2024.09.23 18:25:17.000130 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.59 MiB, peak 203.84 MiB, free memory in arenas 0.00 B, will set to 195.30 MiB (RSS), difference: 8.71 MiB | ||
9518 | 2024.09.23 18:25:20.988872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9519 | 2024.09.23 18:25:20.989008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9520 | 2024.09.23 18:25:20.989032 [ 3 ] {} <Debug> HTTP-Session: a613795a-350b-4c06-935a-cd467e8dbdc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9521 | 2024.09.23 18:25:20.989057 [ 3 ] {} <Debug> HTTP-Session: a613795a-350b-4c06-935a-cd467e8dbdc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9522 | 2024.09.23 18:25:20.989073 [ 3 ] {} <Debug> HTTP-Session: a613795a-350b-4c06-935a-cd467e8dbdc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9523 | 2024.09.23 18:25:20.989123 [ 3 ] {} <Trace> HTTP-Session: a613795a-350b-4c06-935a-cd467e8dbdc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9524 | 2024.09.23 18:25:20.989314 [ 3 ] {45d73b5f-af41-46d7-adf1-4ebd0b50a225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9525 | 2024.09.23 18:25:20.989381 [ 3 ] {45d73b5f-af41-46d7-adf1-4ebd0b50a225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9526 | 2024.09.23 18:25:20.989710 [ 3 ] {45d73b5f-af41-46d7-adf1-4ebd0b50a225} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9527 | 2024.09.23 18:25:20.990134 [ 3 ] {45d73b5f-af41-46d7-adf1-4ebd0b50a225} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9528 | 2024.09.23 18:25:20.990178 [ 3 ] {45d73b5f-af41-46d7-adf1-4ebd0b50a225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9529 | 2024.09.23 18:25:20.990584 [ 3 ] {45d73b5f-af41-46d7-adf1-4ebd0b50a225} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
9530 | 2024.09.23 18:25:20.990988 [ 3 ] {45d73b5f-af41-46d7-adf1-4ebd0b50a225} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9531 | 2024.09.23 18:25:20.991145 [ 3 ] {45d73b5f-af41-46d7-adf1-4ebd0b50a225} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001886 sec., 1060.4453870625662 rows/sec., 86.47 KiB/sec. | ||
9532 | 2024.09.23 18:25:20.991184 [ 24 ] {} <Debug> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
9533 | 2024.09.23 18:25:20.991305 [ 24 ] {} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9534 | 2024.09.23 18:25:20.991344 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9535 | 2024.09.23 18:25:20.991439 [ 3 ] {45d73b5f-af41-46d7-adf1-4ebd0b50a225} <Debug> DynamicQueryHandler: Done processing query | ||
9536 | 2024.09.23 18:25:20.991537 [ 3 ] {45d73b5f-af41-46d7-adf1-4ebd0b50a225} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9537 | 2024.09.23 18:25:20.991623 [ 3 ] {} <Debug> HTTP-Session: a613795a-350b-4c06-935a-cd467e8dbdc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9538 | 2024.09.23 18:25:20.991677 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
9539 | 2024.09.23 18:25:20.991946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9540 | 2024.09.23 18:25:20.992058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9541 | 2024.09.23 18:25:20.992070 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9542 | 2024.09.23 18:25:20.992089 [ 3 ] {} <Debug> HTTP-Session: 483b89e6-1065-46e7-ba9c-ae3b082bf4ca Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9543 | 2024.09.23 18:25:20.992137 [ 3 ] {} <Debug> HTTP-Session: 483b89e6-1065-46e7-ba9c-ae3b082bf4ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9544 | 2024.09.23 18:25:20.992147 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part | ||
9545 | 2024.09.23 18:25:20.992163 [ 3 ] {} <Debug> HTTP-Session: 483b89e6-1065-46e7-ba9c-ae3b082bf4ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9546 | 2024.09.23 18:25:20.992241 [ 3 ] {} <Trace> HTTP-Session: 483b89e6-1065-46e7-ba9c-ae3b082bf4ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9547 | 2024.09.23 18:25:20.992407 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
9548 | 2024.09.23 18:25:20.992802 [ 3 ] {f4e7eef8-e328-46e7-a41d-bf241de911cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9549 | 2024.09.23 18:25:20.992813 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
9550 | 2024.09.23 18:25:20.992954 [ 3 ] {f4e7eef8-e328-46e7-a41d-bf241de911cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9551 | 2024.09.23 18:25:20.993027 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
9552 | 2024.09.23 18:25:20.993305 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
9553 | 2024.09.23 18:25:20.993618 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
9554 | 2024.09.23 18:25:20.994589 [ 3 ] {f4e7eef8-e328-46e7-a41d-bf241de911cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9555 | 2024.09.23 18:25:20.995725 [ 3 ] {f4e7eef8-e328-46e7-a41d-bf241de911cc} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9556 | 2024.09.23 18:25:20.995808 [ 3 ] {f4e7eef8-e328-46e7-a41d-bf241de911cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9557 | 2024.09.23 18:25:20.996780 [ 196 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.005338124 sec., 6743.942253870461 rows/sec., 576.26 KiB/sec. | ||
9558 | 2024.09.23 18:25:20.996845 [ 3 ] {f4e7eef8-e328-46e7-a41d-bf241de911cc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9559 | 2024.09.23 18:25:20.997011 [ 196 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
9560 | 2024.09.23 18:25:20.997824 [ 3 ] {f4e7eef8-e328-46e7-a41d-bf241de911cc} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9561 | 2024.09.23 18:25:20.998242 [ 3 ] {f4e7eef8-e328-46e7-a41d-bf241de911cc} <Debug> executeQuery: Read 252 rows, 22.83 KiB in 0.005728 sec., 43994.41340782123 rows/sec., 3.89 MiB/sec. | ||
9562 | 2024.09.23 18:25:20.998452 [ 186 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9563 | 2024.09.23 18:25:20.998896 [ 186 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_15_3} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
9564 | 2024.09.23 18:25:20.999058 [ 3 ] {f4e7eef8-e328-46e7-a41d-bf241de911cc} <Debug> DynamicQueryHandler: Done processing query | ||
9565 | 2024.09.23 18:25:20.999161 [ 3 ] {f4e7eef8-e328-46e7-a41d-bf241de911cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9566 | 2024.09.23 18:25:20.999246 [ 3 ] {} <Debug> HTTP-Session: 483b89e6-1065-46e7-ba9c-ae3b082bf4ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9567 | 2024.09.23 18:25:20.999272 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9568 | 2024.09.23 18:25:20.999550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9569 | 2024.09.23 18:25:20.999723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9570 | 2024.09.23 18:25:20.999803 [ 3 ] {} <Debug> HTTP-Session: 7084d611-28dc-4eeb-8720-4e1d3aac183d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9571 | 2024.09.23 18:25:20.999860 [ 3 ] {} <Debug> HTTP-Session: 7084d611-28dc-4eeb-8720-4e1d3aac183d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9572 | 2024.09.23 18:25:20.999920 [ 3 ] {} <Debug> HTTP-Session: 7084d611-28dc-4eeb-8720-4e1d3aac183d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9573 | 2024.09.23 18:25:20.999986 [ 3 ] {} <Trace> HTTP-Session: 7084d611-28dc-4eeb-8720-4e1d3aac183d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9574 | 2024.09.23 18:25:21.000137 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.49 MiB, peak 204.01 MiB, free memory in arenas 0.00 B, will set to 195.30 MiB (RSS), difference: -1.19 MiB | ||
9575 | 2024.09.23 18:25:21.000285 [ 3 ] {3f4cb472-481f-40f7-b150-e676b30346a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9576 | 2024.09.23 18:25:21.000364 [ 3 ] {3f4cb472-481f-40f7-b150-e676b30346a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9577 | 2024.09.23 18:25:21.000811 [ 3 ] {3f4cb472-481f-40f7-b150-e676b30346a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9578 | 2024.09.23 18:25:21.001186 [ 3 ] {3f4cb472-481f-40f7-b150-e676b30346a7} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9579 | 2024.09.23 18:25:21.001227 [ 3 ] {3f4cb472-481f-40f7-b150-e676b30346a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9580 | 2024.09.23 18:25:21.001603 [ 3 ] {3f4cb472-481f-40f7-b150-e676b30346a7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9581 | 2024.09.23 18:25:21.001982 [ 3 ] {3f4cb472-481f-40f7-b150-e676b30346a7} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9582 | 2024.09.23 18:25:21.002135 [ 3 ] {3f4cb472-481f-40f7-b150-e676b30346a7} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001936 sec., 17045.454545454544 rows/sec., 1.25 MiB/sec. | ||
9583 | 2024.09.23 18:25:21.002353 [ 3 ] {3f4cb472-481f-40f7-b150-e676b30346a7} <Debug> DynamicQueryHandler: Done processing query | ||
9584 | 2024.09.23 18:25:21.002384 [ 3 ] {3f4cb472-481f-40f7-b150-e676b30346a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9585 | 2024.09.23 18:25:21.002408 [ 3 ] {} <Debug> HTTP-Session: 7084d611-28dc-4eeb-8720-4e1d3aac183d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9586 | 2024.09.23 18:25:21.002536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9587 | 2024.09.23 18:25:21.002586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9588 | 2024.09.23 18:25:21.002606 [ 3 ] {} <Debug> HTTP-Session: 4d82951f-f352-4864-9d0e-959062660a3f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9589 | 2024.09.23 18:25:21.002623 [ 3 ] {} <Debug> HTTP-Session: 4d82951f-f352-4864-9d0e-959062660a3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9590 | 2024.09.23 18:25:21.002638 [ 3 ] {} <Debug> HTTP-Session: 4d82951f-f352-4864-9d0e-959062660a3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9591 | 2024.09.23 18:25:21.002669 [ 3 ] {} <Trace> HTTP-Session: 4d82951f-f352-4864-9d0e-959062660a3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9592 | 2024.09.23 18:25:21.002769 [ 3 ] {5a9a50cb-e154-43e1-ab5d-a528ef47ebe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9593 | 2024.09.23 18:25:21.002811 [ 3 ] {5a9a50cb-e154-43e1-ab5d-a528ef47ebe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9594 | 2024.09.23 18:25:21.003036 [ 3 ] {5a9a50cb-e154-43e1-ab5d-a528ef47ebe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9595 | 2024.09.23 18:25:21.003351 [ 3 ] {5a9a50cb-e154-43e1-ab5d-a528ef47ebe5} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9596 | 2024.09.23 18:25:21.003388 [ 3 ] {5a9a50cb-e154-43e1-ab5d-a528ef47ebe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9597 | 2024.09.23 18:25:21.003753 [ 3 ] {5a9a50cb-e154-43e1-ab5d-a528ef47ebe5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9598 | 2024.09.23 18:25:21.004127 [ 3 ] {5a9a50cb-e154-43e1-ab5d-a528ef47ebe5} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9599 | 2024.09.23 18:25:21.004290 [ 3 ] {5a9a50cb-e154-43e1-ab5d-a528ef47ebe5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001539 sec., 9096.816114359974 rows/sec., 637.08 KiB/sec. | ||
9600 | 2024.09.23 18:25:21.004452 [ 3 ] {5a9a50cb-e154-43e1-ab5d-a528ef47ebe5} <Debug> DynamicQueryHandler: Done processing query | ||
9601 | 2024.09.23 18:25:21.004477 [ 3 ] {5a9a50cb-e154-43e1-ab5d-a528ef47ebe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9602 | 2024.09.23 18:25:21.004494 [ 3 ] {} <Debug> HTTP-Session: 4d82951f-f352-4864-9d0e-959062660a3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9603 | 2024.09.23 18:25:21.004608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9604 | 2024.09.23 18:25:21.004656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9605 | 2024.09.23 18:25:21.004675 [ 3 ] {} <Debug> HTTP-Session: 9abae4c1-a1f8-46e5-99ed-c9cd3846cc1e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9606 | 2024.09.23 18:25:21.004693 [ 3 ] {} <Debug> HTTP-Session: 9abae4c1-a1f8-46e5-99ed-c9cd3846cc1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9607 | 2024.09.23 18:25:21.004707 [ 3 ] {} <Debug> HTTP-Session: 9abae4c1-a1f8-46e5-99ed-c9cd3846cc1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9608 | 2024.09.23 18:25:21.004738 [ 3 ] {} <Trace> HTTP-Session: 9abae4c1-a1f8-46e5-99ed-c9cd3846cc1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9609 | 2024.09.23 18:25:21.004837 [ 3 ] {b47a242c-90ac-4b92-b1b5-4378cf72cd97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9610 | 2024.09.23 18:25:21.004880 [ 3 ] {b47a242c-90ac-4b92-b1b5-4378cf72cd97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9611 | 2024.09.23 18:25:21.005104 [ 3 ] {b47a242c-90ac-4b92-b1b5-4378cf72cd97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9612 | 2024.09.23 18:25:21.005414 [ 3 ] {b47a242c-90ac-4b92-b1b5-4378cf72cd97} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9613 | 2024.09.23 18:25:21.005452 [ 3 ] {b47a242c-90ac-4b92-b1b5-4378cf72cd97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9614 | 2024.09.23 18:25:21.005812 [ 3 ] {b47a242c-90ac-4b92-b1b5-4378cf72cd97} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9615 | 2024.09.23 18:25:21.006195 [ 3 ] {b47a242c-90ac-4b92-b1b5-4378cf72cd97} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9616 | 2024.09.23 18:25:21.006358 [ 3 ] {b47a242c-90ac-4b92-b1b5-4378cf72cd97} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 230.49 KiB/sec. | ||
9617 | 2024.09.23 18:25:21.006680 [ 3 ] {b47a242c-90ac-4b92-b1b5-4378cf72cd97} <Debug> DynamicQueryHandler: Done processing query | ||
9618 | 2024.09.23 18:25:21.006706 [ 3 ] {b47a242c-90ac-4b92-b1b5-4378cf72cd97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9619 | 2024.09.23 18:25:21.006722 [ 3 ] {} <Debug> HTTP-Session: 9abae4c1-a1f8-46e5-99ed-c9cd3846cc1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9620 | 2024.09.23 18:25:21.006933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9621 | 2024.09.23 18:25:21.006983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9622 | 2024.09.23 18:25:21.007003 [ 3 ] {} <Debug> HTTP-Session: 3e4afdd0-f08e-4312-84e8-898bc484ccce Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9623 | 2024.09.23 18:25:21.007020 [ 3 ] {} <Debug> HTTP-Session: 3e4afdd0-f08e-4312-84e8-898bc484ccce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9624 | 2024.09.23 18:25:21.007034 [ 3 ] {} <Debug> HTTP-Session: 3e4afdd0-f08e-4312-84e8-898bc484ccce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9625 | 2024.09.23 18:25:21.007066 [ 3 ] {} <Trace> HTTP-Session: 3e4afdd0-f08e-4312-84e8-898bc484ccce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9626 | 2024.09.23 18:25:21.007276 [ 3 ] {58920e73-7e4e-4a2d-95e8-b37019797560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9627 | 2024.09.23 18:25:21.007319 [ 3 ] {58920e73-7e4e-4a2d-95e8-b37019797560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9628 | 2024.09.23 18:25:21.007562 [ 3 ] {58920e73-7e4e-4a2d-95e8-b37019797560} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9629 | 2024.09.23 18:25:21.008113 [ 3 ] {58920e73-7e4e-4a2d-95e8-b37019797560} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9630 | 2024.09.23 18:25:21.008150 [ 3 ] {58920e73-7e4e-4a2d-95e8-b37019797560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9631 | 2024.09.23 18:25:21.008524 [ 3 ] {58920e73-7e4e-4a2d-95e8-b37019797560} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9632 | 2024.09.23 18:25:21.008898 [ 3 ] {58920e73-7e4e-4a2d-95e8-b37019797560} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9633 | 2024.09.23 18:25:21.009056 [ 3 ] {58920e73-7e4e-4a2d-95e8-b37019797560} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.001885 sec., 220159.15119363397 rows/sec., 15.71 MiB/sec. | ||
9634 | 2024.09.23 18:25:21.009220 [ 3 ] {58920e73-7e4e-4a2d-95e8-b37019797560} <Debug> DynamicQueryHandler: Done processing query | ||
9635 | 2024.09.23 18:25:21.009250 [ 3 ] {58920e73-7e4e-4a2d-95e8-b37019797560} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
9636 | 2024.09.23 18:25:21.009267 [ 3 ] {} <Debug> HTTP-Session: 3e4afdd0-f08e-4312-84e8-898bc484ccce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9637 | 2024.09.23 18:25:21.009398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9638 | 2024.09.23 18:25:21.009447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9639 | 2024.09.23 18:25:21.009467 [ 3 ] {} <Debug> HTTP-Session: 2f48894a-4b48-47ed-8d41-201545b5491e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9640 | 2024.09.23 18:25:21.009483 [ 3 ] {} <Debug> HTTP-Session: 2f48894a-4b48-47ed-8d41-201545b5491e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9641 | 2024.09.23 18:25:21.009497 [ 3 ] {} <Debug> HTTP-Session: 2f48894a-4b48-47ed-8d41-201545b5491e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9642 | 2024.09.23 18:25:21.009528 [ 3 ] {} <Trace> HTTP-Session: 2f48894a-4b48-47ed-8d41-201545b5491e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9643 | 2024.09.23 18:25:21.009626 [ 3 ] {de2e39ef-c99e-4be0-a894-42b9d94dc328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9644 | 2024.09.23 18:25:21.009671 [ 3 ] {de2e39ef-c99e-4be0-a894-42b9d94dc328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9645 | 2024.09.23 18:25:21.009808 [ 3 ] {de2e39ef-c99e-4be0-a894-42b9d94dc328} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9646 | 2024.09.23 18:25:21.010093 [ 3 ] {de2e39ef-c99e-4be0-a894-42b9d94dc328} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9647 | 2024.09.23 18:25:21.010129 [ 3 ] {de2e39ef-c99e-4be0-a894-42b9d94dc328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9648 | 2024.09.23 18:25:21.010495 [ 3 ] {de2e39ef-c99e-4be0-a894-42b9d94dc328} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9649 | 2024.09.23 18:25:21.010833 [ 3 ] {de2e39ef-c99e-4be0-a894-42b9d94dc328} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9650 | 2024.09.23 18:25:21.010983 [ 3 ] {de2e39ef-c99e-4be0-a894-42b9d94dc328} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec. | ||
9651 | 2024.09.23 18:25:21.011171 [ 3 ] {de2e39ef-c99e-4be0-a894-42b9d94dc328} <Debug> DynamicQueryHandler: Done processing query | ||
9652 | 2024.09.23 18:25:21.011196 [ 3 ] {de2e39ef-c99e-4be0-a894-42b9d94dc328} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9653 | 2024.09.23 18:25:21.011213 [ 3 ] {} <Debug> HTTP-Session: 2f48894a-4b48-47ed-8d41-201545b5491e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9654 | 2024.09.23 18:25:21.011379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9655 | 2024.09.23 18:25:21.011427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9656 | 2024.09.23 18:25:21.011447 [ 3 ] {} <Debug> HTTP-Session: 06ad7b4b-0632-4c40-a614-717a35d638b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9657 | 2024.09.23 18:25:21.011463 [ 3 ] {} <Debug> HTTP-Session: 06ad7b4b-0632-4c40-a614-717a35d638b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9658 | 2024.09.23 18:25:21.011478 [ 3 ] {} <Debug> HTTP-Session: 06ad7b4b-0632-4c40-a614-717a35d638b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9659 | 2024.09.23 18:25:21.011509 [ 3 ] {} <Trace> HTTP-Session: 06ad7b4b-0632-4c40-a614-717a35d638b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9660 | 2024.09.23 18:25:21.011719 [ 3 ] {a94515a8-8006-4ca2-b123-e3fc5076804c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9661 | 2024.09.23 18:25:21.011766 [ 3 ] {a94515a8-8006-4ca2-b123-e3fc5076804c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9662 | 2024.09.23 18:25:21.011908 [ 3 ] {a94515a8-8006-4ca2-b123-e3fc5076804c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9663 | 2024.09.23 18:25:21.012333 [ 3 ] {a94515a8-8006-4ca2-b123-e3fc5076804c} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9664 | 2024.09.23 18:25:21.012369 [ 3 ] {a94515a8-8006-4ca2-b123-e3fc5076804c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9665 | 2024.09.23 18:25:21.012781 [ 3 ] {a94515a8-8006-4ca2-b123-e3fc5076804c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9666 | 2024.09.23 18:25:21.013136 [ 3 ] {a94515a8-8006-4ca2-b123-e3fc5076804c} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9667 | 2024.09.23 18:25:21.013285 [ 3 ] {a94515a8-8006-4ca2-b123-e3fc5076804c} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001688 sec., 140995.2606635071 rows/sec., 9.45 MiB/sec. | ||
9668 | 2024.09.23 18:25:21.013459 [ 3 ] {a94515a8-8006-4ca2-b123-e3fc5076804c} <Debug> DynamicQueryHandler: Done processing query | ||
9669 | 2024.09.23 18:25:21.013484 [ 3 ] {a94515a8-8006-4ca2-b123-e3fc5076804c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9670 | 2024.09.23 18:25:21.013500 [ 3 ] {} <Debug> HTTP-Session: 06ad7b4b-0632-4c40-a614-717a35d638b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9671 | 2024.09.23 18:25:21.013635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9672 | 2024.09.23 18:25:21.013703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9673 | 2024.09.23 18:25:21.013737 [ 3 ] {} <Debug> HTTP-Session: bf37cb62-0876-462c-903e-64ca4984b309 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9674 | 2024.09.23 18:25:21.013763 [ 3 ] {} <Debug> HTTP-Session: bf37cb62-0876-462c-903e-64ca4984b309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9675 | 2024.09.23 18:25:21.013786 [ 3 ] {} <Debug> HTTP-Session: bf37cb62-0876-462c-903e-64ca4984b309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9676 | 2024.09.23 18:25:21.013826 [ 3 ] {} <Trace> HTTP-Session: bf37cb62-0876-462c-903e-64ca4984b309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9677 | 2024.09.23 18:25:21.013924 [ 3 ] {8d7d78cc-5c93-4000-a7b0-d307b0cb3982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9678 | 2024.09.23 18:25:21.013969 [ 3 ] {8d7d78cc-5c93-4000-a7b0-d307b0cb3982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9679 | 2024.09.23 18:25:21.014098 [ 3 ] {8d7d78cc-5c93-4000-a7b0-d307b0cb3982} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9680 | 2024.09.23 18:25:21.014387 [ 3 ] {8d7d78cc-5c93-4000-a7b0-d307b0cb3982} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9681 | 2024.09.23 18:25:21.014424 [ 3 ] {8d7d78cc-5c93-4000-a7b0-d307b0cb3982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9682 | 2024.09.23 18:25:21.014779 [ 3 ] {8d7d78cc-5c93-4000-a7b0-d307b0cb3982} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9683 | 2024.09.23 18:25:21.015114 [ 3 ] {8d7d78cc-5c93-4000-a7b0-d307b0cb3982} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9684 | 2024.09.23 18:25:21.015256 [ 3 ] {8d7d78cc-5c93-4000-a7b0-d307b0cb3982} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001351 sec., 740.1924500370096 rows/sec., 49.88 KiB/sec. | ||
9685 | 2024.09.23 18:25:21.015601 [ 3 ] {8d7d78cc-5c93-4000-a7b0-d307b0cb3982} <Debug> DynamicQueryHandler: Done processing query | ||
9686 | 2024.09.23 18:25:21.015671 [ 3 ] {8d7d78cc-5c93-4000-a7b0-d307b0cb3982} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9687 | 2024.09.23 18:25:21.015757 [ 3 ] {} <Debug> HTTP-Session: bf37cb62-0876-462c-903e-64ca4984b309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9688 | 2024.09.23 18:25:21.016035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9689 | 2024.09.23 18:25:21.016086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9690 | 2024.09.23 18:25:21.016106 [ 3 ] {} <Debug> HTTP-Session: 383dbd9c-c932-4ab3-9452-f8d3de00a802 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9691 | 2024.09.23 18:25:21.016123 [ 3 ] {} <Debug> HTTP-Session: 383dbd9c-c932-4ab3-9452-f8d3de00a802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9692 | 2024.09.23 18:25:21.016137 [ 3 ] {} <Debug> HTTP-Session: 383dbd9c-c932-4ab3-9452-f8d3de00a802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9693 | 2024.09.23 18:25:21.016170 [ 3 ] {} <Trace> HTTP-Session: 383dbd9c-c932-4ab3-9452-f8d3de00a802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9694 | 2024.09.23 18:25:21.016474 [ 3 ] {91bd240d-51d2-42c4-ba67-e3cfd4fb8595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9695 | 2024.09.23 18:25:21.016544 [ 3 ] {91bd240d-51d2-42c4-ba67-e3cfd4fb8595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9696 | 2024.09.23 18:25:21.016971 [ 3 ] {91bd240d-51d2-42c4-ba67-e3cfd4fb8595} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9697 | 2024.09.23 18:25:21.017668 [ 3 ] {91bd240d-51d2-42c4-ba67-e3cfd4fb8595} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9698 | 2024.09.23 18:25:21.017706 [ 3 ] {91bd240d-51d2-42c4-ba67-e3cfd4fb8595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9699 | 2024.09.23 18:25:21.018346 [ 3 ] {91bd240d-51d2-42c4-ba67-e3cfd4fb8595} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9700 | 2024.09.23 18:25:21.018781 [ 3 ] {91bd240d-51d2-42c4-ba67-e3cfd4fb8595} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9701 | 2024.09.23 18:25:21.018964 [ 24 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9702 | 2024.09.23 18:25:21.018980 [ 3 ] {91bd240d-51d2-42c4-ba67-e3cfd4fb8595} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00271 sec., 11439.11439114391 rows/sec., 20.50 MiB/sec. | ||
9703 | 2024.09.23 18:25:21.019070 [ 24 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9704 | 2024.09.23 18:25:21.019153 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9705 | 2024.09.23 18:25:21.019422 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
9706 | 2024.09.23 18:25:21.019540 [ 3 ] {91bd240d-51d2-42c4-ba67-e3cfd4fb8595} <Debug> DynamicQueryHandler: Done processing query | ||
9707 | 2024.09.23 18:25:21.019583 [ 3 ] {91bd240d-51d2-42c4-ba67-e3cfd4fb8595} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9708 | 2024.09.23 18:25:21.019624 [ 3 ] {} <Debug> HTTP-Session: 383dbd9c-c932-4ab3-9452-f8d3de00a802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9709 | 2024.09.23 18:25:21.019856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9710 | 2024.09.23 18:25:21.019985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9711 | 2024.09.23 18:25:21.020047 [ 3 ] {} <Debug> HTTP-Session: 53e6dff3-e16d-4ffe-bb4d-e20ed61d16d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9712 | 2024.09.23 18:25:21.020085 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9713 | 2024.09.23 18:25:21.020095 [ 3 ] {} <Debug> HTTP-Session: 53e6dff3-e16d-4ffe-bb4d-e20ed61d16d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9714 | 2024.09.23 18:25:21.020165 [ 3 ] {} <Debug> HTTP-Session: 53e6dff3-e16d-4ffe-bb4d-e20ed61d16d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9715 | 2024.09.23 18:25:21.020255 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 645 rows starting from the beginning of the part | ||
9716 | 2024.09.23 18:25:21.020265 [ 3 ] {} <Trace> HTTP-Session: 53e6dff3-e16d-4ffe-bb4d-e20ed61d16d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9717 | 2024.09.23 18:25:21.020653 [ 3 ] {04f217e8-385e-4656-bc81-29c1a1fd0d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9718 | 2024.09.23 18:25:21.020835 [ 3 ] {04f217e8-385e-4656-bc81-29c1a1fd0d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9719 | 2024.09.23 18:25:21.020844 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 9 rows starting from the beginning of the part | ||
9720 | 2024.09.23 18:25:21.021762 [ 3 ] {04f217e8-385e-4656-bc81-29c1a1fd0d6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9721 | 2024.09.23 18:25:21.021774 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
9722 | 2024.09.23 18:25:21.022386 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 23 rows starting from the beginning of the part | ||
9723 | 2024.09.23 18:25:21.022958 [ 3 ] {04f217e8-385e-4656-bc81-29c1a1fd0d6a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9724 | 2024.09.23 18:25:21.023027 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part | ||
9725 | 2024.09.23 18:25:21.023033 [ 3 ] {04f217e8-385e-4656-bc81-29c1a1fd0d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9726 | 2024.09.23 18:25:21.023630 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part | ||
9727 | 2024.09.23 18:25:21.024384 [ 3 ] {04f217e8-385e-4656-bc81-29c1a1fd0d6a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9728 | 2024.09.23 18:25:21.025157 [ 3 ] {04f217e8-385e-4656-bc81-29c1a1fd0d6a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9729 | 2024.09.23 18:25:21.025566 [ 3 ] {04f217e8-385e-4656-bc81-29c1a1fd0d6a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005132 sec., 15978.176149649258 rows/sec., 1.01 MiB/sec. | ||
9730 | 2024.09.23 18:25:21.025850 [ 3 ] {04f217e8-385e-4656-bc81-29c1a1fd0d6a} <Debug> DynamicQueryHandler: Done processing query | ||
9731 | 2024.09.23 18:25:21.025876 [ 3 ] {04f217e8-385e-4656-bc81-29c1a1fd0d6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9732 | 2024.09.23 18:25:21.025898 [ 3 ] {} <Debug> HTTP-Session: 53e6dff3-e16d-4ffe-bb4d-e20ed61d16d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9733 | 2024.09.23 18:25:21.029392 [ 191 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 725 rows, containing 19 columns (19 merged, 0 gathered) in 0.010113884 sec., 71683.63805635896 rows/sec., 128.45 MiB/sec. | ||
9734 | 2024.09.23 18:25:21.030436 [ 191 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9735 | 2024.09.23 18:25:21.031113 [ 191 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9736 | 2024.09.23 18:25:21.031212 [ 191 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9737 | 2024.09.23 18:25:21.031378 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
9738 | 2024.09.23 18:25:22.000146 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.93 MiB, peak 204.01 MiB, free memory in arenas 0.00 B, will set to 196.20 MiB (RSS), difference: 1.27 MiB | ||
9739 | 2024.09.23 18:25:25.982307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9740 | 2024.09.23 18:25:25.982454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9741 | 2024.09.23 18:25:25.982485 [ 3 ] {} <Debug> HTTP-Session: 916c5ddc-1105-4fc1-80b5-152df41142f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9742 | 2024.09.23 18:25:25.982514 [ 3 ] {} <Debug> HTTP-Session: 916c5ddc-1105-4fc1-80b5-152df41142f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9743 | 2024.09.23 18:25:25.982533 [ 3 ] {} <Debug> HTTP-Session: 916c5ddc-1105-4fc1-80b5-152df41142f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9744 | 2024.09.23 18:25:25.982590 [ 3 ] {} <Trace> HTTP-Session: 916c5ddc-1105-4fc1-80b5-152df41142f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9745 | 2024.09.23 18:25:25.982828 [ 3 ] {6fd49ad2-431c-4bde-a548-05ebf969f653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9746 | 2024.09.23 18:25:25.982898 [ 3 ] {6fd49ad2-431c-4bde-a548-05ebf969f653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9747 | 2024.09.23 18:25:25.983223 [ 3 ] {6fd49ad2-431c-4bde-a548-05ebf969f653} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9748 | 2024.09.23 18:25:25.983716 [ 3 ] {6fd49ad2-431c-4bde-a548-05ebf969f653} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9749 | 2024.09.23 18:25:25.983760 [ 3 ] {6fd49ad2-431c-4bde-a548-05ebf969f653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9750 | 2024.09.23 18:25:25.984183 [ 3 ] {6fd49ad2-431c-4bde-a548-05ebf969f653} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9751 | 2024.09.23 18:25:25.984573 [ 3 ] {6fd49ad2-431c-4bde-a548-05ebf969f653} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9752 | 2024.09.23 18:25:25.984744 [ 3 ] {6fd49ad2-431c-4bde-a548-05ebf969f653} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001996 sec., 37074.14829659319 rows/sec., 2.97 MiB/sec. | ||
9753 | 2024.09.23 18:25:25.985068 [ 3 ] {6fd49ad2-431c-4bde-a548-05ebf969f653} <Debug> DynamicQueryHandler: Done processing query | ||
9754 | 2024.09.23 18:25:25.985130 [ 3 ] {6fd49ad2-431c-4bde-a548-05ebf969f653} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9755 | 2024.09.23 18:25:25.985188 [ 3 ] {} <Debug> HTTP-Session: 916c5ddc-1105-4fc1-80b5-152df41142f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9756 | 2024.09.23 18:25:25.985400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9757 | 2024.09.23 18:25:25.985453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9758 | 2024.09.23 18:25:25.985472 [ 3 ] {} <Debug> HTTP-Session: 88e7edd9-26fb-4d5c-a48d-d4148374e2a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9759 | 2024.09.23 18:25:25.985489 [ 3 ] {} <Debug> HTTP-Session: 88e7edd9-26fb-4d5c-a48d-d4148374e2a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9760 | 2024.09.23 18:25:25.985504 [ 3 ] {} <Debug> HTTP-Session: 88e7edd9-26fb-4d5c-a48d-d4148374e2a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9761 | 2024.09.23 18:25:25.985539 [ 3 ] {} <Trace> HTTP-Session: 88e7edd9-26fb-4d5c-a48d-d4148374e2a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9762 | 2024.09.23 18:25:25.985645 [ 3 ] {f4087eb1-54c3-4bb3-ba3e-1bdfbdd77af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9763 | 2024.09.23 18:25:25.985691 [ 3 ] {f4087eb1-54c3-4bb3-ba3e-1bdfbdd77af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9764 | 2024.09.23 18:25:25.985942 [ 3 ] {f4087eb1-54c3-4bb3-ba3e-1bdfbdd77af9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9765 | 2024.09.23 18:25:25.986264 [ 3 ] {f4087eb1-54c3-4bb3-ba3e-1bdfbdd77af9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9766 | 2024.09.23 18:25:25.986302 [ 3 ] {f4087eb1-54c3-4bb3-ba3e-1bdfbdd77af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9767 | 2024.09.23 18:25:25.986650 [ 3 ] {f4087eb1-54c3-4bb3-ba3e-1bdfbdd77af9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9768 | 2024.09.23 18:25:25.987025 [ 3 ] {f4087eb1-54c3-4bb3-ba3e-1bdfbdd77af9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9769 | 2024.09.23 18:25:25.987188 [ 3 ] {f4087eb1-54c3-4bb3-ba3e-1bdfbdd77af9} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001565 sec., 5750.7987220447285 rows/sec., 432.43 KiB/sec. | ||
9770 | 2024.09.23 18:25:25.987476 [ 3 ] {f4087eb1-54c3-4bb3-ba3e-1bdfbdd77af9} <Debug> DynamicQueryHandler: Done processing query | ||
9771 | 2024.09.23 18:25:25.987534 [ 3 ] {f4087eb1-54c3-4bb3-ba3e-1bdfbdd77af9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9772 | 2024.09.23 18:25:25.987570 [ 3 ] {} <Debug> HTTP-Session: 88e7edd9-26fb-4d5c-a48d-d4148374e2a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9773 | 2024.09.23 18:25:25.987725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9774 | 2024.09.23 18:25:25.987775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9775 | 2024.09.23 18:25:25.987795 [ 3 ] {} <Debug> HTTP-Session: 1862b0e8-d7ff-4491-90d5-35bcd23c2969 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9776 | 2024.09.23 18:25:25.987812 [ 3 ] {} <Debug> HTTP-Session: 1862b0e8-d7ff-4491-90d5-35bcd23c2969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9777 | 2024.09.23 18:25:25.987827 [ 3 ] {} <Debug> HTTP-Session: 1862b0e8-d7ff-4491-90d5-35bcd23c2969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9778 | 2024.09.23 18:25:25.987860 [ 3 ] {} <Trace> HTTP-Session: 1862b0e8-d7ff-4491-90d5-35bcd23c2969 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9779 | 2024.09.23 18:25:25.987984 [ 3 ] {16f479af-84bd-42fd-a9aa-eb5d12db0250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9780 | 2024.09.23 18:25:25.988030 [ 3 ] {16f479af-84bd-42fd-a9aa-eb5d12db0250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9781 | 2024.09.23 18:25:25.988271 [ 3 ] {16f479af-84bd-42fd-a9aa-eb5d12db0250} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9782 | 2024.09.23 18:25:25.988622 [ 3 ] {16f479af-84bd-42fd-a9aa-eb5d12db0250} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9783 | 2024.09.23 18:25:25.988660 [ 3 ] {16f479af-84bd-42fd-a9aa-eb5d12db0250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9784 | 2024.09.23 18:25:25.989014 [ 3 ] {16f479af-84bd-42fd-a9aa-eb5d12db0250} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9785 | 2024.09.23 18:25:25.989379 [ 3 ] {16f479af-84bd-42fd-a9aa-eb5d12db0250} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9786 | 2024.09.23 18:25:25.989543 [ 3 ] {16f479af-84bd-42fd-a9aa-eb5d12db0250} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001591 sec., 45883.092394720305 rows/sec., 3.58 MiB/sec. | ||
9787 | 2024.09.23 18:25:25.989881 [ 3 ] {16f479af-84bd-42fd-a9aa-eb5d12db0250} <Debug> DynamicQueryHandler: Done processing query | ||
9788 | 2024.09.23 18:25:25.989937 [ 3 ] {16f479af-84bd-42fd-a9aa-eb5d12db0250} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9789 | 2024.09.23 18:25:25.989969 [ 3 ] {} <Debug> HTTP-Session: 1862b0e8-d7ff-4491-90d5-35bcd23c2969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9790 | 2024.09.23 18:25:25.990159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9791 | 2024.09.23 18:25:25.990209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9792 | 2024.09.23 18:25:25.990228 [ 3 ] {} <Debug> HTTP-Session: 57a10674-3039-406b-b7da-e800e8287355 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9793 | 2024.09.23 18:25:25.990244 [ 3 ] {} <Debug> HTTP-Session: 57a10674-3039-406b-b7da-e800e8287355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9794 | 2024.09.23 18:25:25.990259 [ 3 ] {} <Debug> HTTP-Session: 57a10674-3039-406b-b7da-e800e8287355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9795 | 2024.09.23 18:25:25.990290 [ 3 ] {} <Trace> HTTP-Session: 57a10674-3039-406b-b7da-e800e8287355 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9796 | 2024.09.23 18:25:25.990446 [ 3 ] {f88c3ab3-6c5a-4816-9162-d29d83661cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9797 | 2024.09.23 18:25:25.990495 [ 3 ] {f88c3ab3-6c5a-4816-9162-d29d83661cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9798 | 2024.09.23 18:25:25.990663 [ 3 ] {f88c3ab3-6c5a-4816-9162-d29d83661cbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9799 | 2024.09.23 18:25:25.991104 [ 3 ] {f88c3ab3-6c5a-4816-9162-d29d83661cbd} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9800 | 2024.09.23 18:25:25.991141 [ 3 ] {f88c3ab3-6c5a-4816-9162-d29d83661cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9801 | 2024.09.23 18:25:25.991527 [ 3 ] {f88c3ab3-6c5a-4816-9162-d29d83661cbd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9802 | 2024.09.23 18:25:25.991870 [ 3 ] {f88c3ab3-6c5a-4816-9162-d29d83661cbd} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9803 | 2024.09.23 18:25:25.992025 [ 3 ] {f88c3ab3-6c5a-4816-9162-d29d83661cbd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. | ||
9804 | 2024.09.23 18:25:25.992196 [ 3 ] {f88c3ab3-6c5a-4816-9162-d29d83661cbd} <Debug> DynamicQueryHandler: Done processing query | ||
9805 | 2024.09.23 18:25:25.992221 [ 3 ] {f88c3ab3-6c5a-4816-9162-d29d83661cbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9806 | 2024.09.23 18:25:25.992237 [ 3 ] {} <Debug> HTTP-Session: 57a10674-3039-406b-b7da-e800e8287355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9807 | 2024.09.23 18:25:25.992364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9808 | 2024.09.23 18:25:25.992413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9809 | 2024.09.23 18:25:25.992432 [ 3 ] {} <Debug> HTTP-Session: d5340ed0-983f-4086-844e-820374aa130f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9810 | 2024.09.23 18:25:25.992449 [ 3 ] {} <Debug> HTTP-Session: d5340ed0-983f-4086-844e-820374aa130f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9811 | 2024.09.23 18:25:25.992463 [ 3 ] {} <Debug> HTTP-Session: d5340ed0-983f-4086-844e-820374aa130f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9812 | 2024.09.23 18:25:25.992494 [ 3 ] {} <Trace> HTTP-Session: d5340ed0-983f-4086-844e-820374aa130f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9813 | 2024.09.23 18:25:25.992670 [ 3 ] {be0b5aec-5155-4e4b-bb50-a80c3d1d5fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9814 | 2024.09.23 18:25:25.992735 [ 3 ] {be0b5aec-5155-4e4b-bb50-a80c3d1d5fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9815 | 2024.09.23 18:25:25.993146 [ 3 ] {be0b5aec-5155-4e4b-bb50-a80c3d1d5fe3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9816 | 2024.09.23 18:25:25.993628 [ 3 ] {be0b5aec-5155-4e4b-bb50-a80c3d1d5fe3} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9817 | 2024.09.23 18:25:25.993665 [ 3 ] {be0b5aec-5155-4e4b-bb50-a80c3d1d5fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9818 | 2024.09.23 18:25:25.994258 [ 3 ] {be0b5aec-5155-4e4b-bb50-a80c3d1d5fe3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9819 | 2024.09.23 18:25:25.994681 [ 3 ] {be0b5aec-5155-4e4b-bb50-a80c3d1d5fe3} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9820 | 2024.09.23 18:25:25.994889 [ 3 ] {be0b5aec-5155-4e4b-bb50-a80c3d1d5fe3} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002319 sec., 3880.98318240621 rows/sec., 6.95 MiB/sec. | ||
9821 | 2024.09.23 18:25:25.995090 [ 3 ] {be0b5aec-5155-4e4b-bb50-a80c3d1d5fe3} <Debug> DynamicQueryHandler: Done processing query | ||
9822 | 2024.09.23 18:25:25.995114 [ 3 ] {be0b5aec-5155-4e4b-bb50-a80c3d1d5fe3} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
9823 | 2024.09.23 18:25:25.995131 [ 3 ] {} <Debug> HTTP-Session: d5340ed0-983f-4086-844e-820374aa130f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9824 | 2024.09.23 18:25:25.995257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9825 | 2024.09.23 18:25:25.995305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9826 | 2024.09.23 18:25:25.995325 [ 3 ] {} <Debug> HTTP-Session: 4443fd9a-3e26-4bc3-97f7-4a8bb8e85294 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9827 | 2024.09.23 18:25:25.995341 [ 3 ] {} <Debug> HTTP-Session: 4443fd9a-3e26-4bc3-97f7-4a8bb8e85294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9828 | 2024.09.23 18:25:25.995356 [ 3 ] {} <Debug> HTTP-Session: 4443fd9a-3e26-4bc3-97f7-4a8bb8e85294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9829 | 2024.09.23 18:25:25.995386 [ 3 ] {} <Trace> HTTP-Session: 4443fd9a-3e26-4bc3-97f7-4a8bb8e85294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9830 | 2024.09.23 18:25:25.995500 [ 3 ] {60a90c81-0372-4635-8885-face5eb4d4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9831 | 2024.09.23 18:25:25.995546 [ 3 ] {60a90c81-0372-4635-8885-face5eb4d4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9832 | 2024.09.23 18:25:25.995672 [ 3 ] {60a90c81-0372-4635-8885-face5eb4d4e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9833 | 2024.09.23 18:25:25.995958 [ 3 ] {60a90c81-0372-4635-8885-face5eb4d4e0} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9834 | 2024.09.23 18:25:25.995994 [ 3 ] {60a90c81-0372-4635-8885-face5eb4d4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9835 | 2024.09.23 18:25:25.996351 [ 3 ] {60a90c81-0372-4635-8885-face5eb4d4e0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9836 | 2024.09.23 18:25:25.996679 [ 3 ] {60a90c81-0372-4635-8885-face5eb4d4e0} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9837 | 2024.09.23 18:25:25.996831 [ 3 ] {60a90c81-0372-4635-8885-face5eb4d4e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
9838 | 2024.09.23 18:25:25.996994 [ 3 ] {60a90c81-0372-4635-8885-face5eb4d4e0} <Debug> DynamicQueryHandler: Done processing query | ||
9839 | 2024.09.23 18:25:25.997019 [ 3 ] {60a90c81-0372-4635-8885-face5eb4d4e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9840 | 2024.09.23 18:25:25.997036 [ 3 ] {} <Debug> HTTP-Session: 4443fd9a-3e26-4bc3-97f7-4a8bb8e85294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9841 | 2024.09.23 18:25:27.292386 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9842 | 2024.09.23 18:25:27.292449 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9843 | 2024.09.23 18:25:30.988017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9844 | 2024.09.23 18:25:30.988146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9845 | 2024.09.23 18:25:30.988172 [ 3 ] {} <Debug> HTTP-Session: 4dcb0d8c-9055-4ceb-a676-177dd34e6f52 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9846 | 2024.09.23 18:25:30.988198 [ 3 ] {} <Debug> HTTP-Session: 4dcb0d8c-9055-4ceb-a676-177dd34e6f52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9847 | 2024.09.23 18:25:30.988214 [ 3 ] {} <Debug> HTTP-Session: 4dcb0d8c-9055-4ceb-a676-177dd34e6f52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9848 | 2024.09.23 18:25:30.988262 [ 3 ] {} <Trace> HTTP-Session: 4dcb0d8c-9055-4ceb-a676-177dd34e6f52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9849 | 2024.09.23 18:25:30.988521 [ 3 ] {268ca485-a9d1-4ae4-9735-58597c034d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9850 | 2024.09.23 18:25:30.988589 [ 3 ] {268ca485-a9d1-4ae4-9735-58597c034d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9851 | 2024.09.23 18:25:30.988919 [ 3 ] {268ca485-a9d1-4ae4-9735-58597c034d2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9852 | 2024.09.23 18:25:30.989475 [ 3 ] {268ca485-a9d1-4ae4-9735-58597c034d2b} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9853 | 2024.09.23 18:25:30.989518 [ 3 ] {268ca485-a9d1-4ae4-9735-58597c034d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9854 | 2024.09.23 18:25:30.989957 [ 3 ] {268ca485-a9d1-4ae4-9735-58597c034d2b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9855 | 2024.09.23 18:25:30.990352 [ 3 ] {268ca485-a9d1-4ae4-9735-58597c034d2b} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9856 | 2024.09.23 18:25:30.990517 [ 3 ] {268ca485-a9d1-4ae4-9735-58597c034d2b} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.00211 sec., 118957.34597156399 rows/sec., 10.53 MiB/sec. | ||
9857 | 2024.09.23 18:25:30.990721 [ 3 ] {268ca485-a9d1-4ae4-9735-58597c034d2b} <Debug> DynamicQueryHandler: Done processing query | ||
9858 | 2024.09.23 18:25:30.990747 [ 3 ] {268ca485-a9d1-4ae4-9735-58597c034d2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9859 | 2024.09.23 18:25:30.990763 [ 3 ] {} <Debug> HTTP-Session: 4dcb0d8c-9055-4ceb-a676-177dd34e6f52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9860 | 2024.09.23 18:25:30.990911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9861 | 2024.09.23 18:25:30.990960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9862 | 2024.09.23 18:25:30.990980 [ 3 ] {} <Debug> HTTP-Session: b87da7e7-a6da-4631-9319-5846393a3adc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9863 | 2024.09.23 18:25:30.990997 [ 3 ] {} <Debug> HTTP-Session: b87da7e7-a6da-4631-9319-5846393a3adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9864 | 2024.09.23 18:25:30.991011 [ 3 ] {} <Debug> HTTP-Session: b87da7e7-a6da-4631-9319-5846393a3adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9865 | 2024.09.23 18:25:30.991043 [ 3 ] {} <Trace> HTTP-Session: b87da7e7-a6da-4631-9319-5846393a3adc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9866 | 2024.09.23 18:25:30.991151 [ 3 ] {4e8652ae-7912-4a25-b82d-27880557a925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9867 | 2024.09.23 18:25:30.991194 [ 3 ] {4e8652ae-7912-4a25-b82d-27880557a925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9868 | 2024.09.23 18:25:30.991419 [ 3 ] {4e8652ae-7912-4a25-b82d-27880557a925} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9869 | 2024.09.23 18:25:30.991765 [ 3 ] {4e8652ae-7912-4a25-b82d-27880557a925} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9870 | 2024.09.23 18:25:30.991803 [ 3 ] {4e8652ae-7912-4a25-b82d-27880557a925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9871 | 2024.09.23 18:25:30.992149 [ 3 ] {4e8652ae-7912-4a25-b82d-27880557a925} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9872 | 2024.09.23 18:25:30.992527 [ 3 ] {4e8652ae-7912-4a25-b82d-27880557a925} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9873 | 2024.09.23 18:25:30.992697 [ 3 ] {4e8652ae-7912-4a25-b82d-27880557a925} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001568 sec., 19770.408163265307 rows/sec., 1.45 MiB/sec. | ||
9874 | 2024.09.23 18:25:30.992995 [ 3 ] {4e8652ae-7912-4a25-b82d-27880557a925} <Debug> DynamicQueryHandler: Done processing query | ||
9875 | 2024.09.23 18:25:30.993053 [ 3 ] {4e8652ae-7912-4a25-b82d-27880557a925} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9876 | 2024.09.23 18:25:30.993102 [ 3 ] {} <Debug> HTTP-Session: b87da7e7-a6da-4631-9319-5846393a3adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9877 | 2024.09.23 18:25:30.993258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9878 | 2024.09.23 18:25:30.993308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9879 | 2024.09.23 18:25:30.993327 [ 3 ] {} <Debug> HTTP-Session: e47dac7f-edaf-4693-99e8-ad7833590709 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9880 | 2024.09.23 18:25:30.993345 [ 3 ] {} <Debug> HTTP-Session: e47dac7f-edaf-4693-99e8-ad7833590709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9881 | 2024.09.23 18:25:30.993359 [ 3 ] {} <Debug> HTTP-Session: e47dac7f-edaf-4693-99e8-ad7833590709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9882 | 2024.09.23 18:25:30.993391 [ 3 ] {} <Trace> HTTP-Session: e47dac7f-edaf-4693-99e8-ad7833590709 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9883 | 2024.09.23 18:25:30.993494 [ 3 ] {db384043-eff6-4cf8-b33a-679d24fe4294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9884 | 2024.09.23 18:25:30.993540 [ 3 ] {db384043-eff6-4cf8-b33a-679d24fe4294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9885 | 2024.09.23 18:25:30.993777 [ 3 ] {db384043-eff6-4cf8-b33a-679d24fe4294} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9886 | 2024.09.23 18:25:30.994155 [ 3 ] {db384043-eff6-4cf8-b33a-679d24fe4294} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9887 | 2024.09.23 18:25:30.994193 [ 3 ] {db384043-eff6-4cf8-b33a-679d24fe4294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9888 | 2024.09.23 18:25:30.994550 [ 3 ] {db384043-eff6-4cf8-b33a-679d24fe4294} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9889 | 2024.09.23 18:25:30.994911 [ 3 ] {db384043-eff6-4cf8-b33a-679d24fe4294} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9890 | 2024.09.23 18:25:30.995079 [ 3 ] {db384043-eff6-4cf8-b33a-679d24fe4294} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 611.65 KiB/sec. | ||
9891 | 2024.09.23 18:25:30.995078 [ 152 ] {} <Debug> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
9892 | 2024.09.23 18:25:30.995196 [ 152 ] {} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9893 | 2024.09.23 18:25:30.995243 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9894 | 2024.09.23 18:25:30.995357 [ 3 ] {db384043-eff6-4cf8-b33a-679d24fe4294} <Debug> DynamicQueryHandler: Done processing query | ||
9895 | 2024.09.23 18:25:30.995427 [ 3 ] {db384043-eff6-4cf8-b33a-679d24fe4294} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9896 | 2024.09.23 18:25:30.995472 [ 3 ] {} <Debug> HTTP-Session: e47dac7f-edaf-4693-99e8-ad7833590709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9897 | 2024.09.23 18:25:30.995514 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
9898 | 2024.09.23 18:25:30.995632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9899 | 2024.09.23 18:25:30.995742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9900 | 2024.09.23 18:25:30.995798 [ 3 ] {} <Debug> HTTP-Session: 67b3d7ef-2b48-4946-b086-3d007f81ac0f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9901 | 2024.09.23 18:25:30.995849 [ 3 ] {} <Debug> HTTP-Session: 67b3d7ef-2b48-4946-b086-3d007f81ac0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9902 | 2024.09.23 18:25:30.995896 [ 3 ] {} <Debug> HTTP-Session: 67b3d7ef-2b48-4946-b086-3d007f81ac0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9903 | 2024.09.23 18:25:30.995950 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9904 | 2024.09.23 18:25:30.995969 [ 3 ] {} <Trace> HTTP-Session: 67b3d7ef-2b48-4946-b086-3d007f81ac0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9905 | 2024.09.23 18:25:30.996024 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 243 rows starting from the beginning of the part | ||
9906 | 2024.09.23 18:25:30.996286 [ 3 ] {fc9401aa-e105-470e-a519-2c1335ee4dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9907 | 2024.09.23 18:25:30.996329 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
9908 | 2024.09.23 18:25:30.996430 [ 3 ] {fc9401aa-e105-470e-a519-2c1335ee4dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9909 | 2024.09.23 18:25:30.996658 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
9910 | 2024.09.23 18:25:30.997008 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 242 rows starting from the beginning of the part | ||
9911 | 2024.09.23 18:25:30.997310 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
9912 | 2024.09.23 18:25:30.997701 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
9913 | 2024.09.23 18:25:30.998369 [ 3 ] {fc9401aa-e105-470e-a519-2c1335ee4dc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9914 | 2024.09.23 18:25:30.999149 [ 3 ] {fc9401aa-e105-470e-a519-2c1335ee4dc5} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9915 | 2024.09.23 18:25:30.999203 [ 3 ] {fc9401aa-e105-470e-a519-2c1335ee4dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9916 | 2024.09.23 18:25:31.000202 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.87 MiB, peak 204.87 MiB, free memory in arenas 0.00 B, will set to 196.21 MiB (RSS), difference: -8.66 MiB | ||
9917 | 2024.09.23 18:25:31.000616 [ 3 ] {fc9401aa-e105-470e-a519-2c1335ee4dc5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9918 | 2024.09.23 18:25:31.001765 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.006429771 sec., 84139.85505860162 rows/sec., 5.72 MiB/sec. | ||
9919 | 2024.09.23 18:25:31.001997 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
9920 | 2024.09.23 18:25:31.002025 [ 3 ] {fc9401aa-e105-470e-a519-2c1335ee4dc5} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9921 | 2024.09.23 18:25:31.002400 [ 3 ] {fc9401aa-e105-470e-a519-2c1335ee4dc5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.006268 sec., 957.2431397574984 rows/sec., 56.56 KiB/sec. | ||
9922 | 2024.09.23 18:25:31.002920 [ 3 ] {fc9401aa-e105-470e-a519-2c1335ee4dc5} <Debug> DynamicQueryHandler: Done processing query | ||
9923 | 2024.09.23 18:25:31.002967 [ 3 ] {fc9401aa-e105-470e-a519-2c1335ee4dc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9924 | 2024.09.23 18:25:31.002996 [ 3 ] {} <Debug> HTTP-Session: 67b3d7ef-2b48-4946-b086-3d007f81ac0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9925 | 2024.09.23 18:25:31.003110 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9926 | 2024.09.23 18:25:31.003208 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_24_5} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
9927 | 2024.09.23 18:25:31.003308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9928 | 2024.09.23 18:25:31.003350 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
9929 | 2024.09.23 18:25:31.003400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9930 | 2024.09.23 18:25:31.003427 [ 3 ] {} <Debug> HTTP-Session: 0e3a14de-a5bf-4043-b6fc-5e3e7f96eb2b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9931 | 2024.09.23 18:25:31.003444 [ 3 ] {} <Debug> HTTP-Session: 0e3a14de-a5bf-4043-b6fc-5e3e7f96eb2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9932 | 2024.09.23 18:25:31.003459 [ 3 ] {} <Debug> HTTP-Session: 0e3a14de-a5bf-4043-b6fc-5e3e7f96eb2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9933 | 2024.09.23 18:25:31.003490 [ 3 ] {} <Trace> HTTP-Session: 0e3a14de-a5bf-4043-b6fc-5e3e7f96eb2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9934 | 2024.09.23 18:25:31.003741 [ 3 ] {df5dd1a8-bf6b-4d4a-b2f6-48f82a20b113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9935 | 2024.09.23 18:25:31.003789 [ 3 ] {df5dd1a8-bf6b-4d4a-b2f6-48f82a20b113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9936 | 2024.09.23 18:25:31.004043 [ 3 ] {df5dd1a8-bf6b-4d4a-b2f6-48f82a20b113} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9937 | 2024.09.23 18:25:31.004682 [ 3 ] {df5dd1a8-bf6b-4d4a-b2f6-48f82a20b113} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9938 | 2024.09.23 18:25:31.004719 [ 3 ] {df5dd1a8-bf6b-4d4a-b2f6-48f82a20b113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9939 | 2024.09.23 18:25:31.005097 [ 3 ] {df5dd1a8-bf6b-4d4a-b2f6-48f82a20b113} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9940 | 2024.09.23 18:25:31.005468 [ 3 ] {df5dd1a8-bf6b-4d4a-b2f6-48f82a20b113} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9941 | 2024.09.23 18:25:31.005623 [ 3 ] {df5dd1a8-bf6b-4d4a-b2f6-48f82a20b113} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.002007 sec., 205779.7708021923 rows/sec., 14.68 MiB/sec. | ||
9942 | 2024.09.23 18:25:31.005839 [ 3 ] {df5dd1a8-bf6b-4d4a-b2f6-48f82a20b113} <Debug> DynamicQueryHandler: Done processing query | ||
9943 | 2024.09.23 18:25:31.005874 [ 3 ] {df5dd1a8-bf6b-4d4a-b2f6-48f82a20b113} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
9944 | 2024.09.23 18:25:31.005906 [ 3 ] {} <Debug> HTTP-Session: 0e3a14de-a5bf-4043-b6fc-5e3e7f96eb2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9945 | 2024.09.23 18:25:31.006059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9946 | 2024.09.23 18:25:31.006107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9947 | 2024.09.23 18:25:31.006127 [ 3 ] {} <Debug> HTTP-Session: eea933e6-20be-4ec4-8915-c5a7a189f905 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9948 | 2024.09.23 18:25:31.006143 [ 3 ] {} <Debug> HTTP-Session: eea933e6-20be-4ec4-8915-c5a7a189f905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9949 | 2024.09.23 18:25:31.006157 [ 3 ] {} <Debug> HTTP-Session: eea933e6-20be-4ec4-8915-c5a7a189f905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9950 | 2024.09.23 18:25:31.006187 [ 3 ] {} <Trace> HTTP-Session: eea933e6-20be-4ec4-8915-c5a7a189f905 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9951 | 2024.09.23 18:25:31.006282 [ 3 ] {3b575104-e6da-4d1b-8015-05e89fddd1f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9952 | 2024.09.23 18:25:31.006326 [ 3 ] {3b575104-e6da-4d1b-8015-05e89fddd1f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9953 | 2024.09.23 18:25:31.006454 [ 3 ] {3b575104-e6da-4d1b-8015-05e89fddd1f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9954 | 2024.09.23 18:25:31.006758 [ 3 ] {3b575104-e6da-4d1b-8015-05e89fddd1f6} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9955 | 2024.09.23 18:25:31.006793 [ 3 ] {3b575104-e6da-4d1b-8015-05e89fddd1f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9956 | 2024.09.23 18:25:31.007150 [ 3 ] {3b575104-e6da-4d1b-8015-05e89fddd1f6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9957 | 2024.09.23 18:25:31.007480 [ 3 ] {3b575104-e6da-4d1b-8015-05e89fddd1f6} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9958 | 2024.09.23 18:25:31.007639 [ 3 ] {3b575104-e6da-4d1b-8015-05e89fddd1f6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001371 sec., 4376.367614879649 rows/sec., 228.65 KiB/sec. | ||
9959 | 2024.09.23 18:25:31.007952 [ 3 ] {3b575104-e6da-4d1b-8015-05e89fddd1f6} <Debug> DynamicQueryHandler: Done processing query | ||
9960 | 2024.09.23 18:25:31.007977 [ 3 ] {3b575104-e6da-4d1b-8015-05e89fddd1f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9961 | 2024.09.23 18:25:31.007993 [ 3 ] {} <Debug> HTTP-Session: eea933e6-20be-4ec4-8915-c5a7a189f905 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9962 | 2024.09.23 18:25:31.008199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9963 | 2024.09.23 18:25:31.008247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9964 | 2024.09.23 18:25:31.008266 [ 3 ] {} <Debug> HTTP-Session: e6eca929-cf4b-4214-8bb6-097f73e0a842 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9965 | 2024.09.23 18:25:31.008282 [ 3 ] {} <Debug> HTTP-Session: e6eca929-cf4b-4214-8bb6-097f73e0a842 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9966 | 2024.09.23 18:25:31.008296 [ 3 ] {} <Debug> HTTP-Session: e6eca929-cf4b-4214-8bb6-097f73e0a842 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9967 | 2024.09.23 18:25:31.008326 [ 3 ] {} <Trace> HTTP-Session: e6eca929-cf4b-4214-8bb6-097f73e0a842 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9968 | 2024.09.23 18:25:31.008534 [ 3 ] {0c342e94-e25f-4c4b-8d19-6791504b06dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9969 | 2024.09.23 18:25:31.008581 [ 3 ] {0c342e94-e25f-4c4b-8d19-6791504b06dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9970 | 2024.09.23 18:25:31.008745 [ 3 ] {0c342e94-e25f-4c4b-8d19-6791504b06dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9971 | 2024.09.23 18:25:31.009212 [ 3 ] {0c342e94-e25f-4c4b-8d19-6791504b06dc} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9972 | 2024.09.23 18:25:31.009248 [ 3 ] {0c342e94-e25f-4c4b-8d19-6791504b06dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9973 | 2024.09.23 18:25:31.009634 [ 3 ] {0c342e94-e25f-4c4b-8d19-6791504b06dc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9974 | 2024.09.23 18:25:31.009975 [ 3 ] {0c342e94-e25f-4c4b-8d19-6791504b06dc} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9975 | 2024.09.23 18:25:31.010140 [ 3 ] {0c342e94-e25f-4c4b-8d19-6791504b06dc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001714 sec., 138273.04550758458 rows/sec., 9.27 MiB/sec. | ||
9976 | 2024.09.23 18:25:31.010351 [ 3 ] {0c342e94-e25f-4c4b-8d19-6791504b06dc} <Debug> DynamicQueryHandler: Done processing query | ||
9977 | 2024.09.23 18:25:31.010385 [ 3 ] {0c342e94-e25f-4c4b-8d19-6791504b06dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9978 | 2024.09.23 18:25:31.010410 [ 3 ] {} <Debug> HTTP-Session: e6eca929-cf4b-4214-8bb6-097f73e0a842 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9979 | 2024.09.23 18:25:31.010526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9980 | 2024.09.23 18:25:31.010574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9981 | 2024.09.23 18:25:31.010593 [ 3 ] {} <Debug> HTTP-Session: 6d00e65e-3e34-4e97-9733-fea5923cb780 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
9982 | 2024.09.23 18:25:31.010610 [ 3 ] {} <Debug> HTTP-Session: 6d00e65e-3e34-4e97-9733-fea5923cb780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9983 | 2024.09.23 18:25:31.010623 [ 3 ] {} <Debug> HTTP-Session: 6d00e65e-3e34-4e97-9733-fea5923cb780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9984 | 2024.09.23 18:25:31.010653 [ 3 ] {} <Trace> HTTP-Session: 6d00e65e-3e34-4e97-9733-fea5923cb780 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9985 | 2024.09.23 18:25:31.010746 [ 3 ] {49d1bfe6-94a2-4145-8bd0-f55a58c166d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9986 | 2024.09.23 18:25:31.010790 [ 3 ] {49d1bfe6-94a2-4145-8bd0-f55a58c166d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9987 | 2024.09.23 18:25:31.010916 [ 3 ] {49d1bfe6-94a2-4145-8bd0-f55a58c166d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9988 | 2024.09.23 18:25:31.011185 [ 3 ] {49d1bfe6-94a2-4145-8bd0-f55a58c166d6} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9989 | 2024.09.23 18:25:31.011221 [ 3 ] {49d1bfe6-94a2-4145-8bd0-f55a58c166d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9990 | 2024.09.23 18:25:31.011570 [ 3 ] {49d1bfe6-94a2-4145-8bd0-f55a58c166d6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9991 | 2024.09.23 18:25:31.011892 [ 3 ] {49d1bfe6-94a2-4145-8bd0-f55a58c166d6} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9992 | 2024.09.23 18:25:31.012046 [ 152 ] {} <Debug> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
9993 | 2024.09.23 18:25:31.012047 [ 3 ] {49d1bfe6-94a2-4145-8bd0-f55a58c166d6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001315 sec., 760.4562737642585 rows/sec., 51.24 KiB/sec. | ||
9994 | 2024.09.23 18:25:31.012115 [ 152 ] {} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9995 | 2024.09.23 18:25:31.012181 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
9996 | 2024.09.23 18:25:31.012441 [ 3 ] {49d1bfe6-94a2-4145-8bd0-f55a58c166d6} <Debug> DynamicQueryHandler: Done processing query | ||
9997 | 2024.09.23 18:25:31.012568 [ 3 ] {49d1bfe6-94a2-4145-8bd0-f55a58c166d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9998 | 2024.09.23 18:25:31.012642 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
9999 | 2024.09.23 18:25:31.012665 [ 3 ] {} <Debug> HTTP-Session: 6d00e65e-3e34-4e97-9733-fea5923cb780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10000 | 2024.09.23 18:25:31.012969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10001 | 2024.09.23 18:25:31.013009 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10002 | 2024.09.23 18:25:31.013060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10003 | 2024.09.23 18:25:31.013077 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 20 rows starting from the beginning of the part | ||
10004 | 2024.09.23 18:25:31.013111 [ 3 ] {} <Debug> HTTP-Session: 758c795c-372b-4f8e-be21-6ab7afdc3ef9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10005 | 2024.09.23 18:25:31.013148 [ 3 ] {} <Debug> HTTP-Session: 758c795c-372b-4f8e-be21-6ab7afdc3ef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10006 | 2024.09.23 18:25:31.013186 [ 3 ] {} <Debug> HTTP-Session: 758c795c-372b-4f8e-be21-6ab7afdc3ef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10007 | 2024.09.23 18:25:31.013319 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
10008 | 2024.09.23 18:25:31.013412 [ 3 ] {} <Trace> HTTP-Session: 758c795c-372b-4f8e-be21-6ab7afdc3ef9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10009 | 2024.09.23 18:25:31.013563 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
10010 | 2024.09.23 18:25:31.013810 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
10011 | 2024.09.23 18:25:31.014037 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
10012 | 2024.09.23 18:25:31.014287 [ 3 ] {870f9e9a-72ea-4379-a58b-46b5f2e1aeb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10013 | 2024.09.23 18:25:31.014315 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
10014 | 2024.09.23 18:25:31.014637 [ 3 ] {870f9e9a-72ea-4379-a58b-46b5f2e1aeb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10015 | 2024.09.23 18:25:31.016506 [ 3 ] {870f9e9a-72ea-4379-a58b-46b5f2e1aeb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10016 | 2024.09.23 18:25:31.017713 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.005402316 sec., 4627.644884157091 rows/sec., 310.38 KiB/sec. | ||
10017 | 2024.09.23 18:25:31.017969 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
10018 | 2024.09.23 18:25:31.018124 [ 3 ] {870f9e9a-72ea-4379-a58b-46b5f2e1aeb9} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10019 | 2024.09.23 18:25:31.018191 [ 3 ] {870f9e9a-72ea-4379-a58b-46b5f2e1aeb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10020 | 2024.09.23 18:25:31.019116 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10021 | 2024.09.23 18:25:31.019325 [ 187 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_24_5} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
10022 | 2024.09.23 18:25:31.019532 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10023 | 2024.09.23 18:25:31.019796 [ 3 ] {870f9e9a-72ea-4379-a58b-46b5f2e1aeb9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10024 | 2024.09.23 18:25:31.020240 [ 3 ] {870f9e9a-72ea-4379-a58b-46b5f2e1aeb9} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10025 | 2024.09.23 18:25:31.020449 [ 3 ] {870f9e9a-72ea-4379-a58b-46b5f2e1aeb9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006819 sec., 4546.121132130811 rows/sec., 8.15 MiB/sec. | ||
10026 | 2024.09.23 18:25:31.020891 [ 3 ] {870f9e9a-72ea-4379-a58b-46b5f2e1aeb9} <Debug> DynamicQueryHandler: Done processing query | ||
10027 | 2024.09.23 18:25:31.020916 [ 3 ] {870f9e9a-72ea-4379-a58b-46b5f2e1aeb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10028 | 2024.09.23 18:25:31.020932 [ 3 ] {} <Debug> HTTP-Session: 758c795c-372b-4f8e-be21-6ab7afdc3ef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10029 | 2024.09.23 18:25:31.021066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10030 | 2024.09.23 18:25:31.021114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10031 | 2024.09.23 18:25:31.021134 [ 3 ] {} <Debug> HTTP-Session: baecc2a4-df54-4e8c-ab4e-997f52cb892f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10032 | 2024.09.23 18:25:31.021150 [ 3 ] {} <Debug> HTTP-Session: baecc2a4-df54-4e8c-ab4e-997f52cb892f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10033 | 2024.09.23 18:25:31.021164 [ 3 ] {} <Debug> HTTP-Session: baecc2a4-df54-4e8c-ab4e-997f52cb892f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10034 | 2024.09.23 18:25:31.021195 [ 3 ] {} <Trace> HTTP-Session: baecc2a4-df54-4e8c-ab4e-997f52cb892f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10035 | 2024.09.23 18:25:31.021328 [ 3 ] {4e17e311-ce38-4b9e-9da2-e360cade1c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10036 | 2024.09.23 18:25:31.021373 [ 3 ] {4e17e311-ce38-4b9e-9da2-e360cade1c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10037 | 2024.09.23 18:25:31.021505 [ 3 ] {4e17e311-ce38-4b9e-9da2-e360cade1c8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10038 | 2024.09.23 18:25:31.021831 [ 3 ] {4e17e311-ce38-4b9e-9da2-e360cade1c8a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10039 | 2024.09.23 18:25:31.021867 [ 3 ] {4e17e311-ce38-4b9e-9da2-e360cade1c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10040 | 2024.09.23 18:25:31.022228 [ 3 ] {4e17e311-ce38-4b9e-9da2-e360cade1c8a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10041 | 2024.09.23 18:25:31.022560 [ 3 ] {4e17e311-ce38-4b9e-9da2-e360cade1c8a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10042 | 2024.09.23 18:25:31.022707 [ 3 ] {4e17e311-ce38-4b9e-9da2-e360cade1c8a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001433 sec., 57222.60990928123 rows/sec., 3.63 MiB/sec. | ||
10043 | 2024.09.23 18:25:31.022886 [ 3 ] {4e17e311-ce38-4b9e-9da2-e360cade1c8a} <Debug> DynamicQueryHandler: Done processing query | ||
10044 | 2024.09.23 18:25:31.022910 [ 3 ] {4e17e311-ce38-4b9e-9da2-e360cade1c8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10045 | 2024.09.23 18:25:31.022926 [ 3 ] {} <Debug> HTTP-Session: baecc2a4-df54-4e8c-ab4e-997f52cb892f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10046 | 2024.09.23 18:25:32.000309 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.28 MiB, peak 204.87 MiB, free memory in arenas 0.00 B, will set to 196.29 MiB (RSS), difference: 8.01 MiB | ||
10047 | 2024.09.23 18:25:35.982041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10048 | 2024.09.23 18:25:35.982184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10049 | 2024.09.23 18:25:35.982215 [ 3 ] {} <Debug> HTTP-Session: a8b34075-f3e2-4d3e-94b3-56a02bced807 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10050 | 2024.09.23 18:25:35.982243 [ 3 ] {} <Debug> HTTP-Session: a8b34075-f3e2-4d3e-94b3-56a02bced807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10051 | 2024.09.23 18:25:35.982261 [ 3 ] {} <Debug> HTTP-Session: a8b34075-f3e2-4d3e-94b3-56a02bced807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10052 | 2024.09.23 18:25:35.982315 [ 3 ] {} <Trace> HTTP-Session: a8b34075-f3e2-4d3e-94b3-56a02bced807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10053 | 2024.09.23 18:25:35.982526 [ 3 ] {447810ec-2260-4b00-9592-6a5820e78f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10054 | 2024.09.23 18:25:35.982601 [ 3 ] {447810ec-2260-4b00-9592-6a5820e78f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10055 | 2024.09.23 18:25:35.983041 [ 3 ] {447810ec-2260-4b00-9592-6a5820e78f5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10056 | 2024.09.23 18:25:35.983529 [ 3 ] {447810ec-2260-4b00-9592-6a5820e78f5e} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10057 | 2024.09.23 18:25:35.983574 [ 3 ] {447810ec-2260-4b00-9592-6a5820e78f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10058 | 2024.09.23 18:25:35.983992 [ 3 ] {447810ec-2260-4b00-9592-6a5820e78f5e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
10059 | 2024.09.23 18:25:35.984440 [ 3 ] {447810ec-2260-4b00-9592-6a5820e78f5e} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10060 | 2024.09.23 18:25:35.984646 [ 3 ] {447810ec-2260-4b00-9592-6a5820e78f5e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002179 sec., 2753.556677374943 rows/sec., 224.53 KiB/sec. | ||
10061 | 2024.09.23 18:25:35.984928 [ 3 ] {447810ec-2260-4b00-9592-6a5820e78f5e} <Debug> DynamicQueryHandler: Done processing query | ||
10062 | 2024.09.23 18:25:35.984967 [ 3 ] {447810ec-2260-4b00-9592-6a5820e78f5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10063 | 2024.09.23 18:25:35.984992 [ 3 ] {} <Debug> HTTP-Session: a8b34075-f3e2-4d3e-94b3-56a02bced807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10064 | 2024.09.23 18:25:35.985175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10065 | 2024.09.23 18:25:35.985247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10066 | 2024.09.23 18:25:35.985280 [ 3 ] {} <Debug> HTTP-Session: a3fab563-ea38-4c7c-8b77-e3556c3fd651 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10067 | 2024.09.23 18:25:35.985307 [ 3 ] {} <Debug> HTTP-Session: a3fab563-ea38-4c7c-8b77-e3556c3fd651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10068 | 2024.09.23 18:25:35.985331 [ 3 ] {} <Debug> HTTP-Session: a3fab563-ea38-4c7c-8b77-e3556c3fd651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10069 | 2024.09.23 18:25:35.985377 [ 3 ] {} <Trace> HTTP-Session: a3fab563-ea38-4c7c-8b77-e3556c3fd651 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10070 | 2024.09.23 18:25:35.985536 [ 3 ] {933ac640-1321-4fcd-8a88-58008d821afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10071 | 2024.09.23 18:25:35.985586 [ 3 ] {933ac640-1321-4fcd-8a88-58008d821afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10072 | 2024.09.23 18:25:35.985826 [ 3 ] {933ac640-1321-4fcd-8a88-58008d821afa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10073 | 2024.09.23 18:25:35.986222 [ 3 ] {933ac640-1321-4fcd-8a88-58008d821afa} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10074 | 2024.09.23 18:25:35.986260 [ 3 ] {933ac640-1321-4fcd-8a88-58008d821afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10075 | 2024.09.23 18:25:35.986627 [ 3 ] {933ac640-1321-4fcd-8a88-58008d821afa} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10076 | 2024.09.23 18:25:35.987008 [ 3 ] {933ac640-1321-4fcd-8a88-58008d821afa} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10077 | 2024.09.23 18:25:35.987138 [ 3 ] {933ac640-1321-4fcd-8a88-58008d821afa} <Debug> executeQuery: Read 77 rows, 6.29 KiB in 0.001658 sec., 46441.49577804584 rows/sec., 3.70 MiB/sec. | ||
10078 | 2024.09.23 18:25:35.987416 [ 3 ] {933ac640-1321-4fcd-8a88-58008d821afa} <Debug> DynamicQueryHandler: Done processing query | ||
10079 | 2024.09.23 18:25:35.987482 [ 3 ] {933ac640-1321-4fcd-8a88-58008d821afa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10080 | 2024.09.23 18:25:35.987548 [ 3 ] {} <Debug> HTTP-Session: a3fab563-ea38-4c7c-8b77-e3556c3fd651 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10081 | 2024.09.23 18:25:35.987728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10082 | 2024.09.23 18:25:35.987781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10083 | 2024.09.23 18:25:35.987800 [ 3 ] {} <Debug> HTTP-Session: 42cec0e8-c9dc-4dd3-b11c-7de77424d96c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10084 | 2024.09.23 18:25:35.987817 [ 3 ] {} <Debug> HTTP-Session: 42cec0e8-c9dc-4dd3-b11c-7de77424d96c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10085 | 2024.09.23 18:25:35.987832 [ 3 ] {} <Debug> HTTP-Session: 42cec0e8-c9dc-4dd3-b11c-7de77424d96c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10086 | 2024.09.23 18:25:35.987866 [ 3 ] {} <Trace> HTTP-Session: 42cec0e8-c9dc-4dd3-b11c-7de77424d96c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10087 | 2024.09.23 18:25:35.987979 [ 3 ] {066cdde0-6b09-4cea-84d5-8e9e7fdc3d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10088 | 2024.09.23 18:25:35.988025 [ 3 ] {066cdde0-6b09-4cea-84d5-8e9e7fdc3d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10089 | 2024.09.23 18:25:35.988275 [ 3 ] {066cdde0-6b09-4cea-84d5-8e9e7fdc3d76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10090 | 2024.09.23 18:25:35.988625 [ 3 ] {066cdde0-6b09-4cea-84d5-8e9e7fdc3d76} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10091 | 2024.09.23 18:25:35.988669 [ 3 ] {066cdde0-6b09-4cea-84d5-8e9e7fdc3d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10092 | 2024.09.23 18:25:35.989091 [ 3 ] {066cdde0-6b09-4cea-84d5-8e9e7fdc3d76} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10093 | 2024.09.23 18:25:35.989463 [ 3 ] {066cdde0-6b09-4cea-84d5-8e9e7fdc3d76} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10094 | 2024.09.23 18:25:35.989597 [ 3 ] {066cdde0-6b09-4cea-84d5-8e9e7fdc3d76} <Debug> executeQuery: Read 15 rows, 1.10 KiB in 0.00165 sec., 9090.90909090909 rows/sec., 664.06 KiB/sec. | ||
10095 | 2024.09.23 18:25:35.989815 [ 3 ] {066cdde0-6b09-4cea-84d5-8e9e7fdc3d76} <Debug> DynamicQueryHandler: Done processing query | ||
10096 | 2024.09.23 18:25:35.989847 [ 3 ] {066cdde0-6b09-4cea-84d5-8e9e7fdc3d76} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10097 | 2024.09.23 18:25:35.989871 [ 3 ] {} <Debug> HTTP-Session: 42cec0e8-c9dc-4dd3-b11c-7de77424d96c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10098 | 2024.09.23 18:25:35.990015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 13437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10099 | 2024.09.23 18:25:35.990064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10100 | 2024.09.23 18:25:35.990085 [ 3 ] {} <Debug> HTTP-Session: 8d9cf945-0ac9-4648-b1c2-2bd51e7206b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10101 | 2024.09.23 18:25:35.990101 [ 3 ] {} <Debug> HTTP-Session: 8d9cf945-0ac9-4648-b1c2-2bd51e7206b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10102 | 2024.09.23 18:25:35.990115 [ 3 ] {} <Debug> HTTP-Session: 8d9cf945-0ac9-4648-b1c2-2bd51e7206b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10103 | 2024.09.23 18:25:35.990147 [ 3 ] {} <Trace> HTTP-Session: 8d9cf945-0ac9-4648-b1c2-2bd51e7206b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10104 | 2024.09.23 18:25:35.990267 [ 3 ] {719935b0-2988-4cba-a956-9f65e273f19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10105 | 2024.09.23 18:25:35.990310 [ 3 ] {719935b0-2988-4cba-a956-9f65e273f19a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10106 | 2024.09.23 18:25:35.990539 [ 3 ] {719935b0-2988-4cba-a956-9f65e273f19a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10107 | 2024.09.23 18:25:35.990933 [ 3 ] {719935b0-2988-4cba-a956-9f65e273f19a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10108 | 2024.09.23 18:25:35.990970 [ 3 ] {719935b0-2988-4cba-a956-9f65e273f19a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10109 | 2024.09.23 18:25:35.991330 [ 3 ] {719935b0-2988-4cba-a956-9f65e273f19a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10110 | 2024.09.23 18:25:35.991696 [ 3 ] {719935b0-2988-4cba-a956-9f65e273f19a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10111 | 2024.09.23 18:25:35.991828 [ 3 ] {719935b0-2988-4cba-a956-9f65e273f19a} <Debug> executeQuery: Read 79 rows, 6.33 KiB in 0.001602 sec., 49313.35830212235 rows/sec., 3.86 MiB/sec. | ||
10112 | 2024.09.23 18:25:35.992002 [ 3 ] {719935b0-2988-4cba-a956-9f65e273f19a} <Debug> DynamicQueryHandler: Done processing query | ||
10113 | 2024.09.23 18:25:35.992027 [ 3 ] {719935b0-2988-4cba-a956-9f65e273f19a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10114 | 2024.09.23 18:25:35.992044 [ 3 ] {} <Debug> HTTP-Session: 8d9cf945-0ac9-4648-b1c2-2bd51e7206b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10115 | 2024.09.23 18:25:35.992220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 31227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10116 | 2024.09.23 18:25:35.992270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10117 | 2024.09.23 18:25:35.992289 [ 3 ] {} <Debug> HTTP-Session: 5fb82ee4-fec2-48b3-b8f2-101c22c2aae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10118 | 2024.09.23 18:25:35.992306 [ 3 ] {} <Debug> HTTP-Session: 5fb82ee4-fec2-48b3-b8f2-101c22c2aae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10119 | 2024.09.23 18:25:35.992320 [ 3 ] {} <Debug> HTTP-Session: 5fb82ee4-fec2-48b3-b8f2-101c22c2aae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10120 | 2024.09.23 18:25:35.992351 [ 3 ] {} <Trace> HTTP-Session: 5fb82ee4-fec2-48b3-b8f2-101c22c2aae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10121 | 2024.09.23 18:25:35.992507 [ 3 ] {4461f7f2-9842-47f5-8440-950f30c332cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10122 | 2024.09.23 18:25:35.992555 [ 3 ] {4461f7f2-9842-47f5-8440-950f30c332cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10123 | 2024.09.23 18:25:35.992701 [ 3 ] {4461f7f2-9842-47f5-8440-950f30c332cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10124 | 2024.09.23 18:25:35.993117 [ 3 ] {4461f7f2-9842-47f5-8440-950f30c332cd} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10125 | 2024.09.23 18:25:35.993154 [ 3 ] {4461f7f2-9842-47f5-8440-950f30c332cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10126 | 2024.09.23 18:25:35.993550 [ 3 ] {4461f7f2-9842-47f5-8440-950f30c332cd} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10127 | 2024.09.23 18:25:35.993899 [ 3 ] {4461f7f2-9842-47f5-8440-950f30c332cd} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10128 | 2024.09.23 18:25:35.994028 [ 3 ] {4461f7f2-9842-47f5-8440-950f30c332cd} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001598 sec., 102002.50312891114 rows/sec., 7.10 MiB/sec. | ||
10129 | 2024.09.23 18:25:35.994199 [ 3 ] {4461f7f2-9842-47f5-8440-950f30c332cd} <Debug> DynamicQueryHandler: Done processing query | ||
10130 | 2024.09.23 18:25:35.994224 [ 3 ] {4461f7f2-9842-47f5-8440-950f30c332cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10131 | 2024.09.23 18:25:35.994240 [ 3 ] {} <Debug> HTTP-Session: 5fb82ee4-fec2-48b3-b8f2-101c22c2aae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10132 | 2024.09.23 18:25:35.994390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10133 | 2024.09.23 18:25:35.994440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10134 | 2024.09.23 18:25:35.994460 [ 3 ] {} <Debug> HTTP-Session: 1a98d1a5-f397-483f-a6e2-fe24027a146a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10135 | 2024.09.23 18:25:35.994481 [ 3 ] {} <Debug> HTTP-Session: 1a98d1a5-f397-483f-a6e2-fe24027a146a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10136 | 2024.09.23 18:25:35.994496 [ 3 ] {} <Debug> HTTP-Session: 1a98d1a5-f397-483f-a6e2-fe24027a146a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10137 | 2024.09.23 18:25:35.994527 [ 3 ] {} <Trace> HTTP-Session: 1a98d1a5-f397-483f-a6e2-fe24027a146a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10138 | 2024.09.23 18:25:35.994709 [ 3 ] {1703e37f-c8a5-4e1d-8187-461bf8fd6d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10139 | 2024.09.23 18:25:35.994773 [ 3 ] {1703e37f-c8a5-4e1d-8187-461bf8fd6d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10140 | 2024.09.23 18:25:35.995190 [ 3 ] {1703e37f-c8a5-4e1d-8187-461bf8fd6d64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10141 | 2024.09.23 18:25:35.995751 [ 3 ] {1703e37f-c8a5-4e1d-8187-461bf8fd6d64} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10142 | 2024.09.23 18:25:35.995787 [ 3 ] {1703e37f-c8a5-4e1d-8187-461bf8fd6d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10143 | 2024.09.23 18:25:35.996378 [ 3 ] {1703e37f-c8a5-4e1d-8187-461bf8fd6d64} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10144 | 2024.09.23 18:25:35.996792 [ 3 ] {1703e37f-c8a5-4e1d-8187-461bf8fd6d64} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10145 | 2024.09.23 18:25:35.996941 [ 3 ] {1703e37f-c8a5-4e1d-8187-461bf8fd6d64} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002338 sec., 3849.4439692044484 rows/sec., 6.90 MiB/sec. | ||
10146 | 2024.09.23 18:25:35.997295 [ 3 ] {1703e37f-c8a5-4e1d-8187-461bf8fd6d64} <Debug> DynamicQueryHandler: Done processing query | ||
10147 | 2024.09.23 18:25:35.997320 [ 3 ] {1703e37f-c8a5-4e1d-8187-461bf8fd6d64} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
10148 | 2024.09.23 18:25:35.997336 [ 3 ] {} <Debug> HTTP-Session: 1a98d1a5-f397-483f-a6e2-fe24027a146a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10149 | 2024.09.23 18:25:35.997466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10150 | 2024.09.23 18:25:35.997517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10151 | 2024.09.23 18:25:35.997563 [ 3 ] {} <Debug> HTTP-Session: 521ae6d7-ea9e-40e7-912e-d99482d9bfa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10152 | 2024.09.23 18:25:35.997580 [ 3 ] {} <Debug> HTTP-Session: 521ae6d7-ea9e-40e7-912e-d99482d9bfa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10153 | 2024.09.23 18:25:35.997595 [ 3 ] {} <Debug> HTTP-Session: 521ae6d7-ea9e-40e7-912e-d99482d9bfa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10154 | 2024.09.23 18:25:35.997627 [ 3 ] {} <Trace> HTTP-Session: 521ae6d7-ea9e-40e7-912e-d99482d9bfa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10155 | 2024.09.23 18:25:35.997743 [ 3 ] {fb0ea0ea-9f59-47f6-b794-4ba0c50c5943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10156 | 2024.09.23 18:25:35.997789 [ 3 ] {fb0ea0ea-9f59-47f6-b794-4ba0c50c5943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10157 | 2024.09.23 18:25:35.997917 [ 3 ] {fb0ea0ea-9f59-47f6-b794-4ba0c50c5943} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10158 | 2024.09.23 18:25:35.998262 [ 3 ] {fb0ea0ea-9f59-47f6-b794-4ba0c50c5943} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10159 | 2024.09.23 18:25:35.998299 [ 3 ] {fb0ea0ea-9f59-47f6-b794-4ba0c50c5943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10160 | 2024.09.23 18:25:35.998663 [ 3 ] {fb0ea0ea-9f59-47f6-b794-4ba0c50c5943} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10161 | 2024.09.23 18:25:35.999033 [ 3 ] {fb0ea0ea-9f59-47f6-b794-4ba0c50c5943} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10162 | 2024.09.23 18:25:35.999165 [ 3 ] {fb0ea0ea-9f59-47f6-b794-4ba0c50c5943} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
10163 | 2024.09.23 18:25:35.999362 [ 3 ] {fb0ea0ea-9f59-47f6-b794-4ba0c50c5943} <Debug> DynamicQueryHandler: Done processing query | ||
10164 | 2024.09.23 18:25:35.999394 [ 3 ] {fb0ea0ea-9f59-47f6-b794-4ba0c50c5943} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10165 | 2024.09.23 18:25:35.999412 [ 3 ] {} <Debug> HTTP-Session: 521ae6d7-ea9e-40e7-912e-d99482d9bfa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10166 | 2024.09.23 18:25:37.467002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10167 | 2024.09.23 18:25:37.467119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10168 | 2024.09.23 18:25:37.467145 [ 3 ] {} <Debug> HTTP-Session: db0fb5e0-5c81-40dd-b1d1-4f1ea5204f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10169 | 2024.09.23 18:25:37.467169 [ 3 ] {} <Debug> HTTP-Session: db0fb5e0-5c81-40dd-b1d1-4f1ea5204f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10170 | 2024.09.23 18:25:37.467185 [ 3 ] {} <Debug> HTTP-Session: db0fb5e0-5c81-40dd-b1d1-4f1ea5204f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10171 | 2024.09.23 18:25:37.467234 [ 3 ] {} <Trace> HTTP-Session: db0fb5e0-5c81-40dd-b1d1-4f1ea5204f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10172 | 2024.09.23 18:25:37.467412 [ 3 ] {c3bdab24-b573-4c27-90ed-c6f48d428481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10173 | 2024.09.23 18:25:37.467479 [ 3 ] {c3bdab24-b573-4c27-90ed-c6f48d428481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10174 | 2024.09.23 18:25:37.467810 [ 3 ] {c3bdab24-b573-4c27-90ed-c6f48d428481} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10175 | 2024.09.23 18:25:37.468273 [ 3 ] {c3bdab24-b573-4c27-90ed-c6f48d428481} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10176 | 2024.09.23 18:25:37.468317 [ 3 ] {c3bdab24-b573-4c27-90ed-c6f48d428481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10177 | 2024.09.23 18:25:37.468719 [ 3 ] {c3bdab24-b573-4c27-90ed-c6f48d428481} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10178 | 2024.09.23 18:25:37.469106 [ 3 ] {c3bdab24-b573-4c27-90ed-c6f48d428481} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10179 | 2024.09.23 18:25:37.469269 [ 3 ] {c3bdab24-b573-4c27-90ed-c6f48d428481} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001907 sec., 2097.535395909806 rows/sec., 171.04 KiB/sec. | ||
10180 | 2024.09.23 18:25:37.469470 [ 3 ] {c3bdab24-b573-4c27-90ed-c6f48d428481} <Debug> DynamicQueryHandler: Done processing query | ||
10181 | 2024.09.23 18:25:37.469497 [ 3 ] {c3bdab24-b573-4c27-90ed-c6f48d428481} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10182 | 2024.09.23 18:25:37.469513 [ 3 ] {} <Debug> HTTP-Session: db0fb5e0-5c81-40dd-b1d1-4f1ea5204f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10183 | 2024.09.23 18:25:37.469791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10184 | 2024.09.23 18:25:37.469842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10185 | 2024.09.23 18:25:37.469861 [ 3 ] {} <Debug> HTTP-Session: 09586fbe-c7dc-4d25-ab54-394d5b558ec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10186 | 2024.09.23 18:25:37.469879 [ 3 ] {} <Debug> HTTP-Session: 09586fbe-c7dc-4d25-ab54-394d5b558ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10187 | 2024.09.23 18:25:37.469893 [ 3 ] {} <Debug> HTTP-Session: 09586fbe-c7dc-4d25-ab54-394d5b558ec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10188 | 2024.09.23 18:25:37.469925 [ 3 ] {} <Trace> HTTP-Session: 09586fbe-c7dc-4d25-ab54-394d5b558ec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10189 | 2024.09.23 18:25:37.470416 [ 3 ] {59e3fe6a-bde7-4e2b-b5f0-7b51c1bdd695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10190 | 2024.09.23 18:25:37.470461 [ 3 ] {59e3fe6a-bde7-4e2b-b5f0-7b51c1bdd695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10191 | 2024.09.23 18:25:37.470690 [ 3 ] {59e3fe6a-bde7-4e2b-b5f0-7b51c1bdd695} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10192 | 2024.09.23 18:25:37.471943 [ 3 ] {59e3fe6a-bde7-4e2b-b5f0-7b51c1bdd695} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10193 | 2024.09.23 18:25:37.471982 [ 3 ] {59e3fe6a-bde7-4e2b-b5f0-7b51c1bdd695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10194 | 2024.09.23 18:25:37.472455 [ 3 ] {59e3fe6a-bde7-4e2b-b5f0-7b51c1bdd695} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10195 | 2024.09.23 18:25:37.472853 [ 3 ] {59e3fe6a-bde7-4e2b-b5f0-7b51c1bdd695} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10196 | 2024.09.23 18:25:37.473036 [ 3 ] {59e3fe6a-bde7-4e2b-b5f0-7b51c1bdd695} <Debug> executeQuery: Read 1347 rows, 114.71 KiB in 0.002944 sec., 457540.76086956525 rows/sec., 38.05 MiB/sec. | ||
10197 | 2024.09.23 18:25:37.473050 [ 125 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10198 | 2024.09.23 18:25:37.473154 [ 125 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10199 | 2024.09.23 18:25:37.473203 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10200 | 2024.09.23 18:25:37.473346 [ 3 ] {59e3fe6a-bde7-4e2b-b5f0-7b51c1bdd695} <Debug> DynamicQueryHandler: Done processing query | ||
10201 | 2024.09.23 18:25:37.473452 [ 3 ] {59e3fe6a-bde7-4e2b-b5f0-7b51c1bdd695} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
10202 | 2024.09.23 18:25:37.473485 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
10203 | 2024.09.23 18:25:37.473496 [ 3 ] {} <Debug> HTTP-Session: 09586fbe-c7dc-4d25-ab54-394d5b558ec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10204 | 2024.09.23 18:25:37.473943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10205 | 2024.09.23 18:25:37.474200 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10206 | 2024.09.23 18:25:37.474273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10207 | 2024.09.23 18:25:37.474347 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1419 rows starting from the beginning of the part | ||
10208 | 2024.09.23 18:25:37.474405 [ 3 ] {} <Debug> HTTP-Session: 08ed989f-eba6-4c77-b966-b7db06aba76b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10209 | 2024.09.23 18:25:37.474503 [ 3 ] {} <Debug> HTTP-Session: 08ed989f-eba6-4c77-b966-b7db06aba76b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10210 | 2024.09.23 18:25:37.474602 [ 3 ] {} <Debug> HTTP-Session: 08ed989f-eba6-4c77-b966-b7db06aba76b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10211 | 2024.09.23 18:25:37.474651 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 252 rows starting from the beginning of the part | ||
10212 | 2024.09.23 18:25:37.474751 [ 3 ] {} <Trace> HTTP-Session: 08ed989f-eba6-4c77-b966-b7db06aba76b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10213 | 2024.09.23 18:25:37.474932 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 74 rows starting from the beginning of the part | ||
10214 | 2024.09.23 18:25:37.475236 [ 3 ] {9a0bccd5-0c7e-41eb-89a1-19687bae1a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10215 | 2024.09.23 18:25:37.475256 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 251 rows starting from the beginning of the part | ||
10216 | 2024.09.23 18:25:37.475377 [ 3 ] {9a0bccd5-0c7e-41eb-89a1-19687bae1a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10217 | 2024.09.23 18:25:37.475483 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 77 rows starting from the beginning of the part | ||
10218 | 2024.09.23 18:25:37.475797 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1347 rows starting from the beginning of the part | ||
10219 | 2024.09.23 18:25:37.476779 [ 3 ] {9a0bccd5-0c7e-41eb-89a1-19687bae1a44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10220 | 2024.09.23 18:25:37.477578 [ 3 ] {9a0bccd5-0c7e-41eb-89a1-19687bae1a44} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10221 | 2024.09.23 18:25:37.477654 [ 3 ] {9a0bccd5-0c7e-41eb-89a1-19687bae1a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10222 | 2024.09.23 18:25:37.478557 [ 3 ] {9a0bccd5-0c7e-41eb-89a1-19687bae1a44} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10223 | 2024.09.23 18:25:37.479083 [ 3 ] {9a0bccd5-0c7e-41eb-89a1-19687bae1a44} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10224 | 2024.09.23 18:25:37.479298 [ 125 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10225 | 2024.09.23 18:25:37.479361 [ 3 ] {9a0bccd5-0c7e-41eb-89a1-19687bae1a44} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.004306 sec., 2786.809103576405 rows/sec., 204.57 KiB/sec. | ||
10226 | 2024.09.23 18:25:37.479390 [ 125 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10227 | 2024.09.23 18:25:37.479484 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10228 | 2024.09.23 18:25:37.480076 [ 3 ] {9a0bccd5-0c7e-41eb-89a1-19687bae1a44} <Debug> DynamicQueryHandler: Done processing query | ||
10229 | 2024.09.23 18:25:37.480146 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
10230 | 2024.09.23 18:25:37.480168 [ 3 ] {9a0bccd5-0c7e-41eb-89a1-19687bae1a44} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10231 | 2024.09.23 18:25:37.480240 [ 3 ] {} <Debug> HTTP-Session: 08ed989f-eba6-4c77-b966-b7db06aba76b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10232 | 2024.09.23 18:25:37.480268 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3420 rows, containing 5 columns (5 merged, 0 gathered) in 0.006964355 sec., 491072.0375397291 rows/sec., 43.10 MiB/sec. | ||
10233 | 2024.09.23 18:25:37.480398 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10234 | 2024.09.23 18:25:37.480440 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 58 rows starting from the beginning of the part | ||
10235 | 2024.09.23 18:25:37.480506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10236 | 2024.09.23 18:25:37.480617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10237 | 2024.09.23 18:25:37.480630 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10238 | 2024.09.23 18:25:37.480671 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 33 rows starting from the beginning of the part | ||
10239 | 2024.09.23 18:25:37.480676 [ 3 ] {} <Debug> HTTP-Session: b520f41a-8357-45e7-ba89-94a7b0f70d5e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10240 | 2024.09.23 18:25:37.480773 [ 3 ] {} <Debug> HTTP-Session: b520f41a-8357-45e7-ba89-94a7b0f70d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10241 | 2024.09.23 18:25:37.480833 [ 3 ] {} <Debug> HTTP-Session: b520f41a-8357-45e7-ba89-94a7b0f70d5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10242 | 2024.09.23 18:25:37.481032 [ 3 ] {} <Trace> HTTP-Session: b520f41a-8357-45e7-ba89-94a7b0f70d5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10243 | 2024.09.23 18:25:37.481206 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 9 rows starting from the beginning of the part | ||
10244 | 2024.09.23 18:25:37.481731 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 31 rows starting from the beginning of the part | ||
10245 | 2024.09.23 18:25:37.481817 [ 3 ] {1540b12f-11ec-449e-9ba3-3be7d14b05e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10246 | 2024.09.23 18:25:37.482046 [ 3 ] {1540b12f-11ec-449e-9ba3-3be7d14b05e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10247 | 2024.09.23 18:25:37.482285 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 15 rows starting from the beginning of the part | ||
10248 | 2024.09.23 18:25:37.482857 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 12 rows starting from the beginning of the part | ||
10249 | 2024.09.23 18:25:37.483457 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_56_11} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10250 | 2024.09.23 18:25:37.483907 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_56_11} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10251 | 2024.09.23 18:25:37.484312 [ 3 ] {1540b12f-11ec-449e-9ba3-3be7d14b05e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10252 | 2024.09.23 18:25:37.484329 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
10253 | 2024.09.23 18:25:37.485175 [ 3 ] {1540b12f-11ec-449e-9ba3-3be7d14b05e0} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10254 | 2024.09.23 18:25:37.485228 [ 3 ] {1540b12f-11ec-449e-9ba3-3be7d14b05e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10255 | 2024.09.23 18:25:37.485587 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 5 columns (5 merged, 0 gathered) in 0.005878347 sec., 26878.30439407541 rows/sec., 2.05 MiB/sec. | ||
10256 | 2024.09.23 18:25:37.485729 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10257 | 2024.09.23 18:25:37.485789 [ 3 ] {1540b12f-11ec-449e-9ba3-3be7d14b05e0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10258 | 2024.09.23 18:25:37.486420 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_46_9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10259 | 2024.09.23 18:25:37.486476 [ 3 ] {1540b12f-11ec-449e-9ba3-3be7d14b05e0} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10260 | 2024.09.23 18:25:37.486525 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_46_9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10261 | 2024.09.23 18:25:37.486720 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
10262 | 2024.09.23 18:25:37.486779 [ 3 ] {1540b12f-11ec-449e-9ba3-3be7d14b05e0} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005405 sec., 44773.35800185014 rows/sec., 3.03 MiB/sec. | ||
10263 | 2024.09.23 18:25:37.487174 [ 3 ] {1540b12f-11ec-449e-9ba3-3be7d14b05e0} <Debug> DynamicQueryHandler: Done processing query | ||
10264 | 2024.09.23 18:25:37.487200 [ 3 ] {1540b12f-11ec-449e-9ba3-3be7d14b05e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10265 | 2024.09.23 18:25:37.487217 [ 3 ] {} <Debug> HTTP-Session: b520f41a-8357-45e7-ba89-94a7b0f70d5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10266 | 2024.09.23 18:25:37.487349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10267 | 2024.09.23 18:25:37.487399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10268 | 2024.09.23 18:25:37.487418 [ 3 ] {} <Debug> HTTP-Session: afa2ff99-4117-475e-baf4-02b86f3db058 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10269 | 2024.09.23 18:25:37.487435 [ 3 ] {} <Debug> HTTP-Session: afa2ff99-4117-475e-baf4-02b86f3db058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10270 | 2024.09.23 18:25:37.487449 [ 3 ] {} <Debug> HTTP-Session: afa2ff99-4117-475e-baf4-02b86f3db058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10271 | 2024.09.23 18:25:37.487481 [ 3 ] {} <Trace> HTTP-Session: afa2ff99-4117-475e-baf4-02b86f3db058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10272 | 2024.09.23 18:25:37.487583 [ 3 ] {0b0c75a6-8e89-4aaf-8e6a-c2fb658e4ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10273 | 2024.09.23 18:25:37.487627 [ 3 ] {0b0c75a6-8e89-4aaf-8e6a-c2fb658e4ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10274 | 2024.09.23 18:25:37.487873 [ 3 ] {0b0c75a6-8e89-4aaf-8e6a-c2fb658e4ae5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10275 | 2024.09.23 18:25:37.488207 [ 3 ] {0b0c75a6-8e89-4aaf-8e6a-c2fb658e4ae5} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10276 | 2024.09.23 18:25:37.488244 [ 3 ] {0b0c75a6-8e89-4aaf-8e6a-c2fb658e4ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10277 | 2024.09.23 18:25:37.488599 [ 3 ] {0b0c75a6-8e89-4aaf-8e6a-c2fb658e4ae5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10278 | 2024.09.23 18:25:37.488969 [ 3 ] {0b0c75a6-8e89-4aaf-8e6a-c2fb658e4ae5} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10279 | 2024.09.23 18:25:37.489143 [ 3 ] {0b0c75a6-8e89-4aaf-8e6a-c2fb658e4ae5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001577 sec., 3804.6924540266327 rows/sec., 224.79 KiB/sec. | ||
10280 | 2024.09.23 18:25:37.489481 [ 3 ] {0b0c75a6-8e89-4aaf-8e6a-c2fb658e4ae5} <Debug> DynamicQueryHandler: Done processing query | ||
10281 | 2024.09.23 18:25:37.489513 [ 3 ] {0b0c75a6-8e89-4aaf-8e6a-c2fb658e4ae5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10282 | 2024.09.23 18:25:37.489529 [ 3 ] {} <Debug> HTTP-Session: afa2ff99-4117-475e-baf4-02b86f3db058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10283 | 2024.09.23 18:25:37.489729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10284 | 2024.09.23 18:25:37.489779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10285 | 2024.09.23 18:25:37.489797 [ 3 ] {} <Debug> HTTP-Session: 4da039f8-e867-447a-88c6-43428e70e840 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10286 | 2024.09.23 18:25:37.489814 [ 3 ] {} <Debug> HTTP-Session: 4da039f8-e867-447a-88c6-43428e70e840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10287 | 2024.09.23 18:25:37.489829 [ 3 ] {} <Debug> HTTP-Session: 4da039f8-e867-447a-88c6-43428e70e840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10288 | 2024.09.23 18:25:37.489859 [ 3 ] {} <Trace> HTTP-Session: 4da039f8-e867-447a-88c6-43428e70e840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10289 | 2024.09.23 18:25:37.490248 [ 3 ] {21faf4cd-fbcf-4016-b02c-fb9b3036d7b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10290 | 2024.09.23 18:25:37.490291 [ 3 ] {21faf4cd-fbcf-4016-b02c-fb9b3036d7b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10291 | 2024.09.23 18:25:37.490544 [ 3 ] {21faf4cd-fbcf-4016-b02c-fb9b3036d7b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10292 | 2024.09.23 18:25:37.491411 [ 3 ] {21faf4cd-fbcf-4016-b02c-fb9b3036d7b8} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10293 | 2024.09.23 18:25:37.491449 [ 3 ] {21faf4cd-fbcf-4016-b02c-fb9b3036d7b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10294 | 2024.09.23 18:25:37.491856 [ 3 ] {21faf4cd-fbcf-4016-b02c-fb9b3036d7b8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10295 | 2024.09.23 18:25:37.492224 [ 3 ] {21faf4cd-fbcf-4016-b02c-fb9b3036d7b8} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10296 | 2024.09.23 18:25:37.492392 [ 3 ] {21faf4cd-fbcf-4016-b02c-fb9b3036d7b8} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002362 sec., 359864.5215918713 rows/sec., 26.02 MiB/sec. | ||
10297 | 2024.09.23 18:25:37.492419 [ 125 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10298 | 2024.09.23 18:25:37.492530 [ 125 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10299 | 2024.09.23 18:25:37.492600 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10300 | 2024.09.23 18:25:37.492717 [ 3 ] {21faf4cd-fbcf-4016-b02c-fb9b3036d7b8} <Debug> DynamicQueryHandler: Done processing query | ||
10301 | 2024.09.23 18:25:37.492801 [ 3 ] {21faf4cd-fbcf-4016-b02c-fb9b3036d7b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
10302 | 2024.09.23 18:25:37.492878 [ 3 ] {} <Debug> HTTP-Session: 4da039f8-e867-447a-88c6-43428e70e840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10303 | 2024.09.23 18:25:37.493160 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
10304 | 2024.09.23 18:25:37.493177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10305 | 2024.09.23 18:25:37.493373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10306 | 2024.09.23 18:25:37.493483 [ 3 ] {} <Debug> HTTP-Session: 07082932-f504-4318-b067-28213b929366 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10307 | 2024.09.23 18:25:37.493569 [ 3 ] {} <Debug> HTTP-Session: 07082932-f504-4318-b067-28213b929366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10308 | 2024.09.23 18:25:37.493652 [ 3 ] {} <Debug> HTTP-Session: 07082932-f504-4318-b067-28213b929366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10309 | 2024.09.23 18:25:37.493810 [ 3 ] {} <Trace> HTTP-Session: 07082932-f504-4318-b067-28213b929366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10310 | 2024.09.23 18:25:37.494092 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10311 | 2024.09.23 18:25:37.494168 [ 3 ] {0663511f-d6d1-4db3-b8d6-523cd30485fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10312 | 2024.09.23 18:25:37.494214 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
10313 | 2024.09.23 18:25:37.494309 [ 3 ] {0663511f-d6d1-4db3-b8d6-523cd30485fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10314 | 2024.09.23 18:25:37.494577 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 415 rows starting from the beginning of the part | ||
10315 | 2024.09.23 18:25:37.494985 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 73 rows starting from the beginning of the part | ||
10316 | 2024.09.23 18:25:37.495388 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 413 rows starting from the beginning of the part | ||
10317 | 2024.09.23 18:25:37.495568 [ 3 ] {0663511f-d6d1-4db3-b8d6-523cd30485fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10318 | 2024.09.23 18:25:37.495672 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 79 rows starting from the beginning of the part | ||
10319 | 2024.09.23 18:25:37.496002 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 850 rows starting from the beginning of the part | ||
10320 | 2024.09.23 18:25:37.496655 [ 3 ] {0663511f-d6d1-4db3-b8d6-523cd30485fd} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10321 | 2024.09.23 18:25:37.496698 [ 3 ] {0663511f-d6d1-4db3-b8d6-523cd30485fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10322 | 2024.09.23 18:25:37.497197 [ 3 ] {0663511f-d6d1-4db3-b8d6-523cd30485fd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10323 | 2024.09.23 18:25:37.497714 [ 3 ] {0663511f-d6d1-4db3-b8d6-523cd30485fd} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10324 | 2024.09.23 18:25:37.497897 [ 3 ] {0663511f-d6d1-4db3-b8d6-523cd30485fd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003855 sec., 1556.420233463035 rows/sec., 81.32 KiB/sec. | ||
10325 | 2024.09.23 18:25:37.498102 [ 3 ] {0663511f-d6d1-4db3-b8d6-523cd30485fd} <Debug> DynamicQueryHandler: Done processing query | ||
10326 | 2024.09.23 18:25:37.498135 [ 3 ] {0663511f-d6d1-4db3-b8d6-523cd30485fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10327 | 2024.09.23 18:25:37.498159 [ 3 ] {} <Debug> HTTP-Session: 07082932-f504-4318-b067-28213b929366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10328 | 2024.09.23 18:25:37.498297 [ 201 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2744 rows, containing 5 columns (5 merged, 0 gathered) in 0.005575299 sec., 492170.91316537466 rows/sec., 37.55 MiB/sec. | ||
10329 | 2024.09.23 18:25:37.498490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 181007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10330 | 2024.09.23 18:25:37.498549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10331 | 2024.09.23 18:25:37.498589 [ 3 ] {} <Debug> HTTP-Session: d85d4449-38cf-4e28-8bd7-16d5e73c32ef Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10332 | 2024.09.23 18:25:37.498607 [ 3 ] {} <Debug> HTTP-Session: d85d4449-38cf-4e28-8bd7-16d5e73c32ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10333 | 2024.09.23 18:25:37.498631 [ 3 ] {} <Debug> HTTP-Session: d85d4449-38cf-4e28-8bd7-16d5e73c32ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10334 | 2024.09.23 18:25:37.498628 [ 188 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10335 | 2024.09.23 18:25:37.498665 [ 3 ] {} <Trace> HTTP-Session: d85d4449-38cf-4e28-8bd7-16d5e73c32ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10336 | 2024.09.23 18:25:37.499238 [ 3 ] {b419acef-5303-4f9c-899f-43fb25e5eb67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10337 | 2024.09.23 18:25:37.499330 [ 3 ] {b419acef-5303-4f9c-899f-43fb25e5eb67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10338 | 2024.09.23 18:25:37.499498 [ 188 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_56_11} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10339 | 2024.09.23 18:25:37.499753 [ 3 ] {b419acef-5303-4f9c-899f-43fb25e5eb67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10340 | 2024.09.23 18:25:37.499763 [ 188 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_56_11} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10341 | 2024.09.23 18:25:37.499942 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
10342 | 2024.09.23 18:25:37.500749 [ 3 ] {b419acef-5303-4f9c-899f-43fb25e5eb67} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10343 | 2024.09.23 18:25:37.500790 [ 3 ] {b419acef-5303-4f9c-899f-43fb25e5eb67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10344 | 2024.09.23 18:25:37.501229 [ 3 ] {b419acef-5303-4f9c-899f-43fb25e5eb67} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10345 | 2024.09.23 18:25:37.501584 [ 3 ] {b419acef-5303-4f9c-899f-43fb25e5eb67} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10346 | 2024.09.23 18:25:37.501746 [ 3 ] {b419acef-5303-4f9c-899f-43fb25e5eb67} <Debug> executeQuery: Read 957 rows, 65.11 KiB in 0.002846 sec., 336261.41953619116 rows/sec., 22.34 MiB/sec. | ||
10347 | 2024.09.23 18:25:37.501788 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10348 | 2024.09.23 18:25:37.501929 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10349 | 2024.09.23 18:25:37.501992 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10350 | 2024.09.23 18:25:37.502035 [ 3 ] {b419acef-5303-4f9c-899f-43fb25e5eb67} <Debug> DynamicQueryHandler: Done processing query | ||
10351 | 2024.09.23 18:25:37.502098 [ 3 ] {b419acef-5303-4f9c-899f-43fb25e5eb67} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
10352 | 2024.09.23 18:25:37.502165 [ 3 ] {} <Debug> HTTP-Session: d85d4449-38cf-4e28-8bd7-16d5e73c32ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10353 | 2024.09.23 18:25:37.502277 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
10354 | 2024.09.23 18:25:37.502357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10355 | 2024.09.23 18:25:37.502453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10356 | 2024.09.23 18:25:37.502498 [ 3 ] {} <Debug> HTTP-Session: c291ecc1-3ac4-4e28-ad88-4cb20cf4fb88 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10357 | 2024.09.23 18:25:37.502539 [ 3 ] {} <Debug> HTTP-Session: c291ecc1-3ac4-4e28-ad88-4cb20cf4fb88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10358 | 2024.09.23 18:25:37.502582 [ 3 ] {} <Debug> HTTP-Session: c291ecc1-3ac4-4e28-ad88-4cb20cf4fb88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10359 | 2024.09.23 18:25:37.502665 [ 3 ] {} <Trace> HTTP-Session: c291ecc1-3ac4-4e28-ad88-4cb20cf4fb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10360 | 2024.09.23 18:25:37.502676 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10361 | 2024.09.23 18:25:37.502744 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15435 rows starting from the beginning of the part | ||
10362 | 2024.09.23 18:25:37.502836 [ 3 ] {724f1007-2ec1-4a1f-b1c2-905d065ee05a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10363 | 2024.09.23 18:25:37.503013 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 238 rows starting from the beginning of the part | ||
10364 | 2024.09.23 18:25:37.503027 [ 3 ] {724f1007-2ec1-4a1f-b1c2-905d065ee05a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10365 | 2024.09.23 18:25:37.503401 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
10366 | 2024.09.23 18:25:37.503711 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
10367 | 2024.09.23 18:25:37.504017 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 163 rows starting from the beginning of the part | ||
10368 | 2024.09.23 18:25:37.504293 [ 195 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 957 rows starting from the beginning of the part | ||
10369 | 2024.09.23 18:25:37.504664 [ 3 ] {724f1007-2ec1-4a1f-b1c2-905d065ee05a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10370 | 2024.09.23 18:25:37.505490 [ 3 ] {724f1007-2ec1-4a1f-b1c2-905d065ee05a} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10371 | 2024.09.23 18:25:37.505574 [ 3 ] {724f1007-2ec1-4a1f-b1c2-905d065ee05a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10372 | 2024.09.23 18:25:37.506179 [ 3 ] {724f1007-2ec1-4a1f-b1c2-905d065ee05a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10373 | 2024.09.23 18:25:37.506675 [ 3 ] {724f1007-2ec1-4a1f-b1c2-905d065ee05a} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10374 | 2024.09.23 18:25:37.507021 [ 3 ] {724f1007-2ec1-4a1f-b1c2-905d065ee05a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004237 sec., 236.0160490913382 rows/sec., 15.90 KiB/sec. | ||
10375 | 2024.09.23 18:25:37.507395 [ 3 ] {724f1007-2ec1-4a1f-b1c2-905d065ee05a} <Debug> DynamicQueryHandler: Done processing query | ||
10376 | 2024.09.23 18:25:37.507449 [ 3 ] {724f1007-2ec1-4a1f-b1c2-905d065ee05a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10377 | 2024.09.23 18:25:37.507501 [ 3 ] {} <Debug> HTTP-Session: c291ecc1-3ac4-4e28-ad88-4cb20cf4fb88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10378 | 2024.09.23 18:25:37.507707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10379 | 2024.09.23 18:25:37.507784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10380 | 2024.09.23 18:25:37.507814 [ 3 ] {} <Debug> HTTP-Session: c2a0b25a-984e-415f-87d7-148fbc07d927 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10381 | 2024.09.23 18:25:37.507832 [ 3 ] {} <Debug> HTTP-Session: c2a0b25a-984e-415f-87d7-148fbc07d927 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10382 | 2024.09.23 18:25:37.507864 [ 3 ] {} <Debug> HTTP-Session: c2a0b25a-984e-415f-87d7-148fbc07d927 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10383 | 2024.09.23 18:25:37.507901 [ 3 ] {} <Trace> HTTP-Session: c2a0b25a-984e-415f-87d7-148fbc07d927 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10384 | 2024.09.23 18:25:37.508084 [ 3 ] {6f055e02-9753-4f4e-8b46-62733bb9abb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10385 | 2024.09.23 18:25:37.508203 [ 3 ] {6f055e02-9753-4f4e-8b46-62733bb9abb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10386 | 2024.09.23 18:25:37.509087 [ 3 ] {6f055e02-9753-4f4e-8b46-62733bb9abb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10387 | 2024.09.23 18:25:37.509730 [ 3 ] {6f055e02-9753-4f4e-8b46-62733bb9abb7} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10388 | 2024.09.23 18:25:37.509768 [ 3 ] {6f055e02-9753-4f4e-8b46-62733bb9abb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10389 | 2024.09.23 18:25:37.510521 [ 3 ] {6f055e02-9753-4f4e-8b46-62733bb9abb7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10390 | 2024.09.23 18:25:37.511351 [ 3 ] {6f055e02-9753-4f4e-8b46-62733bb9abb7} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10391 | 2024.09.23 18:25:37.511576 [ 3 ] {6f055e02-9753-4f4e-8b46-62733bb9abb7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003576 sec., 2237.1364653243845 rows/sec., 4.01 MiB/sec. | ||
10392 | 2024.09.23 18:25:37.511987 [ 3 ] {6f055e02-9753-4f4e-8b46-62733bb9abb7} <Debug> DynamicQueryHandler: Done processing query | ||
10393 | 2024.09.23 18:25:37.512064 [ 3 ] {6f055e02-9753-4f4e-8b46-62733bb9abb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10394 | 2024.09.23 18:25:37.512141 [ 3 ] {} <Debug> HTTP-Session: c2a0b25a-984e-415f-87d7-148fbc07d927 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10395 | 2024.09.23 18:25:37.512317 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17190 rows, containing 5 columns (5 merged, 0 gathered) in 0.010196606 sec., 1685855.0776601548 rows/sec., 113.62 MiB/sec. | ||
10396 | 2024.09.23 18:25:37.512347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10397 | 2024.09.23 18:25:37.512423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10398 | 2024.09.23 18:25:37.512449 [ 3 ] {} <Debug> HTTP-Session: 26d7fc6c-0bb7-432a-ab03-159454399d7e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10399 | 2024.09.23 18:25:37.512493 [ 3 ] {} <Debug> HTTP-Session: 26d7fc6c-0bb7-432a-ab03-159454399d7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10400 | 2024.09.23 18:25:37.512508 [ 3 ] {} <Debug> HTTP-Session: 26d7fc6c-0bb7-432a-ab03-159454399d7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10401 | 2024.09.23 18:25:37.512544 [ 3 ] {} <Trace> HTTP-Session: 26d7fc6c-0bb7-432a-ab03-159454399d7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10402 | 2024.09.23 18:25:37.512633 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10403 | 2024.09.23 18:25:37.512755 [ 3 ] {c7d57d8d-fe51-48e7-a209-f576b719232e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10404 | 2024.09.23 18:25:37.512841 [ 3 ] {c7d57d8d-fe51-48e7-a209-f576b719232e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10405 | 2024.09.23 18:25:37.513442 [ 3 ] {c7d57d8d-fe51-48e7-a209-f576b719232e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10406 | 2024.09.23 18:25:37.513886 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10407 | 2024.09.23 18:25:37.514118 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10408 | 2024.09.23 18:25:37.514124 [ 3 ] {c7d57d8d-fe51-48e7-a209-f576b719232e} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10409 | 2024.09.23 18:25:37.514204 [ 3 ] {c7d57d8d-fe51-48e7-a209-f576b719232e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10410 | 2024.09.23 18:25:37.514274 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
10411 | 2024.09.23 18:25:37.514655 [ 3 ] {c7d57d8d-fe51-48e7-a209-f576b719232e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10412 | 2024.09.23 18:25:37.514997 [ 3 ] {c7d57d8d-fe51-48e7-a209-f576b719232e} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10413 | 2024.09.23 18:25:37.515156 [ 129 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10414 | 2024.09.23 18:25:37.515164 [ 3 ] {c7d57d8d-fe51-48e7-a209-f576b719232e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002512 sec., 13535.031847133758 rows/sec., 804.34 KiB/sec. | ||
10415 | 2024.09.23 18:25:37.515223 [ 129 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10416 | 2024.09.23 18:25:37.515297 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10417 | 2024.09.23 18:25:37.515534 [ 3 ] {c7d57d8d-fe51-48e7-a209-f576b719232e} <Debug> DynamicQueryHandler: Done processing query | ||
10418 | 2024.09.23 18:25:37.515541 [ 188 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
10419 | 2024.09.23 18:25:37.515572 [ 3 ] {c7d57d8d-fe51-48e7-a209-f576b719232e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10420 | 2024.09.23 18:25:37.515674 [ 3 ] {} <Debug> HTTP-Session: 26d7fc6c-0bb7-432a-ab03-159454399d7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10421 | 2024.09.23 18:25:37.515978 [ 188 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10422 | 2024.09.23 18:25:37.516040 [ 188 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2888 rows starting from the beginning of the part | ||
10423 | 2024.09.23 18:25:37.516137 [ 188 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
10424 | 2024.09.23 18:25:37.516247 [ 188 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
10425 | 2024.09.23 18:25:37.516350 [ 188 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
10426 | 2024.09.23 18:25:37.516436 [ 188 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
10427 | 2024.09.23 18:25:37.516516 [ 188 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
10428 | 2024.09.23 18:25:37.517969 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3206 rows, containing 4 columns (4 merged, 0 gathered) in 0.002553554 sec., 1255505.0725381174 rows/sec., 81.54 MiB/sec. | ||
10429 | 2024.09.23 18:25:37.518286 [ 197 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10430 | 2024.09.23 18:25:37.518724 [ 197 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_56_11} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10431 | 2024.09.23 18:25:37.518808 [ 197 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_56_11} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10432 | 2024.09.23 18:25:37.518895 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
10433 | 2024.09.23 18:25:40.981346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10434 | 2024.09.23 18:25:40.981475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10435 | 2024.09.23 18:25:40.981501 [ 3 ] {} <Debug> HTTP-Session: a9ed6fad-4954-4931-9243-212904fac8b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10436 | 2024.09.23 18:25:40.981525 [ 3 ] {} <Debug> HTTP-Session: a9ed6fad-4954-4931-9243-212904fac8b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10437 | 2024.09.23 18:25:40.981542 [ 3 ] {} <Debug> HTTP-Session: a9ed6fad-4954-4931-9243-212904fac8b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10438 | 2024.09.23 18:25:40.981590 [ 3 ] {} <Trace> HTTP-Session: a9ed6fad-4954-4931-9243-212904fac8b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10439 | 2024.09.23 18:25:40.981777 [ 3 ] {199e3c1c-2359-44b6-a8ff-3edd30092c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10440 | 2024.09.23 18:25:40.981842 [ 3 ] {199e3c1c-2359-44b6-a8ff-3edd30092c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10441 | 2024.09.23 18:25:40.982169 [ 3 ] {199e3c1c-2359-44b6-a8ff-3edd30092c00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10442 | 2024.09.23 18:25:40.982573 [ 3 ] {199e3c1c-2359-44b6-a8ff-3edd30092c00} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10443 | 2024.09.23 18:25:40.982616 [ 3 ] {199e3c1c-2359-44b6-a8ff-3edd30092c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10444 | 2024.09.23 18:25:40.983019 [ 3 ] {199e3c1c-2359-44b6-a8ff-3edd30092c00} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10445 | 2024.09.23 18:25:40.983410 [ 3 ] {199e3c1c-2359-44b6-a8ff-3edd30092c00} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10446 | 2024.09.23 18:25:40.983571 [ 3 ] {199e3c1c-2359-44b6-a8ff-3edd30092c00} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001847 sec., 1082.8370330265295 rows/sec., 88.30 KiB/sec. | ||
10447 | 2024.09.23 18:25:40.983787 [ 3 ] {199e3c1c-2359-44b6-a8ff-3edd30092c00} <Debug> DynamicQueryHandler: Done processing query | ||
10448 | 2024.09.23 18:25:40.983813 [ 3 ] {199e3c1c-2359-44b6-a8ff-3edd30092c00} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10449 | 2024.09.23 18:25:40.983830 [ 3 ] {} <Debug> HTTP-Session: a9ed6fad-4954-4931-9243-212904fac8b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10450 | 2024.09.23 18:25:40.983983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10451 | 2024.09.23 18:25:40.984032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10452 | 2024.09.23 18:25:40.984052 [ 3 ] {} <Debug> HTTP-Session: 7b05598d-cfec-4ffd-9312-d30b8bdd5173 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10453 | 2024.09.23 18:25:40.984069 [ 3 ] {} <Debug> HTTP-Session: 7b05598d-cfec-4ffd-9312-d30b8bdd5173 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10454 | 2024.09.23 18:25:40.984083 [ 3 ] {} <Debug> HTTP-Session: 7b05598d-cfec-4ffd-9312-d30b8bdd5173 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10455 | 2024.09.23 18:25:40.984115 [ 3 ] {} <Trace> HTTP-Session: 7b05598d-cfec-4ffd-9312-d30b8bdd5173 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10456 | 2024.09.23 18:25:40.984239 [ 3 ] {7c2b7b6b-8138-485e-a44f-d2a899346087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10457 | 2024.09.23 18:25:40.984283 [ 3 ] {7c2b7b6b-8138-485e-a44f-d2a899346087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10458 | 2024.09.23 18:25:40.984515 [ 3 ] {7c2b7b6b-8138-485e-a44f-d2a899346087} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10459 | 2024.09.23 18:25:40.984894 [ 3 ] {7c2b7b6b-8138-485e-a44f-d2a899346087} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10460 | 2024.09.23 18:25:40.984936 [ 3 ] {7c2b7b6b-8138-485e-a44f-d2a899346087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10461 | 2024.09.23 18:25:40.985320 [ 3 ] {7c2b7b6b-8138-485e-a44f-d2a899346087} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10462 | 2024.09.23 18:25:40.985686 [ 3 ] {7c2b7b6b-8138-485e-a44f-d2a899346087} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10463 | 2024.09.23 18:25:40.985853 [ 3 ] {7c2b7b6b-8138-485e-a44f-d2a899346087} <Debug> executeQuery: Read 103 rows, 8.76 KiB in 0.001653 sec., 62310.949788263766 rows/sec., 5.18 MiB/sec. | ||
10464 | 2024.09.23 18:25:40.986013 [ 3 ] {7c2b7b6b-8138-485e-a44f-d2a899346087} <Debug> DynamicQueryHandler: Done processing query | ||
10465 | 2024.09.23 18:25:40.986038 [ 3 ] {7c2b7b6b-8138-485e-a44f-d2a899346087} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10466 | 2024.09.23 18:25:40.986055 [ 3 ] {} <Debug> HTTP-Session: 7b05598d-cfec-4ffd-9312-d30b8bdd5173 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10467 | 2024.09.23 18:25:40.986198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10468 | 2024.09.23 18:25:40.986248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10469 | 2024.09.23 18:25:40.986267 [ 3 ] {} <Debug> HTTP-Session: a80c5295-b611-431b-bbb8-3a0d7fc6af02 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10470 | 2024.09.23 18:25:40.986284 [ 3 ] {} <Debug> HTTP-Session: a80c5295-b611-431b-bbb8-3a0d7fc6af02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10471 | 2024.09.23 18:25:40.986298 [ 3 ] {} <Debug> HTTP-Session: a80c5295-b611-431b-bbb8-3a0d7fc6af02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10472 | 2024.09.23 18:25:40.986329 [ 3 ] {} <Trace> HTTP-Session: a80c5295-b611-431b-bbb8-3a0d7fc6af02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10473 | 2024.09.23 18:25:40.986430 [ 3 ] {d791fb96-e0af-4bde-b503-955933907115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10474 | 2024.09.23 18:25:40.986473 [ 3 ] {d791fb96-e0af-4bde-b503-955933907115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10475 | 2024.09.23 18:25:40.986698 [ 3 ] {d791fb96-e0af-4bde-b503-955933907115} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10476 | 2024.09.23 18:25:40.986996 [ 3 ] {d791fb96-e0af-4bde-b503-955933907115} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10477 | 2024.09.23 18:25:40.987033 [ 3 ] {d791fb96-e0af-4bde-b503-955933907115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10478 | 2024.09.23 18:25:40.987374 [ 3 ] {d791fb96-e0af-4bde-b503-955933907115} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10479 | 2024.09.23 18:25:40.987738 [ 3 ] {d791fb96-e0af-4bde-b503-955933907115} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10480 | 2024.09.23 18:25:40.987895 [ 3 ] {d791fb96-e0af-4bde-b503-955933907115} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001487 sec., 16812.373907195695 rows/sec., 1.23 MiB/sec. | ||
10481 | 2024.09.23 18:25:40.988058 [ 3 ] {d791fb96-e0af-4bde-b503-955933907115} <Debug> DynamicQueryHandler: Done processing query | ||
10482 | 2024.09.23 18:25:40.988081 [ 3 ] {d791fb96-e0af-4bde-b503-955933907115} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10483 | 2024.09.23 18:25:40.988097 [ 3 ] {} <Debug> HTTP-Session: a80c5295-b611-431b-bbb8-3a0d7fc6af02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10484 | 2024.09.23 18:25:40.988232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10485 | 2024.09.23 18:25:40.988281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10486 | 2024.09.23 18:25:40.988301 [ 3 ] {} <Debug> HTTP-Session: ba8398ac-734a-4ffa-8f7f-16e88daed3f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10487 | 2024.09.23 18:25:40.988319 [ 3 ] {} <Debug> HTTP-Session: ba8398ac-734a-4ffa-8f7f-16e88daed3f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10488 | 2024.09.23 18:25:40.988332 [ 3 ] {} <Debug> HTTP-Session: ba8398ac-734a-4ffa-8f7f-16e88daed3f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10489 | 2024.09.23 18:25:40.988363 [ 3 ] {} <Trace> HTTP-Session: ba8398ac-734a-4ffa-8f7f-16e88daed3f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10490 | 2024.09.23 18:25:40.988479 [ 3 ] {bc9d0b61-62e4-47c9-8abb-087b10938511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10491 | 2024.09.23 18:25:40.988522 [ 3 ] {bc9d0b61-62e4-47c9-8abb-087b10938511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10492 | 2024.09.23 18:25:40.988744 [ 3 ] {bc9d0b61-62e4-47c9-8abb-087b10938511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10493 | 2024.09.23 18:25:40.989097 [ 3 ] {bc9d0b61-62e4-47c9-8abb-087b10938511} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10494 | 2024.09.23 18:25:40.989133 [ 3 ] {bc9d0b61-62e4-47c9-8abb-087b10938511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10495 | 2024.09.23 18:25:40.989490 [ 3 ] {bc9d0b61-62e4-47c9-8abb-087b10938511} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10496 | 2024.09.23 18:25:40.989843 [ 3 ] {bc9d0b61-62e4-47c9-8abb-087b10938511} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10497 | 2024.09.23 18:25:40.989996 [ 3 ] {bc9d0b61-62e4-47c9-8abb-087b10938511} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001553 sec., 57308.43528654218 rows/sec., 4.48 MiB/sec. | ||
10498 | 2024.09.23 18:25:40.990150 [ 3 ] {bc9d0b61-62e4-47c9-8abb-087b10938511} <Debug> DynamicQueryHandler: Done processing query | ||
10499 | 2024.09.23 18:25:40.990174 [ 3 ] {bc9d0b61-62e4-47c9-8abb-087b10938511} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10500 | 2024.09.23 18:25:40.990190 [ 3 ] {} <Debug> HTTP-Session: ba8398ac-734a-4ffa-8f7f-16e88daed3f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10501 | 2024.09.23 18:25:40.990360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10502 | 2024.09.23 18:25:40.990408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10503 | 2024.09.23 18:25:40.990427 [ 3 ] {} <Debug> HTTP-Session: 6280464d-996f-47b2-9256-9de4c63bf492 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10504 | 2024.09.23 18:25:40.990443 [ 3 ] {} <Debug> HTTP-Session: 6280464d-996f-47b2-9256-9de4c63bf492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10505 | 2024.09.23 18:25:40.990458 [ 3 ] {} <Debug> HTTP-Session: 6280464d-996f-47b2-9256-9de4c63bf492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10506 | 2024.09.23 18:25:40.990488 [ 3 ] {} <Trace> HTTP-Session: 6280464d-996f-47b2-9256-9de4c63bf492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10507 | 2024.09.23 18:25:40.990631 [ 3 ] {5bdb8baa-b8be-45e5-a9e4-22c4d3a12c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10508 | 2024.09.23 18:25:40.990679 [ 3 ] {5bdb8baa-b8be-45e5-a9e4-22c4d3a12c6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10509 | 2024.09.23 18:25:40.990822 [ 3 ] {5bdb8baa-b8be-45e5-a9e4-22c4d3a12c6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10510 | 2024.09.23 18:25:40.991146 [ 3 ] {5bdb8baa-b8be-45e5-a9e4-22c4d3a12c6e} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10511 | 2024.09.23 18:25:40.991181 [ 3 ] {5bdb8baa-b8be-45e5-a9e4-22c4d3a12c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10512 | 2024.09.23 18:25:40.991558 [ 3 ] {5bdb8baa-b8be-45e5-a9e4-22c4d3a12c6e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10513 | 2024.09.23 18:25:40.991895 [ 3 ] {5bdb8baa-b8be-45e5-a9e4-22c4d3a12c6e} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10514 | 2024.09.23 18:25:40.992045 [ 3 ] {5bdb8baa-b8be-45e5-a9e4-22c4d3a12c6e} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.00147 sec., 87755.10204081633 rows/sec., 6.11 MiB/sec. | ||
10515 | 2024.09.23 18:25:40.992197 [ 3 ] {5bdb8baa-b8be-45e5-a9e4-22c4d3a12c6e} <Debug> DynamicQueryHandler: Done processing query | ||
10516 | 2024.09.23 18:25:40.992221 [ 3 ] {5bdb8baa-b8be-45e5-a9e4-22c4d3a12c6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10517 | 2024.09.23 18:25:40.992238 [ 3 ] {} <Debug> HTTP-Session: 6280464d-996f-47b2-9256-9de4c63bf492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10518 | 2024.09.23 18:25:40.992408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10519 | 2024.09.23 18:25:40.992456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10520 | 2024.09.23 18:25:40.992475 [ 3 ] {} <Debug> HTTP-Session: 441c35cd-2afc-42a8-98bc-704b3c288149 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10521 | 2024.09.23 18:25:40.992491 [ 3 ] {} <Debug> HTTP-Session: 441c35cd-2afc-42a8-98bc-704b3c288149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10522 | 2024.09.23 18:25:40.992505 [ 3 ] {} <Debug> HTTP-Session: 441c35cd-2afc-42a8-98bc-704b3c288149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10523 | 2024.09.23 18:25:40.992534 [ 3 ] {} <Trace> HTTP-Session: 441c35cd-2afc-42a8-98bc-704b3c288149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10524 | 2024.09.23 18:25:40.992790 [ 3 ] {0ca42133-6860-4998-b828-bdd43d5c259b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10525 | 2024.09.23 18:25:40.992853 [ 3 ] {0ca42133-6860-4998-b828-bdd43d5c259b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10526 | 2024.09.23 18:25:40.993260 [ 3 ] {0ca42133-6860-4998-b828-bdd43d5c259b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10527 | 2024.09.23 18:25:40.993783 [ 3 ] {0ca42133-6860-4998-b828-bdd43d5c259b} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10528 | 2024.09.23 18:25:40.993818 [ 3 ] {0ca42133-6860-4998-b828-bdd43d5c259b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10529 | 2024.09.23 18:25:40.994412 [ 3 ] {0ca42133-6860-4998-b828-bdd43d5c259b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10530 | 2024.09.23 18:25:40.994816 [ 3 ] {0ca42133-6860-4998-b828-bdd43d5c259b} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10531 | 2024.09.23 18:25:40.995006 [ 147 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10532 | 2024.09.23 18:25:40.995023 [ 3 ] {0ca42133-6860-4998-b828-bdd43d5c259b} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002404 sec., 9567.38768718802 rows/sec., 17.14 MiB/sec. | ||
10533 | 2024.09.23 18:25:40.995095 [ 147 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10534 | 2024.09.23 18:25:40.995186 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10535 | 2024.09.23 18:25:40.995420 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
10536 | 2024.09.23 18:25:40.995451 [ 3 ] {0ca42133-6860-4998-b828-bdd43d5c259b} <Debug> DynamicQueryHandler: Done processing query | ||
10537 | 2024.09.23 18:25:40.995482 [ 3 ] {0ca42133-6860-4998-b828-bdd43d5c259b} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10538 | 2024.09.23 18:25:40.995503 [ 3 ] {} <Debug> HTTP-Session: 441c35cd-2afc-42a8-98bc-704b3c288149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10539 | 2024.09.23 18:25:40.995645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10540 | 2024.09.23 18:25:40.995713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10541 | 2024.09.23 18:25:40.995744 [ 3 ] {} <Debug> HTTP-Session: 99c7d7f6-f348-4b68-b6c8-d7b4e1fb025e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10542 | 2024.09.23 18:25:40.995772 [ 3 ] {} <Debug> HTTP-Session: 99c7d7f6-f348-4b68-b6c8-d7b4e1fb025e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10543 | 2024.09.23 18:25:40.995800 [ 3 ] {} <Debug> HTTP-Session: 99c7d7f6-f348-4b68-b6c8-d7b4e1fb025e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10544 | 2024.09.23 18:25:40.995854 [ 3 ] {} <Trace> HTTP-Session: 99c7d7f6-f348-4b68-b6c8-d7b4e1fb025e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10545 | 2024.09.23 18:25:40.995885 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10546 | 2024.09.23 18:25:40.995985 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 725 rows starting from the beginning of the part | ||
10547 | 2024.09.23 18:25:40.996004 [ 3 ] {fcafbbcb-df77-4ac7-86b6-2208e11cb382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10548 | 2024.09.23 18:25:40.996065 [ 3 ] {fcafbbcb-df77-4ac7-86b6-2208e11cb382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10549 | 2024.09.23 18:25:40.996691 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 9 rows starting from the beginning of the part | ||
10550 | 2024.09.23 18:25:40.996733 [ 3 ] {fcafbbcb-df77-4ac7-86b6-2208e11cb382} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10551 | 2024.09.23 18:25:40.997210 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part | ||
10552 | 2024.09.23 18:25:40.997764 [ 3 ] {fcafbbcb-df77-4ac7-86b6-2208e11cb382} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10553 | 2024.09.23 18:25:40.997784 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 9 rows starting from the beginning of the part | ||
10554 | 2024.09.23 18:25:40.997809 [ 3 ] {fcafbbcb-df77-4ac7-86b6-2208e11cb382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
10555 | 2024.09.23 18:25:40.998259 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
10556 | 2024.09.23 18:25:40.998777 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part | ||
10557 | 2024.09.23 18:25:40.998888 [ 3 ] {fcafbbcb-df77-4ac7-86b6-2208e11cb382} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10558 | 2024.09.23 18:25:40.999748 [ 3 ] {fcafbbcb-df77-4ac7-86b6-2208e11cb382} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10559 | 2024.09.23 18:25:40.999991 [ 3 ] {fcafbbcb-df77-4ac7-86b6-2208e11cb382} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004033 sec., 11901.81006694768 rows/sec., 821.35 KiB/sec. | ||
10560 | 2024.09.23 18:25:41.000143 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.08 MiB, peak 207.81 MiB, free memory in arenas 0.00 B, will set to 197.45 MiB (RSS), difference: -5.64 MiB | ||
10561 | 2024.09.23 18:25:41.000373 [ 3 ] {fcafbbcb-df77-4ac7-86b6-2208e11cb382} <Debug> DynamicQueryHandler: Done processing query | ||
10562 | 2024.09.23 18:25:41.000446 [ 3 ] {fcafbbcb-df77-4ac7-86b6-2208e11cb382} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10563 | 2024.09.23 18:25:41.000520 [ 3 ] {} <Debug> HTTP-Session: 99c7d7f6-f348-4b68-b6c8-d7b4e1fb025e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10564 | 2024.09.23 18:25:41.006209 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 805 rows, containing 19 columns (19 merged, 0 gathered) in 0.010887913 sec., 73935.19768205348 rows/sec., 132.49 MiB/sec. | ||
10565 | 2024.09.23 18:25:41.007300 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10566 | 2024.09.23 18:25:41.007974 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10567 | 2024.09.23 18:25:41.008072 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10568 | 2024.09.23 18:25:41.008244 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
10569 | 2024.09.23 18:25:42.000146 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.97 MiB, peak 207.81 MiB, free memory in arenas 0.00 B, will set to 198.32 MiB (RSS), difference: 9.35 MiB | ||
10570 | 2024.09.23 18:25:42.292709 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10571 | 2024.09.23 18:25:42.292765 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10572 | 2024.09.23 18:25:45.982536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10573 | 2024.09.23 18:25:45.982729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10574 | 2024.09.23 18:25:45.982789 [ 3 ] {} <Debug> HTTP-Session: 20d7aa11-035e-42e8-9765-8ae734e38a5c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10575 | 2024.09.23 18:25:45.982846 [ 3 ] {} <Debug> HTTP-Session: 20d7aa11-035e-42e8-9765-8ae734e38a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10576 | 2024.09.23 18:25:45.982908 [ 3 ] {} <Debug> HTTP-Session: 20d7aa11-035e-42e8-9765-8ae734e38a5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10577 | 2024.09.23 18:25:45.983018 [ 3 ] {} <Trace> HTTP-Session: 20d7aa11-035e-42e8-9765-8ae734e38a5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10578 | 2024.09.23 18:25:45.983554 [ 3 ] {6ba9462d-44fc-417f-a287-6a9f6f548287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10579 | 2024.09.23 18:25:45.983621 [ 3 ] {6ba9462d-44fc-417f-a287-6a9f6f548287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10580 | 2024.09.23 18:25:45.983950 [ 3 ] {6ba9462d-44fc-417f-a287-6a9f6f548287} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10581 | 2024.09.23 18:25:45.984433 [ 3 ] {6ba9462d-44fc-417f-a287-6a9f6f548287} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10582 | 2024.09.23 18:25:45.984479 [ 3 ] {6ba9462d-44fc-417f-a287-6a9f6f548287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10583 | 2024.09.23 18:25:45.984907 [ 3 ] {6ba9462d-44fc-417f-a287-6a9f6f548287} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10584 | 2024.09.23 18:25:45.985299 [ 3 ] {6ba9462d-44fc-417f-a287-6a9f6f548287} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10585 | 2024.09.23 18:25:45.985487 [ 3 ] {6ba9462d-44fc-417f-a287-6a9f6f548287} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002123 sec., 34856.335374470094 rows/sec., 2.79 MiB/sec. | ||
10586 | 2024.09.23 18:25:45.985693 [ 3 ] {6ba9462d-44fc-417f-a287-6a9f6f548287} <Debug> DynamicQueryHandler: Done processing query | ||
10587 | 2024.09.23 18:25:45.985719 [ 3 ] {6ba9462d-44fc-417f-a287-6a9f6f548287} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10588 | 2024.09.23 18:25:45.985735 [ 3 ] {} <Debug> HTTP-Session: 20d7aa11-035e-42e8-9765-8ae734e38a5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10589 | 2024.09.23 18:25:45.985856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10590 | 2024.09.23 18:25:45.985904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10591 | 2024.09.23 18:25:45.985924 [ 3 ] {} <Debug> HTTP-Session: 966d53a1-e86f-4f13-9077-6483b90320f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10592 | 2024.09.23 18:25:45.985941 [ 3 ] {} <Debug> HTTP-Session: 966d53a1-e86f-4f13-9077-6483b90320f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10593 | 2024.09.23 18:25:45.985956 [ 3 ] {} <Debug> HTTP-Session: 966d53a1-e86f-4f13-9077-6483b90320f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10594 | 2024.09.23 18:25:45.985987 [ 3 ] {} <Trace> HTTP-Session: 966d53a1-e86f-4f13-9077-6483b90320f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10595 | 2024.09.23 18:25:45.986093 [ 3 ] {27284fd2-a1e5-4291-ac12-7a2c76a10141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10596 | 2024.09.23 18:25:45.986138 [ 3 ] {27284fd2-a1e5-4291-ac12-7a2c76a10141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10597 | 2024.09.23 18:25:45.986372 [ 3 ] {27284fd2-a1e5-4291-ac12-7a2c76a10141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10598 | 2024.09.23 18:25:45.986725 [ 3 ] {27284fd2-a1e5-4291-ac12-7a2c76a10141} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10599 | 2024.09.23 18:25:45.986764 [ 3 ] {27284fd2-a1e5-4291-ac12-7a2c76a10141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10600 | 2024.09.23 18:25:45.987118 [ 3 ] {27284fd2-a1e5-4291-ac12-7a2c76a10141} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10601 | 2024.09.23 18:25:45.987484 [ 3 ] {27284fd2-a1e5-4291-ac12-7a2c76a10141} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10602 | 2024.09.23 18:25:45.987652 [ 3 ] {27284fd2-a1e5-4291-ac12-7a2c76a10141} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001579 sec., 5699.810006333122 rows/sec., 428.60 KiB/sec. | ||
10603 | 2024.09.23 18:25:45.987831 [ 3 ] {27284fd2-a1e5-4291-ac12-7a2c76a10141} <Debug> DynamicQueryHandler: Done processing query | ||
10604 | 2024.09.23 18:25:45.987856 [ 3 ] {27284fd2-a1e5-4291-ac12-7a2c76a10141} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10605 | 2024.09.23 18:25:45.987872 [ 3 ] {} <Debug> HTTP-Session: 966d53a1-e86f-4f13-9077-6483b90320f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10606 | 2024.09.23 18:25:45.987996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10607 | 2024.09.23 18:25:45.988046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10608 | 2024.09.23 18:25:45.988066 [ 3 ] {} <Debug> HTTP-Session: 007ba555-8c55-4f95-89b0-b9009e78e81c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10609 | 2024.09.23 18:25:45.988083 [ 3 ] {} <Debug> HTTP-Session: 007ba555-8c55-4f95-89b0-b9009e78e81c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10610 | 2024.09.23 18:25:45.988097 [ 3 ] {} <Debug> HTTP-Session: 007ba555-8c55-4f95-89b0-b9009e78e81c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10611 | 2024.09.23 18:25:45.988128 [ 3 ] {} <Trace> HTTP-Session: 007ba555-8c55-4f95-89b0-b9009e78e81c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10612 | 2024.09.23 18:25:45.988247 [ 3 ] {198fe833-c240-4bba-bc96-c2cfd4f6ab61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10613 | 2024.09.23 18:25:45.988292 [ 3 ] {198fe833-c240-4bba-bc96-c2cfd4f6ab61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10614 | 2024.09.23 18:25:45.988521 [ 3 ] {198fe833-c240-4bba-bc96-c2cfd4f6ab61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10615 | 2024.09.23 18:25:45.988893 [ 3 ] {198fe833-c240-4bba-bc96-c2cfd4f6ab61} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10616 | 2024.09.23 18:25:45.988930 [ 3 ] {198fe833-c240-4bba-bc96-c2cfd4f6ab61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10617 | 2024.09.23 18:25:45.989303 [ 3 ] {198fe833-c240-4bba-bc96-c2cfd4f6ab61} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10618 | 2024.09.23 18:25:45.989662 [ 3 ] {198fe833-c240-4bba-bc96-c2cfd4f6ab61} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10619 | 2024.09.23 18:25:45.989815 [ 3 ] {198fe833-c240-4bba-bc96-c2cfd4f6ab61} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001607 sec., 45426.26011200996 rows/sec., 3.55 MiB/sec. | ||
10620 | 2024.09.23 18:25:45.990024 [ 3 ] {198fe833-c240-4bba-bc96-c2cfd4f6ab61} <Debug> DynamicQueryHandler: Done processing query | ||
10621 | 2024.09.23 18:25:45.990062 [ 3 ] {198fe833-c240-4bba-bc96-c2cfd4f6ab61} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10622 | 2024.09.23 18:25:45.990095 [ 3 ] {} <Debug> HTTP-Session: 007ba555-8c55-4f95-89b0-b9009e78e81c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10623 | 2024.09.23 18:25:45.990246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10624 | 2024.09.23 18:25:45.990294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10625 | 2024.09.23 18:25:45.990314 [ 3 ] {} <Debug> HTTP-Session: e680236d-79f0-4132-ab21-591d76ef5115 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10626 | 2024.09.23 18:25:45.990330 [ 3 ] {} <Debug> HTTP-Session: e680236d-79f0-4132-ab21-591d76ef5115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10627 | 2024.09.23 18:25:45.990344 [ 3 ] {} <Debug> HTTP-Session: e680236d-79f0-4132-ab21-591d76ef5115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10628 | 2024.09.23 18:25:45.990377 [ 3 ] {} <Trace> HTTP-Session: e680236d-79f0-4132-ab21-591d76ef5115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10629 | 2024.09.23 18:25:45.990530 [ 3 ] {ca4590a0-beff-4509-8dae-f6e824f3e676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10630 | 2024.09.23 18:25:45.990577 [ 3 ] {ca4590a0-beff-4509-8dae-f6e824f3e676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10631 | 2024.09.23 18:25:45.990720 [ 3 ] {ca4590a0-beff-4509-8dae-f6e824f3e676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10632 | 2024.09.23 18:25:45.991103 [ 3 ] {ca4590a0-beff-4509-8dae-f6e824f3e676} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10633 | 2024.09.23 18:25:45.991138 [ 3 ] {ca4590a0-beff-4509-8dae-f6e824f3e676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10634 | 2024.09.23 18:25:45.991524 [ 3 ] {ca4590a0-beff-4509-8dae-f6e824f3e676} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10635 | 2024.09.23 18:25:45.991867 [ 3 ] {ca4590a0-beff-4509-8dae-f6e824f3e676} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10636 | 2024.09.23 18:25:45.992018 [ 3 ] {ca4590a0-beff-4509-8dae-f6e824f3e676} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
10637 | 2024.09.23 18:25:45.992182 [ 3 ] {ca4590a0-beff-4509-8dae-f6e824f3e676} <Debug> DynamicQueryHandler: Done processing query | ||
10638 | 2024.09.23 18:25:45.992207 [ 3 ] {ca4590a0-beff-4509-8dae-f6e824f3e676} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10639 | 2024.09.23 18:25:45.992223 [ 3 ] {} <Debug> HTTP-Session: e680236d-79f0-4132-ab21-591d76ef5115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10640 | 2024.09.23 18:25:45.992342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10641 | 2024.09.23 18:25:45.992390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10642 | 2024.09.23 18:25:45.992409 [ 3 ] {} <Debug> HTTP-Session: 02838d93-23c2-4307-ad1c-66e97ca6aadc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10643 | 2024.09.23 18:25:45.992427 [ 3 ] {} <Debug> HTTP-Session: 02838d93-23c2-4307-ad1c-66e97ca6aadc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10644 | 2024.09.23 18:25:45.992441 [ 3 ] {} <Debug> HTTP-Session: 02838d93-23c2-4307-ad1c-66e97ca6aadc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10645 | 2024.09.23 18:25:45.992471 [ 3 ] {} <Trace> HTTP-Session: 02838d93-23c2-4307-ad1c-66e97ca6aadc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10646 | 2024.09.23 18:25:45.992647 [ 3 ] {2bfeb498-32ea-4966-8d20-42388a14a61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10647 | 2024.09.23 18:25:45.992712 [ 3 ] {2bfeb498-32ea-4966-8d20-42388a14a61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10648 | 2024.09.23 18:25:45.993115 [ 3 ] {2bfeb498-32ea-4966-8d20-42388a14a61b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10649 | 2024.09.23 18:25:45.993634 [ 3 ] {2bfeb498-32ea-4966-8d20-42388a14a61b} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10650 | 2024.09.23 18:25:45.993671 [ 3 ] {2bfeb498-32ea-4966-8d20-42388a14a61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10651 | 2024.09.23 18:25:45.994271 [ 3 ] {2bfeb498-32ea-4966-8d20-42388a14a61b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10652 | 2024.09.23 18:25:45.994687 [ 3 ] {2bfeb498-32ea-4966-8d20-42388a14a61b} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10653 | 2024.09.23 18:25:45.994872 [ 3 ] {2bfeb498-32ea-4966-8d20-42388a14a61b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002324 sec., 3872.6333907056796 rows/sec., 6.94 MiB/sec. | ||
10654 | 2024.09.23 18:25:45.995094 [ 3 ] {2bfeb498-32ea-4966-8d20-42388a14a61b} <Debug> DynamicQueryHandler: Done processing query | ||
10655 | 2024.09.23 18:25:45.995119 [ 3 ] {2bfeb498-32ea-4966-8d20-42388a14a61b} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
10656 | 2024.09.23 18:25:45.995135 [ 3 ] {} <Debug> HTTP-Session: 02838d93-23c2-4307-ad1c-66e97ca6aadc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10657 | 2024.09.23 18:25:45.995250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10658 | 2024.09.23 18:25:45.995297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10659 | 2024.09.23 18:25:45.995316 [ 3 ] {} <Debug> HTTP-Session: 95e19562-a627-493e-8af4-da58ebc33e35 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10660 | 2024.09.23 18:25:45.995332 [ 3 ] {} <Debug> HTTP-Session: 95e19562-a627-493e-8af4-da58ebc33e35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10661 | 2024.09.23 18:25:45.995346 [ 3 ] {} <Debug> HTTP-Session: 95e19562-a627-493e-8af4-da58ebc33e35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10662 | 2024.09.23 18:25:45.995376 [ 3 ] {} <Trace> HTTP-Session: 95e19562-a627-493e-8af4-da58ebc33e35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10663 | 2024.09.23 18:25:45.995501 [ 3 ] {85235cac-821d-4528-8270-86ac7c21f9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10664 | 2024.09.23 18:25:45.995546 [ 3 ] {85235cac-821d-4528-8270-86ac7c21f9c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10665 | 2024.09.23 18:25:45.995672 [ 3 ] {85235cac-821d-4528-8270-86ac7c21f9c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10666 | 2024.09.23 18:25:45.995961 [ 3 ] {85235cac-821d-4528-8270-86ac7c21f9c1} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10667 | 2024.09.23 18:25:45.995997 [ 3 ] {85235cac-821d-4528-8270-86ac7c21f9c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10668 | 2024.09.23 18:25:45.996359 [ 3 ] {85235cac-821d-4528-8270-86ac7c21f9c1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10669 | 2024.09.23 18:25:45.996690 [ 3 ] {85235cac-821d-4528-8270-86ac7c21f9c1} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10670 | 2024.09.23 18:25:45.996849 [ 3 ] {85235cac-821d-4528-8270-86ac7c21f9c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
10671 | 2024.09.23 18:25:45.997005 [ 3 ] {85235cac-821d-4528-8270-86ac7c21f9c1} <Debug> DynamicQueryHandler: Done processing query | ||
10672 | 2024.09.23 18:25:45.997029 [ 3 ] {85235cac-821d-4528-8270-86ac7c21f9c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10673 | 2024.09.23 18:25:45.997045 [ 3 ] {} <Debug> HTTP-Session: 95e19562-a627-493e-8af4-da58ebc33e35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10674 | 2024.09.23 18:25:48.398836 [ 141 ] {} <Debug> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
10675 | 2024.09.23 18:25:48.398938 [ 141 ] {} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10676 | 2024.09.23 18:25:48.398981 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10677 | 2024.09.23 18:25:48.399223 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
10678 | 2024.09.23 18:25:48.399676 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10679 | 2024.09.23 18:25:48.399716 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
10680 | 2024.09.23 18:25:48.399799 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
10681 | 2024.09.23 18:25:48.399976 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
10682 | 2024.09.23 18:25:48.400245 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
10683 | 2024.09.23 18:25:48.400457 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
10684 | 2024.09.23 18:25:48.401533 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002454422 sec., 58669.617531133605 rows/sec., 2.99 MiB/sec. | ||
10685 | 2024.09.23 18:25:48.401712 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
10686 | 2024.09.23 18:25:48.402156 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_24_5} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10687 | 2024.09.23 18:25:48.402251 [ 191 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_24_5} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
10688 | 2024.09.23 18:25:48.402349 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
10689 | 2024.09.23 18:25:50.987226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10690 | 2024.09.23 18:25:50.987362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10691 | 2024.09.23 18:25:50.987395 [ 3 ] {} <Debug> HTTP-Session: 0b308167-5809-4209-befe-71484bedce78 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10692 | 2024.09.23 18:25:50.987420 [ 3 ] {} <Debug> HTTP-Session: 0b308167-5809-4209-befe-71484bedce78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10693 | 2024.09.23 18:25:50.987438 [ 3 ] {} <Debug> HTTP-Session: 0b308167-5809-4209-befe-71484bedce78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10694 | 2024.09.23 18:25:50.987491 [ 3 ] {} <Trace> HTTP-Session: 0b308167-5809-4209-befe-71484bedce78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10695 | 2024.09.23 18:25:50.987770 [ 3 ] {89d25332-893a-4b7e-856f-3675c47ddc47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10696 | 2024.09.23 18:25:50.987857 [ 3 ] {89d25332-893a-4b7e-856f-3675c47ddc47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10697 | 2024.09.23 18:25:50.988317 [ 3 ] {89d25332-893a-4b7e-856f-3675c47ddc47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10698 | 2024.09.23 18:25:50.988922 [ 3 ] {89d25332-893a-4b7e-856f-3675c47ddc47} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10699 | 2024.09.23 18:25:50.988968 [ 3 ] {89d25332-893a-4b7e-856f-3675c47ddc47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10700 | 2024.09.23 18:25:50.989447 [ 3 ] {89d25332-893a-4b7e-856f-3675c47ddc47} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10701 | 2024.09.23 18:25:50.989837 [ 3 ] {89d25332-893a-4b7e-856f-3675c47ddc47} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10702 | 2024.09.23 18:25:50.989985 [ 3 ] {89d25332-893a-4b7e-856f-3675c47ddc47} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002344 sec., 107081.91126279863 rows/sec., 9.48 MiB/sec. | ||
10703 | 2024.09.23 18:25:50.990185 [ 3 ] {89d25332-893a-4b7e-856f-3675c47ddc47} <Debug> DynamicQueryHandler: Done processing query | ||
10704 | 2024.09.23 18:25:50.990212 [ 3 ] {89d25332-893a-4b7e-856f-3675c47ddc47} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10705 | 2024.09.23 18:25:50.990228 [ 3 ] {} <Debug> HTTP-Session: 0b308167-5809-4209-befe-71484bedce78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10706 | 2024.09.23 18:25:50.990400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10707 | 2024.09.23 18:25:50.990453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10708 | 2024.09.23 18:25:50.990472 [ 3 ] {} <Debug> HTTP-Session: 6b6fec26-7e99-44dc-8311-6000d566b631 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10709 | 2024.09.23 18:25:50.990490 [ 3 ] {} <Debug> HTTP-Session: 6b6fec26-7e99-44dc-8311-6000d566b631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10710 | 2024.09.23 18:25:50.990504 [ 3 ] {} <Debug> HTTP-Session: 6b6fec26-7e99-44dc-8311-6000d566b631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10711 | 2024.09.23 18:25:50.990539 [ 3 ] {} <Trace> HTTP-Session: 6b6fec26-7e99-44dc-8311-6000d566b631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10712 | 2024.09.23 18:25:50.990652 [ 3 ] {dbdf0b4a-7e8e-4261-a215-d02c557cd781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10713 | 2024.09.23 18:25:50.990698 [ 3 ] {dbdf0b4a-7e8e-4261-a215-d02c557cd781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10714 | 2024.09.23 18:25:50.990933 [ 3 ] {dbdf0b4a-7e8e-4261-a215-d02c557cd781} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10715 | 2024.09.23 18:25:50.991246 [ 3 ] {dbdf0b4a-7e8e-4261-a215-d02c557cd781} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10716 | 2024.09.23 18:25:50.991282 [ 3 ] {dbdf0b4a-7e8e-4261-a215-d02c557cd781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10717 | 2024.09.23 18:25:50.991635 [ 3 ] {dbdf0b4a-7e8e-4261-a215-d02c557cd781} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10718 | 2024.09.23 18:25:50.992010 [ 3 ] {dbdf0b4a-7e8e-4261-a215-d02c557cd781} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10719 | 2024.09.23 18:25:50.992143 [ 3 ] {dbdf0b4a-7e8e-4261-a215-d02c557cd781} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001526 sec., 20314.547837483617 rows/sec., 1.49 MiB/sec. | ||
10720 | 2024.09.23 18:25:50.992319 [ 3 ] {dbdf0b4a-7e8e-4261-a215-d02c557cd781} <Debug> DynamicQueryHandler: Done processing query | ||
10721 | 2024.09.23 18:25:50.992345 [ 3 ] {dbdf0b4a-7e8e-4261-a215-d02c557cd781} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10722 | 2024.09.23 18:25:50.992361 [ 3 ] {} <Debug> HTTP-Session: 6b6fec26-7e99-44dc-8311-6000d566b631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10723 | 2024.09.23 18:25:50.992565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10724 | 2024.09.23 18:25:50.992632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10725 | 2024.09.23 18:25:50.992663 [ 3 ] {} <Debug> HTTP-Session: 10fbb877-5467-4a55-9cd1-39c67efd8285 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10726 | 2024.09.23 18:25:50.992690 [ 3 ] {} <Debug> HTTP-Session: 10fbb877-5467-4a55-9cd1-39c67efd8285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10727 | 2024.09.23 18:25:50.992714 [ 3 ] {} <Debug> HTTP-Session: 10fbb877-5467-4a55-9cd1-39c67efd8285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10728 | 2024.09.23 18:25:50.992760 [ 3 ] {} <Trace> HTTP-Session: 10fbb877-5467-4a55-9cd1-39c67efd8285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10729 | 2024.09.23 18:25:50.992898 [ 3 ] {ec6f4994-5c0e-4294-885e-0fe37643de7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10730 | 2024.09.23 18:25:50.992959 [ 3 ] {ec6f4994-5c0e-4294-885e-0fe37643de7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10731 | 2024.09.23 18:25:50.993282 [ 3 ] {ec6f4994-5c0e-4294-885e-0fe37643de7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10732 | 2024.09.23 18:25:50.993676 [ 3 ] {ec6f4994-5c0e-4294-885e-0fe37643de7c} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10733 | 2024.09.23 18:25:50.993724 [ 3 ] {ec6f4994-5c0e-4294-885e-0fe37643de7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10734 | 2024.09.23 18:25:50.994135 [ 3 ] {ec6f4994-5c0e-4294-885e-0fe37643de7c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10735 | 2024.09.23 18:25:50.994493 [ 3 ] {ec6f4994-5c0e-4294-885e-0fe37643de7c} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10736 | 2024.09.23 18:25:50.994621 [ 3 ] {ec6f4994-5c0e-4294-885e-0fe37643de7c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001764 sec., 7936.507936507936 rows/sec., 555.82 KiB/sec. | ||
10737 | 2024.09.23 18:25:50.994909 [ 3 ] {ec6f4994-5c0e-4294-885e-0fe37643de7c} <Debug> DynamicQueryHandler: Done processing query | ||
10738 | 2024.09.23 18:25:50.994945 [ 3 ] {ec6f4994-5c0e-4294-885e-0fe37643de7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10739 | 2024.09.23 18:25:50.994969 [ 3 ] {} <Debug> HTTP-Session: 10fbb877-5467-4a55-9cd1-39c67efd8285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10740 | 2024.09.23 18:25:50.995086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10741 | 2024.09.23 18:25:50.995135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10742 | 2024.09.23 18:25:50.995154 [ 3 ] {} <Debug> HTTP-Session: aaf065db-4b86-4c5f-9190-a18799f90ac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10743 | 2024.09.23 18:25:50.995171 [ 3 ] {} <Debug> HTTP-Session: aaf065db-4b86-4c5f-9190-a18799f90ac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10744 | 2024.09.23 18:25:50.995185 [ 3 ] {} <Debug> HTTP-Session: aaf065db-4b86-4c5f-9190-a18799f90ac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10745 | 2024.09.23 18:25:50.995218 [ 3 ] {} <Trace> HTTP-Session: aaf065db-4b86-4c5f-9190-a18799f90ac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10746 | 2024.09.23 18:25:50.995318 [ 3 ] {c23c0b07-ab56-40b9-8d80-1be190e37124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10747 | 2024.09.23 18:25:50.995362 [ 3 ] {c23c0b07-ab56-40b9-8d80-1be190e37124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10748 | 2024.09.23 18:25:50.995612 [ 3 ] {c23c0b07-ab56-40b9-8d80-1be190e37124} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10749 | 2024.09.23 18:25:50.995890 [ 3 ] {c23c0b07-ab56-40b9-8d80-1be190e37124} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10750 | 2024.09.23 18:25:50.995926 [ 3 ] {c23c0b07-ab56-40b9-8d80-1be190e37124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10751 | 2024.09.23 18:25:50.996271 [ 3 ] {c23c0b07-ab56-40b9-8d80-1be190e37124} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10752 | 2024.09.23 18:25:50.996627 [ 3 ] {c23c0b07-ab56-40b9-8d80-1be190e37124} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10753 | 2024.09.23 18:25:50.996752 [ 3 ] {c23c0b07-ab56-40b9-8d80-1be190e37124} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 242.64 KiB/sec. | ||
10754 | 2024.09.23 18:25:50.996757 [ 138 ] {} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
10755 | 2024.09.23 18:25:50.996828 [ 138 ] {} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10756 | 2024.09.23 18:25:50.996859 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10757 | 2024.09.23 18:25:50.996958 [ 3 ] {c23c0b07-ab56-40b9-8d80-1be190e37124} <Debug> DynamicQueryHandler: Done processing query | ||
10758 | 2024.09.23 18:25:50.997027 [ 3 ] {c23c0b07-ab56-40b9-8d80-1be190e37124} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10759 | 2024.09.23 18:25:50.997062 [ 3 ] {} <Debug> HTTP-Session: aaf065db-4b86-4c5f-9190-a18799f90ac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10760 | 2024.09.23 18:25:50.997094 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
10761 | 2024.09.23 18:25:50.997315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10762 | 2024.09.23 18:25:50.997380 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10763 | 2024.09.23 18:25:50.997401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10764 | 2024.09.23 18:25:50.997462 [ 3 ] {} <Debug> HTTP-Session: 1d95c97c-e067-4fae-9082-047f7e324422 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10765 | 2024.09.23 18:25:50.997467 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part | ||
10766 | 2024.09.23 18:25:50.997491 [ 3 ] {} <Debug> HTTP-Session: 1d95c97c-e067-4fae-9082-047f7e324422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10767 | 2024.09.23 18:25:50.997530 [ 3 ] {} <Debug> HTTP-Session: 1d95c97c-e067-4fae-9082-047f7e324422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10768 | 2024.09.23 18:25:50.997685 [ 3 ] {} <Trace> HTTP-Session: 1d95c97c-e067-4fae-9082-047f7e324422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10769 | 2024.09.23 18:25:50.997714 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
10770 | 2024.09.23 18:25:50.998014 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
10771 | 2024.09.23 18:25:50.998272 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
10772 | 2024.09.23 18:25:50.998427 [ 3 ] {3888da42-3798-48db-8aca-0b40df6f1b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10773 | 2024.09.23 18:25:50.998506 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
10774 | 2024.09.23 18:25:50.998620 [ 3 ] {3888da42-3798-48db-8aca-0b40df6f1b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10775 | 2024.09.23 18:25:50.999629 [ 3 ] {3888da42-3798-48db-8aca-0b40df6f1b23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10776 | 2024.09.23 18:25:51.000150 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.82 MiB, peak 207.81 MiB, free memory in arenas 0.00 B, will set to 198.32 MiB (RSS), difference: -4.50 MiB | ||
10777 | 2024.09.23 18:25:51.001512 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004567254 sec., 6568.498270514406 rows/sec., 416.95 KiB/sec. | ||
10778 | 2024.09.23 18:25:51.001535 [ 3 ] {3888da42-3798-48db-8aca-0b40df6f1b23} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10779 | 2024.09.23 18:25:51.001593 [ 3 ] {3888da42-3798-48db-8aca-0b40df6f1b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10780 | 2024.09.23 18:25:51.001755 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
10781 | 2024.09.23 18:25:51.002455 [ 3 ] {3888da42-3798-48db-8aca-0b40df6f1b23} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10782 | 2024.09.23 18:25:51.002905 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_25_6} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10783 | 2024.09.23 18:25:51.003155 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_25_6} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
10784 | 2024.09.23 18:25:51.003226 [ 3 ] {3888da42-3798-48db-8aca-0b40df6f1b23} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10785 | 2024.09.23 18:25:51.003390 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10786 | 2024.09.23 18:25:51.003521 [ 3 ] {3888da42-3798-48db-8aca-0b40df6f1b23} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.005476 sec., 75420.0146092038 rows/sec., 5.38 MiB/sec. | ||
10787 | 2024.09.23 18:25:51.003730 [ 3 ] {3888da42-3798-48db-8aca-0b40df6f1b23} <Debug> DynamicQueryHandler: Done processing query | ||
10788 | 2024.09.23 18:25:51.003755 [ 3 ] {3888da42-3798-48db-8aca-0b40df6f1b23} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
10789 | 2024.09.23 18:25:51.003772 [ 3 ] {} <Debug> HTTP-Session: 1d95c97c-e067-4fae-9082-047f7e324422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10790 | 2024.09.23 18:25:51.003930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10791 | 2024.09.23 18:25:51.003980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10792 | 2024.09.23 18:25:51.003999 [ 3 ] {} <Debug> HTTP-Session: 3b39f9c5-6c1e-4590-958f-166edaaac6a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10793 | 2024.09.23 18:25:51.004016 [ 3 ] {} <Debug> HTTP-Session: 3b39f9c5-6c1e-4590-958f-166edaaac6a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10794 | 2024.09.23 18:25:51.004029 [ 3 ] {} <Debug> HTTP-Session: 3b39f9c5-6c1e-4590-958f-166edaaac6a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10795 | 2024.09.23 18:25:51.004060 [ 3 ] {} <Trace> HTTP-Session: 3b39f9c5-6c1e-4590-958f-166edaaac6a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10796 | 2024.09.23 18:25:51.004157 [ 3 ] {8d8b7614-1d5e-45ad-9fc1-0a614f57caa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10797 | 2024.09.23 18:25:51.004203 [ 3 ] {8d8b7614-1d5e-45ad-9fc1-0a614f57caa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10798 | 2024.09.23 18:25:51.004343 [ 3 ] {8d8b7614-1d5e-45ad-9fc1-0a614f57caa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10799 | 2024.09.23 18:25:51.004632 [ 3 ] {8d8b7614-1d5e-45ad-9fc1-0a614f57caa0} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10800 | 2024.09.23 18:25:51.004669 [ 3 ] {8d8b7614-1d5e-45ad-9fc1-0a614f57caa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10801 | 2024.09.23 18:25:51.005033 [ 3 ] {8d8b7614-1d5e-45ad-9fc1-0a614f57caa0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10802 | 2024.09.23 18:25:51.005374 [ 3 ] {8d8b7614-1d5e-45ad-9fc1-0a614f57caa0} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10803 | 2024.09.23 18:25:51.005502 [ 3 ] {8d8b7614-1d5e-45ad-9fc1-0a614f57caa0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 228.82 KiB/sec. | ||
10804 | 2024.09.23 18:25:51.005830 [ 3 ] {8d8b7614-1d5e-45ad-9fc1-0a614f57caa0} <Debug> DynamicQueryHandler: Done processing query | ||
10805 | 2024.09.23 18:25:51.005856 [ 3 ] {8d8b7614-1d5e-45ad-9fc1-0a614f57caa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10806 | 2024.09.23 18:25:51.005872 [ 3 ] {} <Debug> HTTP-Session: 3b39f9c5-6c1e-4590-958f-166edaaac6a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10807 | 2024.09.23 18:25:51.006019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10808 | 2024.09.23 18:25:51.006069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10809 | 2024.09.23 18:25:51.006088 [ 3 ] {} <Debug> HTTP-Session: 6c34b812-c4f2-441a-8c2f-819985c6202d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10810 | 2024.09.23 18:25:51.006105 [ 3 ] {} <Debug> HTTP-Session: 6c34b812-c4f2-441a-8c2f-819985c6202d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10811 | 2024.09.23 18:25:51.006119 [ 3 ] {} <Debug> HTTP-Session: 6c34b812-c4f2-441a-8c2f-819985c6202d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10812 | 2024.09.23 18:25:51.006149 [ 3 ] {} <Trace> HTTP-Session: 6c34b812-c4f2-441a-8c2f-819985c6202d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10813 | 2024.09.23 18:25:51.006328 [ 3 ] {82259bcb-c6a8-4bb5-930a-e4dcb6d7cc83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10814 | 2024.09.23 18:25:51.006376 [ 3 ] {82259bcb-c6a8-4bb5-930a-e4dcb6d7cc83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10815 | 2024.09.23 18:25:51.006548 [ 3 ] {82259bcb-c6a8-4bb5-930a-e4dcb6d7cc83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10816 | 2024.09.23 18:25:51.006986 [ 3 ] {82259bcb-c6a8-4bb5-930a-e4dcb6d7cc83} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10817 | 2024.09.23 18:25:51.007021 [ 3 ] {82259bcb-c6a8-4bb5-930a-e4dcb6d7cc83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10818 | 2024.09.23 18:25:51.007411 [ 3 ] {82259bcb-c6a8-4bb5-930a-e4dcb6d7cc83} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10819 | 2024.09.23 18:25:51.007758 [ 3 ] {82259bcb-c6a8-4bb5-930a-e4dcb6d7cc83} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10820 | 2024.09.23 18:25:51.007886 [ 3 ] {82259bcb-c6a8-4bb5-930a-e4dcb6d7cc83} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001653 sec., 143375.68058076224 rows/sec., 9.61 MiB/sec. | ||
10821 | 2024.09.23 18:25:51.008054 [ 3 ] {82259bcb-c6a8-4bb5-930a-e4dcb6d7cc83} <Debug> DynamicQueryHandler: Done processing query | ||
10822 | 2024.09.23 18:25:51.008078 [ 3 ] {82259bcb-c6a8-4bb5-930a-e4dcb6d7cc83} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10823 | 2024.09.23 18:25:51.008094 [ 3 ] {} <Debug> HTTP-Session: 6c34b812-c4f2-441a-8c2f-819985c6202d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10824 | 2024.09.23 18:25:51.008228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10825 | 2024.09.23 18:25:51.008277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10826 | 2024.09.23 18:25:51.008296 [ 3 ] {} <Debug> HTTP-Session: 848f31a0-66f4-4ee8-a983-5cbc665ebf6c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10827 | 2024.09.23 18:25:51.008313 [ 3 ] {} <Debug> HTTP-Session: 848f31a0-66f4-4ee8-a983-5cbc665ebf6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10828 | 2024.09.23 18:25:51.008327 [ 3 ] {} <Debug> HTTP-Session: 848f31a0-66f4-4ee8-a983-5cbc665ebf6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10829 | 2024.09.23 18:25:51.008357 [ 3 ] {} <Trace> HTTP-Session: 848f31a0-66f4-4ee8-a983-5cbc665ebf6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10830 | 2024.09.23 18:25:51.008450 [ 3 ] {0f2385ad-76c0-4f2b-bcbc-7c2ff9b7c5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10831 | 2024.09.23 18:25:51.008495 [ 3 ] {0f2385ad-76c0-4f2b-bcbc-7c2ff9b7c5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10832 | 2024.09.23 18:25:51.008626 [ 3 ] {0f2385ad-76c0-4f2b-bcbc-7c2ff9b7c5c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10833 | 2024.09.23 18:25:51.008892 [ 3 ] {0f2385ad-76c0-4f2b-bcbc-7c2ff9b7c5c2} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10834 | 2024.09.23 18:25:51.008927 [ 3 ] {0f2385ad-76c0-4f2b-bcbc-7c2ff9b7c5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10835 | 2024.09.23 18:25:51.009273 [ 3 ] {0f2385ad-76c0-4f2b-bcbc-7c2ff9b7c5c2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10836 | 2024.09.23 18:25:51.009598 [ 3 ] {0f2385ad-76c0-4f2b-bcbc-7c2ff9b7c5c2} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10837 | 2024.09.23 18:25:51.009726 [ 3 ] {0f2385ad-76c0-4f2b-bcbc-7c2ff9b7c5c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
10838 | 2024.09.23 18:25:51.009880 [ 3 ] {0f2385ad-76c0-4f2b-bcbc-7c2ff9b7c5c2} <Debug> DynamicQueryHandler: Done processing query | ||
10839 | 2024.09.23 18:25:51.009904 [ 3 ] {0f2385ad-76c0-4f2b-bcbc-7c2ff9b7c5c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10840 | 2024.09.23 18:25:51.009920 [ 3 ] {} <Debug> HTTP-Session: 848f31a0-66f4-4ee8-a983-5cbc665ebf6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10841 | 2024.09.23 18:25:51.010061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51851, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10842 | 2024.09.23 18:25:51.010108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10843 | 2024.09.23 18:25:51.010127 [ 3 ] {} <Debug> HTTP-Session: 72ff7b53-a158-441d-98b2-938efe3e1372 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10844 | 2024.09.23 18:25:51.010143 [ 3 ] {} <Debug> HTTP-Session: 72ff7b53-a158-441d-98b2-938efe3e1372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10845 | 2024.09.23 18:25:51.010157 [ 3 ] {} <Debug> HTTP-Session: 72ff7b53-a158-441d-98b2-938efe3e1372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10846 | 2024.09.23 18:25:51.010188 [ 3 ] {} <Trace> HTTP-Session: 72ff7b53-a158-441d-98b2-938efe3e1372 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10847 | 2024.09.23 18:25:51.010486 [ 3 ] {43aa741f-ba99-458c-9570-461d9eb0d8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10848 | 2024.09.23 18:25:51.010551 [ 3 ] {43aa741f-ba99-458c-9570-461d9eb0d8c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10849 | 2024.09.23 18:25:51.010967 [ 3 ] {43aa741f-ba99-458c-9570-461d9eb0d8c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10850 | 2024.09.23 18:25:51.011633 [ 3 ] {43aa741f-ba99-458c-9570-461d9eb0d8c4} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10851 | 2024.09.23 18:25:51.011669 [ 3 ] {43aa741f-ba99-458c-9570-461d9eb0d8c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10852 | 2024.09.23 18:25:51.012329 [ 3 ] {43aa741f-ba99-458c-9570-461d9eb0d8c4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10853 | 2024.09.23 18:25:51.012744 [ 3 ] {43aa741f-ba99-458c-9570-461d9eb0d8c4} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10854 | 2024.09.23 18:25:51.012913 [ 3 ] {43aa741f-ba99-458c-9570-461d9eb0d8c4} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002637 sec., 11755.783086841107 rows/sec., 21.07 MiB/sec. | ||
10855 | 2024.09.23 18:25:51.013408 [ 3 ] {43aa741f-ba99-458c-9570-461d9eb0d8c4} <Debug> DynamicQueryHandler: Done processing query | ||
10856 | 2024.09.23 18:25:51.013433 [ 3 ] {43aa741f-ba99-458c-9570-461d9eb0d8c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10857 | 2024.09.23 18:25:51.013450 [ 3 ] {} <Debug> HTTP-Session: 72ff7b53-a158-441d-98b2-938efe3e1372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10858 | 2024.09.23 18:25:51.013579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10859 | 2024.09.23 18:25:51.013628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10860 | 2024.09.23 18:25:51.013677 [ 3 ] {} <Debug> HTTP-Session: 95bac854-b49c-4974-880a-293641661ffc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10861 | 2024.09.23 18:25:51.013694 [ 3 ] {} <Debug> HTTP-Session: 95bac854-b49c-4974-880a-293641661ffc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10862 | 2024.09.23 18:25:51.013708 [ 3 ] {} <Debug> HTTP-Session: 95bac854-b49c-4974-880a-293641661ffc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10863 | 2024.09.23 18:25:51.013740 [ 3 ] {} <Trace> HTTP-Session: 95bac854-b49c-4974-880a-293641661ffc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10864 | 2024.09.23 18:25:51.013862 [ 3 ] {293bf4a5-fe2a-4b44-848e-1e33696941ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10865 | 2024.09.23 18:25:51.013908 [ 3 ] {293bf4a5-fe2a-4b44-848e-1e33696941ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10866 | 2024.09.23 18:25:51.014059 [ 3 ] {293bf4a5-fe2a-4b44-848e-1e33696941ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10867 | 2024.09.23 18:25:51.014433 [ 3 ] {293bf4a5-fe2a-4b44-848e-1e33696941ee} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10868 | 2024.09.23 18:25:51.014468 [ 3 ] {293bf4a5-fe2a-4b44-848e-1e33696941ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10869 | 2024.09.23 18:25:51.014835 [ 3 ] {293bf4a5-fe2a-4b44-848e-1e33696941ee} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10870 | 2024.09.23 18:25:51.015184 [ 3 ] {293bf4a5-fe2a-4b44-848e-1e33696941ee} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10871 | 2024.09.23 18:25:51.015314 [ 3 ] {293bf4a5-fe2a-4b44-848e-1e33696941ee} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001496 sec., 54812.83422459893 rows/sec., 3.48 MiB/sec. | ||
10872 | 2024.09.23 18:25:51.015483 [ 3 ] {293bf4a5-fe2a-4b44-848e-1e33696941ee} <Debug> DynamicQueryHandler: Done processing query | ||
10873 | 2024.09.23 18:25:51.015506 [ 3 ] {293bf4a5-fe2a-4b44-848e-1e33696941ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10874 | 2024.09.23 18:25:51.015523 [ 3 ] {} <Debug> HTTP-Session: 95bac854-b49c-4974-880a-293641661ffc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10875 | 2024.09.23 18:25:52.000135 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.50 MiB, peak 207.81 MiB, free memory in arenas 0.00 B, will set to 198.32 MiB (RSS), difference: 3.82 MiB | ||
10876 | 2024.09.23 18:25:55.981681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10877 | 2024.09.23 18:25:55.981878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10878 | 2024.09.23 18:25:55.981924 [ 3 ] {} <Debug> HTTP-Session: d31cdaca-2c85-45a6-b0eb-0d6bd1820e83 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10879 | 2024.09.23 18:25:55.981968 [ 3 ] {} <Debug> HTTP-Session: d31cdaca-2c85-45a6-b0eb-0d6bd1820e83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10880 | 2024.09.23 18:25:55.981997 [ 3 ] {} <Debug> HTTP-Session: d31cdaca-2c85-45a6-b0eb-0d6bd1820e83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10881 | 2024.09.23 18:25:55.982076 [ 3 ] {} <Trace> HTTP-Session: d31cdaca-2c85-45a6-b0eb-0d6bd1820e83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10882 | 2024.09.23 18:25:55.982424 [ 3 ] {f8353086-4547-455d-b6cd-2413ec3efcc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10883 | 2024.09.23 18:25:55.982539 [ 3 ] {f8353086-4547-455d-b6cd-2413ec3efcc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10884 | 2024.09.23 18:25:55.982969 [ 3 ] {f8353086-4547-455d-b6cd-2413ec3efcc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10885 | 2024.09.23 18:25:55.983460 [ 3 ] {f8353086-4547-455d-b6cd-2413ec3efcc5} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10886 | 2024.09.23 18:25:55.983500 [ 3 ] {f8353086-4547-455d-b6cd-2413ec3efcc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10887 | 2024.09.23 18:25:55.983914 [ 3 ] {f8353086-4547-455d-b6cd-2413ec3efcc5} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10888 | 2024.09.23 18:25:55.984305 [ 3 ] {f8353086-4547-455d-b6cd-2413ec3efcc5} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10889 | 2024.09.23 18:25:55.984450 [ 3 ] {f8353086-4547-455d-b6cd-2413ec3efcc5} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002177 sec., 33991.731740927884 rows/sec., 2.72 MiB/sec. | ||
10890 | 2024.09.23 18:25:55.984651 [ 3 ] {f8353086-4547-455d-b6cd-2413ec3efcc5} <Debug> DynamicQueryHandler: Done processing query | ||
10891 | 2024.09.23 18:25:55.984677 [ 3 ] {f8353086-4547-455d-b6cd-2413ec3efcc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10892 | 2024.09.23 18:25:55.984694 [ 3 ] {} <Debug> HTTP-Session: d31cdaca-2c85-45a6-b0eb-0d6bd1820e83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10893 | 2024.09.23 18:25:55.984827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10894 | 2024.09.23 18:25:55.984878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10895 | 2024.09.23 18:25:55.984897 [ 3 ] {} <Debug> HTTP-Session: 70e46abe-9160-4748-aea9-acfdf91c0cb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10896 | 2024.09.23 18:25:55.984914 [ 3 ] {} <Debug> HTTP-Session: 70e46abe-9160-4748-aea9-acfdf91c0cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10897 | 2024.09.23 18:25:55.984929 [ 3 ] {} <Debug> HTTP-Session: 70e46abe-9160-4748-aea9-acfdf91c0cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10898 | 2024.09.23 18:25:55.984961 [ 3 ] {} <Trace> HTTP-Session: 70e46abe-9160-4748-aea9-acfdf91c0cb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10899 | 2024.09.23 18:25:55.985060 [ 3 ] {cedcd578-8798-4b7c-b28b-19504956f258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10900 | 2024.09.23 18:25:55.985105 [ 3 ] {cedcd578-8798-4b7c-b28b-19504956f258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10901 | 2024.09.23 18:25:55.985337 [ 3 ] {cedcd578-8798-4b7c-b28b-19504956f258} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10902 | 2024.09.23 18:25:55.985702 [ 3 ] {cedcd578-8798-4b7c-b28b-19504956f258} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10903 | 2024.09.23 18:25:55.985739 [ 3 ] {cedcd578-8798-4b7c-b28b-19504956f258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10904 | 2024.09.23 18:25:55.986086 [ 3 ] {cedcd578-8798-4b7c-b28b-19504956f258} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10905 | 2024.09.23 18:25:55.986444 [ 3 ] {cedcd578-8798-4b7c-b28b-19504956f258} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10906 | 2024.09.23 18:25:55.986573 [ 3 ] {cedcd578-8798-4b7c-b28b-19504956f258} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00154 sec., 5844.1558441558445 rows/sec., 439.45 KiB/sec. | ||
10907 | 2024.09.23 18:25:55.986746 [ 3 ] {cedcd578-8798-4b7c-b28b-19504956f258} <Debug> DynamicQueryHandler: Done processing query | ||
10908 | 2024.09.23 18:25:55.986770 [ 3 ] {cedcd578-8798-4b7c-b28b-19504956f258} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10909 | 2024.09.23 18:25:55.986787 [ 3 ] {} <Debug> HTTP-Session: 70e46abe-9160-4748-aea9-acfdf91c0cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10910 | 2024.09.23 18:25:55.986912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10911 | 2024.09.23 18:25:55.986960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10912 | 2024.09.23 18:25:55.986980 [ 3 ] {} <Debug> HTTP-Session: de7e5c11-2020-454a-8a89-1bec5d409eb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10913 | 2024.09.23 18:25:55.986997 [ 3 ] {} <Debug> HTTP-Session: de7e5c11-2020-454a-8a89-1bec5d409eb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10914 | 2024.09.23 18:25:55.987011 [ 3 ] {} <Debug> HTTP-Session: de7e5c11-2020-454a-8a89-1bec5d409eb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10915 | 2024.09.23 18:25:55.987043 [ 3 ] {} <Trace> HTTP-Session: de7e5c11-2020-454a-8a89-1bec5d409eb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10916 | 2024.09.23 18:25:55.987156 [ 3 ] {3115bbe9-14b2-487f-9646-87c179faddcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10917 | 2024.09.23 18:25:55.987200 [ 3 ] {3115bbe9-14b2-487f-9646-87c179faddcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10918 | 2024.09.23 18:25:55.987428 [ 3 ] {3115bbe9-14b2-487f-9646-87c179faddcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10919 | 2024.09.23 18:25:55.987805 [ 3 ] {3115bbe9-14b2-487f-9646-87c179faddcd} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10920 | 2024.09.23 18:25:55.987841 [ 3 ] {3115bbe9-14b2-487f-9646-87c179faddcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10921 | 2024.09.23 18:25:55.988191 [ 3 ] {3115bbe9-14b2-487f-9646-87c179faddcd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10922 | 2024.09.23 18:25:55.988545 [ 3 ] {3115bbe9-14b2-487f-9646-87c179faddcd} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10923 | 2024.09.23 18:25:55.988669 [ 3 ] {3115bbe9-14b2-487f-9646-87c179faddcd} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001552 sec., 47036.0824742268 rows/sec., 3.67 MiB/sec. | ||
10924 | 2024.09.23 18:25:55.988828 [ 3 ] {3115bbe9-14b2-487f-9646-87c179faddcd} <Debug> DynamicQueryHandler: Done processing query | ||
10925 | 2024.09.23 18:25:55.988852 [ 3 ] {3115bbe9-14b2-487f-9646-87c179faddcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10926 | 2024.09.23 18:25:55.988869 [ 3 ] {} <Debug> HTTP-Session: de7e5c11-2020-454a-8a89-1bec5d409eb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10927 | 2024.09.23 18:25:55.989097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10928 | 2024.09.23 18:25:55.989145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10929 | 2024.09.23 18:25:55.989165 [ 3 ] {} <Debug> HTTP-Session: 3060def9-6a72-4a6e-bb61-cdcfe7099d04 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10930 | 2024.09.23 18:25:55.989182 [ 3 ] {} <Debug> HTTP-Session: 3060def9-6a72-4a6e-bb61-cdcfe7099d04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10931 | 2024.09.23 18:25:55.989196 [ 3 ] {} <Debug> HTTP-Session: 3060def9-6a72-4a6e-bb61-cdcfe7099d04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10932 | 2024.09.23 18:25:55.989228 [ 3 ] {} <Trace> HTTP-Session: 3060def9-6a72-4a6e-bb61-cdcfe7099d04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10933 | 2024.09.23 18:25:55.989376 [ 3 ] {361b32ba-a053-4bbe-a365-a51eae9dc61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10934 | 2024.09.23 18:25:55.989423 [ 3 ] {361b32ba-a053-4bbe-a365-a51eae9dc61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10935 | 2024.09.23 18:25:55.989567 [ 3 ] {361b32ba-a053-4bbe-a365-a51eae9dc61d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10936 | 2024.09.23 18:25:55.989955 [ 3 ] {361b32ba-a053-4bbe-a365-a51eae9dc61d} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10937 | 2024.09.23 18:25:55.989991 [ 3 ] {361b32ba-a053-4bbe-a365-a51eae9dc61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10938 | 2024.09.23 18:25:55.990368 [ 3 ] {361b32ba-a053-4bbe-a365-a51eae9dc61d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10939 | 2024.09.23 18:25:55.990704 [ 3 ] {361b32ba-a053-4bbe-a365-a51eae9dc61d} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10940 | 2024.09.23 18:25:55.990836 [ 3 ] {361b32ba-a053-4bbe-a365-a51eae9dc61d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec. | ||
10941 | 2024.09.23 18:25:55.991093 [ 3 ] {361b32ba-a053-4bbe-a365-a51eae9dc61d} <Debug> DynamicQueryHandler: Done processing query | ||
10942 | 2024.09.23 18:25:55.991148 [ 3 ] {361b32ba-a053-4bbe-a365-a51eae9dc61d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10943 | 2024.09.23 18:25:55.991209 [ 3 ] {} <Debug> HTTP-Session: 3060def9-6a72-4a6e-bb61-cdcfe7099d04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10944 | 2024.09.23 18:25:55.991418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10945 | 2024.09.23 18:25:55.991470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10946 | 2024.09.23 18:25:55.991489 [ 3 ] {} <Debug> HTTP-Session: fa303586-c51c-454b-98bf-d8c0d04d0eb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10947 | 2024.09.23 18:25:55.991506 [ 3 ] {} <Debug> HTTP-Session: fa303586-c51c-454b-98bf-d8c0d04d0eb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10948 | 2024.09.23 18:25:55.991520 [ 3 ] {} <Debug> HTTP-Session: fa303586-c51c-454b-98bf-d8c0d04d0eb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10949 | 2024.09.23 18:25:55.991553 [ 3 ] {} <Trace> HTTP-Session: fa303586-c51c-454b-98bf-d8c0d04d0eb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10950 | 2024.09.23 18:25:55.991735 [ 3 ] {d26bc3e3-0ab3-4daf-a1a3-a4a0978dc29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10951 | 2024.09.23 18:25:55.991804 [ 3 ] {d26bc3e3-0ab3-4daf-a1a3-a4a0978dc29e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10952 | 2024.09.23 18:25:55.992234 [ 3 ] {d26bc3e3-0ab3-4daf-a1a3-a4a0978dc29e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10953 | 2024.09.23 18:25:55.992712 [ 3 ] {d26bc3e3-0ab3-4daf-a1a3-a4a0978dc29e} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10954 | 2024.09.23 18:25:55.992747 [ 3 ] {d26bc3e3-0ab3-4daf-a1a3-a4a0978dc29e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10955 | 2024.09.23 18:25:55.993328 [ 3 ] {d26bc3e3-0ab3-4daf-a1a3-a4a0978dc29e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10956 | 2024.09.23 18:25:55.993727 [ 3 ] {d26bc3e3-0ab3-4daf-a1a3-a4a0978dc29e} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10957 | 2024.09.23 18:25:55.993914 [ 3 ] {d26bc3e3-0ab3-4daf-a1a3-a4a0978dc29e} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002281 sec., 3945.63787812363 rows/sec., 7.07 MiB/sec. | ||
10958 | 2024.09.23 18:25:55.994130 [ 3 ] {d26bc3e3-0ab3-4daf-a1a3-a4a0978dc29e} <Debug> DynamicQueryHandler: Done processing query | ||
10959 | 2024.09.23 18:25:55.994155 [ 3 ] {d26bc3e3-0ab3-4daf-a1a3-a4a0978dc29e} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
10960 | 2024.09.23 18:25:55.994171 [ 3 ] {} <Debug> HTTP-Session: fa303586-c51c-454b-98bf-d8c0d04d0eb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10961 | 2024.09.23 18:25:55.994326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10962 | 2024.09.23 18:25:55.994375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10963 | 2024.09.23 18:25:55.994394 [ 3 ] {} <Debug> HTTP-Session: 1a6d0725-fe01-4bd9-897f-6a126a3e82b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10964 | 2024.09.23 18:25:55.994411 [ 3 ] {} <Debug> HTTP-Session: 1a6d0725-fe01-4bd9-897f-6a126a3e82b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10965 | 2024.09.23 18:25:55.994425 [ 3 ] {} <Debug> HTTP-Session: 1a6d0725-fe01-4bd9-897f-6a126a3e82b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10966 | 2024.09.23 18:25:55.994457 [ 3 ] {} <Trace> HTTP-Session: 1a6d0725-fe01-4bd9-897f-6a126a3e82b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10967 | 2024.09.23 18:25:55.994569 [ 3 ] {037c60d6-f1b4-40e6-b778-7fa5395d71c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10968 | 2024.09.23 18:25:55.994614 [ 3 ] {037c60d6-f1b4-40e6-b778-7fa5395d71c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10969 | 2024.09.23 18:25:55.994742 [ 3 ] {037c60d6-f1b4-40e6-b778-7fa5395d71c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10970 | 2024.09.23 18:25:55.995032 [ 3 ] {037c60d6-f1b4-40e6-b778-7fa5395d71c8} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10971 | 2024.09.23 18:25:55.995068 [ 3 ] {037c60d6-f1b4-40e6-b778-7fa5395d71c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10972 | 2024.09.23 18:25:55.995426 [ 3 ] {037c60d6-f1b4-40e6-b778-7fa5395d71c8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10973 | 2024.09.23 18:25:55.995741 [ 3 ] {037c60d6-f1b4-40e6-b778-7fa5395d71c8} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10974 | 2024.09.23 18:25:55.995897 [ 3 ] {037c60d6-f1b4-40e6-b778-7fa5395d71c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. | ||
10975 | 2024.09.23 18:25:55.996076 [ 3 ] {037c60d6-f1b4-40e6-b778-7fa5395d71c8} <Debug> DynamicQueryHandler: Done processing query | ||
10976 | 2024.09.23 18:25:55.996101 [ 3 ] {037c60d6-f1b4-40e6-b778-7fa5395d71c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10977 | 2024.09.23 18:25:55.996117 [ 3 ] {} <Debug> HTTP-Session: 1a6d0725-fe01-4bd9-897f-6a126a3e82b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10978 | 2024.09.23 18:25:57.292817 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10979 | 2024.09.23 18:25:57.292877 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10980 | 2024.09.23 18:26:00.988167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10981 | 2024.09.23 18:26:00.988310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10982 | 2024.09.23 18:26:00.988341 [ 3 ] {} <Debug> HTTP-Session: 846c1d22-2dd9-4351-8f94-ebd42a164061 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
10983 | 2024.09.23 18:26:00.988371 [ 3 ] {} <Debug> HTTP-Session: 846c1d22-2dd9-4351-8f94-ebd42a164061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10984 | 2024.09.23 18:26:00.988389 [ 3 ] {} <Debug> HTTP-Session: 846c1d22-2dd9-4351-8f94-ebd42a164061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10985 | 2024.09.23 18:26:00.988444 [ 3 ] {} <Trace> HTTP-Session: 846c1d22-2dd9-4351-8f94-ebd42a164061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10986 | 2024.09.23 18:26:00.988740 [ 3 ] {87a976dd-7679-4de3-bb71-92883ed4cad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10987 | 2024.09.23 18:26:00.988816 [ 3 ] {87a976dd-7679-4de3-bb71-92883ed4cad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10988 | 2024.09.23 18:26:00.989156 [ 3 ] {87a976dd-7679-4de3-bb71-92883ed4cad2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10989 | 2024.09.23 18:26:00.989719 [ 3 ] {87a976dd-7679-4de3-bb71-92883ed4cad2} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10990 | 2024.09.23 18:26:00.989762 [ 3 ] {87a976dd-7679-4de3-bb71-92883ed4cad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10991 | 2024.09.23 18:26:00.990197 [ 3 ] {87a976dd-7679-4de3-bb71-92883ed4cad2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10992 | 2024.09.23 18:26:00.990583 [ 3 ] {87a976dd-7679-4de3-bb71-92883ed4cad2} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10993 | 2024.09.23 18:26:00.990752 [ 3 ] {87a976dd-7679-4de3-bb71-92883ed4cad2} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002145 sec., 117016.317016317 rows/sec., 10.36 MiB/sec. | ||
10994 | 2024.09.23 18:26:00.990777 [ 131 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10995 | 2024.09.23 18:26:00.990892 [ 131 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10996 | 2024.09.23 18:26:00.990931 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
10997 | 2024.09.23 18:26:00.991045 [ 3 ] {87a976dd-7679-4de3-bb71-92883ed4cad2} <Debug> DynamicQueryHandler: Done processing query | ||
10998 | 2024.09.23 18:26:00.991068 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
10999 | 2024.09.23 18:26:00.991079 [ 3 ] {87a976dd-7679-4de3-bb71-92883ed4cad2} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
11000 | 2024.09.23 18:26:00.991115 [ 3 ] {} <Debug> HTTP-Session: 846c1d22-2dd9-4351-8f94-ebd42a164061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11001 | 2024.09.23 18:26:00.991214 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11002 | 2024.09.23 18:26:00.991248 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1419 rows starting from the beginning of the part | ||
11003 | 2024.09.23 18:26:00.991280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11004 | 2024.09.23 18:26:00.991334 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 103 rows starting from the beginning of the part | ||
11005 | 2024.09.23 18:26:00.991378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11006 | 2024.09.23 18:26:00.991475 [ 3 ] {} <Debug> HTTP-Session: b92e5b66-4974-425a-a848-4a9bc020d68d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11007 | 2024.09.23 18:26:00.991572 [ 3 ] {} <Debug> HTTP-Session: b92e5b66-4974-425a-a848-4a9bc020d68d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11008 | 2024.09.23 18:26:00.991681 [ 3 ] {} <Debug> HTTP-Session: b92e5b66-4974-425a-a848-4a9bc020d68d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11009 | 2024.09.23 18:26:00.991714 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 74 rows starting from the beginning of the part | ||
11010 | 2024.09.23 18:26:00.991856 [ 3 ] {} <Trace> HTTP-Session: b92e5b66-4974-425a-a848-4a9bc020d68d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11011 | 2024.09.23 18:26:00.992125 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 251 rows starting from the beginning of the part | ||
11012 | 2024.09.23 18:26:00.992279 [ 3 ] {d777ca69-3af5-4671-8ebc-f6275d08ca87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11013 | 2024.09.23 18:26:00.992346 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 74 rows starting from the beginning of the part | ||
11014 | 2024.09.23 18:26:00.992424 [ 3 ] {d777ca69-3af5-4671-8ebc-f6275d08ca87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11015 | 2024.09.23 18:26:00.992612 [ 198 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 251 rows starting from the beginning of the part | ||
11016 | 2024.09.23 18:26:00.993588 [ 3 ] {d777ca69-3af5-4671-8ebc-f6275d08ca87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11017 | 2024.09.23 18:26:00.994164 [ 3 ] {d777ca69-3af5-4671-8ebc-f6275d08ca87} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11018 | 2024.09.23 18:26:00.994213 [ 3 ] {d777ca69-3af5-4671-8ebc-f6275d08ca87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11019 | 2024.09.23 18:26:00.994711 [ 3 ] {d777ca69-3af5-4671-8ebc-f6275d08ca87} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11020 | 2024.09.23 18:26:00.995184 [ 194 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.004177055 sec., 519983.57694595837 rows/sec., 45.88 MiB/sec. | ||
11021 | 2024.09.23 18:26:00.995378 [ 3 ] {d777ca69-3af5-4671-8ebc-f6275d08ca87} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11022 | 2024.09.23 18:26:00.995411 [ 194 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11023 | 2024.09.23 18:26:00.995614 [ 131 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11024 | 2024.09.23 18:26:00.995630 [ 3 ] {d777ca69-3af5-4671-8ebc-f6275d08ca87} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.003491 sec., 8879.977083930105 rows/sec., 667.73 KiB/sec. | ||
11025 | 2024.09.23 18:26:00.995711 [ 131 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11026 | 2024.09.23 18:26:00.995831 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11027 | 2024.09.23 18:26:00.996432 [ 3 ] {d777ca69-3af5-4671-8ebc-f6275d08ca87} <Debug> DynamicQueryHandler: Done processing query | ||
11028 | 2024.09.23 18:26:00.996525 [ 3 ] {d777ca69-3af5-4671-8ebc-f6275d08ca87} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11029 | 2024.09.23 18:26:00.996586 [ 3 ] {} <Debug> HTTP-Session: b92e5b66-4974-425a-a848-4a9bc020d68d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11030 | 2024.09.23 18:26:00.996617 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
11031 | 2024.09.23 18:26:00.996803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11032 | 2024.09.23 18:26:00.996935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11033 | 2024.09.23 18:26:00.997027 [ 3 ] {} <Debug> HTTP-Session: 445e2956-249a-4ce3-83ba-1f910b7e0059 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11034 | 2024.09.23 18:26:00.997116 [ 3 ] {} <Debug> HTTP-Session: 445e2956-249a-4ce3-83ba-1f910b7e0059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11035 | 2024.09.23 18:26:00.997119 [ 194 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_61_12} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11036 | 2024.09.23 18:26:00.997187 [ 3 ] {} <Debug> HTTP-Session: 445e2956-249a-4ce3-83ba-1f910b7e0059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11037 | 2024.09.23 18:26:00.997261 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11038 | 2024.09.23 18:26:00.997289 [ 3 ] {} <Trace> HTTP-Session: 445e2956-249a-4ce3-83ba-1f910b7e0059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11039 | 2024.09.23 18:26:00.997397 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 58 rows starting from the beginning of the part | ||
11040 | 2024.09.23 18:26:00.997400 [ 194 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_61_12} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11041 | 2024.09.23 18:26:00.997626 [ 3 ] {eb0bac4d-bb7c-4910-b709-7befe0035999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11042 | 2024.09.23 18:26:00.997797 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
11043 | 2024.09.23 18:26:00.997869 [ 3 ] {eb0bac4d-bb7c-4910-b709-7befe0035999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11044 | 2024.09.23 18:26:00.997901 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 25 rows starting from the beginning of the part | ||
11045 | 2024.09.23 18:26:00.998284 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 9 rows starting from the beginning of the part | ||
11046 | 2024.09.23 18:26:00.998590 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 31 rows starting from the beginning of the part | ||
11047 | 2024.09.23 18:26:00.998917 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 9 rows starting from the beginning of the part | ||
11048 | 2024.09.23 18:26:00.999303 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 31 rows starting from the beginning of the part | ||
11049 | 2024.09.23 18:26:00.999854 [ 3 ] {eb0bac4d-bb7c-4910-b709-7befe0035999} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11050 | 2024.09.23 18:26:01.000143 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.51 MiB, peak 207.81 MiB, free memory in arenas 0.00 B, will set to 198.32 MiB (RSS), difference: -1.19 MiB | ||
11051 | 2024.09.23 18:26:01.001246 [ 3 ] {eb0bac4d-bb7c-4910-b709-7befe0035999} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11052 | 2024.09.23 18:26:01.001323 [ 3 ] {eb0bac4d-bb7c-4910-b709-7befe0035999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11053 | 2024.09.23 18:26:01.002444 [ 3 ] {eb0bac4d-bb7c-4910-b709-7befe0035999} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11054 | 2024.09.23 18:26:01.003071 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 5 columns (5 merged, 0 gathered) in 0.006981395 sec., 23347.76932117435 rows/sec., 1.79 MiB/sec. | ||
11055 | 2024.09.23 18:26:01.003321 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11056 | 2024.09.23 18:26:01.003500 [ 3 ] {eb0bac4d-bb7c-4910-b709-7befe0035999} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11057 | 2024.09.23 18:26:01.003936 [ 3 ] {eb0bac4d-bb7c-4910-b709-7befe0035999} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006441 sec., 2173.5755317497283 rows/sec., 152.22 KiB/sec. | ||
11058 | 2024.09.23 18:26:01.004401 [ 3 ] {eb0bac4d-bb7c-4910-b709-7befe0035999} <Debug> DynamicQueryHandler: Done processing query | ||
11059 | 2024.09.23 18:26:01.004435 [ 3 ] {eb0bac4d-bb7c-4910-b709-7befe0035999} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11060 | 2024.09.23 18:26:01.004456 [ 3 ] {} <Debug> HTTP-Session: 445e2956-249a-4ce3-83ba-1f910b7e0059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11061 | 2024.09.23 18:26:01.004516 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_51_10} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11062 | 2024.09.23 18:26:01.004621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11063 | 2024.09.23 18:26:01.004637 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_51_10} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11064 | 2024.09.23 18:26:01.004702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11065 | 2024.09.23 18:26:01.004789 [ 3 ] {} <Debug> HTTP-Session: c180e942-5f7d-4c8e-a9ac-0455c8bd5d90 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11066 | 2024.09.23 18:26:01.004807 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
11067 | 2024.09.23 18:26:01.004817 [ 3 ] {} <Debug> HTTP-Session: c180e942-5f7d-4c8e-a9ac-0455c8bd5d90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11068 | 2024.09.23 18:26:01.004859 [ 3 ] {} <Debug> HTTP-Session: c180e942-5f7d-4c8e-a9ac-0455c8bd5d90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11069 | 2024.09.23 18:26:01.004891 [ 3 ] {} <Trace> HTTP-Session: c180e942-5f7d-4c8e-a9ac-0455c8bd5d90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11070 | 2024.09.23 18:26:01.004995 [ 3 ] {9fc1494b-397f-4ee8-a004-4e302e72bf82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11071 | 2024.09.23 18:26:01.005042 [ 3 ] {9fc1494b-397f-4ee8-a004-4e302e72bf82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11072 | 2024.09.23 18:26:01.005299 [ 3 ] {9fc1494b-397f-4ee8-a004-4e302e72bf82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11073 | 2024.09.23 18:26:01.005637 [ 3 ] {9fc1494b-397f-4ee8-a004-4e302e72bf82} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11074 | 2024.09.23 18:26:01.005673 [ 3 ] {9fc1494b-397f-4ee8-a004-4e302e72bf82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11075 | 2024.09.23 18:26:01.006027 [ 3 ] {9fc1494b-397f-4ee8-a004-4e302e72bf82} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11076 | 2024.09.23 18:26:01.006394 [ 3 ] {9fc1494b-397f-4ee8-a004-4e302e72bf82} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11077 | 2024.09.23 18:26:01.006555 [ 3 ] {9fc1494b-397f-4ee8-a004-4e302e72bf82} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 224.22 KiB/sec. | ||
11078 | 2024.09.23 18:26:01.006733 [ 3 ] {9fc1494b-397f-4ee8-a004-4e302e72bf82} <Debug> DynamicQueryHandler: Done processing query | ||
11079 | 2024.09.23 18:26:01.006756 [ 3 ] {9fc1494b-397f-4ee8-a004-4e302e72bf82} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11080 | 2024.09.23 18:26:01.006773 [ 3 ] {} <Debug> HTTP-Session: c180e942-5f7d-4c8e-a9ac-0455c8bd5d90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11081 | 2024.09.23 18:26:01.006981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11082 | 2024.09.23 18:26:01.007031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11083 | 2024.09.23 18:26:01.007050 [ 3 ] {} <Debug> HTTP-Session: 2b480b8c-2b36-4bac-abc4-0d31f1b533ef Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11084 | 2024.09.23 18:26:01.007067 [ 3 ] {} <Debug> HTTP-Session: 2b480b8c-2b36-4bac-abc4-0d31f1b533ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11085 | 2024.09.23 18:26:01.007081 [ 3 ] {} <Debug> HTTP-Session: 2b480b8c-2b36-4bac-abc4-0d31f1b533ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11086 | 2024.09.23 18:26:01.007112 [ 3 ] {} <Trace> HTTP-Session: 2b480b8c-2b36-4bac-abc4-0d31f1b533ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11087 | 2024.09.23 18:26:01.007322 [ 3 ] {34fe7ddf-bc12-4fe9-aef5-db33001f32ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11088 | 2024.09.23 18:26:01.007367 [ 3 ] {34fe7ddf-bc12-4fe9-aef5-db33001f32ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11089 | 2024.09.23 18:26:01.007601 [ 3 ] {34fe7ddf-bc12-4fe9-aef5-db33001f32ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11090 | 2024.09.23 18:26:01.008248 [ 3 ] {34fe7ddf-bc12-4fe9-aef5-db33001f32ea} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11091 | 2024.09.23 18:26:01.008286 [ 3 ] {34fe7ddf-bc12-4fe9-aef5-db33001f32ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11092 | 2024.09.23 18:26:01.008664 [ 3 ] {34fe7ddf-bc12-4fe9-aef5-db33001f32ea} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11093 | 2024.09.23 18:26:01.009041 [ 3 ] {34fe7ddf-bc12-4fe9-aef5-db33001f32ea} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11094 | 2024.09.23 18:26:01.009200 [ 3 ] {34fe7ddf-bc12-4fe9-aef5-db33001f32ea} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001972 sec., 209432.0486815416 rows/sec., 14.94 MiB/sec. | ||
11095 | 2024.09.23 18:26:01.009202 [ 131 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11096 | 2024.09.23 18:26:01.009294 [ 131 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11097 | 2024.09.23 18:26:01.009354 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11098 | 2024.09.23 18:26:01.009538 [ 3 ] {34fe7ddf-bc12-4fe9-aef5-db33001f32ea} <Debug> DynamicQueryHandler: Done processing query | ||
11099 | 2024.09.23 18:26:01.009605 [ 3 ] {34fe7ddf-bc12-4fe9-aef5-db33001f32ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11100 | 2024.09.23 18:26:01.009680 [ 3 ] {} <Debug> HTTP-Session: 2b480b8c-2b36-4bac-abc4-0d31f1b533ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11101 | 2024.09.23 18:26:01.009742 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
11102 | 2024.09.23 18:26:01.010084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11103 | 2024.09.23 18:26:01.010299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11104 | 2024.09.23 18:26:01.010422 [ 3 ] {} <Debug> HTTP-Session: da7c60ac-c9c9-4a13-aba9-fa5114f7ccbd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11105 | 2024.09.23 18:26:01.010516 [ 3 ] {} <Debug> HTTP-Session: da7c60ac-c9c9-4a13-aba9-fa5114f7ccbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11106 | 2024.09.23 18:26:01.010577 [ 3 ] {} <Debug> HTTP-Session: da7c60ac-c9c9-4a13-aba9-fa5114f7ccbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11107 | 2024.09.23 18:26:01.010568 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11108 | 2024.09.23 18:26:01.010634 [ 3 ] {} <Trace> HTTP-Session: da7c60ac-c9c9-4a13-aba9-fa5114f7ccbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11109 | 2024.09.23 18:26:01.010656 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
11110 | 2024.09.23 18:26:01.010890 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 89 rows starting from the beginning of the part | ||
11111 | 2024.09.23 18:26:01.011008 [ 3 ] {6b27279c-dbec-422d-b4d9-22d11e5ef046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11112 | 2024.09.23 18:26:01.011216 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 73 rows starting from the beginning of the part | ||
11113 | 2024.09.23 18:26:01.011226 [ 3 ] {6b27279c-dbec-422d-b4d9-22d11e5ef046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11114 | 2024.09.23 18:26:01.011635 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 413 rows starting from the beginning of the part | ||
11115 | 2024.09.23 18:26:01.011976 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 73 rows starting from the beginning of the part | ||
11116 | 2024.09.23 18:26:01.012356 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 413 rows starting from the beginning of the part | ||
11117 | 2024.09.23 18:26:01.012380 [ 3 ] {6b27279c-dbec-422d-b4d9-22d11e5ef046} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11118 | 2024.09.23 18:26:01.013268 [ 3 ] {6b27279c-dbec-422d-b4d9-22d11e5ef046} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11119 | 2024.09.23 18:26:01.013347 [ 3 ] {6b27279c-dbec-422d-b4d9-22d11e5ef046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11120 | 2024.09.23 18:26:01.014243 [ 3 ] {6b27279c-dbec-422d-b4d9-22d11e5ef046} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11121 | 2024.09.23 18:26:01.014845 [ 3 ] {6b27279c-dbec-422d-b4d9-22d11e5ef046} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11122 | 2024.09.23 18:26:01.015305 [ 3 ] {6b27279c-dbec-422d-b4d9-22d11e5ef046} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004486 sec., 1337.4944271065535 rows/sec., 69.88 KiB/sec. | ||
11123 | 2024.09.23 18:26:01.015784 [ 200 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1975 rows, containing 5 columns (5 merged, 0 gathered) in 0.006218006 sec., 317625.9398913414 rows/sec., 24.33 MiB/sec. | ||
11124 | 2024.09.23 18:26:01.015931 [ 3 ] {6b27279c-dbec-422d-b4d9-22d11e5ef046} <Debug> DynamicQueryHandler: Done processing query | ||
11125 | 2024.09.23 18:26:01.015968 [ 3 ] {6b27279c-dbec-422d-b4d9-22d11e5ef046} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11126 | 2024.09.23 18:26:01.015986 [ 3 ] {} <Debug> HTTP-Session: da7c60ac-c9c9-4a13-aba9-fa5114f7ccbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11127 | 2024.09.23 18:26:01.016090 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11128 | 2024.09.23 18:26:01.016186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11129 | 2024.09.23 18:26:01.016235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11130 | 2024.09.23 18:26:01.016261 [ 3 ] {} <Debug> HTTP-Session: 2842dbd5-6c68-4ffe-a32f-7805e1781e1b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11131 | 2024.09.23 18:26:01.016283 [ 3 ] {} <Debug> HTTP-Session: 2842dbd5-6c68-4ffe-a32f-7805e1781e1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11132 | 2024.09.23 18:26:01.016307 [ 3 ] {} <Debug> HTTP-Session: 2842dbd5-6c68-4ffe-a32f-7805e1781e1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11133 | 2024.09.23 18:26:01.016370 [ 3 ] {} <Trace> HTTP-Session: 2842dbd5-6c68-4ffe-a32f-7805e1781e1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11134 | 2024.09.23 18:26:01.016612 [ 3 ] {ab264a04-b28d-4578-8f68-773b1272a93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11135 | 2024.09.23 18:26:01.016668 [ 3 ] {ab264a04-b28d-4578-8f68-773b1272a93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11136 | 2024.09.23 18:26:01.016721 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_61_12} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11137 | 2024.09.23 18:26:01.016883 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_61_12} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11138 | 2024.09.23 18:26:01.016950 [ 3 ] {ab264a04-b28d-4578-8f68-773b1272a93c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11139 | 2024.09.23 18:26:01.016994 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
11140 | 2024.09.23 18:26:01.017442 [ 3 ] {ab264a04-b28d-4578-8f68-773b1272a93c} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11141 | 2024.09.23 18:26:01.017479 [ 3 ] {ab264a04-b28d-4578-8f68-773b1272a93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11142 | 2024.09.23 18:26:01.017872 [ 3 ] {ab264a04-b28d-4578-8f68-773b1272a93c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11143 | 2024.09.23 18:26:01.018217 [ 3 ] {ab264a04-b28d-4578-8f68-773b1272a93c} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11144 | 2024.09.23 18:26:01.018377 [ 3 ] {ab264a04-b28d-4578-8f68-773b1272a93c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001888 sec., 125529.66101694916 rows/sec., 8.41 MiB/sec. | ||
11145 | 2024.09.23 18:26:01.018386 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11146 | 2024.09.23 18:26:01.018468 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11147 | 2024.09.23 18:26:01.018506 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11148 | 2024.09.23 18:26:01.018719 [ 3 ] {ab264a04-b28d-4578-8f68-773b1272a93c} <Debug> DynamicQueryHandler: Done processing query | ||
11149 | 2024.09.23 18:26:01.018759 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
11150 | 2024.09.23 18:26:01.018773 [ 3 ] {ab264a04-b28d-4578-8f68-773b1272a93c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11151 | 2024.09.23 18:26:01.018895 [ 3 ] {} <Debug> HTTP-Session: 2842dbd5-6c68-4ffe-a32f-7805e1781e1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11152 | 2024.09.23 18:26:01.019126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11153 | 2024.09.23 18:26:01.019279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11154 | 2024.09.23 18:26:01.019368 [ 3 ] {} <Debug> HTTP-Session: 15277703-b222-4db6-80af-96b99a86390c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11155 | 2024.09.23 18:26:01.019453 [ 3 ] {} <Debug> HTTP-Session: 15277703-b222-4db6-80af-96b99a86390c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11156 | 2024.09.23 18:26:01.019533 [ 3 ] {} <Debug> HTTP-Session: 15277703-b222-4db6-80af-96b99a86390c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11157 | 2024.09.23 18:26:01.019669 [ 3 ] {} <Trace> HTTP-Session: 15277703-b222-4db6-80af-96b99a86390c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11158 | 2024.09.23 18:26:01.019829 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11159 | 2024.09.23 18:26:01.020044 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17190 rows starting from the beginning of the part | ||
11160 | 2024.09.23 18:26:01.020066 [ 3 ] {23956e3f-f8a6-4b62-a026-dd5e6f6ec859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11161 | 2024.09.23 18:26:01.020306 [ 3 ] {23956e3f-f8a6-4b62-a026-dd5e6f6ec859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11162 | 2024.09.23 18:26:01.020490 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 129 rows starting from the beginning of the part | ||
11163 | 2024.09.23 18:26:01.021064 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
11164 | 2024.09.23 18:26:01.021344 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
11165 | 2024.09.23 18:26:01.021775 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
11166 | 2024.09.23 18:26:01.022285 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
11167 | 2024.09.23 18:26:01.022775 [ 3 ] {23956e3f-f8a6-4b62-a026-dd5e6f6ec859} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11168 | 2024.09.23 18:26:01.023857 [ 3 ] {23956e3f-f8a6-4b62-a026-dd5e6f6ec859} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11169 | 2024.09.23 18:26:01.023931 [ 3 ] {23956e3f-f8a6-4b62-a026-dd5e6f6ec859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11170 | 2024.09.23 18:26:01.024412 [ 3 ] {23956e3f-f8a6-4b62-a026-dd5e6f6ec859} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11171 | 2024.09.23 18:26:01.024873 [ 3 ] {23956e3f-f8a6-4b62-a026-dd5e6f6ec859} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11172 | 2024.09.23 18:26:01.025069 [ 3 ] {23956e3f-f8a6-4b62-a026-dd5e6f6ec859} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005162 sec., 193.72336303758235 rows/sec., 13.05 KiB/sec. | ||
11173 | 2024.09.23 18:26:01.025401 [ 3 ] {23956e3f-f8a6-4b62-a026-dd5e6f6ec859} <Debug> DynamicQueryHandler: Done processing query | ||
11174 | 2024.09.23 18:26:01.025447 [ 3 ] {23956e3f-f8a6-4b62-a026-dd5e6f6ec859} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11175 | 2024.09.23 18:26:01.025493 [ 3 ] {} <Debug> HTTP-Session: 15277703-b222-4db6-80af-96b99a86390c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11176 | 2024.09.23 18:26:01.025775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11177 | 2024.09.23 18:26:01.025884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11178 | 2024.09.23 18:26:01.025944 [ 3 ] {} <Debug> HTTP-Session: f4021114-d659-439d-860b-4ca4225c7988 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11179 | 2024.09.23 18:26:01.025995 [ 3 ] {} <Debug> HTTP-Session: f4021114-d659-439d-860b-4ca4225c7988 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11180 | 2024.09.23 18:26:01.026032 [ 3 ] {} <Debug> HTTP-Session: f4021114-d659-439d-860b-4ca4225c7988 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11181 | 2024.09.23 18:26:01.026080 [ 3 ] {} <Trace> HTTP-Session: f4021114-d659-439d-860b-4ca4225c7988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11182 | 2024.09.23 18:26:01.026812 [ 3 ] {b00c3cca-c9db-4a84-a786-d0f6e0304622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11183 | 2024.09.23 18:26:01.026994 [ 3 ] {b00c3cca-c9db-4a84-a786-d0f6e0304622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11184 | 2024.09.23 18:26:01.027806 [ 3 ] {b00c3cca-c9db-4a84-a786-d0f6e0304622} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11185 | 2024.09.23 18:26:01.028783 [ 3 ] {b00c3cca-c9db-4a84-a786-d0f6e0304622} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11186 | 2024.09.23 18:26:01.028843 [ 3 ] {b00c3cca-c9db-4a84-a786-d0f6e0304622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11187 | 2024.09.23 18:26:01.030008 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18113 rows, containing 5 columns (5 merged, 0 gathered) in 0.011407956 sec., 1587751.5656617188 rows/sec., 107.08 MiB/sec. | ||
11188 | 2024.09.23 18:26:01.030295 [ 3 ] {b00c3cca-c9db-4a84-a786-d0f6e0304622} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11189 | 2024.09.23 18:26:01.030325 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11190 | 2024.09.23 18:26:01.031579 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11191 | 2024.09.23 18:26:01.031627 [ 3 ] {b00c3cca-c9db-4a84-a786-d0f6e0304622} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11192 | 2024.09.23 18:26:01.031760 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11193 | 2024.09.23 18:26:01.032065 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.14 MiB. | ||
11194 | 2024.09.23 18:26:01.032060 [ 3 ] {b00c3cca-c9db-4a84-a786-d0f6e0304622} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005718 sec., 5421.476040573627 rows/sec., 9.72 MiB/sec. | ||
11195 | 2024.09.23 18:26:01.032720 [ 3 ] {b00c3cca-c9db-4a84-a786-d0f6e0304622} <Debug> DynamicQueryHandler: Done processing query | ||
11196 | 2024.09.23 18:26:01.032765 [ 3 ] {b00c3cca-c9db-4a84-a786-d0f6e0304622} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11197 | 2024.09.23 18:26:01.032784 [ 3 ] {} <Debug> HTTP-Session: f4021114-d659-439d-860b-4ca4225c7988 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11198 | 2024.09.23 18:26:01.032917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11199 | 2024.09.23 18:26:01.032966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11200 | 2024.09.23 18:26:01.032987 [ 3 ] {} <Debug> HTTP-Session: dcb77c23-d28d-49f8-be45-4780cc2525c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11201 | 2024.09.23 18:26:01.033003 [ 3 ] {} <Debug> HTTP-Session: dcb77c23-d28d-49f8-be45-4780cc2525c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11202 | 2024.09.23 18:26:01.033018 [ 3 ] {} <Debug> HTTP-Session: dcb77c23-d28d-49f8-be45-4780cc2525c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11203 | 2024.09.23 18:26:01.033053 [ 3 ] {} <Trace> HTTP-Session: dcb77c23-d28d-49f8-be45-4780cc2525c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11204 | 2024.09.23 18:26:01.033195 [ 3 ] {d6a26a08-1f0d-47e5-a027-4c2bc74a4c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11205 | 2024.09.23 18:26:01.033243 [ 3 ] {d6a26a08-1f0d-47e5-a027-4c2bc74a4c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11206 | 2024.09.23 18:26:01.033397 [ 3 ] {d6a26a08-1f0d-47e5-a027-4c2bc74a4c92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11207 | 2024.09.23 18:26:01.033725 [ 3 ] {d6a26a08-1f0d-47e5-a027-4c2bc74a4c92} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11208 | 2024.09.23 18:26:01.033766 [ 3 ] {d6a26a08-1f0d-47e5-a027-4c2bc74a4c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11209 | 2024.09.23 18:26:01.034156 [ 3 ] {d6a26a08-1f0d-47e5-a027-4c2bc74a4c92} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11210 | 2024.09.23 18:26:01.034496 [ 3 ] {d6a26a08-1f0d-47e5-a027-4c2bc74a4c92} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11211 | 2024.09.23 18:26:01.034653 [ 128 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11212 | 2024.09.23 18:26:01.034662 [ 3 ] {d6a26a08-1f0d-47e5-a027-4c2bc74a4c92} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00152 sec., 53947.368421052626 rows/sec., 3.43 MiB/sec. | ||
11213 | 2024.09.23 18:26:01.034715 [ 128 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11214 | 2024.09.23 18:26:01.034781 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11215 | 2024.09.23 18:26:01.034987 [ 3 ] {d6a26a08-1f0d-47e5-a027-4c2bc74a4c92} <Debug> DynamicQueryHandler: Done processing query | ||
11216 | 2024.09.23 18:26:01.035021 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
11217 | 2024.09.23 18:26:01.035034 [ 3 ] {d6a26a08-1f0d-47e5-a027-4c2bc74a4c92} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11218 | 2024.09.23 18:26:01.035127 [ 3 ] {} <Debug> HTTP-Session: dcb77c23-d28d-49f8-be45-4780cc2525c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11219 | 2024.09.23 18:26:01.035317 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11220 | 2024.09.23 18:26:01.035382 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3206 rows starting from the beginning of the part | ||
11221 | 2024.09.23 18:26:01.035548 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part | ||
11222 | 2024.09.23 18:26:01.035803 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
11223 | 2024.09.23 18:26:01.035949 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
11224 | 2024.09.23 18:26:01.036164 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
11225 | 2024.09.23 18:26:01.036230 [ 192 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
11226 | 2024.09.23 18:26:01.037888 [ 195 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3538 rows, containing 4 columns (4 merged, 0 gathered) in 0.003000465 sec., 1179150.564995759 rows/sec., 76.64 MiB/sec. | ||
11227 | 2024.09.23 18:26:01.038249 [ 195 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11228 | 2024.09.23 18:26:01.038683 [ 195 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_61_12} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11229 | 2024.09.23 18:26:01.038774 [ 195 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_61_12} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11230 | 2024.09.23 18:26:01.038873 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
11231 | 2024.09.23 18:26:02.000258 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.97 MiB, peak 208.19 MiB, free memory in arenas 0.00 B, will set to 199.38 MiB (RSS), difference: 1.40 MiB | ||
11232 | 2024.09.23 18:26:05.982498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11233 | 2024.09.23 18:26:05.982632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11234 | 2024.09.23 18:26:05.982658 [ 3 ] {} <Debug> HTTP-Session: ebd2adcf-06f9-42b3-aad9-babda04b6fd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11235 | 2024.09.23 18:26:05.982682 [ 3 ] {} <Debug> HTTP-Session: ebd2adcf-06f9-42b3-aad9-babda04b6fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11236 | 2024.09.23 18:26:05.982696 [ 3 ] {} <Debug> HTTP-Session: ebd2adcf-06f9-42b3-aad9-babda04b6fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11237 | 2024.09.23 18:26:05.982745 [ 3 ] {} <Trace> HTTP-Session: ebd2adcf-06f9-42b3-aad9-babda04b6fd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11238 | 2024.09.23 18:26:05.982958 [ 3 ] {a7e79b10-b8d6-428b-84f3-499e2b9fb4c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11239 | 2024.09.23 18:26:05.983026 [ 3 ] {a7e79b10-b8d6-428b-84f3-499e2b9fb4c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11240 | 2024.09.23 18:26:05.983358 [ 3 ] {a7e79b10-b8d6-428b-84f3-499e2b9fb4c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11241 | 2024.09.23 18:26:05.983846 [ 3 ] {a7e79b10-b8d6-428b-84f3-499e2b9fb4c9} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11242 | 2024.09.23 18:26:05.983896 [ 3 ] {a7e79b10-b8d6-428b-84f3-499e2b9fb4c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11243 | 2024.09.23 18:26:05.984328 [ 3 ] {a7e79b10-b8d6-428b-84f3-499e2b9fb4c9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11244 | 2024.09.23 18:26:05.984721 [ 3 ] {a7e79b10-b8d6-428b-84f3-499e2b9fb4c9} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11245 | 2024.09.23 18:26:05.984894 [ 3 ] {a7e79b10-b8d6-428b-84f3-499e2b9fb4c9} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002007 sec., 36870.95166915795 rows/sec., 2.95 MiB/sec. | ||
11246 | 2024.09.23 18:26:05.985221 [ 3 ] {a7e79b10-b8d6-428b-84f3-499e2b9fb4c9} <Debug> DynamicQueryHandler: Done processing query | ||
11247 | 2024.09.23 18:26:05.985281 [ 3 ] {a7e79b10-b8d6-428b-84f3-499e2b9fb4c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11248 | 2024.09.23 18:26:05.985326 [ 3 ] {} <Debug> HTTP-Session: ebd2adcf-06f9-42b3-aad9-babda04b6fd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11249 | 2024.09.23 18:26:05.985496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11250 | 2024.09.23 18:26:05.985553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11251 | 2024.09.23 18:26:05.985574 [ 3 ] {} <Debug> HTTP-Session: 7d466349-d512-4a25-98b8-c9944b82f9d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11252 | 2024.09.23 18:26:05.985593 [ 3 ] {} <Debug> HTTP-Session: 7d466349-d512-4a25-98b8-c9944b82f9d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11253 | 2024.09.23 18:26:05.985607 [ 3 ] {} <Debug> HTTP-Session: 7d466349-d512-4a25-98b8-c9944b82f9d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11254 | 2024.09.23 18:26:05.985644 [ 3 ] {} <Trace> HTTP-Session: 7d466349-d512-4a25-98b8-c9944b82f9d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11255 | 2024.09.23 18:26:05.985757 [ 3 ] {04fe0ba8-080c-457b-b910-1927c2d8c222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11256 | 2024.09.23 18:26:05.985806 [ 3 ] {04fe0ba8-080c-457b-b910-1927c2d8c222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11257 | 2024.09.23 18:26:05.986067 [ 3 ] {04fe0ba8-080c-457b-b910-1927c2d8c222} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11258 | 2024.09.23 18:26:05.986402 [ 3 ] {04fe0ba8-080c-457b-b910-1927c2d8c222} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11259 | 2024.09.23 18:26:05.986441 [ 3 ] {04fe0ba8-080c-457b-b910-1927c2d8c222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11260 | 2024.09.23 18:26:05.986796 [ 3 ] {04fe0ba8-080c-457b-b910-1927c2d8c222} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11261 | 2024.09.23 18:26:05.987161 [ 3 ] {04fe0ba8-080c-457b-b910-1927c2d8c222} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11262 | 2024.09.23 18:26:05.987324 [ 3 ] {04fe0ba8-080c-457b-b910-1927c2d8c222} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001595 sec., 5642.633228840125 rows/sec., 424.30 KiB/sec. | ||
11263 | 2024.09.23 18:26:05.987490 [ 3 ] {04fe0ba8-080c-457b-b910-1927c2d8c222} <Debug> DynamicQueryHandler: Done processing query | ||
11264 | 2024.09.23 18:26:05.987514 [ 3 ] {04fe0ba8-080c-457b-b910-1927c2d8c222} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11265 | 2024.09.23 18:26:05.987531 [ 3 ] {} <Debug> HTTP-Session: 7d466349-d512-4a25-98b8-c9944b82f9d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11266 | 2024.09.23 18:26:05.987730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11267 | 2024.09.23 18:26:05.987778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11268 | 2024.09.23 18:26:05.987798 [ 3 ] {} <Debug> HTTP-Session: 2804ba32-d37a-4239-9000-ac582ba5fb61 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11269 | 2024.09.23 18:26:05.987816 [ 3 ] {} <Debug> HTTP-Session: 2804ba32-d37a-4239-9000-ac582ba5fb61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11270 | 2024.09.23 18:26:05.987830 [ 3 ] {} <Debug> HTTP-Session: 2804ba32-d37a-4239-9000-ac582ba5fb61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11271 | 2024.09.23 18:26:05.987863 [ 3 ] {} <Trace> HTTP-Session: 2804ba32-d37a-4239-9000-ac582ba5fb61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11272 | 2024.09.23 18:26:05.987981 [ 3 ] {55ed7af4-0bee-4b35-bcf7-72a3072c1925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11273 | 2024.09.23 18:26:05.988026 [ 3 ] {55ed7af4-0bee-4b35-bcf7-72a3072c1925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11274 | 2024.09.23 18:26:05.988253 [ 3 ] {55ed7af4-0bee-4b35-bcf7-72a3072c1925} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11275 | 2024.09.23 18:26:05.988639 [ 3 ] {55ed7af4-0bee-4b35-bcf7-72a3072c1925} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11276 | 2024.09.23 18:26:05.988676 [ 3 ] {55ed7af4-0bee-4b35-bcf7-72a3072c1925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11277 | 2024.09.23 18:26:05.989042 [ 3 ] {55ed7af4-0bee-4b35-bcf7-72a3072c1925} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11278 | 2024.09.23 18:26:05.989399 [ 3 ] {55ed7af4-0bee-4b35-bcf7-72a3072c1925} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11279 | 2024.09.23 18:26:05.989560 [ 3 ] {55ed7af4-0bee-4b35-bcf7-72a3072c1925} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001617 sec., 45145.33085961657 rows/sec., 3.52 MiB/sec. | ||
11280 | 2024.09.23 18:26:05.989854 [ 3 ] {55ed7af4-0bee-4b35-bcf7-72a3072c1925} <Debug> DynamicQueryHandler: Done processing query | ||
11281 | 2024.09.23 18:26:05.989920 [ 3 ] {55ed7af4-0bee-4b35-bcf7-72a3072c1925} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11282 | 2024.09.23 18:26:05.989985 [ 3 ] {} <Debug> HTTP-Session: 2804ba32-d37a-4239-9000-ac582ba5fb61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11283 | 2024.09.23 18:26:05.990201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11284 | 2024.09.23 18:26:05.990255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11285 | 2024.09.23 18:26:05.990276 [ 3 ] {} <Debug> HTTP-Session: d6ec3a20-d415-4a6e-8b5e-8d42b1fa3978 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11286 | 2024.09.23 18:26:05.990293 [ 3 ] {} <Debug> HTTP-Session: d6ec3a20-d415-4a6e-8b5e-8d42b1fa3978 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11287 | 2024.09.23 18:26:05.990307 [ 3 ] {} <Debug> HTTP-Session: d6ec3a20-d415-4a6e-8b5e-8d42b1fa3978 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11288 | 2024.09.23 18:26:05.990340 [ 3 ] {} <Trace> HTTP-Session: d6ec3a20-d415-4a6e-8b5e-8d42b1fa3978 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11289 | 2024.09.23 18:26:05.990493 [ 3 ] {ba2feb72-5866-4340-bea8-cdec536a5f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11290 | 2024.09.23 18:26:05.990541 [ 3 ] {ba2feb72-5866-4340-bea8-cdec536a5f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11291 | 2024.09.23 18:26:05.990710 [ 3 ] {ba2feb72-5866-4340-bea8-cdec536a5f84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11292 | 2024.09.23 18:26:05.991205 [ 3 ] {ba2feb72-5866-4340-bea8-cdec536a5f84} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11293 | 2024.09.23 18:26:05.991242 [ 3 ] {ba2feb72-5866-4340-bea8-cdec536a5f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11294 | 2024.09.23 18:26:05.991635 [ 3 ] {ba2feb72-5866-4340-bea8-cdec536a5f84} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11295 | 2024.09.23 18:26:05.991978 [ 3 ] {ba2feb72-5866-4340-bea8-cdec536a5f84} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11296 | 2024.09.23 18:26:05.992147 [ 3 ] {ba2feb72-5866-4340-bea8-cdec536a5f84} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001714 sec., 93348.89148191366 rows/sec., 6.50 MiB/sec. | ||
11297 | 2024.09.23 18:26:05.992326 [ 3 ] {ba2feb72-5866-4340-bea8-cdec536a5f84} <Debug> DynamicQueryHandler: Done processing query | ||
11298 | 2024.09.23 18:26:05.992355 [ 3 ] {ba2feb72-5866-4340-bea8-cdec536a5f84} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11299 | 2024.09.23 18:26:05.992378 [ 3 ] {} <Debug> HTTP-Session: d6ec3a20-d415-4a6e-8b5e-8d42b1fa3978 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11300 | 2024.09.23 18:26:05.992562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11301 | 2024.09.23 18:26:05.992613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11302 | 2024.09.23 18:26:05.992632 [ 3 ] {} <Debug> HTTP-Session: 3f418144-8ba1-490a-97df-a08b5fd5ef1d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11303 | 2024.09.23 18:26:05.992649 [ 3 ] {} <Debug> HTTP-Session: 3f418144-8ba1-490a-97df-a08b5fd5ef1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11304 | 2024.09.23 18:26:05.992663 [ 3 ] {} <Debug> HTTP-Session: 3f418144-8ba1-490a-97df-a08b5fd5ef1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11305 | 2024.09.23 18:26:05.992693 [ 3 ] {} <Trace> HTTP-Session: 3f418144-8ba1-490a-97df-a08b5fd5ef1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11306 | 2024.09.23 18:26:05.992878 [ 3 ] {66483683-e05f-418c-bdea-470684416085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11307 | 2024.09.23 18:26:05.992942 [ 3 ] {66483683-e05f-418c-bdea-470684416085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11308 | 2024.09.23 18:26:05.993374 [ 3 ] {66483683-e05f-418c-bdea-470684416085} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11309 | 2024.09.23 18:26:05.993882 [ 3 ] {66483683-e05f-418c-bdea-470684416085} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11310 | 2024.09.23 18:26:05.993918 [ 3 ] {66483683-e05f-418c-bdea-470684416085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11311 | 2024.09.23 18:26:05.994522 [ 3 ] {66483683-e05f-418c-bdea-470684416085} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11312 | 2024.09.23 18:26:05.994953 [ 3 ] {66483683-e05f-418c-bdea-470684416085} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11313 | 2024.09.23 18:26:05.995102 [ 3 ] {66483683-e05f-418c-bdea-470684416085} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002334 sec., 3856.041131105398 rows/sec., 6.91 MiB/sec. | ||
11314 | 2024.09.23 18:26:05.995116 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11315 | 2024.09.23 18:26:05.995184 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11316 | 2024.09.23 18:26:05.995231 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11317 | 2024.09.23 18:26:05.995479 [ 3 ] {66483683-e05f-418c-bdea-470684416085} <Debug> DynamicQueryHandler: Done processing query | ||
11318 | 2024.09.23 18:26:05.995482 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
11319 | 2024.09.23 18:26:05.995541 [ 3 ] {66483683-e05f-418c-bdea-470684416085} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
11320 | 2024.09.23 18:26:05.995633 [ 3 ] {} <Debug> HTTP-Session: 3f418144-8ba1-490a-97df-a08b5fd5ef1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11321 | 2024.09.23 18:26:05.995984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11322 | 2024.09.23 18:26:05.996196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11323 | 2024.09.23 18:26:05.996300 [ 3 ] {} <Debug> HTTP-Session: b52f9b1d-0dfc-4cf1-9748-21439b1c2285 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11324 | 2024.09.23 18:26:05.996381 [ 3 ] {} <Debug> HTTP-Session: b52f9b1d-0dfc-4cf1-9748-21439b1c2285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11325 | 2024.09.23 18:26:05.996446 [ 3 ] {} <Debug> HTTP-Session: b52f9b1d-0dfc-4cf1-9748-21439b1c2285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11326 | 2024.09.23 18:26:05.996553 [ 3 ] {} <Trace> HTTP-Session: b52f9b1d-0dfc-4cf1-9748-21439b1c2285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11327 | 2024.09.23 18:26:05.996858 [ 3 ] {4930a7d5-ccde-4728-930f-fd39e1b55791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11328 | 2024.09.23 18:26:05.996900 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11329 | 2024.09.23 18:26:05.996942 [ 3 ] {4930a7d5-ccde-4728-930f-fd39e1b55791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11330 | 2024.09.23 18:26:05.997105 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 805 rows starting from the beginning of the part | ||
11331 | 2024.09.23 18:26:05.997711 [ 3 ] {4930a7d5-ccde-4728-930f-fd39e1b55791} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11332 | 2024.09.23 18:26:05.997932 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 9 rows starting from the beginning of the part | ||
11333 | 2024.09.23 18:26:05.998543 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 31 rows starting from the beginning of the part | ||
11334 | 2024.09.23 18:26:05.998862 [ 3 ] {4930a7d5-ccde-4728-930f-fd39e1b55791} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11335 | 2024.09.23 18:26:05.998992 [ 3 ] {4930a7d5-ccde-4728-930f-fd39e1b55791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11336 | 2024.09.23 18:26:05.999264 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 9 rows starting from the beginning of the part | ||
11337 | 2024.09.23 18:26:05.999810 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 31 rows starting from the beginning of the part | ||
11338 | 2024.09.23 18:26:06.000187 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.96 MiB, peak 208.19 MiB, free memory in arenas 0.00 B, will set to 199.38 MiB (RSS), difference: -5.58 MiB | ||
11339 | 2024.09.23 18:26:06.000542 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 9 rows starting from the beginning of the part | ||
11340 | 2024.09.23 18:26:06.000603 [ 3 ] {4930a7d5-ccde-4728-930f-fd39e1b55791} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11341 | 2024.09.23 18:26:06.002192 [ 3 ] {4930a7d5-ccde-4728-930f-fd39e1b55791} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11342 | 2024.09.23 18:26:06.002533 [ 3 ] {4930a7d5-ccde-4728-930f-fd39e1b55791} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005805 sec., 10335.917312661499 rows/sec., 713.29 KiB/sec. | ||
11343 | 2024.09.23 18:26:06.003469 [ 3 ] {4930a7d5-ccde-4728-930f-fd39e1b55791} <Debug> DynamicQueryHandler: Done processing query | ||
11344 | 2024.09.23 18:26:06.003645 [ 3 ] {4930a7d5-ccde-4728-930f-fd39e1b55791} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11345 | 2024.09.23 18:26:06.003814 [ 3 ] {} <Debug> HTTP-Session: b52f9b1d-0dfc-4cf1-9748-21439b1c2285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11346 | 2024.09.23 18:26:06.007484 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 894 rows, containing 19 columns (19 merged, 0 gathered) in 0.012142525 sec., 73625.54328691932 rows/sec., 131.93 MiB/sec. | ||
11347 | 2024.09.23 18:26:06.008510 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11348 | 2024.09.23 18:26:06.009130 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11349 | 2024.09.23 18:26:06.009211 [ 186 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11350 | 2024.09.23 18:26:06.009355 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. | ||
11351 | 2024.09.23 18:26:07.000177 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.25 MiB, peak 208.19 MiB, free memory in arenas 0.00 B, will set to 199.91 MiB (RSS), difference: 5.66 MiB | ||
11352 | 2024.09.23 18:26:07.463725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11353 | 2024.09.23 18:26:07.463850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11354 | 2024.09.23 18:26:07.463876 [ 3 ] {} <Debug> HTTP-Session: 4c4d1706-3baa-4548-b836-13217ece4d22 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11355 | 2024.09.23 18:26:07.463901 [ 3 ] {} <Debug> HTTP-Session: 4c4d1706-3baa-4548-b836-13217ece4d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11356 | 2024.09.23 18:26:07.463916 [ 3 ] {} <Debug> HTTP-Session: 4c4d1706-3baa-4548-b836-13217ece4d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11357 | 2024.09.23 18:26:07.463965 [ 3 ] {} <Trace> HTTP-Session: 4c4d1706-3baa-4548-b836-13217ece4d22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11358 | 2024.09.23 18:26:07.464519 [ 3 ] {9a9c27d6-f9b3-4c92-a8a3-8f00cfd1f811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11359 | 2024.09.23 18:26:07.464597 [ 3 ] {9a9c27d6-f9b3-4c92-a8a3-8f00cfd1f811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11360 | 2024.09.23 18:26:07.465589 [ 3 ] {9a9c27d6-f9b3-4c92-a8a3-8f00cfd1f811} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11361 | 2024.09.23 18:26:07.466927 [ 3 ] {9a9c27d6-f9b3-4c92-a8a3-8f00cfd1f811} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11362 | 2024.09.23 18:26:07.466978 [ 3 ] {9a9c27d6-f9b3-4c92-a8a3-8f00cfd1f811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11363 | 2024.09.23 18:26:07.467505 [ 3 ] {9a9c27d6-f9b3-4c92-a8a3-8f00cfd1f811} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11364 | 2024.09.23 18:26:07.467906 [ 3 ] {9a9c27d6-f9b3-4c92-a8a3-8f00cfd1f811} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11365 | 2024.09.23 18:26:07.468089 [ 3 ] {9a9c27d6-f9b3-4c92-a8a3-8f00cfd1f811} <Debug> executeQuery: Read 1345 rows, 114.56 KiB in 0.003932 sec., 342065.1068158698 rows/sec., 28.45 MiB/sec. | ||
11366 | 2024.09.23 18:26:07.468315 [ 3 ] {9a9c27d6-f9b3-4c92-a8a3-8f00cfd1f811} <Debug> DynamicQueryHandler: Done processing query | ||
11367 | 2024.09.23 18:26:07.468344 [ 3 ] {9a9c27d6-f9b3-4c92-a8a3-8f00cfd1f811} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
11368 | 2024.09.23 18:26:07.468362 [ 3 ] {} <Debug> HTTP-Session: 4c4d1706-3baa-4548-b836-13217ece4d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11369 | 2024.09.23 18:26:07.468772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11370 | 2024.09.23 18:26:07.468833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11371 | 2024.09.23 18:26:07.468854 [ 3 ] {} <Debug> HTTP-Session: 92c1bc6b-74b3-4934-80fb-75a6c06cf718 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11372 | 2024.09.23 18:26:07.468872 [ 3 ] {} <Debug> HTTP-Session: 92c1bc6b-74b3-4934-80fb-75a6c06cf718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11373 | 2024.09.23 18:26:07.468886 [ 3 ] {} <Debug> HTTP-Session: 92c1bc6b-74b3-4934-80fb-75a6c06cf718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11374 | 2024.09.23 18:26:07.468922 [ 3 ] {} <Trace> HTTP-Session: 92c1bc6b-74b3-4934-80fb-75a6c06cf718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11375 | 2024.09.23 18:26:07.469036 [ 3 ] {9ad56107-5d8f-4e40-bf09-7250a0975fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11376 | 2024.09.23 18:26:07.469082 [ 3 ] {9ad56107-5d8f-4e40-bf09-7250a0975fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11377 | 2024.09.23 18:26:07.469323 [ 3 ] {9ad56107-5d8f-4e40-bf09-7250a0975fd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11378 | 2024.09.23 18:26:07.469641 [ 3 ] {9ad56107-5d8f-4e40-bf09-7250a0975fd9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11379 | 2024.09.23 18:26:07.469678 [ 3 ] {9ad56107-5d8f-4e40-bf09-7250a0975fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11380 | 2024.09.23 18:26:07.470036 [ 3 ] {9ad56107-5d8f-4e40-bf09-7250a0975fd9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11381 | 2024.09.23 18:26:07.470417 [ 3 ] {9ad56107-5d8f-4e40-bf09-7250a0975fd9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11382 | 2024.09.23 18:26:07.470575 [ 3 ] {9ad56107-5d8f-4e40-bf09-7250a0975fd9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001562 sec., 5121.638924455826 rows/sec., 385.12 KiB/sec. | ||
11383 | 2024.09.23 18:26:07.470758 [ 3 ] {9ad56107-5d8f-4e40-bf09-7250a0975fd9} <Debug> DynamicQueryHandler: Done processing query | ||
11384 | 2024.09.23 18:26:07.470782 [ 3 ] {9ad56107-5d8f-4e40-bf09-7250a0975fd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11385 | 2024.09.23 18:26:07.470800 [ 3 ] {} <Debug> HTTP-Session: 92c1bc6b-74b3-4934-80fb-75a6c06cf718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11386 | 2024.09.23 18:26:07.470993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11387 | 2024.09.23 18:26:07.471047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11388 | 2024.09.23 18:26:07.471066 [ 3 ] {} <Debug> HTTP-Session: e7fa9f38-269f-421f-942f-c75c4e80b5f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11389 | 2024.09.23 18:26:07.471083 [ 3 ] {} <Debug> HTTP-Session: e7fa9f38-269f-421f-942f-c75c4e80b5f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11390 | 2024.09.23 18:26:07.471098 [ 3 ] {} <Debug> HTTP-Session: e7fa9f38-269f-421f-942f-c75c4e80b5f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11391 | 2024.09.23 18:26:07.471130 [ 3 ] {} <Trace> HTTP-Session: e7fa9f38-269f-421f-942f-c75c4e80b5f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11392 | 2024.09.23 18:26:07.471365 [ 3 ] {e4195b9f-9534-4a0a-84df-e303f693f2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11393 | 2024.09.23 18:26:07.471409 [ 3 ] {e4195b9f-9534-4a0a-84df-e303f693f2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11394 | 2024.09.23 18:26:07.471638 [ 3 ] {e4195b9f-9534-4a0a-84df-e303f693f2b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11395 | 2024.09.23 18:26:07.472076 [ 3 ] {e4195b9f-9534-4a0a-84df-e303f693f2b7} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11396 | 2024.09.23 18:26:07.472113 [ 3 ] {e4195b9f-9534-4a0a-84df-e303f693f2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11397 | 2024.09.23 18:26:07.472502 [ 3 ] {e4195b9f-9534-4a0a-84df-e303f693f2b7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11398 | 2024.09.23 18:26:07.472867 [ 3 ] {e4195b9f-9534-4a0a-84df-e303f693f2b7} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11399 | 2024.09.23 18:26:07.473036 [ 3 ] {e4195b9f-9534-4a0a-84df-e303f693f2b7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00182 sec., 132967.03296703298 rows/sec., 9.01 MiB/sec. | ||
11400 | 2024.09.23 18:26:07.473374 [ 3 ] {e4195b9f-9534-4a0a-84df-e303f693f2b7} <Debug> DynamicQueryHandler: Done processing query | ||
11401 | 2024.09.23 18:26:07.473401 [ 3 ] {e4195b9f-9534-4a0a-84df-e303f693f2b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11402 | 2024.09.23 18:26:07.473418 [ 3 ] {} <Debug> HTTP-Session: e7fa9f38-269f-421f-942f-c75c4e80b5f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11403 | 2024.09.23 18:26:07.473568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11404 | 2024.09.23 18:26:07.473619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11405 | 2024.09.23 18:26:07.473639 [ 3 ] {} <Debug> HTTP-Session: 51aa79c7-e238-4a5b-8793-dd7d47348643 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11406 | 2024.09.23 18:26:07.473656 [ 3 ] {} <Debug> HTTP-Session: 51aa79c7-e238-4a5b-8793-dd7d47348643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11407 | 2024.09.23 18:26:07.473670 [ 3 ] {} <Debug> HTTP-Session: 51aa79c7-e238-4a5b-8793-dd7d47348643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11408 | 2024.09.23 18:26:07.473703 [ 3 ] {} <Trace> HTTP-Session: 51aa79c7-e238-4a5b-8793-dd7d47348643 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11409 | 2024.09.23 18:26:07.473805 [ 3 ] {cef27c88-2cb8-42e5-9c6a-17d56b12f598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11410 | 2024.09.23 18:26:07.473848 [ 3 ] {cef27c88-2cb8-42e5-9c6a-17d56b12f598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11411 | 2024.09.23 18:26:07.474095 [ 3 ] {cef27c88-2cb8-42e5-9c6a-17d56b12f598} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11412 | 2024.09.23 18:26:07.474405 [ 3 ] {cef27c88-2cb8-42e5-9c6a-17d56b12f598} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11413 | 2024.09.23 18:26:07.474442 [ 3 ] {cef27c88-2cb8-42e5-9c6a-17d56b12f598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11414 | 2024.09.23 18:26:07.474792 [ 3 ] {cef27c88-2cb8-42e5-9c6a-17d56b12f598} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11415 | 2024.09.23 18:26:07.475153 [ 3 ] {cef27c88-2cb8-42e5-9c6a-17d56b12f598} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11416 | 2024.09.23 18:26:07.475323 [ 3 ] {cef27c88-2cb8-42e5-9c6a-17d56b12f598} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 230.49 KiB/sec. | ||
11417 | 2024.09.23 18:26:07.475653 [ 3 ] {cef27c88-2cb8-42e5-9c6a-17d56b12f598} <Debug> DynamicQueryHandler: Done processing query | ||
11418 | 2024.09.23 18:26:07.475694 [ 3 ] {cef27c88-2cb8-42e5-9c6a-17d56b12f598} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11419 | 2024.09.23 18:26:07.475711 [ 3 ] {} <Debug> HTTP-Session: 51aa79c7-e238-4a5b-8793-dd7d47348643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11420 | 2024.09.23 18:26:07.475998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11421 | 2024.09.23 18:26:07.476051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11422 | 2024.09.23 18:26:07.476071 [ 3 ] {} <Debug> HTTP-Session: 364742d4-632a-4e5f-a5f7-2a3467f11c92 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11423 | 2024.09.23 18:26:07.476087 [ 3 ] {} <Debug> HTTP-Session: 364742d4-632a-4e5f-a5f7-2a3467f11c92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11424 | 2024.09.23 18:26:07.476101 [ 3 ] {} <Debug> HTTP-Session: 364742d4-632a-4e5f-a5f7-2a3467f11c92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11425 | 2024.09.23 18:26:07.476131 [ 3 ] {} <Trace> HTTP-Session: 364742d4-632a-4e5f-a5f7-2a3467f11c92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11426 | 2024.09.23 18:26:07.476526 [ 3 ] {b9baf03a-3adf-4f86-8786-6c340be6e38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11427 | 2024.09.23 18:26:07.476572 [ 3 ] {b9baf03a-3adf-4f86-8786-6c340be6e38b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11428 | 2024.09.23 18:26:07.476821 [ 3 ] {b9baf03a-3adf-4f86-8786-6c340be6e38b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11429 | 2024.09.23 18:26:07.477691 [ 3 ] {b9baf03a-3adf-4f86-8786-6c340be6e38b} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11430 | 2024.09.23 18:26:07.477742 [ 3 ] {b9baf03a-3adf-4f86-8786-6c340be6e38b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11431 | 2024.09.23 18:26:07.478199 [ 3 ] {b9baf03a-3adf-4f86-8786-6c340be6e38b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11432 | 2024.09.23 18:26:07.478566 [ 3 ] {b9baf03a-3adf-4f86-8786-6c340be6e38b} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11433 | 2024.09.23 18:26:07.478719 [ 3 ] {b9baf03a-3adf-4f86-8786-6c340be6e38b} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002456 sec., 344462.5407166124 rows/sec., 24.90 MiB/sec. | ||
11434 | 2024.09.23 18:26:07.478887 [ 3 ] {b9baf03a-3adf-4f86-8786-6c340be6e38b} <Debug> DynamicQueryHandler: Done processing query | ||
11435 | 2024.09.23 18:26:07.478911 [ 3 ] {b9baf03a-3adf-4f86-8786-6c340be6e38b} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
11436 | 2024.09.23 18:26:07.478927 [ 3 ] {} <Debug> HTTP-Session: 364742d4-632a-4e5f-a5f7-2a3467f11c92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11437 | 2024.09.23 18:26:07.479145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11438 | 2024.09.23 18:26:07.479194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11439 | 2024.09.23 18:26:07.479214 [ 3 ] {} <Debug> HTTP-Session: 9ff16867-bbf7-4e74-9760-b90047a2be90 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11440 | 2024.09.23 18:26:07.479231 [ 3 ] {} <Debug> HTTP-Session: 9ff16867-bbf7-4e74-9760-b90047a2be90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11441 | 2024.09.23 18:26:07.479245 [ 3 ] {} <Debug> HTTP-Session: 9ff16867-bbf7-4e74-9760-b90047a2be90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11442 | 2024.09.23 18:26:07.479276 [ 3 ] {} <Trace> HTTP-Session: 9ff16867-bbf7-4e74-9760-b90047a2be90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11443 | 2024.09.23 18:26:07.479374 [ 3 ] {b41732ab-68c9-4131-a07f-6200e10d1217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11444 | 2024.09.23 18:26:07.479419 [ 3 ] {b41732ab-68c9-4131-a07f-6200e10d1217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11445 | 2024.09.23 18:26:07.479552 [ 3 ] {b41732ab-68c9-4131-a07f-6200e10d1217} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11446 | 2024.09.23 18:26:07.479816 [ 3 ] {b41732ab-68c9-4131-a07f-6200e10d1217} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11447 | 2024.09.23 18:26:07.479851 [ 3 ] {b41732ab-68c9-4131-a07f-6200e10d1217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11448 | 2024.09.23 18:26:07.480217 [ 3 ] {b41732ab-68c9-4131-a07f-6200e10d1217} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11449 | 2024.09.23 18:26:07.480551 [ 3 ] {b41732ab-68c9-4131-a07f-6200e10d1217} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11450 | 2024.09.23 18:26:07.480711 [ 3 ] {b41732ab-68c9-4131-a07f-6200e10d1217} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 230.50 KiB/sec. | ||
11451 | 2024.09.23 18:26:07.480876 [ 3 ] {b41732ab-68c9-4131-a07f-6200e10d1217} <Debug> DynamicQueryHandler: Done processing query | ||
11452 | 2024.09.23 18:26:07.480902 [ 3 ] {b41732ab-68c9-4131-a07f-6200e10d1217} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11453 | 2024.09.23 18:26:07.480917 [ 3 ] {} <Debug> HTTP-Session: 9ff16867-bbf7-4e74-9760-b90047a2be90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11454 | 2024.09.23 18:26:07.481181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 180659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11455 | 2024.09.23 18:26:07.481230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11456 | 2024.09.23 18:26:07.481249 [ 3 ] {} <Debug> HTTP-Session: 80deedb2-d39a-4df8-a336-b6686979c989 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11457 | 2024.09.23 18:26:07.481266 [ 3 ] {} <Debug> HTTP-Session: 80deedb2-d39a-4df8-a336-b6686979c989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11458 | 2024.09.23 18:26:07.481280 [ 3 ] {} <Debug> HTTP-Session: 80deedb2-d39a-4df8-a336-b6686979c989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11459 | 2024.09.23 18:26:07.481311 [ 3 ] {} <Trace> HTTP-Session: 80deedb2-d39a-4df8-a336-b6686979c989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11460 | 2024.09.23 18:26:07.481752 [ 3 ] {de0f4ddc-6f8e-45a2-a931-d90b21319aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11461 | 2024.09.23 18:26:07.481800 [ 3 ] {de0f4ddc-6f8e-45a2-a931-d90b21319aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11462 | 2024.09.23 18:26:07.481949 [ 3 ] {de0f4ddc-6f8e-45a2-a931-d90b21319aae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11463 | 2024.09.23 18:26:07.482830 [ 3 ] {de0f4ddc-6f8e-45a2-a931-d90b21319aae} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11464 | 2024.09.23 18:26:07.482867 [ 3 ] {de0f4ddc-6f8e-45a2-a931-d90b21319aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11465 | 2024.09.23 18:26:07.483300 [ 3 ] {de0f4ddc-6f8e-45a2-a931-d90b21319aae} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11466 | 2024.09.23 18:26:07.483639 [ 3 ] {de0f4ddc-6f8e-45a2-a931-d90b21319aae} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11467 | 2024.09.23 18:26:07.483796 [ 3 ] {de0f4ddc-6f8e-45a2-a931-d90b21319aae} <Debug> executeQuery: Read 955 rows, 64.97 KiB in 0.002337 sec., 408643.5601198117 rows/sec., 27.15 MiB/sec. | ||
11468 | 2024.09.23 18:26:07.483952 [ 3 ] {de0f4ddc-6f8e-45a2-a931-d90b21319aae} <Debug> DynamicQueryHandler: Done processing query | ||
11469 | 2024.09.23 18:26:07.483976 [ 3 ] {de0f4ddc-6f8e-45a2-a931-d90b21319aae} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
11470 | 2024.09.23 18:26:07.483993 [ 3 ] {} <Debug> HTTP-Session: 80deedb2-d39a-4df8-a336-b6686979c989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11471 | 2024.09.23 18:26:07.484217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11472 | 2024.09.23 18:26:07.484264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11473 | 2024.09.23 18:26:07.484285 [ 3 ] {} <Debug> HTTP-Session: 0f1eeefc-75f1-404c-94f3-f034f68f6242 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11474 | 2024.09.23 18:26:07.484301 [ 3 ] {} <Debug> HTTP-Session: 0f1eeefc-75f1-404c-94f3-f034f68f6242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11475 | 2024.09.23 18:26:07.484314 [ 3 ] {} <Debug> HTTP-Session: 0f1eeefc-75f1-404c-94f3-f034f68f6242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11476 | 2024.09.23 18:26:07.484345 [ 3 ] {} <Trace> HTTP-Session: 0f1eeefc-75f1-404c-94f3-f034f68f6242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11477 | 2024.09.23 18:26:07.484438 [ 3 ] {766bc878-d913-4b3e-a79c-ce0595443aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11478 | 2024.09.23 18:26:07.484482 [ 3 ] {766bc878-d913-4b3e-a79c-ce0595443aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11479 | 2024.09.23 18:26:07.484611 [ 3 ] {766bc878-d913-4b3e-a79c-ce0595443aa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11480 | 2024.09.23 18:26:07.484864 [ 3 ] {766bc878-d913-4b3e-a79c-ce0595443aa5} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11481 | 2024.09.23 18:26:07.484900 [ 3 ] {766bc878-d913-4b3e-a79c-ce0595443aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11482 | 2024.09.23 18:26:07.485250 [ 3 ] {766bc878-d913-4b3e-a79c-ce0595443aa5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11483 | 2024.09.23 18:26:07.485577 [ 3 ] {766bc878-d913-4b3e-a79c-ce0595443aa5} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11484 | 2024.09.23 18:26:07.485739 [ 3 ] {766bc878-d913-4b3e-a79c-ce0595443aa5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001323 sec., 755.8578987150416 rows/sec., 50.93 KiB/sec. | ||
11485 | 2024.09.23 18:26:07.485906 [ 3 ] {766bc878-d913-4b3e-a79c-ce0595443aa5} <Debug> DynamicQueryHandler: Done processing query | ||
11486 | 2024.09.23 18:26:07.485931 [ 3 ] {766bc878-d913-4b3e-a79c-ce0595443aa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11487 | 2024.09.23 18:26:07.485947 [ 3 ] {} <Debug> HTTP-Session: 0f1eeefc-75f1-404c-94f3-f034f68f6242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11488 | 2024.09.23 18:26:07.486061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11489 | 2024.09.23 18:26:07.486109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11490 | 2024.09.23 18:26:07.486128 [ 3 ] {} <Debug> HTTP-Session: 38146636-e3d3-45e6-a95e-48b91904e014 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11491 | 2024.09.23 18:26:07.486144 [ 3 ] {} <Debug> HTTP-Session: 38146636-e3d3-45e6-a95e-48b91904e014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11492 | 2024.09.23 18:26:07.486159 [ 3 ] {} <Debug> HTTP-Session: 38146636-e3d3-45e6-a95e-48b91904e014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11493 | 2024.09.23 18:26:07.486189 [ 3 ] {} <Trace> HTTP-Session: 38146636-e3d3-45e6-a95e-48b91904e014 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11494 | 2024.09.23 18:26:07.486391 [ 3 ] {dafcdd19-9e93-4a85-8510-904fff647aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11495 | 2024.09.23 18:26:07.486456 [ 3 ] {dafcdd19-9e93-4a85-8510-904fff647aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11496 | 2024.09.23 18:26:07.486873 [ 3 ] {dafcdd19-9e93-4a85-8510-904fff647aef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11497 | 2024.09.23 18:26:07.487336 [ 3 ] {dafcdd19-9e93-4a85-8510-904fff647aef} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11498 | 2024.09.23 18:26:07.487372 [ 3 ] {dafcdd19-9e93-4a85-8510-904fff647aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11499 | 2024.09.23 18:26:07.487970 [ 3 ] {dafcdd19-9e93-4a85-8510-904fff647aef} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11500 | 2024.09.23 18:26:07.488380 [ 3 ] {dafcdd19-9e93-4a85-8510-904fff647aef} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11501 | 2024.09.23 18:26:07.488559 [ 3 ] {dafcdd19-9e93-4a85-8510-904fff647aef} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002299 sec., 3479.7738147020445 rows/sec., 6.24 MiB/sec. | ||
11502 | 2024.09.23 18:26:07.488758 [ 3 ] {dafcdd19-9e93-4a85-8510-904fff647aef} <Debug> DynamicQueryHandler: Done processing query | ||
11503 | 2024.09.23 18:26:07.488782 [ 3 ] {dafcdd19-9e93-4a85-8510-904fff647aef} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11504 | 2024.09.23 18:26:07.488798 [ 3 ] {} <Debug> HTTP-Session: 38146636-e3d3-45e6-a95e-48b91904e014 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11505 | 2024.09.23 18:26:07.488914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11506 | 2024.09.23 18:26:07.488961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11507 | 2024.09.23 18:26:07.488980 [ 3 ] {} <Debug> HTTP-Session: d954b501-2d8f-46eb-9904-4fd0af6ac6c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11508 | 2024.09.23 18:26:07.488996 [ 3 ] {} <Debug> HTTP-Session: d954b501-2d8f-46eb-9904-4fd0af6ac6c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11509 | 2024.09.23 18:26:07.489010 [ 3 ] {} <Debug> HTTP-Session: d954b501-2d8f-46eb-9904-4fd0af6ac6c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11510 | 2024.09.23 18:26:07.489041 [ 3 ] {} <Trace> HTTP-Session: d954b501-2d8f-46eb-9904-4fd0af6ac6c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11511 | 2024.09.23 18:26:07.489144 [ 3 ] {9f95accb-ff0c-4acd-8980-cfd9cbf30649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11512 | 2024.09.23 18:26:07.489188 [ 3 ] {9f95accb-ff0c-4acd-8980-cfd9cbf30649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11513 | 2024.09.23 18:26:07.489317 [ 3 ] {9f95accb-ff0c-4acd-8980-cfd9cbf30649} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11514 | 2024.09.23 18:26:07.489584 [ 3 ] {9f95accb-ff0c-4acd-8980-cfd9cbf30649} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11515 | 2024.09.23 18:26:07.489620 [ 3 ] {9f95accb-ff0c-4acd-8980-cfd9cbf30649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11516 | 2024.09.23 18:26:07.489979 [ 3 ] {9f95accb-ff0c-4acd-8980-cfd9cbf30649} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11517 | 2024.09.23 18:26:07.490303 [ 3 ] {9f95accb-ff0c-4acd-8980-cfd9cbf30649} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11518 | 2024.09.23 18:26:07.490457 [ 3 ] {9f95accb-ff0c-4acd-8980-cfd9cbf30649} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001343 sec., 25316.45569620253 rows/sec., 1.47 MiB/sec. | ||
11519 | 2024.09.23 18:26:07.490621 [ 3 ] {9f95accb-ff0c-4acd-8980-cfd9cbf30649} <Debug> DynamicQueryHandler: Done processing query | ||
11520 | 2024.09.23 18:26:07.490645 [ 3 ] {9f95accb-ff0c-4acd-8980-cfd9cbf30649} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11521 | 2024.09.23 18:26:07.490661 [ 3 ] {} <Debug> HTTP-Session: d954b501-2d8f-46eb-9904-4fd0af6ac6c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11522 | 2024.09.23 18:26:10.981615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11523 | 2024.09.23 18:26:10.981753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11524 | 2024.09.23 18:26:10.981782 [ 3 ] {} <Debug> HTTP-Session: c8f36746-bbfb-46e9-8fe8-fe3edfc2e281 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11525 | 2024.09.23 18:26:10.981811 [ 3 ] {} <Debug> HTTP-Session: c8f36746-bbfb-46e9-8fe8-fe3edfc2e281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11526 | 2024.09.23 18:26:10.981830 [ 3 ] {} <Debug> HTTP-Session: c8f36746-bbfb-46e9-8fe8-fe3edfc2e281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11527 | 2024.09.23 18:26:10.981885 [ 3 ] {} <Trace> HTTP-Session: c8f36746-bbfb-46e9-8fe8-fe3edfc2e281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11528 | 2024.09.23 18:26:10.982082 [ 3 ] {cef25776-698c-4025-9b6a-babc9b4a5c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11529 | 2024.09.23 18:26:10.982154 [ 3 ] {cef25776-698c-4025-9b6a-babc9b4a5c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11530 | 2024.09.23 18:26:10.982484 [ 3 ] {cef25776-698c-4025-9b6a-babc9b4a5c92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11531 | 2024.09.23 18:26:10.982887 [ 3 ] {cef25776-698c-4025-9b6a-babc9b4a5c92} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11532 | 2024.09.23 18:26:10.982929 [ 3 ] {cef25776-698c-4025-9b6a-babc9b4a5c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11533 | 2024.09.23 18:26:10.983332 [ 3 ] {cef25776-698c-4025-9b6a-babc9b4a5c92} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
11534 | 2024.09.23 18:26:10.983709 [ 3 ] {cef25776-698c-4025-9b6a-babc9b4a5c92} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11535 | 2024.09.23 18:26:10.983881 [ 3 ] {cef25776-698c-4025-9b6a-babc9b4a5c92} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001848 sec., 2164.5021645021643 rows/sec., 176.50 KiB/sec. | ||
11536 | 2024.09.23 18:26:10.984104 [ 3 ] {cef25776-698c-4025-9b6a-babc9b4a5c92} <Debug> DynamicQueryHandler: Done processing query | ||
11537 | 2024.09.23 18:26:10.984131 [ 3 ] {cef25776-698c-4025-9b6a-babc9b4a5c92} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11538 | 2024.09.23 18:26:10.984148 [ 3 ] {} <Debug> HTTP-Session: c8f36746-bbfb-46e9-8fe8-fe3edfc2e281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11539 | 2024.09.23 18:26:10.984326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11540 | 2024.09.23 18:26:10.984374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11541 | 2024.09.23 18:26:10.984394 [ 3 ] {} <Debug> HTTP-Session: a1c99ae9-b474-42f2-8228-ed5142e5de1e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11542 | 2024.09.23 18:26:10.984411 [ 3 ] {} <Debug> HTTP-Session: a1c99ae9-b474-42f2-8228-ed5142e5de1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11543 | 2024.09.23 18:26:10.984426 [ 3 ] {} <Debug> HTTP-Session: a1c99ae9-b474-42f2-8228-ed5142e5de1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11544 | 2024.09.23 18:26:10.984458 [ 3 ] {} <Trace> HTTP-Session: a1c99ae9-b474-42f2-8228-ed5142e5de1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11545 | 2024.09.23 18:26:10.984591 [ 3 ] {60f6e5b3-6251-40c7-b8e2-23430f6a3516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11546 | 2024.09.23 18:26:10.984635 [ 3 ] {60f6e5b3-6251-40c7-b8e2-23430f6a3516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11547 | 2024.09.23 18:26:10.984860 [ 3 ] {60f6e5b3-6251-40c7-b8e2-23430f6a3516} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11548 | 2024.09.23 18:26:10.985286 [ 3 ] {60f6e5b3-6251-40c7-b8e2-23430f6a3516} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11549 | 2024.09.23 18:26:10.985324 [ 3 ] {60f6e5b3-6251-40c7-b8e2-23430f6a3516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11550 | 2024.09.23 18:26:10.985741 [ 3 ] {60f6e5b3-6251-40c7-b8e2-23430f6a3516} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11551 | 2024.09.23 18:26:10.986133 [ 3 ] {60f6e5b3-6251-40c7-b8e2-23430f6a3516} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11552 | 2024.09.23 18:26:10.986288 [ 3 ] {60f6e5b3-6251-40c7-b8e2-23430f6a3516} <Debug> executeQuery: Read 104 rows, 8.84 KiB in 0.001738 sec., 59838.895281933255 rows/sec., 4.97 MiB/sec. | ||
11553 | 2024.09.23 18:26:10.986467 [ 3 ] {60f6e5b3-6251-40c7-b8e2-23430f6a3516} <Debug> DynamicQueryHandler: Done processing query | ||
11554 | 2024.09.23 18:26:10.986492 [ 3 ] {60f6e5b3-6251-40c7-b8e2-23430f6a3516} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11555 | 2024.09.23 18:26:10.986507 [ 3 ] {} <Debug> HTTP-Session: a1c99ae9-b474-42f2-8228-ed5142e5de1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11556 | 2024.09.23 18:26:10.986675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11557 | 2024.09.23 18:26:10.986724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11558 | 2024.09.23 18:26:10.986743 [ 3 ] {} <Debug> HTTP-Session: c4db3b1a-e482-43f3-a67b-acf083a4594c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11559 | 2024.09.23 18:26:10.986760 [ 3 ] {} <Debug> HTTP-Session: c4db3b1a-e482-43f3-a67b-acf083a4594c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11560 | 2024.09.23 18:26:10.986774 [ 3 ] {} <Debug> HTTP-Session: c4db3b1a-e482-43f3-a67b-acf083a4594c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11561 | 2024.09.23 18:26:10.986805 [ 3 ] {} <Trace> HTTP-Session: c4db3b1a-e482-43f3-a67b-acf083a4594c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11562 | 2024.09.23 18:26:10.986908 [ 3 ] {a06a4d38-be70-45e3-942a-08661be45da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11563 | 2024.09.23 18:26:10.986950 [ 3 ] {a06a4d38-be70-45e3-942a-08661be45da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11564 | 2024.09.23 18:26:10.987174 [ 3 ] {a06a4d38-be70-45e3-942a-08661be45da6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11565 | 2024.09.23 18:26:10.987539 [ 3 ] {a06a4d38-be70-45e3-942a-08661be45da6} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11566 | 2024.09.23 18:26:10.987575 [ 3 ] {a06a4d38-be70-45e3-942a-08661be45da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11567 | 2024.09.23 18:26:10.987921 [ 3 ] {a06a4d38-be70-45e3-942a-08661be45da6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11568 | 2024.09.23 18:26:10.988277 [ 3 ] {a06a4d38-be70-45e3-942a-08661be45da6} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11569 | 2024.09.23 18:26:10.988437 [ 3 ] {a06a4d38-be70-45e3-942a-08661be45da6} <Debug> executeQuery: Read 27 rows, 2.01 KiB in 0.001552 sec., 17396.907216494845 rows/sec., 1.26 MiB/sec. | ||
11570 | 2024.09.23 18:26:10.988608 [ 3 ] {a06a4d38-be70-45e3-942a-08661be45da6} <Debug> DynamicQueryHandler: Done processing query | ||
11571 | 2024.09.23 18:26:10.988633 [ 3 ] {a06a4d38-be70-45e3-942a-08661be45da6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11572 | 2024.09.23 18:26:10.988675 [ 3 ] {} <Debug> HTTP-Session: c4db3b1a-e482-43f3-a67b-acf083a4594c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11573 | 2024.09.23 18:26:10.988813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11574 | 2024.09.23 18:26:10.988862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11575 | 2024.09.23 18:26:10.988881 [ 3 ] {} <Debug> HTTP-Session: 4c9e1751-b9fd-4724-ba55-710a4dff40ad Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11576 | 2024.09.23 18:26:10.988898 [ 3 ] {} <Debug> HTTP-Session: 4c9e1751-b9fd-4724-ba55-710a4dff40ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11577 | 2024.09.23 18:26:10.988912 [ 3 ] {} <Debug> HTTP-Session: 4c9e1751-b9fd-4724-ba55-710a4dff40ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11578 | 2024.09.23 18:26:10.988943 [ 3 ] {} <Trace> HTTP-Session: 4c9e1751-b9fd-4724-ba55-710a4dff40ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11579 | 2024.09.23 18:26:10.989063 [ 3 ] {cd0e05f5-6921-4a21-a78f-bebfedeace28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11580 | 2024.09.23 18:26:10.989106 [ 3 ] {cd0e05f5-6921-4a21-a78f-bebfedeace28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11581 | 2024.09.23 18:26:10.989329 [ 3 ] {cd0e05f5-6921-4a21-a78f-bebfedeace28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11582 | 2024.09.23 18:26:10.989707 [ 3 ] {cd0e05f5-6921-4a21-a78f-bebfedeace28} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11583 | 2024.09.23 18:26:10.989744 [ 3 ] {cd0e05f5-6921-4a21-a78f-bebfedeace28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11584 | 2024.09.23 18:26:10.990104 [ 3 ] {cd0e05f5-6921-4a21-a78f-bebfedeace28} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11585 | 2024.09.23 18:26:10.990473 [ 3 ] {cd0e05f5-6921-4a21-a78f-bebfedeace28} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11586 | 2024.09.23 18:26:10.990628 [ 3 ] {cd0e05f5-6921-4a21-a78f-bebfedeace28} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001597 sec., 56981.8409517846 rows/sec., 4.45 MiB/sec. | ||
11587 | 2024.09.23 18:26:10.990785 [ 3 ] {cd0e05f5-6921-4a21-a78f-bebfedeace28} <Debug> DynamicQueryHandler: Done processing query | ||
11588 | 2024.09.23 18:26:10.990809 [ 3 ] {cd0e05f5-6921-4a21-a78f-bebfedeace28} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11589 | 2024.09.23 18:26:10.990825 [ 3 ] {} <Debug> HTTP-Session: 4c9e1751-b9fd-4724-ba55-710a4dff40ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11590 | 2024.09.23 18:26:10.990970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11591 | 2024.09.23 18:26:10.991018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11592 | 2024.09.23 18:26:10.991038 [ 3 ] {} <Debug> HTTP-Session: 59ee3ae2-3f69-4802-9547-3497a9dc182f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11593 | 2024.09.23 18:26:10.991055 [ 3 ] {} <Debug> HTTP-Session: 59ee3ae2-3f69-4802-9547-3497a9dc182f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11594 | 2024.09.23 18:26:10.991069 [ 3 ] {} <Debug> HTTP-Session: 59ee3ae2-3f69-4802-9547-3497a9dc182f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11595 | 2024.09.23 18:26:10.991100 [ 3 ] {} <Trace> HTTP-Session: 59ee3ae2-3f69-4802-9547-3497a9dc182f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11596 | 2024.09.23 18:26:10.991233 [ 3 ] {fa418262-6c13-4299-ba11-7c632bf3beeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11597 | 2024.09.23 18:26:10.991281 [ 3 ] {fa418262-6c13-4299-ba11-7c632bf3beeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11598 | 2024.09.23 18:26:10.991424 [ 3 ] {fa418262-6c13-4299-ba11-7c632bf3beeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11599 | 2024.09.23 18:26:10.991785 [ 3 ] {fa418262-6c13-4299-ba11-7c632bf3beeb} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11600 | 2024.09.23 18:26:10.991822 [ 3 ] {fa418262-6c13-4299-ba11-7c632bf3beeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11601 | 2024.09.23 18:26:10.992206 [ 3 ] {fa418262-6c13-4299-ba11-7c632bf3beeb} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11602 | 2024.09.23 18:26:10.992553 [ 3 ] {fa418262-6c13-4299-ba11-7c632bf3beeb} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11603 | 2024.09.23 18:26:10.992703 [ 3 ] {fa418262-6c13-4299-ba11-7c632bf3beeb} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001524 sec., 85301.8372703412 rows/sec., 5.94 MiB/sec. | ||
11604 | 2024.09.23 18:26:10.992872 [ 3 ] {fa418262-6c13-4299-ba11-7c632bf3beeb} <Debug> DynamicQueryHandler: Done processing query | ||
11605 | 2024.09.23 18:26:10.992896 [ 3 ] {fa418262-6c13-4299-ba11-7c632bf3beeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11606 | 2024.09.23 18:26:10.992912 [ 3 ] {} <Debug> HTTP-Session: 59ee3ae2-3f69-4802-9547-3497a9dc182f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11607 | 2024.09.23 18:26:10.993065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11608 | 2024.09.23 18:26:10.993113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11609 | 2024.09.23 18:26:10.993133 [ 3 ] {} <Debug> HTTP-Session: 864b9d62-9ef0-4eb3-b376-0945796a10be Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11610 | 2024.09.23 18:26:10.993149 [ 3 ] {} <Debug> HTTP-Session: 864b9d62-9ef0-4eb3-b376-0945796a10be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11611 | 2024.09.23 18:26:10.993164 [ 3 ] {} <Debug> HTTP-Session: 864b9d62-9ef0-4eb3-b376-0945796a10be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11612 | 2024.09.23 18:26:10.993194 [ 3 ] {} <Trace> HTTP-Session: 864b9d62-9ef0-4eb3-b376-0945796a10be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11613 | 2024.09.23 18:26:10.993452 [ 3 ] {9bdb1a53-782d-49ed-b59f-9efe0c151a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11614 | 2024.09.23 18:26:10.993516 [ 3 ] {9bdb1a53-782d-49ed-b59f-9efe0c151a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11615 | 2024.09.23 18:26:10.993926 [ 3 ] {9bdb1a53-782d-49ed-b59f-9efe0c151a81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11616 | 2024.09.23 18:26:10.994501 [ 3 ] {9bdb1a53-782d-49ed-b59f-9efe0c151a81} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11617 | 2024.09.23 18:26:10.994536 [ 3 ] {9bdb1a53-782d-49ed-b59f-9efe0c151a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11618 | 2024.09.23 18:26:10.995143 [ 3 ] {9bdb1a53-782d-49ed-b59f-9efe0c151a81} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11619 | 2024.09.23 18:26:10.995551 [ 3 ] {9bdb1a53-782d-49ed-b59f-9efe0c151a81} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11620 | 2024.09.23 18:26:10.995741 [ 3 ] {9bdb1a53-782d-49ed-b59f-9efe0c151a81} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002467 sec., 9323.064450749898 rows/sec., 16.71 MiB/sec. | ||
11621 | 2024.09.23 18:26:10.995939 [ 3 ] {9bdb1a53-782d-49ed-b59f-9efe0c151a81} <Debug> DynamicQueryHandler: Done processing query | ||
11622 | 2024.09.23 18:26:10.995964 [ 3 ] {9bdb1a53-782d-49ed-b59f-9efe0c151a81} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11623 | 2024.09.23 18:26:10.995980 [ 3 ] {} <Debug> HTTP-Session: 864b9d62-9ef0-4eb3-b376-0945796a10be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11624 | 2024.09.23 18:26:10.996103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11625 | 2024.09.23 18:26:10.996150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11626 | 2024.09.23 18:26:10.996170 [ 3 ] {} <Debug> HTTP-Session: ccda114f-34a2-4b43-b014-ea7d942d029d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11627 | 2024.09.23 18:26:10.996186 [ 3 ] {} <Debug> HTTP-Session: ccda114f-34a2-4b43-b014-ea7d942d029d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11628 | 2024.09.23 18:26:10.996200 [ 3 ] {} <Debug> HTTP-Session: ccda114f-34a2-4b43-b014-ea7d942d029d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11629 | 2024.09.23 18:26:10.996231 [ 3 ] {} <Trace> HTTP-Session: ccda114f-34a2-4b43-b014-ea7d942d029d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11630 | 2024.09.23 18:26:10.996340 [ 3 ] {80f139fe-44d4-4dc3-b952-d5a30b1d7dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11631 | 2024.09.23 18:26:10.996385 [ 3 ] {80f139fe-44d4-4dc3-b952-d5a30b1d7dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11632 | 2024.09.23 18:26:10.996513 [ 3 ] {80f139fe-44d4-4dc3-b952-d5a30b1d7dbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11633 | 2024.09.23 18:26:10.996837 [ 3 ] {80f139fe-44d4-4dc3-b952-d5a30b1d7dbe} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11634 | 2024.09.23 18:26:10.996873 [ 3 ] {80f139fe-44d4-4dc3-b952-d5a30b1d7dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
11635 | 2024.09.23 18:26:10.997240 [ 3 ] {80f139fe-44d4-4dc3-b952-d5a30b1d7dbe} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11636 | 2024.09.23 18:26:10.997558 [ 3 ] {80f139fe-44d4-4dc3-b952-d5a30b1d7dbe} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11637 | 2024.09.23 18:26:10.997681 [ 3 ] {80f139fe-44d4-4dc3-b952-d5a30b1d7dbe} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001376 sec., 34883.72093023256 rows/sec., 2.35 MiB/sec. | ||
11638 | 2024.09.23 18:26:10.997830 [ 3 ] {80f139fe-44d4-4dc3-b952-d5a30b1d7dbe} <Debug> DynamicQueryHandler: Done processing query | ||
11639 | 2024.09.23 18:26:10.997855 [ 3 ] {80f139fe-44d4-4dc3-b952-d5a30b1d7dbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11640 | 2024.09.23 18:26:10.997871 [ 3 ] {} <Debug> HTTP-Session: ccda114f-34a2-4b43-b014-ea7d942d029d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11641 | 2024.09.23 18:26:12.292922 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11642 | 2024.09.23 18:26:12.292976 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11643 | 2024.09.23 18:26:15.982350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11644 | 2024.09.23 18:26:15.982549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11645 | 2024.09.23 18:26:15.982597 [ 3 ] {} <Debug> HTTP-Session: 8de02e37-bb3b-4bc8-9438-5bb83c157840 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11646 | 2024.09.23 18:26:15.982640 [ 3 ] {} <Debug> HTTP-Session: 8de02e37-bb3b-4bc8-9438-5bb83c157840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11647 | 2024.09.23 18:26:15.982669 [ 3 ] {} <Debug> HTTP-Session: 8de02e37-bb3b-4bc8-9438-5bb83c157840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11648 | 2024.09.23 18:26:15.982748 [ 3 ] {} <Trace> HTTP-Session: 8de02e37-bb3b-4bc8-9438-5bb83c157840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11649 | 2024.09.23 18:26:15.983108 [ 3 ] {5f362095-f352-4855-bac0-f983ee5284c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11650 | 2024.09.23 18:26:15.983222 [ 3 ] {5f362095-f352-4855-bac0-f983ee5284c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11651 | 2024.09.23 18:26:15.983736 [ 3 ] {5f362095-f352-4855-bac0-f983ee5284c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11652 | 2024.09.23 18:26:15.984341 [ 3 ] {5f362095-f352-4855-bac0-f983ee5284c8} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11653 | 2024.09.23 18:26:15.984386 [ 3 ] {5f362095-f352-4855-bac0-f983ee5284c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11654 | 2024.09.23 18:26:15.984822 [ 3 ] {5f362095-f352-4855-bac0-f983ee5284c8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11655 | 2024.09.23 18:26:15.985291 [ 3 ] {5f362095-f352-4855-bac0-f983ee5284c8} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11656 | 2024.09.23 18:26:15.985509 [ 3 ] {5f362095-f352-4855-bac0-f983ee5284c8} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002518 sec., 29388.403494837174 rows/sec., 2.35 MiB/sec. | ||
11657 | 2024.09.23 18:26:15.985780 [ 3 ] {5f362095-f352-4855-bac0-f983ee5284c8} <Debug> DynamicQueryHandler: Done processing query | ||
11658 | 2024.09.23 18:26:15.985819 [ 3 ] {5f362095-f352-4855-bac0-f983ee5284c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11659 | 2024.09.23 18:26:15.985846 [ 3 ] {} <Debug> HTTP-Session: 8de02e37-bb3b-4bc8-9438-5bb83c157840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11660 | 2024.09.23 18:26:15.986000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11661 | 2024.09.23 18:26:15.986057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11662 | 2024.09.23 18:26:15.986082 [ 3 ] {} <Debug> HTTP-Session: b6005d58-f926-4b8c-b3ba-24634fc74d62 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11663 | 2024.09.23 18:26:15.986106 [ 3 ] {} <Debug> HTTP-Session: b6005d58-f926-4b8c-b3ba-24634fc74d62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11664 | 2024.09.23 18:26:15.986120 [ 3 ] {} <Debug> HTTP-Session: b6005d58-f926-4b8c-b3ba-24634fc74d62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11665 | 2024.09.23 18:26:15.986152 [ 3 ] {} <Trace> HTTP-Session: b6005d58-f926-4b8c-b3ba-24634fc74d62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11666 | 2024.09.23 18:26:15.986255 [ 3 ] {d144d758-d4a0-4519-b895-a4ba6fdf81f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11667 | 2024.09.23 18:26:15.986301 [ 3 ] {d144d758-d4a0-4519-b895-a4ba6fdf81f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11668 | 2024.09.23 18:26:15.986545 [ 3 ] {d144d758-d4a0-4519-b895-a4ba6fdf81f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11669 | 2024.09.23 18:26:15.986871 [ 3 ] {d144d758-d4a0-4519-b895-a4ba6fdf81f9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11670 | 2024.09.23 18:26:15.986909 [ 3 ] {d144d758-d4a0-4519-b895-a4ba6fdf81f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11671 | 2024.09.23 18:26:15.987273 [ 3 ] {d144d758-d4a0-4519-b895-a4ba6fdf81f9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11672 | 2024.09.23 18:26:15.987646 [ 3 ] {d144d758-d4a0-4519-b895-a4ba6fdf81f9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11673 | 2024.09.23 18:26:15.987777 [ 3 ] {d144d758-d4a0-4519-b895-a4ba6fdf81f9} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001546 sec., 5821.474773609314 rows/sec., 437.75 KiB/sec. | ||
11674 | 2024.09.23 18:26:15.987938 [ 3 ] {d144d758-d4a0-4519-b895-a4ba6fdf81f9} <Debug> DynamicQueryHandler: Done processing query | ||
11675 | 2024.09.23 18:26:15.987963 [ 3 ] {d144d758-d4a0-4519-b895-a4ba6fdf81f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11676 | 2024.09.23 18:26:15.987979 [ 3 ] {} <Debug> HTTP-Session: b6005d58-f926-4b8c-b3ba-24634fc74d62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11677 | 2024.09.23 18:26:15.988117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11678 | 2024.09.23 18:26:15.988168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11679 | 2024.09.23 18:26:15.988188 [ 3 ] {} <Debug> HTTP-Session: 36094a9c-b3be-4375-845a-d90ef889994e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11680 | 2024.09.23 18:26:15.988204 [ 3 ] {} <Debug> HTTP-Session: 36094a9c-b3be-4375-845a-d90ef889994e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11681 | 2024.09.23 18:26:15.988218 [ 3 ] {} <Debug> HTTP-Session: 36094a9c-b3be-4375-845a-d90ef889994e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11682 | 2024.09.23 18:26:15.988255 [ 3 ] {} <Trace> HTTP-Session: 36094a9c-b3be-4375-845a-d90ef889994e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11683 | 2024.09.23 18:26:15.988371 [ 3 ] {79bad3b2-3634-47da-8be5-3b6588d44bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11684 | 2024.09.23 18:26:15.988415 [ 3 ] {79bad3b2-3634-47da-8be5-3b6588d44bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11685 | 2024.09.23 18:26:15.988642 [ 3 ] {79bad3b2-3634-47da-8be5-3b6588d44bba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11686 | 2024.09.23 18:26:15.989059 [ 3 ] {79bad3b2-3634-47da-8be5-3b6588d44bba} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11687 | 2024.09.23 18:26:15.989108 [ 3 ] {79bad3b2-3634-47da-8be5-3b6588d44bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11688 | 2024.09.23 18:26:15.989616 [ 3 ] {79bad3b2-3634-47da-8be5-3b6588d44bba} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11689 | 2024.09.23 18:26:15.990162 [ 3 ] {79bad3b2-3634-47da-8be5-3b6588d44bba} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11690 | 2024.09.23 18:26:15.990349 [ 3 ] {79bad3b2-3634-47da-8be5-3b6588d44bba} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.002013 sec., 36264.28216592151 rows/sec., 2.83 MiB/sec. | ||
11691 | 2024.09.23 18:26:15.990689 [ 3 ] {79bad3b2-3634-47da-8be5-3b6588d44bba} <Debug> DynamicQueryHandler: Done processing query | ||
11692 | 2024.09.23 18:26:15.990766 [ 3 ] {79bad3b2-3634-47da-8be5-3b6588d44bba} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11693 | 2024.09.23 18:26:15.990850 [ 3 ] {} <Debug> HTTP-Session: 36094a9c-b3be-4375-845a-d90ef889994e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11694 | 2024.09.23 18:26:15.991065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11695 | 2024.09.23 18:26:15.991138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11696 | 2024.09.23 18:26:15.991169 [ 3 ] {} <Debug> HTTP-Session: 631b9a95-d4cf-4ef7-b3b2-e8c726f57ad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11697 | 2024.09.23 18:26:15.991196 [ 3 ] {} <Debug> HTTP-Session: 631b9a95-d4cf-4ef7-b3b2-e8c726f57ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11698 | 2024.09.23 18:26:15.991218 [ 3 ] {} <Debug> HTTP-Session: 631b9a95-d4cf-4ef7-b3b2-e8c726f57ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11699 | 2024.09.23 18:26:15.991264 [ 3 ] {} <Trace> HTTP-Session: 631b9a95-d4cf-4ef7-b3b2-e8c726f57ad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11700 | 2024.09.23 18:26:15.991487 [ 3 ] {b4e041c8-1e06-4da9-9e4e-75ddb2dc8310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11701 | 2024.09.23 18:26:15.991558 [ 3 ] {b4e041c8-1e06-4da9-9e4e-75ddb2dc8310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11702 | 2024.09.23 18:26:15.991799 [ 3 ] {b4e041c8-1e06-4da9-9e4e-75ddb2dc8310} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11703 | 2024.09.23 18:26:15.992273 [ 3 ] {b4e041c8-1e06-4da9-9e4e-75ddb2dc8310} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11704 | 2024.09.23 18:26:15.992313 [ 3 ] {b4e041c8-1e06-4da9-9e4e-75ddb2dc8310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11705 | 2024.09.23 18:26:15.992703 [ 3 ] {b4e041c8-1e06-4da9-9e4e-75ddb2dc8310} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11706 | 2024.09.23 18:26:15.993072 [ 3 ] {b4e041c8-1e06-4da9-9e4e-75ddb2dc8310} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11707 | 2024.09.23 18:26:15.993209 [ 3 ] {b4e041c8-1e06-4da9-9e4e-75ddb2dc8310} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001837 sec., 87098.53021230266 rows/sec., 6.07 MiB/sec. | ||
11708 | 2024.09.23 18:26:15.993378 [ 3 ] {b4e041c8-1e06-4da9-9e4e-75ddb2dc8310} <Debug> DynamicQueryHandler: Done processing query | ||
11709 | 2024.09.23 18:26:15.993404 [ 3 ] {b4e041c8-1e06-4da9-9e4e-75ddb2dc8310} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11710 | 2024.09.23 18:26:15.993420 [ 3 ] {} <Debug> HTTP-Session: 631b9a95-d4cf-4ef7-b3b2-e8c726f57ad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11711 | 2024.09.23 18:26:15.993547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11712 | 2024.09.23 18:26:15.993597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11713 | 2024.09.23 18:26:15.993618 [ 3 ] {} <Debug> HTTP-Session: 8af2230e-9dd8-407d-ba5f-00770a2fd2f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11714 | 2024.09.23 18:26:15.993634 [ 3 ] {} <Debug> HTTP-Session: 8af2230e-9dd8-407d-ba5f-00770a2fd2f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11715 | 2024.09.23 18:26:15.993648 [ 3 ] {} <Debug> HTTP-Session: 8af2230e-9dd8-407d-ba5f-00770a2fd2f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11716 | 2024.09.23 18:26:15.993680 [ 3 ] {} <Trace> HTTP-Session: 8af2230e-9dd8-407d-ba5f-00770a2fd2f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11717 | 2024.09.23 18:26:15.993848 [ 3 ] {1ce4b443-69a5-44ef-8fd8-0662c852467b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11718 | 2024.09.23 18:26:15.993914 [ 3 ] {1ce4b443-69a5-44ef-8fd8-0662c852467b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11719 | 2024.09.23 18:26:15.994329 [ 3 ] {1ce4b443-69a5-44ef-8fd8-0662c852467b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11720 | 2024.09.23 18:26:15.994816 [ 3 ] {1ce4b443-69a5-44ef-8fd8-0662c852467b} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11721 | 2024.09.23 18:26:15.994852 [ 3 ] {1ce4b443-69a5-44ef-8fd8-0662c852467b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11722 | 2024.09.23 18:26:15.995440 [ 3 ] {1ce4b443-69a5-44ef-8fd8-0662c852467b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11723 | 2024.09.23 18:26:15.995864 [ 3 ] {1ce4b443-69a5-44ef-8fd8-0662c852467b} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11724 | 2024.09.23 18:26:15.996015 [ 3 ] {1ce4b443-69a5-44ef-8fd8-0662c852467b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002258 sec., 3985.8281665190434 rows/sec., 7.14 MiB/sec. | ||
11725 | 2024.09.23 18:26:15.996446 [ 3 ] {1ce4b443-69a5-44ef-8fd8-0662c852467b} <Debug> DynamicQueryHandler: Done processing query | ||
11726 | 2024.09.23 18:26:15.996498 [ 3 ] {1ce4b443-69a5-44ef-8fd8-0662c852467b} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
11727 | 2024.09.23 18:26:15.996520 [ 3 ] {} <Debug> HTTP-Session: 8af2230e-9dd8-407d-ba5f-00770a2fd2f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11728 | 2024.09.23 18:26:15.996646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11729 | 2024.09.23 18:26:15.996701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11730 | 2024.09.23 18:26:15.996723 [ 3 ] {} <Debug> HTTP-Session: f34effe0-7b5e-48cf-9e8d-bd77480af53d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11731 | 2024.09.23 18:26:15.996741 [ 3 ] {} <Debug> HTTP-Session: f34effe0-7b5e-48cf-9e8d-bd77480af53d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11732 | 2024.09.23 18:26:15.996760 [ 3 ] {} <Debug> HTTP-Session: f34effe0-7b5e-48cf-9e8d-bd77480af53d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11733 | 2024.09.23 18:26:15.996791 [ 3 ] {} <Trace> HTTP-Session: f34effe0-7b5e-48cf-9e8d-bd77480af53d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11734 | 2024.09.23 18:26:15.996924 [ 3 ] {82c04356-da81-42ef-adca-c2d853ecefac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11735 | 2024.09.23 18:26:15.996977 [ 3 ] {82c04356-da81-42ef-adca-c2d853ecefac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11736 | 2024.09.23 18:26:15.997134 [ 3 ] {82c04356-da81-42ef-adca-c2d853ecefac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11737 | 2024.09.23 18:26:15.997455 [ 3 ] {82c04356-da81-42ef-adca-c2d853ecefac} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11738 | 2024.09.23 18:26:15.997494 [ 3 ] {82c04356-da81-42ef-adca-c2d853ecefac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11739 | 2024.09.23 18:26:15.997909 [ 3 ] {82c04356-da81-42ef-adca-c2d853ecefac} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11740 | 2024.09.23 18:26:15.998299 [ 3 ] {82c04356-da81-42ef-adca-c2d853ecefac} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11741 | 2024.09.23 18:26:15.998441 [ 3 ] {82c04356-da81-42ef-adca-c2d853ecefac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec. | ||
11742 | 2024.09.23 18:26:15.998622 [ 3 ] {82c04356-da81-42ef-adca-c2d853ecefac} <Debug> DynamicQueryHandler: Done processing query | ||
11743 | 2024.09.23 18:26:15.998648 [ 3 ] {82c04356-da81-42ef-adca-c2d853ecefac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11744 | 2024.09.23 18:26:15.998664 [ 3 ] {} <Debug> HTTP-Session: f34effe0-7b5e-48cf-9e8d-bd77480af53d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11745 | 2024.09.23 18:26:18.552998 [ 108 ] {} <Debug> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
11746 | 2024.09.23 18:26:18.553064 [ 108 ] {} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11747 | 2024.09.23 18:26:18.553086 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11748 | 2024.09.23 18:26:18.553304 [ 187 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
11749 | 2024.09.23 18:26:18.553514 [ 187 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11750 | 2024.09.23 18:26:18.553552 [ 187 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 243 rows starting from the beginning of the part | ||
11751 | 2024.09.23 18:26:18.553631 [ 187 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 242 rows starting from the beginning of the part | ||
11752 | 2024.09.23 18:26:18.553888 [ 187 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
11753 | 2024.09.23 18:26:18.553971 [ 187 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
11754 | 2024.09.23 18:26:18.554244 [ 187 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 242 rows starting from the beginning of the part | ||
11755 | 2024.09.23 18:26:18.555294 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002134233 sec., 353757.06401316065 rows/sec., 24.01 MiB/sec. | ||
11756 | 2024.09.23 18:26:18.555467 [ 191 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
11757 | 2024.09.23 18:26:18.555964 [ 191 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_28_6} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11758 | 2024.09.23 18:26:18.556064 [ 191 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_28_6} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
11759 | 2024.09.23 18:26:18.556160 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
11760 | 2024.09.23 18:26:18.689035 [ 108 ] {} <Debug> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
11761 | 2024.09.23 18:26:18.689090 [ 108 ] {} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11762 | 2024.09.23 18:26:18.689114 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11763 | 2024.09.23 18:26:18.689279 [ 193 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
11764 | 2024.09.23 18:26:18.689464 [ 193 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11765 | 2024.09.23 18:26:18.689504 [ 193 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 25 rows starting from the beginning of the part | ||
11766 | 2024.09.23 18:26:18.689609 [ 193 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
11767 | 2024.09.23 18:26:18.689778 [ 193 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
11768 | 2024.09.23 18:26:18.690020 [ 193 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
11769 | 2024.09.23 18:26:18.690192 [ 193 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
11770 | 2024.09.23 18:26:18.691367 [ 196 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.002181865 sec., 13291.38145577293 rows/sec., 892.03 KiB/sec. | ||
11771 | 2024.09.23 18:26:18.691516 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
11772 | 2024.09.23 18:26:18.691905 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_28_6} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11773 | 2024.09.23 18:26:18.691989 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_28_6} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
11774 | 2024.09.23 18:26:18.692071 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
11775 | 2024.09.23 18:26:20.987644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11776 | 2024.09.23 18:26:20.987769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11777 | 2024.09.23 18:26:20.987808 [ 3 ] {} <Debug> HTTP-Session: 58d1bdb2-9acc-46fd-89ee-c1bc70cae9d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11778 | 2024.09.23 18:26:20.987844 [ 3 ] {} <Debug> HTTP-Session: 58d1bdb2-9acc-46fd-89ee-c1bc70cae9d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11779 | 2024.09.23 18:26:20.987868 [ 3 ] {} <Debug> HTTP-Session: 58d1bdb2-9acc-46fd-89ee-c1bc70cae9d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11780 | 2024.09.23 18:26:20.987931 [ 3 ] {} <Trace> HTTP-Session: 58d1bdb2-9acc-46fd-89ee-c1bc70cae9d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11781 | 2024.09.23 18:26:20.988157 [ 3 ] {509875ea-57ed-4c05-969a-f98f70e41613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11782 | 2024.09.23 18:26:20.988247 [ 3 ] {509875ea-57ed-4c05-969a-f98f70e41613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11783 | 2024.09.23 18:26:20.988709 [ 3 ] {509875ea-57ed-4c05-969a-f98f70e41613} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11784 | 2024.09.23 18:26:20.989195 [ 3 ] {509875ea-57ed-4c05-969a-f98f70e41613} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11785 | 2024.09.23 18:26:20.989250 [ 3 ] {509875ea-57ed-4c05-969a-f98f70e41613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11786 | 2024.09.23 18:26:20.989825 [ 3 ] {509875ea-57ed-4c05-969a-f98f70e41613} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
11787 | 2024.09.23 18:26:20.990412 [ 3 ] {509875ea-57ed-4c05-969a-f98f70e41613} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11788 | 2024.09.23 18:26:20.990642 [ 31 ] {} <Debug> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
11789 | 2024.09.23 18:26:20.990657 [ 3 ] {509875ea-57ed-4c05-969a-f98f70e41613} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002561 sec., 780.9449433814916 rows/sec., 63.68 KiB/sec. | ||
11790 | 2024.09.23 18:26:20.990732 [ 31 ] {} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11791 | 2024.09.23 18:26:20.990800 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11792 | 2024.09.23 18:26:20.991027 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
11793 | 2024.09.23 18:26:20.991058 [ 3 ] {509875ea-57ed-4c05-969a-f98f70e41613} <Debug> DynamicQueryHandler: Done processing query | ||
11794 | 2024.09.23 18:26:20.991113 [ 3 ] {509875ea-57ed-4c05-969a-f98f70e41613} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11795 | 2024.09.23 18:26:20.991142 [ 3 ] {} <Debug> HTTP-Session: 58d1bdb2-9acc-46fd-89ee-c1bc70cae9d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11796 | 2024.09.23 18:26:20.991295 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11797 | 2024.09.23 18:26:20.991355 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 18 rows starting from the beginning of the part | ||
11798 | 2024.09.23 18:26:20.991382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11799 | 2024.09.23 18:26:20.991487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11800 | 2024.09.23 18:26:20.991587 [ 3 ] {} <Debug> HTTP-Session: 0ca3d594-ba4e-4001-8bdc-81f5f43529e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11801 | 2024.09.23 18:26:20.991633 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
11802 | 2024.09.23 18:26:20.991665 [ 3 ] {} <Debug> HTTP-Session: 0ca3d594-ba4e-4001-8bdc-81f5f43529e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11803 | 2024.09.23 18:26:20.991722 [ 3 ] {} <Debug> HTTP-Session: 0ca3d594-ba4e-4001-8bdc-81f5f43529e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11804 | 2024.09.23 18:26:20.991879 [ 3 ] {} <Trace> HTTP-Session: 0ca3d594-ba4e-4001-8bdc-81f5f43529e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11805 | 2024.09.23 18:26:20.991988 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
11806 | 2024.09.23 18:26:20.992238 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
11807 | 2024.09.23 18:26:20.992337 [ 3 ] {05471a71-14c6-4302-9c72-3a0072c6bd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11808 | 2024.09.23 18:26:20.992477 [ 3 ] {05471a71-14c6-4302-9c72-3a0072c6bd32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11809 | 2024.09.23 18:26:20.992647 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
11810 | 2024.09.23 18:26:20.992979 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
11811 | 2024.09.23 18:26:20.993705 [ 3 ] {05471a71-14c6-4302-9c72-3a0072c6bd32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11812 | 2024.09.23 18:26:20.994840 [ 3 ] {05471a71-14c6-4302-9c72-3a0072c6bd32} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11813 | 2024.09.23 18:26:20.994913 [ 3 ] {05471a71-14c6-4302-9c72-3a0072c6bd32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11814 | 2024.09.23 18:26:20.995684 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.004744869 sec., 7587.143080240993 rows/sec., 648.32 KiB/sec. | ||
11815 | 2024.09.23 18:26:20.995911 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
11816 | 2024.09.23 18:26:20.995983 [ 3 ] {05471a71-14c6-4302-9c72-3a0072c6bd32} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11817 | 2024.09.23 18:26:20.997106 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11818 | 2024.09.23 18:26:20.997166 [ 3 ] {05471a71-14c6-4302-9c72-3a0072c6bd32} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11819 | 2024.09.23 18:26:20.997294 [ 188 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_20_4} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
11820 | 2024.09.23 18:26:20.997446 [ 31 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11821 | 2024.09.23 18:26:20.997541 [ 3 ] {05471a71-14c6-4302-9c72-3a0072c6bd32} <Debug> executeQuery: Read 252 rows, 22.83 KiB in 0.005421 sec., 46485.88821250692 rows/sec., 4.11 MiB/sec. | ||
11822 | 2024.09.23 18:26:20.997553 [ 31 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11823 | 2024.09.23 18:26:20.997592 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
11824 | 2024.09.23 18:26:20.997659 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11825 | 2024.09.23 18:26:20.998119 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
11826 | 2024.09.23 18:26:20.998155 [ 3 ] {05471a71-14c6-4302-9c72-3a0072c6bd32} <Debug> DynamicQueryHandler: Done processing query | ||
11827 | 2024.09.23 18:26:20.998242 [ 3 ] {05471a71-14c6-4302-9c72-3a0072c6bd32} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
11828 | 2024.09.23 18:26:20.998312 [ 3 ] {} <Debug> HTTP-Session: 0ca3d594-ba4e-4001-8bdc-81f5f43529e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11829 | 2024.09.23 18:26:20.998628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11830 | 2024.09.23 18:26:20.998820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11831 | 2024.09.23 18:26:20.998917 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11832 | 2024.09.23 18:26:20.998934 [ 3 ] {} <Debug> HTTP-Session: 7213843b-7839-4861-91f1-9f0bf4f4d602 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11833 | 2024.09.23 18:26:20.999037 [ 3 ] {} <Debug> HTTP-Session: 7213843b-7839-4861-91f1-9f0bf4f4d602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11834 | 2024.09.23 18:26:20.999059 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1419 rows starting from the beginning of the part | ||
11835 | 2024.09.23 18:26:20.999078 [ 3 ] {} <Debug> HTTP-Session: 7213843b-7839-4861-91f1-9f0bf4f4d602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11836 | 2024.09.23 18:26:20.999183 [ 3 ] {} <Trace> HTTP-Session: 7213843b-7839-4861-91f1-9f0bf4f4d602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11837 | 2024.09.23 18:26:20.999373 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 74 rows starting from the beginning of the part | ||
11838 | 2024.09.23 18:26:20.999639 [ 3 ] {5da9d608-50f7-415c-a98b-869bbe106c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11839 | 2024.09.23 18:26:20.999662 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1345 rows starting from the beginning of the part | ||
11840 | 2024.09.23 18:26:20.999786 [ 3 ] {5da9d608-50f7-415c-a98b-869bbe106c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11841 | 2024.09.23 18:26:20.999907 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 104 rows starting from the beginning of the part | ||
11842 | 2024.09.23 18:26:21.000165 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.10 MiB, peak 208.54 MiB, free memory in arenas 0.00 B, will set to 199.92 MiB (RSS), difference: -1.18 MiB | ||
11843 | 2024.09.23 18:26:21.000350 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 74 rows starting from the beginning of the part | ||
11844 | 2024.09.23 18:26:21.001004 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 252 rows starting from the beginning of the part | ||
11845 | 2024.09.23 18:26:21.001918 [ 3 ] {5da9d608-50f7-415c-a98b-869bbe106c1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11846 | 2024.09.23 18:26:21.002802 [ 3 ] {5da9d608-50f7-415c-a98b-869bbe106c1b} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11847 | 2024.09.23 18:26:21.002877 [ 3 ] {5da9d608-50f7-415c-a98b-869bbe106c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11848 | 2024.09.23 18:26:21.003890 [ 3 ] {5da9d608-50f7-415c-a98b-869bbe106c1b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11849 | 2024.09.23 18:26:21.004517 [ 3 ] {5da9d608-50f7-415c-a98b-869bbe106c1b} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11850 | 2024.09.23 18:26:21.004827 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3268 rows, containing 5 columns (5 merged, 0 gathered) in 0.007010926 sec., 466129.5811708753 rows/sec., 40.74 MiB/sec. | ||
11851 | 2024.09.23 18:26:21.004851 [ 31 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11852 | 2024.09.23 18:26:21.004961 [ 31 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11853 | 2024.09.23 18:26:21.004979 [ 3 ] {5da9d608-50f7-415c-a98b-869bbe106c1b} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.005518 sec., 5980.427691192461 rows/sec., 447.75 KiB/sec. | ||
11854 | 2024.09.23 18:26:21.005017 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11855 | 2024.09.23 18:26:21.005386 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11856 | 2024.09.23 18:26:21.005445 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
11857 | 2024.09.23 18:26:21.005564 [ 3 ] {5da9d608-50f7-415c-a98b-869bbe106c1b} <Debug> DynamicQueryHandler: Done processing query | ||
11858 | 2024.09.23 18:26:21.005658 [ 3 ] {5da9d608-50f7-415c-a98b-869bbe106c1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11859 | 2024.09.23 18:26:21.005713 [ 3 ] {} <Debug> HTTP-Session: 7213843b-7839-4861-91f1-9f0bf4f4d602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11860 | 2024.09.23 18:26:21.005944 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11861 | 2024.09.23 18:26:21.006037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11862 | 2024.09.23 18:26:21.006228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11863 | 2024.09.23 18:26:21.006238 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 58 rows starting from the beginning of the part | ||
11864 | 2024.09.23 18:26:21.006331 [ 3 ] {} <Debug> HTTP-Session: 79bb4093-3eb4-41b3-80ce-d833001639ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11865 | 2024.09.23 18:26:21.006422 [ 3 ] {} <Debug> HTTP-Session: 79bb4093-3eb4-41b3-80ce-d833001639ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11866 | 2024.09.23 18:26:21.006484 [ 3 ] {} <Debug> HTTP-Session: 79bb4093-3eb4-41b3-80ce-d833001639ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11867 | 2024.09.23 18:26:21.006776 [ 3 ] {} <Trace> HTTP-Session: 79bb4093-3eb4-41b3-80ce-d833001639ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11868 | 2024.09.23 18:26:21.006917 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part | ||
11869 | 2024.09.23 18:26:21.007189 [ 3 ] {c8b65496-6fce-4661-bcf0-7561deca0cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11870 | 2024.09.23 18:26:21.007234 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_66_13} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11871 | 2024.09.23 18:26:21.007499 [ 3 ] {c8b65496-6fce-4661-bcf0-7561deca0cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11872 | 2024.09.23 18:26:21.007519 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
11873 | 2024.09.23 18:26:21.007617 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_66_13} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11874 | 2024.09.23 18:26:21.008027 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
11875 | 2024.09.23 18:26:21.008163 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 27 rows starting from the beginning of the part | ||
11876 | 2024.09.23 18:26:21.008499 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 9 rows starting from the beginning of the part | ||
11877 | 2024.09.23 18:26:21.008897 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 33 rows starting from the beginning of the part | ||
11878 | 2024.09.23 18:26:21.009136 [ 3 ] {c8b65496-6fce-4661-bcf0-7561deca0cac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11879 | 2024.09.23 18:26:21.010125 [ 3 ] {c8b65496-6fce-4661-bcf0-7561deca0cac} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11880 | 2024.09.23 18:26:21.010202 [ 3 ] {c8b65496-6fce-4661-bcf0-7561deca0cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11881 | 2024.09.23 18:26:21.011271 [ 3 ] {c8b65496-6fce-4661-bcf0-7561deca0cac} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11882 | 2024.09.23 18:26:21.011774 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 5 columns (5 merged, 0 gathered) in 0.006560104 sec., 21950.871510573612 rows/sec., 1.68 MiB/sec. | ||
11883 | 2024.09.23 18:26:21.012054 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11884 | 2024.09.23 18:26:21.012307 [ 3 ] {c8b65496-6fce-4661-bcf0-7561deca0cac} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11885 | 2024.09.23 18:26:21.012867 [ 3 ] {c8b65496-6fce-4661-bcf0-7561deca0cac} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005884 sec., 2379.333786539769 rows/sec., 166.63 KiB/sec. | ||
11886 | 2024.09.23 18:26:21.013530 [ 3 ] {c8b65496-6fce-4661-bcf0-7561deca0cac} <Debug> DynamicQueryHandler: Done processing query | ||
11887 | 2024.09.23 18:26:21.013571 [ 3 ] {c8b65496-6fce-4661-bcf0-7561deca0cac} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11888 | 2024.09.23 18:26:21.013595 [ 3 ] {} <Debug> HTTP-Session: 79bb4093-3eb4-41b3-80ce-d833001639ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11889 | 2024.09.23 18:26:21.013679 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_56_11} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11890 | 2024.09.23 18:26:21.013776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11891 | 2024.09.23 18:26:21.013811 [ 196 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_56_11} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11892 | 2024.09.23 18:26:21.013854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11893 | 2024.09.23 18:26:21.013930 [ 3 ] {} <Debug> HTTP-Session: 20677a5a-9b6e-4355-9517-afdaab10358d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11894 | 2024.09.23 18:26:21.013959 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
11895 | 2024.09.23 18:26:21.013969 [ 3 ] {} <Debug> HTTP-Session: 20677a5a-9b6e-4355-9517-afdaab10358d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11896 | 2024.09.23 18:26:21.014009 [ 3 ] {} <Debug> HTTP-Session: 20677a5a-9b6e-4355-9517-afdaab10358d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11897 | 2024.09.23 18:26:21.014042 [ 3 ] {} <Trace> HTTP-Session: 20677a5a-9b6e-4355-9517-afdaab10358d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11898 | 2024.09.23 18:26:21.014145 [ 3 ] {96f62f75-93d5-47c2-99b9-203755a44176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11899 | 2024.09.23 18:26:21.014189 [ 3 ] {96f62f75-93d5-47c2-99b9-203755a44176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11900 | 2024.09.23 18:26:21.014433 [ 3 ] {96f62f75-93d5-47c2-99b9-203755a44176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11901 | 2024.09.23 18:26:21.014793 [ 3 ] {96f62f75-93d5-47c2-99b9-203755a44176} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11902 | 2024.09.23 18:26:21.014832 [ 3 ] {96f62f75-93d5-47c2-99b9-203755a44176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11903 | 2024.09.23 18:26:21.015188 [ 3 ] {96f62f75-93d5-47c2-99b9-203755a44176} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11904 | 2024.09.23 18:26:21.015579 [ 3 ] {96f62f75-93d5-47c2-99b9-203755a44176} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11905 | 2024.09.23 18:26:21.015752 [ 3 ] {96f62f75-93d5-47c2-99b9-203755a44176} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001628 sec., 3685.503685503685 rows/sec., 217.75 KiB/sec. | ||
11906 | 2024.09.23 18:26:21.015971 [ 3 ] {96f62f75-93d5-47c2-99b9-203755a44176} <Debug> DynamicQueryHandler: Done processing query | ||
11907 | 2024.09.23 18:26:21.015997 [ 3 ] {96f62f75-93d5-47c2-99b9-203755a44176} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11908 | 2024.09.23 18:26:21.016013 [ 3 ] {} <Debug> HTTP-Session: 20677a5a-9b6e-4355-9517-afdaab10358d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11909 | 2024.09.23 18:26:21.016211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11910 | 2024.09.23 18:26:21.016263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11911 | 2024.09.23 18:26:21.016283 [ 3 ] {} <Debug> HTTP-Session: cf239ea0-08cc-4b27-8dd5-1bcd8b3a24f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11912 | 2024.09.23 18:26:21.016300 [ 3 ] {} <Debug> HTTP-Session: cf239ea0-08cc-4b27-8dd5-1bcd8b3a24f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11913 | 2024.09.23 18:26:21.016314 [ 3 ] {} <Debug> HTTP-Session: cf239ea0-08cc-4b27-8dd5-1bcd8b3a24f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11914 | 2024.09.23 18:26:21.016345 [ 3 ] {} <Trace> HTTP-Session: cf239ea0-08cc-4b27-8dd5-1bcd8b3a24f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11915 | 2024.09.23 18:26:21.016646 [ 3 ] {df1e4316-6ba6-45bd-891a-35a4e8386720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11916 | 2024.09.23 18:26:21.016689 [ 3 ] {df1e4316-6ba6-45bd-891a-35a4e8386720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11917 | 2024.09.23 18:26:21.016920 [ 3 ] {df1e4316-6ba6-45bd-891a-35a4e8386720} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11918 | 2024.09.23 18:26:21.017466 [ 3 ] {df1e4316-6ba6-45bd-891a-35a4e8386720} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11919 | 2024.09.23 18:26:21.017505 [ 3 ] {df1e4316-6ba6-45bd-891a-35a4e8386720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11920 | 2024.09.23 18:26:21.017889 [ 3 ] {df1e4316-6ba6-45bd-891a-35a4e8386720} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11921 | 2024.09.23 18:26:21.018275 [ 3 ] {df1e4316-6ba6-45bd-891a-35a4e8386720} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11922 | 2024.09.23 18:26:21.018432 [ 31 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11923 | 2024.09.23 18:26:21.018442 [ 3 ] {df1e4316-6ba6-45bd-891a-35a4e8386720} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.001973 sec., 210339.58438925495 rows/sec., 15.01 MiB/sec. | ||
11924 | 2024.09.23 18:26:21.018481 [ 31 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11925 | 2024.09.23 18:26:21.018550 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11926 | 2024.09.23 18:26:21.018736 [ 3 ] {df1e4316-6ba6-45bd-891a-35a4e8386720} <Debug> DynamicQueryHandler: Done processing query | ||
11927 | 2024.09.23 18:26:21.018743 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
11928 | 2024.09.23 18:26:21.018778 [ 3 ] {df1e4316-6ba6-45bd-891a-35a4e8386720} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11929 | 2024.09.23 18:26:21.018812 [ 3 ] {} <Debug> HTTP-Session: cf239ea0-08cc-4b27-8dd5-1bcd8b3a24f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11930 | 2024.09.23 18:26:21.018919 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11931 | 2024.09.23 18:26:21.018958 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part | ||
11932 | 2024.09.23 18:26:21.018991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11933 | 2024.09.23 18:26:21.019066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11934 | 2024.09.23 18:26:21.019121 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 73 rows starting from the beginning of the part | ||
11935 | 2024.09.23 18:26:21.019168 [ 3 ] {} <Debug> HTTP-Session: c0624eac-a033-4c42-bfc8-bd0996937069 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11936 | 2024.09.23 18:26:21.019226 [ 3 ] {} <Debug> HTTP-Session: c0624eac-a033-4c42-bfc8-bd0996937069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11937 | 2024.09.23 18:26:21.019304 [ 3 ] {} <Debug> HTTP-Session: c0624eac-a033-4c42-bfc8-bd0996937069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11938 | 2024.09.23 18:26:21.019485 [ 3 ] {} <Trace> HTTP-Session: c0624eac-a033-4c42-bfc8-bd0996937069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11939 | 2024.09.23 18:26:21.019558 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 846 rows starting from the beginning of the part | ||
11940 | 2024.09.23 18:26:21.019951 [ 3 ] {fc41a8c3-4c18-4271-a581-6e48d3a7c8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11941 | 2024.09.23 18:26:21.020001 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 91 rows starting from the beginning of the part | ||
11942 | 2024.09.23 18:26:21.020067 [ 3 ] {fc41a8c3-4c18-4271-a581-6e48d3a7c8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11943 | 2024.09.23 18:26:21.020225 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 73 rows starting from the beginning of the part | ||
11944 | 2024.09.23 18:26:21.020599 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 415 rows starting from the beginning of the part | ||
11945 | 2024.09.23 18:26:21.021188 [ 3 ] {fc41a8c3-4c18-4271-a581-6e48d3a7c8a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11946 | 2024.09.23 18:26:21.021566 [ 3 ] {fc41a8c3-4c18-4271-a581-6e48d3a7c8a3} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11947 | 2024.09.23 18:26:21.021609 [ 3 ] {fc41a8c3-4c18-4271-a581-6e48d3a7c8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11948 | 2024.09.23 18:26:21.022159 [ 3 ] {fc41a8c3-4c18-4271-a581-6e48d3a7c8a3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11949 | 2024.09.23 18:26:21.022565 [ 3 ] {fc41a8c3-4c18-4271-a581-6e48d3a7c8a3} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11950 | 2024.09.23 18:26:21.022802 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.004132883 sec., 583611.9725624945 rows/sec., 44.75 MiB/sec. | ||
11951 | 2024.09.23 18:26:21.022861 [ 3 ] {fc41a8c3-4c18-4271-a581-6e48d3a7c8a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003162 sec., 1897.5332068311195 rows/sec., 99.14 KiB/sec. | ||
11952 | 2024.09.23 18:26:21.023011 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11953 | 2024.09.23 18:26:21.023061 [ 3 ] {fc41a8c3-4c18-4271-a581-6e48d3a7c8a3} <Debug> DynamicQueryHandler: Done processing query | ||
11954 | 2024.09.23 18:26:21.023089 [ 3 ] {fc41a8c3-4c18-4271-a581-6e48d3a7c8a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11955 | 2024.09.23 18:26:21.023106 [ 3 ] {} <Debug> HTTP-Session: c0624eac-a033-4c42-bfc8-bd0996937069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11956 | 2024.09.23 18:26:21.023282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11957 | 2024.09.23 18:26:21.023344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11958 | 2024.09.23 18:26:21.023368 [ 3 ] {} <Debug> HTTP-Session: e788219e-bd00-4bd1-ad80-f3651ebdab17 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11959 | 2024.09.23 18:26:21.023388 [ 3 ] {} <Debug> HTTP-Session: e788219e-bd00-4bd1-ad80-f3651ebdab17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11960 | 2024.09.23 18:26:21.023403 [ 3 ] {} <Debug> HTTP-Session: e788219e-bd00-4bd1-ad80-f3651ebdab17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11961 | 2024.09.23 18:26:21.023438 [ 3 ] {} <Trace> HTTP-Session: e788219e-bd00-4bd1-ad80-f3651ebdab17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11962 | 2024.09.23 18:26:21.023474 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_66_13} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11963 | 2024.09.23 18:26:21.023568 [ 194 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_66_13} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11964 | 2024.09.23 18:26:21.023645 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
11965 | 2024.09.23 18:26:21.023666 [ 3 ] {3a991304-255d-4921-8328-afc87891dc22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11966 | 2024.09.23 18:26:21.023716 [ 3 ] {3a991304-255d-4921-8328-afc87891dc22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11967 | 2024.09.23 18:26:21.023859 [ 3 ] {3a991304-255d-4921-8328-afc87891dc22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11968 | 2024.09.23 18:26:21.024255 [ 3 ] {3a991304-255d-4921-8328-afc87891dc22} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11969 | 2024.09.23 18:26:21.024294 [ 3 ] {3a991304-255d-4921-8328-afc87891dc22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11970 | 2024.09.23 18:26:21.024680 [ 3 ] {3a991304-255d-4921-8328-afc87891dc22} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11971 | 2024.09.23 18:26:21.025029 [ 3 ] {3a991304-255d-4921-8328-afc87891dc22} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11972 | 2024.09.23 18:26:21.025185 [ 3 ] {3a991304-255d-4921-8328-afc87891dc22} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001641 sec., 145033.5161486898 rows/sec., 9.72 MiB/sec. | ||
11973 | 2024.09.23 18:26:21.025185 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11974 | 2024.09.23 18:26:21.025270 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11975 | 2024.09.23 18:26:21.025324 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11976 | 2024.09.23 18:26:21.025440 [ 3 ] {3a991304-255d-4921-8328-afc87891dc22} <Debug> DynamicQueryHandler: Done processing query | ||
11977 | 2024.09.23 18:26:21.025459 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
11978 | 2024.09.23 18:26:21.025475 [ 3 ] {3a991304-255d-4921-8328-afc87891dc22} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11979 | 2024.09.23 18:26:21.025508 [ 3 ] {} <Debug> HTTP-Session: e788219e-bd00-4bd1-ad80-f3651ebdab17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11980 | 2024.09.23 18:26:21.025623 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11981 | 2024.09.23 18:26:21.025655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11982 | 2024.09.23 18:26:21.025669 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18113 rows starting from the beginning of the part | ||
11983 | 2024.09.23 18:26:21.025717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11984 | 2024.09.23 18:26:21.025771 [ 3 ] {} <Debug> HTTP-Session: 4fc9fd56-f343-45cb-9bf9-21fb85020bac Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
11985 | 2024.09.23 18:26:21.025866 [ 3 ] {} <Debug> HTTP-Session: 4fc9fd56-f343-45cb-9bf9-21fb85020bac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11986 | 2024.09.23 18:26:21.025912 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
11987 | 2024.09.23 18:26:21.025922 [ 3 ] {} <Debug> HTTP-Session: 4fc9fd56-f343-45cb-9bf9-21fb85020bac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11988 | 2024.09.23 18:26:21.026054 [ 3 ] {} <Trace> HTTP-Session: 4fc9fd56-f343-45cb-9bf9-21fb85020bac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11989 | 2024.09.23 18:26:21.026239 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 955 rows starting from the beginning of the part | ||
11990 | 2024.09.23 18:26:21.026399 [ 3 ] {30ab49b4-351d-4ef9-a45f-7c365badeb18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11991 | 2024.09.23 18:26:21.026588 [ 3 ] {30ab49b4-351d-4ef9-a45f-7c365badeb18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11992 | 2024.09.23 18:26:21.026600 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 130 rows starting from the beginning of the part | ||
11993 | 2024.09.23 18:26:21.026977 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
11994 | 2024.09.23 18:26:21.027299 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 238 rows starting from the beginning of the part | ||
11995 | 2024.09.23 18:26:21.027877 [ 3 ] {30ab49b4-351d-4ef9-a45f-7c365badeb18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11996 | 2024.09.23 18:26:21.028236 [ 3 ] {30ab49b4-351d-4ef9-a45f-7c365badeb18} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11997 | 2024.09.23 18:26:21.028277 [ 3 ] {30ab49b4-351d-4ef9-a45f-7c365badeb18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
11998 | 2024.09.23 18:26:21.028690 [ 3 ] {30ab49b4-351d-4ef9-a45f-7c365badeb18} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11999 | 2024.09.23 18:26:21.029057 [ 3 ] {30ab49b4-351d-4ef9-a45f-7c365badeb18} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12000 | 2024.09.23 18:26:21.029227 [ 3 ] {30ab49b4-351d-4ef9-a45f-7c365badeb18} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002944 sec., 339.67391304347825 rows/sec., 22.89 KiB/sec. | ||
12001 | 2024.09.23 18:26:21.029785 [ 3 ] {30ab49b4-351d-4ef9-a45f-7c365badeb18} <Debug> DynamicQueryHandler: Done processing query | ||
12002 | 2024.09.23 18:26:21.029882 [ 3 ] {30ab49b4-351d-4ef9-a45f-7c365badeb18} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12003 | 2024.09.23 18:26:21.029971 [ 3 ] {} <Debug> HTTP-Session: 4fc9fd56-f343-45cb-9bf9-21fb85020bac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12004 | 2024.09.23 18:26:21.030223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12005 | 2024.09.23 18:26:21.030296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12006 | 2024.09.23 18:26:21.030329 [ 3 ] {} <Debug> HTTP-Session: c4de88c9-0913-4e26-ba9a-2cf489b5cdb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12007 | 2024.09.23 18:26:21.030353 [ 3 ] {} <Debug> HTTP-Session: c4de88c9-0913-4e26-ba9a-2cf489b5cdb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12008 | 2024.09.23 18:26:21.030381 [ 3 ] {} <Debug> HTTP-Session: c4de88c9-0913-4e26-ba9a-2cf489b5cdb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12009 | 2024.09.23 18:26:21.030436 [ 3 ] {} <Trace> HTTP-Session: c4de88c9-0913-4e26-ba9a-2cf489b5cdb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12010 | 2024.09.23 18:26:21.030768 [ 3 ] {dedfc3f3-a2b8-4f71-b3e6-d4113806c54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12011 | 2024.09.23 18:26:21.030852 [ 3 ] {dedfc3f3-a2b8-4f71-b3e6-d4113806c54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12012 | 2024.09.23 18:26:21.031461 [ 3 ] {dedfc3f3-a2b8-4f71-b3e6-d4113806c54c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12013 | 2024.09.23 18:26:21.032110 [ 3 ] {dedfc3f3-a2b8-4f71-b3e6-d4113806c54c} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12014 | 2024.09.23 18:26:21.032148 [ 3 ] {dedfc3f3-a2b8-4f71-b3e6-d4113806c54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12015 | 2024.09.23 18:26:21.033064 [ 3 ] {dedfc3f3-a2b8-4f71-b3e6-d4113806c54c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
12016 | 2024.09.23 18:26:21.033583 [ 3 ] {dedfc3f3-a2b8-4f71-b3e6-d4113806c54c} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12017 | 2024.09.23 18:26:21.033849 [ 3 ] {dedfc3f3-a2b8-4f71-b3e6-d4113806c54c} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003313 sec., 9357.078176878962 rows/sec., 16.77 MiB/sec. | ||
12018 | 2024.09.23 18:26:21.034097 [ 3 ] {dedfc3f3-a2b8-4f71-b3e6-d4113806c54c} <Debug> DynamicQueryHandler: Done processing query | ||
12019 | 2024.09.23 18:26:21.034151 [ 3 ] {dedfc3f3-a2b8-4f71-b3e6-d4113806c54c} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12020 | 2024.09.23 18:26:21.034192 [ 3 ] {} <Debug> HTTP-Session: c4de88c9-0913-4e26-ba9a-2cf489b5cdb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12021 | 2024.09.23 18:26:21.034243 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19756 rows, containing 5 columns (5 merged, 0 gathered) in 0.008839492 sec., 2234970.0638905494 rows/sec., 150.72 MiB/sec. | ||
12022 | 2024.09.23 18:26:21.034336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12023 | 2024.09.23 18:26:21.034384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12024 | 2024.09.23 18:26:21.034406 [ 3 ] {} <Debug> HTTP-Session: d889143b-23f1-4656-939a-2ab076eeeb33 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12025 | 2024.09.23 18:26:21.034428 [ 3 ] {} <Debug> HTTP-Session: d889143b-23f1-4656-939a-2ab076eeeb33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12026 | 2024.09.23 18:26:21.034442 [ 3 ] {} <Debug> HTTP-Session: d889143b-23f1-4656-939a-2ab076eeeb33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12027 | 2024.09.23 18:26:21.034475 [ 3 ] {} <Trace> HTTP-Session: d889143b-23f1-4656-939a-2ab076eeeb33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12028 | 2024.09.23 18:26:21.034504 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12029 | 2024.09.23 18:26:21.034613 [ 3 ] {9306a830-33e5-4004-9169-ebbc3e8b15d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12030 | 2024.09.23 18:26:21.034669 [ 3 ] {9306a830-33e5-4004-9169-ebbc3e8b15d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12031 | 2024.09.23 18:26:21.035019 [ 3 ] {9306a830-33e5-4004-9169-ebbc3e8b15d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12032 | 2024.09.23 18:26:21.035163 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12033 | 2024.09.23 18:26:21.035294 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12034 | 2024.09.23 18:26:21.035414 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.32 MiB. | ||
12035 | 2024.09.23 18:26:21.035437 [ 3 ] {9306a830-33e5-4004-9169-ebbc3e8b15d9} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12036 | 2024.09.23 18:26:21.035476 [ 3 ] {9306a830-33e5-4004-9169-ebbc3e8b15d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12037 | 2024.09.23 18:26:21.035850 [ 3 ] {9306a830-33e5-4004-9169-ebbc3e8b15d9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12038 | 2024.09.23 18:26:21.036202 [ 3 ] {9306a830-33e5-4004-9169-ebbc3e8b15d9} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12039 | 2024.09.23 18:26:21.036359 [ 31 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12040 | 2024.09.23 18:26:21.036366 [ 3 ] {9306a830-33e5-4004-9169-ebbc3e8b15d9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001795 sec., 45682.45125348189 rows/sec., 2.90 MiB/sec. | ||
12041 | 2024.09.23 18:26:21.036404 [ 31 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12042 | 2024.09.23 18:26:21.036469 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12043 | 2024.09.23 18:26:21.036659 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
12044 | 2024.09.23 18:26:21.036695 [ 3 ] {9306a830-33e5-4004-9169-ebbc3e8b15d9} <Debug> DynamicQueryHandler: Done processing query | ||
12045 | 2024.09.23 18:26:21.036755 [ 3 ] {9306a830-33e5-4004-9169-ebbc3e8b15d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12046 | 2024.09.23 18:26:21.036816 [ 3 ] {} <Debug> HTTP-Session: d889143b-23f1-4656-939a-2ab076eeeb33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12047 | 2024.09.23 18:26:21.036995 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12048 | 2024.09.23 18:26:21.037050 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3538 rows starting from the beginning of the part | ||
12049 | 2024.09.23 18:26:21.037217 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
12050 | 2024.09.23 18:26:21.037427 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
12051 | 2024.09.23 18:26:21.037629 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
12052 | 2024.09.23 18:26:21.037777 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
12053 | 2024.09.23 18:26:21.037958 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
12054 | 2024.09.23 18:26:21.039376 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3822 rows, containing 4 columns (4 merged, 0 gathered) in 0.00279901 sec., 1365482.7957027662 rows/sec., 88.77 MiB/sec. | ||
12055 | 2024.09.23 18:26:21.039739 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12056 | 2024.09.23 18:26:21.040177 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_66_13} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12057 | 2024.09.23 18:26:21.040268 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_66_13} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12058 | 2024.09.23 18:26:21.040367 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
12059 | 2024.09.23 18:26:22.000116 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.63 MiB, peak 211.31 MiB, free memory in arenas 0.00 B, will set to 201.29 MiB (RSS), difference: 1.66 MiB | ||
12060 | 2024.09.23 18:26:25.981645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12061 | 2024.09.23 18:26:25.981839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12062 | 2024.09.23 18:26:25.981886 [ 3 ] {} <Debug> HTTP-Session: 04867088-7a48-420e-b39a-720ad62cf520 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12063 | 2024.09.23 18:26:25.981927 [ 3 ] {} <Debug> HTTP-Session: 04867088-7a48-420e-b39a-720ad62cf520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12064 | 2024.09.23 18:26:25.981956 [ 3 ] {} <Debug> HTTP-Session: 04867088-7a48-420e-b39a-720ad62cf520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12065 | 2024.09.23 18:26:25.982036 [ 3 ] {} <Trace> HTTP-Session: 04867088-7a48-420e-b39a-720ad62cf520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12066 | 2024.09.23 18:26:25.982360 [ 3 ] {57bca6c8-fcba-4f03-8da0-bdb7c5a03461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12067 | 2024.09.23 18:26:25.982469 [ 3 ] {57bca6c8-fcba-4f03-8da0-bdb7c5a03461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12068 | 2024.09.23 18:26:25.982873 [ 3 ] {57bca6c8-fcba-4f03-8da0-bdb7c5a03461} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12069 | 2024.09.23 18:26:25.983364 [ 3 ] {57bca6c8-fcba-4f03-8da0-bdb7c5a03461} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12070 | 2024.09.23 18:26:25.983406 [ 3 ] {57bca6c8-fcba-4f03-8da0-bdb7c5a03461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12071 | 2024.09.23 18:26:25.983840 [ 3 ] {57bca6c8-fcba-4f03-8da0-bdb7c5a03461} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12072 | 2024.09.23 18:26:25.984238 [ 3 ] {57bca6c8-fcba-4f03-8da0-bdb7c5a03461} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12073 | 2024.09.23 18:26:25.984387 [ 3 ] {57bca6c8-fcba-4f03-8da0-bdb7c5a03461} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.00215 sec., 34418.604651162794 rows/sec., 2.76 MiB/sec. | ||
12074 | 2024.09.23 18:26:25.984720 [ 3 ] {57bca6c8-fcba-4f03-8da0-bdb7c5a03461} <Debug> DynamicQueryHandler: Done processing query | ||
12075 | 2024.09.23 18:26:25.984782 [ 3 ] {57bca6c8-fcba-4f03-8da0-bdb7c5a03461} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12076 | 2024.09.23 18:26:25.984841 [ 3 ] {} <Debug> HTTP-Session: 04867088-7a48-420e-b39a-720ad62cf520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12077 | 2024.09.23 18:26:25.985051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12078 | 2024.09.23 18:26:25.985112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12079 | 2024.09.23 18:26:25.985133 [ 3 ] {} <Debug> HTTP-Session: bd0105cf-aee2-4bc9-8bb4-dfb89b78b5fe Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12080 | 2024.09.23 18:26:25.985152 [ 3 ] {} <Debug> HTTP-Session: bd0105cf-aee2-4bc9-8bb4-dfb89b78b5fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12081 | 2024.09.23 18:26:25.985167 [ 3 ] {} <Debug> HTTP-Session: bd0105cf-aee2-4bc9-8bb4-dfb89b78b5fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12082 | 2024.09.23 18:26:25.985204 [ 3 ] {} <Trace> HTTP-Session: bd0105cf-aee2-4bc9-8bb4-dfb89b78b5fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12083 | 2024.09.23 18:26:25.985320 [ 3 ] {626767c9-8a2d-48e6-acbb-184833e1dad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12084 | 2024.09.23 18:26:25.985371 [ 3 ] {626767c9-8a2d-48e6-acbb-184833e1dad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12085 | 2024.09.23 18:26:25.985634 [ 3 ] {626767c9-8a2d-48e6-acbb-184833e1dad7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12086 | 2024.09.23 18:26:25.985965 [ 3 ] {626767c9-8a2d-48e6-acbb-184833e1dad7} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12087 | 2024.09.23 18:26:25.986001 [ 3 ] {626767c9-8a2d-48e6-acbb-184833e1dad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12088 | 2024.09.23 18:26:25.986365 [ 3 ] {626767c9-8a2d-48e6-acbb-184833e1dad7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12089 | 2024.09.23 18:26:25.986737 [ 3 ] {626767c9-8a2d-48e6-acbb-184833e1dad7} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12090 | 2024.09.23 18:26:25.986869 [ 3 ] {626767c9-8a2d-48e6-acbb-184833e1dad7} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001583 sec., 5685.407454200885 rows/sec., 427.52 KiB/sec. | ||
12091 | 2024.09.23 18:26:25.987048 [ 3 ] {626767c9-8a2d-48e6-acbb-184833e1dad7} <Debug> DynamicQueryHandler: Done processing query | ||
12092 | 2024.09.23 18:26:25.987074 [ 3 ] {626767c9-8a2d-48e6-acbb-184833e1dad7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12093 | 2024.09.23 18:26:25.987091 [ 3 ] {} <Debug> HTTP-Session: bd0105cf-aee2-4bc9-8bb4-dfb89b78b5fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12094 | 2024.09.23 18:26:25.987239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12095 | 2024.09.23 18:26:25.987291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12096 | 2024.09.23 18:26:25.987311 [ 3 ] {} <Debug> HTTP-Session: 8997dd29-8baf-4f2a-848e-b1572296cc72 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12097 | 2024.09.23 18:26:25.987328 [ 3 ] {} <Debug> HTTP-Session: 8997dd29-8baf-4f2a-848e-b1572296cc72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12098 | 2024.09.23 18:26:25.987342 [ 3 ] {} <Debug> HTTP-Session: 8997dd29-8baf-4f2a-848e-b1572296cc72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12099 | 2024.09.23 18:26:25.987374 [ 3 ] {} <Trace> HTTP-Session: 8997dd29-8baf-4f2a-848e-b1572296cc72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12100 | 2024.09.23 18:26:25.987495 [ 3 ] {b2ef710e-2292-4b32-b642-54a1b9f1bf49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12101 | 2024.09.23 18:26:25.987539 [ 3 ] {b2ef710e-2292-4b32-b642-54a1b9f1bf49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12102 | 2024.09.23 18:26:25.987769 [ 3 ] {b2ef710e-2292-4b32-b642-54a1b9f1bf49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12103 | 2024.09.23 18:26:25.988145 [ 3 ] {b2ef710e-2292-4b32-b642-54a1b9f1bf49} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12104 | 2024.09.23 18:26:25.988182 [ 3 ] {b2ef710e-2292-4b32-b642-54a1b9f1bf49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12105 | 2024.09.23 18:26:25.988542 [ 3 ] {b2ef710e-2292-4b32-b642-54a1b9f1bf49} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12106 | 2024.09.23 18:26:25.988918 [ 3 ] {b2ef710e-2292-4b32-b642-54a1b9f1bf49} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12107 | 2024.09.23 18:26:25.989047 [ 3 ] {b2ef710e-2292-4b32-b642-54a1b9f1bf49} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001594 sec., 45796.73776662484 rows/sec., 3.58 MiB/sec. | ||
12108 | 2024.09.23 18:26:25.989314 [ 3 ] {b2ef710e-2292-4b32-b642-54a1b9f1bf49} <Debug> DynamicQueryHandler: Done processing query | ||
12109 | 2024.09.23 18:26:25.989371 [ 3 ] {b2ef710e-2292-4b32-b642-54a1b9f1bf49} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12110 | 2024.09.23 18:26:25.989437 [ 3 ] {} <Debug> HTTP-Session: 8997dd29-8baf-4f2a-848e-b1572296cc72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12111 | 2024.09.23 18:26:25.989714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12112 | 2024.09.23 18:26:25.989776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12113 | 2024.09.23 18:26:25.989797 [ 3 ] {} <Debug> HTTP-Session: 001a4eb5-32dc-424b-bb12-680019596ca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12114 | 2024.09.23 18:26:25.989814 [ 3 ] {} <Debug> HTTP-Session: 001a4eb5-32dc-424b-bb12-680019596ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12115 | 2024.09.23 18:26:25.989828 [ 3 ] {} <Debug> HTTP-Session: 001a4eb5-32dc-424b-bb12-680019596ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12116 | 2024.09.23 18:26:25.989860 [ 3 ] {} <Trace> HTTP-Session: 001a4eb5-32dc-424b-bb12-680019596ca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12117 | 2024.09.23 18:26:25.990016 [ 3 ] {02b6bc7d-6cc2-4e6c-8928-cae278c565f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12118 | 2024.09.23 18:26:25.990067 [ 3 ] {02b6bc7d-6cc2-4e6c-8928-cae278c565f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12119 | 2024.09.23 18:26:25.990235 [ 3 ] {02b6bc7d-6cc2-4e6c-8928-cae278c565f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12120 | 2024.09.23 18:26:25.990631 [ 3 ] {02b6bc7d-6cc2-4e6c-8928-cae278c565f5} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12121 | 2024.09.23 18:26:25.990668 [ 3 ] {02b6bc7d-6cc2-4e6c-8928-cae278c565f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12122 | 2024.09.23 18:26:25.991056 [ 3 ] {02b6bc7d-6cc2-4e6c-8928-cae278c565f5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12123 | 2024.09.23 18:26:25.991403 [ 3 ] {02b6bc7d-6cc2-4e6c-8928-cae278c565f5} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12124 | 2024.09.23 18:26:25.991530 [ 3 ] {02b6bc7d-6cc2-4e6c-8928-cae278c565f5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
12125 | 2024.09.23 18:26:25.991700 [ 3 ] {02b6bc7d-6cc2-4e6c-8928-cae278c565f5} <Debug> DynamicQueryHandler: Done processing query | ||
12126 | 2024.09.23 18:26:25.991726 [ 3 ] {02b6bc7d-6cc2-4e6c-8928-cae278c565f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12127 | 2024.09.23 18:26:25.991742 [ 3 ] {} <Debug> HTTP-Session: 001a4eb5-32dc-424b-bb12-680019596ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12128 | 2024.09.23 18:26:25.991880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12129 | 2024.09.23 18:26:25.991930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12130 | 2024.09.23 18:26:25.991950 [ 3 ] {} <Debug> HTTP-Session: 15c3b3a6-9206-4e10-a878-26ccc58b49ca Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12131 | 2024.09.23 18:26:25.991966 [ 3 ] {} <Debug> HTTP-Session: 15c3b3a6-9206-4e10-a878-26ccc58b49ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12132 | 2024.09.23 18:26:25.991980 [ 3 ] {} <Debug> HTTP-Session: 15c3b3a6-9206-4e10-a878-26ccc58b49ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12133 | 2024.09.23 18:26:25.992011 [ 3 ] {} <Trace> HTTP-Session: 15c3b3a6-9206-4e10-a878-26ccc58b49ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12134 | 2024.09.23 18:26:25.992188 [ 3 ] {c29b7a3e-ac53-42c4-9482-158d4437e742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12135 | 2024.09.23 18:26:25.992256 [ 3 ] {c29b7a3e-ac53-42c4-9482-158d4437e742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12136 | 2024.09.23 18:26:25.992673 [ 3 ] {c29b7a3e-ac53-42c4-9482-158d4437e742} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12137 | 2024.09.23 18:26:25.993145 [ 3 ] {c29b7a3e-ac53-42c4-9482-158d4437e742} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12138 | 2024.09.23 18:26:25.993183 [ 3 ] {c29b7a3e-ac53-42c4-9482-158d4437e742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12139 | 2024.09.23 18:26:25.993768 [ 3 ] {c29b7a3e-ac53-42c4-9482-158d4437e742} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
12140 | 2024.09.23 18:26:25.994189 [ 3 ] {c29b7a3e-ac53-42c4-9482-158d4437e742} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12141 | 2024.09.23 18:26:25.994337 [ 34 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
12142 | 2024.09.23 18:26:25.994339 [ 3 ] {c29b7a3e-ac53-42c4-9482-158d4437e742} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002251 sec., 3998.223011994669 rows/sec., 7.16 MiB/sec. | ||
12143 | 2024.09.23 18:26:25.994388 [ 34 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12144 | 2024.09.23 18:26:25.994437 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12145 | 2024.09.23 18:26:25.994826 [ 3 ] {c29b7a3e-ac53-42c4-9482-158d4437e742} <Debug> DynamicQueryHandler: Done processing query | ||
12146 | 2024.09.23 18:26:25.994938 [ 3 ] {c29b7a3e-ac53-42c4-9482-158d4437e742} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
12147 | 2024.09.23 18:26:25.995021 [ 3 ] {} <Debug> HTTP-Session: 15c3b3a6-9206-4e10-a878-26ccc58b49ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12148 | 2024.09.23 18:26:25.995190 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
12149 | 2024.09.23 18:26:25.995312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12150 | 2024.09.23 18:26:25.995495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12151 | 2024.09.23 18:26:25.995569 [ 3 ] {} <Debug> HTTP-Session: ef0bdfe9-38ed-4679-b100-61329cd86bb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12152 | 2024.09.23 18:26:25.995664 [ 3 ] {} <Debug> HTTP-Session: ef0bdfe9-38ed-4679-b100-61329cd86bb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12153 | 2024.09.23 18:26:25.995746 [ 3 ] {} <Debug> HTTP-Session: ef0bdfe9-38ed-4679-b100-61329cd86bb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12154 | 2024.09.23 18:26:25.995834 [ 3 ] {} <Trace> HTTP-Session: ef0bdfe9-38ed-4679-b100-61329cd86bb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12155 | 2024.09.23 18:26:25.996186 [ 3 ] {fdd17b3f-6342-48ba-95bd-67f0a177d557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12156 | 2024.09.23 18:26:25.996310 [ 3 ] {fdd17b3f-6342-48ba-95bd-67f0a177d557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12157 | 2024.09.23 18:26:25.996816 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12158 | 2024.09.23 18:26:25.996965 [ 3 ] {fdd17b3f-6342-48ba-95bd-67f0a177d557} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12159 | 2024.09.23 18:26:25.997014 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 894 rows starting from the beginning of the part | ||
12160 | 2024.09.23 18:26:25.997727 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part | ||
12161 | 2024.09.23 18:26:25.998175 [ 3 ] {fdd17b3f-6342-48ba-95bd-67f0a177d557} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12162 | 2024.09.23 18:26:25.998299 [ 3 ] {fdd17b3f-6342-48ba-95bd-67f0a177d557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12163 | 2024.09.23 18:26:25.998631 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 23 rows starting from the beginning of the part | ||
12164 | 2024.09.23 18:26:25.999324 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part | ||
12165 | 2024.09.23 18:26:25.999899 [ 3 ] {fdd17b3f-6342-48ba-95bd-67f0a177d557} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12166 | 2024.09.23 18:26:25.999942 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part | ||
12167 | 2024.09.23 18:26:26.000110 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 9 rows starting from the beginning of the part | ||
12168 | 2024.09.23 18:26:26.000166 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.87 MiB, peak 211.31 MiB, free memory in arenas 0.00 B, will set to 201.29 MiB (RSS), difference: -5.58 MiB | ||
12169 | 2024.09.23 18:26:26.001984 [ 3 ] {fdd17b3f-6342-48ba-95bd-67f0a177d557} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12170 | 2024.09.23 18:26:26.002301 [ 3 ] {fdd17b3f-6342-48ba-95bd-67f0a177d557} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006269 sec., 9570.904450470569 rows/sec., 660.49 KiB/sec. | ||
12171 | 2024.09.23 18:26:26.002620 [ 3 ] {fdd17b3f-6342-48ba-95bd-67f0a177d557} <Debug> DynamicQueryHandler: Done processing query | ||
12172 | 2024.09.23 18:26:26.002672 [ 3 ] {fdd17b3f-6342-48ba-95bd-67f0a177d557} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12173 | 2024.09.23 18:26:26.002731 [ 3 ] {} <Debug> HTTP-Session: ef0bdfe9-38ed-4679-b100-61329cd86bb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12174 | 2024.09.23 18:26:26.007740 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 974 rows, containing 19 columns (19 merged, 0 gathered) in 0.013128208 sec., 74191.39002063344 rows/sec., 132.95 MiB/sec. | ||
12175 | 2024.09.23 18:26:26.008811 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
12176 | 2024.09.23 18:26:26.009446 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12177 | 2024.09.23 18:26:26.009531 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
12178 | 2024.09.23 18:26:26.009680 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.11 MiB. | ||
12179 | 2024.09.23 18:26:27.000136 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.16 MiB, peak 211.31 MiB, free memory in arenas 0.00 B, will set to 202.16 MiB (RSS), difference: 6.00 MiB | ||
12180 | 2024.09.23 18:26:27.293029 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12181 | 2024.09.23 18:26:27.293091 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12182 | 2024.09.23 18:26:30.987016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12183 | 2024.09.23 18:26:30.987148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12184 | 2024.09.23 18:26:30.987174 [ 3 ] {} <Debug> HTTP-Session: 270a8c58-5813-4c32-beed-81fc94a2aefd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12185 | 2024.09.23 18:26:30.987199 [ 3 ] {} <Debug> HTTP-Session: 270a8c58-5813-4c32-beed-81fc94a2aefd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12186 | 2024.09.23 18:26:30.987214 [ 3 ] {} <Debug> HTTP-Session: 270a8c58-5813-4c32-beed-81fc94a2aefd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12187 | 2024.09.23 18:26:30.987262 [ 3 ] {} <Trace> HTTP-Session: 270a8c58-5813-4c32-beed-81fc94a2aefd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12188 | 2024.09.23 18:26:30.987522 [ 3 ] {1ad5391f-0e18-4b94-88fd-c5d91afb7fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12189 | 2024.09.23 18:26:30.987591 [ 3 ] {1ad5391f-0e18-4b94-88fd-c5d91afb7fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12190 | 2024.09.23 18:26:30.987927 [ 3 ] {1ad5391f-0e18-4b94-88fd-c5d91afb7fbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12191 | 2024.09.23 18:26:30.988520 [ 3 ] {1ad5391f-0e18-4b94-88fd-c5d91afb7fbf} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12192 | 2024.09.23 18:26:30.988571 [ 3 ] {1ad5391f-0e18-4b94-88fd-c5d91afb7fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12193 | 2024.09.23 18:26:30.989032 [ 3 ] {1ad5391f-0e18-4b94-88fd-c5d91afb7fbf} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12194 | 2024.09.23 18:26:30.989433 [ 3 ] {1ad5391f-0e18-4b94-88fd-c5d91afb7fbf} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12195 | 2024.09.23 18:26:30.989625 [ 3 ] {1ad5391f-0e18-4b94-88fd-c5d91afb7fbf} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002219 sec., 113114.01532221721 rows/sec., 10.02 MiB/sec. | ||
12196 | 2024.09.23 18:26:30.989972 [ 3 ] {1ad5391f-0e18-4b94-88fd-c5d91afb7fbf} <Debug> DynamicQueryHandler: Done processing query | ||
12197 | 2024.09.23 18:26:30.990038 [ 3 ] {1ad5391f-0e18-4b94-88fd-c5d91afb7fbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
12198 | 2024.09.23 18:26:30.990109 [ 3 ] {} <Debug> HTTP-Session: 270a8c58-5813-4c32-beed-81fc94a2aefd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12199 | 2024.09.23 18:26:30.990288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12200 | 2024.09.23 18:26:30.990348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12201 | 2024.09.23 18:26:30.990368 [ 3 ] {} <Debug> HTTP-Session: a58b6816-25a3-40d7-9363-79f86ed5564b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12202 | 2024.09.23 18:26:30.990387 [ 3 ] {} <Debug> HTTP-Session: a58b6816-25a3-40d7-9363-79f86ed5564b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12203 | 2024.09.23 18:26:30.990401 [ 3 ] {} <Debug> HTTP-Session: a58b6816-25a3-40d7-9363-79f86ed5564b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12204 | 2024.09.23 18:26:30.990436 [ 3 ] {} <Trace> HTTP-Session: a58b6816-25a3-40d7-9363-79f86ed5564b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12205 | 2024.09.23 18:26:30.990565 [ 3 ] {e423cedf-28ea-4545-8024-27d2a72dc57b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12206 | 2024.09.23 18:26:30.990616 [ 3 ] {e423cedf-28ea-4545-8024-27d2a72dc57b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12207 | 2024.09.23 18:26:30.990896 [ 3 ] {e423cedf-28ea-4545-8024-27d2a72dc57b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12208 | 2024.09.23 18:26:30.991262 [ 3 ] {e423cedf-28ea-4545-8024-27d2a72dc57b} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12209 | 2024.09.23 18:26:30.991300 [ 3 ] {e423cedf-28ea-4545-8024-27d2a72dc57b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12210 | 2024.09.23 18:26:30.991656 [ 3 ] {e423cedf-28ea-4545-8024-27d2a72dc57b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12211 | 2024.09.23 18:26:30.992042 [ 3 ] {e423cedf-28ea-4545-8024-27d2a72dc57b} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12212 | 2024.09.23 18:26:30.992205 [ 3 ] {e423cedf-28ea-4545-8024-27d2a72dc57b} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001681 sec., 18441.403926234383 rows/sec., 1.35 MiB/sec. | ||
12213 | 2024.09.23 18:26:30.992386 [ 3 ] {e423cedf-28ea-4545-8024-27d2a72dc57b} <Debug> DynamicQueryHandler: Done processing query | ||
12214 | 2024.09.23 18:26:30.992412 [ 3 ] {e423cedf-28ea-4545-8024-27d2a72dc57b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12215 | 2024.09.23 18:26:30.992428 [ 3 ] {} <Debug> HTTP-Session: a58b6816-25a3-40d7-9363-79f86ed5564b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12216 | 2024.09.23 18:26:30.992542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12217 | 2024.09.23 18:26:30.992593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12218 | 2024.09.23 18:26:30.992614 [ 3 ] {} <Debug> HTTP-Session: 3e7e9684-8500-4ff5-8f20-09627d35e8f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12219 | 2024.09.23 18:26:30.992630 [ 3 ] {} <Debug> HTTP-Session: 3e7e9684-8500-4ff5-8f20-09627d35e8f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12220 | 2024.09.23 18:26:30.992644 [ 3 ] {} <Debug> HTTP-Session: 3e7e9684-8500-4ff5-8f20-09627d35e8f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12221 | 2024.09.23 18:26:30.992675 [ 3 ] {} <Trace> HTTP-Session: 3e7e9684-8500-4ff5-8f20-09627d35e8f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12222 | 2024.09.23 18:26:30.992779 [ 3 ] {49e57e05-78ff-4314-af5f-149d1cd4f08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12223 | 2024.09.23 18:26:30.992824 [ 3 ] {49e57e05-78ff-4314-af5f-149d1cd4f08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12224 | 2024.09.23 18:26:30.993048 [ 3 ] {49e57e05-78ff-4314-af5f-149d1cd4f08d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12225 | 2024.09.23 18:26:30.993358 [ 3 ] {49e57e05-78ff-4314-af5f-149d1cd4f08d} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12226 | 2024.09.23 18:26:30.993396 [ 3 ] {49e57e05-78ff-4314-af5f-149d1cd4f08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12227 | 2024.09.23 18:26:30.993749 [ 3 ] {49e57e05-78ff-4314-af5f-149d1cd4f08d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12228 | 2024.09.23 18:26:30.994116 [ 3 ] {49e57e05-78ff-4314-af5f-149d1cd4f08d} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12229 | 2024.09.23 18:26:30.994277 [ 3 ] {49e57e05-78ff-4314-af5f-149d1cd4f08d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001527 sec., 9168.3038637852 rows/sec., 642.09 KiB/sec. | ||
12230 | 2024.09.23 18:26:30.994441 [ 3 ] {49e57e05-78ff-4314-af5f-149d1cd4f08d} <Debug> DynamicQueryHandler: Done processing query | ||
12231 | 2024.09.23 18:26:30.994465 [ 3 ] {49e57e05-78ff-4314-af5f-149d1cd4f08d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12232 | 2024.09.23 18:26:30.994481 [ 3 ] {} <Debug> HTTP-Session: 3e7e9684-8500-4ff5-8f20-09627d35e8f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12233 | 2024.09.23 18:26:30.994592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12234 | 2024.09.23 18:26:30.994641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12235 | 2024.09.23 18:26:30.994661 [ 3 ] {} <Debug> HTTP-Session: 839dc02f-0484-492c-b5c1-bf2f1c890936 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12236 | 2024.09.23 18:26:30.994678 [ 3 ] {} <Debug> HTTP-Session: 839dc02f-0484-492c-b5c1-bf2f1c890936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12237 | 2024.09.23 18:26:30.994692 [ 3 ] {} <Debug> HTTP-Session: 839dc02f-0484-492c-b5c1-bf2f1c890936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12238 | 2024.09.23 18:26:30.994723 [ 3 ] {} <Trace> HTTP-Session: 839dc02f-0484-492c-b5c1-bf2f1c890936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12239 | 2024.09.23 18:26:30.994818 [ 3 ] {e8d31050-7d9b-44d0-8285-bc068ac7d34f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12240 | 2024.09.23 18:26:30.994861 [ 3 ] {e8d31050-7d9b-44d0-8285-bc068ac7d34f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12241 | 2024.09.23 18:26:30.995087 [ 3 ] {e8d31050-7d9b-44d0-8285-bc068ac7d34f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12242 | 2024.09.23 18:26:30.995394 [ 3 ] {e8d31050-7d9b-44d0-8285-bc068ac7d34f} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12243 | 2024.09.23 18:26:30.995431 [ 3 ] {e8d31050-7d9b-44d0-8285-bc068ac7d34f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12244 | 2024.09.23 18:26:30.995780 [ 3 ] {e8d31050-7d9b-44d0-8285-bc068ac7d34f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12245 | 2024.09.23 18:26:30.996146 [ 3 ] {e8d31050-7d9b-44d0-8285-bc068ac7d34f} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12246 | 2024.09.23 18:26:30.996308 [ 67 ] {} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
12247 | 2024.09.23 18:26:30.996310 [ 3 ] {e8d31050-7d9b-44d0-8285-bc068ac7d34f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 235.07 KiB/sec. | ||
12248 | 2024.09.23 18:26:30.996393 [ 67 ] {} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12249 | 2024.09.23 18:26:30.996460 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12250 | 2024.09.23 18:26:30.996720 [ 3 ] {e8d31050-7d9b-44d0-8285-bc068ac7d34f} <Debug> DynamicQueryHandler: Done processing query | ||
12251 | 2024.09.23 18:26:30.996776 [ 3 ] {e8d31050-7d9b-44d0-8285-bc068ac7d34f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12252 | 2024.09.23 18:26:30.996776 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
12253 | 2024.09.23 18:26:30.996838 [ 3 ] {} <Debug> HTTP-Session: 839dc02f-0484-492c-b5c1-bf2f1c890936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12254 | 2024.09.23 18:26:30.997308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12255 | 2024.09.23 18:26:30.997495 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12256 | 2024.09.23 18:26:30.997501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12257 | 2024.09.23 18:26:30.997605 [ 3 ] {} <Debug> HTTP-Session: 74718bb2-d0e5-4561-b135-4be3d1faaa73 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12258 | 2024.09.23 18:26:30.997612 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part | ||
12259 | 2024.09.23 18:26:30.997628 [ 3 ] {} <Debug> HTTP-Session: 74718bb2-d0e5-4561-b135-4be3d1faaa73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12260 | 2024.09.23 18:26:30.997682 [ 3 ] {} <Debug> HTTP-Session: 74718bb2-d0e5-4561-b135-4be3d1faaa73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12261 | 2024.09.23 18:26:30.997770 [ 3 ] {} <Trace> HTTP-Session: 74718bb2-d0e5-4561-b135-4be3d1faaa73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12262 | 2024.09.23 18:26:30.997890 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
12263 | 2024.09.23 18:26:30.998235 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
12264 | 2024.09.23 18:26:30.998386 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
12265 | 2024.09.23 18:26:30.998498 [ 3 ] {7615181a-4ff4-4ca2-b1f4-712a6b3e8185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12266 | 2024.09.23 18:26:30.998649 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
12267 | 2024.09.23 18:26:30.998688 [ 3 ] {7615181a-4ff4-4ca2-b1f4-712a6b3e8185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12268 | 2024.09.23 18:26:30.999797 [ 3 ] {7615181a-4ff4-4ca2-b1f4-712a6b3e8185} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12269 | 2024.09.23 18:26:31.000136 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.66 MiB, peak 211.31 MiB, free memory in arenas 0.00 B, will set to 202.16 MiB (RSS), difference: -4.50 MiB | ||
12270 | 2024.09.23 18:26:31.001545 [ 3 ] {7615181a-4ff4-4ca2-b1f4-712a6b3e8185} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12271 | 2024.09.23 18:26:31.001636 [ 3 ] {7615181a-4ff4-4ca2-b1f4-712a6b3e8185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12272 | 2024.09.23 18:26:31.001851 [ 191 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.005271922 sec., 5690.524252824682 rows/sec., 361.21 KiB/sec. | ||
12273 | 2024.09.23 18:26:31.002114 [ 192 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
12274 | 2024.09.23 18:26:31.002480 [ 3 ] {7615181a-4ff4-4ca2-b1f4-712a6b3e8185} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12275 | 2024.09.23 18:26:31.003468 [ 192 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_29_7} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12276 | 2024.09.23 18:26:31.003595 [ 3 ] {7615181a-4ff4-4ca2-b1f4-712a6b3e8185} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12277 | 2024.09.23 18:26:31.003684 [ 192 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_29_7} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
12278 | 2024.09.23 18:26:31.003912 [ 3 ] {7615181a-4ff4-4ca2-b1f4-712a6b3e8185} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.005816 sec., 71011.00412654746 rows/sec., 5.06 MiB/sec. | ||
12279 | 2024.09.23 18:26:31.003952 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12280 | 2024.09.23 18:26:31.004204 [ 3 ] {7615181a-4ff4-4ca2-b1f4-712a6b3e8185} <Debug> DynamicQueryHandler: Done processing query | ||
12281 | 2024.09.23 18:26:31.004234 [ 3 ] {7615181a-4ff4-4ca2-b1f4-712a6b3e8185} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
12282 | 2024.09.23 18:26:31.004253 [ 3 ] {} <Debug> HTTP-Session: 74718bb2-d0e5-4561-b135-4be3d1faaa73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12283 | 2024.09.23 18:26:31.004394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12284 | 2024.09.23 18:26:31.004444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12285 | 2024.09.23 18:26:31.004464 [ 3 ] {} <Debug> HTTP-Session: 3927ba62-4050-428e-82fd-fcd635bbfe8e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12286 | 2024.09.23 18:26:31.004482 [ 3 ] {} <Debug> HTTP-Session: 3927ba62-4050-428e-82fd-fcd635bbfe8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12287 | 2024.09.23 18:26:31.004497 [ 3 ] {} <Debug> HTTP-Session: 3927ba62-4050-428e-82fd-fcd635bbfe8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12288 | 2024.09.23 18:26:31.004527 [ 3 ] {} <Trace> HTTP-Session: 3927ba62-4050-428e-82fd-fcd635bbfe8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12289 | 2024.09.23 18:26:31.004654 [ 3 ] {932841c3-3932-4308-9f3f-5e823bfeb259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12290 | 2024.09.23 18:26:31.004700 [ 3 ] {932841c3-3932-4308-9f3f-5e823bfeb259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12291 | 2024.09.23 18:26:31.004844 [ 3 ] {932841c3-3932-4308-9f3f-5e823bfeb259} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12292 | 2024.09.23 18:26:31.005202 [ 3 ] {932841c3-3932-4308-9f3f-5e823bfeb259} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12293 | 2024.09.23 18:26:31.005239 [ 3 ] {932841c3-3932-4308-9f3f-5e823bfeb259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12294 | 2024.09.23 18:26:31.005609 [ 3 ] {932841c3-3932-4308-9f3f-5e823bfeb259} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12295 | 2024.09.23 18:26:31.005957 [ 3 ] {932841c3-3932-4308-9f3f-5e823bfeb259} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12296 | 2024.09.23 18:26:31.006113 [ 3 ] {932841c3-3932-4308-9f3f-5e823bfeb259} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
12297 | 2024.09.23 18:26:31.006123 [ 67 ] {} <Debug> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
12298 | 2024.09.23 18:26:31.006205 [ 67 ] {} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12299 | 2024.09.23 18:26:31.006249 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12300 | 2024.09.23 18:26:31.006428 [ 3 ] {932841c3-3932-4308-9f3f-5e823bfeb259} <Debug> DynamicQueryHandler: Done processing query | ||
12301 | 2024.09.23 18:26:31.006440 [ 192 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
12302 | 2024.09.23 18:26:31.006477 [ 3 ] {932841c3-3932-4308-9f3f-5e823bfeb259} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12303 | 2024.09.23 18:26:31.006535 [ 3 ] {} <Debug> HTTP-Session: 3927ba62-4050-428e-82fd-fcd635bbfe8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12304 | 2024.09.23 18:26:31.006682 [ 192 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12305 | 2024.09.23 18:26:31.006734 [ 192 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
12306 | 2024.09.23 18:26:31.006829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12307 | 2024.09.23 18:26:31.006985 [ 192 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
12308 | 2024.09.23 18:26:31.007018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12309 | 2024.09.23 18:26:31.007099 [ 3 ] {} <Debug> HTTP-Session: 5ef31249-8a65-4e8f-baac-f78f59f505a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12310 | 2024.09.23 18:26:31.007175 [ 3 ] {} <Debug> HTTP-Session: 5ef31249-8a65-4e8f-baac-f78f59f505a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12311 | 2024.09.23 18:26:31.007239 [ 3 ] {} <Debug> HTTP-Session: 5ef31249-8a65-4e8f-baac-f78f59f505a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12312 | 2024.09.23 18:26:31.007268 [ 192 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
12313 | 2024.09.23 18:26:31.007381 [ 3 ] {} <Trace> HTTP-Session: 5ef31249-8a65-4e8f-baac-f78f59f505a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12314 | 2024.09.23 18:26:31.007491 [ 192 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
12315 | 2024.09.23 18:26:31.007741 [ 192 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
12316 | 2024.09.23 18:26:31.008054 [ 3 ] {11f8ca74-9c1b-4936-b4f1-46d219352e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12317 | 2024.09.23 18:26:31.008062 [ 192 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
12318 | 2024.09.23 18:26:31.008212 [ 3 ] {11f8ca74-9c1b-4936-b4f1-46d219352e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12319 | 2024.09.23 18:26:31.008931 [ 3 ] {11f8ca74-9c1b-4936-b4f1-46d219352e33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12320 | 2024.09.23 18:26:31.009985 [ 3 ] {11f8ca74-9c1b-4936-b4f1-46d219352e33} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12321 | 2024.09.23 18:26:31.010059 [ 3 ] {11f8ca74-9c1b-4936-b4f1-46d219352e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12322 | 2024.09.23 18:26:31.010689 [ 192 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004347898 sec., 40019.338080148154 rows/sec., 2.04 MiB/sec. | ||
12323 | 2024.09.23 18:26:31.010869 [ 192 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
12324 | 2024.09.23 18:26:31.011112 [ 3 ] {11f8ca74-9c1b-4936-b4f1-46d219352e33} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12325 | 2024.09.23 18:26:31.011705 [ 187 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12326 | 2024.09.23 18:26:31.011870 [ 3 ] {11f8ca74-9c1b-4936-b4f1-46d219352e33} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12327 | 2024.09.23 18:26:31.011888 [ 187 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_29_6} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
12328 | 2024.09.23 18:26:31.012089 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
12329 | 2024.09.23 18:26:31.012197 [ 3 ] {11f8ca74-9c1b-4936-b4f1-46d219352e33} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004534 sec., 52271.72474636083 rows/sec., 3.50 MiB/sec. | ||
12330 | 2024.09.23 18:26:31.012406 [ 3 ] {11f8ca74-9c1b-4936-b4f1-46d219352e33} <Debug> DynamicQueryHandler: Done processing query | ||
12331 | 2024.09.23 18:26:31.012431 [ 3 ] {11f8ca74-9c1b-4936-b4f1-46d219352e33} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12332 | 2024.09.23 18:26:31.012447 [ 3 ] {} <Debug> HTTP-Session: 5ef31249-8a65-4e8f-baac-f78f59f505a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12333 | 2024.09.23 18:26:31.012566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12334 | 2024.09.23 18:26:31.012615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12335 | 2024.09.23 18:26:31.012634 [ 3 ] {} <Debug> HTTP-Session: 39710962-3561-4ed7-80ce-a18e6e435c30 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12336 | 2024.09.23 18:26:31.012650 [ 3 ] {} <Debug> HTTP-Session: 39710962-3561-4ed7-80ce-a18e6e435c30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12337 | 2024.09.23 18:26:31.012664 [ 3 ] {} <Debug> HTTP-Session: 39710962-3561-4ed7-80ce-a18e6e435c30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12338 | 2024.09.23 18:26:31.012698 [ 3 ] {} <Trace> HTTP-Session: 39710962-3561-4ed7-80ce-a18e6e435c30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12339 | 2024.09.23 18:26:31.012796 [ 3 ] {66d7e043-2368-481e-ae7e-8a06690c0d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12340 | 2024.09.23 18:26:31.012842 [ 3 ] {66d7e043-2368-481e-ae7e-8a06690c0d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12341 | 2024.09.23 18:26:31.012984 [ 3 ] {66d7e043-2368-481e-ae7e-8a06690c0d2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12342 | 2024.09.23 18:26:31.013266 [ 3 ] {66d7e043-2368-481e-ae7e-8a06690c0d2d} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12343 | 2024.09.23 18:26:31.013302 [ 3 ] {66d7e043-2368-481e-ae7e-8a06690c0d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12344 | 2024.09.23 18:26:31.013665 [ 3 ] {66d7e043-2368-481e-ae7e-8a06690c0d2d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12345 | 2024.09.23 18:26:31.013998 [ 3 ] {66d7e043-2368-481e-ae7e-8a06690c0d2d} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12346 | 2024.09.23 18:26:31.014163 [ 3 ] {66d7e043-2368-481e-ae7e-8a06690c0d2d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001381 sec., 724.112961622013 rows/sec., 48.79 KiB/sec. | ||
12347 | 2024.09.23 18:26:31.014331 [ 3 ] {66d7e043-2368-481e-ae7e-8a06690c0d2d} <Debug> DynamicQueryHandler: Done processing query | ||
12348 | 2024.09.23 18:26:31.014356 [ 3 ] {66d7e043-2368-481e-ae7e-8a06690c0d2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12349 | 2024.09.23 18:26:31.014372 [ 3 ] {} <Debug> HTTP-Session: 39710962-3561-4ed7-80ce-a18e6e435c30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12350 | 2024.09.23 18:26:31.014560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12351 | 2024.09.23 18:26:31.014610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12352 | 2024.09.23 18:26:31.014629 [ 3 ] {} <Debug> HTTP-Session: ac242a6b-7dbd-4dda-9ee2-b6012179a0da Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12353 | 2024.09.23 18:26:31.014645 [ 3 ] {} <Debug> HTTP-Session: ac242a6b-7dbd-4dda-9ee2-b6012179a0da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12354 | 2024.09.23 18:26:31.014659 [ 3 ] {} <Debug> HTTP-Session: ac242a6b-7dbd-4dda-9ee2-b6012179a0da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12355 | 2024.09.23 18:26:31.014690 [ 3 ] {} <Trace> HTTP-Session: ac242a6b-7dbd-4dda-9ee2-b6012179a0da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12356 | 2024.09.23 18:26:31.015016 [ 3 ] {83456d6c-e8a3-4b1b-8fdf-2a36d87ac715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12357 | 2024.09.23 18:26:31.015081 [ 3 ] {83456d6c-e8a3-4b1b-8fdf-2a36d87ac715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12358 | 2024.09.23 18:26:31.015513 [ 3 ] {83456d6c-e8a3-4b1b-8fdf-2a36d87ac715} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12359 | 2024.09.23 18:26:31.016269 [ 3 ] {83456d6c-e8a3-4b1b-8fdf-2a36d87ac715} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12360 | 2024.09.23 18:26:31.016306 [ 3 ] {83456d6c-e8a3-4b1b-8fdf-2a36d87ac715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12361 | 2024.09.23 18:26:31.016961 [ 3 ] {83456d6c-e8a3-4b1b-8fdf-2a36d87ac715} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12362 | 2024.09.23 18:26:31.017372 [ 3 ] {83456d6c-e8a3-4b1b-8fdf-2a36d87ac715} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12363 | 2024.09.23 18:26:31.017552 [ 3 ] {83456d6c-e8a3-4b1b-8fdf-2a36d87ac715} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002754 sec., 11256.354393609296 rows/sec., 20.17 MiB/sec. | ||
12364 | 2024.09.23 18:26:31.017789 [ 3 ] {83456d6c-e8a3-4b1b-8fdf-2a36d87ac715} <Debug> DynamicQueryHandler: Done processing query | ||
12365 | 2024.09.23 18:26:31.017819 [ 3 ] {83456d6c-e8a3-4b1b-8fdf-2a36d87ac715} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12366 | 2024.09.23 18:26:31.017837 [ 3 ] {} <Debug> HTTP-Session: ac242a6b-7dbd-4dda-9ee2-b6012179a0da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12367 | 2024.09.23 18:26:31.018021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12368 | 2024.09.23 18:26:31.018071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12369 | 2024.09.23 18:26:31.018090 [ 3 ] {} <Debug> HTTP-Session: 00d79482-b8d9-406c-ab61-a9f3e3215650 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12370 | 2024.09.23 18:26:31.018107 [ 3 ] {} <Debug> HTTP-Session: 00d79482-b8d9-406c-ab61-a9f3e3215650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12371 | 2024.09.23 18:26:31.018120 [ 3 ] {} <Debug> HTTP-Session: 00d79482-b8d9-406c-ab61-a9f3e3215650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12372 | 2024.09.23 18:26:31.018152 [ 3 ] {} <Trace> HTTP-Session: 00d79482-b8d9-406c-ab61-a9f3e3215650 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12373 | 2024.09.23 18:26:31.018290 [ 3 ] {6171d0f6-dfaa-4764-aa22-069f9fb51fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12374 | 2024.09.23 18:26:31.018335 [ 3 ] {6171d0f6-dfaa-4764-aa22-069f9fb51fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12375 | 2024.09.23 18:26:31.018466 [ 3 ] {6171d0f6-dfaa-4764-aa22-069f9fb51fec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12376 | 2024.09.23 18:26:31.018887 [ 3 ] {6171d0f6-dfaa-4764-aa22-069f9fb51fec} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12377 | 2024.09.23 18:26:31.018930 [ 3 ] {6171d0f6-dfaa-4764-aa22-069f9fb51fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12378 | 2024.09.23 18:26:31.019297 [ 3 ] {6171d0f6-dfaa-4764-aa22-069f9fb51fec} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12379 | 2024.09.23 18:26:31.019619 [ 3 ] {6171d0f6-dfaa-4764-aa22-069f9fb51fec} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12380 | 2024.09.23 18:26:31.019776 [ 3 ] {6171d0f6-dfaa-4764-aa22-069f9fb51fec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001537 sec., 53350.68314899154 rows/sec., 3.39 MiB/sec. | ||
12381 | 2024.09.23 18:26:31.019944 [ 3 ] {6171d0f6-dfaa-4764-aa22-069f9fb51fec} <Debug> DynamicQueryHandler: Done processing query | ||
12382 | 2024.09.23 18:26:31.019968 [ 3 ] {6171d0f6-dfaa-4764-aa22-069f9fb51fec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12383 | 2024.09.23 18:26:31.019985 [ 3 ] {} <Debug> HTTP-Session: 00d79482-b8d9-406c-ab61-a9f3e3215650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12384 | 2024.09.23 18:26:32.000407 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.39 MiB, peak 211.31 MiB, free memory in arenas 0.00 B, will set to 202.17 MiB (RSS), difference: 3.78 MiB | ||
12385 | 2024.09.23 18:26:35.982175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12386 | 2024.09.23 18:26:35.982307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12387 | 2024.09.23 18:26:35.982332 [ 3 ] {} <Debug> HTTP-Session: 961d09ef-5750-4591-82f1-9ba992603ad6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12388 | 2024.09.23 18:26:35.982358 [ 3 ] {} <Debug> HTTP-Session: 961d09ef-5750-4591-82f1-9ba992603ad6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12389 | 2024.09.23 18:26:35.982373 [ 3 ] {} <Debug> HTTP-Session: 961d09ef-5750-4591-82f1-9ba992603ad6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12390 | 2024.09.23 18:26:35.982423 [ 3 ] {} <Trace> HTTP-Session: 961d09ef-5750-4591-82f1-9ba992603ad6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12391 | 2024.09.23 18:26:35.982608 [ 3 ] {537f3cd1-1c22-4836-bfd9-2a6303d1f779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12392 | 2024.09.23 18:26:35.982675 [ 3 ] {537f3cd1-1c22-4836-bfd9-2a6303d1f779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12393 | 2024.09.23 18:26:35.983012 [ 3 ] {537f3cd1-1c22-4836-bfd9-2a6303d1f779} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12394 | 2024.09.23 18:26:35.983464 [ 3 ] {537f3cd1-1c22-4836-bfd9-2a6303d1f779} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12395 | 2024.09.23 18:26:35.983506 [ 3 ] {537f3cd1-1c22-4836-bfd9-2a6303d1f779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12396 | 2024.09.23 18:26:35.983911 [ 3 ] {537f3cd1-1c22-4836-bfd9-2a6303d1f779} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
12397 | 2024.09.23 18:26:35.984324 [ 3 ] {537f3cd1-1c22-4836-bfd9-2a6303d1f779} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12398 | 2024.09.23 18:26:35.984510 [ 3 ] {537f3cd1-1c22-4836-bfd9-2a6303d1f779} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00195 sec., 3076.923076923077 rows/sec., 250.90 KiB/sec. | ||
12399 | 2024.09.23 18:26:35.984712 [ 3 ] {537f3cd1-1c22-4836-bfd9-2a6303d1f779} <Debug> DynamicQueryHandler: Done processing query | ||
12400 | 2024.09.23 18:26:35.984739 [ 3 ] {537f3cd1-1c22-4836-bfd9-2a6303d1f779} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12401 | 2024.09.23 18:26:35.984756 [ 3 ] {} <Debug> HTTP-Session: 961d09ef-5750-4591-82f1-9ba992603ad6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12402 | 2024.09.23 18:26:35.984901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12403 | 2024.09.23 18:26:35.984950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12404 | 2024.09.23 18:26:35.984970 [ 3 ] {} <Debug> HTTP-Session: 18206502-ff82-406b-a951-cc2758bf1bf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12405 | 2024.09.23 18:26:35.984987 [ 3 ] {} <Debug> HTTP-Session: 18206502-ff82-406b-a951-cc2758bf1bf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12406 | 2024.09.23 18:26:35.985001 [ 3 ] {} <Debug> HTTP-Session: 18206502-ff82-406b-a951-cc2758bf1bf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12407 | 2024.09.23 18:26:35.985033 [ 3 ] {} <Trace> HTTP-Session: 18206502-ff82-406b-a951-cc2758bf1bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12408 | 2024.09.23 18:26:35.985154 [ 3 ] {352d999e-1808-404c-9a4e-6bf581071340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12409 | 2024.09.23 18:26:35.985198 [ 3 ] {352d999e-1808-404c-9a4e-6bf581071340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12410 | 2024.09.23 18:26:35.985425 [ 3 ] {352d999e-1808-404c-9a4e-6bf581071340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12411 | 2024.09.23 18:26:35.985815 [ 3 ] {352d999e-1808-404c-9a4e-6bf581071340} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12412 | 2024.09.23 18:26:35.985852 [ 3 ] {352d999e-1808-404c-9a4e-6bf581071340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12413 | 2024.09.23 18:26:35.986204 [ 3 ] {352d999e-1808-404c-9a4e-6bf581071340} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12414 | 2024.09.23 18:26:35.986561 [ 3 ] {352d999e-1808-404c-9a4e-6bf581071340} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12415 | 2024.09.23 18:26:35.986729 [ 3 ] {352d999e-1808-404c-9a4e-6bf581071340} <Debug> executeQuery: Read 77 rows, 6.29 KiB in 0.001612 sec., 47766.74937965261 rows/sec., 3.81 MiB/sec. | ||
12416 | 2024.09.23 18:26:35.986890 [ 3 ] {352d999e-1808-404c-9a4e-6bf581071340} <Debug> DynamicQueryHandler: Done processing query | ||
12417 | 2024.09.23 18:26:35.986915 [ 3 ] {352d999e-1808-404c-9a4e-6bf581071340} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12418 | 2024.09.23 18:26:35.986931 [ 3 ] {} <Debug> HTTP-Session: 18206502-ff82-406b-a951-cc2758bf1bf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12419 | 2024.09.23 18:26:35.987067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12420 | 2024.09.23 18:26:35.987115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12421 | 2024.09.23 18:26:35.987134 [ 3 ] {} <Debug> HTTP-Session: 87cb013c-8951-4492-bbdc-447f03d080b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12422 | 2024.09.23 18:26:35.987152 [ 3 ] {} <Debug> HTTP-Session: 87cb013c-8951-4492-bbdc-447f03d080b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12423 | 2024.09.23 18:26:35.987166 [ 3 ] {} <Debug> HTTP-Session: 87cb013c-8951-4492-bbdc-447f03d080b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12424 | 2024.09.23 18:26:35.987198 [ 3 ] {} <Trace> HTTP-Session: 87cb013c-8951-4492-bbdc-447f03d080b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12425 | 2024.09.23 18:26:35.987299 [ 3 ] {3b047904-68c7-45e1-83b9-c931c1045ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12426 | 2024.09.23 18:26:35.987343 [ 3 ] {3b047904-68c7-45e1-83b9-c931c1045ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12427 | 2024.09.23 18:26:35.987570 [ 3 ] {3b047904-68c7-45e1-83b9-c931c1045ecc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12428 | 2024.09.23 18:26:35.987913 [ 3 ] {3b047904-68c7-45e1-83b9-c931c1045ecc} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12429 | 2024.09.23 18:26:35.987950 [ 3 ] {3b047904-68c7-45e1-83b9-c931c1045ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12430 | 2024.09.23 18:26:35.988303 [ 3 ] {3b047904-68c7-45e1-83b9-c931c1045ecc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12431 | 2024.09.23 18:26:35.988660 [ 3 ] {3b047904-68c7-45e1-83b9-c931c1045ecc} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12432 | 2024.09.23 18:26:35.988818 [ 3 ] {3b047904-68c7-45e1-83b9-c931c1045ecc} <Debug> executeQuery: Read 15 rows, 1.10 KiB in 0.001538 sec., 9752.925877763328 rows/sec., 712.42 KiB/sec. | ||
12433 | 2024.09.23 18:26:35.989002 [ 3 ] {3b047904-68c7-45e1-83b9-c931c1045ecc} <Debug> DynamicQueryHandler: Done processing query | ||
12434 | 2024.09.23 18:26:35.989037 [ 3 ] {3b047904-68c7-45e1-83b9-c931c1045ecc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12435 | 2024.09.23 18:26:35.989068 [ 3 ] {} <Debug> HTTP-Session: 87cb013c-8951-4492-bbdc-447f03d080b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12436 | 2024.09.23 18:26:35.989223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 13437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12437 | 2024.09.23 18:26:35.989272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12438 | 2024.09.23 18:26:35.989292 [ 3 ] {} <Debug> HTTP-Session: d34b07a5-8391-41ac-80e2-80ce4b8fbb4e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12439 | 2024.09.23 18:26:35.989309 [ 3 ] {} <Debug> HTTP-Session: d34b07a5-8391-41ac-80e2-80ce4b8fbb4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12440 | 2024.09.23 18:26:35.989323 [ 3 ] {} <Debug> HTTP-Session: d34b07a5-8391-41ac-80e2-80ce4b8fbb4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12441 | 2024.09.23 18:26:35.989355 [ 3 ] {} <Trace> HTTP-Session: d34b07a5-8391-41ac-80e2-80ce4b8fbb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12442 | 2024.09.23 18:26:35.989472 [ 3 ] {48dbe109-d0d4-44cc-8275-e5b7a78ed3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12443 | 2024.09.23 18:26:35.989516 [ 3 ] {48dbe109-d0d4-44cc-8275-e5b7a78ed3a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12444 | 2024.09.23 18:26:35.989740 [ 3 ] {48dbe109-d0d4-44cc-8275-e5b7a78ed3a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12445 | 2024.09.23 18:26:35.990098 [ 3 ] {48dbe109-d0d4-44cc-8275-e5b7a78ed3a3} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12446 | 2024.09.23 18:26:35.990135 [ 3 ] {48dbe109-d0d4-44cc-8275-e5b7a78ed3a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12447 | 2024.09.23 18:26:35.990497 [ 3 ] {48dbe109-d0d4-44cc-8275-e5b7a78ed3a3} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12448 | 2024.09.23 18:26:35.990845 [ 3 ] {48dbe109-d0d4-44cc-8275-e5b7a78ed3a3} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12449 | 2024.09.23 18:26:35.990993 [ 3 ] {48dbe109-d0d4-44cc-8275-e5b7a78ed3a3} <Debug> executeQuery: Read 79 rows, 6.33 KiB in 0.001558 sec., 50706.03337612324 rows/sec., 3.96 MiB/sec. | ||
12450 | 2024.09.23 18:26:35.991285 [ 3 ] {48dbe109-d0d4-44cc-8275-e5b7a78ed3a3} <Debug> DynamicQueryHandler: Done processing query | ||
12451 | 2024.09.23 18:26:35.991343 [ 3 ] {48dbe109-d0d4-44cc-8275-e5b7a78ed3a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12452 | 2024.09.23 18:26:35.991396 [ 3 ] {} <Debug> HTTP-Session: d34b07a5-8391-41ac-80e2-80ce4b8fbb4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12453 | 2024.09.23 18:26:35.991623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 31227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12454 | 2024.09.23 18:26:35.991677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12455 | 2024.09.23 18:26:35.991698 [ 3 ] {} <Debug> HTTP-Session: c5235f9c-371c-4d89-8418-f8ea9675ca5b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12456 | 2024.09.23 18:26:35.991715 [ 3 ] {} <Debug> HTTP-Session: c5235f9c-371c-4d89-8418-f8ea9675ca5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12457 | 2024.09.23 18:26:35.991729 [ 3 ] {} <Debug> HTTP-Session: c5235f9c-371c-4d89-8418-f8ea9675ca5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12458 | 2024.09.23 18:26:35.991762 [ 3 ] {} <Trace> HTTP-Session: c5235f9c-371c-4d89-8418-f8ea9675ca5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12459 | 2024.09.23 18:26:35.991915 [ 3 ] {298c3d05-420b-4852-8ea8-b37d3451743c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12460 | 2024.09.23 18:26:35.991965 [ 3 ] {298c3d05-420b-4852-8ea8-b37d3451743c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12461 | 2024.09.23 18:26:35.992135 [ 3 ] {298c3d05-420b-4852-8ea8-b37d3451743c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12462 | 2024.09.23 18:26:35.992519 [ 3 ] {298c3d05-420b-4852-8ea8-b37d3451743c} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12463 | 2024.09.23 18:26:35.992556 [ 3 ] {298c3d05-420b-4852-8ea8-b37d3451743c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12464 | 2024.09.23 18:26:35.992943 [ 3 ] {298c3d05-420b-4852-8ea8-b37d3451743c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12465 | 2024.09.23 18:26:35.993287 [ 3 ] {298c3d05-420b-4852-8ea8-b37d3451743c} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12466 | 2024.09.23 18:26:35.993445 [ 3 ] {298c3d05-420b-4852-8ea8-b37d3451743c} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001595 sec., 102194.35736677116 rows/sec., 7.12 MiB/sec. | ||
12467 | 2024.09.23 18:26:35.993614 [ 3 ] {298c3d05-420b-4852-8ea8-b37d3451743c} <Debug> DynamicQueryHandler: Done processing query | ||
12468 | 2024.09.23 18:26:35.993639 [ 3 ] {298c3d05-420b-4852-8ea8-b37d3451743c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12469 | 2024.09.23 18:26:35.993655 [ 3 ] {} <Debug> HTTP-Session: c5235f9c-371c-4d89-8418-f8ea9675ca5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12470 | 2024.09.23 18:26:35.993775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12471 | 2024.09.23 18:26:35.993824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12472 | 2024.09.23 18:26:35.993843 [ 3 ] {} <Debug> HTTP-Session: e96b37a6-9b05-4c72-96fc-495cd64ac9af Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12473 | 2024.09.23 18:26:35.993860 [ 3 ] {} <Debug> HTTP-Session: e96b37a6-9b05-4c72-96fc-495cd64ac9af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12474 | 2024.09.23 18:26:35.993875 [ 3 ] {} <Debug> HTTP-Session: e96b37a6-9b05-4c72-96fc-495cd64ac9af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12475 | 2024.09.23 18:26:35.993906 [ 3 ] {} <Trace> HTTP-Session: e96b37a6-9b05-4c72-96fc-495cd64ac9af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12476 | 2024.09.23 18:26:35.994098 [ 3 ] {35c11555-9efb-4eaa-a337-67a287c3151d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12477 | 2024.09.23 18:26:35.994164 [ 3 ] {35c11555-9efb-4eaa-a337-67a287c3151d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12478 | 2024.09.23 18:26:35.994586 [ 3 ] {35c11555-9efb-4eaa-a337-67a287c3151d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12479 | 2024.09.23 18:26:35.995120 [ 3 ] {35c11555-9efb-4eaa-a337-67a287c3151d} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12480 | 2024.09.23 18:26:35.995158 [ 3 ] {35c11555-9efb-4eaa-a337-67a287c3151d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12481 | 2024.09.23 18:26:35.995763 [ 3 ] {35c11555-9efb-4eaa-a337-67a287c3151d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12482 | 2024.09.23 18:26:35.996176 [ 3 ] {35c11555-9efb-4eaa-a337-67a287c3151d} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12483 | 2024.09.23 18:26:35.996366 [ 3 ] {35c11555-9efb-4eaa-a337-67a287c3151d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002385 sec., 3773.5849056603774 rows/sec., 6.76 MiB/sec. | ||
12484 | 2024.09.23 18:26:35.996586 [ 3 ] {35c11555-9efb-4eaa-a337-67a287c3151d} <Debug> DynamicQueryHandler: Done processing query | ||
12485 | 2024.09.23 18:26:35.996611 [ 3 ] {35c11555-9efb-4eaa-a337-67a287c3151d} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
12486 | 2024.09.23 18:26:35.996628 [ 3 ] {} <Debug> HTTP-Session: e96b37a6-9b05-4c72-96fc-495cd64ac9af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12487 | 2024.09.23 18:26:35.996752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12488 | 2024.09.23 18:26:35.996802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12489 | 2024.09.23 18:26:35.996821 [ 3 ] {} <Debug> HTTP-Session: 377c5bc7-b8e3-43e2-8de6-cd080db800bb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12490 | 2024.09.23 18:26:35.996838 [ 3 ] {} <Debug> HTTP-Session: 377c5bc7-b8e3-43e2-8de6-cd080db800bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12491 | 2024.09.23 18:26:35.996853 [ 3 ] {} <Debug> HTTP-Session: 377c5bc7-b8e3-43e2-8de6-cd080db800bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12492 | 2024.09.23 18:26:35.996884 [ 3 ] {} <Trace> HTTP-Session: 377c5bc7-b8e3-43e2-8de6-cd080db800bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12493 | 2024.09.23 18:26:35.997009 [ 3 ] {3e339a8d-08f9-4e3f-b939-b6f1df67538c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12494 | 2024.09.23 18:26:35.997055 [ 3 ] {3e339a8d-08f9-4e3f-b939-b6f1df67538c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12495 | 2024.09.23 18:26:35.997185 [ 3 ] {3e339a8d-08f9-4e3f-b939-b6f1df67538c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12496 | 2024.09.23 18:26:35.997492 [ 3 ] {3e339a8d-08f9-4e3f-b939-b6f1df67538c} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12497 | 2024.09.23 18:26:35.997528 [ 3 ] {3e339a8d-08f9-4e3f-b939-b6f1df67538c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12498 | 2024.09.23 18:26:35.997891 [ 3 ] {3e339a8d-08f9-4e3f-b939-b6f1df67538c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12499 | 2024.09.23 18:26:35.998214 [ 3 ] {3e339a8d-08f9-4e3f-b939-b6f1df67538c} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12500 | 2024.09.23 18:26:35.998369 [ 3 ] {3e339a8d-08f9-4e3f-b939-b6f1df67538c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
12501 | 2024.09.23 18:26:35.998538 [ 3 ] {3e339a8d-08f9-4e3f-b939-b6f1df67538c} <Debug> DynamicQueryHandler: Done processing query | ||
12502 | 2024.09.23 18:26:35.998563 [ 3 ] {3e339a8d-08f9-4e3f-b939-b6f1df67538c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12503 | 2024.09.23 18:26:35.998579 [ 3 ] {} <Debug> HTTP-Session: 377c5bc7-b8e3-43e2-8de6-cd080db800bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12504 | 2024.09.23 18:26:37.460781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12505 | 2024.09.23 18:26:37.460904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12506 | 2024.09.23 18:26:37.460929 [ 3 ] {} <Debug> HTTP-Session: c40a4971-d8ee-41a7-b267-75b72d00eb4b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12507 | 2024.09.23 18:26:37.460959 [ 3 ] {} <Debug> HTTP-Session: c40a4971-d8ee-41a7-b267-75b72d00eb4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12508 | 2024.09.23 18:26:37.460977 [ 3 ] {} <Debug> HTTP-Session: c40a4971-d8ee-41a7-b267-75b72d00eb4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12509 | 2024.09.23 18:26:37.461035 [ 3 ] {} <Trace> HTTP-Session: c40a4971-d8ee-41a7-b267-75b72d00eb4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12510 | 2024.09.23 18:26:37.461246 [ 3 ] {a2cb8899-dd2f-43d2-b1ee-3c2cff3ee82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12511 | 2024.09.23 18:26:37.461328 [ 3 ] {a2cb8899-dd2f-43d2-b1ee-3c2cff3ee82a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12512 | 2024.09.23 18:26:37.461743 [ 3 ] {a2cb8899-dd2f-43d2-b1ee-3c2cff3ee82a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12513 | 2024.09.23 18:26:37.462208 [ 3 ] {a2cb8899-dd2f-43d2-b1ee-3c2cff3ee82a} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12514 | 2024.09.23 18:26:37.462255 [ 3 ] {a2cb8899-dd2f-43d2-b1ee-3c2cff3ee82a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12515 | 2024.09.23 18:26:37.462692 [ 3 ] {a2cb8899-dd2f-43d2-b1ee-3c2cff3ee82a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
12516 | 2024.09.23 18:26:37.463104 [ 3 ] {a2cb8899-dd2f-43d2-b1ee-3c2cff3ee82a} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12517 | 2024.09.23 18:26:37.463354 [ 3 ] {a2cb8899-dd2f-43d2-b1ee-3c2cff3ee82a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002154 sec., 1857.0102135561744 rows/sec., 151.43 KiB/sec. | ||
12518 | 2024.09.23 18:26:37.463616 [ 3 ] {a2cb8899-dd2f-43d2-b1ee-3c2cff3ee82a} <Debug> DynamicQueryHandler: Done processing query | ||
12519 | 2024.09.23 18:26:37.463647 [ 3 ] {a2cb8899-dd2f-43d2-b1ee-3c2cff3ee82a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12520 | 2024.09.23 18:26:37.463665 [ 3 ] {} <Debug> HTTP-Session: c40a4971-d8ee-41a7-b267-75b72d00eb4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12521 | 2024.09.23 18:26:37.464226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12522 | 2024.09.23 18:26:37.464302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12523 | 2024.09.23 18:26:37.464327 [ 3 ] {} <Debug> HTTP-Session: 5ed13ab9-f328-44ac-b600-9edc0f63ac87 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12524 | 2024.09.23 18:26:37.464350 [ 3 ] {} <Debug> HTTP-Session: 5ed13ab9-f328-44ac-b600-9edc0f63ac87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12525 | 2024.09.23 18:26:37.464369 [ 3 ] {} <Debug> HTTP-Session: 5ed13ab9-f328-44ac-b600-9edc0f63ac87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12526 | 2024.09.23 18:26:37.464413 [ 3 ] {} <Trace> HTTP-Session: 5ed13ab9-f328-44ac-b600-9edc0f63ac87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12527 | 2024.09.23 18:26:37.465105 [ 3 ] {80a155f4-41bb-47e5-8046-568beaf76b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12528 | 2024.09.23 18:26:37.465173 [ 3 ] {80a155f4-41bb-47e5-8046-568beaf76b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12529 | 2024.09.23 18:26:37.465470 [ 3 ] {80a155f4-41bb-47e5-8046-568beaf76b73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12530 | 2024.09.23 18:26:37.466741 [ 3 ] {80a155f4-41bb-47e5-8046-568beaf76b73} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12531 | 2024.09.23 18:26:37.466786 [ 3 ] {80a155f4-41bb-47e5-8046-568beaf76b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12532 | 2024.09.23 18:26:37.467374 [ 3 ] {80a155f4-41bb-47e5-8046-568beaf76b73} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12533 | 2024.09.23 18:26:37.467895 [ 3 ] {80a155f4-41bb-47e5-8046-568beaf76b73} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12534 | 2024.09.23 18:26:37.468075 [ 3 ] {80a155f4-41bb-47e5-8046-568beaf76b73} <Debug> executeQuery: Read 1347 rows, 114.71 KiB in 0.003461 sec., 389193.87460271595 rows/sec., 32.37 MiB/sec. | ||
12535 | 2024.09.23 18:26:37.468289 [ 3 ] {80a155f4-41bb-47e5-8046-568beaf76b73} <Debug> DynamicQueryHandler: Done processing query | ||
12536 | 2024.09.23 18:26:37.468317 [ 3 ] {80a155f4-41bb-47e5-8046-568beaf76b73} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
12537 | 2024.09.23 18:26:37.468336 [ 3 ] {} <Debug> HTTP-Session: 5ed13ab9-f328-44ac-b600-9edc0f63ac87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12538 | 2024.09.23 18:26:37.468547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12539 | 2024.09.23 18:26:37.468604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12540 | 2024.09.23 18:26:37.468624 [ 3 ] {} <Debug> HTTP-Session: 34a092c6-59c7-4837-a2e7-04d8ac921ddd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12541 | 2024.09.23 18:26:37.468641 [ 3 ] {} <Debug> HTTP-Session: 34a092c6-59c7-4837-a2e7-04d8ac921ddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12542 | 2024.09.23 18:26:37.468656 [ 3 ] {} <Debug> HTTP-Session: 34a092c6-59c7-4837-a2e7-04d8ac921ddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12543 | 2024.09.23 18:26:37.468690 [ 3 ] {} <Trace> HTTP-Session: 34a092c6-59c7-4837-a2e7-04d8ac921ddd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12544 | 2024.09.23 18:26:37.468799 [ 3 ] {064a2133-a9da-40ba-8507-8ed6dd370c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12545 | 2024.09.23 18:26:37.468847 [ 3 ] {064a2133-a9da-40ba-8507-8ed6dd370c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12546 | 2024.09.23 18:26:37.469094 [ 3 ] {064a2133-a9da-40ba-8507-8ed6dd370c24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12547 | 2024.09.23 18:26:37.469430 [ 3 ] {064a2133-a9da-40ba-8507-8ed6dd370c24} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12548 | 2024.09.23 18:26:37.469475 [ 3 ] {064a2133-a9da-40ba-8507-8ed6dd370c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12549 | 2024.09.23 18:26:37.469875 [ 3 ] {064a2133-a9da-40ba-8507-8ed6dd370c24} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12550 | 2024.09.23 18:26:37.470318 [ 3 ] {064a2133-a9da-40ba-8507-8ed6dd370c24} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12551 | 2024.09.23 18:26:37.470484 [ 3 ] {064a2133-a9da-40ba-8507-8ed6dd370c24} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001712 sec., 7009.345794392523 rows/sec., 514.52 KiB/sec. | ||
12552 | 2024.09.23 18:26:37.470779 [ 3 ] {064a2133-a9da-40ba-8507-8ed6dd370c24} <Debug> DynamicQueryHandler: Done processing query | ||
12553 | 2024.09.23 18:26:37.470832 [ 3 ] {064a2133-a9da-40ba-8507-8ed6dd370c24} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12554 | 2024.09.23 18:26:37.470887 [ 3 ] {} <Debug> HTTP-Session: 34a092c6-59c7-4837-a2e7-04d8ac921ddd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12555 | 2024.09.23 18:26:37.471143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12556 | 2024.09.23 18:26:37.471201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12557 | 2024.09.23 18:26:37.471221 [ 3 ] {} <Debug> HTTP-Session: ce6e7708-2fec-450f-89da-7ee4492a04b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12558 | 2024.09.23 18:26:37.471239 [ 3 ] {} <Debug> HTTP-Session: ce6e7708-2fec-450f-89da-7ee4492a04b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12559 | 2024.09.23 18:26:37.471253 [ 3 ] {} <Debug> HTTP-Session: ce6e7708-2fec-450f-89da-7ee4492a04b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12560 | 2024.09.23 18:26:37.471286 [ 3 ] {} <Trace> HTTP-Session: ce6e7708-2fec-450f-89da-7ee4492a04b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12561 | 2024.09.23 18:26:37.471472 [ 3 ] {2517e697-49dc-4bda-aa0f-82f267e024bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12562 | 2024.09.23 18:26:37.471521 [ 3 ] {2517e697-49dc-4bda-aa0f-82f267e024bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12563 | 2024.09.23 18:26:37.471774 [ 3 ] {2517e697-49dc-4bda-aa0f-82f267e024bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12564 | 2024.09.23 18:26:37.472369 [ 3 ] {2517e697-49dc-4bda-aa0f-82f267e024bc} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12565 | 2024.09.23 18:26:37.472409 [ 3 ] {2517e697-49dc-4bda-aa0f-82f267e024bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12566 | 2024.09.23 18:26:37.472810 [ 3 ] {2517e697-49dc-4bda-aa0f-82f267e024bc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12567 | 2024.09.23 18:26:37.473228 [ 3 ] {2517e697-49dc-4bda-aa0f-82f267e024bc} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12568 | 2024.09.23 18:26:37.473388 [ 3 ] {2517e697-49dc-4bda-aa0f-82f267e024bc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002015 sec., 120099.25558312656 rows/sec., 8.14 MiB/sec. | ||
12569 | 2024.09.23 18:26:37.473589 [ 3 ] {2517e697-49dc-4bda-aa0f-82f267e024bc} <Debug> DynamicQueryHandler: Done processing query | ||
12570 | 2024.09.23 18:26:37.473615 [ 3 ] {2517e697-49dc-4bda-aa0f-82f267e024bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12571 | 2024.09.23 18:26:37.473631 [ 3 ] {} <Debug> HTTP-Session: ce6e7708-2fec-450f-89da-7ee4492a04b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12572 | 2024.09.23 18:26:37.473762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12573 | 2024.09.23 18:26:37.473814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12574 | 2024.09.23 18:26:37.473834 [ 3 ] {} <Debug> HTTP-Session: e8e6d062-093d-416d-8b7d-95efaa6563b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12575 | 2024.09.23 18:26:37.473852 [ 3 ] {} <Debug> HTTP-Session: e8e6d062-093d-416d-8b7d-95efaa6563b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12576 | 2024.09.23 18:26:37.473866 [ 3 ] {} <Debug> HTTP-Session: e8e6d062-093d-416d-8b7d-95efaa6563b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12577 | 2024.09.23 18:26:37.473897 [ 3 ] {} <Trace> HTTP-Session: e8e6d062-093d-416d-8b7d-95efaa6563b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12578 | 2024.09.23 18:26:37.473998 [ 3 ] {98ee0e42-057e-4067-9ab3-db2e95632402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12579 | 2024.09.23 18:26:37.474042 [ 3 ] {98ee0e42-057e-4067-9ab3-db2e95632402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12580 | 2024.09.23 18:26:37.474275 [ 3 ] {98ee0e42-057e-4067-9ab3-db2e95632402} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12581 | 2024.09.23 18:26:37.474606 [ 3 ] {98ee0e42-057e-4067-9ab3-db2e95632402} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12582 | 2024.09.23 18:26:37.474644 [ 3 ] {98ee0e42-057e-4067-9ab3-db2e95632402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12583 | 2024.09.23 18:26:37.475001 [ 3 ] {98ee0e42-057e-4067-9ab3-db2e95632402} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12584 | 2024.09.23 18:26:37.475376 [ 3 ] {98ee0e42-057e-4067-9ab3-db2e95632402} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12585 | 2024.09.23 18:26:37.475539 [ 3 ] {98ee0e42-057e-4067-9ab3-db2e95632402} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001563 sec., 3838.7715930902114 rows/sec., 226.80 KiB/sec. | ||
12586 | 2024.09.23 18:26:37.475718 [ 3 ] {98ee0e42-057e-4067-9ab3-db2e95632402} <Debug> DynamicQueryHandler: Done processing query | ||
12587 | 2024.09.23 18:26:37.475743 [ 3 ] {98ee0e42-057e-4067-9ab3-db2e95632402} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12588 | 2024.09.23 18:26:37.475760 [ 3 ] {} <Debug> HTTP-Session: e8e6d062-093d-416d-8b7d-95efaa6563b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12589 | 2024.09.23 18:26:37.476005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12590 | 2024.09.23 18:26:37.476057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12591 | 2024.09.23 18:26:37.476077 [ 3 ] {} <Debug> HTTP-Session: daef91c0-4bc5-47ac-bd81-96312d13fd52 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12592 | 2024.09.23 18:26:37.476094 [ 3 ] {} <Debug> HTTP-Session: daef91c0-4bc5-47ac-bd81-96312d13fd52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12593 | 2024.09.23 18:26:37.476109 [ 3 ] {} <Debug> HTTP-Session: daef91c0-4bc5-47ac-bd81-96312d13fd52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12594 | 2024.09.23 18:26:37.476141 [ 3 ] {} <Trace> HTTP-Session: daef91c0-4bc5-47ac-bd81-96312d13fd52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12595 | 2024.09.23 18:26:37.476556 [ 3 ] {a9391742-aa58-4035-9c4e-498547baee4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12596 | 2024.09.23 18:26:37.476602 [ 3 ] {a9391742-aa58-4035-9c4e-498547baee4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12597 | 2024.09.23 18:26:37.476829 [ 3 ] {a9391742-aa58-4035-9c4e-498547baee4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12598 | 2024.09.23 18:26:37.477683 [ 3 ] {a9391742-aa58-4035-9c4e-498547baee4f} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12599 | 2024.09.23 18:26:37.477721 [ 3 ] {a9391742-aa58-4035-9c4e-498547baee4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12600 | 2024.09.23 18:26:37.478130 [ 3 ] {a9391742-aa58-4035-9c4e-498547baee4f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12601 | 2024.09.23 18:26:37.478496 [ 3 ] {a9391742-aa58-4035-9c4e-498547baee4f} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12602 | 2024.09.23 18:26:37.478667 [ 3 ] {a9391742-aa58-4035-9c4e-498547baee4f} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002386 sec., 356244.7611064543 rows/sec., 25.76 MiB/sec. | ||
12603 | 2024.09.23 18:26:37.478848 [ 3 ] {a9391742-aa58-4035-9c4e-498547baee4f} <Debug> DynamicQueryHandler: Done processing query | ||
12604 | 2024.09.23 18:26:37.478874 [ 3 ] {a9391742-aa58-4035-9c4e-498547baee4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
12605 | 2024.09.23 18:26:37.478889 [ 3 ] {} <Debug> HTTP-Session: daef91c0-4bc5-47ac-bd81-96312d13fd52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12606 | 2024.09.23 18:26:37.479048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12607 | 2024.09.23 18:26:37.479098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12608 | 2024.09.23 18:26:37.479118 [ 3 ] {} <Debug> HTTP-Session: 1842147c-ef21-451f-9b6a-71dc437115d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12609 | 2024.09.23 18:26:37.479136 [ 3 ] {} <Debug> HTTP-Session: 1842147c-ef21-451f-9b6a-71dc437115d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12610 | 2024.09.23 18:26:37.479151 [ 3 ] {} <Debug> HTTP-Session: 1842147c-ef21-451f-9b6a-71dc437115d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12611 | 2024.09.23 18:26:37.479183 [ 3 ] {} <Trace> HTTP-Session: 1842147c-ef21-451f-9b6a-71dc437115d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12612 | 2024.09.23 18:26:37.479282 [ 3 ] {09aeacd1-5eea-41bb-8f91-df78b38abc76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12613 | 2024.09.23 18:26:37.479329 [ 3 ] {09aeacd1-5eea-41bb-8f91-df78b38abc76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12614 | 2024.09.23 18:26:37.479460 [ 3 ] {09aeacd1-5eea-41bb-8f91-df78b38abc76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12615 | 2024.09.23 18:26:37.479735 [ 3 ] {09aeacd1-5eea-41bb-8f91-df78b38abc76} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12616 | 2024.09.23 18:26:37.479772 [ 3 ] {09aeacd1-5eea-41bb-8f91-df78b38abc76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12617 | 2024.09.23 18:26:37.480138 [ 3 ] {09aeacd1-5eea-41bb-8f91-df78b38abc76} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12618 | 2024.09.23 18:26:37.480474 [ 3 ] {09aeacd1-5eea-41bb-8f91-df78b38abc76} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12619 | 2024.09.23 18:26:37.480629 [ 3 ] {09aeacd1-5eea-41bb-8f91-df78b38abc76} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00137 sec., 4379.56204379562 rows/sec., 228.82 KiB/sec. | ||
12620 | 2024.09.23 18:26:37.480796 [ 3 ] {09aeacd1-5eea-41bb-8f91-df78b38abc76} <Debug> DynamicQueryHandler: Done processing query | ||
12621 | 2024.09.23 18:26:37.480821 [ 3 ] {09aeacd1-5eea-41bb-8f91-df78b38abc76} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12622 | 2024.09.23 18:26:37.480837 [ 3 ] {} <Debug> HTTP-Session: 1842147c-ef21-451f-9b6a-71dc437115d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12623 | 2024.09.23 18:26:37.481087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 181072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12624 | 2024.09.23 18:26:37.481139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12625 | 2024.09.23 18:26:37.481158 [ 3 ] {} <Debug> HTTP-Session: f95eb0cb-feee-491e-820b-b18e2616c4dd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12626 | 2024.09.23 18:26:37.481175 [ 3 ] {} <Debug> HTTP-Session: f95eb0cb-feee-491e-820b-b18e2616c4dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12627 | 2024.09.23 18:26:37.481189 [ 3 ] {} <Debug> HTTP-Session: f95eb0cb-feee-491e-820b-b18e2616c4dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12628 | 2024.09.23 18:26:37.481220 [ 3 ] {} <Trace> HTTP-Session: f95eb0cb-feee-491e-820b-b18e2616c4dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12629 | 2024.09.23 18:26:37.481663 [ 3 ] {7bb7cf7d-af10-4f4e-b185-0c10df8521d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12630 | 2024.09.23 18:26:37.481711 [ 3 ] {7bb7cf7d-af10-4f4e-b185-0c10df8521d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12631 | 2024.09.23 18:26:37.481866 [ 3 ] {7bb7cf7d-af10-4f4e-b185-0c10df8521d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12632 | 2024.09.23 18:26:37.482760 [ 3 ] {7bb7cf7d-af10-4f4e-b185-0c10df8521d1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12633 | 2024.09.23 18:26:37.482798 [ 3 ] {7bb7cf7d-af10-4f4e-b185-0c10df8521d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12634 | 2024.09.23 18:26:37.483245 [ 3 ] {7bb7cf7d-af10-4f4e-b185-0c10df8521d1} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12635 | 2024.09.23 18:26:37.483616 [ 3 ] {7bb7cf7d-af10-4f4e-b185-0c10df8521d1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12636 | 2024.09.23 18:26:37.483778 [ 3 ] {7bb7cf7d-af10-4f4e-b185-0c10df8521d1} <Debug> executeQuery: Read 957 rows, 65.11 KiB in 0.002398 sec., 399082.56880733947 rows/sec., 26.52 MiB/sec. | ||
12637 | 2024.09.23 18:26:37.483954 [ 3 ] {7bb7cf7d-af10-4f4e-b185-0c10df8521d1} <Debug> DynamicQueryHandler: Done processing query | ||
12638 | 2024.09.23 18:26:37.483979 [ 3 ] {7bb7cf7d-af10-4f4e-b185-0c10df8521d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
12639 | 2024.09.23 18:26:37.483994 [ 3 ] {} <Debug> HTTP-Session: f95eb0cb-feee-491e-820b-b18e2616c4dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12640 | 2024.09.23 18:26:37.484192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12641 | 2024.09.23 18:26:37.484268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12642 | 2024.09.23 18:26:37.484303 [ 3 ] {} <Debug> HTTP-Session: 42eebf48-0fcf-4c79-b5f6-0aa570cc07a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12643 | 2024.09.23 18:26:37.484378 [ 3 ] {} <Debug> HTTP-Session: 42eebf48-0fcf-4c79-b5f6-0aa570cc07a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12644 | 2024.09.23 18:26:37.484405 [ 3 ] {} <Debug> HTTP-Session: 42eebf48-0fcf-4c79-b5f6-0aa570cc07a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12645 | 2024.09.23 18:26:37.484459 [ 3 ] {} <Trace> HTTP-Session: 42eebf48-0fcf-4c79-b5f6-0aa570cc07a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12646 | 2024.09.23 18:26:37.484603 [ 3 ] {c06b6f8c-cdd2-431a-a970-16c0236cd480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12647 | 2024.09.23 18:26:37.484654 [ 3 ] {c06b6f8c-cdd2-431a-a970-16c0236cd480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12648 | 2024.09.23 18:26:37.484802 [ 3 ] {c06b6f8c-cdd2-431a-a970-16c0236cd480} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12649 | 2024.09.23 18:26:37.485091 [ 3 ] {c06b6f8c-cdd2-431a-a970-16c0236cd480} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12650 | 2024.09.23 18:26:37.485129 [ 3 ] {c06b6f8c-cdd2-431a-a970-16c0236cd480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12651 | 2024.09.23 18:26:37.485489 [ 3 ] {c06b6f8c-cdd2-431a-a970-16c0236cd480} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12652 | 2024.09.23 18:26:37.485824 [ 3 ] {c06b6f8c-cdd2-431a-a970-16c0236cd480} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12653 | 2024.09.23 18:26:37.485982 [ 3 ] {c06b6f8c-cdd2-431a-a970-16c0236cd480} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001399 sec., 714.7962830593281 rows/sec., 48.16 KiB/sec. | ||
12654 | 2024.09.23 18:26:37.486150 [ 3 ] {c06b6f8c-cdd2-431a-a970-16c0236cd480} <Debug> DynamicQueryHandler: Done processing query | ||
12655 | 2024.09.23 18:26:37.486174 [ 3 ] {c06b6f8c-cdd2-431a-a970-16c0236cd480} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12656 | 2024.09.23 18:26:37.486190 [ 3 ] {} <Debug> HTTP-Session: 42eebf48-0fcf-4c79-b5f6-0aa570cc07a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12657 | 2024.09.23 18:26:37.486315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12658 | 2024.09.23 18:26:37.486364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12659 | 2024.09.23 18:26:37.486384 [ 3 ] {} <Debug> HTTP-Session: fb54d293-69bf-45e5-9556-aa8931bc68f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12660 | 2024.09.23 18:26:37.486400 [ 3 ] {} <Debug> HTTP-Session: fb54d293-69bf-45e5-9556-aa8931bc68f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12661 | 2024.09.23 18:26:37.486414 [ 3 ] {} <Debug> HTTP-Session: fb54d293-69bf-45e5-9556-aa8931bc68f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12662 | 2024.09.23 18:26:37.486446 [ 3 ] {} <Trace> HTTP-Session: fb54d293-69bf-45e5-9556-aa8931bc68f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12663 | 2024.09.23 18:26:37.486604 [ 3 ] {f40370b7-af45-499a-9e5e-ef7c1bbc0bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12664 | 2024.09.23 18:26:37.486670 [ 3 ] {f40370b7-af45-499a-9e5e-ef7c1bbc0bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12665 | 2024.09.23 18:26:37.487084 [ 3 ] {f40370b7-af45-499a-9e5e-ef7c1bbc0bfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12666 | 2024.09.23 18:26:37.487605 [ 3 ] {f40370b7-af45-499a-9e5e-ef7c1bbc0bfc} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12667 | 2024.09.23 18:26:37.487642 [ 3 ] {f40370b7-af45-499a-9e5e-ef7c1bbc0bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12668 | 2024.09.23 18:26:37.488237 [ 3 ] {f40370b7-af45-499a-9e5e-ef7c1bbc0bfc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12669 | 2024.09.23 18:26:37.488662 [ 3 ] {f40370b7-af45-499a-9e5e-ef7c1bbc0bfc} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12670 | 2024.09.23 18:26:37.488853 [ 3 ] {f40370b7-af45-499a-9e5e-ef7c1bbc0bfc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002328 sec., 3436.426116838488 rows/sec., 6.16 MiB/sec. | ||
12671 | 2024.09.23 18:26:37.489095 [ 3 ] {f40370b7-af45-499a-9e5e-ef7c1bbc0bfc} <Debug> DynamicQueryHandler: Done processing query | ||
12672 | 2024.09.23 18:26:37.489120 [ 3 ] {f40370b7-af45-499a-9e5e-ef7c1bbc0bfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12673 | 2024.09.23 18:26:37.489137 [ 3 ] {} <Debug> HTTP-Session: fb54d293-69bf-45e5-9556-aa8931bc68f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12674 | 2024.09.23 18:26:37.489264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12675 | 2024.09.23 18:26:37.489314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12676 | 2024.09.23 18:26:37.489334 [ 3 ] {} <Debug> HTTP-Session: 9f9b2fe5-a4cc-46e0-8974-6fe36765889c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12677 | 2024.09.23 18:26:37.489350 [ 3 ] {} <Debug> HTTP-Session: 9f9b2fe5-a4cc-46e0-8974-6fe36765889c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12678 | 2024.09.23 18:26:37.489364 [ 3 ] {} <Debug> HTTP-Session: 9f9b2fe5-a4cc-46e0-8974-6fe36765889c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12679 | 2024.09.23 18:26:37.489396 [ 3 ] {} <Trace> HTTP-Session: 9f9b2fe5-a4cc-46e0-8974-6fe36765889c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12680 | 2024.09.23 18:26:37.489504 [ 3 ] {25097314-ec0e-40fd-b667-b792d762887b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12681 | 2024.09.23 18:26:37.489549 [ 3 ] {25097314-ec0e-40fd-b667-b792d762887b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12682 | 2024.09.23 18:26:37.489680 [ 3 ] {25097314-ec0e-40fd-b667-b792d762887b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12683 | 2024.09.23 18:26:37.489959 [ 3 ] {25097314-ec0e-40fd-b667-b792d762887b} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12684 | 2024.09.23 18:26:37.489996 [ 3 ] {25097314-ec0e-40fd-b667-b792d762887b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12685 | 2024.09.23 18:26:37.490367 [ 3 ] {25097314-ec0e-40fd-b667-b792d762887b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12686 | 2024.09.23 18:26:37.490712 [ 3 ] {25097314-ec0e-40fd-b667-b792d762887b} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12687 | 2024.09.23 18:26:37.490862 [ 3 ] {25097314-ec0e-40fd-b667-b792d762887b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001388 sec., 24495.677233429396 rows/sec., 1.42 MiB/sec. | ||
12688 | 2024.09.23 18:26:37.491022 [ 3 ] {25097314-ec0e-40fd-b667-b792d762887b} <Debug> DynamicQueryHandler: Done processing query | ||
12689 | 2024.09.23 18:26:37.491045 [ 3 ] {25097314-ec0e-40fd-b667-b792d762887b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12690 | 2024.09.23 18:26:37.491062 [ 3 ] {} <Debug> HTTP-Session: 9f9b2fe5-a4cc-46e0-8974-6fe36765889c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12691 | 2024.09.23 18:26:40.980412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12692 | 2024.09.23 18:26:40.980536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12693 | 2024.09.23 18:26:40.980562 [ 3 ] {} <Debug> HTTP-Session: 6813a09f-57bb-45c7-827f-a5b3cb585512 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12694 | 2024.09.23 18:26:40.980588 [ 3 ] {} <Debug> HTTP-Session: 6813a09f-57bb-45c7-827f-a5b3cb585512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12695 | 2024.09.23 18:26:40.980604 [ 3 ] {} <Debug> HTTP-Session: 6813a09f-57bb-45c7-827f-a5b3cb585512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12696 | 2024.09.23 18:26:40.980652 [ 3 ] {} <Trace> HTTP-Session: 6813a09f-57bb-45c7-827f-a5b3cb585512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12697 | 2024.09.23 18:26:40.980833 [ 3 ] {75baa76d-fe50-4c1f-bd49-6e4a76d102e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12698 | 2024.09.23 18:26:40.980900 [ 3 ] {75baa76d-fe50-4c1f-bd49-6e4a76d102e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12699 | 2024.09.23 18:26:40.981234 [ 3 ] {75baa76d-fe50-4c1f-bd49-6e4a76d102e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12700 | 2024.09.23 18:26:40.981671 [ 3 ] {75baa76d-fe50-4c1f-bd49-6e4a76d102e9} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12701 | 2024.09.23 18:26:40.981715 [ 3 ] {75baa76d-fe50-4c1f-bd49-6e4a76d102e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12702 | 2024.09.23 18:26:40.982126 [ 3 ] {75baa76d-fe50-4c1f-bd49-6e4a76d102e9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12703 | 2024.09.23 18:26:40.982512 [ 3 ] {75baa76d-fe50-4c1f-bd49-6e4a76d102e9} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12704 | 2024.09.23 18:26:40.982700 [ 3 ] {75baa76d-fe50-4c1f-bd49-6e4a76d102e9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00191 sec., 1047.1204188481674 rows/sec., 85.39 KiB/sec. | ||
12705 | 2024.09.23 18:26:40.982901 [ 3 ] {75baa76d-fe50-4c1f-bd49-6e4a76d102e9} <Debug> DynamicQueryHandler: Done processing query | ||
12706 | 2024.09.23 18:26:40.982928 [ 3 ] {75baa76d-fe50-4c1f-bd49-6e4a76d102e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12707 | 2024.09.23 18:26:40.982945 [ 3 ] {} <Debug> HTTP-Session: 6813a09f-57bb-45c7-827f-a5b3cb585512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12708 | 2024.09.23 18:26:40.983118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12709 | 2024.09.23 18:26:40.983169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12710 | 2024.09.23 18:26:40.983190 [ 3 ] {} <Debug> HTTP-Session: 2a04d70c-c789-4ffb-84f6-6ffaaf08d729 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12711 | 2024.09.23 18:26:40.983208 [ 3 ] {} <Debug> HTTP-Session: 2a04d70c-c789-4ffb-84f6-6ffaaf08d729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12712 | 2024.09.23 18:26:40.983222 [ 3 ] {} <Debug> HTTP-Session: 2a04d70c-c789-4ffb-84f6-6ffaaf08d729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12713 | 2024.09.23 18:26:40.983254 [ 3 ] {} <Trace> HTTP-Session: 2a04d70c-c789-4ffb-84f6-6ffaaf08d729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12714 | 2024.09.23 18:26:40.983376 [ 3 ] {1fc77a68-8760-48fc-9f8d-05232bc911f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12715 | 2024.09.23 18:26:40.983424 [ 3 ] {1fc77a68-8760-48fc-9f8d-05232bc911f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12716 | 2024.09.23 18:26:40.983660 [ 3 ] {1fc77a68-8760-48fc-9f8d-05232bc911f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12717 | 2024.09.23 18:26:40.984094 [ 3 ] {1fc77a68-8760-48fc-9f8d-05232bc911f0} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12718 | 2024.09.23 18:26:40.984133 [ 3 ] {1fc77a68-8760-48fc-9f8d-05232bc911f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12719 | 2024.09.23 18:26:40.984503 [ 3 ] {1fc77a68-8760-48fc-9f8d-05232bc911f0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12720 | 2024.09.23 18:26:40.984864 [ 3 ] {1fc77a68-8760-48fc-9f8d-05232bc911f0} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12721 | 2024.09.23 18:26:40.985018 [ 3 ] {1fc77a68-8760-48fc-9f8d-05232bc911f0} <Debug> executeQuery: Read 103 rows, 8.76 KiB in 0.001689 sec., 60982.830076968625 rows/sec., 5.07 MiB/sec. | ||
12722 | 2024.09.23 18:26:40.985035 [ 97 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12723 | 2024.09.23 18:26:40.985140 [ 97 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12724 | 2024.09.23 18:26:40.985186 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12725 | 2024.09.23 18:26:40.985317 [ 3 ] {1fc77a68-8760-48fc-9f8d-05232bc911f0} <Debug> DynamicQueryHandler: Done processing query | ||
12726 | 2024.09.23 18:26:40.985408 [ 3 ] {1fc77a68-8760-48fc-9f8d-05232bc911f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12727 | 2024.09.23 18:26:40.985454 [ 3 ] {} <Debug> HTTP-Session: 2a04d70c-c789-4ffb-84f6-6ffaaf08d729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12728 | 2024.09.23 18:26:40.985464 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::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 | ||
12729 | 2024.09.23 18:26:40.985685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12730 | 2024.09.23 18:26:40.985897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12731 | 2024.09.23 18:26:40.985992 [ 3 ] {} <Debug> HTTP-Session: 17d28a52-1093-48a2-bdf5-6b1b64cc63e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12732 | 2024.09.23 18:26:40.986076 [ 3 ] {} <Debug> HTTP-Session: 17d28a52-1093-48a2-bdf5-6b1b64cc63e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12733 | 2024.09.23 18:26:40.986125 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12734 | 2024.09.23 18:26:40.986136 [ 3 ] {} <Debug> HTTP-Session: 17d28a52-1093-48a2-bdf5-6b1b64cc63e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12735 | 2024.09.23 18:26:40.986265 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1419 rows starting from the beginning of the part | ||
12736 | 2024.09.23 18:26:40.986319 [ 3 ] {} <Trace> HTTP-Session: 17d28a52-1093-48a2-bdf5-6b1b64cc63e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12737 | 2024.09.23 18:26:40.986710 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 74 rows starting from the beginning of the part | ||
12738 | 2024.09.23 18:26:40.987017 [ 3 ] {a7fd07e1-bdd7-46de-8b75-0aa276b3e627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12739 | 2024.09.23 18:26:40.987084 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 251 rows starting from the beginning of the part | ||
12740 | 2024.09.23 18:26:40.987284 [ 3 ] {a7fd07e1-bdd7-46de-8b75-0aa276b3e627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12741 | 2024.09.23 18:26:40.987474 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 77 rows starting from the beginning of the part | ||
12742 | 2024.09.23 18:26:40.987820 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1347 rows starting from the beginning of the part | ||
12743 | 2024.09.23 18:26:40.988179 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 103 rows starting from the beginning of the part | ||
12744 | 2024.09.23 18:26:40.988989 [ 3 ] {a7fd07e1-bdd7-46de-8b75-0aa276b3e627} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12745 | 2024.09.23 18:26:40.989795 [ 3 ] {a7fd07e1-bdd7-46de-8b75-0aa276b3e627} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12746 | 2024.09.23 18:26:40.989867 [ 3 ] {a7fd07e1-bdd7-46de-8b75-0aa276b3e627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12747 | 2024.09.23 18:26:40.990805 [ 3 ] {a7fd07e1-bdd7-46de-8b75-0aa276b3e627} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12748 | 2024.09.23 18:26:40.991293 [ 3 ] {a7fd07e1-bdd7-46de-8b75-0aa276b3e627} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12749 | 2024.09.23 18:26:40.991625 [ 97 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12750 | 2024.09.23 18:26:40.991764 [ 97 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12751 | 2024.09.23 18:26:40.991807 [ 3 ] {a7fd07e1-bdd7-46de-8b75-0aa276b3e627} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.005037 sec., 4963.2717887631525 rows/sec., 371.08 KiB/sec. | ||
12752 | 2024.09.23 18:26:40.991838 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12753 | 2024.09.23 18:26:40.991948 [ 187 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3271 rows, containing 5 columns (5 merged, 0 gathered) in 0.006675227 sec., 490020.7888061335 rows/sec., 42.82 MiB/sec. | ||
12754 | 2024.09.23 18:26:40.992183 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
12755 | 2024.09.23 18:26:40.992337 [ 3 ] {a7fd07e1-bdd7-46de-8b75-0aa276b3e627} <Debug> DynamicQueryHandler: Done processing query | ||
12756 | 2024.09.23 18:26:40.992405 [ 187 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12757 | 2024.09.23 18:26:40.992419 [ 3 ] {a7fd07e1-bdd7-46de-8b75-0aa276b3e627} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12758 | 2024.09.23 18:26:40.992524 [ 3 ] {} <Debug> HTTP-Session: 17d28a52-1093-48a2-bdf5-6b1b64cc63e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12759 | 2024.09.23 18:26:40.992573 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12760 | 2024.09.23 18:26:40.992641 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 58 rows starting from the beginning of the part | ||
12761 | 2024.09.23 18:26:40.992887 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 9 rows starting from the beginning of the part | ||
12762 | 2024.09.23 18:26:40.993046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12763 | 2024.09.23 18:26:40.993407 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 31 rows starting from the beginning of the part | ||
12764 | 2024.09.23 18:26:40.993431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12765 | 2024.09.23 18:26:40.993963 [ 3 ] {} <Debug> HTTP-Session: 52c10b4c-5f8c-4bd6-b5e1-37e3a34db094 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12766 | 2024.09.23 18:26:40.993999 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 15 rows starting from the beginning of the part | ||
12767 | 2024.09.23 18:26:40.994109 [ 3 ] {} <Debug> HTTP-Session: 52c10b4c-5f8c-4bd6-b5e1-37e3a34db094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12768 | 2024.09.23 18:26:40.994237 [ 3 ] {} <Debug> HTTP-Session: 52c10b4c-5f8c-4bd6-b5e1-37e3a34db094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12769 | 2024.09.23 18:26:40.994532 [ 3 ] {} <Trace> HTTP-Session: 52c10b4c-5f8c-4bd6-b5e1-37e3a34db094 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12770 | 2024.09.23 18:26:40.994558 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 12 rows starting from the beginning of the part | ||
12771 | 2024.09.23 18:26:40.994928 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 25 rows starting from the beginning of the part | ||
12772 | 2024.09.23 18:26:40.995211 [ 3 ] {424680c9-92a3-4e0e-88f2-5162f57eca4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12773 | 2024.09.23 18:26:40.995346 [ 187 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_71_14} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12774 | 2024.09.23 18:26:40.995496 [ 3 ] {424680c9-92a3-4e0e-88f2-5162f57eca4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12775 | 2024.09.23 18:26:40.995733 [ 187 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_71_14} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12776 | 2024.09.23 18:26:40.996084 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
12777 | 2024.09.23 18:26:40.996883 [ 3 ] {424680c9-92a3-4e0e-88f2-5162f57eca4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12778 | 2024.09.23 18:26:40.997965 [ 3 ] {424680c9-92a3-4e0e-88f2-5162f57eca4d} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12779 | 2024.09.23 18:26:40.998040 [ 3 ] {424680c9-92a3-4e0e-88f2-5162f57eca4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12780 | 2024.09.23 18:26:40.998452 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 5 columns (5 merged, 0 gathered) in 0.006467782 sec., 23191.87628772893 rows/sec., 1.77 MiB/sec. | ||
12781 | 2024.09.23 18:26:40.998754 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12782 | 2024.09.23 18:26:40.998851 [ 3 ] {424680c9-92a3-4e0e-88f2-5162f57eca4d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12783 | 2024.09.23 18:26:40.999964 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_61_12} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12784 | 2024.09.23 18:26:40.999972 [ 3 ] {424680c9-92a3-4e0e-88f2-5162f57eca4d} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12785 | 2024.09.23 18:26:41.000130 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.77 MiB, peak 211.33 MiB, free memory in arenas 0.00 B, will set to 202.17 MiB (RSS), difference: -8.60 MiB | ||
12786 | 2024.09.23 18:26:41.000254 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_61_12} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12787 | 2024.09.23 18:26:41.000365 [ 97 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12788 | 2024.09.23 18:26:41.000468 [ 97 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12789 | 2024.09.23 18:26:41.000530 [ 3 ] {424680c9-92a3-4e0e-88f2-5162f57eca4d} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.005647 sec., 15760.580839383743 rows/sec., 1.23 MiB/sec. | ||
12790 | 2024.09.23 18:26:41.000548 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12791 | 2024.09.23 18:26:41.001290 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::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 | ||
12792 | 2024.09.23 18:26:41.001339 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12793 | 2024.09.23 18:26:41.001481 [ 3 ] {424680c9-92a3-4e0e-88f2-5162f57eca4d} <Debug> DynamicQueryHandler: Done processing query | ||
12794 | 2024.09.23 18:26:41.001538 [ 3 ] {424680c9-92a3-4e0e-88f2-5162f57eca4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12795 | 2024.09.23 18:26:41.001593 [ 3 ] {} <Debug> HTTP-Session: 52c10b4c-5f8c-4bd6-b5e1-37e3a34db094 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12796 | 2024.09.23 18:26:41.001623 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12797 | 2024.09.23 18:26:41.001677 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part | ||
12798 | 2024.09.23 18:26:41.001800 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 73 rows starting from the beginning of the part | ||
12799 | 2024.09.23 18:26:41.001863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24730, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12800 | 2024.09.23 18:26:41.002170 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 413 rows starting from the beginning of the part | ||
12801 | 2024.09.23 18:26:41.002182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12802 | 2024.09.23 18:26:41.002262 [ 3 ] {} <Debug> HTTP-Session: c19184ec-2325-4adc-ac30-cf48b016a759 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12803 | 2024.09.23 18:26:41.002363 [ 3 ] {} <Debug> HTTP-Session: c19184ec-2325-4adc-ac30-cf48b016a759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12804 | 2024.09.23 18:26:41.002433 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 79 rows starting from the beginning of the part | ||
12805 | 2024.09.23 18:26:41.002447 [ 3 ] {} <Debug> HTTP-Session: c19184ec-2325-4adc-ac30-cf48b016a759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12806 | 2024.09.23 18:26:41.002623 [ 3 ] {} <Trace> HTTP-Session: c19184ec-2325-4adc-ac30-cf48b016a759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12807 | 2024.09.23 18:26:41.002672 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 850 rows starting from the beginning of the part | ||
12808 | 2024.09.23 18:26:41.002890 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 89 rows starting from the beginning of the part | ||
12809 | 2024.09.23 18:26:41.003248 [ 3 ] {2bacc6cd-167f-4026-b87f-958e730b5072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12810 | 2024.09.23 18:26:41.003395 [ 3 ] {2bacc6cd-167f-4026-b87f-958e730b5072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12811 | 2024.09.23 18:26:41.003962 [ 3 ] {2bacc6cd-167f-4026-b87f-958e730b5072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12812 | 2024.09.23 18:26:41.004901 [ 3 ] {2bacc6cd-167f-4026-b87f-958e730b5072} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12813 | 2024.09.23 18:26:41.004962 [ 3 ] {2bacc6cd-167f-4026-b87f-958e730b5072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12814 | 2024.09.23 18:26:41.005678 [ 3 ] {2bacc6cd-167f-4026-b87f-958e730b5072} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12815 | 2024.09.23 18:26:41.006184 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.005420565 sec., 446078.9604035742 rows/sec., 34.22 MiB/sec. | ||
12816 | 2024.09.23 18:26:41.006425 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12817 | 2024.09.23 18:26:41.006592 [ 3 ] {2bacc6cd-167f-4026-b87f-958e730b5072} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12818 | 2024.09.23 18:26:41.006916 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12819 | 2024.09.23 18:26:41.007058 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12820 | 2024.09.23 18:26:41.007154 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12821 | 2024.09.23 18:26:41.007263 [ 3 ] {2bacc6cd-167f-4026-b87f-958e730b5072} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.004141 sec., 31151.895677372617 rows/sec., 2.17 MiB/sec. | ||
12822 | 2024.09.23 18:26:41.007777 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
12823 | 2024.09.23 18:26:41.007919 [ 3 ] {2bacc6cd-167f-4026-b87f-958e730b5072} <Debug> DynamicQueryHandler: Done processing query | ||
12824 | 2024.09.23 18:26:41.007947 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_71_14} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12825 | 2024.09.23 18:26:41.007985 [ 3 ] {2bacc6cd-167f-4026-b87f-958e730b5072} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12826 | 2024.09.23 18:26:41.008068 [ 3 ] {} <Debug> HTTP-Session: c19184ec-2325-4adc-ac30-cf48b016a759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12827 | 2024.09.23 18:26:41.008266 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12828 | 2024.09.23 18:26:41.008303 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_71_14} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12829 | 2024.09.23 18:26:41.008336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12830 | 2024.09.23 18:26:41.008358 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19756 rows starting from the beginning of the part | ||
12831 | 2024.09.23 18:26:41.008472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12832 | 2024.09.23 18:26:41.008563 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
12833 | 2024.09.23 18:26:41.008594 [ 3 ] {} <Debug> HTTP-Session: eec17a6f-64d9-471c-814e-7a2207cde532 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12834 | 2024.09.23 18:26:41.008697 [ 3 ] {} <Debug> HTTP-Session: eec17a6f-64d9-471c-814e-7a2207cde532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12835 | 2024.09.23 18:26:41.008760 [ 3 ] {} <Debug> HTTP-Session: eec17a6f-64d9-471c-814e-7a2207cde532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12836 | 2024.09.23 18:26:41.008822 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::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 | ||
12837 | 2024.09.23 18:26:41.008868 [ 3 ] {} <Trace> HTTP-Session: eec17a6f-64d9-471c-814e-7a2207cde532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12838 | 2024.09.23 18:26:41.009139 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
12839 | 2024.09.23 18:26:41.009316 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 163 rows starting from the beginning of the part | ||
12840 | 2024.09.23 18:26:41.009402 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 957 rows starting from the beginning of the part | ||
12841 | 2024.09.23 18:26:41.009535 [ 3 ] {feebab85-3e81-4504-86ec-78d3ea1bf000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12842 | 2024.09.23 18:26:41.009790 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 129 rows starting from the beginning of the part | ||
12843 | 2024.09.23 18:26:41.010003 [ 3 ] {feebab85-3e81-4504-86ec-78d3ea1bf000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12844 | 2024.09.23 18:26:41.011116 [ 3 ] {feebab85-3e81-4504-86ec-78d3ea1bf000} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12845 | 2024.09.23 18:26:41.012123 [ 3 ] {feebab85-3e81-4504-86ec-78d3ea1bf000} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12846 | 2024.09.23 18:26:41.012170 [ 3 ] {feebab85-3e81-4504-86ec-78d3ea1bf000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12847 | 2024.09.23 18:26:41.013206 [ 3 ] {feebab85-3e81-4504-86ec-78d3ea1bf000} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12848 | 2024.09.23 18:26:41.013970 [ 3 ] {feebab85-3e81-4504-86ec-78d3ea1bf000} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12849 | 2024.09.23 18:26:41.014206 [ 3 ] {feebab85-3e81-4504-86ec-78d3ea1bf000} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.005118 sec., 4493.942946463462 rows/sec., 8.05 MiB/sec. | ||
12850 | 2024.09.23 18:26:41.014448 [ 3 ] {feebab85-3e81-4504-86ec-78d3ea1bf000} <Debug> DynamicQueryHandler: Done processing query | ||
12851 | 2024.09.23 18:26:41.014474 [ 3 ] {feebab85-3e81-4504-86ec-78d3ea1bf000} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12852 | 2024.09.23 18:26:41.014491 [ 3 ] {} <Debug> HTTP-Session: eec17a6f-64d9-471c-814e-7a2207cde532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12853 | 2024.09.23 18:26:41.014620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12854 | 2024.09.23 18:26:41.014670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12855 | 2024.09.23 18:26:41.014689 [ 3 ] {} <Debug> HTTP-Session: 08f40ae1-047a-4f45-8b24-c5db823cb468 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12856 | 2024.09.23 18:26:41.014705 [ 3 ] {} <Debug> HTTP-Session: 08f40ae1-047a-4f45-8b24-c5db823cb468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12857 | 2024.09.23 18:26:41.014719 [ 3 ] {} <Debug> HTTP-Session: 08f40ae1-047a-4f45-8b24-c5db823cb468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12858 | 2024.09.23 18:26:41.014751 [ 3 ] {} <Trace> HTTP-Session: 08f40ae1-047a-4f45-8b24-c5db823cb468 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12859 | 2024.09.23 18:26:41.014869 [ 3 ] {45434d64-ce60-4bbb-bb62-dbad40f0f774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12860 | 2024.09.23 18:26:41.014927 [ 3 ] {45434d64-ce60-4bbb-bb62-dbad40f0f774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12861 | 2024.09.23 18:26:41.015073 [ 3 ] {45434d64-ce60-4bbb-bb62-dbad40f0f774} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12862 | 2024.09.23 18:26:41.015433 [ 3 ] {45434d64-ce60-4bbb-bb62-dbad40f0f774} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12863 | 2024.09.23 18:26:41.015469 [ 3 ] {45434d64-ce60-4bbb-bb62-dbad40f0f774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12864 | 2024.09.23 18:26:41.015934 [ 3 ] {45434d64-ce60-4bbb-bb62-dbad40f0f774} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12865 | 2024.09.23 18:26:41.016302 [ 3 ] {45434d64-ce60-4bbb-bb62-dbad40f0f774} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12866 | 2024.09.23 18:26:41.016524 [ 105 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12867 | 2024.09.23 18:26:41.016552 [ 3 ] {45434d64-ce60-4bbb-bb62-dbad40f0f774} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001724 sec., 27842.227378190255 rows/sec., 1.88 MiB/sec. | ||
12868 | 2024.09.23 18:26:41.016628 [ 105 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12869 | 2024.09.23 18:26:41.016790 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. | ||
12870 | 2024.09.23 18:26:41.017321 [ 3 ] {45434d64-ce60-4bbb-bb62-dbad40f0f774} <Debug> DynamicQueryHandler: Done processing query | ||
12871 | 2024.09.23 18:26:41.017414 [ 3 ] {45434d64-ce60-4bbb-bb62-dbad40f0f774} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12872 | 2024.09.23 18:26:41.017577 [ 3 ] {} <Debug> HTTP-Session: 08f40ae1-047a-4f45-8b24-c5db823cb468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12873 | 2024.09.23 18:26:41.017729 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
12874 | 2024.09.23 18:26:41.017773 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21402 rows, containing 5 columns (5 merged, 0 gathered) in 0.010474403 sec., 2043266.809573777 rows/sec., 137.79 MiB/sec. | ||
12875 | 2024.09.23 18:26:41.018347 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12876 | 2024.09.23 18:26:41.018377 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12877 | 2024.09.23 18:26:41.018520 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3822 rows starting from the beginning of the part | ||
12878 | 2024.09.23 18:26:41.019092 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
12879 | 2024.09.23 18:26:41.019459 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
12880 | 2024.09.23 18:26:41.019815 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::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 | ||
12881 | 2024.09.23 18:26:41.020220 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part | ||
12882 | 2024.09.23 18:26:41.020420 [ 190 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part | ||
12883 | 2024.09.23 18:26:41.020696 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12884 | 2024.09.23 18:26:41.020948 [ 198 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12885 | 2024.09.23 18:26:41.021054 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
12886 | 2024.09.23 18:26:41.022154 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4106 rows, containing 4 columns (4 merged, 0 gathered) in 0.005140309 sec., 798784.6645016866 rows/sec., 51.93 MiB/sec. | ||
12887 | 2024.09.23 18:26:41.022453 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12888 | 2024.09.23 18:26:41.022866 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_71_14} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12889 | 2024.09.23 18:26:41.022957 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_71_14} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12890 | 2024.09.23 18:26:41.023044 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
12891 | 2024.09.23 18:26:42.000140 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.15 MiB, peak 211.33 MiB, free memory in arenas 0.00 B, will set to 203.47 MiB (RSS), difference: 9.32 MiB | ||
12892 | 2024.09.23 18:26:42.293139 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12893 | 2024.09.23 18:26:42.293199 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12894 | 2024.09.23 18:26:45.981533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12895 | 2024.09.23 18:26:45.981661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12896 | 2024.09.23 18:26:45.981687 [ 3 ] {} <Debug> HTTP-Session: e2561788-e5d9-43fa-ae8b-9262b15c925f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12897 | 2024.09.23 18:26:45.981711 [ 3 ] {} <Debug> HTTP-Session: e2561788-e5d9-43fa-ae8b-9262b15c925f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12898 | 2024.09.23 18:26:45.981726 [ 3 ] {} <Debug> HTTP-Session: e2561788-e5d9-43fa-ae8b-9262b15c925f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12899 | 2024.09.23 18:26:45.981787 [ 3 ] {} <Trace> HTTP-Session: e2561788-e5d9-43fa-ae8b-9262b15c925f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12900 | 2024.09.23 18:26:45.982001 [ 3 ] {c7ea1f73-c9a5-4fcb-b58e-4edf678f25e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12901 | 2024.09.23 18:26:45.982066 [ 3 ] {c7ea1f73-c9a5-4fcb-b58e-4edf678f25e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12902 | 2024.09.23 18:26:45.982399 [ 3 ] {c7ea1f73-c9a5-4fcb-b58e-4edf678f25e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12903 | 2024.09.23 18:26:45.982896 [ 3 ] {c7ea1f73-c9a5-4fcb-b58e-4edf678f25e3} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12904 | 2024.09.23 18:26:45.982938 [ 3 ] {c7ea1f73-c9a5-4fcb-b58e-4edf678f25e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12905 | 2024.09.23 18:26:45.983369 [ 3 ] {c7ea1f73-c9a5-4fcb-b58e-4edf678f25e3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12906 | 2024.09.23 18:26:45.983765 [ 3 ] {c7ea1f73-c9a5-4fcb-b58e-4edf678f25e3} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12907 | 2024.09.23 18:26:45.983910 [ 3 ] {c7ea1f73-c9a5-4fcb-b58e-4edf678f25e3} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001985 sec., 37279.59697732998 rows/sec., 2.99 MiB/sec. | ||
12908 | 2024.09.23 18:26:45.984112 [ 3 ] {c7ea1f73-c9a5-4fcb-b58e-4edf678f25e3} <Debug> DynamicQueryHandler: Done processing query | ||
12909 | 2024.09.23 18:26:45.984139 [ 3 ] {c7ea1f73-c9a5-4fcb-b58e-4edf678f25e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12910 | 2024.09.23 18:26:45.984156 [ 3 ] {} <Debug> HTTP-Session: e2561788-e5d9-43fa-ae8b-9262b15c925f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12911 | 2024.09.23 18:26:45.984310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12912 | 2024.09.23 18:26:45.984361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12913 | 2024.09.23 18:26:45.984381 [ 3 ] {} <Debug> HTTP-Session: 4f50a761-6b15-4c3a-8a33-0b6ef5f0fdd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12914 | 2024.09.23 18:26:45.984398 [ 3 ] {} <Debug> HTTP-Session: 4f50a761-6b15-4c3a-8a33-0b6ef5f0fdd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12915 | 2024.09.23 18:26:45.984413 [ 3 ] {} <Debug> HTTP-Session: 4f50a761-6b15-4c3a-8a33-0b6ef5f0fdd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12916 | 2024.09.23 18:26:45.984445 [ 3 ] {} <Trace> HTTP-Session: 4f50a761-6b15-4c3a-8a33-0b6ef5f0fdd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12917 | 2024.09.23 18:26:45.984547 [ 3 ] {af618af4-b3c2-4860-a030-bc90c596a141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12918 | 2024.09.23 18:26:45.984591 [ 3 ] {af618af4-b3c2-4860-a030-bc90c596a141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12919 | 2024.09.23 18:26:45.984819 [ 3 ] {af618af4-b3c2-4860-a030-bc90c596a141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12920 | 2024.09.23 18:26:45.985154 [ 3 ] {af618af4-b3c2-4860-a030-bc90c596a141} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12921 | 2024.09.23 18:26:45.985192 [ 3 ] {af618af4-b3c2-4860-a030-bc90c596a141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12922 | 2024.09.23 18:26:45.985547 [ 3 ] {af618af4-b3c2-4860-a030-bc90c596a141} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12923 | 2024.09.23 18:26:45.985922 [ 3 ] {af618af4-b3c2-4860-a030-bc90c596a141} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12924 | 2024.09.23 18:26:45.986050 [ 3 ] {af618af4-b3c2-4860-a030-bc90c596a141} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00153 sec., 5882.352941176471 rows/sec., 442.33 KiB/sec. | ||
12925 | 2024.09.23 18:26:45.986205 [ 3 ] {af618af4-b3c2-4860-a030-bc90c596a141} <Debug> DynamicQueryHandler: Done processing query | ||
12926 | 2024.09.23 18:26:45.986230 [ 3 ] {af618af4-b3c2-4860-a030-bc90c596a141} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12927 | 2024.09.23 18:26:45.986246 [ 3 ] {} <Debug> HTTP-Session: 4f50a761-6b15-4c3a-8a33-0b6ef5f0fdd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12928 | 2024.09.23 18:26:45.986398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12929 | 2024.09.23 18:26:45.986447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12930 | 2024.09.23 18:26:45.986467 [ 3 ] {} <Debug> HTTP-Session: 7a1297c0-8128-4946-8acd-37ebfd0f9e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12931 | 2024.09.23 18:26:45.986484 [ 3 ] {} <Debug> HTTP-Session: 7a1297c0-8128-4946-8acd-37ebfd0f9e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12932 | 2024.09.23 18:26:45.986497 [ 3 ] {} <Debug> HTTP-Session: 7a1297c0-8128-4946-8acd-37ebfd0f9e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12933 | 2024.09.23 18:26:45.986529 [ 3 ] {} <Trace> HTTP-Session: 7a1297c0-8128-4946-8acd-37ebfd0f9e2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12934 | 2024.09.23 18:26:45.986645 [ 3 ] {307a2b36-91c8-4afb-91c6-14042788251a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12935 | 2024.09.23 18:26:45.986688 [ 3 ] {307a2b36-91c8-4afb-91c6-14042788251a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12936 | 2024.09.23 18:26:45.986912 [ 3 ] {307a2b36-91c8-4afb-91c6-14042788251a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12937 | 2024.09.23 18:26:45.987287 [ 3 ] {307a2b36-91c8-4afb-91c6-14042788251a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12938 | 2024.09.23 18:26:45.987323 [ 3 ] {307a2b36-91c8-4afb-91c6-14042788251a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12939 | 2024.09.23 18:26:45.987680 [ 3 ] {307a2b36-91c8-4afb-91c6-14042788251a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12940 | 2024.09.23 18:26:45.988061 [ 3 ] {307a2b36-91c8-4afb-91c6-14042788251a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12941 | 2024.09.23 18:26:45.988191 [ 3 ] {307a2b36-91c8-4afb-91c6-14042788251a} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001587 sec., 45998.739760554505 rows/sec., 3.59 MiB/sec. | ||
12942 | 2024.09.23 18:26:45.988359 [ 3 ] {307a2b36-91c8-4afb-91c6-14042788251a} <Debug> DynamicQueryHandler: Done processing query | ||
12943 | 2024.09.23 18:26:45.988385 [ 3 ] {307a2b36-91c8-4afb-91c6-14042788251a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12944 | 2024.09.23 18:26:45.988401 [ 3 ] {} <Debug> HTTP-Session: 7a1297c0-8128-4946-8acd-37ebfd0f9e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12945 | 2024.09.23 18:26:45.988587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12946 | 2024.09.23 18:26:45.988637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12947 | 2024.09.23 18:26:45.988656 [ 3 ] {} <Debug> HTTP-Session: 27bb0194-3596-4f52-b33e-5aee18ac3324 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12948 | 2024.09.23 18:26:45.988674 [ 3 ] {} <Debug> HTTP-Session: 27bb0194-3596-4f52-b33e-5aee18ac3324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12949 | 2024.09.23 18:26:45.988688 [ 3 ] {} <Debug> HTTP-Session: 27bb0194-3596-4f52-b33e-5aee18ac3324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12950 | 2024.09.23 18:26:45.988720 [ 3 ] {} <Trace> HTTP-Session: 27bb0194-3596-4f52-b33e-5aee18ac3324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12951 | 2024.09.23 18:26:45.988864 [ 3 ] {f75ae153-a3e8-430c-b7a7-ec8ba1a1d6b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12952 | 2024.09.23 18:26:45.988912 [ 3 ] {f75ae153-a3e8-430c-b7a7-ec8ba1a1d6b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12953 | 2024.09.23 18:26:45.989057 [ 3 ] {f75ae153-a3e8-430c-b7a7-ec8ba1a1d6b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12954 | 2024.09.23 18:26:45.989505 [ 3 ] {f75ae153-a3e8-430c-b7a7-ec8ba1a1d6b3} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12955 | 2024.09.23 18:26:45.989545 [ 3 ] {f75ae153-a3e8-430c-b7a7-ec8ba1a1d6b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12956 | 2024.09.23 18:26:45.989975 [ 3 ] {f75ae153-a3e8-430c-b7a7-ec8ba1a1d6b3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12957 | 2024.09.23 18:26:45.990337 [ 3 ] {f75ae153-a3e8-430c-b7a7-ec8ba1a1d6b3} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12958 | 2024.09.23 18:26:45.990466 [ 3 ] {f75ae153-a3e8-430c-b7a7-ec8ba1a1d6b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec. | ||
12959 | 2024.09.23 18:26:45.990617 [ 3 ] {f75ae153-a3e8-430c-b7a7-ec8ba1a1d6b3} <Debug> DynamicQueryHandler: Done processing query | ||
12960 | 2024.09.23 18:26:45.990642 [ 3 ] {f75ae153-a3e8-430c-b7a7-ec8ba1a1d6b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12961 | 2024.09.23 18:26:45.990658 [ 3 ] {} <Debug> HTTP-Session: 27bb0194-3596-4f52-b33e-5aee18ac3324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12962 | 2024.09.23 18:26:45.990816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12963 | 2024.09.23 18:26:45.990866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12964 | 2024.09.23 18:26:45.990885 [ 3 ] {} <Debug> HTTP-Session: 82644b4f-d3d3-4004-b30b-cf082d3b4868 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12965 | 2024.09.23 18:26:45.990901 [ 3 ] {} <Debug> HTTP-Session: 82644b4f-d3d3-4004-b30b-cf082d3b4868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12966 | 2024.09.23 18:26:45.990916 [ 3 ] {} <Debug> HTTP-Session: 82644b4f-d3d3-4004-b30b-cf082d3b4868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12967 | 2024.09.23 18:26:45.990947 [ 3 ] {} <Trace> HTTP-Session: 82644b4f-d3d3-4004-b30b-cf082d3b4868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12968 | 2024.09.23 18:26:45.991109 [ 3 ] {06d7ac2f-214d-4a0d-b52a-96b9b4ca2b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12969 | 2024.09.23 18:26:45.991175 [ 3 ] {06d7ac2f-214d-4a0d-b52a-96b9b4ca2b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12970 | 2024.09.23 18:26:45.991592 [ 3 ] {06d7ac2f-214d-4a0d-b52a-96b9b4ca2b9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12971 | 2024.09.23 18:26:45.992057 [ 3 ] {06d7ac2f-214d-4a0d-b52a-96b9b4ca2b9d} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12972 | 2024.09.23 18:26:45.992112 [ 3 ] {06d7ac2f-214d-4a0d-b52a-96b9b4ca2b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12973 | 2024.09.23 18:26:45.992721 [ 3 ] {06d7ac2f-214d-4a0d-b52a-96b9b4ca2b9d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12974 | 2024.09.23 18:26:45.993134 [ 3 ] {06d7ac2f-214d-4a0d-b52a-96b9b4ca2b9d} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12975 | 2024.09.23 18:26:45.993273 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12976 | 2024.09.23 18:26:45.993287 [ 3 ] {06d7ac2f-214d-4a0d-b52a-96b9b4ca2b9d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002265 sec., 3973.5099337748343 rows/sec., 7.12 MiB/sec. | ||
12977 | 2024.09.23 18:26:45.993317 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12978 | 2024.09.23 18:26:45.993362 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12979 | 2024.09.23 18:26:45.993628 [ 3 ] {06d7ac2f-214d-4a0d-b52a-96b9b4ca2b9d} <Debug> DynamicQueryHandler: Done processing query | ||
12980 | 2024.09.23 18:26:45.993650 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
12981 | 2024.09.23 18:26:45.993669 [ 3 ] {06d7ac2f-214d-4a0d-b52a-96b9b4ca2b9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
12982 | 2024.09.23 18:26:45.993746 [ 3 ] {} <Debug> HTTP-Session: 82644b4f-d3d3-4004-b30b-cf082d3b4868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12983 | 2024.09.23 18:26:45.993938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12984 | 2024.09.23 18:26:45.994050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12985 | 2024.09.23 18:26:45.994118 [ 3 ] {} <Debug> HTTP-Session: cb3ca1d5-c1ee-45d8-bfaa-a61482d26ff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
12986 | 2024.09.23 18:26:45.994167 [ 3 ] {} <Debug> HTTP-Session: cb3ca1d5-c1ee-45d8-bfaa-a61482d26ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12987 | 2024.09.23 18:26:45.994221 [ 3 ] {} <Debug> HTTP-Session: cb3ca1d5-c1ee-45d8-bfaa-a61482d26ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12988 | 2024.09.23 18:26:45.994314 [ 3 ] {} <Trace> HTTP-Session: cb3ca1d5-c1ee-45d8-bfaa-a61482d26ff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12989 | 2024.09.23 18:26:45.994439 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12990 | 2024.09.23 18:26:45.994620 [ 3 ] {f797347d-ceae-40c8-a9a8-3745a91daafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12991 | 2024.09.23 18:26:45.994627 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 974 rows starting from the beginning of the part | ||
12992 | 2024.09.23 18:26:45.994713 [ 3 ] {f797347d-ceae-40c8-a9a8-3745a91daafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12993 | 2024.09.23 18:26:45.995478 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 31 rows starting from the beginning of the part | ||
12994 | 2024.09.23 18:26:45.995574 [ 3 ] {f797347d-ceae-40c8-a9a8-3745a91daafb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12995 | 2024.09.23 18:26:45.996154 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 9 rows starting from the beginning of the part | ||
12996 | 2024.09.23 18:26:45.996867 [ 3 ] {f797347d-ceae-40c8-a9a8-3745a91daafb} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12997 | 2024.09.23 18:26:45.996898 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
12998 | 2024.09.23 18:26:45.996932 [ 3 ] {f797347d-ceae-40c8-a9a8-3745a91daafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
12999 | 2024.09.23 18:26:45.997611 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 23 rows starting from the beginning of the part | ||
13000 | 2024.09.23 18:26:45.998268 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 9 rows starting from the beginning of the part | ||
13001 | 2024.09.23 18:26:45.998322 [ 3 ] {f797347d-ceae-40c8-a9a8-3745a91daafb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13002 | 2024.09.23 18:26:45.999318 [ 3 ] {f797347d-ceae-40c8-a9a8-3745a91daafb} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13003 | 2024.09.23 18:26:45.999642 [ 3 ] {f797347d-ceae-40c8-a9a8-3745a91daafb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005152 sec., 11645.962732919254 rows/sec., 803.69 KiB/sec. | ||
13004 | 2024.09.23 18:26:45.999993 [ 3 ] {f797347d-ceae-40c8-a9a8-3745a91daafb} <Debug> DynamicQueryHandler: Done processing query | ||
13005 | 2024.09.23 18:26:46.000046 [ 3 ] {f797347d-ceae-40c8-a9a8-3745a91daafb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13006 | 2024.09.23 18:26:46.000077 [ 3 ] {} <Debug> HTTP-Session: cb3ca1d5-c1ee-45d8-bfaa-a61482d26ff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13007 | 2024.09.23 18:26:46.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.25 MiB, peak 212.43 MiB, free memory in arenas 0.00 B, will set to 203.47 MiB (RSS), difference: -3.79 MiB | ||
13008 | 2024.09.23 18:26:46.004651 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1054 rows, containing 19 columns (19 merged, 0 gathered) in 0.011149009 sec., 94537.55037779591 rows/sec., 169.41 MiB/sec. | ||
13009 | 2024.09.23 18:26:46.005858 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
13010 | 2024.09.23 18:26:46.006567 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13011 | 2024.09.23 18:26:46.006674 [ 201 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
13012 | 2024.09.23 18:26:46.006852 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.26 MiB. | ||
13013 | 2024.09.23 18:26:47.000180 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.14 MiB, peak 212.43 MiB, free memory in arenas 0.00 B, will set to 204.60 MiB (RSS), difference: 4.46 MiB | ||
13014 | 2024.09.23 18:26:50.987188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13015 | 2024.09.23 18:26:50.987318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13016 | 2024.09.23 18:26:50.987347 [ 3 ] {} <Debug> HTTP-Session: 0ce32433-8a77-49ff-95a0-a935dfa408e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13017 | 2024.09.23 18:26:50.987376 [ 3 ] {} <Debug> HTTP-Session: 0ce32433-8a77-49ff-95a0-a935dfa408e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13018 | 2024.09.23 18:26:50.987394 [ 3 ] {} <Debug> HTTP-Session: 0ce32433-8a77-49ff-95a0-a935dfa408e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13019 | 2024.09.23 18:26:50.987450 [ 3 ] {} <Trace> HTTP-Session: 0ce32433-8a77-49ff-95a0-a935dfa408e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13020 | 2024.09.23 18:26:50.987740 [ 3 ] {fb9ff8cd-053c-4ca5-a568-ed2dea19ed5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13021 | 2024.09.23 18:26:50.987815 [ 3 ] {fb9ff8cd-053c-4ca5-a568-ed2dea19ed5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13022 | 2024.09.23 18:26:50.988207 [ 3 ] {fb9ff8cd-053c-4ca5-a568-ed2dea19ed5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13023 | 2024.09.23 18:26:50.988741 [ 3 ] {fb9ff8cd-053c-4ca5-a568-ed2dea19ed5b} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13024 | 2024.09.23 18:26:50.988783 [ 3 ] {fb9ff8cd-053c-4ca5-a568-ed2dea19ed5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13025 | 2024.09.23 18:26:50.989214 [ 3 ] {fb9ff8cd-053c-4ca5-a568-ed2dea19ed5b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13026 | 2024.09.23 18:26:50.989606 [ 3 ] {fb9ff8cd-053c-4ca5-a568-ed2dea19ed5b} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13027 | 2024.09.23 18:26:50.989781 [ 3 ] {fb9ff8cd-053c-4ca5-a568-ed2dea19ed5b} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002174 sec., 115455.3817847286 rows/sec., 10.22 MiB/sec. | ||
13028 | 2024.09.23 18:26:50.989971 [ 3 ] {fb9ff8cd-053c-4ca5-a568-ed2dea19ed5b} <Debug> DynamicQueryHandler: Done processing query | ||
13029 | 2024.09.23 18:26:50.989998 [ 3 ] {fb9ff8cd-053c-4ca5-a568-ed2dea19ed5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
13030 | 2024.09.23 18:26:50.990015 [ 3 ] {} <Debug> HTTP-Session: 0ce32433-8a77-49ff-95a0-a935dfa408e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13031 | 2024.09.23 18:26:50.990164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13032 | 2024.09.23 18:26:50.990215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13033 | 2024.09.23 18:26:50.990237 [ 3 ] {} <Debug> HTTP-Session: 55e8804b-981c-4d7c-854c-9f068e6fd52a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13034 | 2024.09.23 18:26:50.990253 [ 3 ] {} <Debug> HTTP-Session: 55e8804b-981c-4d7c-854c-9f068e6fd52a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13035 | 2024.09.23 18:26:50.990267 [ 3 ] {} <Debug> HTTP-Session: 55e8804b-981c-4d7c-854c-9f068e6fd52a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13036 | 2024.09.23 18:26:50.990299 [ 3 ] {} <Trace> HTTP-Session: 55e8804b-981c-4d7c-854c-9f068e6fd52a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13037 | 2024.09.23 18:26:50.990405 [ 3 ] {8f9911f9-be63-4e7e-911d-9e23aedff410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13038 | 2024.09.23 18:26:50.990449 [ 3 ] {8f9911f9-be63-4e7e-911d-9e23aedff410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13039 | 2024.09.23 18:26:50.990679 [ 3 ] {8f9911f9-be63-4e7e-911d-9e23aedff410} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13040 | 2024.09.23 18:26:50.990984 [ 3 ] {8f9911f9-be63-4e7e-911d-9e23aedff410} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13041 | 2024.09.23 18:26:50.991022 [ 3 ] {8f9911f9-be63-4e7e-911d-9e23aedff410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13042 | 2024.09.23 18:26:50.991376 [ 3 ] {8f9911f9-be63-4e7e-911d-9e23aedff410} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
13043 | 2024.09.23 18:26:50.991735 [ 3 ] {8f9911f9-be63-4e7e-911d-9e23aedff410} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13044 | 2024.09.23 18:26:50.991896 [ 3 ] {8f9911f9-be63-4e7e-911d-9e23aedff410} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001514 sec., 20475.561426684282 rows/sec., 1.50 MiB/sec. | ||
13045 | 2024.09.23 18:26:50.992191 [ 3 ] {8f9911f9-be63-4e7e-911d-9e23aedff410} <Debug> DynamicQueryHandler: Done processing query | ||
13046 | 2024.09.23 18:26:50.992247 [ 3 ] {8f9911f9-be63-4e7e-911d-9e23aedff410} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13047 | 2024.09.23 18:26:50.992300 [ 3 ] {} <Debug> HTTP-Session: 55e8804b-981c-4d7c-854c-9f068e6fd52a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13048 | 2024.09.23 18:26:50.992523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13049 | 2024.09.23 18:26:50.992578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13050 | 2024.09.23 18:26:50.992598 [ 3 ] {} <Debug> HTTP-Session: 8ee96119-ea10-4013-9a6f-254c667a76af Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13051 | 2024.09.23 18:26:50.992615 [ 3 ] {} <Debug> HTTP-Session: 8ee96119-ea10-4013-9a6f-254c667a76af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13052 | 2024.09.23 18:26:50.992630 [ 3 ] {} <Debug> HTTP-Session: 8ee96119-ea10-4013-9a6f-254c667a76af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13053 | 2024.09.23 18:26:50.992662 [ 3 ] {} <Trace> HTTP-Session: 8ee96119-ea10-4013-9a6f-254c667a76af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13054 | 2024.09.23 18:26:50.992770 [ 3 ] {9386a40f-0a90-4317-96f6-3244d2b732e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13055 | 2024.09.23 18:26:50.992815 [ 3 ] {9386a40f-0a90-4317-96f6-3244d2b732e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13056 | 2024.09.23 18:26:50.993066 [ 3 ] {9386a40f-0a90-4317-96f6-3244d2b732e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13057 | 2024.09.23 18:26:50.993361 [ 3 ] {9386a40f-0a90-4317-96f6-3244d2b732e8} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13058 | 2024.09.23 18:26:50.993398 [ 3 ] {9386a40f-0a90-4317-96f6-3244d2b732e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13059 | 2024.09.23 18:26:50.993749 [ 3 ] {9386a40f-0a90-4317-96f6-3244d2b732e8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13060 | 2024.09.23 18:26:50.994102 [ 3 ] {9386a40f-0a90-4317-96f6-3244d2b732e8} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13061 | 2024.09.23 18:26:50.994251 [ 3 ] {9386a40f-0a90-4317-96f6-3244d2b732e8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001504 sec., 9308.510638297872 rows/sec., 651.91 KiB/sec. | ||
13062 | 2024.09.23 18:26:50.994410 [ 3 ] {9386a40f-0a90-4317-96f6-3244d2b732e8} <Debug> DynamicQueryHandler: Done processing query | ||
13063 | 2024.09.23 18:26:50.994435 [ 3 ] {9386a40f-0a90-4317-96f6-3244d2b732e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13064 | 2024.09.23 18:26:50.994454 [ 3 ] {} <Debug> HTTP-Session: 8ee96119-ea10-4013-9a6f-254c667a76af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13065 | 2024.09.23 18:26:50.994593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13066 | 2024.09.23 18:26:50.994642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13067 | 2024.09.23 18:26:50.994662 [ 3 ] {} <Debug> HTTP-Session: 09eeeddd-1888-4239-a0ca-0b71caed941b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13068 | 2024.09.23 18:26:50.994680 [ 3 ] {} <Debug> HTTP-Session: 09eeeddd-1888-4239-a0ca-0b71caed941b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13069 | 2024.09.23 18:26:50.994695 [ 3 ] {} <Debug> HTTP-Session: 09eeeddd-1888-4239-a0ca-0b71caed941b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13070 | 2024.09.23 18:26:50.994726 [ 3 ] {} <Trace> HTTP-Session: 09eeeddd-1888-4239-a0ca-0b71caed941b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13071 | 2024.09.23 18:26:50.994824 [ 3 ] {85aa8f55-48e8-4dc4-8c69-dca6aefaf195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13072 | 2024.09.23 18:26:50.994868 [ 3 ] {85aa8f55-48e8-4dc4-8c69-dca6aefaf195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13073 | 2024.09.23 18:26:50.995092 [ 3 ] {85aa8f55-48e8-4dc4-8c69-dca6aefaf195} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13074 | 2024.09.23 18:26:50.995448 [ 3 ] {85aa8f55-48e8-4dc4-8c69-dca6aefaf195} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13075 | 2024.09.23 18:26:50.995484 [ 3 ] {85aa8f55-48e8-4dc4-8c69-dca6aefaf195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13076 | 2024.09.23 18:26:50.995836 [ 3 ] {85aa8f55-48e8-4dc4-8c69-dca6aefaf195} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13077 | 2024.09.23 18:26:50.996190 [ 3 ] {85aa8f55-48e8-4dc4-8c69-dca6aefaf195} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13078 | 2024.09.23 18:26:50.996354 [ 3 ] {85aa8f55-48e8-4dc4-8c69-dca6aefaf195} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001549 sec., 3873.4667527437055 rows/sec., 228.85 KiB/sec. | ||
13079 | 2024.09.23 18:26:50.996651 [ 3 ] {85aa8f55-48e8-4dc4-8c69-dca6aefaf195} <Debug> DynamicQueryHandler: Done processing query | ||
13080 | 2024.09.23 18:26:50.996698 [ 3 ] {85aa8f55-48e8-4dc4-8c69-dca6aefaf195} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13081 | 2024.09.23 18:26:50.996724 [ 3 ] {} <Debug> HTTP-Session: 09eeeddd-1888-4239-a0ca-0b71caed941b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13082 | 2024.09.23 18:26:50.996904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13083 | 2024.09.23 18:26:50.996955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13084 | 2024.09.23 18:26:50.996976 [ 3 ] {} <Debug> HTTP-Session: a691a0f2-3b50-481f-956b-069418e6c647 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13085 | 2024.09.23 18:26:50.996993 [ 3 ] {} <Debug> HTTP-Session: a691a0f2-3b50-481f-956b-069418e6c647 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13086 | 2024.09.23 18:26:50.997007 [ 3 ] {} <Debug> HTTP-Session: a691a0f2-3b50-481f-956b-069418e6c647 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13087 | 2024.09.23 18:26:50.997038 [ 3 ] {} <Trace> HTTP-Session: a691a0f2-3b50-481f-956b-069418e6c647 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13088 | 2024.09.23 18:26:50.997247 [ 3 ] {4c56ef98-0a68-4773-8909-4a261126d606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13089 | 2024.09.23 18:26:50.997294 [ 3 ] {4c56ef98-0a68-4773-8909-4a261126d606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13090 | 2024.09.23 18:26:50.997547 [ 3 ] {4c56ef98-0a68-4773-8909-4a261126d606} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13091 | 2024.09.23 18:26:50.998098 [ 3 ] {4c56ef98-0a68-4773-8909-4a261126d606} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13092 | 2024.09.23 18:26:50.998136 [ 3 ] {4c56ef98-0a68-4773-8909-4a261126d606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13093 | 2024.09.23 18:26:50.998513 [ 3 ] {4c56ef98-0a68-4773-8909-4a261126d606} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13094 | 2024.09.23 18:26:50.998869 [ 3 ] {4c56ef98-0a68-4773-8909-4a261126d606} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13095 | 2024.09.23 18:26:50.999023 [ 3 ] {4c56ef98-0a68-4773-8909-4a261126d606} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001878 sec., 219914.80298189566 rows/sec., 15.69 MiB/sec. | ||
13096 | 2024.09.23 18:26:50.999192 [ 3 ] {4c56ef98-0a68-4773-8909-4a261126d606} <Debug> DynamicQueryHandler: Done processing query | ||
13097 | 2024.09.23 18:26:50.999218 [ 3 ] {4c56ef98-0a68-4773-8909-4a261126d606} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
13098 | 2024.09.23 18:26:50.999234 [ 3 ] {} <Debug> HTTP-Session: a691a0f2-3b50-481f-956b-069418e6c647 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13099 | 2024.09.23 18:26:50.999361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13100 | 2024.09.23 18:26:50.999414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13101 | 2024.09.23 18:26:50.999440 [ 3 ] {} <Debug> HTTP-Session: d714e49e-6633-4ae7-824c-5201d94c863f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13102 | 2024.09.23 18:26:50.999459 [ 3 ] {} <Debug> HTTP-Session: d714e49e-6633-4ae7-824c-5201d94c863f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13103 | 2024.09.23 18:26:50.999480 [ 3 ] {} <Debug> HTTP-Session: d714e49e-6633-4ae7-824c-5201d94c863f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13104 | 2024.09.23 18:26:50.999512 [ 3 ] {} <Trace> HTTP-Session: d714e49e-6633-4ae7-824c-5201d94c863f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13105 | 2024.09.23 18:26:50.999622 [ 3 ] {f2fa15ee-c2ed-446a-9de7-93d747a40a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13106 | 2024.09.23 18:26:50.999668 [ 3 ] {f2fa15ee-c2ed-446a-9de7-93d747a40a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13107 | 2024.09.23 18:26:50.999815 [ 3 ] {f2fa15ee-c2ed-446a-9de7-93d747a40a4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13108 | 2024.09.23 18:26:51.000109 [ 3 ] {f2fa15ee-c2ed-446a-9de7-93d747a40a4e} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13109 | 2024.09.23 18:26:51.000146 [ 3 ] {f2fa15ee-c2ed-446a-9de7-93d747a40a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13110 | 2024.09.23 18:26:51.000327 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.97 MiB, peak 212.43 MiB, free memory in arenas 0.00 B, will set to 204.60 MiB (RSS), difference: -1.36 MiB | ||
13111 | 2024.09.23 18:26:51.000896 [ 3 ] {f2fa15ee-c2ed-446a-9de7-93d747a40a4e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13112 | 2024.09.23 18:26:51.001255 [ 3 ] {f2fa15ee-c2ed-446a-9de7-93d747a40a4e} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13113 | 2024.09.23 18:26:51.001419 [ 3 ] {f2fa15ee-c2ed-446a-9de7-93d747a40a4e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00182 sec., 3296.7032967032965 rows/sec., 172.24 KiB/sec. | ||
13114 | 2024.09.23 18:26:51.001589 [ 3 ] {f2fa15ee-c2ed-446a-9de7-93d747a40a4e} <Debug> DynamicQueryHandler: Done processing query | ||
13115 | 2024.09.23 18:26:51.001615 [ 3 ] {f2fa15ee-c2ed-446a-9de7-93d747a40a4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13116 | 2024.09.23 18:26:51.001630 [ 3 ] {} <Debug> HTTP-Session: d714e49e-6633-4ae7-824c-5201d94c863f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13117 | 2024.09.23 18:26:51.001812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13118 | 2024.09.23 18:26:51.001861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13119 | 2024.09.23 18:26:51.001881 [ 3 ] {} <Debug> HTTP-Session: e7abdbc3-7c42-468e-80b3-f86509e0c282 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13120 | 2024.09.23 18:26:51.001897 [ 3 ] {} <Debug> HTTP-Session: e7abdbc3-7c42-468e-80b3-f86509e0c282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13121 | 2024.09.23 18:26:51.001912 [ 3 ] {} <Debug> HTTP-Session: e7abdbc3-7c42-468e-80b3-f86509e0c282 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13122 | 2024.09.23 18:26:51.001943 [ 3 ] {} <Trace> HTTP-Session: e7abdbc3-7c42-468e-80b3-f86509e0c282 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13123 | 2024.09.23 18:26:51.002111 [ 3 ] {6f5c875c-86ca-4951-b651-c34d05b40c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13124 | 2024.09.23 18:26:51.002160 [ 3 ] {6f5c875c-86ca-4951-b651-c34d05b40c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13125 | 2024.09.23 18:26:51.002307 [ 3 ] {6f5c875c-86ca-4951-b651-c34d05b40c88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13126 | 2024.09.23 18:26:51.002783 [ 3 ] {6f5c875c-86ca-4951-b651-c34d05b40c88} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13127 | 2024.09.23 18:26:51.002820 [ 3 ] {6f5c875c-86ca-4951-b651-c34d05b40c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13128 | 2024.09.23 18:26:51.003212 [ 3 ] {6f5c875c-86ca-4951-b651-c34d05b40c88} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13129 | 2024.09.23 18:26:51.003562 [ 3 ] {6f5c875c-86ca-4951-b651-c34d05b40c88} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13130 | 2024.09.23 18:26:51.003715 [ 3 ] {6f5c875c-86ca-4951-b651-c34d05b40c88} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001687 sec., 140486.06994665085 rows/sec., 9.42 MiB/sec. | ||
13131 | 2024.09.23 18:26:51.003882 [ 3 ] {6f5c875c-86ca-4951-b651-c34d05b40c88} <Debug> DynamicQueryHandler: Done processing query | ||
13132 | 2024.09.23 18:26:51.003906 [ 3 ] {6f5c875c-86ca-4951-b651-c34d05b40c88} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13133 | 2024.09.23 18:26:51.003923 [ 3 ] {} <Debug> HTTP-Session: e7abdbc3-7c42-468e-80b3-f86509e0c282 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13134 | 2024.09.23 18:26:51.004039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13135 | 2024.09.23 18:26:51.004090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13136 | 2024.09.23 18:26:51.004110 [ 3 ] {} <Debug> HTTP-Session: 53dceb98-6744-4646-b31c-81cc0c5c8ab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13137 | 2024.09.23 18:26:51.004127 [ 3 ] {} <Debug> HTTP-Session: 53dceb98-6744-4646-b31c-81cc0c5c8ab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13138 | 2024.09.23 18:26:51.004141 [ 3 ] {} <Debug> HTTP-Session: 53dceb98-6744-4646-b31c-81cc0c5c8ab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13139 | 2024.09.23 18:26:51.004172 [ 3 ] {} <Trace> HTTP-Session: 53dceb98-6744-4646-b31c-81cc0c5c8ab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13140 | 2024.09.23 18:26:51.004266 [ 3 ] {9b8004ee-9cfe-4592-ad08-46ee600cc125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13141 | 2024.09.23 18:26:51.004312 [ 3 ] {9b8004ee-9cfe-4592-ad08-46ee600cc125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13142 | 2024.09.23 18:26:51.004444 [ 3 ] {9b8004ee-9cfe-4592-ad08-46ee600cc125} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13143 | 2024.09.23 18:26:51.004721 [ 3 ] {9b8004ee-9cfe-4592-ad08-46ee600cc125} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13144 | 2024.09.23 18:26:51.004758 [ 3 ] {9b8004ee-9cfe-4592-ad08-46ee600cc125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13145 | 2024.09.23 18:26:51.005118 [ 3 ] {9b8004ee-9cfe-4592-ad08-46ee600cc125} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13146 | 2024.09.23 18:26:51.005437 [ 3 ] {9b8004ee-9cfe-4592-ad08-46ee600cc125} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13147 | 2024.09.23 18:26:51.005571 [ 3 ] {9b8004ee-9cfe-4592-ad08-46ee600cc125} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001327 sec., 753.5795026375282 rows/sec., 50.78 KiB/sec. | ||
13148 | 2024.09.23 18:26:51.005773 [ 3 ] {9b8004ee-9cfe-4592-ad08-46ee600cc125} <Debug> DynamicQueryHandler: Done processing query | ||
13149 | 2024.09.23 18:26:51.005803 [ 3 ] {9b8004ee-9cfe-4592-ad08-46ee600cc125} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13150 | 2024.09.23 18:26:51.005819 [ 3 ] {} <Debug> HTTP-Session: 53dceb98-6744-4646-b31c-81cc0c5c8ab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13151 | 2024.09.23 18:26:51.005970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51833, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13152 | 2024.09.23 18:26:51.006020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13153 | 2024.09.23 18:26:51.006040 [ 3 ] {} <Debug> HTTP-Session: 4440be0c-d18a-43a3-bace-1c82fa29bb7a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13154 | 2024.09.23 18:26:51.006060 [ 3 ] {} <Debug> HTTP-Session: 4440be0c-d18a-43a3-bace-1c82fa29bb7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13155 | 2024.09.23 18:26:51.006074 [ 3 ] {} <Debug> HTTP-Session: 4440be0c-d18a-43a3-bace-1c82fa29bb7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13156 | 2024.09.23 18:26:51.006105 [ 3 ] {} <Trace> HTTP-Session: 4440be0c-d18a-43a3-bace-1c82fa29bb7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13157 | 2024.09.23 18:26:51.006405 [ 3 ] {0a3fbc5a-138c-4845-8b69-6401911a551b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13158 | 2024.09.23 18:26:51.006472 [ 3 ] {0a3fbc5a-138c-4845-8b69-6401911a551b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13159 | 2024.09.23 18:26:51.006895 [ 3 ] {0a3fbc5a-138c-4845-8b69-6401911a551b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13160 | 2024.09.23 18:26:51.007542 [ 3 ] {0a3fbc5a-138c-4845-8b69-6401911a551b} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13161 | 2024.09.23 18:26:51.007579 [ 3 ] {0a3fbc5a-138c-4845-8b69-6401911a551b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13162 | 2024.09.23 18:26:51.008199 [ 3 ] {0a3fbc5a-138c-4845-8b69-6401911a551b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
13163 | 2024.09.23 18:26:51.008615 [ 3 ] {0a3fbc5a-138c-4845-8b69-6401911a551b} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13164 | 2024.09.23 18:26:51.008790 [ 3 ] {0a3fbc5a-138c-4845-8b69-6401911a551b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002595 sec., 11946.050096339113 rows/sec., 21.41 MiB/sec. | ||
13165 | 2024.09.23 18:26:51.009259 [ 3 ] {0a3fbc5a-138c-4845-8b69-6401911a551b} <Debug> DynamicQueryHandler: Done processing query | ||
13166 | 2024.09.23 18:26:51.009317 [ 3 ] {0a3fbc5a-138c-4845-8b69-6401911a551b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
13167 | 2024.09.23 18:26:51.009347 [ 3 ] {} <Debug> HTTP-Session: 4440be0c-d18a-43a3-bace-1c82fa29bb7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13168 | 2024.09.23 18:26:51.009486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13169 | 2024.09.23 18:26:51.009536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13170 | 2024.09.23 18:26:51.009556 [ 3 ] {} <Debug> HTTP-Session: 8c653ab1-2229-4cb9-b47a-84d9569755f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13171 | 2024.09.23 18:26:51.009574 [ 3 ] {} <Debug> HTTP-Session: 8c653ab1-2229-4cb9-b47a-84d9569755f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13172 | 2024.09.23 18:26:51.009588 [ 3 ] {} <Debug> HTTP-Session: 8c653ab1-2229-4cb9-b47a-84d9569755f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13173 | 2024.09.23 18:26:51.009619 [ 3 ] {} <Trace> HTTP-Session: 8c653ab1-2229-4cb9-b47a-84d9569755f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13174 | 2024.09.23 18:26:51.009740 [ 3 ] {f1a7e14e-167d-4b7e-8343-43833499dd34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13175 | 2024.09.23 18:26:51.009788 [ 3 ] {f1a7e14e-167d-4b7e-8343-43833499dd34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13176 | 2024.09.23 18:26:51.009933 [ 3 ] {f1a7e14e-167d-4b7e-8343-43833499dd34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13177 | 2024.09.23 18:26:51.010247 [ 3 ] {f1a7e14e-167d-4b7e-8343-43833499dd34} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13178 | 2024.09.23 18:26:51.010284 [ 3 ] {f1a7e14e-167d-4b7e-8343-43833499dd34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13179 | 2024.09.23 18:26:51.010647 [ 3 ] {f1a7e14e-167d-4b7e-8343-43833499dd34} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13180 | 2024.09.23 18:26:51.010966 [ 3 ] {f1a7e14e-167d-4b7e-8343-43833499dd34} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13181 | 2024.09.23 18:26:51.011126 [ 3 ] {f1a7e14e-167d-4b7e-8343-43833499dd34} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001421 sec., 57705.84095707248 rows/sec., 3.67 MiB/sec. | ||
13182 | 2024.09.23 18:26:51.011374 [ 3 ] {f1a7e14e-167d-4b7e-8343-43833499dd34} <Debug> DynamicQueryHandler: Done processing query | ||
13183 | 2024.09.23 18:26:51.011433 [ 3 ] {f1a7e14e-167d-4b7e-8343-43833499dd34} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13184 | 2024.09.23 18:26:51.011493 [ 3 ] {} <Debug> HTTP-Session: 8c653ab1-2229-4cb9-b47a-84d9569755f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13185 | 2024.09.23 18:26:55.981924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13186 | 2024.09.23 18:26:55.982051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13187 | 2024.09.23 18:26:55.982076 [ 3 ] {} <Debug> HTTP-Session: 87f197fa-6198-4c0e-9e78-fc1189b1ec40 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13188 | 2024.09.23 18:26:55.982101 [ 3 ] {} <Debug> HTTP-Session: 87f197fa-6198-4c0e-9e78-fc1189b1ec40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13189 | 2024.09.23 18:26:55.982116 [ 3 ] {} <Debug> HTTP-Session: 87f197fa-6198-4c0e-9e78-fc1189b1ec40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13190 | 2024.09.23 18:26:55.982165 [ 3 ] {} <Trace> HTTP-Session: 87f197fa-6198-4c0e-9e78-fc1189b1ec40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13191 | 2024.09.23 18:26:55.982371 [ 3 ] {ffcb5b84-da71-4e66-a848-6d38731e4bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13192 | 2024.09.23 18:26:55.982438 [ 3 ] {ffcb5b84-da71-4e66-a848-6d38731e4bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13193 | 2024.09.23 18:26:55.982773 [ 3 ] {ffcb5b84-da71-4e66-a848-6d38731e4bb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13194 | 2024.09.23 18:26:55.983245 [ 3 ] {ffcb5b84-da71-4e66-a848-6d38731e4bb2} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13195 | 2024.09.23 18:26:55.983288 [ 3 ] {ffcb5b84-da71-4e66-a848-6d38731e4bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13196 | 2024.09.23 18:26:55.983716 [ 3 ] {ffcb5b84-da71-4e66-a848-6d38731e4bb2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13197 | 2024.09.23 18:26:55.984103 [ 3 ] {ffcb5b84-da71-4e66-a848-6d38731e4bb2} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13198 | 2024.09.23 18:26:55.984253 [ 3 ] {ffcb5b84-da71-4e66-a848-6d38731e4bb2} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001954 sec., 37871.03377686796 rows/sec., 3.03 MiB/sec. | ||
13199 | 2024.09.23 18:26:55.984455 [ 3 ] {ffcb5b84-da71-4e66-a848-6d38731e4bb2} <Debug> DynamicQueryHandler: Done processing query | ||
13200 | 2024.09.23 18:26:55.984483 [ 3 ] {ffcb5b84-da71-4e66-a848-6d38731e4bb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13201 | 2024.09.23 18:26:55.984500 [ 3 ] {} <Debug> HTTP-Session: 87f197fa-6198-4c0e-9e78-fc1189b1ec40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13202 | 2024.09.23 18:26:55.984647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13203 | 2024.09.23 18:26:55.984702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13204 | 2024.09.23 18:26:55.984721 [ 3 ] {} <Debug> HTTP-Session: 71d0fa1f-401e-47bd-8320-def3455d8906 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13205 | 2024.09.23 18:26:55.984740 [ 3 ] {} <Debug> HTTP-Session: 71d0fa1f-401e-47bd-8320-def3455d8906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13206 | 2024.09.23 18:26:55.984754 [ 3 ] {} <Debug> HTTP-Session: 71d0fa1f-401e-47bd-8320-def3455d8906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13207 | 2024.09.23 18:26:55.984789 [ 3 ] {} <Trace> HTTP-Session: 71d0fa1f-401e-47bd-8320-def3455d8906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13208 | 2024.09.23 18:26:55.984898 [ 3 ] {6506180d-e04c-44d0-8f3e-a72176e0dfa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13209 | 2024.09.23 18:26:55.984945 [ 3 ] {6506180d-e04c-44d0-8f3e-a72176e0dfa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13210 | 2024.09.23 18:26:55.985182 [ 3 ] {6506180d-e04c-44d0-8f3e-a72176e0dfa8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13211 | 2024.09.23 18:26:55.985568 [ 3 ] {6506180d-e04c-44d0-8f3e-a72176e0dfa8} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13212 | 2024.09.23 18:26:55.985605 [ 3 ] {6506180d-e04c-44d0-8f3e-a72176e0dfa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13213 | 2024.09.23 18:26:55.985972 [ 3 ] {6506180d-e04c-44d0-8f3e-a72176e0dfa8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13214 | 2024.09.23 18:26:55.986332 [ 3 ] {6506180d-e04c-44d0-8f3e-a72176e0dfa8} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13215 | 2024.09.23 18:26:55.986468 [ 3 ] {6506180d-e04c-44d0-8f3e-a72176e0dfa8} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.0016 sec., 5625 rows/sec., 422.97 KiB/sec. | ||
13216 | 2024.09.23 18:26:55.986669 [ 3 ] {6506180d-e04c-44d0-8f3e-a72176e0dfa8} <Debug> DynamicQueryHandler: Done processing query | ||
13217 | 2024.09.23 18:26:55.986704 [ 3 ] {6506180d-e04c-44d0-8f3e-a72176e0dfa8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13218 | 2024.09.23 18:26:55.986736 [ 3 ] {} <Debug> HTTP-Session: 71d0fa1f-401e-47bd-8320-def3455d8906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13219 | 2024.09.23 18:26:55.986891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13220 | 2024.09.23 18:26:55.986943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13221 | 2024.09.23 18:26:55.986962 [ 3 ] {} <Debug> HTTP-Session: e0b6213a-a132-4b9b-b81d-bf0fecc56d0f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13222 | 2024.09.23 18:26:55.986980 [ 3 ] {} <Debug> HTTP-Session: e0b6213a-a132-4b9b-b81d-bf0fecc56d0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13223 | 2024.09.23 18:26:55.986994 [ 3 ] {} <Debug> HTTP-Session: e0b6213a-a132-4b9b-b81d-bf0fecc56d0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13224 | 2024.09.23 18:26:55.987028 [ 3 ] {} <Trace> HTTP-Session: e0b6213a-a132-4b9b-b81d-bf0fecc56d0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13225 | 2024.09.23 18:26:55.987150 [ 3 ] {4eb8b53a-ed5d-466f-95c7-b09b25085fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13226 | 2024.09.23 18:26:55.987197 [ 3 ] {4eb8b53a-ed5d-466f-95c7-b09b25085fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13227 | 2024.09.23 18:26:55.987426 [ 3 ] {4eb8b53a-ed5d-466f-95c7-b09b25085fbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13228 | 2024.09.23 18:26:55.987821 [ 3 ] {4eb8b53a-ed5d-466f-95c7-b09b25085fbc} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13229 | 2024.09.23 18:26:55.987859 [ 3 ] {4eb8b53a-ed5d-466f-95c7-b09b25085fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13230 | 2024.09.23 18:26:55.988218 [ 3 ] {4eb8b53a-ed5d-466f-95c7-b09b25085fbc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13231 | 2024.09.23 18:26:55.988572 [ 3 ] {4eb8b53a-ed5d-466f-95c7-b09b25085fbc} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13232 | 2024.09.23 18:26:55.988701 [ 3 ] {4eb8b53a-ed5d-466f-95c7-b09b25085fbc} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001595 sec., 45768.0250783699 rows/sec., 3.57 MiB/sec. | ||
13233 | 2024.09.23 18:26:55.988976 [ 3 ] {4eb8b53a-ed5d-466f-95c7-b09b25085fbc} <Debug> DynamicQueryHandler: Done processing query | ||
13234 | 2024.09.23 18:26:55.989037 [ 3 ] {4eb8b53a-ed5d-466f-95c7-b09b25085fbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13235 | 2024.09.23 18:26:55.989092 [ 3 ] {} <Debug> HTTP-Session: e0b6213a-a132-4b9b-b81d-bf0fecc56d0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13236 | 2024.09.23 18:26:55.989326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13237 | 2024.09.23 18:26:55.989382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13238 | 2024.09.23 18:26:55.989401 [ 3 ] {} <Debug> HTTP-Session: 5f21df79-6ee5-4689-a1fc-3ba64a15aab3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13239 | 2024.09.23 18:26:55.989420 [ 3 ] {} <Debug> HTTP-Session: 5f21df79-6ee5-4689-a1fc-3ba64a15aab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13240 | 2024.09.23 18:26:55.989434 [ 3 ] {} <Debug> HTTP-Session: 5f21df79-6ee5-4689-a1fc-3ba64a15aab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13241 | 2024.09.23 18:26:55.989468 [ 3 ] {} <Trace> HTTP-Session: 5f21df79-6ee5-4689-a1fc-3ba64a15aab3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13242 | 2024.09.23 18:26:55.989628 [ 3 ] {24214eec-9317-4ba9-86b4-cd5b86aa798a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13243 | 2024.09.23 18:26:55.989679 [ 3 ] {24214eec-9317-4ba9-86b4-cd5b86aa798a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13244 | 2024.09.23 18:26:55.989851 [ 3 ] {24214eec-9317-4ba9-86b4-cd5b86aa798a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13245 | 2024.09.23 18:26:55.990255 [ 3 ] {24214eec-9317-4ba9-86b4-cd5b86aa798a} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13246 | 2024.09.23 18:26:55.990292 [ 3 ] {24214eec-9317-4ba9-86b4-cd5b86aa798a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13247 | 2024.09.23 18:26:55.990751 [ 3 ] {24214eec-9317-4ba9-86b4-cd5b86aa798a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13248 | 2024.09.23 18:26:55.991125 [ 3 ] {24214eec-9317-4ba9-86b4-cd5b86aa798a} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13249 | 2024.09.23 18:26:55.991259 [ 3 ] {24214eec-9317-4ba9-86b4-cd5b86aa798a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec. | ||
13250 | 2024.09.23 18:26:55.991456 [ 3 ] {24214eec-9317-4ba9-86b4-cd5b86aa798a} <Debug> DynamicQueryHandler: Done processing query | ||
13251 | 2024.09.23 18:26:55.991493 [ 3 ] {24214eec-9317-4ba9-86b4-cd5b86aa798a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13252 | 2024.09.23 18:26:55.991523 [ 3 ] {} <Debug> HTTP-Session: 5f21df79-6ee5-4689-a1fc-3ba64a15aab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13253 | 2024.09.23 18:26:55.991673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13254 | 2024.09.23 18:26:55.991724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13255 | 2024.09.23 18:26:55.991743 [ 3 ] {} <Debug> HTTP-Session: 10736cfe-3a68-48dd-abaf-9a4687565503 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13256 | 2024.09.23 18:26:55.991760 [ 3 ] {} <Debug> HTTP-Session: 10736cfe-3a68-48dd-abaf-9a4687565503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13257 | 2024.09.23 18:26:55.991774 [ 3 ] {} <Debug> HTTP-Session: 10736cfe-3a68-48dd-abaf-9a4687565503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13258 | 2024.09.23 18:26:55.991808 [ 3 ] {} <Trace> HTTP-Session: 10736cfe-3a68-48dd-abaf-9a4687565503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13259 | 2024.09.23 18:26:55.991987 [ 3 ] {44202489-ec74-4ef3-92ec-b7ef5f58044e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13260 | 2024.09.23 18:26:55.992116 [ 3 ] {44202489-ec74-4ef3-92ec-b7ef5f58044e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13261 | 2024.09.23 18:26:55.992533 [ 3 ] {44202489-ec74-4ef3-92ec-b7ef5f58044e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13262 | 2024.09.23 18:26:55.993105 [ 3 ] {44202489-ec74-4ef3-92ec-b7ef5f58044e} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13263 | 2024.09.23 18:26:55.993143 [ 3 ] {44202489-ec74-4ef3-92ec-b7ef5f58044e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13264 | 2024.09.23 18:26:55.993755 [ 3 ] {44202489-ec74-4ef3-92ec-b7ef5f58044e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
13265 | 2024.09.23 18:26:55.994169 [ 3 ] {44202489-ec74-4ef3-92ec-b7ef5f58044e} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13266 | 2024.09.23 18:26:55.994320 [ 3 ] {44202489-ec74-4ef3-92ec-b7ef5f58044e} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002436 sec., 3694.5812807881775 rows/sec., 6.62 MiB/sec. | ||
13267 | 2024.09.23 18:26:55.994542 [ 3 ] {44202489-ec74-4ef3-92ec-b7ef5f58044e} <Debug> DynamicQueryHandler: Done processing query | ||
13268 | 2024.09.23 18:26:55.994567 [ 3 ] {44202489-ec74-4ef3-92ec-b7ef5f58044e} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
13269 | 2024.09.23 18:26:55.994583 [ 3 ] {} <Debug> HTTP-Session: 10736cfe-3a68-48dd-abaf-9a4687565503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13270 | 2024.09.23 18:26:55.994766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13271 | 2024.09.23 18:26:55.994817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13272 | 2024.09.23 18:26:55.994836 [ 3 ] {} <Debug> HTTP-Session: 037e2028-274f-4735-bed5-300aea7ad982 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13273 | 2024.09.23 18:26:55.994853 [ 3 ] {} <Debug> HTTP-Session: 037e2028-274f-4735-bed5-300aea7ad982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13274 | 2024.09.23 18:26:55.994867 [ 3 ] {} <Debug> HTTP-Session: 037e2028-274f-4735-bed5-300aea7ad982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13275 | 2024.09.23 18:26:55.994899 [ 3 ] {} <Trace> HTTP-Session: 037e2028-274f-4735-bed5-300aea7ad982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13276 | 2024.09.23 18:26:55.995019 [ 3 ] {5c7e8563-d762-4091-9853-c630710c2c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13277 | 2024.09.23 18:26:55.995065 [ 3 ] {5c7e8563-d762-4091-9853-c630710c2c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13278 | 2024.09.23 18:26:55.995195 [ 3 ] {5c7e8563-d762-4091-9853-c630710c2c8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13279 | 2024.09.23 18:26:55.995579 [ 3 ] {5c7e8563-d762-4091-9853-c630710c2c8c} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13280 | 2024.09.23 18:26:55.995615 [ 3 ] {5c7e8563-d762-4091-9853-c630710c2c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13281 | 2024.09.23 18:26:55.995976 [ 3 ] {5c7e8563-d762-4091-9853-c630710c2c8c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13282 | 2024.09.23 18:26:55.996300 [ 3 ] {5c7e8563-d762-4091-9853-c630710c2c8c} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13283 | 2024.09.23 18:26:55.996425 [ 3 ] {5c7e8563-d762-4091-9853-c630710c2c8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
13284 | 2024.09.23 18:26:55.996675 [ 3 ] {5c7e8563-d762-4091-9853-c630710c2c8c} <Debug> DynamicQueryHandler: Done processing query | ||
13285 | 2024.09.23 18:26:55.996737 [ 3 ] {5c7e8563-d762-4091-9853-c630710c2c8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13286 | 2024.09.23 18:26:55.996782 [ 3 ] {} <Debug> HTTP-Session: 037e2028-274f-4735-bed5-300aea7ad982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13287 | 2024.09.23 18:26:57.293249 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13288 | 2024.09.23 18:26:57.293309 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13289 | 2024.09.23 18:27:00.987149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13290 | 2024.09.23 18:27:00.987307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13291 | 2024.09.23 18:27:00.987346 [ 3 ] {} <Debug> HTTP-Session: 2f8b296e-c89d-4cac-a701-c9e7c1926ba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13292 | 2024.09.23 18:27:00.987382 [ 3 ] {} <Debug> HTTP-Session: 2f8b296e-c89d-4cac-a701-c9e7c1926ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13293 | 2024.09.23 18:27:00.987407 [ 3 ] {} <Debug> HTTP-Session: 2f8b296e-c89d-4cac-a701-c9e7c1926ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13294 | 2024.09.23 18:27:00.987476 [ 3 ] {} <Trace> HTTP-Session: 2f8b296e-c89d-4cac-a701-c9e7c1926ba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13295 | 2024.09.23 18:27:00.987829 [ 3 ] {e4b7c7e3-4709-4fc1-a0df-e93acfe701a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13296 | 2024.09.23 18:27:00.987920 [ 3 ] {e4b7c7e3-4709-4fc1-a0df-e93acfe701a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13297 | 2024.09.23 18:27:00.988391 [ 3 ] {e4b7c7e3-4709-4fc1-a0df-e93acfe701a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13298 | 2024.09.23 18:27:00.989199 [ 3 ] {e4b7c7e3-4709-4fc1-a0df-e93acfe701a4} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13299 | 2024.09.23 18:27:00.989260 [ 3 ] {e4b7c7e3-4709-4fc1-a0df-e93acfe701a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13300 | 2024.09.23 18:27:00.989894 [ 3 ] {e4b7c7e3-4709-4fc1-a0df-e93acfe701a4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13301 | 2024.09.23 18:27:00.990501 [ 3 ] {e4b7c7e3-4709-4fc1-a0df-e93acfe701a4} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13302 | 2024.09.23 18:27:00.990736 [ 3 ] {e4b7c7e3-4709-4fc1-a0df-e93acfe701a4} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.003069 sec., 81785.59791463017 rows/sec., 7.24 MiB/sec. | ||
13303 | 2024.09.23 18:27:00.991010 [ 3 ] {e4b7c7e3-4709-4fc1-a0df-e93acfe701a4} <Debug> DynamicQueryHandler: Done processing query | ||
13304 | 2024.09.23 18:27:00.991048 [ 3 ] {e4b7c7e3-4709-4fc1-a0df-e93acfe701a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
13305 | 2024.09.23 18:27:00.991074 [ 3 ] {} <Debug> HTTP-Session: 2f8b296e-c89d-4cac-a701-c9e7c1926ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13306 | 2024.09.23 18:27:00.991293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13307 | 2024.09.23 18:27:00.991364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13308 | 2024.09.23 18:27:00.991395 [ 3 ] {} <Debug> HTTP-Session: 1a9e8d46-fcf3-4491-8331-e30d96a4b255 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13309 | 2024.09.23 18:27:00.991423 [ 3 ] {} <Debug> HTTP-Session: 1a9e8d46-fcf3-4491-8331-e30d96a4b255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13310 | 2024.09.23 18:27:00.991447 [ 3 ] {} <Debug> HTTP-Session: 1a9e8d46-fcf3-4491-8331-e30d96a4b255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13311 | 2024.09.23 18:27:00.991492 [ 3 ] {} <Trace> HTTP-Session: 1a9e8d46-fcf3-4491-8331-e30d96a4b255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13312 | 2024.09.23 18:27:00.991645 [ 3 ] {64a849b8-386d-406c-a63d-e8fc2c7967d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13313 | 2024.09.23 18:27:00.991708 [ 3 ] {64a849b8-386d-406c-a63d-e8fc2c7967d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13314 | 2024.09.23 18:27:00.992055 [ 3 ] {64a849b8-386d-406c-a63d-e8fc2c7967d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13315 | 2024.09.23 18:27:00.992476 [ 3 ] {64a849b8-386d-406c-a63d-e8fc2c7967d4} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13316 | 2024.09.23 18:27:00.992524 [ 3 ] {64a849b8-386d-406c-a63d-e8fc2c7967d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13317 | 2024.09.23 18:27:00.992912 [ 3 ] {64a849b8-386d-406c-a63d-e8fc2c7967d4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13318 | 2024.09.23 18:27:00.993280 [ 3 ] {64a849b8-386d-406c-a63d-e8fc2c7967d4} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13319 | 2024.09.23 18:27:00.993447 [ 3 ] {64a849b8-386d-406c-a63d-e8fc2c7967d4} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001849 sec., 16765.819361817197 rows/sec., 1.23 MiB/sec. | ||
13320 | 2024.09.23 18:27:00.993725 [ 3 ] {64a849b8-386d-406c-a63d-e8fc2c7967d4} <Debug> DynamicQueryHandler: Done processing query | ||
13321 | 2024.09.23 18:27:00.993787 [ 3 ] {64a849b8-386d-406c-a63d-e8fc2c7967d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13322 | 2024.09.23 18:27:00.993845 [ 3 ] {} <Debug> HTTP-Session: 1a9e8d46-fcf3-4491-8331-e30d96a4b255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13323 | 2024.09.23 18:27:00.994009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13324 | 2024.09.23 18:27:00.994065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13325 | 2024.09.23 18:27:00.994086 [ 3 ] {} <Debug> HTTP-Session: 9a6c1615-ceef-4113-a755-25b19251f610 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13326 | 2024.09.23 18:27:00.994104 [ 3 ] {} <Debug> HTTP-Session: 9a6c1615-ceef-4113-a755-25b19251f610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13327 | 2024.09.23 18:27:00.994118 [ 3 ] {} <Debug> HTTP-Session: 9a6c1615-ceef-4113-a755-25b19251f610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13328 | 2024.09.23 18:27:00.994150 [ 3 ] {} <Trace> HTTP-Session: 9a6c1615-ceef-4113-a755-25b19251f610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13329 | 2024.09.23 18:27:00.994255 [ 3 ] {a614da0a-c539-46b4-b958-b1fcb865d16d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13330 | 2024.09.23 18:27:00.994301 [ 3 ] {a614da0a-c539-46b4-b958-b1fcb865d16d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13331 | 2024.09.23 18:27:00.994557 [ 3 ] {a614da0a-c539-46b4-b958-b1fcb865d16d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13332 | 2024.09.23 18:27:00.994889 [ 3 ] {a614da0a-c539-46b4-b958-b1fcb865d16d} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13333 | 2024.09.23 18:27:00.994927 [ 3 ] {a614da0a-c539-46b4-b958-b1fcb865d16d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13334 | 2024.09.23 18:27:00.995287 [ 3 ] {a614da0a-c539-46b4-b958-b1fcb865d16d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13335 | 2024.09.23 18:27:00.995661 [ 3 ] {a614da0a-c539-46b4-b958-b1fcb865d16d} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13336 | 2024.09.23 18:27:00.995828 [ 84 ] {} <Debug> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
13337 | 2024.09.23 18:27:00.995837 [ 3 ] {a614da0a-c539-46b4-b958-b1fcb865d16d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001598 sec., 8760.951188986233 rows/sec., 613.56 KiB/sec. | ||
13338 | 2024.09.23 18:27:00.995918 [ 84 ] {} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13339 | 2024.09.23 18:27:00.995995 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13340 | 2024.09.23 18:27:00.996201 [ 3 ] {a614da0a-c539-46b4-b958-b1fcb865d16d} <Debug> DynamicQueryHandler: Done processing query | ||
13341 | 2024.09.23 18:27:00.996222 [ 189 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
13342 | 2024.09.23 18:27:00.996241 [ 3 ] {a614da0a-c539-46b4-b958-b1fcb865d16d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13343 | 2024.09.23 18:27:00.996299 [ 3 ] {} <Debug> HTTP-Session: 9a6c1615-ceef-4113-a755-25b19251f610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13344 | 2024.09.23 18:27:00.996489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13345 | 2024.09.23 18:27:00.996560 [ 189 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13346 | 2024.09.23 18:27:00.996585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13347 | 2024.09.23 18:27:00.996641 [ 3 ] {} <Debug> HTTP-Session: d559b505-6999-489f-9ee2-58f3836328ff Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13348 | 2024.09.23 18:27:00.996643 [ 189 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 243 rows starting from the beginning of the part | ||
13349 | 2024.09.23 18:27:00.996679 [ 3 ] {} <Debug> HTTP-Session: d559b505-6999-489f-9ee2-58f3836328ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13350 | 2024.09.23 18:27:00.996715 [ 3 ] {} <Debug> HTTP-Session: d559b505-6999-489f-9ee2-58f3836328ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13351 | 2024.09.23 18:27:00.996830 [ 3 ] {} <Trace> HTTP-Session: d559b505-6999-489f-9ee2-58f3836328ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13352 | 2024.09.23 18:27:00.996899 [ 189 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
13353 | 2024.09.23 18:27:00.997224 [ 189 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
13354 | 2024.09.23 18:27:00.997334 [ 3 ] {9bbb3c4e-159f-489f-8a7c-ae09c3b591b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13355 | 2024.09.23 18:27:00.997576 [ 189 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 242 rows starting from the beginning of the part | ||
13356 | 2024.09.23 18:27:00.997595 [ 3 ] {9bbb3c4e-159f-489f-8a7c-ae09c3b591b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13357 | 2024.09.23 18:27:00.997851 [ 189 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
13358 | 2024.09.23 18:27:00.998167 [ 189 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
13359 | 2024.09.23 18:27:00.999118 [ 3 ] {9bbb3c4e-159f-489f-8a7c-ae09c3b591b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13360 | 2024.09.23 18:27:01.000046 [ 3 ] {9bbb3c4e-159f-489f-8a7c-ae09c3b591b8} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13361 | 2024.09.23 18:27:01.000138 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.06 MiB, peak 212.43 MiB, free memory in arenas 0.00 B, will set to 204.60 MiB (RSS), difference: -4.46 MiB | ||
13362 | 2024.09.23 18:27:01.000158 [ 3 ] {9bbb3c4e-159f-489f-8a7c-ae09c3b591b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13363 | 2024.09.23 18:27:01.001714 [ 3 ] {9bbb3c4e-159f-489f-8a7c-ae09c3b591b8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13364 | 2024.09.23 18:27:01.001896 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005782864 sec., 93552.26060996765 rows/sec., 6.36 MiB/sec. | ||
13365 | 2024.09.23 18:27:01.002331 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
13366 | 2024.09.23 18:27:01.002377 [ 3 ] {9bbb3c4e-159f-489f-8a7c-ae09c3b591b8} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13367 | 2024.09.23 18:27:01.002756 [ 3 ] {9bbb3c4e-159f-489f-8a7c-ae09c3b591b8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005652 sec., 1061.5711252653928 rows/sec., 62.72 KiB/sec. | ||
13368 | 2024.09.23 18:27:01.003590 [ 3 ] {9bbb3c4e-159f-489f-8a7c-ae09c3b591b8} <Debug> DynamicQueryHandler: Done processing query | ||
13369 | 2024.09.23 18:27:01.003701 [ 3 ] {9bbb3c4e-159f-489f-8a7c-ae09c3b591b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13370 | 2024.09.23 18:27:01.003787 [ 3 ] {} <Debug> HTTP-Session: d559b505-6999-489f-9ee2-58f3836328ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13371 | 2024.09.23 18:27:01.004050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13372 | 2024.09.23 18:27:01.004138 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13373 | 2024.09.23 18:27:01.004152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13374 | 2024.09.23 18:27:01.004208 [ 3 ] {} <Debug> HTTP-Session: f9acf4fd-2b68-4aaa-bfae-332f1f207d27 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13375 | 2024.09.23 18:27:01.004247 [ 3 ] {} <Debug> HTTP-Session: f9acf4fd-2b68-4aaa-bfae-332f1f207d27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13376 | 2024.09.23 18:27:01.004281 [ 3 ] {} <Debug> HTTP-Session: f9acf4fd-2b68-4aaa-bfae-332f1f207d27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13377 | 2024.09.23 18:27:01.004316 [ 196 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_33_7} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
13378 | 2024.09.23 18:27:01.004333 [ 3 ] {} <Trace> HTTP-Session: f9acf4fd-2b68-4aaa-bfae-332f1f207d27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13379 | 2024.09.23 18:27:01.004469 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
13380 | 2024.09.23 18:27:01.004633 [ 3 ] {2d11cca2-19dd-4a15-ab69-caac376d060a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13381 | 2024.09.23 18:27:01.004684 [ 3 ] {2d11cca2-19dd-4a15-ab69-caac376d060a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13382 | 2024.09.23 18:27:01.004939 [ 3 ] {2d11cca2-19dd-4a15-ab69-caac376d060a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13383 | 2024.09.23 18:27:01.005577 [ 3 ] {2d11cca2-19dd-4a15-ab69-caac376d060a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13384 | 2024.09.23 18:27:01.005615 [ 3 ] {2d11cca2-19dd-4a15-ab69-caac376d060a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13385 | 2024.09.23 18:27:01.005996 [ 3 ] {2d11cca2-19dd-4a15-ab69-caac376d060a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13386 | 2024.09.23 18:27:01.006356 [ 3 ] {2d11cca2-19dd-4a15-ab69-caac376d060a} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13387 | 2024.09.23 18:27:01.006516 [ 3 ] {2d11cca2-19dd-4a15-ab69-caac376d060a} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.002015 sec., 204962.77915632757 rows/sec., 14.62 MiB/sec. | ||
13388 | 2024.09.23 18:27:01.006700 [ 3 ] {2d11cca2-19dd-4a15-ab69-caac376d060a} <Debug> DynamicQueryHandler: Done processing query | ||
13389 | 2024.09.23 18:27:01.006724 [ 3 ] {2d11cca2-19dd-4a15-ab69-caac376d060a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
13390 | 2024.09.23 18:27:01.006741 [ 3 ] {} <Debug> HTTP-Session: f9acf4fd-2b68-4aaa-bfae-332f1f207d27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13391 | 2024.09.23 18:27:01.006945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13392 | 2024.09.23 18:27:01.006994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13393 | 2024.09.23 18:27:01.007014 [ 3 ] {} <Debug> HTTP-Session: 7a92076d-04b8-4a6a-98a0-53a5955ca5a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13394 | 2024.09.23 18:27:01.007031 [ 3 ] {} <Debug> HTTP-Session: 7a92076d-04b8-4a6a-98a0-53a5955ca5a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13395 | 2024.09.23 18:27:01.007045 [ 3 ] {} <Debug> HTTP-Session: 7a92076d-04b8-4a6a-98a0-53a5955ca5a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13396 | 2024.09.23 18:27:01.007077 [ 3 ] {} <Trace> HTTP-Session: 7a92076d-04b8-4a6a-98a0-53a5955ca5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13397 | 2024.09.23 18:27:01.007172 [ 3 ] {921b3d6a-7d1d-4403-99ba-591a9219ddd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13398 | 2024.09.23 18:27:01.007218 [ 3 ] {921b3d6a-7d1d-4403-99ba-591a9219ddd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13399 | 2024.09.23 18:27:01.007349 [ 3 ] {921b3d6a-7d1d-4403-99ba-591a9219ddd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13400 | 2024.09.23 18:27:01.007621 [ 3 ] {921b3d6a-7d1d-4403-99ba-591a9219ddd5} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13401 | 2024.09.23 18:27:01.007658 [ 3 ] {921b3d6a-7d1d-4403-99ba-591a9219ddd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13402 | 2024.09.23 18:27:01.008032 [ 3 ] {921b3d6a-7d1d-4403-99ba-591a9219ddd5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13403 | 2024.09.23 18:27:01.008396 [ 3 ] {921b3d6a-7d1d-4403-99ba-591a9219ddd5} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13404 | 2024.09.23 18:27:01.008550 [ 3 ] {921b3d6a-7d1d-4403-99ba-591a9219ddd5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 224.55 KiB/sec. | ||
13405 | 2024.09.23 18:27:01.008812 [ 3 ] {921b3d6a-7d1d-4403-99ba-591a9219ddd5} <Debug> DynamicQueryHandler: Done processing query | ||
13406 | 2024.09.23 18:27:01.008857 [ 3 ] {921b3d6a-7d1d-4403-99ba-591a9219ddd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13407 | 2024.09.23 18:27:01.008874 [ 3 ] {} <Debug> HTTP-Session: 7a92076d-04b8-4a6a-98a0-53a5955ca5a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13408 | 2024.09.23 18:27:01.009036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13409 | 2024.09.23 18:27:01.009084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13410 | 2024.09.23 18:27:01.009103 [ 3 ] {} <Debug> HTTP-Session: 461b6a47-70e4-461e-89b6-c334bbff3a18 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13411 | 2024.09.23 18:27:01.009121 [ 3 ] {} <Debug> HTTP-Session: 461b6a47-70e4-461e-89b6-c334bbff3a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13412 | 2024.09.23 18:27:01.009135 [ 3 ] {} <Debug> HTTP-Session: 461b6a47-70e4-461e-89b6-c334bbff3a18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13413 | 2024.09.23 18:27:01.009165 [ 3 ] {} <Trace> HTTP-Session: 461b6a47-70e4-461e-89b6-c334bbff3a18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13414 | 2024.09.23 18:27:01.009349 [ 3 ] {140604aa-dfdc-4e38-95cb-e8fd2f97e3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13415 | 2024.09.23 18:27:01.009398 [ 3 ] {140604aa-dfdc-4e38-95cb-e8fd2f97e3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13416 | 2024.09.23 18:27:01.009565 [ 3 ] {140604aa-dfdc-4e38-95cb-e8fd2f97e3f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13417 | 2024.09.23 18:27:01.009995 [ 3 ] {140604aa-dfdc-4e38-95cb-e8fd2f97e3f6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13418 | 2024.09.23 18:27:01.010033 [ 3 ] {140604aa-dfdc-4e38-95cb-e8fd2f97e3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13419 | 2024.09.23 18:27:01.010457 [ 3 ] {140604aa-dfdc-4e38-95cb-e8fd2f97e3f6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13420 | 2024.09.23 18:27:01.010829 [ 3 ] {140604aa-dfdc-4e38-95cb-e8fd2f97e3f6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13421 | 2024.09.23 18:27:01.010983 [ 3 ] {140604aa-dfdc-4e38-95cb-e8fd2f97e3f6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001724 sec., 137470.99767981438 rows/sec., 9.21 MiB/sec. | ||
13422 | 2024.09.23 18:27:01.011263 [ 3 ] {140604aa-dfdc-4e38-95cb-e8fd2f97e3f6} <Debug> DynamicQueryHandler: Done processing query | ||
13423 | 2024.09.23 18:27:01.011322 [ 3 ] {140604aa-dfdc-4e38-95cb-e8fd2f97e3f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13424 | 2024.09.23 18:27:01.011378 [ 3 ] {} <Debug> HTTP-Session: 461b6a47-70e4-461e-89b6-c334bbff3a18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13425 | 2024.09.23 18:27:01.011583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13426 | 2024.09.23 18:27:01.011636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13427 | 2024.09.23 18:27:01.011656 [ 3 ] {} <Debug> HTTP-Session: 77a41735-0816-468b-aaf3-d67547d462f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13428 | 2024.09.23 18:27:01.011673 [ 3 ] {} <Debug> HTTP-Session: 77a41735-0816-468b-aaf3-d67547d462f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13429 | 2024.09.23 18:27:01.011687 [ 3 ] {} <Debug> HTTP-Session: 77a41735-0816-468b-aaf3-d67547d462f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13430 | 2024.09.23 18:27:01.011720 [ 3 ] {} <Trace> HTTP-Session: 77a41735-0816-468b-aaf3-d67547d462f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13431 | 2024.09.23 18:27:01.011817 [ 3 ] {a5a38192-554e-4bff-8703-dda22920ee0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13432 | 2024.09.23 18:27:01.011865 [ 3 ] {a5a38192-554e-4bff-8703-dda22920ee0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13433 | 2024.09.23 18:27:01.012017 [ 3 ] {a5a38192-554e-4bff-8703-dda22920ee0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13434 | 2024.09.23 18:27:01.012280 [ 3 ] {a5a38192-554e-4bff-8703-dda22920ee0f} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13435 | 2024.09.23 18:27:01.012316 [ 3 ] {a5a38192-554e-4bff-8703-dda22920ee0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13436 | 2024.09.23 18:27:01.012689 [ 3 ] {a5a38192-554e-4bff-8703-dda22920ee0f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13437 | 2024.09.23 18:27:01.013020 [ 3 ] {a5a38192-554e-4bff-8703-dda22920ee0f} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13438 | 2024.09.23 18:27:01.013162 [ 3 ] {a5a38192-554e-4bff-8703-dda22920ee0f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001365 sec., 732.6007326007326 rows/sec., 49.36 KiB/sec. | ||
13439 | 2024.09.23 18:27:01.013190 [ 83 ] {} <Debug> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
13440 | 2024.09.23 18:27:01.013292 [ 83 ] {} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13441 | 2024.09.23 18:27:01.013329 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13442 | 2024.09.23 18:27:01.013398 [ 3 ] {a5a38192-554e-4bff-8703-dda22920ee0f} <Debug> DynamicQueryHandler: Done processing query | ||
13443 | 2024.09.23 18:27:01.013464 [ 3 ] {a5a38192-554e-4bff-8703-dda22920ee0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13444 | 2024.09.23 18:27:01.013514 [ 3 ] {} <Debug> HTTP-Session: 77a41735-0816-468b-aaf3-d67547d462f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13445 | 2024.09.23 18:27:01.013541 [ 199 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
13446 | 2024.09.23 18:27:01.013735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51861, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13447 | 2024.09.23 18:27:01.013786 [ 199 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13448 | 2024.09.23 18:27:01.013825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13449 | 2024.09.23 18:27:01.013859 [ 199 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 29 rows starting from the beginning of the part | ||
13450 | 2024.09.23 18:27:01.013863 [ 3 ] {} <Debug> HTTP-Session: 416a82a9-0316-49ab-a788-9aa814d4d402 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13451 | 2024.09.23 18:27:01.013921 [ 3 ] {} <Debug> HTTP-Session: 416a82a9-0316-49ab-a788-9aa814d4d402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13452 | 2024.09.23 18:27:01.013963 [ 3 ] {} <Debug> HTTP-Session: 416a82a9-0316-49ab-a788-9aa814d4d402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13453 | 2024.09.23 18:27:01.014110 [ 3 ] {} <Trace> HTTP-Session: 416a82a9-0316-49ab-a788-9aa814d4d402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13454 | 2024.09.23 18:27:01.014131 [ 199 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
13455 | 2024.09.23 18:27:01.014426 [ 199 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
13456 | 2024.09.23 18:27:01.014509 [ 199 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
13457 | 2024.09.23 18:27:01.014789 [ 199 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
13458 | 2024.09.23 18:27:01.014878 [ 3 ] {9c4018a7-7f00-491f-9d6b-592a78dc0ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13459 | 2024.09.23 18:27:01.015067 [ 199 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
13460 | 2024.09.23 18:27:01.015388 [ 3 ] {9c4018a7-7f00-491f-9d6b-592a78dc0ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13461 | 2024.09.23 18:27:01.017301 [ 3 ] {9c4018a7-7f00-491f-9d6b-592a78dc0ec3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13462 | 2024.09.23 18:27:01.018756 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.005333824 sec., 6374.413553953036 rows/sec., 428.06 KiB/sec. | ||
13463 | 2024.09.23 18:27:01.019024 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
13464 | 2024.09.23 18:27:01.019030 [ 3 ] {9c4018a7-7f00-491f-9d6b-592a78dc0ec3} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13465 | 2024.09.23 18:27:01.019112 [ 3 ] {9c4018a7-7f00-491f-9d6b-592a78dc0ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13466 | 2024.09.23 18:27:01.020153 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13467 | 2024.09.23 18:27:01.020341 [ 191 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_33_7} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
13468 | 2024.09.23 18:27:01.020553 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
13469 | 2024.09.23 18:27:01.020780 [ 3 ] {9c4018a7-7f00-491f-9d6b-592a78dc0ec3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13470 | 2024.09.23 18:27:01.021216 [ 3 ] {9c4018a7-7f00-491f-9d6b-592a78dc0ec3} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13471 | 2024.09.23 18:27:01.021416 [ 3 ] {9c4018a7-7f00-491f-9d6b-592a78dc0ec3} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007063 sec., 4389.0698003681155 rows/sec., 7.87 MiB/sec. | ||
13472 | 2024.09.23 18:27:01.021986 [ 3 ] {9c4018a7-7f00-491f-9d6b-592a78dc0ec3} <Debug> DynamicQueryHandler: Done processing query | ||
13473 | 2024.09.23 18:27:01.022026 [ 3 ] {9c4018a7-7f00-491f-9d6b-592a78dc0ec3} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
13474 | 2024.09.23 18:27:01.022043 [ 3 ] {} <Debug> HTTP-Session: 416a82a9-0316-49ab-a788-9aa814d4d402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13475 | 2024.09.23 18:27:01.022190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13476 | 2024.09.23 18:27:01.022242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13477 | 2024.09.23 18:27:01.022260 [ 3 ] {} <Debug> HTTP-Session: 4ebefe38-8eea-4db2-8216-4cfffc3a65d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13478 | 2024.09.23 18:27:01.022278 [ 3 ] {} <Debug> HTTP-Session: 4ebefe38-8eea-4db2-8216-4cfffc3a65d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13479 | 2024.09.23 18:27:01.022292 [ 3 ] {} <Debug> HTTP-Session: 4ebefe38-8eea-4db2-8216-4cfffc3a65d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13480 | 2024.09.23 18:27:01.022323 [ 3 ] {} <Trace> HTTP-Session: 4ebefe38-8eea-4db2-8216-4cfffc3a65d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13481 | 2024.09.23 18:27:01.022460 [ 3 ] {b88f95dc-13ed-4670-8624-2c2f280017e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13482 | 2024.09.23 18:27:01.022508 [ 3 ] {b88f95dc-13ed-4670-8624-2c2f280017e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13483 | 2024.09.23 18:27:01.022659 [ 3 ] {b88f95dc-13ed-4670-8624-2c2f280017e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13484 | 2024.09.23 18:27:01.022968 [ 3 ] {b88f95dc-13ed-4670-8624-2c2f280017e9} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13485 | 2024.09.23 18:27:01.023005 [ 3 ] {b88f95dc-13ed-4670-8624-2c2f280017e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13486 | 2024.09.23 18:27:01.023374 [ 3 ] {b88f95dc-13ed-4670-8624-2c2f280017e9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13487 | 2024.09.23 18:27:01.023706 [ 3 ] {b88f95dc-13ed-4670-8624-2c2f280017e9} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13488 | 2024.09.23 18:27:01.023859 [ 3 ] {b88f95dc-13ed-4670-8624-2c2f280017e9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001451 sec., 56512.74982770503 rows/sec., 3.59 MiB/sec. | ||
13489 | 2024.09.23 18:27:01.024105 [ 3 ] {b88f95dc-13ed-4670-8624-2c2f280017e9} <Debug> DynamicQueryHandler: Done processing query | ||
13490 | 2024.09.23 18:27:01.024157 [ 3 ] {b88f95dc-13ed-4670-8624-2c2f280017e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13491 | 2024.09.23 18:27:01.024215 [ 3 ] {} <Debug> HTTP-Session: 4ebefe38-8eea-4db2-8216-4cfffc3a65d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13492 | 2024.09.23 18:27:02.000289 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.86 MiB, peak 212.43 MiB, free memory in arenas 0.00 B, will set to 204.62 MiB (RSS), difference: 3.76 MiB | ||
13493 | 2024.09.23 18:27:05.981671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13494 | 2024.09.23 18:27:05.981811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13495 | 2024.09.23 18:27:05.981839 [ 3 ] {} <Debug> HTTP-Session: 09210b13-4777-4cd0-8623-091a7c1dc130 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13496 | 2024.09.23 18:27:05.981870 [ 3 ] {} <Debug> HTTP-Session: 09210b13-4777-4cd0-8623-091a7c1dc130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13497 | 2024.09.23 18:27:05.981886 [ 3 ] {} <Debug> HTTP-Session: 09210b13-4777-4cd0-8623-091a7c1dc130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13498 | 2024.09.23 18:27:05.981940 [ 3 ] {} <Trace> HTTP-Session: 09210b13-4777-4cd0-8623-091a7c1dc130 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13499 | 2024.09.23 18:27:05.982160 [ 3 ] {b112f3ba-f023-4d3f-936d-8513dba2b1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13500 | 2024.09.23 18:27:05.982242 [ 3 ] {b112f3ba-f023-4d3f-936d-8513dba2b1c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13501 | 2024.09.23 18:27:05.982588 [ 3 ] {b112f3ba-f023-4d3f-936d-8513dba2b1c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13502 | 2024.09.23 18:27:05.983077 [ 3 ] {b112f3ba-f023-4d3f-936d-8513dba2b1c2} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13503 | 2024.09.23 18:27:05.983124 [ 3 ] {b112f3ba-f023-4d3f-936d-8513dba2b1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13504 | 2024.09.23 18:27:05.983566 [ 3 ] {b112f3ba-f023-4d3f-936d-8513dba2b1c2} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13505 | 2024.09.23 18:27:05.983974 [ 3 ] {b112f3ba-f023-4d3f-936d-8513dba2b1c2} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13506 | 2024.09.23 18:27:05.984139 [ 3 ] {b112f3ba-f023-4d3f-936d-8513dba2b1c2} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.002052 sec., 36062.37816764133 rows/sec., 2.89 MiB/sec. | ||
13507 | 2024.09.23 18:27:05.984177 [ 79 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13508 | 2024.09.23 18:27:05.984299 [ 79 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13509 | 2024.09.23 18:27:05.984353 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13510 | 2024.09.23 18:27:05.984497 [ 3 ] {b112f3ba-f023-4d3f-936d-8513dba2b1c2} <Debug> DynamicQueryHandler: Done processing query | ||
13511 | 2024.09.23 18:27:05.984587 [ 3 ] {b112f3ba-f023-4d3f-936d-8513dba2b1c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13512 | 2024.09.23 18:27:05.984645 [ 3 ] {} <Debug> HTTP-Session: 09210b13-4777-4cd0-8623-091a7c1dc130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13513 | 2024.09.23 18:27:05.984739 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
13514 | 2024.09.23 18:27:05.984971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13515 | 2024.09.23 18:27:05.985174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13516 | 2024.09.23 18:27:05.985271 [ 3 ] {} <Debug> HTTP-Session: 8ff942c1-d257-49c0-ad70-ec8d6f165949 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13517 | 2024.09.23 18:27:05.985355 [ 3 ] {} <Debug> HTTP-Session: 8ff942c1-d257-49c0-ad70-ec8d6f165949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13518 | 2024.09.23 18:27:05.985413 [ 3 ] {} <Debug> HTTP-Session: 8ff942c1-d257-49c0-ad70-ec8d6f165949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13519 | 2024.09.23 18:27:05.985571 [ 3 ] {} <Trace> HTTP-Session: 8ff942c1-d257-49c0-ad70-ec8d6f165949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13520 | 2024.09.23 18:27:05.985646 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13521 | 2024.09.23 18:27:05.985726 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1419 rows starting from the beginning of the part | ||
13522 | 2024.09.23 18:27:05.985838 [ 3 ] {8867403a-ff88-464b-a5e2-1df91cb211bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13523 | 2024.09.23 18:27:05.985950 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 74 rows starting from the beginning of the part | ||
13524 | 2024.09.23 18:27:05.986004 [ 3 ] {8867403a-ff88-464b-a5e2-1df91cb211bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13525 | 2024.09.23 18:27:05.986281 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 251 rows starting from the beginning of the part | ||
13526 | 2024.09.23 18:27:05.986655 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 74 rows starting from the beginning of the part | ||
13527 | 2024.09.23 18:27:05.986940 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 251 rows starting from the beginning of the part | ||
13528 | 2024.09.23 18:27:05.987327 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 74 rows starting from the beginning of the part | ||
13529 | 2024.09.23 18:27:05.987985 [ 3 ] {8867403a-ff88-464b-a5e2-1df91cb211bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13530 | 2024.09.23 18:27:05.988749 [ 3 ] {8867403a-ff88-464b-a5e2-1df91cb211bb} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13531 | 2024.09.23 18:27:05.988823 [ 3 ] {8867403a-ff88-464b-a5e2-1df91cb211bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13532 | 2024.09.23 18:27:05.989950 [ 3 ] {8867403a-ff88-464b-a5e2-1df91cb211bb} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13533 | 2024.09.23 18:27:05.990691 [ 3 ] {8867403a-ff88-464b-a5e2-1df91cb211bb} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13534 | 2024.09.23 18:27:05.990699 [ 192 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2143 rows, containing 5 columns (5 merged, 0 gathered) in 0.006249116 sec., 342928.5038075785 rows/sec., 30.22 MiB/sec. | ||
13535 | 2024.09.23 18:27:05.990940 [ 79 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13536 | 2024.09.23 18:27:05.990966 [ 3 ] {8867403a-ff88-464b-a5e2-1df91cb211bb} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.005202 sec., 1730.1038062283737 rows/sec., 130.10 KiB/sec. | ||
13537 | 2024.09.23 18:27:05.991019 [ 79 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13538 | 2024.09.23 18:27:05.991112 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13539 | 2024.09.23 18:27:05.991151 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13540 | 2024.09.23 18:27:05.991678 [ 3 ] {8867403a-ff88-464b-a5e2-1df91cb211bb} <Debug> DynamicQueryHandler: Done processing query | ||
13541 | 2024.09.23 18:27:05.991729 [ 3 ] {8867403a-ff88-464b-a5e2-1df91cb211bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13542 | 2024.09.23 18:27:05.991736 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
13543 | 2024.09.23 18:27:05.991789 [ 3 ] {} <Debug> HTTP-Session: 8ff942c1-d257-49c0-ad70-ec8d6f165949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13544 | 2024.09.23 18:27:05.992191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13545 | 2024.09.23 18:27:05.992344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13546 | 2024.09.23 18:27:05.992429 [ 3 ] {} <Debug> HTTP-Session: a3b533bd-fad7-4584-937d-50a06bfc417d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13547 | 2024.09.23 18:27:05.992522 [ 3 ] {} <Debug> HTTP-Session: a3b533bd-fad7-4584-937d-50a06bfc417d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13548 | 2024.09.23 18:27:05.992538 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13549 | 2024.09.23 18:27:05.992564 [ 3 ] {} <Debug> HTTP-Session: a3b533bd-fad7-4584-937d-50a06bfc417d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13550 | 2024.09.23 18:27:05.992664 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 58 rows starting from the beginning of the part | ||
13551 | 2024.09.23 18:27:05.992762 [ 3 ] {} <Trace> HTTP-Session: a3b533bd-fad7-4584-937d-50a06bfc417d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13552 | 2024.09.23 18:27:05.993133 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 9 rows starting from the beginning of the part | ||
13553 | 2024.09.23 18:27:05.993207 [ 3 ] {a5ee5b49-030e-4d38-b8e7-dfca21d08fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13554 | 2024.09.23 18:27:05.993395 [ 3 ] {a5ee5b49-030e-4d38-b8e7-dfca21d08fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13555 | 2024.09.23 18:27:05.993659 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 31 rows starting from the beginning of the part | ||
13556 | 2024.09.23 18:27:05.994046 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13557 | 2024.09.23 18:27:05.994281 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part | ||
13558 | 2024.09.23 18:27:05.994554 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_76_15} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13559 | 2024.09.23 18:27:05.994969 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 31 rows starting from the beginning of the part | ||
13560 | 2024.09.23 18:27:05.995100 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
13561 | 2024.09.23 18:27:05.995554 [ 194 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 9 rows starting from the beginning of the part | ||
13562 | 2024.09.23 18:27:05.996756 [ 3 ] {a5ee5b49-030e-4d38-b8e7-dfca21d08fb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13563 | 2024.09.23 18:27:05.997620 [ 3 ] {a5ee5b49-030e-4d38-b8e7-dfca21d08fb0} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13564 | 2024.09.23 18:27:05.997664 [ 3 ] {a5ee5b49-030e-4d38-b8e7-dfca21d08fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13565 | 2024.09.23 18:27:05.998229 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 147 rows, containing 5 columns (5 merged, 0 gathered) in 0.006954514 sec., 21137.350503572212 rows/sec., 1.62 MiB/sec. | ||
13566 | 2024.09.23 18:27:05.998276 [ 3 ] {a5ee5b49-030e-4d38-b8e7-dfca21d08fb0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13567 | 2024.09.23 18:27:05.998447 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13568 | 2024.09.23 18:27:05.999270 [ 3 ] {a5ee5b49-030e-4d38-b8e7-dfca21d08fb0} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13569 | 2024.09.23 18:27:05.999508 [ 79 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13570 | 2024.09.23 18:27:05.999586 [ 3 ] {a5ee5b49-030e-4d38-b8e7-dfca21d08fb0} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.006549 sec., 11146.739960299283 rows/sec., 891.12 KiB/sec. | ||
13571 | 2024.09.23 18:27:05.999601 [ 79 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13572 | 2024.09.23 18:27:05.999670 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13573 | 2024.09.23 18:27:05.999654 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_66_13} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13574 | 2024.09.23 18:27:06.000091 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
13575 | 2024.09.23 18:27:06.000156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.23 MiB, peak 213.58 MiB, free memory in arenas 0.00 B, will set to 204.66 MiB (RSS), difference: -8.56 MiB | ||
13576 | 2024.09.23 18:27:06.000275 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_66_13} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13577 | 2024.09.23 18:27:06.000335 [ 3 ] {a5ee5b49-030e-4d38-b8e7-dfca21d08fb0} <Debug> DynamicQueryHandler: Done processing query | ||
13578 | 2024.09.23 18:27:06.000446 [ 3 ] {a5ee5b49-030e-4d38-b8e7-dfca21d08fb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13579 | 2024.09.23 18:27:06.000567 [ 3 ] {} <Debug> HTTP-Session: a3b533bd-fad7-4584-937d-50a06bfc417d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13580 | 2024.09.23 18:27:06.000766 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
13581 | 2024.09.23 18:27:06.000975 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13582 | 2024.09.23 18:27:06.000996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13583 | 2024.09.23 18:27:06.001036 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part | ||
13584 | 2024.09.23 18:27:06.001127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13585 | 2024.09.23 18:27:06.001229 [ 3 ] {} <Debug> HTTP-Session: b483fe42-d6ac-4af0-8ea1-aca36ed81cbc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13586 | 2024.09.23 18:27:06.001372 [ 3 ] {} <Debug> HTTP-Session: b483fe42-d6ac-4af0-8ea1-aca36ed81cbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13587 | 2024.09.23 18:27:06.001428 [ 3 ] {} <Debug> HTTP-Session: b483fe42-d6ac-4af0-8ea1-aca36ed81cbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13588 | 2024.09.23 18:27:06.001450 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 73 rows starting from the beginning of the part | ||
13589 | 2024.09.23 18:27:06.001540 [ 3 ] {} <Trace> HTTP-Session: b483fe42-d6ac-4af0-8ea1-aca36ed81cbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13590 | 2024.09.23 18:27:06.001755 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 413 rows starting from the beginning of the part | ||
13591 | 2024.09.23 18:27:06.002029 [ 3 ] {7aa8415a-489d-4eef-9a7f-c3051bf7a3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13592 | 2024.09.23 18:27:06.002084 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 73 rows starting from the beginning of the part | ||
13593 | 2024.09.23 18:27:06.002196 [ 3 ] {7aa8415a-489d-4eef-9a7f-c3051bf7a3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13594 | 2024.09.23 18:27:06.002458 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 413 rows starting from the beginning of the part | ||
13595 | 2024.09.23 18:27:06.002823 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 73 rows starting from the beginning of the part | ||
13596 | 2024.09.23 18:27:06.003298 [ 3 ] {7aa8415a-489d-4eef-9a7f-c3051bf7a3b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13597 | 2024.09.23 18:27:06.003834 [ 3 ] {7aa8415a-489d-4eef-9a7f-c3051bf7a3b6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13598 | 2024.09.23 18:27:06.003881 [ 3 ] {7aa8415a-489d-4eef-9a7f-c3051bf7a3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13599 | 2024.09.23 18:27:06.004495 [ 3 ] {7aa8415a-489d-4eef-9a7f-c3051bf7a3b6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13600 | 2024.09.23 18:27:06.004934 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.005116488 sec., 382879.8191259317 rows/sec., 29.31 MiB/sec. | ||
13601 | 2024.09.23 18:27:06.005038 [ 3 ] {7aa8415a-489d-4eef-9a7f-c3051bf7a3b6} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13602 | 2024.09.23 18:27:06.005120 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13603 | 2024.09.23 18:27:06.005279 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13604 | 2024.09.23 18:27:06.005323 [ 3 ] {7aa8415a-489d-4eef-9a7f-c3051bf7a3b6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003541 sec., 45184.9759954815 rows/sec., 3.15 MiB/sec. | ||
13605 | 2024.09.23 18:27:06.005367 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13606 | 2024.09.23 18:27:06.005493 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13607 | 2024.09.23 18:27:06.005872 [ 3 ] {7aa8415a-489d-4eef-9a7f-c3051bf7a3b6} <Debug> DynamicQueryHandler: Done processing query | ||
13608 | 2024.09.23 18:27:06.005961 [ 3 ] {7aa8415a-489d-4eef-9a7f-c3051bf7a3b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13609 | 2024.09.23 18:27:06.006026 [ 3 ] {} <Debug> HTTP-Session: b483fe42-d6ac-4af0-8ea1-aca36ed81cbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13610 | 2024.09.23 18:27:06.006050 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
13611 | 2024.09.23 18:27:06.006238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13612 | 2024.09.23 18:27:06.006339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13613 | 2024.09.23 18:27:06.006387 [ 3 ] {} <Debug> HTTP-Session: f9cb741d-3de5-45d2-8900-a9481feae3f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13614 | 2024.09.23 18:27:06.006443 [ 3 ] {} <Debug> HTTP-Session: f9cb741d-3de5-45d2-8900-a9481feae3f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13615 | 2024.09.23 18:27:06.006447 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13616 | 2024.09.23 18:27:06.006464 [ 3 ] {} <Debug> HTTP-Session: f9cb741d-3de5-45d2-8900-a9481feae3f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13617 | 2024.09.23 18:27:06.006526 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21402 rows starting from the beginning of the part | ||
13618 | 2024.09.23 18:27:06.006537 [ 3 ] {} <Trace> HTTP-Session: f9cb741d-3de5-45d2-8900-a9481feae3f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13619 | 2024.09.23 18:27:06.006550 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13620 | 2024.09.23 18:27:06.006892 [ 190 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_76_15} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13621 | 2024.09.23 18:27:06.006985 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
13622 | 2024.09.23 18:27:06.007064 [ 3 ] {58a7b14f-ae97-401b-b362-e673a55ca6f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13623 | 2024.09.23 18:27:06.007212 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
13624 | 2024.09.23 18:27:06.007486 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
13625 | 2024.09.23 18:27:06.007536 [ 3 ] {58a7b14f-ae97-401b-b362-e673a55ca6f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13626 | 2024.09.23 18:27:06.007768 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
13627 | 2024.09.23 18:27:06.008188 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
13628 | 2024.09.23 18:27:06.008576 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
13629 | 2024.09.23 18:27:06.009801 [ 3 ] {58a7b14f-ae97-401b-b362-e673a55ca6f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13630 | 2024.09.23 18:27:06.010340 [ 3 ] {58a7b14f-ae97-401b-b362-e673a55ca6f0} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13631 | 2024.09.23 18:27:06.010377 [ 3 ] {58a7b14f-ae97-401b-b362-e673a55ca6f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13632 | 2024.09.23 18:27:06.011335 [ 3 ] {58a7b14f-ae97-401b-b362-e673a55ca6f0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13633 | 2024.09.23 18:27:06.011922 [ 3 ] {58a7b14f-ae97-401b-b362-e673a55ca6f0} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13634 | 2024.09.23 18:27:06.012478 [ 3 ] {58a7b14f-ae97-401b-b362-e673a55ca6f0} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00573 sec., 1570.6806282722514 rows/sec., 2.81 MiB/sec. | ||
13635 | 2024.09.23 18:27:06.012718 [ 3 ] {58a7b14f-ae97-401b-b362-e673a55ca6f0} <Debug> DynamicQueryHandler: Done processing query | ||
13636 | 2024.09.23 18:27:06.012743 [ 3 ] {58a7b14f-ae97-401b-b362-e673a55ca6f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
13637 | 2024.09.23 18:27:06.012760 [ 3 ] {} <Debug> HTTP-Session: f9cb741d-3de5-45d2-8900-a9481feae3f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13638 | 2024.09.23 18:27:06.012901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13639 | 2024.09.23 18:27:06.012951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13640 | 2024.09.23 18:27:06.012972 [ 3 ] {} <Debug> HTTP-Session: 44d4c598-b3f3-49a1-a701-38cef25dabe1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13641 | 2024.09.23 18:27:06.012990 [ 3 ] {} <Debug> HTTP-Session: 44d4c598-b3f3-49a1-a701-38cef25dabe1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13642 | 2024.09.23 18:27:06.013004 [ 3 ] {} <Debug> HTTP-Session: 44d4c598-b3f3-49a1-a701-38cef25dabe1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13643 | 2024.09.23 18:27:06.013036 [ 3 ] {} <Trace> HTTP-Session: 44d4c598-b3f3-49a1-a701-38cef25dabe1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13644 | 2024.09.23 18:27:06.013151 [ 3 ] {62a5b62c-3f75-4e1a-88a5-40e0e5cb3911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13645 | 2024.09.23 18:27:06.013198 [ 3 ] {62a5b62c-3f75-4e1a-88a5-40e0e5cb3911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13646 | 2024.09.23 18:27:06.013329 [ 3 ] {62a5b62c-3f75-4e1a-88a5-40e0e5cb3911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13647 | 2024.09.23 18:27:06.013646 [ 3 ] {62a5b62c-3f75-4e1a-88a5-40e0e5cb3911} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13648 | 2024.09.23 18:27:06.013683 [ 3 ] {62a5b62c-3f75-4e1a-88a5-40e0e5cb3911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13649 | 2024.09.23 18:27:06.015762 [ 3 ] {62a5b62c-3f75-4e1a-88a5-40e0e5cb3911} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13650 | 2024.09.23 18:27:06.016175 [ 3 ] {62a5b62c-3f75-4e1a-88a5-40e0e5cb3911} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13651 | 2024.09.23 18:27:06.016320 [ 3 ] {62a5b62c-3f75-4e1a-88a5-40e0e5cb3911} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003204 sec., 18726.591760299627 rows/sec., 1.26 MiB/sec. | ||
13652 | 2024.09.23 18:27:06.016320 [ 78 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13653 | 2024.09.23 18:27:06.016381 [ 78 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13654 | 2024.09.23 18:27:06.016411 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13655 | 2024.09.23 18:27:06.016570 [ 3 ] {62a5b62c-3f75-4e1a-88a5-40e0e5cb3911} <Debug> DynamicQueryHandler: Done processing query | ||
13656 | 2024.09.23 18:27:06.016646 [ 3 ] {62a5b62c-3f75-4e1a-88a5-40e0e5cb3911} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13657 | 2024.09.23 18:27:06.016706 [ 3 ] {} <Debug> HTTP-Session: 44d4c598-b3f3-49a1-a701-38cef25dabe1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13658 | 2024.09.23 18:27:06.016792 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
13659 | 2024.09.23 18:27:06.017008 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13660 | 2024.09.23 18:27:06.017048 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4106 rows starting from the beginning of the part | ||
13661 | 2024.09.23 18:27:06.017248 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
13662 | 2024.09.23 18:27:06.017500 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
13663 | 2024.09.23 18:27:06.017766 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
13664 | 2024.09.23 18:27:06.018018 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
13665 | 2024.09.23 18:27:06.018245 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
13666 | 2024.09.23 18:27:06.018955 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22356 rows, containing 5 columns (5 merged, 0 gathered) in 0.013304724 sec., 1680305.4313640778 rows/sec., 113.38 MiB/sec. | ||
13667 | 2024.09.23 18:27:06.019399 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13668 | 2024.09.23 18:27:06.020432 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13669 | 2024.09.23 18:27:06.020652 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13670 | 2024.09.23 18:27:06.020781 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
13671 | 2024.09.23 18:27:06.021672 [ 188 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4450 rows, containing 4 columns (4 merged, 0 gathered) in 0.005179539 sec., 859149.8200901663 rows/sec., 55.89 MiB/sec. | ||
13672 | 2024.09.23 18:27:06.021984 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13673 | 2024.09.23 18:27:06.022401 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13674 | 2024.09.23 18:27:06.022484 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_76_15} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13675 | 2024.09.23 18:27:06.022568 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
13676 | 2024.09.23 18:27:07.000203 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.65 MiB, peak 213.58 MiB, free memory in arenas 0.00 B, will set to 205.57 MiB (RSS), difference: 8.92 MiB | ||
13677 | 2024.09.23 18:27:07.577572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13678 | 2024.09.23 18:27:07.577708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13679 | 2024.09.23 18:27:07.577738 [ 3 ] {} <Debug> HTTP-Session: 586e5b09-d2ef-4aa6-9c0c-2c300ccf541d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13680 | 2024.09.23 18:27:07.577768 [ 3 ] {} <Debug> HTTP-Session: 586e5b09-d2ef-4aa6-9c0c-2c300ccf541d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13681 | 2024.09.23 18:27:07.577787 [ 3 ] {} <Debug> HTTP-Session: 586e5b09-d2ef-4aa6-9c0c-2c300ccf541d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13682 | 2024.09.23 18:27:07.577842 [ 3 ] {} <Trace> HTTP-Session: 586e5b09-d2ef-4aa6-9c0c-2c300ccf541d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13683 | 2024.09.23 18:27:07.578397 [ 3 ] {f5bdf146-708a-44e3-8081-3f72e853c217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13684 | 2024.09.23 18:27:07.578466 [ 3 ] {f5bdf146-708a-44e3-8081-3f72e853c217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13685 | 2024.09.23 18:27:07.578801 [ 3 ] {f5bdf146-708a-44e3-8081-3f72e853c217} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13686 | 2024.09.23 18:27:07.580073 [ 3 ] {f5bdf146-708a-44e3-8081-3f72e853c217} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13687 | 2024.09.23 18:27:07.580119 [ 3 ] {f5bdf146-708a-44e3-8081-3f72e853c217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13688 | 2024.09.23 18:27:07.580641 [ 3 ] {f5bdf146-708a-44e3-8081-3f72e853c217} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13689 | 2024.09.23 18:27:07.581042 [ 3 ] {f5bdf146-708a-44e3-8081-3f72e853c217} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13690 | 2024.09.23 18:27:07.581213 [ 3 ] {f5bdf146-708a-44e3-8081-3f72e853c217} <Debug> executeQuery: Read 1345 rows, 114.56 KiB in 0.003168 sec., 424558.08080808085 rows/sec., 35.31 MiB/sec. | ||
13691 | 2024.09.23 18:27:07.581443 [ 3 ] {f5bdf146-708a-44e3-8081-3f72e853c217} <Debug> DynamicQueryHandler: Done processing query | ||
13692 | 2024.09.23 18:27:07.581481 [ 3 ] {f5bdf146-708a-44e3-8081-3f72e853c217} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
13693 | 2024.09.23 18:27:07.581512 [ 3 ] {} <Debug> HTTP-Session: 586e5b09-d2ef-4aa6-9c0c-2c300ccf541d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13694 | 2024.09.23 18:27:07.581819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13695 | 2024.09.23 18:27:07.581870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13696 | 2024.09.23 18:27:07.581891 [ 3 ] {} <Debug> HTTP-Session: 5229f25c-19f5-4666-a65d-4a3817a9f1bc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13697 | 2024.09.23 18:27:07.581935 [ 3 ] {} <Debug> HTTP-Session: 5229f25c-19f5-4666-a65d-4a3817a9f1bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13698 | 2024.09.23 18:27:07.581950 [ 3 ] {} <Debug> HTTP-Session: 5229f25c-19f5-4666-a65d-4a3817a9f1bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13699 | 2024.09.23 18:27:07.581983 [ 3 ] {} <Trace> HTTP-Session: 5229f25c-19f5-4666-a65d-4a3817a9f1bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13700 | 2024.09.23 18:27:07.582083 [ 3 ] {ed255a6b-9352-404f-bbf6-45887c9d46d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13701 | 2024.09.23 18:27:07.582127 [ 3 ] {ed255a6b-9352-404f-bbf6-45887c9d46d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13702 | 2024.09.23 18:27:07.582355 [ 3 ] {ed255a6b-9352-404f-bbf6-45887c9d46d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13703 | 2024.09.23 18:27:07.582691 [ 3 ] {ed255a6b-9352-404f-bbf6-45887c9d46d9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13704 | 2024.09.23 18:27:07.582729 [ 3 ] {ed255a6b-9352-404f-bbf6-45887c9d46d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13705 | 2024.09.23 18:27:07.583084 [ 3 ] {ed255a6b-9352-404f-bbf6-45887c9d46d9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13706 | 2024.09.23 18:27:07.583449 [ 3 ] {ed255a6b-9352-404f-bbf6-45887c9d46d9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13707 | 2024.09.23 18:27:07.583638 [ 3 ] {ed255a6b-9352-404f-bbf6-45887c9d46d9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001577 sec., 5072.92327203551 rows/sec., 381.46 KiB/sec. | ||
13708 | 2024.09.23 18:27:07.583920 [ 3 ] {ed255a6b-9352-404f-bbf6-45887c9d46d9} <Debug> DynamicQueryHandler: Done processing query | ||
13709 | 2024.09.23 18:27:07.583985 [ 3 ] {ed255a6b-9352-404f-bbf6-45887c9d46d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13710 | 2024.09.23 18:27:07.584046 [ 3 ] {} <Debug> HTTP-Session: 5229f25c-19f5-4666-a65d-4a3817a9f1bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13711 | 2024.09.23 18:27:07.584266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13712 | 2024.09.23 18:27:07.584320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13713 | 2024.09.23 18:27:07.584340 [ 3 ] {} <Debug> HTTP-Session: d5b5b460-eba0-4d16-b475-b6d2b3664d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13714 | 2024.09.23 18:27:07.584358 [ 3 ] {} <Debug> HTTP-Session: d5b5b460-eba0-4d16-b475-b6d2b3664d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13715 | 2024.09.23 18:27:07.584372 [ 3 ] {} <Debug> HTTP-Session: d5b5b460-eba0-4d16-b475-b6d2b3664d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13716 | 2024.09.23 18:27:07.584405 [ 3 ] {} <Trace> HTTP-Session: d5b5b460-eba0-4d16-b475-b6d2b3664d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13717 | 2024.09.23 18:27:07.584567 [ 3 ] {180154ef-54b6-4391-93ba-d96c42022eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13718 | 2024.09.23 18:27:07.584613 [ 3 ] {180154ef-54b6-4391-93ba-d96c42022eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13719 | 2024.09.23 18:27:07.584856 [ 3 ] {180154ef-54b6-4391-93ba-d96c42022eb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13720 | 2024.09.23 18:27:07.585286 [ 3 ] {180154ef-54b6-4391-93ba-d96c42022eb0} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13721 | 2024.09.23 18:27:07.585324 [ 3 ] {180154ef-54b6-4391-93ba-d96c42022eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13722 | 2024.09.23 18:27:07.585700 [ 3 ] {180154ef-54b6-4391-93ba-d96c42022eb0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13723 | 2024.09.23 18:27:07.586080 [ 3 ] {180154ef-54b6-4391-93ba-d96c42022eb0} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13724 | 2024.09.23 18:27:07.586256 [ 3 ] {180154ef-54b6-4391-93ba-d96c42022eb0} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001761 sec., 137421.91936399773 rows/sec., 9.31 MiB/sec. | ||
13725 | 2024.09.23 18:27:07.586461 [ 3 ] {180154ef-54b6-4391-93ba-d96c42022eb0} <Debug> DynamicQueryHandler: Done processing query | ||
13726 | 2024.09.23 18:27:07.586488 [ 3 ] {180154ef-54b6-4391-93ba-d96c42022eb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13727 | 2024.09.23 18:27:07.586505 [ 3 ] {} <Debug> HTTP-Session: d5b5b460-eba0-4d16-b475-b6d2b3664d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13728 | 2024.09.23 18:27:07.586726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13729 | 2024.09.23 18:27:07.586776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13730 | 2024.09.23 18:27:07.586796 [ 3 ] {} <Debug> HTTP-Session: fc753d81-5369-4789-93f6-2dbd0f518335 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13731 | 2024.09.23 18:27:07.586812 [ 3 ] {} <Debug> HTTP-Session: fc753d81-5369-4789-93f6-2dbd0f518335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13732 | 2024.09.23 18:27:07.586826 [ 3 ] {} <Debug> HTTP-Session: fc753d81-5369-4789-93f6-2dbd0f518335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13733 | 2024.09.23 18:27:07.586857 [ 3 ] {} <Trace> HTTP-Session: fc753d81-5369-4789-93f6-2dbd0f518335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13734 | 2024.09.23 18:27:07.586953 [ 3 ] {2bc6c5d0-3bdc-4c99-a55c-9d47d0d26157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13735 | 2024.09.23 18:27:07.586997 [ 3 ] {2bc6c5d0-3bdc-4c99-a55c-9d47d0d26157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13736 | 2024.09.23 18:27:07.587224 [ 3 ] {2bc6c5d0-3bdc-4c99-a55c-9d47d0d26157} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13737 | 2024.09.23 18:27:07.587605 [ 3 ] {2bc6c5d0-3bdc-4c99-a55c-9d47d0d26157} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13738 | 2024.09.23 18:27:07.587643 [ 3 ] {2bc6c5d0-3bdc-4c99-a55c-9d47d0d26157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13739 | 2024.09.23 18:27:07.587995 [ 3 ] {2bc6c5d0-3bdc-4c99-a55c-9d47d0d26157} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13740 | 2024.09.23 18:27:07.588361 [ 3 ] {2bc6c5d0-3bdc-4c99-a55c-9d47d0d26157} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13741 | 2024.09.23 18:27:07.588526 [ 76 ] {} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
13742 | 2024.09.23 18:27:07.588532 [ 3 ] {2bc6c5d0-3bdc-4c99-a55c-9d47d0d26157} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 222.67 KiB/sec. | ||
13743 | 2024.09.23 18:27:07.588618 [ 76 ] {} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13744 | 2024.09.23 18:27:07.588688 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13745 | 2024.09.23 18:27:07.588902 [ 3 ] {2bc6c5d0-3bdc-4c99-a55c-9d47d0d26157} <Debug> DynamicQueryHandler: Done processing query | ||
13746 | 2024.09.23 18:27:07.588951 [ 3 ] {2bc6c5d0-3bdc-4c99-a55c-9d47d0d26157} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13747 | 2024.09.23 18:27:07.588972 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
13748 | 2024.09.23 18:27:07.588983 [ 3 ] {} <Debug> HTTP-Session: fc753d81-5369-4789-93f6-2dbd0f518335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13749 | 2024.09.23 18:27:07.589223 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13750 | 2024.09.23 18:27:07.589275 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part | ||
13751 | 2024.09.23 18:27:07.589486 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13752 | 2024.09.23 18:27:07.589489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13753 | 2024.09.23 18:27:07.589682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13754 | 2024.09.23 18:27:07.589809 [ 3 ] {} <Debug> HTTP-Session: 8deed854-bcac-45ff-a0ae-1d6fc5910d4e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13755 | 2024.09.23 18:27:07.589836 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
13756 | 2024.09.23 18:27:07.589883 [ 3 ] {} <Debug> HTTP-Session: 8deed854-bcac-45ff-a0ae-1d6fc5910d4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13757 | 2024.09.23 18:27:07.589976 [ 3 ] {} <Debug> HTTP-Session: 8deed854-bcac-45ff-a0ae-1d6fc5910d4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13758 | 2024.09.23 18:27:07.590154 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
13759 | 2024.09.23 18:27:07.590192 [ 3 ] {} <Trace> HTTP-Session: 8deed854-bcac-45ff-a0ae-1d6fc5910d4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13760 | 2024.09.23 18:27:07.590461 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
13761 | 2024.09.23 18:27:07.590944 [ 3 ] {172830e3-05fb-419c-a16b-cb14b81c7c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13762 | 2024.09.23 18:27:07.591018 [ 3 ] {172830e3-05fb-419c-a16b-cb14b81c7c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13763 | 2024.09.23 18:27:07.591851 [ 3 ] {172830e3-05fb-419c-a16b-cb14b81c7c39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13764 | 2024.09.23 18:27:07.592727 [ 188 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003901948 sec., 7688.467401410782 rows/sec., 488.04 KiB/sec. | ||
13765 | 2024.09.23 18:27:07.592990 [ 188 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
13766 | 2024.09.23 18:27:07.593282 [ 3 ] {172830e3-05fb-419c-a16b-cb14b81c7c39} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13767 | 2024.09.23 18:27:07.593405 [ 3 ] {172830e3-05fb-419c-a16b-cb14b81c7c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13768 | 2024.09.23 18:27:07.593889 [ 188 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_33_8} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13769 | 2024.09.23 18:27:07.594097 [ 188 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_33_8} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
13770 | 2024.09.23 18:27:07.594245 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13771 | 2024.09.23 18:27:07.594266 [ 3 ] {172830e3-05fb-419c-a16b-cb14b81c7c39} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13772 | 2024.09.23 18:27:07.594673 [ 3 ] {172830e3-05fb-419c-a16b-cb14b81c7c39} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13773 | 2024.09.23 18:27:07.594839 [ 3 ] {172830e3-05fb-419c-a16b-cb14b81c7c39} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.004262 sec., 198498.3575786016 rows/sec., 14.35 MiB/sec. | ||
13774 | 2024.09.23 18:27:07.595042 [ 3 ] {172830e3-05fb-419c-a16b-cb14b81c7c39} <Debug> DynamicQueryHandler: Done processing query | ||
13775 | 2024.09.23 18:27:07.595068 [ 3 ] {172830e3-05fb-419c-a16b-cb14b81c7c39} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
13776 | 2024.09.23 18:27:07.595085 [ 3 ] {} <Debug> HTTP-Session: 8deed854-bcac-45ff-a0ae-1d6fc5910d4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13777 | 2024.09.23 18:27:07.595360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13778 | 2024.09.23 18:27:07.595410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13779 | 2024.09.23 18:27:07.595429 [ 3 ] {} <Debug> HTTP-Session: 5e6008e2-5385-4e57-b82d-3f8b039b928d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13780 | 2024.09.23 18:27:07.595446 [ 3 ] {} <Debug> HTTP-Session: 5e6008e2-5385-4e57-b82d-3f8b039b928d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13781 | 2024.09.23 18:27:07.595460 [ 3 ] {} <Debug> HTTP-Session: 5e6008e2-5385-4e57-b82d-3f8b039b928d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13782 | 2024.09.23 18:27:07.595491 [ 3 ] {} <Trace> HTTP-Session: 5e6008e2-5385-4e57-b82d-3f8b039b928d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13783 | 2024.09.23 18:27:07.595592 [ 3 ] {9927fbc9-6dea-4d65-aa72-97525e48ab6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13784 | 2024.09.23 18:27:07.595637 [ 3 ] {9927fbc9-6dea-4d65-aa72-97525e48ab6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13785 | 2024.09.23 18:27:07.595778 [ 3 ] {9927fbc9-6dea-4d65-aa72-97525e48ab6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13786 | 2024.09.23 18:27:07.596090 [ 3 ] {9927fbc9-6dea-4d65-aa72-97525e48ab6f} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13787 | 2024.09.23 18:27:07.596127 [ 3 ] {9927fbc9-6dea-4d65-aa72-97525e48ab6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13788 | 2024.09.23 18:27:07.596493 [ 3 ] {9927fbc9-6dea-4d65-aa72-97525e48ab6f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13789 | 2024.09.23 18:27:07.596823 [ 3 ] {9927fbc9-6dea-4d65-aa72-97525e48ab6f} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13790 | 2024.09.23 18:27:07.596987 [ 3 ] {9927fbc9-6dea-4d65-aa72-97525e48ab6f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec. | ||
13791 | 2024.09.23 18:27:07.597157 [ 3 ] {9927fbc9-6dea-4d65-aa72-97525e48ab6f} <Debug> DynamicQueryHandler: Done processing query | ||
13792 | 2024.09.23 18:27:07.597182 [ 3 ] {9927fbc9-6dea-4d65-aa72-97525e48ab6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13793 | 2024.09.23 18:27:07.597198 [ 3 ] {} <Debug> HTTP-Session: 5e6008e2-5385-4e57-b82d-3f8b039b928d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13794 | 2024.09.23 18:27:07.597433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 181846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13795 | 2024.09.23 18:27:07.597482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13796 | 2024.09.23 18:27:07.597502 [ 3 ] {} <Debug> HTTP-Session: 6e070606-f1b1-4743-b055-96c07ed64c14 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13797 | 2024.09.23 18:27:07.597518 [ 3 ] {} <Debug> HTTP-Session: 6e070606-f1b1-4743-b055-96c07ed64c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13798 | 2024.09.23 18:27:07.597532 [ 3 ] {} <Debug> HTTP-Session: 6e070606-f1b1-4743-b055-96c07ed64c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13799 | 2024.09.23 18:27:07.597564 [ 3 ] {} <Trace> HTTP-Session: 6e070606-f1b1-4743-b055-96c07ed64c14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13800 | 2024.09.23 18:27:07.597987 [ 3 ] {f161c841-5ba1-4238-828a-564c10d9a184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13801 | 2024.09.23 18:27:07.598036 [ 3 ] {f161c841-5ba1-4238-828a-564c10d9a184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13802 | 2024.09.23 18:27:07.598188 [ 3 ] {f161c841-5ba1-4238-828a-564c10d9a184} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13803 | 2024.09.23 18:27:07.599102 [ 3 ] {f161c841-5ba1-4238-828a-564c10d9a184} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13804 | 2024.09.23 18:27:07.599140 [ 3 ] {f161c841-5ba1-4238-828a-564c10d9a184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13805 | 2024.09.23 18:27:07.599584 [ 3 ] {f161c841-5ba1-4238-828a-564c10d9a184} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13806 | 2024.09.23 18:27:07.599994 [ 3 ] {f161c841-5ba1-4238-828a-564c10d9a184} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13807 | 2024.09.23 18:27:07.600160 [ 3 ] {f161c841-5ba1-4238-828a-564c10d9a184} <Debug> executeQuery: Read 961 rows, 65.38 KiB in 0.002453 sec., 391765.1854871586 rows/sec., 26.03 MiB/sec. | ||
13808 | 2024.09.23 18:27:07.600359 [ 3 ] {f161c841-5ba1-4238-828a-564c10d9a184} <Debug> DynamicQueryHandler: Done processing query | ||
13809 | 2024.09.23 18:27:07.600394 [ 3 ] {f161c841-5ba1-4238-828a-564c10d9a184} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
13810 | 2024.09.23 18:27:07.600419 [ 3 ] {} <Debug> HTTP-Session: 6e070606-f1b1-4743-b055-96c07ed64c14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13811 | 2024.09.23 18:27:07.600734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13812 | 2024.09.23 18:27:07.600789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13813 | 2024.09.23 18:27:07.600809 [ 3 ] {} <Debug> HTTP-Session: 31ad00ef-de3a-4116-afaa-5b01b82ffcad Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13814 | 2024.09.23 18:27:07.600826 [ 3 ] {} <Debug> HTTP-Session: 31ad00ef-de3a-4116-afaa-5b01b82ffcad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13815 | 2024.09.23 18:27:07.600840 [ 3 ] {} <Debug> HTTP-Session: 31ad00ef-de3a-4116-afaa-5b01b82ffcad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13816 | 2024.09.23 18:27:07.600871 [ 3 ] {} <Trace> HTTP-Session: 31ad00ef-de3a-4116-afaa-5b01b82ffcad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13817 | 2024.09.23 18:27:07.600965 [ 3 ] {a34b8a91-8a15-43fe-8ed2-05c55c946480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13818 | 2024.09.23 18:27:07.601010 [ 3 ] {a34b8a91-8a15-43fe-8ed2-05c55c946480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13819 | 2024.09.23 18:27:07.601144 [ 3 ] {a34b8a91-8a15-43fe-8ed2-05c55c946480} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13820 | 2024.09.23 18:27:07.601407 [ 3 ] {a34b8a91-8a15-43fe-8ed2-05c55c946480} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13821 | 2024.09.23 18:27:07.601444 [ 3 ] {a34b8a91-8a15-43fe-8ed2-05c55c946480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13822 | 2024.09.23 18:27:07.601803 [ 3 ] {a34b8a91-8a15-43fe-8ed2-05c55c946480} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13823 | 2024.09.23 18:27:07.602140 [ 3 ] {a34b8a91-8a15-43fe-8ed2-05c55c946480} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13824 | 2024.09.23 18:27:07.602319 [ 3 ] {a34b8a91-8a15-43fe-8ed2-05c55c946480} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001376 sec., 726.7441860465116 rows/sec., 48.97 KiB/sec. | ||
13825 | 2024.09.23 18:27:07.602489 [ 3 ] {a34b8a91-8a15-43fe-8ed2-05c55c946480} <Debug> DynamicQueryHandler: Done processing query | ||
13826 | 2024.09.23 18:27:07.602513 [ 3 ] {a34b8a91-8a15-43fe-8ed2-05c55c946480} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13827 | 2024.09.23 18:27:07.602529 [ 3 ] {} <Debug> HTTP-Session: 31ad00ef-de3a-4116-afaa-5b01b82ffcad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13828 | 2024.09.23 18:27:07.602646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13829 | 2024.09.23 18:27:07.602694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13830 | 2024.09.23 18:27:07.602713 [ 3 ] {} <Debug> HTTP-Session: 5c2b9592-fb55-44c8-bbbe-b1ea0435f4ee Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13831 | 2024.09.23 18:27:07.602730 [ 3 ] {} <Debug> HTTP-Session: 5c2b9592-fb55-44c8-bbbe-b1ea0435f4ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13832 | 2024.09.23 18:27:07.602744 [ 3 ] {} <Debug> HTTP-Session: 5c2b9592-fb55-44c8-bbbe-b1ea0435f4ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13833 | 2024.09.23 18:27:07.602774 [ 3 ] {} <Trace> HTTP-Session: 5c2b9592-fb55-44c8-bbbe-b1ea0435f4ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13834 | 2024.09.23 18:27:07.602920 [ 3 ] {94ea8750-1df4-4e49-8e11-210ff77b0f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13835 | 2024.09.23 18:27:07.602985 [ 3 ] {94ea8750-1df4-4e49-8e11-210ff77b0f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13836 | 2024.09.23 18:27:07.603413 [ 3 ] {94ea8750-1df4-4e49-8e11-210ff77b0f1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13837 | 2024.09.23 18:27:07.603930 [ 3 ] {94ea8750-1df4-4e49-8e11-210ff77b0f1a} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13838 | 2024.09.23 18:27:07.603967 [ 3 ] {94ea8750-1df4-4e49-8e11-210ff77b0f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13839 | 2024.09.23 18:27:07.604568 [ 3 ] {94ea8750-1df4-4e49-8e11-210ff77b0f1a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13840 | 2024.09.23 18:27:07.604977 [ 3 ] {94ea8750-1df4-4e49-8e11-210ff77b0f1a} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13841 | 2024.09.23 18:27:07.605148 [ 76 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13842 | 2024.09.23 18:27:07.605166 [ 3 ] {94ea8750-1df4-4e49-8e11-210ff77b0f1a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002315 sec., 3455.723542116631 rows/sec., 6.19 MiB/sec. | ||
13843 | 2024.09.23 18:27:07.605197 [ 76 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13844 | 2024.09.23 18:27:07.605261 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13845 | 2024.09.23 18:27:07.605570 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
13846 | 2024.09.23 18:27:07.605706 [ 3 ] {94ea8750-1df4-4e49-8e11-210ff77b0f1a} <Debug> DynamicQueryHandler: Done processing query | ||
13847 | 2024.09.23 18:27:07.605750 [ 3 ] {94ea8750-1df4-4e49-8e11-210ff77b0f1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13848 | 2024.09.23 18:27:07.605790 [ 3 ] {} <Debug> HTTP-Session: 5c2b9592-fb55-44c8-bbbe-b1ea0435f4ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13849 | 2024.09.23 18:27:07.605984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13850 | 2024.09.23 18:27:07.606093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13851 | 2024.09.23 18:27:07.606155 [ 3 ] {} <Debug> HTTP-Session: 12451959-0127-40ff-a122-b952e5f524fc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13852 | 2024.09.23 18:27:07.606211 [ 3 ] {} <Debug> HTTP-Session: 12451959-0127-40ff-a122-b952e5f524fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13853 | 2024.09.23 18:27:07.606256 [ 3 ] {} <Debug> HTTP-Session: 12451959-0127-40ff-a122-b952e5f524fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13854 | 2024.09.23 18:27:07.606276 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13855 | 2024.09.23 18:27:07.606328 [ 3 ] {} <Trace> HTTP-Session: 12451959-0127-40ff-a122-b952e5f524fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13856 | 2024.09.23 18:27:07.606421 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1054 rows starting from the beginning of the part | ||
13857 | 2024.09.23 18:27:07.606572 [ 3 ] {3c3d3ac3-0ff6-43d6-995e-f0c375037a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13858 | 2024.09.23 18:27:07.606780 [ 3 ] {3c3d3ac3-0ff6-43d6-995e-f0c375037a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13859 | 2024.09.23 18:27:07.607207 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 31 rows starting from the beginning of the part | ||
13860 | 2024.09.23 18:27:07.607566 [ 3 ] {3c3d3ac3-0ff6-43d6-995e-f0c375037a85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13861 | 2024.09.23 18:27:07.608025 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 9 rows starting from the beginning of the part | ||
13862 | 2024.09.23 18:27:07.608696 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 31 rows starting from the beginning of the part | ||
13863 | 2024.09.23 18:27:07.608779 [ 3 ] {3c3d3ac3-0ff6-43d6-995e-f0c375037a85} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13864 | 2024.09.23 18:27:07.608840 [ 3 ] {3c3d3ac3-0ff6-43d6-995e-f0c375037a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. | ||
13865 | 2024.09.23 18:27:07.609290 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 9 rows starting from the beginning of the part | ||
13866 | 2024.09.23 18:27:07.609911 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
13867 | 2024.09.23 18:27:07.610296 [ 3 ] {3c3d3ac3-0ff6-43d6-995e-f0c375037a85} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13868 | 2024.09.23 18:27:07.611280 [ 3 ] {3c3d3ac3-0ff6-43d6-995e-f0c375037a85} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13869 | 2024.09.23 18:27:07.611614 [ 3 ] {3c3d3ac3-0ff6-43d6-995e-f0c375037a85} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005132 sec., 6625.097427903351 rows/sec., 393.71 KiB/sec. | ||
13870 | 2024.09.23 18:27:07.612015 [ 3 ] {3c3d3ac3-0ff6-43d6-995e-f0c375037a85} <Debug> DynamicQueryHandler: Done processing query | ||
13871 | 2024.09.23 18:27:07.612063 [ 3 ] {3c3d3ac3-0ff6-43d6-995e-f0c375037a85} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13872 | 2024.09.23 18:27:07.612104 [ 3 ] {} <Debug> HTTP-Session: 12451959-0127-40ff-a122-b952e5f524fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13873 | 2024.09.23 18:27:07.616592 [ 189 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1142 rows, containing 19 columns (19 merged, 0 gathered) in 0.011206241 sec., 101907.49957992158 rows/sec., 182.61 MiB/sec. | ||
13874 | 2024.09.23 18:27:07.617560 [ 191 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13875 | 2024.09.23 18:27:07.618126 [ 191 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13876 | 2024.09.23 18:27:07.618212 [ 191 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13877 | 2024.09.23 18:27:07.618333 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.60 MiB. | ||
13878 | 2024.09.23 18:27:10.980660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13879 | 2024.09.23 18:27:10.980799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13880 | 2024.09.23 18:27:10.980830 [ 3 ] {} <Debug> HTTP-Session: 1586e7e0-056f-4bc3-81c2-179f3f6c0eab Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13881 | 2024.09.23 18:27:10.980859 [ 3 ] {} <Debug> HTTP-Session: 1586e7e0-056f-4bc3-81c2-179f3f6c0eab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13882 | 2024.09.23 18:27:10.980877 [ 3 ] {} <Debug> HTTP-Session: 1586e7e0-056f-4bc3-81c2-179f3f6c0eab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13883 | 2024.09.23 18:27:10.980932 [ 3 ] {} <Trace> HTTP-Session: 1586e7e0-056f-4bc3-81c2-179f3f6c0eab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13884 | 2024.09.23 18:27:10.981117 [ 3 ] {f77fb9f7-1ac5-47cd-a114-22001896ed58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13885 | 2024.09.23 18:27:10.981184 [ 3 ] {f77fb9f7-1ac5-47cd-a114-22001896ed58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13886 | 2024.09.23 18:27:10.981520 [ 3 ] {f77fb9f7-1ac5-47cd-a114-22001896ed58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13887 | 2024.09.23 18:27:10.981955 [ 3 ] {f77fb9f7-1ac5-47cd-a114-22001896ed58} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13888 | 2024.09.23 18:27:10.981998 [ 3 ] {f77fb9f7-1ac5-47cd-a114-22001896ed58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13889 | 2024.09.23 18:27:10.982417 [ 3 ] {f77fb9f7-1ac5-47cd-a114-22001896ed58} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
13890 | 2024.09.23 18:27:10.982801 [ 3 ] {f77fb9f7-1ac5-47cd-a114-22001896ed58} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13891 | 2024.09.23 18:27:10.982967 [ 3 ] {f77fb9f7-1ac5-47cd-a114-22001896ed58} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001901 sec., 2104.155707522357 rows/sec., 171.58 KiB/sec. | ||
13892 | 2024.09.23 18:27:10.983219 [ 3 ] {f77fb9f7-1ac5-47cd-a114-22001896ed58} <Debug> DynamicQueryHandler: Done processing query | ||
13893 | 2024.09.23 18:27:10.983247 [ 3 ] {f77fb9f7-1ac5-47cd-a114-22001896ed58} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13894 | 2024.09.23 18:27:10.983263 [ 3 ] {} <Debug> HTTP-Session: 1586e7e0-056f-4bc3-81c2-179f3f6c0eab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13895 | 2024.09.23 18:27:10.983419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13896 | 2024.09.23 18:27:10.983470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13897 | 2024.09.23 18:27:10.983491 [ 3 ] {} <Debug> HTTP-Session: 716758d1-d93d-49ec-9588-873e6357bc5f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13898 | 2024.09.23 18:27:10.983508 [ 3 ] {} <Debug> HTTP-Session: 716758d1-d93d-49ec-9588-873e6357bc5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13899 | 2024.09.23 18:27:10.983522 [ 3 ] {} <Debug> HTTP-Session: 716758d1-d93d-49ec-9588-873e6357bc5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13900 | 2024.09.23 18:27:10.983553 [ 3 ] {} <Trace> HTTP-Session: 716758d1-d93d-49ec-9588-873e6357bc5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13901 | 2024.09.23 18:27:10.983676 [ 3 ] {9eefb6d1-d904-4b22-abc1-9e81232728d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13902 | 2024.09.23 18:27:10.983720 [ 3 ] {9eefb6d1-d904-4b22-abc1-9e81232728d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13903 | 2024.09.23 18:27:10.983945 [ 3 ] {9eefb6d1-d904-4b22-abc1-9e81232728d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13904 | 2024.09.23 18:27:10.984334 [ 3 ] {9eefb6d1-d904-4b22-abc1-9e81232728d2} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13905 | 2024.09.23 18:27:10.984371 [ 3 ] {9eefb6d1-d904-4b22-abc1-9e81232728d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13906 | 2024.09.23 18:27:10.984727 [ 3 ] {9eefb6d1-d904-4b22-abc1-9e81232728d2} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13907 | 2024.09.23 18:27:10.985075 [ 3 ] {9eefb6d1-d904-4b22-abc1-9e81232728d2} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13908 | 2024.09.23 18:27:10.985243 [ 3 ] {9eefb6d1-d904-4b22-abc1-9e81232728d2} <Debug> executeQuery: Read 104 rows, 8.84 KiB in 0.001608 sec., 64676.616915422885 rows/sec., 5.37 MiB/sec. | ||
13909 | 2024.09.23 18:27:10.985413 [ 3 ] {9eefb6d1-d904-4b22-abc1-9e81232728d2} <Debug> DynamicQueryHandler: Done processing query | ||
13910 | 2024.09.23 18:27:10.985439 [ 3 ] {9eefb6d1-d904-4b22-abc1-9e81232728d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13911 | 2024.09.23 18:27:10.985455 [ 3 ] {} <Debug> HTTP-Session: 716758d1-d93d-49ec-9588-873e6357bc5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13912 | 2024.09.23 18:27:10.985591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13913 | 2024.09.23 18:27:10.985639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13914 | 2024.09.23 18:27:10.985658 [ 3 ] {} <Debug> HTTP-Session: 950feae3-6243-4b82-ab7d-48141eea14ea Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13915 | 2024.09.23 18:27:10.985675 [ 3 ] {} <Debug> HTTP-Session: 950feae3-6243-4b82-ab7d-48141eea14ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13916 | 2024.09.23 18:27:10.985696 [ 3 ] {} <Debug> HTTP-Session: 950feae3-6243-4b82-ab7d-48141eea14ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13917 | 2024.09.23 18:27:10.985730 [ 3 ] {} <Trace> HTTP-Session: 950feae3-6243-4b82-ab7d-48141eea14ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13918 | 2024.09.23 18:27:10.985834 [ 3 ] {3b489cf8-9974-422e-9c99-6de46bac984d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13919 | 2024.09.23 18:27:10.985879 [ 3 ] {3b489cf8-9974-422e-9c99-6de46bac984d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13920 | 2024.09.23 18:27:10.986108 [ 3 ] {3b489cf8-9974-422e-9c99-6de46bac984d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13921 | 2024.09.23 18:27:10.986440 [ 3 ] {3b489cf8-9974-422e-9c99-6de46bac984d} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13922 | 2024.09.23 18:27:10.986477 [ 3 ] {3b489cf8-9974-422e-9c99-6de46bac984d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13923 | 2024.09.23 18:27:10.986830 [ 3 ] {3b489cf8-9974-422e-9c99-6de46bac984d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13924 | 2024.09.23 18:27:10.987189 [ 3 ] {3b489cf8-9974-422e-9c99-6de46bac984d} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13925 | 2024.09.23 18:27:10.987357 [ 3 ] {3b489cf8-9974-422e-9c99-6de46bac984d} <Debug> executeQuery: Read 27 rows, 2.01 KiB in 0.001546 sec., 17464.424320827944 rows/sec., 1.27 MiB/sec. | ||
13926 | 2024.09.23 18:27:10.987535 [ 3 ] {3b489cf8-9974-422e-9c99-6de46bac984d} <Debug> DynamicQueryHandler: Done processing query | ||
13927 | 2024.09.23 18:27:10.987560 [ 3 ] {3b489cf8-9974-422e-9c99-6de46bac984d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13928 | 2024.09.23 18:27:10.987576 [ 3 ] {} <Debug> HTTP-Session: 950feae3-6243-4b82-ab7d-48141eea14ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13929 | 2024.09.23 18:27:10.987702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13930 | 2024.09.23 18:27:10.987751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13931 | 2024.09.23 18:27:10.987770 [ 3 ] {} <Debug> HTTP-Session: 1d936ab2-2862-4d1c-a5ff-f56e60aacdc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13932 | 2024.09.23 18:27:10.987787 [ 3 ] {} <Debug> HTTP-Session: 1d936ab2-2862-4d1c-a5ff-f56e60aacdc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13933 | 2024.09.23 18:27:10.987801 [ 3 ] {} <Debug> HTTP-Session: 1d936ab2-2862-4d1c-a5ff-f56e60aacdc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13934 | 2024.09.23 18:27:10.987832 [ 3 ] {} <Trace> HTTP-Session: 1d936ab2-2862-4d1c-a5ff-f56e60aacdc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13935 | 2024.09.23 18:27:10.987958 [ 3 ] {b66b4695-d6b2-4763-af93-a89e351b2acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13936 | 2024.09.23 18:27:10.988002 [ 3 ] {b66b4695-d6b2-4763-af93-a89e351b2acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13937 | 2024.09.23 18:27:10.988230 [ 3 ] {b66b4695-d6b2-4763-af93-a89e351b2acb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13938 | 2024.09.23 18:27:10.988591 [ 3 ] {b66b4695-d6b2-4763-af93-a89e351b2acb} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13939 | 2024.09.23 18:27:10.988628 [ 3 ] {b66b4695-d6b2-4763-af93-a89e351b2acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13940 | 2024.09.23 18:27:10.988984 [ 3 ] {b66b4695-d6b2-4763-af93-a89e351b2acb} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13941 | 2024.09.23 18:27:10.989338 [ 3 ] {b66b4695-d6b2-4763-af93-a89e351b2acb} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13942 | 2024.09.23 18:27:10.989510 [ 3 ] {b66b4695-d6b2-4763-af93-a89e351b2acb} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001589 sec., 57268.72246696035 rows/sec., 4.48 MiB/sec. | ||
13943 | 2024.09.23 18:27:10.989668 [ 3 ] {b66b4695-d6b2-4763-af93-a89e351b2acb} <Debug> DynamicQueryHandler: Done processing query | ||
13944 | 2024.09.23 18:27:10.989693 [ 3 ] {b66b4695-d6b2-4763-af93-a89e351b2acb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13945 | 2024.09.23 18:27:10.989709 [ 3 ] {} <Debug> HTTP-Session: 1d936ab2-2862-4d1c-a5ff-f56e60aacdc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13946 | 2024.09.23 18:27:10.989843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 24921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13947 | 2024.09.23 18:27:10.989892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13948 | 2024.09.23 18:27:10.989911 [ 3 ] {} <Debug> HTTP-Session: d6b853ed-5bc6-42e6-ad21-32e5f6ae7e33 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13949 | 2024.09.23 18:27:10.989928 [ 3 ] {} <Debug> HTTP-Session: d6b853ed-5bc6-42e6-ad21-32e5f6ae7e33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13950 | 2024.09.23 18:27:10.989943 [ 3 ] {} <Debug> HTTP-Session: d6b853ed-5bc6-42e6-ad21-32e5f6ae7e33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13951 | 2024.09.23 18:27:10.989973 [ 3 ] {} <Trace> HTTP-Session: d6b853ed-5bc6-42e6-ad21-32e5f6ae7e33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13952 | 2024.09.23 18:27:10.990111 [ 3 ] {6dd0f749-5659-43f0-ab01-a5fe088be6ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13953 | 2024.09.23 18:27:10.990157 [ 3 ] {6dd0f749-5659-43f0-ab01-a5fe088be6ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13954 | 2024.09.23 18:27:10.990303 [ 3 ] {6dd0f749-5659-43f0-ab01-a5fe088be6ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13955 | 2024.09.23 18:27:10.990677 [ 3 ] {6dd0f749-5659-43f0-ab01-a5fe088be6ee} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13956 | 2024.09.23 18:27:10.990714 [ 3 ] {6dd0f749-5659-43f0-ab01-a5fe088be6ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13957 | 2024.09.23 18:27:10.991105 [ 3 ] {6dd0f749-5659-43f0-ab01-a5fe088be6ee} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13958 | 2024.09.23 18:27:10.991443 [ 3 ] {6dd0f749-5659-43f0-ab01-a5fe088be6ee} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13959 | 2024.09.23 18:27:10.991624 [ 3 ] {6dd0f749-5659-43f0-ab01-a5fe088be6ee} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001572 sec., 82697.2010178117 rows/sec., 5.76 MiB/sec. | ||
13960 | 2024.09.23 18:27:10.991797 [ 3 ] {6dd0f749-5659-43f0-ab01-a5fe088be6ee} <Debug> DynamicQueryHandler: Done processing query | ||
13961 | 2024.09.23 18:27:10.991822 [ 3 ] {6dd0f749-5659-43f0-ab01-a5fe088be6ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13962 | 2024.09.23 18:27:10.991838 [ 3 ] {} <Debug> HTTP-Session: d6b853ed-5bc6-42e6-ad21-32e5f6ae7e33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13963 | 2024.09.23 18:27:10.992001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37728, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13964 | 2024.09.23 18:27:10.992050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13965 | 2024.09.23 18:27:10.992069 [ 3 ] {} <Debug> HTTP-Session: f38bdebb-915f-41c2-80db-1be9fa7ec105 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13966 | 2024.09.23 18:27:10.992086 [ 3 ] {} <Debug> HTTP-Session: f38bdebb-915f-41c2-80db-1be9fa7ec105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13967 | 2024.09.23 18:27:10.992100 [ 3 ] {} <Debug> HTTP-Session: f38bdebb-915f-41c2-80db-1be9fa7ec105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13968 | 2024.09.23 18:27:10.992130 [ 3 ] {} <Trace> HTTP-Session: f38bdebb-915f-41c2-80db-1be9fa7ec105 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13969 | 2024.09.23 18:27:10.992386 [ 3 ] {ee9d2019-9ce6-4b28-8d13-1c325fe7acf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13970 | 2024.09.23 18:27:10.992450 [ 3 ] {ee9d2019-9ce6-4b28-8d13-1c325fe7acf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13971 | 2024.09.23 18:27:10.992855 [ 3 ] {ee9d2019-9ce6-4b28-8d13-1c325fe7acf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13972 | 2024.09.23 18:27:10.993393 [ 3 ] {ee9d2019-9ce6-4b28-8d13-1c325fe7acf3} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13973 | 2024.09.23 18:27:10.993431 [ 3 ] {ee9d2019-9ce6-4b28-8d13-1c325fe7acf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13974 | 2024.09.23 18:27:10.994042 [ 3 ] {ee9d2019-9ce6-4b28-8d13-1c325fe7acf3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13975 | 2024.09.23 18:27:10.994455 [ 3 ] {ee9d2019-9ce6-4b28-8d13-1c325fe7acf3} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13976 | 2024.09.23 18:27:10.994651 [ 3 ] {ee9d2019-9ce6-4b28-8d13-1c325fe7acf3} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002437 sec., 9437.83340172343 rows/sec., 16.91 MiB/sec. | ||
13977 | 2024.09.23 18:27:10.994850 [ 3 ] {ee9d2019-9ce6-4b28-8d13-1c325fe7acf3} <Debug> DynamicQueryHandler: Done processing query | ||
13978 | 2024.09.23 18:27:10.994875 [ 3 ] {ee9d2019-9ce6-4b28-8d13-1c325fe7acf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
13979 | 2024.09.23 18:27:10.994892 [ 3 ] {} <Debug> HTTP-Session: f38bdebb-915f-41c2-80db-1be9fa7ec105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13980 | 2024.09.23 18:27:10.995027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13981 | 2024.09.23 18:27:10.995074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13982 | 2024.09.23 18:27:10.995093 [ 3 ] {} <Debug> HTTP-Session: f4bee1aa-9af1-48d1-865f-9c469f0565ef Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
13983 | 2024.09.23 18:27:10.995111 [ 3 ] {} <Debug> HTTP-Session: f4bee1aa-9af1-48d1-865f-9c469f0565ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13984 | 2024.09.23 18:27:10.995124 [ 3 ] {} <Debug> HTTP-Session: f4bee1aa-9af1-48d1-865f-9c469f0565ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13985 | 2024.09.23 18:27:10.995155 [ 3 ] {} <Trace> HTTP-Session: f4bee1aa-9af1-48d1-865f-9c469f0565ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13986 | 2024.09.23 18:27:10.995262 [ 3 ] {9a4bda7a-4353-4820-837f-a06443f42af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13987 | 2024.09.23 18:27:10.995307 [ 3 ] {9a4bda7a-4353-4820-837f-a06443f42af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13988 | 2024.09.23 18:27:10.995435 [ 3 ] {9a4bda7a-4353-4820-837f-a06443f42af2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13989 | 2024.09.23 18:27:10.995721 [ 3 ] {9a4bda7a-4353-4820-837f-a06443f42af2} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13990 | 2024.09.23 18:27:10.995758 [ 3 ] {9a4bda7a-4353-4820-837f-a06443f42af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
13991 | 2024.09.23 18:27:10.996121 [ 3 ] {9a4bda7a-4353-4820-837f-a06443f42af2} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13992 | 2024.09.23 18:27:10.996439 [ 3 ] {9a4bda7a-4353-4820-837f-a06443f42af2} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13993 | 2024.09.23 18:27:10.996603 [ 3 ] {9a4bda7a-4353-4820-837f-a06443f42af2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001366 sec., 35139.09224011713 rows/sec., 2.37 MiB/sec. | ||
13994 | 2024.09.23 18:27:10.996767 [ 3 ] {9a4bda7a-4353-4820-837f-a06443f42af2} <Debug> DynamicQueryHandler: Done processing query | ||
13995 | 2024.09.23 18:27:10.996792 [ 3 ] {9a4bda7a-4353-4820-837f-a06443f42af2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13996 | 2024.09.23 18:27:10.996808 [ 3 ] {} <Debug> HTTP-Session: f4bee1aa-9af1-48d1-865f-9c469f0565ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13997 | 2024.09.23 18:27:12.293354 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13998 | 2024.09.23 18:27:12.293407 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13999 | 2024.09.23 18:27:13.001583 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00121668 sec. | ||
14000 | 2024.09.23 18:27:15.981307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14001 | 2024.09.23 18:27:15.981430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14002 | 2024.09.23 18:27:15.981455 [ 3 ] {} <Debug> HTTP-Session: 671f4238-51c4-4bb0-9a30-f8a63fea5677 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14003 | 2024.09.23 18:27:15.981480 [ 3 ] {} <Debug> HTTP-Session: 671f4238-51c4-4bb0-9a30-f8a63fea5677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14004 | 2024.09.23 18:27:15.981495 [ 3 ] {} <Debug> HTTP-Session: 671f4238-51c4-4bb0-9a30-f8a63fea5677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14005 | 2024.09.23 18:27:15.981543 [ 3 ] {} <Trace> HTTP-Session: 671f4238-51c4-4bb0-9a30-f8a63fea5677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14006 | 2024.09.23 18:27:15.981748 [ 3 ] {e1f27f6e-5433-4a92-9cf0-deb71b754727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14007 | 2024.09.23 18:27:15.981815 [ 3 ] {e1f27f6e-5433-4a92-9cf0-deb71b754727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14008 | 2024.09.23 18:27:15.982148 [ 3 ] {e1f27f6e-5433-4a92-9cf0-deb71b754727} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14009 | 2024.09.23 18:27:15.982619 [ 3 ] {e1f27f6e-5433-4a92-9cf0-deb71b754727} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14010 | 2024.09.23 18:27:15.982661 [ 3 ] {e1f27f6e-5433-4a92-9cf0-deb71b754727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14011 | 2024.09.23 18:27:15.983088 [ 3 ] {e1f27f6e-5433-4a92-9cf0-deb71b754727} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14012 | 2024.09.23 18:27:15.983473 [ 3 ] {e1f27f6e-5433-4a92-9cf0-deb71b754727} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14013 | 2024.09.23 18:27:15.983658 [ 3 ] {e1f27f6e-5433-4a92-9cf0-deb71b754727} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001979 sec., 37392.62253663467 rows/sec., 2.99 MiB/sec. | ||
14014 | 2024.09.23 18:27:15.983857 [ 3 ] {e1f27f6e-5433-4a92-9cf0-deb71b754727} <Debug> DynamicQueryHandler: Done processing query | ||
14015 | 2024.09.23 18:27:15.983884 [ 3 ] {e1f27f6e-5433-4a92-9cf0-deb71b754727} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14016 | 2024.09.23 18:27:15.983900 [ 3 ] {} <Debug> HTTP-Session: 671f4238-51c4-4bb0-9a30-f8a63fea5677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14017 | 2024.09.23 18:27:15.984050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14018 | 2024.09.23 18:27:15.984100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14019 | 2024.09.23 18:27:15.984120 [ 3 ] {} <Debug> HTTP-Session: 97238f84-d0df-420d-8b8d-9eb2c95c8a30 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14020 | 2024.09.23 18:27:15.984137 [ 3 ] {} <Debug> HTTP-Session: 97238f84-d0df-420d-8b8d-9eb2c95c8a30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14021 | 2024.09.23 18:27:15.984151 [ 3 ] {} <Debug> HTTP-Session: 97238f84-d0df-420d-8b8d-9eb2c95c8a30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14022 | 2024.09.23 18:27:15.984182 [ 3 ] {} <Trace> HTTP-Session: 97238f84-d0df-420d-8b8d-9eb2c95c8a30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14023 | 2024.09.23 18:27:15.984284 [ 3 ] {21ac3d35-b76c-4a0a-976c-b9eeef528803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14024 | 2024.09.23 18:27:15.984327 [ 3 ] {21ac3d35-b76c-4a0a-976c-b9eeef528803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14025 | 2024.09.23 18:27:15.984555 [ 3 ] {21ac3d35-b76c-4a0a-976c-b9eeef528803} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14026 | 2024.09.23 18:27:15.984886 [ 3 ] {21ac3d35-b76c-4a0a-976c-b9eeef528803} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14027 | 2024.09.23 18:27:15.984927 [ 3 ] {21ac3d35-b76c-4a0a-976c-b9eeef528803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14028 | 2024.09.23 18:27:15.985288 [ 3 ] {21ac3d35-b76c-4a0a-976c-b9eeef528803} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
14029 | 2024.09.23 18:27:15.985655 [ 3 ] {21ac3d35-b76c-4a0a-976c-b9eeef528803} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14030 | 2024.09.23 18:27:15.985812 [ 3 ] {21ac3d35-b76c-4a0a-976c-b9eeef528803} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00155 sec., 5806.451612903226 rows/sec., 436.62 KiB/sec. | ||
14031 | 2024.09.23 18:27:15.985986 [ 3 ] {21ac3d35-b76c-4a0a-976c-b9eeef528803} <Debug> DynamicQueryHandler: Done processing query | ||
14032 | 2024.09.23 18:27:15.986011 [ 3 ] {21ac3d35-b76c-4a0a-976c-b9eeef528803} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14033 | 2024.09.23 18:27:15.986029 [ 3 ] {} <Debug> HTTP-Session: 97238f84-d0df-420d-8b8d-9eb2c95c8a30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14034 | 2024.09.23 18:27:15.986174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14035 | 2024.09.23 18:27:15.986225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14036 | 2024.09.23 18:27:15.986245 [ 3 ] {} <Debug> HTTP-Session: 9be8eb2f-b912-4ef5-bf50-d3fe48d8c53f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14037 | 2024.09.23 18:27:15.986262 [ 3 ] {} <Debug> HTTP-Session: 9be8eb2f-b912-4ef5-bf50-d3fe48d8c53f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14038 | 2024.09.23 18:27:15.986276 [ 3 ] {} <Debug> HTTP-Session: 9be8eb2f-b912-4ef5-bf50-d3fe48d8c53f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14039 | 2024.09.23 18:27:15.986307 [ 3 ] {} <Trace> HTTP-Session: 9be8eb2f-b912-4ef5-bf50-d3fe48d8c53f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14040 | 2024.09.23 18:27:15.986423 [ 3 ] {b90fdf59-245a-4fdb-af6e-355375a2f0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14041 | 2024.09.23 18:27:15.986467 [ 3 ] {b90fdf59-245a-4fdb-af6e-355375a2f0cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14042 | 2024.09.23 18:27:15.986692 [ 3 ] {b90fdf59-245a-4fdb-af6e-355375a2f0cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14043 | 2024.09.23 18:27:15.987035 [ 3 ] {b90fdf59-245a-4fdb-af6e-355375a2f0cb} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14044 | 2024.09.23 18:27:15.987072 [ 3 ] {b90fdf59-245a-4fdb-af6e-355375a2f0cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14045 | 2024.09.23 18:27:15.987427 [ 3 ] {b90fdf59-245a-4fdb-af6e-355375a2f0cb} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14046 | 2024.09.23 18:27:15.987790 [ 3 ] {b90fdf59-245a-4fdb-af6e-355375a2f0cb} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14047 | 2024.09.23 18:27:15.987948 [ 3 ] {b90fdf59-245a-4fdb-af6e-355375a2f0cb} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001562 sec., 46734.95518565941 rows/sec., 3.65 MiB/sec. | ||
14048 | 2024.09.23 18:27:15.988112 [ 3 ] {b90fdf59-245a-4fdb-af6e-355375a2f0cb} <Debug> DynamicQueryHandler: Done processing query | ||
14049 | 2024.09.23 18:27:15.988136 [ 3 ] {b90fdf59-245a-4fdb-af6e-355375a2f0cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14050 | 2024.09.23 18:27:15.988152 [ 3 ] {} <Debug> HTTP-Session: 9be8eb2f-b912-4ef5-bf50-d3fe48d8c53f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14051 | 2024.09.23 18:27:15.988304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 26839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14052 | 2024.09.23 18:27:15.988352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14053 | 2024.09.23 18:27:15.988371 [ 3 ] {} <Debug> HTTP-Session: 3e319804-6cd9-4136-85f6-efb82a897c69 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14054 | 2024.09.23 18:27:15.988388 [ 3 ] {} <Debug> HTTP-Session: 3e319804-6cd9-4136-85f6-efb82a897c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14055 | 2024.09.23 18:27:15.988402 [ 3 ] {} <Debug> HTTP-Session: 3e319804-6cd9-4136-85f6-efb82a897c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14056 | 2024.09.23 18:27:15.988432 [ 3 ] {} <Trace> HTTP-Session: 3e319804-6cd9-4136-85f6-efb82a897c69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14057 | 2024.09.23 18:27:15.988571 [ 3 ] {36619f5e-3741-4e32-87d9-ebc3ab8c68bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14058 | 2024.09.23 18:27:15.988619 [ 3 ] {36619f5e-3741-4e32-87d9-ebc3ab8c68bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14059 | 2024.09.23 18:27:15.988763 [ 3 ] {36619f5e-3741-4e32-87d9-ebc3ab8c68bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14060 | 2024.09.23 18:27:15.989111 [ 3 ] {36619f5e-3741-4e32-87d9-ebc3ab8c68bc} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14061 | 2024.09.23 18:27:15.989148 [ 3 ] {36619f5e-3741-4e32-87d9-ebc3ab8c68bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14062 | 2024.09.23 18:27:15.989530 [ 3 ] {36619f5e-3741-4e32-87d9-ebc3ab8c68bc} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14063 | 2024.09.23 18:27:15.989873 [ 3 ] {36619f5e-3741-4e32-87d9-ebc3ab8c68bc} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14064 | 2024.09.23 18:27:15.990032 [ 3 ] {36619f5e-3741-4e32-87d9-ebc3ab8c68bc} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001517 sec., 92287.4093605801 rows/sec., 6.43 MiB/sec. | ||
14065 | 2024.09.23 18:27:15.990195 [ 3 ] {36619f5e-3741-4e32-87d9-ebc3ab8c68bc} <Debug> DynamicQueryHandler: Done processing query | ||
14066 | 2024.09.23 18:27:15.990220 [ 3 ] {36619f5e-3741-4e32-87d9-ebc3ab8c68bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14067 | 2024.09.23 18:27:15.990235 [ 3 ] {} <Debug> HTTP-Session: 3e319804-6cd9-4136-85f6-efb82a897c69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14068 | 2024.09.23 18:27:15.990376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14069 | 2024.09.23 18:27:15.990425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14070 | 2024.09.23 18:27:15.990444 [ 3 ] {} <Debug> HTTP-Session: 986c2576-abc8-4499-8419-16d16d657159 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14071 | 2024.09.23 18:27:15.990462 [ 3 ] {} <Debug> HTTP-Session: 986c2576-abc8-4499-8419-16d16d657159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14072 | 2024.09.23 18:27:15.990475 [ 3 ] {} <Debug> HTTP-Session: 986c2576-abc8-4499-8419-16d16d657159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14073 | 2024.09.23 18:27:15.990506 [ 3 ] {} <Trace> HTTP-Session: 986c2576-abc8-4499-8419-16d16d657159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14074 | 2024.09.23 18:27:15.990668 [ 3 ] {86bc1a8a-7b65-4762-9ec8-6730ebde5543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14075 | 2024.09.23 18:27:15.990731 [ 3 ] {86bc1a8a-7b65-4762-9ec8-6730ebde5543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14076 | 2024.09.23 18:27:15.991142 [ 3 ] {86bc1a8a-7b65-4762-9ec8-6730ebde5543} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14077 | 2024.09.23 18:27:15.991604 [ 3 ] {86bc1a8a-7b65-4762-9ec8-6730ebde5543} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14078 | 2024.09.23 18:27:15.991641 [ 3 ] {86bc1a8a-7b65-4762-9ec8-6730ebde5543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14079 | 2024.09.23 18:27:15.992235 [ 3 ] {86bc1a8a-7b65-4762-9ec8-6730ebde5543} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
14080 | 2024.09.23 18:27:15.992661 [ 3 ] {86bc1a8a-7b65-4762-9ec8-6730ebde5543} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14081 | 2024.09.23 18:27:15.992849 [ 3 ] {86bc1a8a-7b65-4762-9ec8-6730ebde5543} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002261 sec., 3980.5395842547546 rows/sec., 7.13 MiB/sec. | ||
14082 | 2024.09.23 18:27:15.993042 [ 3 ] {86bc1a8a-7b65-4762-9ec8-6730ebde5543} <Debug> DynamicQueryHandler: Done processing query | ||
14083 | 2024.09.23 18:27:15.993067 [ 3 ] {86bc1a8a-7b65-4762-9ec8-6730ebde5543} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
14084 | 2024.09.23 18:27:15.993084 [ 3 ] {} <Debug> HTTP-Session: 986c2576-abc8-4499-8419-16d16d657159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14085 | 2024.09.23 18:27:15.993201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 8208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14086 | 2024.09.23 18:27:15.993250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14087 | 2024.09.23 18:27:15.993269 [ 3 ] {} <Debug> HTTP-Session: ec11451e-8f3e-4fb8-96ce-a24a23d9f22c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14088 | 2024.09.23 18:27:15.993286 [ 3 ] {} <Debug> HTTP-Session: ec11451e-8f3e-4fb8-96ce-a24a23d9f22c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14089 | 2024.09.23 18:27:15.993300 [ 3 ] {} <Debug> HTTP-Session: ec11451e-8f3e-4fb8-96ce-a24a23d9f22c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14090 | 2024.09.23 18:27:15.993330 [ 3 ] {} <Trace> HTTP-Session: ec11451e-8f3e-4fb8-96ce-a24a23d9f22c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14091 | 2024.09.23 18:27:15.993440 [ 3 ] {ea2ec282-ce70-4448-bb57-4305507ca40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14092 | 2024.09.23 18:27:15.993485 [ 3 ] {ea2ec282-ce70-4448-bb57-4305507ca40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14093 | 2024.09.23 18:27:15.993612 [ 3 ] {ea2ec282-ce70-4448-bb57-4305507ca40d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14094 | 2024.09.23 18:27:15.993871 [ 3 ] {ea2ec282-ce70-4448-bb57-4305507ca40d} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14095 | 2024.09.23 18:27:15.993907 [ 3 ] {ea2ec282-ce70-4448-bb57-4305507ca40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14096 | 2024.09.23 18:27:15.994265 [ 3 ] {ea2ec282-ce70-4448-bb57-4305507ca40d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14097 | 2024.09.23 18:27:15.994586 [ 3 ] {ea2ec282-ce70-4448-bb57-4305507ca40d} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14098 | 2024.09.23 18:27:15.994742 [ 3 ] {ea2ec282-ce70-4448-bb57-4305507ca40d} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001329 sec., 40632.05417607223 rows/sec., 2.73 MiB/sec. | ||
14099 | 2024.09.23 18:27:15.994892 [ 3 ] {ea2ec282-ce70-4448-bb57-4305507ca40d} <Debug> DynamicQueryHandler: Done processing query | ||
14100 | 2024.09.23 18:27:15.994922 [ 3 ] {ea2ec282-ce70-4448-bb57-4305507ca40d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14101 | 2024.09.23 18:27:15.994938 [ 3 ] {} <Debug> HTTP-Session: ec11451e-8f3e-4fb8-96ce-a24a23d9f22c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14102 | 2024.09.23 18:27:20.766125 [ 63 ] {} <Debug> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
14103 | 2024.09.23 18:27:20.766203 [ 63 ] {} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14104 | 2024.09.23 18:27:20.766225 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14105 | 2024.09.23 18:27:20.766418 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
14106 | 2024.09.23 18:27:20.766719 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14107 | 2024.09.23 18:27:20.766758 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
14108 | 2024.09.23 18:27:20.766845 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
14109 | 2024.09.23 18:27:20.767031 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
14110 | 2024.09.23 18:27:20.767295 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
14111 | 2024.09.23 18:27:20.767392 [ 196 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
14112 | 2024.09.23 18:27:20.768344 [ 195 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002046462 sec., 96752.34624439642 rows/sec., 4.94 MiB/sec. | ||
14113 | 2024.09.23 18:27:20.768516 [ 195 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
14114 | 2024.09.23 18:27:20.768967 [ 195 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_33_7} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14115 | 2024.09.23 18:27:20.769062 [ 195 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_33_7} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
14116 | 2024.09.23 18:27:20.769164 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
14117 | 2024.09.23 18:27:20.986560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14118 | 2024.09.23 18:27:20.986673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14119 | 2024.09.23 18:27:20.986698 [ 3 ] {} <Debug> HTTP-Session: 66326a34-0b57-4f40-a6ca-4558d3dc99fe Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14120 | 2024.09.23 18:27:20.986724 [ 3 ] {} <Debug> HTTP-Session: 66326a34-0b57-4f40-a6ca-4558d3dc99fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14121 | 2024.09.23 18:27:20.986739 [ 3 ] {} <Debug> HTTP-Session: 66326a34-0b57-4f40-a6ca-4558d3dc99fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14122 | 2024.09.23 18:27:20.986789 [ 3 ] {} <Trace> HTTP-Session: 66326a34-0b57-4f40-a6ca-4558d3dc99fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14123 | 2024.09.23 18:27:20.986970 [ 3 ] {10ee7be9-3c8c-4455-9def-637efcfe7441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14124 | 2024.09.23 18:27:20.987038 [ 3 ] {10ee7be9-3c8c-4455-9def-637efcfe7441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14125 | 2024.09.23 18:27:20.987382 [ 3 ] {10ee7be9-3c8c-4455-9def-637efcfe7441} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14126 | 2024.09.23 18:27:20.987744 [ 3 ] {10ee7be9-3c8c-4455-9def-637efcfe7441} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14127 | 2024.09.23 18:27:20.987785 [ 3 ] {10ee7be9-3c8c-4455-9def-637efcfe7441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14128 | 2024.09.23 18:27:20.988192 [ 3 ] {10ee7be9-3c8c-4455-9def-637efcfe7441} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
14129 | 2024.09.23 18:27:20.988592 [ 3 ] {10ee7be9-3c8c-4455-9def-637efcfe7441} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14130 | 2024.09.23 18:27:20.988746 [ 3 ] {10ee7be9-3c8c-4455-9def-637efcfe7441} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001831 sec., 1092.2992900054614 rows/sec., 89.07 KiB/sec. | ||
14131 | 2024.09.23 18:27:20.988750 [ 62 ] {} <Debug> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
14132 | 2024.09.23 18:27:20.988810 [ 62 ] {} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14133 | 2024.09.23 18:27:20.988851 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14134 | 2024.09.23 18:27:20.989013 [ 3 ] {10ee7be9-3c8c-4455-9def-637efcfe7441} <Debug> DynamicQueryHandler: Done processing query | ||
14135 | 2024.09.23 18:27:20.989096 [ 3 ] {10ee7be9-3c8c-4455-9def-637efcfe7441} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14136 | 2024.09.23 18:27:20.989173 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
14137 | 2024.09.23 18:27:20.989199 [ 3 ] {} <Debug> HTTP-Session: 66326a34-0b57-4f40-a6ca-4558d3dc99fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14138 | 2024.09.23 18:27:20.989560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14139 | 2024.09.23 18:27:20.989635 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14140 | 2024.09.23 18:27:20.989665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14141 | 2024.09.23 18:27:20.989697 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 18 rows starting from the beginning of the part | ||
14142 | 2024.09.23 18:27:20.989710 [ 3 ] {} <Debug> HTTP-Session: f5800eef-6eec-468e-96b6-8e89cf48a6f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14143 | 2024.09.23 18:27:20.989758 [ 3 ] {} <Debug> HTTP-Session: f5800eef-6eec-468e-96b6-8e89cf48a6f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14144 | 2024.09.23 18:27:20.989793 [ 3 ] {} <Debug> HTTP-Session: f5800eef-6eec-468e-96b6-8e89cf48a6f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14145 | 2024.09.23 18:27:20.989945 [ 3 ] {} <Trace> HTTP-Session: f5800eef-6eec-468e-96b6-8e89cf48a6f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14146 | 2024.09.23 18:27:20.989951 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
14147 | 2024.09.23 18:27:20.990260 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
14148 | 2024.09.23 18:27:20.990536 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
14149 | 2024.09.23 18:27:20.990552 [ 3 ] {8305ade4-4313-4680-be9f-18a652db7b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14150 | 2024.09.23 18:27:20.990885 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
14151 | 2024.09.23 18:27:20.990895 [ 3 ] {8305ade4-4313-4680-be9f-18a652db7b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14152 | 2024.09.23 18:27:20.991205 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
14153 | 2024.09.23 18:27:20.992048 [ 3 ] {8305ade4-4313-4680-be9f-18a652db7b7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14154 | 2024.09.23 18:27:20.993225 [ 3 ] {8305ade4-4313-4680-be9f-18a652db7b7a} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14155 | 2024.09.23 18:27:20.993302 [ 3 ] {8305ade4-4313-4680-be9f-18a652db7b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14156 | 2024.09.23 18:27:20.994220 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.005293903 sec., 6800.275713400869 rows/sec., 581.08 KiB/sec. | ||
14157 | 2024.09.23 18:27:20.994328 [ 3 ] {8305ade4-4313-4680-be9f-18a652db7b7a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14158 | 2024.09.23 18:27:20.994360 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
14159 | 2024.09.23 18:27:20.995355 [ 3 ] {8305ade4-4313-4680-be9f-18a652db7b7a} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14160 | 2024.09.23 18:27:20.995433 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14161 | 2024.09.23 18:27:20.995656 [ 3 ] {8305ade4-4313-4680-be9f-18a652db7b7a} <Debug> executeQuery: Read 252 rows, 22.83 KiB in 0.005446 sec., 46272.49357326478 rows/sec., 4.09 MiB/sec. | ||
14162 | 2024.09.23 18:27:20.995671 [ 195 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_25_5} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
14163 | 2024.09.23 18:27:20.995915 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14164 | 2024.09.23 18:27:20.996050 [ 3 ] {8305ade4-4313-4680-be9f-18a652db7b7a} <Debug> DynamicQueryHandler: Done processing query | ||
14165 | 2024.09.23 18:27:20.996080 [ 3 ] {8305ade4-4313-4680-be9f-18a652db7b7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
14166 | 2024.09.23 18:27:20.996097 [ 3 ] {} <Debug> HTTP-Session: f5800eef-6eec-468e-96b6-8e89cf48a6f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14167 | 2024.09.23 18:27:20.996219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14168 | 2024.09.23 18:27:20.996269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14169 | 2024.09.23 18:27:20.996288 [ 3 ] {} <Debug> HTTP-Session: e66413cc-22ff-4ee1-8353-747a1f81d5d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14170 | 2024.09.23 18:27:20.996306 [ 3 ] {} <Debug> HTTP-Session: e66413cc-22ff-4ee1-8353-747a1f81d5d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14171 | 2024.09.23 18:27:20.996320 [ 3 ] {} <Debug> HTTP-Session: e66413cc-22ff-4ee1-8353-747a1f81d5d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14172 | 2024.09.23 18:27:20.996351 [ 3 ] {} <Trace> HTTP-Session: e66413cc-22ff-4ee1-8353-747a1f81d5d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14173 | 2024.09.23 18:27:20.996465 [ 3 ] {213b0cb6-f6b9-4121-b877-016b16e5b7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14174 | 2024.09.23 18:27:20.996510 [ 3 ] {213b0cb6-f6b9-4121-b877-016b16e5b7a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14175 | 2024.09.23 18:27:20.996758 [ 3 ] {213b0cb6-f6b9-4121-b877-016b16e5b7a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14176 | 2024.09.23 18:27:20.997066 [ 3 ] {213b0cb6-f6b9-4121-b877-016b16e5b7a4} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14177 | 2024.09.23 18:27:20.997103 [ 3 ] {213b0cb6-f6b9-4121-b877-016b16e5b7a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14178 | 2024.09.23 18:27:20.997459 [ 3 ] {213b0cb6-f6b9-4121-b877-016b16e5b7a4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14179 | 2024.09.23 18:27:20.997814 [ 3 ] {213b0cb6-f6b9-4121-b877-016b16e5b7a4} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14180 | 2024.09.23 18:27:20.997947 [ 3 ] {213b0cb6-f6b9-4121-b877-016b16e5b7a4} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001516 sec., 21767.810026385225 rows/sec., 1.59 MiB/sec. | ||
14181 | 2024.09.23 18:27:20.998134 [ 3 ] {213b0cb6-f6b9-4121-b877-016b16e5b7a4} <Debug> DynamicQueryHandler: Done processing query | ||
14182 | 2024.09.23 18:27:20.998175 [ 3 ] {213b0cb6-f6b9-4121-b877-016b16e5b7a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14183 | 2024.09.23 18:27:20.998209 [ 3 ] {} <Debug> HTTP-Session: e66413cc-22ff-4ee1-8353-747a1f81d5d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14184 | 2024.09.23 18:27:20.998377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14185 | 2024.09.23 18:27:20.998427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14186 | 2024.09.23 18:27:20.998447 [ 3 ] {} <Debug> HTTP-Session: ae1e5897-f4f2-4dc3-8de9-db17ef8e6b36 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14187 | 2024.09.23 18:27:20.998465 [ 3 ] {} <Debug> HTTP-Session: ae1e5897-f4f2-4dc3-8de9-db17ef8e6b36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14188 | 2024.09.23 18:27:20.998479 [ 3 ] {} <Debug> HTTP-Session: ae1e5897-f4f2-4dc3-8de9-db17ef8e6b36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14189 | 2024.09.23 18:27:20.998510 [ 3 ] {} <Trace> HTTP-Session: ae1e5897-f4f2-4dc3-8de9-db17ef8e6b36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14190 | 2024.09.23 18:27:20.998607 [ 3 ] {f539a4cf-43e7-4758-9354-7a772ec760c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14191 | 2024.09.23 18:27:20.998650 [ 3 ] {f539a4cf-43e7-4758-9354-7a772ec760c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14192 | 2024.09.23 18:27:20.998881 [ 3 ] {f539a4cf-43e7-4758-9354-7a772ec760c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14193 | 2024.09.23 18:27:20.999277 [ 3 ] {f539a4cf-43e7-4758-9354-7a772ec760c7} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14194 | 2024.09.23 18:27:20.999314 [ 3 ] {f539a4cf-43e7-4758-9354-7a772ec760c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14195 | 2024.09.23 18:27:20.999670 [ 3 ] {f539a4cf-43e7-4758-9354-7a772ec760c7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14196 | 2024.09.23 18:27:21.000031 [ 3 ] {f539a4cf-43e7-4758-9354-7a772ec760c7} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14197 | 2024.09.23 18:27:21.000132 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.65 MiB, peak 214.88 MiB, free memory in arenas 0.00 B, will set to 206.16 MiB (RSS), difference: -5.50 MiB | ||
14198 | 2024.09.23 18:27:21.000401 [ 3 ] {f539a4cf-43e7-4758-9354-7a772ec760c7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001784 sec., 7847.533632286995 rows/sec., 549.59 KiB/sec. | ||
14199 | 2024.09.23 18:27:21.001195 [ 3 ] {f539a4cf-43e7-4758-9354-7a772ec760c7} <Debug> DynamicQueryHandler: Done processing query | ||
14200 | 2024.09.23 18:27:21.001222 [ 3 ] {f539a4cf-43e7-4758-9354-7a772ec760c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14201 | 2024.09.23 18:27:21.001238 [ 3 ] {} <Debug> HTTP-Session: ae1e5897-f4f2-4dc3-8de9-db17ef8e6b36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14202 | 2024.09.23 18:27:21.001384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14203 | 2024.09.23 18:27:21.001435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14204 | 2024.09.23 18:27:21.001455 [ 3 ] {} <Debug> HTTP-Session: 71a94e97-1084-4b7d-9ab8-81451580c7e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14205 | 2024.09.23 18:27:21.001475 [ 3 ] {} <Debug> HTTP-Session: 71a94e97-1084-4b7d-9ab8-81451580c7e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14206 | 2024.09.23 18:27:21.001494 [ 3 ] {} <Debug> HTTP-Session: 71a94e97-1084-4b7d-9ab8-81451580c7e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14207 | 2024.09.23 18:27:21.001525 [ 3 ] {} <Trace> HTTP-Session: 71a94e97-1084-4b7d-9ab8-81451580c7e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14208 | 2024.09.23 18:27:21.001625 [ 3 ] {7dd2d9cb-6076-4d82-a5ce-d921f251e063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14209 | 2024.09.23 18:27:21.001670 [ 3 ] {7dd2d9cb-6076-4d82-a5ce-d921f251e063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14210 | 2024.09.23 18:27:21.001929 [ 3 ] {7dd2d9cb-6076-4d82-a5ce-d921f251e063} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14211 | 2024.09.23 18:27:21.002303 [ 3 ] {7dd2d9cb-6076-4d82-a5ce-d921f251e063} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14212 | 2024.09.23 18:27:21.002340 [ 3 ] {7dd2d9cb-6076-4d82-a5ce-d921f251e063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14213 | 2024.09.23 18:27:21.002687 [ 3 ] {7dd2d9cb-6076-4d82-a5ce-d921f251e063} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14214 | 2024.09.23 18:27:21.003033 [ 3 ] {7dd2d9cb-6076-4d82-a5ce-d921f251e063} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14215 | 2024.09.23 18:27:21.003170 [ 3 ] {7dd2d9cb-6076-4d82-a5ce-d921f251e063} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001569 sec., 3824.091778202677 rows/sec., 225.94 KiB/sec. | ||
14216 | 2024.09.23 18:27:21.003403 [ 3 ] {7dd2d9cb-6076-4d82-a5ce-d921f251e063} <Debug> DynamicQueryHandler: Done processing query | ||
14217 | 2024.09.23 18:27:21.003429 [ 3 ] {7dd2d9cb-6076-4d82-a5ce-d921f251e063} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14218 | 2024.09.23 18:27:21.003445 [ 3 ] {} <Debug> HTTP-Session: 71a94e97-1084-4b7d-9ab8-81451580c7e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14219 | 2024.09.23 18:27:21.003604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14220 | 2024.09.23 18:27:21.003654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14221 | 2024.09.23 18:27:21.003673 [ 3 ] {} <Debug> HTTP-Session: 8a1f7a30-73cc-42bd-addd-b210813c5260 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14222 | 2024.09.23 18:27:21.003690 [ 3 ] {} <Debug> HTTP-Session: 8a1f7a30-73cc-42bd-addd-b210813c5260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14223 | 2024.09.23 18:27:21.003704 [ 3 ] {} <Debug> HTTP-Session: 8a1f7a30-73cc-42bd-addd-b210813c5260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14224 | 2024.09.23 18:27:21.003736 [ 3 ] {} <Trace> HTTP-Session: 8a1f7a30-73cc-42bd-addd-b210813c5260 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14225 | 2024.09.23 18:27:21.003941 [ 3 ] {d4a0310b-9376-441f-a740-c2684c12c4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14226 | 2024.09.23 18:27:21.003984 [ 3 ] {d4a0310b-9376-441f-a740-c2684c12c4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14227 | 2024.09.23 18:27:21.004209 [ 3 ] {d4a0310b-9376-441f-a740-c2684c12c4cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14228 | 2024.09.23 18:27:21.004762 [ 3 ] {d4a0310b-9376-441f-a740-c2684c12c4cf} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14229 | 2024.09.23 18:27:21.004799 [ 3 ] {d4a0310b-9376-441f-a740-c2684c12c4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14230 | 2024.09.23 18:27:21.005167 [ 3 ] {d4a0310b-9376-441f-a740-c2684c12c4cf} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14231 | 2024.09.23 18:27:21.005522 [ 3 ] {d4a0310b-9376-441f-a740-c2684c12c4cf} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14232 | 2024.09.23 18:27:21.005657 [ 3 ] {d4a0310b-9376-441f-a740-c2684c12c4cf} <Debug> executeQuery: Read 415 rows, 30.33 KiB in 0.001825 sec., 227397.2602739726 rows/sec., 16.23 MiB/sec. | ||
14233 | 2024.09.23 18:27:21.005926 [ 3 ] {d4a0310b-9376-441f-a740-c2684c12c4cf} <Debug> DynamicQueryHandler: Done processing query | ||
14234 | 2024.09.23 18:27:21.005988 [ 3 ] {d4a0310b-9376-441f-a740-c2684c12c4cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
14235 | 2024.09.23 18:27:21.006048 [ 3 ] {} <Debug> HTTP-Session: 8a1f7a30-73cc-42bd-addd-b210813c5260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14236 | 2024.09.23 18:27:21.006283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14237 | 2024.09.23 18:27:21.006391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14238 | 2024.09.23 18:27:21.006436 [ 3 ] {} <Debug> HTTP-Session: 2349ef65-9285-49d4-9769-7a1d4401d263 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14239 | 2024.09.23 18:27:21.006462 [ 3 ] {} <Debug> HTTP-Session: 2349ef65-9285-49d4-9769-7a1d4401d263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14240 | 2024.09.23 18:27:21.006476 [ 3 ] {} <Debug> HTTP-Session: 2349ef65-9285-49d4-9769-7a1d4401d263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14241 | 2024.09.23 18:27:21.006508 [ 3 ] {} <Trace> HTTP-Session: 2349ef65-9285-49d4-9769-7a1d4401d263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14242 | 2024.09.23 18:27:21.006611 [ 3 ] {946abdc6-b27e-4835-8fc3-bf28dc3fbfef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14243 | 2024.09.23 18:27:21.006659 [ 3 ] {946abdc6-b27e-4835-8fc3-bf28dc3fbfef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14244 | 2024.09.23 18:27:21.006810 [ 3 ] {946abdc6-b27e-4835-8fc3-bf28dc3fbfef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14245 | 2024.09.23 18:27:21.007064 [ 3 ] {946abdc6-b27e-4835-8fc3-bf28dc3fbfef} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14246 | 2024.09.23 18:27:21.007100 [ 3 ] {946abdc6-b27e-4835-8fc3-bf28dc3fbfef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14247 | 2024.09.23 18:27:21.007454 [ 3 ] {946abdc6-b27e-4835-8fc3-bf28dc3fbfef} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14248 | 2024.09.23 18:27:21.007775 [ 3 ] {946abdc6-b27e-4835-8fc3-bf28dc3fbfef} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14249 | 2024.09.23 18:27:21.007907 [ 3 ] {946abdc6-b27e-4835-8fc3-bf28dc3fbfef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 236.94 KiB/sec. | ||
14250 | 2024.09.23 18:27:21.008068 [ 3 ] {946abdc6-b27e-4835-8fc3-bf28dc3fbfef} <Debug> DynamicQueryHandler: Done processing query | ||
14251 | 2024.09.23 18:27:21.008093 [ 3 ] {946abdc6-b27e-4835-8fc3-bf28dc3fbfef} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14252 | 2024.09.23 18:27:21.008109 [ 3 ] {} <Debug> HTTP-Session: 2349ef65-9285-49d4-9769-7a1d4401d263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14253 | 2024.09.23 18:27:21.008251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44863, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14254 | 2024.09.23 18:27:21.008301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14255 | 2024.09.23 18:27:21.008320 [ 3 ] {} <Debug> HTTP-Session: fd5a7780-c4fb-4d35-8875-e16099e623dc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14256 | 2024.09.23 18:27:21.008337 [ 3 ] {} <Debug> HTTP-Session: fd5a7780-c4fb-4d35-8875-e16099e623dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14257 | 2024.09.23 18:27:21.008351 [ 3 ] {} <Debug> HTTP-Session: fd5a7780-c4fb-4d35-8875-e16099e623dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14258 | 2024.09.23 18:27:21.008382 [ 3 ] {} <Trace> HTTP-Session: fd5a7780-c4fb-4d35-8875-e16099e623dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14259 | 2024.09.23 18:27:21.008559 [ 3 ] {1c3d480d-747e-4ac7-a72d-d55be6fb5b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14260 | 2024.09.23 18:27:21.008605 [ 3 ] {1c3d480d-747e-4ac7-a72d-d55be6fb5b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14261 | 2024.09.23 18:27:21.008748 [ 3 ] {1c3d480d-747e-4ac7-a72d-d55be6fb5b92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14262 | 2024.09.23 18:27:21.009155 [ 3 ] {1c3d480d-747e-4ac7-a72d-d55be6fb5b92} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14263 | 2024.09.23 18:27:21.009191 [ 3 ] {1c3d480d-747e-4ac7-a72d-d55be6fb5b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14264 | 2024.09.23 18:27:21.009569 [ 3 ] {1c3d480d-747e-4ac7-a72d-d55be6fb5b92} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14265 | 2024.09.23 18:27:21.009900 [ 3 ] {1c3d480d-747e-4ac7-a72d-d55be6fb5b92} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14266 | 2024.09.23 18:27:21.010028 [ 3 ] {1c3d480d-747e-4ac7-a72d-d55be6fb5b92} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001562 sec., 152368.75800256082 rows/sec., 10.21 MiB/sec. | ||
14267 | 2024.09.23 18:27:21.010183 [ 3 ] {1c3d480d-747e-4ac7-a72d-d55be6fb5b92} <Debug> DynamicQueryHandler: Done processing query | ||
14268 | 2024.09.23 18:27:21.010209 [ 3 ] {1c3d480d-747e-4ac7-a72d-d55be6fb5b92} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14269 | 2024.09.23 18:27:21.010225 [ 3 ] {} <Debug> HTTP-Session: fd5a7780-c4fb-4d35-8875-e16099e623dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14270 | 2024.09.23 18:27:21.010332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14271 | 2024.09.23 18:27:21.010381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14272 | 2024.09.23 18:27:21.010400 [ 3 ] {} <Debug> HTTP-Session: ad033389-6d6d-4b8c-ac56-50e472d30799 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14273 | 2024.09.23 18:27:21.010417 [ 3 ] {} <Debug> HTTP-Session: ad033389-6d6d-4b8c-ac56-50e472d30799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14274 | 2024.09.23 18:27:21.010431 [ 3 ] {} <Debug> HTTP-Session: ad033389-6d6d-4b8c-ac56-50e472d30799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14275 | 2024.09.23 18:27:21.010463 [ 3 ] {} <Trace> HTTP-Session: ad033389-6d6d-4b8c-ac56-50e472d30799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14276 | 2024.09.23 18:27:21.010556 [ 3 ] {823e2a37-bdda-4d75-af89-0623165433f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14277 | 2024.09.23 18:27:21.010600 [ 3 ] {823e2a37-bdda-4d75-af89-0623165433f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14278 | 2024.09.23 18:27:21.010730 [ 3 ] {823e2a37-bdda-4d75-af89-0623165433f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14279 | 2024.09.23 18:27:21.010984 [ 3 ] {823e2a37-bdda-4d75-af89-0623165433f0} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14280 | 2024.09.23 18:27:21.011019 [ 3 ] {823e2a37-bdda-4d75-af89-0623165433f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14281 | 2024.09.23 18:27:21.011364 [ 3 ] {823e2a37-bdda-4d75-af89-0623165433f0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14282 | 2024.09.23 18:27:21.011690 [ 3 ] {823e2a37-bdda-4d75-af89-0623165433f0} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14283 | 2024.09.23 18:27:21.011819 [ 3 ] {823e2a37-bdda-4d75-af89-0623165433f0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001287 sec., 777.000777000777 rows/sec., 52.36 KiB/sec. | ||
14284 | 2024.09.23 18:27:21.011971 [ 3 ] {823e2a37-bdda-4d75-af89-0623165433f0} <Debug> DynamicQueryHandler: Done processing query | ||
14285 | 2024.09.23 18:27:21.011996 [ 3 ] {823e2a37-bdda-4d75-af89-0623165433f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14286 | 2024.09.23 18:27:21.012011 [ 3 ] {} <Debug> HTTP-Session: ad033389-6d6d-4b8c-ac56-50e472d30799 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14287 | 2024.09.23 18:27:21.012147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14288 | 2024.09.23 18:27:21.012195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14289 | 2024.09.23 18:27:21.012214 [ 3 ] {} <Debug> HTTP-Session: 12baf558-e016-4bfe-8fed-11c025efe819 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14290 | 2024.09.23 18:27:21.012231 [ 3 ] {} <Debug> HTTP-Session: 12baf558-e016-4bfe-8fed-11c025efe819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14291 | 2024.09.23 18:27:21.012245 [ 3 ] {} <Debug> HTTP-Session: 12baf558-e016-4bfe-8fed-11c025efe819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14292 | 2024.09.23 18:27:21.012276 [ 3 ] {} <Trace> HTTP-Session: 12baf558-e016-4bfe-8fed-11c025efe819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14293 | 2024.09.23 18:27:21.012568 [ 3 ] {7a9fd988-98f9-496f-b414-90320e6de359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14294 | 2024.09.23 18:27:21.012631 [ 3 ] {7a9fd988-98f9-496f-b414-90320e6de359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14295 | 2024.09.23 18:27:21.013043 [ 3 ] {7a9fd988-98f9-496f-b414-90320e6de359} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14296 | 2024.09.23 18:27:21.013638 [ 3 ] {7a9fd988-98f9-496f-b414-90320e6de359} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14297 | 2024.09.23 18:27:21.013674 [ 3 ] {7a9fd988-98f9-496f-b414-90320e6de359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14298 | 2024.09.23 18:27:21.014275 [ 3 ] {7a9fd988-98f9-496f-b414-90320e6de359} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
14299 | 2024.09.23 18:27:21.014674 [ 3 ] {7a9fd988-98f9-496f-b414-90320e6de359} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14300 | 2024.09.23 18:27:21.014819 [ 3 ] {7a9fd988-98f9-496f-b414-90320e6de359} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002454 sec., 12632.43683781581 rows/sec., 22.64 MiB/sec. | ||
14301 | 2024.09.23 18:27:21.015011 [ 3 ] {7a9fd988-98f9-496f-b414-90320e6de359} <Debug> DynamicQueryHandler: Done processing query | ||
14302 | 2024.09.23 18:27:21.015035 [ 3 ] {7a9fd988-98f9-496f-b414-90320e6de359} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
14303 | 2024.09.23 18:27:21.015051 [ 3 ] {} <Debug> HTTP-Session: 12baf558-e016-4bfe-8fed-11c025efe819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14304 | 2024.09.23 18:27:21.015175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14305 | 2024.09.23 18:27:21.015224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14306 | 2024.09.23 18:27:21.015243 [ 3 ] {} <Debug> HTTP-Session: 7a3c5467-bcac-4106-92af-a30b71357380 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14307 | 2024.09.23 18:27:21.015260 [ 3 ] {} <Debug> HTTP-Session: 7a3c5467-bcac-4106-92af-a30b71357380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14308 | 2024.09.23 18:27:21.015274 [ 3 ] {} <Debug> HTTP-Session: 7a3c5467-bcac-4106-92af-a30b71357380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14309 | 2024.09.23 18:27:21.015305 [ 3 ] {} <Trace> HTTP-Session: 7a3c5467-bcac-4106-92af-a30b71357380 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14310 | 2024.09.23 18:27:21.015419 [ 3 ] {93113747-c428-4ee6-86f4-88ffe7795379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14311 | 2024.09.23 18:27:21.015464 [ 3 ] {93113747-c428-4ee6-86f4-88ffe7795379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14312 | 2024.09.23 18:27:21.015591 [ 3 ] {93113747-c428-4ee6-86f4-88ffe7795379} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14313 | 2024.09.23 18:27:21.015857 [ 3 ] {93113747-c428-4ee6-86f4-88ffe7795379} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14314 | 2024.09.23 18:27:21.015893 [ 3 ] {93113747-c428-4ee6-86f4-88ffe7795379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14315 | 2024.09.23 18:27:21.016252 [ 3 ] {93113747-c428-4ee6-86f4-88ffe7795379} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14316 | 2024.09.23 18:27:21.016572 [ 3 ] {93113747-c428-4ee6-86f4-88ffe7795379} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14317 | 2024.09.23 18:27:21.016699 [ 3 ] {93113747-c428-4ee6-86f4-88ffe7795379} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001318 sec., 62215.4779969651 rows/sec., 3.95 MiB/sec. | ||
14318 | 2024.09.23 18:27:21.016876 [ 3 ] {93113747-c428-4ee6-86f4-88ffe7795379} <Debug> DynamicQueryHandler: Done processing query | ||
14319 | 2024.09.23 18:27:21.016913 [ 3 ] {93113747-c428-4ee6-86f4-88ffe7795379} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14320 | 2024.09.23 18:27:21.016945 [ 3 ] {} <Debug> HTTP-Session: 7a3c5467-bcac-4106-92af-a30b71357380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14321 | 2024.09.23 18:27:22.000151 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.45 MiB, peak 214.88 MiB, free memory in arenas 0.00 B, will set to 206.16 MiB (RSS), difference: 4.71 MiB | ||
14322 | 2024.09.23 18:27:25.981684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14323 | 2024.09.23 18:27:25.981826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14324 | 2024.09.23 18:27:25.981854 [ 3 ] {} <Debug> HTTP-Session: eeb95829-2347-44c1-992b-0947e7c5d78b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14325 | 2024.09.23 18:27:25.981880 [ 3 ] {} <Debug> HTTP-Session: eeb95829-2347-44c1-992b-0947e7c5d78b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14326 | 2024.09.23 18:27:25.981895 [ 3 ] {} <Debug> HTTP-Session: eeb95829-2347-44c1-992b-0947e7c5d78b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14327 | 2024.09.23 18:27:25.981944 [ 3 ] {} <Trace> HTTP-Session: eeb95829-2347-44c1-992b-0947e7c5d78b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14328 | 2024.09.23 18:27:25.982160 [ 3 ] {b246813e-ec7c-474d-bd67-46f6eef35c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14329 | 2024.09.23 18:27:25.982229 [ 3 ] {b246813e-ec7c-474d-bd67-46f6eef35c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14330 | 2024.09.23 18:27:25.982566 [ 3 ] {b246813e-ec7c-474d-bd67-46f6eef35c5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14331 | 2024.09.23 18:27:25.982997 [ 3 ] {b246813e-ec7c-474d-bd67-46f6eef35c5f} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14332 | 2024.09.23 18:27:25.983041 [ 3 ] {b246813e-ec7c-474d-bd67-46f6eef35c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14333 | 2024.09.23 18:27:25.983469 [ 3 ] {b246813e-ec7c-474d-bd67-46f6eef35c5f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14334 | 2024.09.23 18:27:25.983855 [ 3 ] {b246813e-ec7c-474d-bd67-46f6eef35c5f} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14335 | 2024.09.23 18:27:25.984025 [ 3 ] {b246813e-ec7c-474d-bd67-46f6eef35c5f} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001937 sec., 38203.407330924114 rows/sec., 3.06 MiB/sec. | ||
14336 | 2024.09.23 18:27:25.984083 [ 55 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14337 | 2024.09.23 18:27:25.984190 [ 55 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14338 | 2024.09.23 18:27:25.984221 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14339 | 2024.09.23 18:27:25.984306 [ 3 ] {b246813e-ec7c-474d-bd67-46f6eef35c5f} <Debug> DynamicQueryHandler: Done processing query | ||
14340 | 2024.09.23 18:27:25.984370 [ 3 ] {b246813e-ec7c-474d-bd67-46f6eef35c5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14341 | 2024.09.23 18:27:25.984421 [ 3 ] {} <Debug> HTTP-Session: eeb95829-2347-44c1-992b-0947e7c5d78b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14342 | 2024.09.23 18:27:25.984485 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14343 | 2024.09.23 18:27:25.984587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14344 | 2024.09.23 18:27:25.984687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14345 | 2024.09.23 18:27:25.984750 [ 3 ] {} <Debug> HTTP-Session: d0d332ec-ac99-45ed-bc2a-0ede24c128d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14346 | 2024.09.23 18:27:25.984803 [ 3 ] {} <Debug> HTTP-Session: d0d332ec-ac99-45ed-bc2a-0ede24c128d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14347 | 2024.09.23 18:27:25.984844 [ 3 ] {} <Debug> HTTP-Session: d0d332ec-ac99-45ed-bc2a-0ede24c128d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14348 | 2024.09.23 18:27:25.984859 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14349 | 2024.09.23 18:27:25.984896 [ 3 ] {} <Trace> HTTP-Session: d0d332ec-ac99-45ed-bc2a-0ede24c128d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14350 | 2024.09.23 18:27:25.984933 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1419 rows starting from the beginning of the part | ||
14351 | 2024.09.23 18:27:25.985217 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1345 rows starting from the beginning of the part | ||
14352 | 2024.09.23 18:27:25.985232 [ 3 ] {66fae06c-0b70-426b-a5d5-2f96135b07cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14353 | 2024.09.23 18:27:25.985391 [ 3 ] {66fae06c-0b70-426b-a5d5-2f96135b07cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14354 | 2024.09.23 18:27:25.985507 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 104 rows starting from the beginning of the part | ||
14355 | 2024.09.23 18:27:25.985952 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 74 rows starting from the beginning of the part | ||
14356 | 2024.09.23 18:27:25.986335 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 252 rows starting from the beginning of the part | ||
14357 | 2024.09.23 18:27:25.986709 [ 196 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 74 rows starting from the beginning of the part | ||
14358 | 2024.09.23 18:27:25.986814 [ 3 ] {66fae06c-0b70-426b-a5d5-2f96135b07cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14359 | 2024.09.23 18:27:25.987805 [ 3 ] {66fae06c-0b70-426b-a5d5-2f96135b07cb} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14360 | 2024.09.23 18:27:25.987868 [ 3 ] {66fae06c-0b70-426b-a5d5-2f96135b07cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14361 | 2024.09.23 18:27:25.988661 [ 3 ] {66fae06c-0b70-426b-a5d5-2f96135b07cb} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14362 | 2024.09.23 18:27:25.989610 [ 3 ] {66fae06c-0b70-426b-a5d5-2f96135b07cb} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14363 | 2024.09.23 18:27:25.989797 [ 3 ] {66fae06c-0b70-426b-a5d5-2f96135b07cb} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00475 sec., 1894.7368421052631 rows/sec., 142.48 KiB/sec. | ||
14364 | 2024.09.23 18:27:25.989806 [ 55 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14365 | 2024.09.23 18:27:25.989915 [ 55 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14366 | 2024.09.23 18:27:25.989963 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14367 | 2024.09.23 18:27:25.990267 [ 3 ] {66fae06c-0b70-426b-a5d5-2f96135b07cb} <Debug> DynamicQueryHandler: Done processing query | ||
14368 | 2024.09.23 18:27:25.990339 [ 3 ] {66fae06c-0b70-426b-a5d5-2f96135b07cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14369 | 2024.09.23 18:27:25.990386 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::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 | ||
14370 | 2024.09.23 18:27:25.990396 [ 3 ] {} <Debug> HTTP-Session: d0d332ec-ac99-45ed-bc2a-0ede24c128d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14371 | 2024.09.23 18:27:25.990681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14372 | 2024.09.23 18:27:25.990794 [ 186 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3268 rows, containing 5 columns (5 merged, 0 gathered) in 0.006469552 sec., 505135.4405992873 rows/sec., 44.15 MiB/sec. | ||
14373 | 2024.09.23 18:27:25.990812 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14374 | 2024.09.23 18:27:25.990797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14375 | 2024.09.23 18:27:25.990882 [ 3 ] {} <Debug> HTTP-Session: 10af4398-19af-472c-b5dc-bd9989e99e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14376 | 2024.09.23 18:27:25.990887 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 58 rows starting from the beginning of the part | ||
14377 | 2024.09.23 18:27:25.990904 [ 3 ] {} <Debug> HTTP-Session: 10af4398-19af-472c-b5dc-bd9989e99e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14378 | 2024.09.23 18:27:25.990929 [ 3 ] {} <Debug> HTTP-Session: 10af4398-19af-472c-b5dc-bd9989e99e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14379 | 2024.09.23 18:27:25.991013 [ 3 ] {} <Trace> HTTP-Session: 10af4398-19af-472c-b5dc-bd9989e99e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14380 | 2024.09.23 18:27:25.991182 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part | ||
14381 | 2024.09.23 18:27:25.991302 [ 186 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14382 | 2024.09.23 18:27:25.991565 [ 3 ] {3343519a-c044-4b36-b52e-361ff34ffbba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14383 | 2024.09.23 18:27:25.991814 [ 3 ] {3343519a-c044-4b36-b52e-361ff34ffbba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14384 | 2024.09.23 18:27:25.992054 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 27 rows starting from the beginning of the part | ||
14385 | 2024.09.23 18:27:25.992567 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 9 rows starting from the beginning of the part | ||
14386 | 2024.09.23 18:27:25.993127 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 33 rows starting from the beginning of the part | ||
14387 | 2024.09.23 18:27:25.993721 [ 190 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 9 rows starting from the beginning of the part | ||
14388 | 2024.09.23 18:27:25.994382 [ 3 ] {3343519a-c044-4b36-b52e-361ff34ffbba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14389 | 2024.09.23 18:27:25.994631 [ 186 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14390 | 2024.09.23 18:27:25.994771 [ 186 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_81_16} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14391 | 2024.09.23 18:27:25.994987 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
14392 | 2024.09.23 18:27:25.995219 [ 3 ] {3343519a-c044-4b36-b52e-361ff34ffbba} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14393 | 2024.09.23 18:27:25.995270 [ 3 ] {3343519a-c044-4b36-b52e-361ff34ffbba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14394 | 2024.09.23 18:27:25.995855 [ 3 ] {3343519a-c044-4b36-b52e-361ff34ffbba} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14395 | 2024.09.23 18:27:25.995875 [ 198 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 5 columns (5 merged, 0 gathered) in 0.005758144 sec., 25008.058152071226 rows/sec., 1.91 MiB/sec. | ||
14396 | 2024.09.23 18:27:25.996024 [ 198 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14397 | 2024.09.23 18:27:25.997155 [ 198 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_71_14} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14398 | 2024.09.23 18:27:25.997291 [ 3 ] {3343519a-c044-4b36-b52e-361ff34ffbba} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14399 | 2024.09.23 18:27:25.997348 [ 198 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_71_14} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14400 | 2024.09.23 18:27:25.997535 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
14401 | 2024.09.23 18:27:25.997597 [ 55 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14402 | 2024.09.23 18:27:25.997621 [ 3 ] {3343519a-c044-4b36-b52e-361ff34ffbba} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.006305 sec., 11578.112609040445 rows/sec., 925.60 KiB/sec. | ||
14403 | 2024.09.23 18:27:25.997688 [ 55 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14404 | 2024.09.23 18:27:25.997784 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14405 | 2024.09.23 18:27:25.998041 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14406 | 2024.09.23 18:27:25.998064 [ 3 ] {3343519a-c044-4b36-b52e-361ff34ffbba} <Debug> DynamicQueryHandler: Done processing query | ||
14407 | 2024.09.23 18:27:25.998124 [ 3 ] {3343519a-c044-4b36-b52e-361ff34ffbba} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14408 | 2024.09.23 18:27:25.998156 [ 3 ] {} <Debug> HTTP-Session: 10af4398-19af-472c-b5dc-bd9989e99e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14409 | 2024.09.23 18:27:25.998289 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14410 | 2024.09.23 18:27:25.998338 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part | ||
14411 | 2024.09.23 18:27:25.998394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14412 | 2024.09.23 18:27:25.998566 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 846 rows starting from the beginning of the part | ||
14413 | 2024.09.23 18:27:25.998580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14414 | 2024.09.23 18:27:25.998761 [ 3 ] {} <Debug> HTTP-Session: def71636-b359-458f-bae2-b1fd604005d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14415 | 2024.09.23 18:27:25.998907 [ 3 ] {} <Debug> HTTP-Session: def71636-b359-458f-bae2-b1fd604005d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14416 | 2024.09.23 18:27:25.998940 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 91 rows starting from the beginning of the part | ||
14417 | 2024.09.23 18:27:25.999028 [ 3 ] {} <Debug> HTTP-Session: def71636-b359-458f-bae2-b1fd604005d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14418 | 2024.09.23 18:27:25.999211 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 73 rows starting from the beginning of the part | ||
14419 | 2024.09.23 18:27:25.999252 [ 3 ] {} <Trace> HTTP-Session: def71636-b359-458f-bae2-b1fd604005d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14420 | 2024.09.23 18:27:25.999540 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 415 rows starting from the beginning of the part | ||
14421 | 2024.09.23 18:27:25.999849 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 73 rows starting from the beginning of the part | ||
14422 | 2024.09.23 18:27:25.999967 [ 3 ] {364e7c2d-95e3-48e7-bff1-a6cdfcaa2f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14423 | 2024.09.23 18:27:26.000184 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.42 MiB, peak 214.88 MiB, free memory in arenas 0.00 B, will set to 206.16 MiB (RSS), difference: -1.27 MiB | ||
14424 | 2024.09.23 18:27:26.000275 [ 3 ] {364e7c2d-95e3-48e7-bff1-a6cdfcaa2f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14425 | 2024.09.23 18:27:26.001635 [ 3 ] {364e7c2d-95e3-48e7-bff1-a6cdfcaa2f9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14426 | 2024.09.23 18:27:26.002692 [ 3 ] {364e7c2d-95e3-48e7-bff1-a6cdfcaa2f9f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14427 | 2024.09.23 18:27:26.002766 [ 3 ] {364e7c2d-95e3-48e7-bff1-a6cdfcaa2f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14428 | 2024.09.23 18:27:26.003500 [ 3 ] {364e7c2d-95e3-48e7-bff1-a6cdfcaa2f9f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14429 | 2024.09.23 18:27:26.003745 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.005819785 sec., 414448.3000660677 rows/sec., 31.78 MiB/sec. | ||
14430 | 2024.09.23 18:27:26.003976 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14431 | 2024.09.23 18:27:26.004068 [ 3 ] {364e7c2d-95e3-48e7-bff1-a6cdfcaa2f9f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14432 | 2024.09.23 18:27:26.004290 [ 3 ] {364e7c2d-95e3-48e7-bff1-a6cdfcaa2f9f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004587 sec., 34881.185960322655 rows/sec., 2.43 MiB/sec. | ||
14433 | 2024.09.23 18:27:26.004281 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14434 | 2024.09.23 18:27:26.004410 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14435 | 2024.09.23 18:27:26.004535 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14436 | 2024.09.23 18:27:26.005029 [ 3 ] {364e7c2d-95e3-48e7-bff1-a6cdfcaa2f9f} <Debug> DynamicQueryHandler: Done processing query | ||
14437 | 2024.09.23 18:27:26.005120 [ 3 ] {364e7c2d-95e3-48e7-bff1-a6cdfcaa2f9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14438 | 2024.09.23 18:27:26.005143 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14439 | 2024.09.23 18:27:26.005169 [ 3 ] {} <Debug> HTTP-Session: def71636-b359-458f-bae2-b1fd604005d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14440 | 2024.09.23 18:27:26.005475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14441 | 2024.09.23 18:27:26.005652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14442 | 2024.09.23 18:27:26.005708 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14443 | 2024.09.23 18:27:26.005731 [ 3 ] {} <Debug> HTTP-Session: 68a9c82b-1167-40a6-9707-d9b14e010bf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14444 | 2024.09.23 18:27:26.005704 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14445 | 2024.09.23 18:27:26.005776 [ 3 ] {} <Debug> HTTP-Session: 68a9c82b-1167-40a6-9707-d9b14e010bf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14446 | 2024.09.23 18:27:26.005843 [ 3 ] {} <Debug> HTTP-Session: 68a9c82b-1167-40a6-9707-d9b14e010bf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14447 | 2024.09.23 18:27:26.005867 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22356 rows starting from the beginning of the part | ||
14448 | 2024.09.23 18:27:26.005933 [ 3 ] {} <Trace> HTTP-Session: 68a9c82b-1167-40a6-9707-d9b14e010bf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14449 | 2024.09.23 18:27:26.005934 [ 198 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_81_16} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14450 | 2024.09.23 18:27:26.006324 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 961 rows starting from the beginning of the part | ||
14451 | 2024.09.23 18:27:26.006339 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
14452 | 2024.09.23 18:27:26.006569 [ 3 ] {d67afac0-e3e9-448f-8e47-4478610704c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14453 | 2024.09.23 18:27:26.006642 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 130 rows starting from the beginning of the part | ||
14454 | 2024.09.23 18:27:26.006962 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 140 rows starting from the beginning of the part | ||
14455 | 2024.09.23 18:27:26.006988 [ 3 ] {d67afac0-e3e9-448f-8e47-4478610704c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14456 | 2024.09.23 18:27:26.007285 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 238 rows starting from the beginning of the part | ||
14457 | 2024.09.23 18:27:26.007651 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
14458 | 2024.09.23 18:27:26.009355 [ 3 ] {d67afac0-e3e9-448f-8e47-4478610704c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14459 | 2024.09.23 18:27:26.010015 [ 3 ] {d67afac0-e3e9-448f-8e47-4478610704c2} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14460 | 2024.09.23 18:27:26.010053 [ 3 ] {d67afac0-e3e9-448f-8e47-4478610704c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14461 | 2024.09.23 18:27:26.011886 [ 3 ] {d67afac0-e3e9-448f-8e47-4478610704c2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14462 | 2024.09.23 18:27:26.012541 [ 3 ] {d67afac0-e3e9-448f-8e47-4478610704c2} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14463 | 2024.09.23 18:27:26.013199 [ 3 ] {d67afac0-e3e9-448f-8e47-4478610704c2} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.007007 sec., 1284.4298558584273 rows/sec., 2.30 MiB/sec. | ||
14464 | 2024.09.23 18:27:26.013465 [ 3 ] {d67afac0-e3e9-448f-8e47-4478610704c2} <Debug> DynamicQueryHandler: Done processing query | ||
14465 | 2024.09.23 18:27:26.013490 [ 3 ] {d67afac0-e3e9-448f-8e47-4478610704c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
14466 | 2024.09.23 18:27:26.013506 [ 3 ] {} <Debug> HTTP-Session: 68a9c82b-1167-40a6-9707-d9b14e010bf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14467 | 2024.09.23 18:27:26.013687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14468 | 2024.09.23 18:27:26.013779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14469 | 2024.09.23 18:27:26.013803 [ 3 ] {} <Debug> HTTP-Session: 5d53399d-afb9-4a96-971f-e865b91f1fcd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14470 | 2024.09.23 18:27:26.013823 [ 3 ] {} <Debug> HTTP-Session: 5d53399d-afb9-4a96-971f-e865b91f1fcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14471 | 2024.09.23 18:27:26.013847 [ 3 ] {} <Debug> HTTP-Session: 5d53399d-afb9-4a96-971f-e865b91f1fcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14472 | 2024.09.23 18:27:26.013879 [ 3 ] {} <Trace> HTTP-Session: 5d53399d-afb9-4a96-971f-e865b91f1fcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14473 | 2024.09.23 18:27:26.014027 [ 3 ] {7de0485e-1484-4613-9ae8-825a8f9abd57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14474 | 2024.09.23 18:27:26.014073 [ 3 ] {7de0485e-1484-4613-9ae8-825a8f9abd57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14475 | 2024.09.23 18:27:26.014280 [ 3 ] {7de0485e-1484-4613-9ae8-825a8f9abd57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14476 | 2024.09.23 18:27:26.014679 [ 3 ] {7de0485e-1484-4613-9ae8-825a8f9abd57} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14477 | 2024.09.23 18:27:26.014715 [ 3 ] {7de0485e-1484-4613-9ae8-825a8f9abd57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14478 | 2024.09.23 18:27:26.015405 [ 3 ] {7de0485e-1484-4613-9ae8-825a8f9abd57} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14479 | 2024.09.23 18:27:26.015800 [ 3 ] {7de0485e-1484-4613-9ae8-825a8f9abd57} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14480 | 2024.09.23 18:27:26.015981 [ 3 ] {7de0485e-1484-4613-9ae8-825a8f9abd57} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002018 sec., 29732.408325074335 rows/sec., 2.00 MiB/sec. | ||
14481 | 2024.09.23 18:27:26.015999 [ 55 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14482 | 2024.09.23 18:27:26.016088 [ 55 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14483 | 2024.09.23 18:27:26.016159 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14484 | 2024.09.23 18:27:26.016345 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14485 | 2024.09.23 18:27:26.016365 [ 3 ] {7de0485e-1484-4613-9ae8-825a8f9abd57} <Debug> DynamicQueryHandler: Done processing query | ||
14486 | 2024.09.23 18:27:26.016405 [ 3 ] {7de0485e-1484-4613-9ae8-825a8f9abd57} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14487 | 2024.09.23 18:27:26.016435 [ 3 ] {} <Debug> HTTP-Session: 5d53399d-afb9-4a96-971f-e865b91f1fcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14488 | 2024.09.23 18:27:26.016543 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14489 | 2024.09.23 18:27:26.016644 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4450 rows starting from the beginning of the part | ||
14490 | 2024.09.23 18:27:26.017028 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part | ||
14491 | 2024.09.23 18:27:26.017087 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23985 rows, containing 5 columns (5 merged, 0 gathered) in 0.012316448 sec., 1947395.872576249 rows/sec., 131.38 MiB/sec. | ||
14492 | 2024.09.23 18:27:26.017277 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 48 rows starting from the beginning of the part | ||
14493 | 2024.09.23 18:27:26.017451 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 54 rows starting from the beginning of the part | ||
14494 | 2024.09.23 18:27:26.017645 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
14495 | 2024.09.23 18:27:26.017733 [ 192 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14496 | 2024.09.23 18:27:26.017896 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
14497 | 2024.09.23 18:27:26.019044 [ 189 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14498 | 2024.09.23 18:27:26.019220 [ 189 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14499 | 2024.09.23 18:27:26.019400 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
14500 | 2024.09.23 18:27:26.020674 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4728 rows, containing 4 columns (4 merged, 0 gathered) in 0.00441294 sec., 1071394.5804837593 rows/sec., 69.70 MiB/sec. | ||
14501 | 2024.09.23 18:27:26.021062 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14502 | 2024.09.23 18:27:26.021518 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14503 | 2024.09.23 18:27:26.021611 [ 199 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_81_16} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14504 | 2024.09.23 18:27:26.021716 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
14505 | 2024.09.23 18:27:27.000136 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.45 MiB, peak 217.50 MiB, free memory in arenas 0.00 B, will set to 207.84 MiB (RSS), difference: 2.39 MiB | ||
14506 | 2024.09.23 18:27:27.293473 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14507 | 2024.09.23 18:27:27.293554 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14508 | 2024.09.23 18:27:30.987610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14509 | 2024.09.23 18:27:30.987763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14510 | 2024.09.23 18:27:30.987793 [ 3 ] {} <Debug> HTTP-Session: 00e59f85-d0ae-4e7a-a063-7b50451ed1a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14511 | 2024.09.23 18:27:30.987823 [ 3 ] {} <Debug> HTTP-Session: 00e59f85-d0ae-4e7a-a063-7b50451ed1a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14512 | 2024.09.23 18:27:30.987842 [ 3 ] {} <Debug> HTTP-Session: 00e59f85-d0ae-4e7a-a063-7b50451ed1a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14513 | 2024.09.23 18:27:30.987899 [ 3 ] {} <Trace> HTTP-Session: 00e59f85-d0ae-4e7a-a063-7b50451ed1a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14514 | 2024.09.23 18:27:30.988200 [ 3 ] {e4a2f2a2-1134-41b4-a9f8-0eddecb0fe92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14515 | 2024.09.23 18:27:30.988275 [ 3 ] {e4a2f2a2-1134-41b4-a9f8-0eddecb0fe92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14516 | 2024.09.23 18:27:30.988677 [ 3 ] {e4a2f2a2-1134-41b4-a9f8-0eddecb0fe92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14517 | 2024.09.23 18:27:30.989334 [ 3 ] {e4a2f2a2-1134-41b4-a9f8-0eddecb0fe92} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14518 | 2024.09.23 18:27:30.989378 [ 3 ] {e4a2f2a2-1134-41b4-a9f8-0eddecb0fe92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14519 | 2024.09.23 18:27:30.989827 [ 3 ] {e4a2f2a2-1134-41b4-a9f8-0eddecb0fe92} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14520 | 2024.09.23 18:27:30.990228 [ 3 ] {e4a2f2a2-1134-41b4-a9f8-0eddecb0fe92} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14521 | 2024.09.23 18:27:30.990399 [ 3 ] {e4a2f2a2-1134-41b4-a9f8-0eddecb0fe92} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002334 sec., 107540.70265638389 rows/sec., 9.52 MiB/sec. | ||
14522 | 2024.09.23 18:27:30.990615 [ 3 ] {e4a2f2a2-1134-41b4-a9f8-0eddecb0fe92} <Debug> DynamicQueryHandler: Done processing query | ||
14523 | 2024.09.23 18:27:30.990642 [ 3 ] {e4a2f2a2-1134-41b4-a9f8-0eddecb0fe92} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
14524 | 2024.09.23 18:27:30.990659 [ 3 ] {} <Debug> HTTP-Session: 00e59f85-d0ae-4e7a-a063-7b50451ed1a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14525 | 2024.09.23 18:27:30.990873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14526 | 2024.09.23 18:27:30.990925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14527 | 2024.09.23 18:27:30.990944 [ 3 ] {} <Debug> HTTP-Session: a74c3bf3-6965-43d9-8218-f4ca0ccdd045 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14528 | 2024.09.23 18:27:30.990962 [ 3 ] {} <Debug> HTTP-Session: a74c3bf3-6965-43d9-8218-f4ca0ccdd045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14529 | 2024.09.23 18:27:30.990976 [ 3 ] {} <Debug> HTTP-Session: a74c3bf3-6965-43d9-8218-f4ca0ccdd045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14530 | 2024.09.23 18:27:30.991009 [ 3 ] {} <Trace> HTTP-Session: a74c3bf3-6965-43d9-8218-f4ca0ccdd045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14531 | 2024.09.23 18:27:30.991112 [ 3 ] {6b58cce9-e595-4520-8290-cfcc6afaddb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14532 | 2024.09.23 18:27:30.991156 [ 3 ] {6b58cce9-e595-4520-8290-cfcc6afaddb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14533 | 2024.09.23 18:27:30.991387 [ 3 ] {6b58cce9-e595-4520-8290-cfcc6afaddb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14534 | 2024.09.23 18:27:30.991759 [ 3 ] {6b58cce9-e595-4520-8290-cfcc6afaddb2} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14535 | 2024.09.23 18:27:30.991795 [ 3 ] {6b58cce9-e595-4520-8290-cfcc6afaddb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14536 | 2024.09.23 18:27:30.992161 [ 3 ] {6b58cce9-e595-4520-8290-cfcc6afaddb2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14537 | 2024.09.23 18:27:30.992522 [ 3 ] {6b58cce9-e595-4520-8290-cfcc6afaddb2} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14538 | 2024.09.23 18:27:30.992682 [ 3 ] {6b58cce9-e595-4520-8290-cfcc6afaddb2} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001595 sec., 19435.736677115987 rows/sec., 1.43 MiB/sec. | ||
14539 | 2024.09.23 18:27:30.992856 [ 3 ] {6b58cce9-e595-4520-8290-cfcc6afaddb2} <Debug> DynamicQueryHandler: Done processing query | ||
14540 | 2024.09.23 18:27:30.992881 [ 3 ] {6b58cce9-e595-4520-8290-cfcc6afaddb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14541 | 2024.09.23 18:27:30.992898 [ 3 ] {} <Debug> HTTP-Session: a74c3bf3-6965-43d9-8218-f4ca0ccdd045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14542 | 2024.09.23 18:27:30.993016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14543 | 2024.09.23 18:27:30.993065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14544 | 2024.09.23 18:27:30.993084 [ 3 ] {} <Debug> HTTP-Session: 9c411164-2660-4d5a-be41-2ecdc1d6f19b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14545 | 2024.09.23 18:27:30.993101 [ 3 ] {} <Debug> HTTP-Session: 9c411164-2660-4d5a-be41-2ecdc1d6f19b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14546 | 2024.09.23 18:27:30.993115 [ 3 ] {} <Debug> HTTP-Session: 9c411164-2660-4d5a-be41-2ecdc1d6f19b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14547 | 2024.09.23 18:27:30.993146 [ 3 ] {} <Trace> HTTP-Session: 9c411164-2660-4d5a-be41-2ecdc1d6f19b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14548 | 2024.09.23 18:27:30.993246 [ 3 ] {685694fc-92ad-400f-8aea-0f6955dafa64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14549 | 2024.09.23 18:27:30.993288 [ 3 ] {685694fc-92ad-400f-8aea-0f6955dafa64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14550 | 2024.09.23 18:27:30.993515 [ 3 ] {685694fc-92ad-400f-8aea-0f6955dafa64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14551 | 2024.09.23 18:27:30.993831 [ 3 ] {685694fc-92ad-400f-8aea-0f6955dafa64} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14552 | 2024.09.23 18:27:30.993867 [ 3 ] {685694fc-92ad-400f-8aea-0f6955dafa64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14553 | 2024.09.23 18:27:30.994225 [ 3 ] {685694fc-92ad-400f-8aea-0f6955dafa64} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14554 | 2024.09.23 18:27:30.994580 [ 3 ] {685694fc-92ad-400f-8aea-0f6955dafa64} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14555 | 2024.09.23 18:27:30.994743 [ 3 ] {685694fc-92ad-400f-8aea-0f6955dafa64} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001514 sec., 9247.027741083224 rows/sec., 647.60 KiB/sec. | ||
14556 | 2024.09.23 18:27:30.995038 [ 3 ] {685694fc-92ad-400f-8aea-0f6955dafa64} <Debug> DynamicQueryHandler: Done processing query | ||
14557 | 2024.09.23 18:27:30.995078 [ 3 ] {685694fc-92ad-400f-8aea-0f6955dafa64} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14558 | 2024.09.23 18:27:30.995107 [ 3 ] {} <Debug> HTTP-Session: 9c411164-2660-4d5a-be41-2ecdc1d6f19b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14559 | 2024.09.23 18:27:30.995229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14560 | 2024.09.23 18:27:30.995279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14561 | 2024.09.23 18:27:30.995298 [ 3 ] {} <Debug> HTTP-Session: ec2eb9d1-ff96-403a-a6ff-47ea12ab6773 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14562 | 2024.09.23 18:27:30.995315 [ 3 ] {} <Debug> HTTP-Session: ec2eb9d1-ff96-403a-a6ff-47ea12ab6773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14563 | 2024.09.23 18:27:30.995329 [ 3 ] {} <Debug> HTTP-Session: ec2eb9d1-ff96-403a-a6ff-47ea12ab6773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14564 | 2024.09.23 18:27:30.995359 [ 3 ] {} <Trace> HTTP-Session: ec2eb9d1-ff96-403a-a6ff-47ea12ab6773 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14565 | 2024.09.23 18:27:30.995460 [ 3 ] {1020f145-2a37-4515-9576-a67a69837e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14566 | 2024.09.23 18:27:30.995502 [ 3 ] {1020f145-2a37-4515-9576-a67a69837e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14567 | 2024.09.23 18:27:30.995743 [ 3 ] {1020f145-2a37-4515-9576-a67a69837e0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14568 | 2024.09.23 18:27:30.996076 [ 3 ] {1020f145-2a37-4515-9576-a67a69837e0b} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14569 | 2024.09.23 18:27:30.996112 [ 3 ] {1020f145-2a37-4515-9576-a67a69837e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14570 | 2024.09.23 18:27:30.996460 [ 3 ] {1020f145-2a37-4515-9576-a67a69837e0b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14571 | 2024.09.23 18:27:30.996828 [ 3 ] {1020f145-2a37-4515-9576-a67a69837e0b} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14572 | 2024.09.23 18:27:30.996987 [ 3 ] {1020f145-2a37-4515-9576-a67a69837e0b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 229.74 KiB/sec. | ||
14573 | 2024.09.23 18:27:30.997304 [ 3 ] {1020f145-2a37-4515-9576-a67a69837e0b} <Debug> DynamicQueryHandler: Done processing query | ||
14574 | 2024.09.23 18:27:30.997340 [ 3 ] {1020f145-2a37-4515-9576-a67a69837e0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14575 | 2024.09.23 18:27:30.997358 [ 3 ] {} <Debug> HTTP-Session: ec2eb9d1-ff96-403a-a6ff-47ea12ab6773 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14576 | 2024.09.23 18:27:30.997537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14577 | 2024.09.23 18:27:30.997587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14578 | 2024.09.23 18:27:30.997606 [ 3 ] {} <Debug> HTTP-Session: 0a4fc76a-211b-4f83-b883-827748c9c225 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14579 | 2024.09.23 18:27:30.997624 [ 3 ] {} <Debug> HTTP-Session: 0a4fc76a-211b-4f83-b883-827748c9c225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14580 | 2024.09.23 18:27:30.997638 [ 3 ] {} <Debug> HTTP-Session: 0a4fc76a-211b-4f83-b883-827748c9c225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14581 | 2024.09.23 18:27:30.997669 [ 3 ] {} <Trace> HTTP-Session: 0a4fc76a-211b-4f83-b883-827748c9c225 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14582 | 2024.09.23 18:27:30.997880 [ 3 ] {5a2181b0-54d5-40c3-a1fb-9b00ef563429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14583 | 2024.09.23 18:27:30.997925 [ 3 ] {5a2181b0-54d5-40c3-a1fb-9b00ef563429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14584 | 2024.09.23 18:27:30.998172 [ 3 ] {5a2181b0-54d5-40c3-a1fb-9b00ef563429} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14585 | 2024.09.23 18:27:30.998724 [ 3 ] {5a2181b0-54d5-40c3-a1fb-9b00ef563429} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14586 | 2024.09.23 18:27:30.998760 [ 3 ] {5a2181b0-54d5-40c3-a1fb-9b00ef563429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14587 | 2024.09.23 18:27:30.999139 [ 3 ] {5a2181b0-54d5-40c3-a1fb-9b00ef563429} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14588 | 2024.09.23 18:27:30.999492 [ 3 ] {5a2181b0-54d5-40c3-a1fb-9b00ef563429} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14589 | 2024.09.23 18:27:30.999647 [ 3 ] {5a2181b0-54d5-40c3-a1fb-9b00ef563429} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001874 sec., 220384.20490928495 rows/sec., 15.72 MiB/sec. | ||
14590 | 2024.09.23 18:27:30.999833 [ 3 ] {5a2181b0-54d5-40c3-a1fb-9b00ef563429} <Debug> DynamicQueryHandler: Done processing query | ||
14591 | 2024.09.23 18:27:30.999857 [ 3 ] {5a2181b0-54d5-40c3-a1fb-9b00ef563429} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
14592 | 2024.09.23 18:27:30.999874 [ 3 ] {} <Debug> HTTP-Session: 0a4fc76a-211b-4f83-b883-827748c9c225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14593 | 2024.09.23 18:27:31.000139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14594 | 2024.09.23 18:27:31.000151 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.17 MiB, peak 217.50 MiB, free memory in arenas 0.00 B, will set to 207.84 MiB (RSS), difference: -1.33 MiB | ||
14595 | 2024.09.23 18:27:31.000211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14596 | 2024.09.23 18:27:31.000254 [ 3 ] {} <Debug> HTTP-Session: 63d7fa1f-395d-46be-960d-9e1a05f5d29f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14597 | 2024.09.23 18:27:31.000294 [ 3 ] {} <Debug> HTTP-Session: 63d7fa1f-395d-46be-960d-9e1a05f5d29f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14598 | 2024.09.23 18:27:31.000329 [ 3 ] {} <Debug> HTTP-Session: 63d7fa1f-395d-46be-960d-9e1a05f5d29f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14599 | 2024.09.23 18:27:31.000418 [ 3 ] {} <Trace> HTTP-Session: 63d7fa1f-395d-46be-960d-9e1a05f5d29f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14600 | 2024.09.23 18:27:31.000569 [ 3 ] {1005af5f-0eb8-424a-914f-f6cd7f8f9743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14601 | 2024.09.23 18:27:31.000681 [ 3 ] {1005af5f-0eb8-424a-914f-f6cd7f8f9743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14602 | 2024.09.23 18:27:31.000829 [ 3 ] {1005af5f-0eb8-424a-914f-f6cd7f8f9743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14603 | 2024.09.23 18:27:31.001098 [ 3 ] {1005af5f-0eb8-424a-914f-f6cd7f8f9743} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14604 | 2024.09.23 18:27:31.001134 [ 3 ] {1005af5f-0eb8-424a-914f-f6cd7f8f9743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14605 | 2024.09.23 18:27:31.001496 [ 3 ] {1005af5f-0eb8-424a-914f-f6cd7f8f9743} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14606 | 2024.09.23 18:27:31.001822 [ 3 ] {1005af5f-0eb8-424a-914f-f6cd7f8f9743} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14607 | 2024.09.23 18:27:31.001980 [ 3 ] {1005af5f-0eb8-424a-914f-f6cd7f8f9743} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec. | ||
14608 | 2024.09.23 18:27:31.002145 [ 3 ] {1005af5f-0eb8-424a-914f-f6cd7f8f9743} <Debug> DynamicQueryHandler: Done processing query | ||
14609 | 2024.09.23 18:27:31.002169 [ 3 ] {1005af5f-0eb8-424a-914f-f6cd7f8f9743} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14610 | 2024.09.23 18:27:31.002186 [ 3 ] {} <Debug> HTTP-Session: 63d7fa1f-395d-46be-960d-9e1a05f5d29f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14611 | 2024.09.23 18:27:31.002331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14612 | 2024.09.23 18:27:31.002382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14613 | 2024.09.23 18:27:31.002401 [ 3 ] {} <Debug> HTTP-Session: 864abb10-6560-4ed3-81fe-989efe92cd9c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14614 | 2024.09.23 18:27:31.002418 [ 3 ] {} <Debug> HTTP-Session: 864abb10-6560-4ed3-81fe-989efe92cd9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14615 | 2024.09.23 18:27:31.002432 [ 3 ] {} <Debug> HTTP-Session: 864abb10-6560-4ed3-81fe-989efe92cd9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14616 | 2024.09.23 18:27:31.002463 [ 3 ] {} <Trace> HTTP-Session: 864abb10-6560-4ed3-81fe-989efe92cd9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14617 | 2024.09.23 18:27:31.002646 [ 3 ] {1418b10b-afce-4947-be75-cbf1318e1e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14618 | 2024.09.23 18:27:31.002693 [ 3 ] {1418b10b-afce-4947-be75-cbf1318e1e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14619 | 2024.09.23 18:27:31.002838 [ 3 ] {1418b10b-afce-4947-be75-cbf1318e1e0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14620 | 2024.09.23 18:27:31.003719 [ 3 ] {1418b10b-afce-4947-be75-cbf1318e1e0f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14621 | 2024.09.23 18:27:31.003758 [ 3 ] {1418b10b-afce-4947-be75-cbf1318e1e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14622 | 2024.09.23 18:27:31.004161 [ 3 ] {1418b10b-afce-4947-be75-cbf1318e1e0f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14623 | 2024.09.23 18:27:31.004497 [ 3 ] {1418b10b-afce-4947-be75-cbf1318e1e0f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14624 | 2024.09.23 18:27:31.004653 [ 3 ] {1418b10b-afce-4947-be75-cbf1318e1e0f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002101 sec., 112803.42693955259 rows/sec., 7.56 MiB/sec. | ||
14625 | 2024.09.23 18:27:31.004827 [ 3 ] {1418b10b-afce-4947-be75-cbf1318e1e0f} <Debug> DynamicQueryHandler: Done processing query | ||
14626 | 2024.09.23 18:27:31.004851 [ 3 ] {1418b10b-afce-4947-be75-cbf1318e1e0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14627 | 2024.09.23 18:27:31.004868 [ 3 ] {} <Debug> HTTP-Session: 864abb10-6560-4ed3-81fe-989efe92cd9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14628 | 2024.09.23 18:27:31.005037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14629 | 2024.09.23 18:27:31.005086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14630 | 2024.09.23 18:27:31.005105 [ 3 ] {} <Debug> HTTP-Session: 21295dae-3ecb-4950-ac49-b5d981b002bf Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14631 | 2024.09.23 18:27:31.005123 [ 3 ] {} <Debug> HTTP-Session: 21295dae-3ecb-4950-ac49-b5d981b002bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14632 | 2024.09.23 18:27:31.005137 [ 3 ] {} <Debug> HTTP-Session: 21295dae-3ecb-4950-ac49-b5d981b002bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14633 | 2024.09.23 18:27:31.005167 [ 3 ] {} <Trace> HTTP-Session: 21295dae-3ecb-4950-ac49-b5d981b002bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14634 | 2024.09.23 18:27:31.005260 [ 3 ] {9b642278-8d09-4a5f-81d3-84a92ce66278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14635 | 2024.09.23 18:27:31.005305 [ 3 ] {9b642278-8d09-4a5f-81d3-84a92ce66278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14636 | 2024.09.23 18:27:31.005432 [ 3 ] {9b642278-8d09-4a5f-81d3-84a92ce66278} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14637 | 2024.09.23 18:27:31.005686 [ 3 ] {9b642278-8d09-4a5f-81d3-84a92ce66278} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14638 | 2024.09.23 18:27:31.005722 [ 3 ] {9b642278-8d09-4a5f-81d3-84a92ce66278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14639 | 2024.09.23 18:27:31.006071 [ 3 ] {9b642278-8d09-4a5f-81d3-84a92ce66278} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14640 | 2024.09.23 18:27:31.006385 [ 3 ] {9b642278-8d09-4a5f-81d3-84a92ce66278} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14641 | 2024.09.23 18:27:31.006540 [ 3 ] {9b642278-8d09-4a5f-81d3-84a92ce66278} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
14642 | 2024.09.23 18:27:31.006704 [ 3 ] {9b642278-8d09-4a5f-81d3-84a92ce66278} <Debug> DynamicQueryHandler: Done processing query | ||
14643 | 2024.09.23 18:27:31.006729 [ 3 ] {9b642278-8d09-4a5f-81d3-84a92ce66278} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14644 | 2024.09.23 18:27:31.006745 [ 3 ] {} <Debug> HTTP-Session: 21295dae-3ecb-4950-ac49-b5d981b002bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14645 | 2024.09.23 18:27:31.006929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51857, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14646 | 2024.09.23 18:27:31.006978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14647 | 2024.09.23 18:27:31.006998 [ 3 ] {} <Debug> HTTP-Session: 92d8908f-2ce9-484d-835c-a7974ac9c123 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14648 | 2024.09.23 18:27:31.007014 [ 3 ] {} <Debug> HTTP-Session: 92d8908f-2ce9-484d-835c-a7974ac9c123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14649 | 2024.09.23 18:27:31.007028 [ 3 ] {} <Debug> HTTP-Session: 92d8908f-2ce9-484d-835c-a7974ac9c123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14650 | 2024.09.23 18:27:31.007058 [ 3 ] {} <Trace> HTTP-Session: 92d8908f-2ce9-484d-835c-a7974ac9c123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14651 | 2024.09.23 18:27:31.007374 [ 3 ] {6e603eb4-1f73-4d5b-9562-b284c36df006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14652 | 2024.09.23 18:27:31.007440 [ 3 ] {6e603eb4-1f73-4d5b-9562-b284c36df006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14653 | 2024.09.23 18:27:31.007876 [ 3 ] {6e603eb4-1f73-4d5b-9562-b284c36df006} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14654 | 2024.09.23 18:27:31.008580 [ 3 ] {6e603eb4-1f73-4d5b-9562-b284c36df006} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14655 | 2024.09.23 18:27:31.008617 [ 3 ] {6e603eb4-1f73-4d5b-9562-b284c36df006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14656 | 2024.09.23 18:27:31.009262 [ 3 ] {6e603eb4-1f73-4d5b-9562-b284c36df006} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14657 | 2024.09.23 18:27:31.009691 [ 3 ] {6e603eb4-1f73-4d5b-9562-b284c36df006} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14658 | 2024.09.23 18:27:31.009875 [ 52 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14659 | 2024.09.23 18:27:31.009877 [ 3 ] {6e603eb4-1f73-4d5b-9562-b284c36df006} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002726 sec., 11371.973587674247 rows/sec., 20.38 MiB/sec. | ||
14660 | 2024.09.23 18:27:31.009967 [ 52 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14661 | 2024.09.23 18:27:31.010046 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14662 | 2024.09.23 18:27:31.010386 [ 189 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::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 | ||
14663 | 2024.09.23 18:27:31.010475 [ 3 ] {6e603eb4-1f73-4d5b-9562-b284c36df006} <Debug> DynamicQueryHandler: Done processing query | ||
14664 | 2024.09.23 18:27:31.010528 [ 3 ] {6e603eb4-1f73-4d5b-9562-b284c36df006} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
14665 | 2024.09.23 18:27:31.010571 [ 3 ] {} <Debug> HTTP-Session: 92d8908f-2ce9-484d-835c-a7974ac9c123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14666 | 2024.09.23 18:27:31.010772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14667 | 2024.09.23 18:27:31.010880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14668 | 2024.09.23 18:27:31.010941 [ 3 ] {} <Debug> HTTP-Session: e97bb439-87ad-4eb5-a523-8be7ae545b1c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14669 | 2024.09.23 18:27:31.010997 [ 3 ] {} <Debug> HTTP-Session: e97bb439-87ad-4eb5-a523-8be7ae545b1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14670 | 2024.09.23 18:27:31.011037 [ 3 ] {} <Debug> HTTP-Session: e97bb439-87ad-4eb5-a523-8be7ae545b1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14671 | 2024.09.23 18:27:31.011129 [ 3 ] {} <Trace> HTTP-Session: e97bb439-87ad-4eb5-a523-8be7ae545b1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14672 | 2024.09.23 18:27:31.011143 [ 189 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14673 | 2024.09.23 18:27:31.011310 [ 189 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1142 rows starting from the beginning of the part | ||
14674 | 2024.09.23 18:27:31.011412 [ 3 ] {3052868d-1f41-47c3-adbd-02cd2f1130e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14675 | 2024.09.23 18:27:31.011554 [ 3 ] {3052868d-1f41-47c3-adbd-02cd2f1130e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14676 | 2024.09.23 18:27:31.012032 [ 189 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 23 rows starting from the beginning of the part | ||
14677 | 2024.09.23 18:27:31.012797 [ 3 ] {3052868d-1f41-47c3-adbd-02cd2f1130e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14678 | 2024.09.23 18:27:31.012840 [ 189 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 9 rows starting from the beginning of the part | ||
14679 | 2024.09.23 18:27:31.013601 [ 189 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 31 rows starting from the beginning of the part | ||
14680 | 2024.09.23 18:27:31.013979 [ 3 ] {3052868d-1f41-47c3-adbd-02cd2f1130e9} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14681 | 2024.09.23 18:27:31.014136 [ 3 ] {3052868d-1f41-47c3-adbd-02cd2f1130e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. | ||
14682 | 2024.09.23 18:27:31.014251 [ 189 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 9 rows starting from the beginning of the part | ||
14683 | 2024.09.23 18:27:31.014846 [ 189 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 31 rows starting from the beginning of the part | ||
14684 | 2024.09.23 18:27:31.015590 [ 3 ] {3052868d-1f41-47c3-adbd-02cd2f1130e9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14685 | 2024.09.23 18:27:31.016254 [ 3 ] {3052868d-1f41-47c3-adbd-02cd2f1130e9} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14686 | 2024.09.23 18:27:31.016692 [ 3 ] {3052868d-1f41-47c3-adbd-02cd2f1130e9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005383 sec., 15233.141370982725 rows/sec., 990.71 KiB/sec. | ||
14687 | 2024.09.23 18:27:31.016978 [ 3 ] {3052868d-1f41-47c3-adbd-02cd2f1130e9} <Debug> DynamicQueryHandler: Done processing query | ||
14688 | 2024.09.23 18:27:31.017007 [ 3 ] {3052868d-1f41-47c3-adbd-02cd2f1130e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14689 | 2024.09.23 18:27:31.017025 [ 3 ] {} <Debug> HTTP-Session: e97bb439-87ad-4eb5-a523-8be7ae545b1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14690 | 2024.09.23 18:27:31.021094 [ 199 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1245 rows, containing 19 columns (19 merged, 0 gathered) in 0.010902564 sec., 114193.32186447151 rows/sec., 204.63 MiB/sec. | ||
14691 | 2024.09.23 18:27:31.022342 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14692 | 2024.09.23 18:27:31.023025 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14693 | 2024.09.23 18:27:31.023127 [ 188 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14694 | 2024.09.23 18:27:31.023290 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
14695 | 2024.09.23 18:27:32.000267 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.20 MiB, peak 218.80 MiB, free memory in arenas 0.00 B, will set to 208.36 MiB (RSS), difference: 1.16 MiB | ||
14696 | 2024.09.23 18:27:35.982159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14697 | 2024.09.23 18:27:35.982297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14698 | 2024.09.23 18:27:35.982325 [ 3 ] {} <Debug> HTTP-Session: 38a524fc-73c2-4ce9-9f59-8513782849cb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14699 | 2024.09.23 18:27:35.982350 [ 3 ] {} <Debug> HTTP-Session: 38a524fc-73c2-4ce9-9f59-8513782849cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14700 | 2024.09.23 18:27:35.982365 [ 3 ] {} <Debug> HTTP-Session: 38a524fc-73c2-4ce9-9f59-8513782849cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14701 | 2024.09.23 18:27:35.982418 [ 3 ] {} <Trace> HTTP-Session: 38a524fc-73c2-4ce9-9f59-8513782849cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14702 | 2024.09.23 18:27:35.982609 [ 3 ] {a4f4bff6-f9a0-43ef-9eab-9166722d5e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14703 | 2024.09.23 18:27:35.982677 [ 3 ] {a4f4bff6-f9a0-43ef-9eab-9166722d5e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14704 | 2024.09.23 18:27:35.983017 [ 3 ] {a4f4bff6-f9a0-43ef-9eab-9166722d5e5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14705 | 2024.09.23 18:27:35.983454 [ 3 ] {a4f4bff6-f9a0-43ef-9eab-9166722d5e5d} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14706 | 2024.09.23 18:27:35.983502 [ 3 ] {a4f4bff6-f9a0-43ef-9eab-9166722d5e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14707 | 2024.09.23 18:27:35.983927 [ 3 ] {a4f4bff6-f9a0-43ef-9eab-9166722d5e5d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
14708 | 2024.09.23 18:27:35.984315 [ 3 ] {a4f4bff6-f9a0-43ef-9eab-9166722d5e5d} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14709 | 2024.09.23 18:27:35.984479 [ 3 ] {a4f4bff6-f9a0-43ef-9eab-9166722d5e5d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001922 sec., 3121.7481789802287 rows/sec., 254.56 KiB/sec. | ||
14710 | 2024.09.23 18:27:35.984712 [ 3 ] {a4f4bff6-f9a0-43ef-9eab-9166722d5e5d} <Debug> DynamicQueryHandler: Done processing query | ||
14711 | 2024.09.23 18:27:35.984741 [ 3 ] {a4f4bff6-f9a0-43ef-9eab-9166722d5e5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14712 | 2024.09.23 18:27:35.984757 [ 3 ] {} <Debug> HTTP-Session: 38a524fc-73c2-4ce9-9f59-8513782849cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14713 | 2024.09.23 18:27:35.984897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14714 | 2024.09.23 18:27:35.984955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14715 | 2024.09.23 18:27:35.984975 [ 3 ] {} <Debug> HTTP-Session: 449fe1dd-c4d0-4a3b-8117-3df883add160 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14716 | 2024.09.23 18:27:35.984993 [ 3 ] {} <Debug> HTTP-Session: 449fe1dd-c4d0-4a3b-8117-3df883add160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14717 | 2024.09.23 18:27:35.985007 [ 3 ] {} <Debug> HTTP-Session: 449fe1dd-c4d0-4a3b-8117-3df883add160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14718 | 2024.09.23 18:27:35.985042 [ 3 ] {} <Trace> HTTP-Session: 449fe1dd-c4d0-4a3b-8117-3df883add160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14719 | 2024.09.23 18:27:35.985173 [ 3 ] {88ecdef1-4a37-4f19-b69b-a1e1929c2eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14720 | 2024.09.23 18:27:35.985220 [ 3 ] {88ecdef1-4a37-4f19-b69b-a1e1929c2eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14721 | 2024.09.23 18:27:35.985459 [ 3 ] {88ecdef1-4a37-4f19-b69b-a1e1929c2eb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14722 | 2024.09.23 18:27:35.985892 [ 3 ] {88ecdef1-4a37-4f19-b69b-a1e1929c2eb0} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14723 | 2024.09.23 18:27:35.985931 [ 3 ] {88ecdef1-4a37-4f19-b69b-a1e1929c2eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14724 | 2024.09.23 18:27:35.986304 [ 3 ] {88ecdef1-4a37-4f19-b69b-a1e1929c2eb0} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14725 | 2024.09.23 18:27:35.986664 [ 3 ] {88ecdef1-4a37-4f19-b69b-a1e1929c2eb0} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14726 | 2024.09.23 18:27:35.986826 [ 3 ] {88ecdef1-4a37-4f19-b69b-a1e1929c2eb0} <Debug> executeQuery: Read 77 rows, 6.29 KiB in 0.001697 sec., 45374.18974661167 rows/sec., 3.62 MiB/sec. | ||
14727 | 2024.09.23 18:27:35.987033 [ 3 ] {88ecdef1-4a37-4f19-b69b-a1e1929c2eb0} <Debug> DynamicQueryHandler: Done processing query | ||
14728 | 2024.09.23 18:27:35.987072 [ 3 ] {88ecdef1-4a37-4f19-b69b-a1e1929c2eb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14729 | 2024.09.23 18:27:35.987105 [ 3 ] {} <Debug> HTTP-Session: 449fe1dd-c4d0-4a3b-8117-3df883add160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14730 | 2024.09.23 18:27:35.987259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14731 | 2024.09.23 18:27:35.987320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14732 | 2024.09.23 18:27:35.987339 [ 3 ] {} <Debug> HTTP-Session: f463e568-0ecf-49c7-b9b9-bf37295c65eb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14733 | 2024.09.23 18:27:35.987357 [ 3 ] {} <Debug> HTTP-Session: f463e568-0ecf-49c7-b9b9-bf37295c65eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14734 | 2024.09.23 18:27:35.987372 [ 3 ] {} <Debug> HTTP-Session: f463e568-0ecf-49c7-b9b9-bf37295c65eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14735 | 2024.09.23 18:27:35.987405 [ 3 ] {} <Trace> HTTP-Session: f463e568-0ecf-49c7-b9b9-bf37295c65eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14736 | 2024.09.23 18:27:35.987509 [ 3 ] {32efca79-816a-4810-9e9d-07fdb77a15a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14737 | 2024.09.23 18:27:35.987554 [ 3 ] {32efca79-816a-4810-9e9d-07fdb77a15a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14738 | 2024.09.23 18:27:35.987786 [ 3 ] {32efca79-816a-4810-9e9d-07fdb77a15a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14739 | 2024.09.23 18:27:35.988112 [ 3 ] {32efca79-816a-4810-9e9d-07fdb77a15a5} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14740 | 2024.09.23 18:27:35.988148 [ 3 ] {32efca79-816a-4810-9e9d-07fdb77a15a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14741 | 2024.09.23 18:27:35.988508 [ 3 ] {32efca79-816a-4810-9e9d-07fdb77a15a5} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14742 | 2024.09.23 18:27:35.988870 [ 3 ] {32efca79-816a-4810-9e9d-07fdb77a15a5} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14743 | 2024.09.23 18:27:35.989028 [ 3 ] {32efca79-816a-4810-9e9d-07fdb77a15a5} <Debug> executeQuery: Read 15 rows, 1.10 KiB in 0.001541 sec., 9733.939000648928 rows/sec., 711.03 KiB/sec. | ||
14744 | 2024.09.23 18:27:35.989204 [ 3 ] {32efca79-816a-4810-9e9d-07fdb77a15a5} <Debug> DynamicQueryHandler: Done processing query | ||
14745 | 2024.09.23 18:27:35.989230 [ 3 ] {32efca79-816a-4810-9e9d-07fdb77a15a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14746 | 2024.09.23 18:27:35.989247 [ 3 ] {} <Debug> HTTP-Session: f463e568-0ecf-49c7-b9b9-bf37295c65eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14747 | 2024.09.23 18:27:35.989377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 13437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14748 | 2024.09.23 18:27:35.989427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14749 | 2024.09.23 18:27:35.989447 [ 3 ] {} <Debug> HTTP-Session: 0b69d5ed-a8fc-4df5-8e54-e9e74f7735bb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14750 | 2024.09.23 18:27:35.989465 [ 3 ] {} <Debug> HTTP-Session: 0b69d5ed-a8fc-4df5-8e54-e9e74f7735bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14751 | 2024.09.23 18:27:35.989479 [ 3 ] {} <Debug> HTTP-Session: 0b69d5ed-a8fc-4df5-8e54-e9e74f7735bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14752 | 2024.09.23 18:27:35.989511 [ 3 ] {} <Trace> HTTP-Session: 0b69d5ed-a8fc-4df5-8e54-e9e74f7735bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14753 | 2024.09.23 18:27:35.989632 [ 3 ] {6d3dbf84-b809-4eeb-93d8-2c9e1e271d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14754 | 2024.09.23 18:27:35.989677 [ 3 ] {6d3dbf84-b809-4eeb-93d8-2c9e1e271d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14755 | 2024.09.23 18:27:35.989906 [ 3 ] {6d3dbf84-b809-4eeb-93d8-2c9e1e271d99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14756 | 2024.09.23 18:27:35.990283 [ 3 ] {6d3dbf84-b809-4eeb-93d8-2c9e1e271d99} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14757 | 2024.09.23 18:27:35.990320 [ 3 ] {6d3dbf84-b809-4eeb-93d8-2c9e1e271d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14758 | 2024.09.23 18:27:35.990678 [ 3 ] {6d3dbf84-b809-4eeb-93d8-2c9e1e271d99} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14759 | 2024.09.23 18:27:35.991054 [ 3 ] {6d3dbf84-b809-4eeb-93d8-2c9e1e271d99} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14760 | 2024.09.23 18:27:35.991208 [ 3 ] {6d3dbf84-b809-4eeb-93d8-2c9e1e271d99} <Debug> executeQuery: Read 79 rows, 6.33 KiB in 0.001612 sec., 49007.444168734495 rows/sec., 3.83 MiB/sec. | ||
14761 | 2024.09.23 18:27:35.991477 [ 3 ] {6d3dbf84-b809-4eeb-93d8-2c9e1e271d99} <Debug> DynamicQueryHandler: Done processing query | ||
14762 | 2024.09.23 18:27:35.991531 [ 3 ] {6d3dbf84-b809-4eeb-93d8-2c9e1e271d99} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14763 | 2024.09.23 18:27:35.991588 [ 3 ] {} <Debug> HTTP-Session: 0b69d5ed-a8fc-4df5-8e54-e9e74f7735bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14764 | 2024.09.23 18:27:35.991848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 31227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14765 | 2024.09.23 18:27:35.991934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14766 | 2024.09.23 18:27:35.991967 [ 3 ] {} <Debug> HTTP-Session: c012e813-b251-4d0e-9f5f-02d9f59c209a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14767 | 2024.09.23 18:27:35.991996 [ 3 ] {} <Debug> HTTP-Session: c012e813-b251-4d0e-9f5f-02d9f59c209a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14768 | 2024.09.23 18:27:35.992019 [ 3 ] {} <Debug> HTTP-Session: c012e813-b251-4d0e-9f5f-02d9f59c209a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14769 | 2024.09.23 18:27:35.992066 [ 3 ] {} <Trace> HTTP-Session: c012e813-b251-4d0e-9f5f-02d9f59c209a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14770 | 2024.09.23 18:27:35.992310 [ 3 ] {925bfc9c-91a0-44f1-9ed4-0842fe7a2e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14771 | 2024.09.23 18:27:35.992382 [ 3 ] {925bfc9c-91a0-44f1-9ed4-0842fe7a2e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14772 | 2024.09.23 18:27:35.992629 [ 3 ] {925bfc9c-91a0-44f1-9ed4-0842fe7a2e69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14773 | 2024.09.23 18:27:35.993070 [ 3 ] {925bfc9c-91a0-44f1-9ed4-0842fe7a2e69} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14774 | 2024.09.23 18:27:35.993108 [ 3 ] {925bfc9c-91a0-44f1-9ed4-0842fe7a2e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14775 | 2024.09.23 18:27:35.993514 [ 3 ] {925bfc9c-91a0-44f1-9ed4-0842fe7a2e69} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14776 | 2024.09.23 18:27:35.993859 [ 3 ] {925bfc9c-91a0-44f1-9ed4-0842fe7a2e69} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14777 | 2024.09.23 18:27:35.994012 [ 3 ] {925bfc9c-91a0-44f1-9ed4-0842fe7a2e69} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00182 sec., 89560.43956043955 rows/sec., 6.24 MiB/sec. | ||
14778 | 2024.09.23 18:27:35.994187 [ 3 ] {925bfc9c-91a0-44f1-9ed4-0842fe7a2e69} <Debug> DynamicQueryHandler: Done processing query | ||
14779 | 2024.09.23 18:27:35.994213 [ 3 ] {925bfc9c-91a0-44f1-9ed4-0842fe7a2e69} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14780 | 2024.09.23 18:27:35.994229 [ 3 ] {} <Debug> HTTP-Session: c012e813-b251-4d0e-9f5f-02d9f59c209a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14781 | 2024.09.23 18:27:35.994382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14782 | 2024.09.23 18:27:35.994432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14783 | 2024.09.23 18:27:35.994452 [ 3 ] {} <Debug> HTTP-Session: 79935857-72cb-46da-858e-87e40528ce6f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14784 | 2024.09.23 18:27:35.994469 [ 3 ] {} <Debug> HTTP-Session: 79935857-72cb-46da-858e-87e40528ce6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14785 | 2024.09.23 18:27:35.994483 [ 3 ] {} <Debug> HTTP-Session: 79935857-72cb-46da-858e-87e40528ce6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14786 | 2024.09.23 18:27:35.994515 [ 3 ] {} <Trace> HTTP-Session: 79935857-72cb-46da-858e-87e40528ce6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14787 | 2024.09.23 18:27:35.994697 [ 3 ] {9d124df0-001a-4a88-9642-90fe1e211aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14788 | 2024.09.23 18:27:35.994763 [ 3 ] {9d124df0-001a-4a88-9642-90fe1e211aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14789 | 2024.09.23 18:27:35.995178 [ 3 ] {9d124df0-001a-4a88-9642-90fe1e211aac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14790 | 2024.09.23 18:27:35.995703 [ 3 ] {9d124df0-001a-4a88-9642-90fe1e211aac} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14791 | 2024.09.23 18:27:35.995738 [ 3 ] {9d124df0-001a-4a88-9642-90fe1e211aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14792 | 2024.09.23 18:27:35.996335 [ 3 ] {9d124df0-001a-4a88-9642-90fe1e211aac} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14793 | 2024.09.23 18:27:35.996746 [ 3 ] {9d124df0-001a-4a88-9642-90fe1e211aac} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14794 | 2024.09.23 18:27:35.996933 [ 3 ] {9d124df0-001a-4a88-9642-90fe1e211aac} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.002343 sec., 3841.229193341869 rows/sec., 6.88 MiB/sec. | ||
14795 | 2024.09.23 18:27:35.997156 [ 3 ] {9d124df0-001a-4a88-9642-90fe1e211aac} <Debug> DynamicQueryHandler: Done processing query | ||
14796 | 2024.09.23 18:27:35.997180 [ 3 ] {9d124df0-001a-4a88-9642-90fe1e211aac} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
14797 | 2024.09.23 18:27:35.997196 [ 3 ] {} <Debug> HTTP-Session: 79935857-72cb-46da-858e-87e40528ce6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14798 | 2024.09.23 18:27:35.997317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14799 | 2024.09.23 18:27:35.997367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14800 | 2024.09.23 18:27:35.997387 [ 3 ] {} <Debug> HTTP-Session: 73c4f516-afdd-4a3e-96e2-8dc5a8f95099 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14801 | 2024.09.23 18:27:35.997404 [ 3 ] {} <Debug> HTTP-Session: 73c4f516-afdd-4a3e-96e2-8dc5a8f95099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14802 | 2024.09.23 18:27:35.997418 [ 3 ] {} <Debug> HTTP-Session: 73c4f516-afdd-4a3e-96e2-8dc5a8f95099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14803 | 2024.09.23 18:27:35.997450 [ 3 ] {} <Trace> HTTP-Session: 73c4f516-afdd-4a3e-96e2-8dc5a8f95099 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14804 | 2024.09.23 18:27:35.997568 [ 3 ] {2803799c-63bb-4710-8e67-59eacfbd8c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14805 | 2024.09.23 18:27:35.997614 [ 3 ] {2803799c-63bb-4710-8e67-59eacfbd8c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14806 | 2024.09.23 18:27:35.997744 [ 3 ] {2803799c-63bb-4710-8e67-59eacfbd8c09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14807 | 2024.09.23 18:27:35.998050 [ 3 ] {2803799c-63bb-4710-8e67-59eacfbd8c09} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14808 | 2024.09.23 18:27:35.998087 [ 3 ] {2803799c-63bb-4710-8e67-59eacfbd8c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14809 | 2024.09.23 18:27:35.998445 [ 3 ] {2803799c-63bb-4710-8e67-59eacfbd8c09} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14810 | 2024.09.23 18:27:35.998765 [ 3 ] {2803799c-63bb-4710-8e67-59eacfbd8c09} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14811 | 2024.09.23 18:27:35.998920 [ 3 ] {2803799c-63bb-4710-8e67-59eacfbd8c09} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
14812 | 2024.09.23 18:27:35.999109 [ 3 ] {2803799c-63bb-4710-8e67-59eacfbd8c09} <Debug> DynamicQueryHandler: Done processing query | ||
14813 | 2024.09.23 18:27:35.999144 [ 3 ] {2803799c-63bb-4710-8e67-59eacfbd8c09} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14814 | 2024.09.23 18:27:35.999179 [ 3 ] {} <Debug> HTTP-Session: 73c4f516-afdd-4a3e-96e2-8dc5a8f95099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14815 | 2024.09.23 18:27:37.580454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14816 | 2024.09.23 18:27:37.580575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14817 | 2024.09.23 18:27:37.580604 [ 3 ] {} <Debug> HTTP-Session: aca87403-d392-480f-898e-76e49634df6a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14818 | 2024.09.23 18:27:37.580632 [ 3 ] {} <Debug> HTTP-Session: aca87403-d392-480f-898e-76e49634df6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14819 | 2024.09.23 18:27:37.580650 [ 3 ] {} <Debug> HTTP-Session: aca87403-d392-480f-898e-76e49634df6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14820 | 2024.09.23 18:27:37.580706 [ 3 ] {} <Trace> HTTP-Session: aca87403-d392-480f-898e-76e49634df6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14821 | 2024.09.23 18:27:37.580903 [ 3 ] {05e0b7af-b263-4b2e-bcb9-69371d5812cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14822 | 2024.09.23 18:27:37.580980 [ 3 ] {05e0b7af-b263-4b2e-bcb9-69371d5812cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14823 | 2024.09.23 18:27:37.581369 [ 3 ] {05e0b7af-b263-4b2e-bcb9-69371d5812cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14824 | 2024.09.23 18:27:37.581842 [ 3 ] {05e0b7af-b263-4b2e-bcb9-69371d5812cd} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14825 | 2024.09.23 18:27:37.581888 [ 3 ] {05e0b7af-b263-4b2e-bcb9-69371d5812cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14826 | 2024.09.23 18:27:37.582298 [ 3 ] {05e0b7af-b263-4b2e-bcb9-69371d5812cd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
14827 | 2024.09.23 18:27:37.582683 [ 3 ] {05e0b7af-b263-4b2e-bcb9-69371d5812cd} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14828 | 2024.09.23 18:27:37.582873 [ 3 ] {05e0b7af-b263-4b2e-bcb9-69371d5812cd} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002024 sec., 1976.284584980237 rows/sec., 161.15 KiB/sec. | ||
14829 | 2024.09.23 18:27:37.583088 [ 3 ] {05e0b7af-b263-4b2e-bcb9-69371d5812cd} <Debug> DynamicQueryHandler: Done processing query | ||
14830 | 2024.09.23 18:27:37.583115 [ 3 ] {05e0b7af-b263-4b2e-bcb9-69371d5812cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14831 | 2024.09.23 18:27:37.583133 [ 3 ] {} <Debug> HTTP-Session: aca87403-d392-480f-898e-76e49634df6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14832 | 2024.09.23 18:27:37.583488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14833 | 2024.09.23 18:27:37.583546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14834 | 2024.09.23 18:27:37.583565 [ 3 ] {} <Debug> HTTP-Session: 98f82a1e-0cdd-42c8-b626-a2075b97e6c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14835 | 2024.09.23 18:27:37.583584 [ 3 ] {} <Debug> HTTP-Session: 98f82a1e-0cdd-42c8-b626-a2075b97e6c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14836 | 2024.09.23 18:27:37.583598 [ 3 ] {} <Debug> HTTP-Session: 98f82a1e-0cdd-42c8-b626-a2075b97e6c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14837 | 2024.09.23 18:27:37.583634 [ 3 ] {} <Trace> HTTP-Session: 98f82a1e-0cdd-42c8-b626-a2075b97e6c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14838 | 2024.09.23 18:27:37.584118 [ 3 ] {51d791bf-3d94-4770-94b2-b44b3f66f4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14839 | 2024.09.23 18:27:37.584168 [ 3 ] {51d791bf-3d94-4770-94b2-b44b3f66f4fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14840 | 2024.09.23 18:27:37.584410 [ 3 ] {51d791bf-3d94-4770-94b2-b44b3f66f4fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14841 | 2024.09.23 18:27:37.585670 [ 3 ] {51d791bf-3d94-4770-94b2-b44b3f66f4fb} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14842 | 2024.09.23 18:27:37.585709 [ 3 ] {51d791bf-3d94-4770-94b2-b44b3f66f4fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14843 | 2024.09.23 18:27:37.586178 [ 3 ] {51d791bf-3d94-4770-94b2-b44b3f66f4fb} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14844 | 2024.09.23 18:27:37.586556 [ 3 ] {51d791bf-3d94-4770-94b2-b44b3f66f4fb} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14845 | 2024.09.23 18:27:37.586729 [ 3 ] {51d791bf-3d94-4770-94b2-b44b3f66f4fb} <Debug> executeQuery: Read 1347 rows, 114.71 KiB in 0.002937 sec., 458631.2563840654 rows/sec., 38.14 MiB/sec. | ||
14846 | 2024.09.23 18:27:37.586928 [ 3 ] {51d791bf-3d94-4770-94b2-b44b3f66f4fb} <Debug> DynamicQueryHandler: Done processing query | ||
14847 | 2024.09.23 18:27:37.586955 [ 3 ] {51d791bf-3d94-4770-94b2-b44b3f66f4fb} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
14848 | 2024.09.23 18:27:37.586971 [ 3 ] {} <Debug> HTTP-Session: 98f82a1e-0cdd-42c8-b626-a2075b97e6c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14849 | 2024.09.23 18:27:37.587149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14850 | 2024.09.23 18:27:37.587203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14851 | 2024.09.23 18:27:37.587224 [ 3 ] {} <Debug> HTTP-Session: eac8cfbf-e684-4f1a-8f8a-4317cd7efe56 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14852 | 2024.09.23 18:27:37.587241 [ 3 ] {} <Debug> HTTP-Session: eac8cfbf-e684-4f1a-8f8a-4317cd7efe56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14853 | 2024.09.23 18:27:37.587255 [ 3 ] {} <Debug> HTTP-Session: eac8cfbf-e684-4f1a-8f8a-4317cd7efe56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14854 | 2024.09.23 18:27:37.587294 [ 3 ] {} <Trace> HTTP-Session: eac8cfbf-e684-4f1a-8f8a-4317cd7efe56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14855 | 2024.09.23 18:27:37.587404 [ 3 ] {a36b5c87-ad20-41d5-b872-3f421ba1e0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14856 | 2024.09.23 18:27:37.587450 [ 3 ] {a36b5c87-ad20-41d5-b872-3f421ba1e0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14857 | 2024.09.23 18:27:37.587687 [ 3 ] {a36b5c87-ad20-41d5-b872-3f421ba1e0d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14858 | 2024.09.23 18:27:37.588061 [ 3 ] {a36b5c87-ad20-41d5-b872-3f421ba1e0d5} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14859 | 2024.09.23 18:27:37.588099 [ 3 ] {a36b5c87-ad20-41d5-b872-3f421ba1e0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14860 | 2024.09.23 18:27:37.588459 [ 3 ] {a36b5c87-ad20-41d5-b872-3f421ba1e0d5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14861 | 2024.09.23 18:27:37.588822 [ 3 ] {a36b5c87-ad20-41d5-b872-3f421ba1e0d5} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14862 | 2024.09.23 18:27:37.588985 [ 3 ] {a36b5c87-ad20-41d5-b872-3f421ba1e0d5} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001605 sec., 7476.6355140186915 rows/sec., 548.82 KiB/sec. | ||
14863 | 2024.09.23 18:27:37.589164 [ 3 ] {a36b5c87-ad20-41d5-b872-3f421ba1e0d5} <Debug> DynamicQueryHandler: Done processing query | ||
14864 | 2024.09.23 18:27:37.589189 [ 3 ] {a36b5c87-ad20-41d5-b872-3f421ba1e0d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14865 | 2024.09.23 18:27:37.589206 [ 3 ] {} <Debug> HTTP-Session: eac8cfbf-e684-4f1a-8f8a-4317cd7efe56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14866 | 2024.09.23 18:27:37.589395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14867 | 2024.09.23 18:27:37.589447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14868 | 2024.09.23 18:27:37.589466 [ 3 ] {} <Debug> HTTP-Session: 4297dd4c-b1d2-43fc-96ab-0f69cf0463f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14869 | 2024.09.23 18:27:37.589484 [ 3 ] {} <Debug> HTTP-Session: 4297dd4c-b1d2-43fc-96ab-0f69cf0463f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14870 | 2024.09.23 18:27:37.589497 [ 3 ] {} <Debug> HTTP-Session: 4297dd4c-b1d2-43fc-96ab-0f69cf0463f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14871 | 2024.09.23 18:27:37.589530 [ 3 ] {} <Trace> HTTP-Session: 4297dd4c-b1d2-43fc-96ab-0f69cf0463f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14872 | 2024.09.23 18:27:37.589706 [ 3 ] {665d1215-a04d-4587-926e-52333321406a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14873 | 2024.09.23 18:27:37.589750 [ 3 ] {665d1215-a04d-4587-926e-52333321406a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14874 | 2024.09.23 18:27:37.589979 [ 3 ] {665d1215-a04d-4587-926e-52333321406a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14875 | 2024.09.23 18:27:37.590440 [ 3 ] {665d1215-a04d-4587-926e-52333321406a} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14876 | 2024.09.23 18:27:37.590476 [ 3 ] {665d1215-a04d-4587-926e-52333321406a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14877 | 2024.09.23 18:27:37.590833 [ 3 ] {665d1215-a04d-4587-926e-52333321406a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14878 | 2024.09.23 18:27:37.591182 [ 3 ] {665d1215-a04d-4587-926e-52333321406a} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14879 | 2024.09.23 18:27:37.591341 [ 3 ] {665d1215-a04d-4587-926e-52333321406a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001723 sec., 140452.6987811956 rows/sec., 9.52 MiB/sec. | ||
14880 | 2024.09.23 18:27:37.591519 [ 3 ] {665d1215-a04d-4587-926e-52333321406a} <Debug> DynamicQueryHandler: Done processing query | ||
14881 | 2024.09.23 18:27:37.591544 [ 3 ] {665d1215-a04d-4587-926e-52333321406a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
14882 | 2024.09.23 18:27:37.591560 [ 3 ] {} <Debug> HTTP-Session: 4297dd4c-b1d2-43fc-96ab-0f69cf0463f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14883 | 2024.09.23 18:27:37.591686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14884 | 2024.09.23 18:27:37.591735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14885 | 2024.09.23 18:27:37.591755 [ 3 ] {} <Debug> HTTP-Session: f706b101-4c68-422b-b1ec-6b8dc8c5722f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14886 | 2024.09.23 18:27:37.591773 [ 3 ] {} <Debug> HTTP-Session: f706b101-4c68-422b-b1ec-6b8dc8c5722f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14887 | 2024.09.23 18:27:37.591796 [ 3 ] {} <Debug> HTTP-Session: f706b101-4c68-422b-b1ec-6b8dc8c5722f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14888 | 2024.09.23 18:27:37.591862 [ 3 ] {} <Trace> HTTP-Session: f706b101-4c68-422b-b1ec-6b8dc8c5722f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14889 | 2024.09.23 18:27:37.591994 [ 3 ] {23cfe50e-57a2-4010-b1a1-3a680ab31798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14890 | 2024.09.23 18:27:37.592048 [ 3 ] {23cfe50e-57a2-4010-b1a1-3a680ab31798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14891 | 2024.09.23 18:27:37.592334 [ 3 ] {23cfe50e-57a2-4010-b1a1-3a680ab31798} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14892 | 2024.09.23 18:27:37.592702 [ 3 ] {23cfe50e-57a2-4010-b1a1-3a680ab31798} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14893 | 2024.09.23 18:27:37.592740 [ 3 ] {23cfe50e-57a2-4010-b1a1-3a680ab31798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14894 | 2024.09.23 18:27:37.593105 [ 3 ] {23cfe50e-57a2-4010-b1a1-3a680ab31798} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14895 | 2024.09.23 18:27:37.593476 [ 3 ] {23cfe50e-57a2-4010-b1a1-3a680ab31798} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14896 | 2024.09.23 18:27:37.593612 [ 3 ] {23cfe50e-57a2-4010-b1a1-3a680ab31798} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001649 sec., 3638.568829593693 rows/sec., 214.97 KiB/sec. | ||
14897 | 2024.09.23 18:27:37.593800 [ 3 ] {23cfe50e-57a2-4010-b1a1-3a680ab31798} <Debug> DynamicQueryHandler: Done processing query | ||
14898 | 2024.09.23 18:27:37.593825 [ 3 ] {23cfe50e-57a2-4010-b1a1-3a680ab31798} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14899 | 2024.09.23 18:27:37.593841 [ 3 ] {} <Debug> HTTP-Session: f706b101-4c68-422b-b1ec-6b8dc8c5722f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14900 | 2024.09.23 18:27:37.594092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14901 | 2024.09.23 18:27:37.594143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14902 | 2024.09.23 18:27:37.594163 [ 3 ] {} <Debug> HTTP-Session: 93c6b3a8-4a2e-4971-8687-d221fb8390f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14903 | 2024.09.23 18:27:37.594179 [ 3 ] {} <Debug> HTTP-Session: 93c6b3a8-4a2e-4971-8687-d221fb8390f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14904 | 2024.09.23 18:27:37.594193 [ 3 ] {} <Debug> HTTP-Session: 93c6b3a8-4a2e-4971-8687-d221fb8390f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14905 | 2024.09.23 18:27:37.594225 [ 3 ] {} <Trace> HTTP-Session: 93c6b3a8-4a2e-4971-8687-d221fb8390f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14906 | 2024.09.23 18:27:37.594620 [ 3 ] {492a2974-32fe-4a29-9795-fe79fc883e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14907 | 2024.09.23 18:27:37.594664 [ 3 ] {492a2974-32fe-4a29-9795-fe79fc883e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14908 | 2024.09.23 18:27:37.594893 [ 3 ] {492a2974-32fe-4a29-9795-fe79fc883e55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14909 | 2024.09.23 18:27:37.595796 [ 3 ] {492a2974-32fe-4a29-9795-fe79fc883e55} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14910 | 2024.09.23 18:27:37.595833 [ 3 ] {492a2974-32fe-4a29-9795-fe79fc883e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14911 | 2024.09.23 18:27:37.596223 [ 3 ] {492a2974-32fe-4a29-9795-fe79fc883e55} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14912 | 2024.09.23 18:27:37.596585 [ 3 ] {492a2974-32fe-4a29-9795-fe79fc883e55} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14913 | 2024.09.23 18:27:37.596746 [ 3 ] {492a2974-32fe-4a29-9795-fe79fc883e55} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.00236 sec., 360169.4915254237 rows/sec., 26.04 MiB/sec. | ||
14914 | 2024.09.23 18:27:37.596929 [ 3 ] {492a2974-32fe-4a29-9795-fe79fc883e55} <Debug> DynamicQueryHandler: Done processing query | ||
14915 | 2024.09.23 18:27:37.596955 [ 3 ] {492a2974-32fe-4a29-9795-fe79fc883e55} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
14916 | 2024.09.23 18:27:37.596971 [ 3 ] {} <Debug> HTTP-Session: 93c6b3a8-4a2e-4971-8687-d221fb8390f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14917 | 2024.09.23 18:27:37.597124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14918 | 2024.09.23 18:27:37.597172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14919 | 2024.09.23 18:27:37.597191 [ 3 ] {} <Debug> HTTP-Session: b97d368f-ba30-471c-b97c-a57274a861fa Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14920 | 2024.09.23 18:27:37.597208 [ 3 ] {} <Debug> HTTP-Session: b97d368f-ba30-471c-b97c-a57274a861fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14921 | 2024.09.23 18:27:37.597224 [ 3 ] {} <Debug> HTTP-Session: b97d368f-ba30-471c-b97c-a57274a861fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14922 | 2024.09.23 18:27:37.597255 [ 3 ] {} <Trace> HTTP-Session: b97d368f-ba30-471c-b97c-a57274a861fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14923 | 2024.09.23 18:27:37.597353 [ 3 ] {8f7876d9-be8c-4f9d-b48a-f92c1d60cca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14924 | 2024.09.23 18:27:37.597397 [ 3 ] {8f7876d9-be8c-4f9d-b48a-f92c1d60cca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14925 | 2024.09.23 18:27:37.597527 [ 3 ] {8f7876d9-be8c-4f9d-b48a-f92c1d60cca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14926 | 2024.09.23 18:27:37.597784 [ 3 ] {8f7876d9-be8c-4f9d-b48a-f92c1d60cca0} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14927 | 2024.09.23 18:27:37.597821 [ 3 ] {8f7876d9-be8c-4f9d-b48a-f92c1d60cca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14928 | 2024.09.23 18:27:37.598190 [ 3 ] {8f7876d9-be8c-4f9d-b48a-f92c1d60cca0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14929 | 2024.09.23 18:27:37.598512 [ 3 ] {8f7876d9-be8c-4f9d-b48a-f92c1d60cca0} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14930 | 2024.09.23 18:27:37.598666 [ 3 ] {8f7876d9-be8c-4f9d-b48a-f92c1d60cca0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 235.87 KiB/sec. | ||
14931 | 2024.09.23 18:27:37.598858 [ 3 ] {8f7876d9-be8c-4f9d-b48a-f92c1d60cca0} <Debug> DynamicQueryHandler: Done processing query | ||
14932 | 2024.09.23 18:27:37.598888 [ 3 ] {8f7876d9-be8c-4f9d-b48a-f92c1d60cca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14933 | 2024.09.23 18:27:37.598908 [ 3 ] {} <Debug> HTTP-Session: b97d368f-ba30-471c-b97c-a57274a861fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14934 | 2024.09.23 18:27:37.599147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 184925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14935 | 2024.09.23 18:27:37.599194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14936 | 2024.09.23 18:27:37.599214 [ 3 ] {} <Debug> HTTP-Session: 358bdb62-e03a-48c8-813b-370e16af2af9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14937 | 2024.09.23 18:27:37.599230 [ 3 ] {} <Debug> HTTP-Session: 358bdb62-e03a-48c8-813b-370e16af2af9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14938 | 2024.09.23 18:27:37.599244 [ 3 ] {} <Debug> HTTP-Session: 358bdb62-e03a-48c8-813b-370e16af2af9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14939 | 2024.09.23 18:27:37.599275 [ 3 ] {} <Trace> HTTP-Session: 358bdb62-e03a-48c8-813b-370e16af2af9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14940 | 2024.09.23 18:27:37.599758 [ 3 ] {775b4059-74ff-422e-9494-06b481d41d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14941 | 2024.09.23 18:27:37.599806 [ 3 ] {775b4059-74ff-422e-9494-06b481d41d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14942 | 2024.09.23 18:27:37.599950 [ 3 ] {775b4059-74ff-422e-9494-06b481d41d43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14943 | 2024.09.23 18:27:37.600903 [ 3 ] {775b4059-74ff-422e-9494-06b481d41d43} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14944 | 2024.09.23 18:27:37.600939 [ 3 ] {775b4059-74ff-422e-9494-06b481d41d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14945 | 2024.09.23 18:27:37.601369 [ 3 ] {775b4059-74ff-422e-9494-06b481d41d43} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14946 | 2024.09.23 18:27:37.601719 [ 3 ] {775b4059-74ff-422e-9494-06b481d41d43} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14947 | 2024.09.23 18:27:37.601873 [ 3 ] {775b4059-74ff-422e-9494-06b481d41d43} <Debug> executeQuery: Read 977 rows, 66.53 KiB in 0.002442 sec., 400081.90008190006 rows/sec., 26.61 MiB/sec. | ||
14948 | 2024.09.23 18:27:37.602047 [ 3 ] {775b4059-74ff-422e-9494-06b481d41d43} <Debug> DynamicQueryHandler: Done processing query | ||
14949 | 2024.09.23 18:27:37.602071 [ 3 ] {775b4059-74ff-422e-9494-06b481d41d43} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
14950 | 2024.09.23 18:27:37.602087 [ 3 ] {} <Debug> HTTP-Session: 358bdb62-e03a-48c8-813b-370e16af2af9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14951 | 2024.09.23 18:27:37.602291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14952 | 2024.09.23 18:27:37.602340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14953 | 2024.09.23 18:27:37.602359 [ 3 ] {} <Debug> HTTP-Session: 8cc01a0e-78c9-4554-980f-4222906fa209 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14954 | 2024.09.23 18:27:37.602376 [ 3 ] {} <Debug> HTTP-Session: 8cc01a0e-78c9-4554-980f-4222906fa209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14955 | 2024.09.23 18:27:37.602390 [ 3 ] {} <Debug> HTTP-Session: 8cc01a0e-78c9-4554-980f-4222906fa209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14956 | 2024.09.23 18:27:37.602421 [ 3 ] {} <Trace> HTTP-Session: 8cc01a0e-78c9-4554-980f-4222906fa209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14957 | 2024.09.23 18:27:37.602514 [ 3 ] {2b9bc1af-e929-4b21-a304-5d252a4c5ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14958 | 2024.09.23 18:27:37.602558 [ 3 ] {2b9bc1af-e929-4b21-a304-5d252a4c5ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14959 | 2024.09.23 18:27:37.602689 [ 3 ] {2b9bc1af-e929-4b21-a304-5d252a4c5ef9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14960 | 2024.09.23 18:27:37.602962 [ 3 ] {2b9bc1af-e929-4b21-a304-5d252a4c5ef9} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14961 | 2024.09.23 18:27:37.602998 [ 3 ] {2b9bc1af-e929-4b21-a304-5d252a4c5ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14962 | 2024.09.23 18:27:37.603351 [ 3 ] {2b9bc1af-e929-4b21-a304-5d252a4c5ef9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14963 | 2024.09.23 18:27:37.603671 [ 3 ] {2b9bc1af-e929-4b21-a304-5d252a4c5ef9} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14964 | 2024.09.23 18:27:37.603830 [ 3 ] {2b9bc1af-e929-4b21-a304-5d252a4c5ef9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00133 sec., 751.8796992481203 rows/sec., 50.66 KiB/sec. | ||
14965 | 2024.09.23 18:27:37.604155 [ 3 ] {2b9bc1af-e929-4b21-a304-5d252a4c5ef9} <Debug> DynamicQueryHandler: Done processing query | ||
14966 | 2024.09.23 18:27:37.604197 [ 3 ] {2b9bc1af-e929-4b21-a304-5d252a4c5ef9} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14967 | 2024.09.23 18:27:37.604214 [ 3 ] {} <Debug> HTTP-Session: 8cc01a0e-78c9-4554-980f-4222906fa209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14968 | 2024.09.23 18:27:37.604338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14969 | 2024.09.23 18:27:37.604387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14970 | 2024.09.23 18:27:37.604406 [ 3 ] {} <Debug> HTTP-Session: 6a4b82a3-25cf-4495-b7ee-ec7dc47ac518 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14971 | 2024.09.23 18:27:37.604423 [ 3 ] {} <Debug> HTTP-Session: 6a4b82a3-25cf-4495-b7ee-ec7dc47ac518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14972 | 2024.09.23 18:27:37.604436 [ 3 ] {} <Debug> HTTP-Session: 6a4b82a3-25cf-4495-b7ee-ec7dc47ac518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14973 | 2024.09.23 18:27:37.604468 [ 3 ] {} <Trace> HTTP-Session: 6a4b82a3-25cf-4495-b7ee-ec7dc47ac518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14974 | 2024.09.23 18:27:37.604618 [ 3 ] {c5fbba83-d39c-47f7-be67-2ee27b0270cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14975 | 2024.09.23 18:27:37.604690 [ 3 ] {c5fbba83-d39c-47f7-be67-2ee27b0270cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14976 | 2024.09.23 18:27:37.605123 [ 3 ] {c5fbba83-d39c-47f7-be67-2ee27b0270cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14977 | 2024.09.23 18:27:37.605630 [ 3 ] {c5fbba83-d39c-47f7-be67-2ee27b0270cf} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14978 | 2024.09.23 18:27:37.605667 [ 3 ] {c5fbba83-d39c-47f7-be67-2ee27b0270cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14979 | 2024.09.23 18:27:37.606263 [ 3 ] {c5fbba83-d39c-47f7-be67-2ee27b0270cf} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14980 | 2024.09.23 18:27:37.606674 [ 3 ] {c5fbba83-d39c-47f7-be67-2ee27b0270cf} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14981 | 2024.09.23 18:27:37.606866 [ 3 ] {c5fbba83-d39c-47f7-be67-2ee27b0270cf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002323 sec., 3443.8226431338785 rows/sec., 6.17 MiB/sec. | ||
14982 | 2024.09.23 18:27:37.607065 [ 3 ] {c5fbba83-d39c-47f7-be67-2ee27b0270cf} <Debug> DynamicQueryHandler: Done processing query | ||
14983 | 2024.09.23 18:27:37.607090 [ 3 ] {c5fbba83-d39c-47f7-be67-2ee27b0270cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14984 | 2024.09.23 18:27:37.607106 [ 3 ] {} <Debug> HTTP-Session: 6a4b82a3-25cf-4495-b7ee-ec7dc47ac518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14985 | 2024.09.23 18:27:37.607221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 5810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14986 | 2024.09.23 18:27:37.607268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14987 | 2024.09.23 18:27:37.607289 [ 3 ] {} <Debug> HTTP-Session: 3ea2977a-2dd9-4a58-b162-ce684fbfd69b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
14988 | 2024.09.23 18:27:37.607305 [ 3 ] {} <Debug> HTTP-Session: 3ea2977a-2dd9-4a58-b162-ce684fbfd69b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14989 | 2024.09.23 18:27:37.607319 [ 3 ] {} <Debug> HTTP-Session: 3ea2977a-2dd9-4a58-b162-ce684fbfd69b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14990 | 2024.09.23 18:27:37.607350 [ 3 ] {} <Trace> HTTP-Session: 3ea2977a-2dd9-4a58-b162-ce684fbfd69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14991 | 2024.09.23 18:27:37.607455 [ 3 ] {ff0c7177-0a74-4f93-ab46-f49a3adbcac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14992 | 2024.09.23 18:27:37.607501 [ 3 ] {ff0c7177-0a74-4f93-ab46-f49a3adbcac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14993 | 2024.09.23 18:27:37.607627 [ 3 ] {ff0c7177-0a74-4f93-ab46-f49a3adbcac0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14994 | 2024.09.23 18:27:37.607921 [ 3 ] {ff0c7177-0a74-4f93-ab46-f49a3adbcac0} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14995 | 2024.09.23 18:27:37.607958 [ 3 ] {ff0c7177-0a74-4f93-ab46-f49a3adbcac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
14996 | 2024.09.23 18:27:37.608318 [ 3 ] {ff0c7177-0a74-4f93-ab46-f49a3adbcac0} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14997 | 2024.09.23 18:27:37.608637 [ 3 ] {ff0c7177-0a74-4f93-ab46-f49a3adbcac0} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14998 | 2024.09.23 18:27:37.608803 [ 3 ] {ff0c7177-0a74-4f93-ab46-f49a3adbcac0} <Debug> executeQuery: Read 40 rows, 2.44 KiB in 0.001373 sec., 29133.284777858702 rows/sec., 1.74 MiB/sec. | ||
14999 | 2024.09.23 18:27:37.608980 [ 3 ] {ff0c7177-0a74-4f93-ab46-f49a3adbcac0} <Debug> DynamicQueryHandler: Done processing query | ||
15000 | 2024.09.23 18:27:37.609018 [ 3 ] {ff0c7177-0a74-4f93-ab46-f49a3adbcac0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15001 | 2024.09.23 18:27:37.609054 [ 3 ] {} <Debug> HTTP-Session: 3ea2977a-2dd9-4a58-b162-ce684fbfd69b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15002 | 2024.09.23 18:27:40.979642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15003 | 2024.09.23 18:27:40.979785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15004 | 2024.09.23 18:27:40.979827 [ 3 ] {} <Debug> HTTP-Session: c5c9df5d-d798-4017-b2f7-358d82828ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15005 | 2024.09.23 18:27:40.979870 [ 3 ] {} <Debug> HTTP-Session: c5c9df5d-d798-4017-b2f7-358d82828ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15006 | 2024.09.23 18:27:40.979899 [ 3 ] {} <Debug> HTTP-Session: c5c9df5d-d798-4017-b2f7-358d82828ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15007 | 2024.09.23 18:27:40.979979 [ 3 ] {} <Trace> HTTP-Session: c5c9df5d-d798-4017-b2f7-358d82828ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15008 | 2024.09.23 18:27:40.980260 [ 3 ] {d0168a64-3ed2-4d6e-9898-69786cd687d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15009 | 2024.09.23 18:27:40.980370 [ 3 ] {d0168a64-3ed2-4d6e-9898-69786cd687d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15010 | 2024.09.23 18:27:40.980902 [ 3 ] {d0168a64-3ed2-4d6e-9898-69786cd687d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15011 | 2024.09.23 18:27:40.981329 [ 3 ] {d0168a64-3ed2-4d6e-9898-69786cd687d4} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15012 | 2024.09.23 18:27:40.981374 [ 3 ] {d0168a64-3ed2-4d6e-9898-69786cd687d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15013 | 2024.09.23 18:27:40.981785 [ 3 ] {d0168a64-3ed2-4d6e-9898-69786cd687d4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
15014 | 2024.09.23 18:27:40.982168 [ 3 ] {d0168a64-3ed2-4d6e-9898-69786cd687d4} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15015 | 2024.09.23 18:27:40.982334 [ 3 ] {d0168a64-3ed2-4d6e-9898-69786cd687d4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002159 sec., 926.3547938860584 rows/sec., 75.54 KiB/sec. | ||
15016 | 2024.09.23 18:27:40.982555 [ 3 ] {d0168a64-3ed2-4d6e-9898-69786cd687d4} <Debug> DynamicQueryHandler: Done processing query | ||
15017 | 2024.09.23 18:27:40.982582 [ 3 ] {d0168a64-3ed2-4d6e-9898-69786cd687d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15018 | 2024.09.23 18:27:40.982599 [ 3 ] {} <Debug> HTTP-Session: c5c9df5d-d798-4017-b2f7-358d82828ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15019 | 2024.09.23 18:27:40.982768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15020 | 2024.09.23 18:27:40.982819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15021 | 2024.09.23 18:27:40.982839 [ 3 ] {} <Debug> HTTP-Session: ecae79d5-c991-43e8-a6ae-e101043e721b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15022 | 2024.09.23 18:27:40.982856 [ 3 ] {} <Debug> HTTP-Session: ecae79d5-c991-43e8-a6ae-e101043e721b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15023 | 2024.09.23 18:27:40.982870 [ 3 ] {} <Debug> HTTP-Session: ecae79d5-c991-43e8-a6ae-e101043e721b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15024 | 2024.09.23 18:27:40.982906 [ 3 ] {} <Trace> HTTP-Session: ecae79d5-c991-43e8-a6ae-e101043e721b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15025 | 2024.09.23 18:27:40.983039 [ 3 ] {da722b49-b763-4fcd-a7e4-091e4d34be69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15026 | 2024.09.23 18:27:40.983085 [ 3 ] {da722b49-b763-4fcd-a7e4-091e4d34be69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15027 | 2024.09.23 18:27:40.983318 [ 3 ] {da722b49-b763-4fcd-a7e4-091e4d34be69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15028 | 2024.09.23 18:27:40.983700 [ 3 ] {da722b49-b763-4fcd-a7e4-091e4d34be69} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15029 | 2024.09.23 18:27:40.983737 [ 3 ] {da722b49-b763-4fcd-a7e4-091e4d34be69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15030 | 2024.09.23 18:27:40.984097 [ 3 ] {da722b49-b763-4fcd-a7e4-091e4d34be69} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15031 | 2024.09.23 18:27:40.984452 [ 3 ] {da722b49-b763-4fcd-a7e4-091e4d34be69} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15032 | 2024.09.23 18:27:40.984613 [ 3 ] {da722b49-b763-4fcd-a7e4-091e4d34be69} <Debug> executeQuery: Read 103 rows, 8.76 KiB in 0.001625 sec., 63384.61538461539 rows/sec., 5.27 MiB/sec. | ||
15033 | 2024.09.23 18:27:40.984784 [ 3 ] {da722b49-b763-4fcd-a7e4-091e4d34be69} <Debug> DynamicQueryHandler: Done processing query | ||
15034 | 2024.09.23 18:27:40.984808 [ 3 ] {da722b49-b763-4fcd-a7e4-091e4d34be69} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15035 | 2024.09.23 18:27:40.984824 [ 3 ] {} <Debug> HTTP-Session: ecae79d5-c991-43e8-a6ae-e101043e721b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15036 | 2024.09.23 18:27:40.984960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15037 | 2024.09.23 18:27:40.985008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15038 | 2024.09.23 18:27:40.985027 [ 3 ] {} <Debug> HTTP-Session: c8b261f8-e5f7-4983-9581-20ccd5e179bd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15039 | 2024.09.23 18:27:40.985043 [ 3 ] {} <Debug> HTTP-Session: c8b261f8-e5f7-4983-9581-20ccd5e179bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15040 | 2024.09.23 18:27:40.985057 [ 3 ] {} <Debug> HTTP-Session: c8b261f8-e5f7-4983-9581-20ccd5e179bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15041 | 2024.09.23 18:27:40.985089 [ 3 ] {} <Trace> HTTP-Session: c8b261f8-e5f7-4983-9581-20ccd5e179bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15042 | 2024.09.23 18:27:40.985206 [ 3 ] {70b95286-e860-4da3-8a60-8689a7868bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15043 | 2024.09.23 18:27:40.985250 [ 3 ] {70b95286-e860-4da3-8a60-8689a7868bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15044 | 2024.09.23 18:27:40.985476 [ 3 ] {70b95286-e860-4da3-8a60-8689a7868bdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15045 | 2024.09.23 18:27:40.985776 [ 3 ] {70b95286-e860-4da3-8a60-8689a7868bdf} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15046 | 2024.09.23 18:27:40.985812 [ 3 ] {70b95286-e860-4da3-8a60-8689a7868bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15047 | 2024.09.23 18:27:40.986156 [ 3 ] {70b95286-e860-4da3-8a60-8689a7868bdf} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
15048 | 2024.09.23 18:27:40.986506 [ 3 ] {70b95286-e860-4da3-8a60-8689a7868bdf} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15049 | 2024.09.23 18:27:40.986658 [ 3 ] {70b95286-e860-4da3-8a60-8689a7868bdf} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.001474 sec., 16960.651289009496 rows/sec., 1.24 MiB/sec. | ||
15050 | 2024.09.23 18:27:40.986826 [ 3 ] {70b95286-e860-4da3-8a60-8689a7868bdf} <Debug> DynamicQueryHandler: Done processing query | ||
15051 | 2024.09.23 18:27:40.986850 [ 3 ] {70b95286-e860-4da3-8a60-8689a7868bdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15052 | 2024.09.23 18:27:40.986866 [ 3 ] {} <Debug> HTTP-Session: c8b261f8-e5f7-4983-9581-20ccd5e179bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15053 | 2024.09.23 18:27:40.986994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15054 | 2024.09.23 18:27:40.987042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15055 | 2024.09.23 18:27:40.987061 [ 3 ] {} <Debug> HTTP-Session: 0121f867-836e-4acb-b629-c3bbcb0fa35c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15056 | 2024.09.23 18:27:40.987077 [ 3 ] {} <Debug> HTTP-Session: 0121f867-836e-4acb-b629-c3bbcb0fa35c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15057 | 2024.09.23 18:27:40.987091 [ 3 ] {} <Debug> HTTP-Session: 0121f867-836e-4acb-b629-c3bbcb0fa35c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15058 | 2024.09.23 18:27:40.987122 [ 3 ] {} <Trace> HTTP-Session: 0121f867-836e-4acb-b629-c3bbcb0fa35c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15059 | 2024.09.23 18:27:40.987239 [ 3 ] {a90fdd79-3591-4644-bcd2-86c12d43c505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15060 | 2024.09.23 18:27:40.987284 [ 3 ] {a90fdd79-3591-4644-bcd2-86c12d43c505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15061 | 2024.09.23 18:27:40.987506 [ 3 ] {a90fdd79-3591-4644-bcd2-86c12d43c505} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15062 | 2024.09.23 18:27:40.987841 [ 3 ] {a90fdd79-3591-4644-bcd2-86c12d43c505} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15063 | 2024.09.23 18:27:40.987878 [ 3 ] {a90fdd79-3591-4644-bcd2-86c12d43c505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15064 | 2024.09.23 18:27:40.988232 [ 3 ] {a90fdd79-3591-4644-bcd2-86c12d43c505} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15065 | 2024.09.23 18:27:40.988578 [ 3 ] {a90fdd79-3591-4644-bcd2-86c12d43c505} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15066 | 2024.09.23 18:27:40.988738 [ 3 ] {a90fdd79-3591-4644-bcd2-86c12d43c505} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001533 sec., 58056.09915198956 rows/sec., 4.54 MiB/sec. | ||
15067 | 2024.09.23 18:27:40.988975 [ 3 ] {a90fdd79-3591-4644-bcd2-86c12d43c505} <Debug> DynamicQueryHandler: Done processing query | ||
15068 | 2024.09.23 18:27:40.989023 [ 3 ] {a90fdd79-3591-4644-bcd2-86c12d43c505} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15069 | 2024.09.23 18:27:40.989077 [ 3 ] {} <Debug> HTTP-Session: 0121f867-836e-4acb-b629-c3bbcb0fa35c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15070 | 2024.09.23 18:27:40.989302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 20912, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15071 | 2024.09.23 18:27:40.989358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15072 | 2024.09.23 18:27:40.989377 [ 3 ] {} <Debug> HTTP-Session: e79d036e-04cf-412a-9482-00cd2187032d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15073 | 2024.09.23 18:27:40.989393 [ 3 ] {} <Debug> HTTP-Session: e79d036e-04cf-412a-9482-00cd2187032d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15074 | 2024.09.23 18:27:40.989407 [ 3 ] {} <Debug> HTTP-Session: e79d036e-04cf-412a-9482-00cd2187032d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15075 | 2024.09.23 18:27:40.989439 [ 3 ] {} <Trace> HTTP-Session: e79d036e-04cf-412a-9482-00cd2187032d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15076 | 2024.09.23 18:27:40.989578 [ 3 ] {6137e855-cf5b-40d6-ab83-7cc60f65ebf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15077 | 2024.09.23 18:27:40.989626 [ 3 ] {6137e855-cf5b-40d6-ab83-7cc60f65ebf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15078 | 2024.09.23 18:27:40.989789 [ 3 ] {6137e855-cf5b-40d6-ab83-7cc60f65ebf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15079 | 2024.09.23 18:27:40.990144 [ 3 ] {6137e855-cf5b-40d6-ab83-7cc60f65ebf2} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15080 | 2024.09.23 18:27:40.990180 [ 3 ] {6137e855-cf5b-40d6-ab83-7cc60f65ebf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15081 | 2024.09.23 18:27:40.990558 [ 3 ] {6137e855-cf5b-40d6-ab83-7cc60f65ebf2} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15082 | 2024.09.23 18:27:40.990903 [ 3 ] {6137e855-cf5b-40d6-ab83-7cc60f65ebf2} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15083 | 2024.09.23 18:27:40.991063 [ 3 ] {6137e855-cf5b-40d6-ab83-7cc60f65ebf2} <Debug> executeQuery: Read 109 rows, 7.78 KiB in 0.001536 sec., 70963.54166666667 rows/sec., 4.95 MiB/sec. | ||
15084 | 2024.09.23 18:27:40.991234 [ 3 ] {6137e855-cf5b-40d6-ab83-7cc60f65ebf2} <Debug> DynamicQueryHandler: Done processing query | ||
15085 | 2024.09.23 18:27:40.991259 [ 3 ] {6137e855-cf5b-40d6-ab83-7cc60f65ebf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15086 | 2024.09.23 18:27:40.991276 [ 3 ] {} <Debug> HTTP-Session: e79d036e-04cf-412a-9482-00cd2187032d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15087 | 2024.09.23 18:27:40.991453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 37740, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15088 | 2024.09.23 18:27:40.991502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15089 | 2024.09.23 18:27:40.991522 [ 3 ] {} <Debug> HTTP-Session: 63d43950-3ba8-4941-af0b-01c1ea28edc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15090 | 2024.09.23 18:27:40.991539 [ 3 ] {} <Debug> HTTP-Session: 63d43950-3ba8-4941-af0b-01c1ea28edc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15091 | 2024.09.23 18:27:40.991553 [ 3 ] {} <Debug> HTTP-Session: 63d43950-3ba8-4941-af0b-01c1ea28edc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15092 | 2024.09.23 18:27:40.991584 [ 3 ] {} <Trace> HTTP-Session: 63d43950-3ba8-4941-af0b-01c1ea28edc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15093 | 2024.09.23 18:27:40.991875 [ 3 ] {b7663df5-f55d-423c-a57b-0370dcab9f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15094 | 2024.09.23 18:27:40.991954 [ 3 ] {b7663df5-f55d-423c-a57b-0370dcab9f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15095 | 2024.09.23 18:27:40.992376 [ 3 ] {b7663df5-f55d-423c-a57b-0370dcab9f61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15096 | 2024.09.23 18:27:40.992916 [ 3 ] {b7663df5-f55d-423c-a57b-0370dcab9f61} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15097 | 2024.09.23 18:27:40.992954 [ 3 ] {b7663df5-f55d-423c-a57b-0370dcab9f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15098 | 2024.09.23 18:27:40.993564 [ 3 ] {b7663df5-f55d-423c-a57b-0370dcab9f61} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
15099 | 2024.09.23 18:27:40.993967 [ 3 ] {b7663df5-f55d-423c-a57b-0370dcab9f61} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15100 | 2024.09.23 18:27:40.994156 [ 3 ] {b7663df5-f55d-423c-a57b-0370dcab9f61} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002492 sec., 9229.534510433386 rows/sec., 16.54 MiB/sec. | ||
15101 | 2024.09.23 18:27:40.994356 [ 3 ] {b7663df5-f55d-423c-a57b-0370dcab9f61} <Debug> DynamicQueryHandler: Done processing query | ||
15102 | 2024.09.23 18:27:40.994381 [ 3 ] {b7663df5-f55d-423c-a57b-0370dcab9f61} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
15103 | 2024.09.23 18:27:40.994398 [ 3 ] {} <Debug> HTTP-Session: 63d43950-3ba8-4941-af0b-01c1ea28edc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15104 | 2024.09.23 18:27:40.994528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 6395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15105 | 2024.09.23 18:27:40.994579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15106 | 2024.09.23 18:27:40.994599 [ 3 ] {} <Debug> HTTP-Session: cf9d95b9-d655-4a8f-8cb4-3c45a36e7bf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15107 | 2024.09.23 18:27:40.994617 [ 3 ] {} <Debug> HTTP-Session: cf9d95b9-d655-4a8f-8cb4-3c45a36e7bf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15108 | 2024.09.23 18:27:40.994631 [ 3 ] {} <Debug> HTTP-Session: cf9d95b9-d655-4a8f-8cb4-3c45a36e7bf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15109 | 2024.09.23 18:27:40.994664 [ 3 ] {} <Trace> HTTP-Session: cf9d95b9-d655-4a8f-8cb4-3c45a36e7bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15110 | 2024.09.23 18:27:40.994783 [ 3 ] {c6bee31d-1831-4bde-a3ec-0873b036664a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15111 | 2024.09.23 18:27:40.994830 [ 3 ] {c6bee31d-1831-4bde-a3ec-0873b036664a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15112 | 2024.09.23 18:27:40.994963 [ 3 ] {c6bee31d-1831-4bde-a3ec-0873b036664a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15113 | 2024.09.23 18:27:40.995247 [ 3 ] {c6bee31d-1831-4bde-a3ec-0873b036664a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15114 | 2024.09.23 18:27:40.995282 [ 3 ] {c6bee31d-1831-4bde-a3ec-0873b036664a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15115 | 2024.09.23 18:27:40.995640 [ 3 ] {c6bee31d-1831-4bde-a3ec-0873b036664a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15116 | 2024.09.23 18:27:40.995956 [ 3 ] {c6bee31d-1831-4bde-a3ec-0873b036664a} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15117 | 2024.09.23 18:27:40.996110 [ 3 ] {c6bee31d-1831-4bde-a3ec-0873b036664a} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.00137 sec., 30656.934306569347 rows/sec., 2.06 MiB/sec. | ||
15118 | 2024.09.23 18:27:40.996282 [ 3 ] {c6bee31d-1831-4bde-a3ec-0873b036664a} <Debug> DynamicQueryHandler: Done processing query | ||
15119 | 2024.09.23 18:27:40.996306 [ 3 ] {c6bee31d-1831-4bde-a3ec-0873b036664a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15120 | 2024.09.23 18:27:40.996322 [ 3 ] {} <Debug> HTTP-Session: cf9d95b9-d655-4a8f-8cb4-3c45a36e7bf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15121 | 2024.09.23 18:27:42.293608 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15122 | 2024.09.23 18:27:42.293660 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15123 | 2024.09.23 18:27:45.981512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15124 | 2024.09.23 18:27:45.981657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15125 | 2024.09.23 18:27:45.981718 [ 3 ] {} <Debug> HTTP-Session: 8f557e3f-a6be-4b7b-a8cc-1f111c540fb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15126 | 2024.09.23 18:27:45.981750 [ 3 ] {} <Debug> HTTP-Session: 8f557e3f-a6be-4b7b-a8cc-1f111c540fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15127 | 2024.09.23 18:27:45.981769 [ 3 ] {} <Debug> HTTP-Session: 8f557e3f-a6be-4b7b-a8cc-1f111c540fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15128 | 2024.09.23 18:27:45.981824 [ 3 ] {} <Trace> HTTP-Session: 8f557e3f-a6be-4b7b-a8cc-1f111c540fb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15129 | 2024.09.23 18:27:45.982047 [ 3 ] {b5934825-6a4b-4c40-8a5b-a2a64330acbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15130 | 2024.09.23 18:27:45.982114 [ 3 ] {b5934825-6a4b-4c40-8a5b-a2a64330acbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15131 | 2024.09.23 18:27:45.982452 [ 3 ] {b5934825-6a4b-4c40-8a5b-a2a64330acbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15132 | 2024.09.23 18:27:45.982874 [ 3 ] {b5934825-6a4b-4c40-8a5b-a2a64330acbb} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15133 | 2024.09.23 18:27:45.982924 [ 3 ] {b5934825-6a4b-4c40-8a5b-a2a64330acbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15134 | 2024.09.23 18:27:45.983377 [ 3 ] {b5934825-6a4b-4c40-8a5b-a2a64330acbb} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15135 | 2024.09.23 18:27:45.983766 [ 3 ] {b5934825-6a4b-4c40-8a5b-a2a64330acbb} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15136 | 2024.09.23 18:27:45.983946 [ 33 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15137 | 2024.09.23 18:27:45.983959 [ 3 ] {b5934825-6a4b-4c40-8a5b-a2a64330acbb} <Debug> executeQuery: Read 74 rows, 6.07 KiB in 0.001972 sec., 37525.354969574044 rows/sec., 3.01 MiB/sec. | ||
15138 | 2024.09.23 18:27:45.984073 [ 33 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15139 | 2024.09.23 18:27:45.984180 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15140 | 2024.09.23 18:27:45.984381 [ 3 ] {b5934825-6a4b-4c40-8a5b-a2a64330acbb} <Debug> DynamicQueryHandler: Done processing query | ||
15141 | 2024.09.23 18:27:45.984443 [ 3 ] {b5934825-6a4b-4c40-8a5b-a2a64330acbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15142 | 2024.09.23 18:27:45.984470 [ 3 ] {} <Debug> HTTP-Session: 8f557e3f-a6be-4b7b-a8cc-1f111c540fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15143 | 2024.09.23 18:27:45.984478 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15144 | 2024.09.23 18:27:45.984707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15145 | 2024.09.23 18:27:45.984837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15146 | 2024.09.23 18:27:45.984915 [ 3 ] {} <Debug> HTTP-Session: 28bf642c-4384-4aa2-939e-cc4f250dbad3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15147 | 2024.09.23 18:27:45.984929 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15148 | 2024.09.23 18:27:45.984951 [ 3 ] {} <Debug> HTTP-Session: 28bf642c-4384-4aa2-939e-cc4f250dbad3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15149 | 2024.09.23 18:27:45.985004 [ 3 ] {} <Debug> HTTP-Session: 28bf642c-4384-4aa2-939e-cc4f250dbad3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15150 | 2024.09.23 18:27:45.985030 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1419 rows starting from the beginning of the part | ||
15151 | 2024.09.23 18:27:45.985073 [ 3 ] {} <Trace> HTTP-Session: 28bf642c-4384-4aa2-939e-cc4f250dbad3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15152 | 2024.09.23 18:27:45.985245 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 251 rows starting from the beginning of the part | ||
15153 | 2024.09.23 18:27:45.985549 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 77 rows starting from the beginning of the part | ||
15154 | 2024.09.23 18:27:45.985558 [ 3 ] {6664cb9b-055b-481c-b617-51607357aec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15155 | 2024.09.23 18:27:45.985790 [ 3 ] {6664cb9b-055b-481c-b617-51607357aec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15156 | 2024.09.23 18:27:45.985811 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1347 rows starting from the beginning of the part | ||
15157 | 2024.09.23 18:27:45.986155 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 103 rows starting from the beginning of the part | ||
15158 | 2024.09.23 18:27:45.986481 [ 193 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 74 rows starting from the beginning of the part | ||
15159 | 2024.09.23 18:27:45.987343 [ 3 ] {6664cb9b-055b-481c-b617-51607357aec9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15160 | 2024.09.23 18:27:45.988098 [ 3 ] {6664cb9b-055b-481c-b617-51607357aec9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15161 | 2024.09.23 18:27:45.988174 [ 3 ] {6664cb9b-055b-481c-b617-51607357aec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15162 | 2024.09.23 18:27:45.989127 [ 3 ] {6664cb9b-055b-481c-b617-51607357aec9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15163 | 2024.09.23 18:27:45.989644 [ 3 ] {6664cb9b-055b-481c-b617-51607357aec9} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15164 | 2024.09.23 18:27:45.989951 [ 33 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15165 | 2024.09.23 18:27:45.990081 [ 3 ] {6664cb9b-055b-481c-b617-51607357aec9} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.004759 sec., 1891.153603698256 rows/sec., 142.21 KiB/sec. | ||
15166 | 2024.09.23 18:27:45.990091 [ 33 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15167 | 2024.09.23 18:27:45.990207 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15168 | 2024.09.23 18:27:45.990524 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3271 rows, containing 5 columns (5 merged, 0 gathered) in 0.006188515 sec., 528559.7594899584 rows/sec., 46.19 MiB/sec. | ||
15169 | 2024.09.23 18:27:45.990665 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
15170 | 2024.09.23 18:27:45.990806 [ 3 ] {6664cb9b-055b-481c-b617-51607357aec9} <Debug> DynamicQueryHandler: Done processing query | ||
15171 | 2024.09.23 18:27:45.990893 [ 3 ] {6664cb9b-055b-481c-b617-51607357aec9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15172 | 2024.09.23 18:27:45.990960 [ 3 ] {} <Debug> HTTP-Session: 28bf642c-4384-4aa2-939e-cc4f250dbad3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15173 | 2024.09.23 18:27:45.991006 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15174 | 2024.09.23 18:27:45.991106 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15175 | 2024.09.23 18:27:45.991206 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 58 rows starting from the beginning of the part | ||
15176 | 2024.09.23 18:27:45.991273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15177 | 2024.09.23 18:27:45.991541 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 31 rows starting from the beginning of the part | ||
15178 | 2024.09.23 18:27:45.992116 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 15 rows starting from the beginning of the part | ||
15179 | 2024.09.23 18:27:45.992278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15180 | 2024.09.23 18:27:45.992519 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 12 rows starting from the beginning of the part | ||
15181 | 2024.09.23 18:27:45.992546 [ 3 ] {} <Debug> HTTP-Session: 2ad5962a-3013-4864-87f8-2707b4568da5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15182 | 2024.09.23 18:27:45.992775 [ 3 ] {} <Debug> HTTP-Session: 2ad5962a-3013-4864-87f8-2707b4568da5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15183 | 2024.09.23 18:27:45.992918 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 25 rows starting from the beginning of the part | ||
15184 | 2024.09.23 18:27:45.992949 [ 3 ] {} <Debug> HTTP-Session: 2ad5962a-3013-4864-87f8-2707b4568da5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15185 | 2024.09.23 18:27:45.993225 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15186 | 2024.09.23 18:27:45.993368 [ 193 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 9 rows starting from the beginning of the part | ||
15187 | 2024.09.23 18:27:45.993493 [ 3 ] {} <Trace> HTTP-Session: 2ad5962a-3013-4864-87f8-2707b4568da5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15188 | 2024.09.23 18:27:45.993659 [ 199 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_86_17} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15189 | 2024.09.23 18:27:45.993975 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
15190 | 2024.09.23 18:27:45.994303 [ 3 ] {89c2366d-ad48-485f-8cfa-f4720ee8f36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15191 | 2024.09.23 18:27:45.994374 [ 3 ] {89c2366d-ad48-485f-8cfa-f4720ee8f36b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15192 | 2024.09.23 18:27:45.995390 [ 3 ] {89c2366d-ad48-485f-8cfa-f4720ee8f36b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15193 | 2024.09.23 18:27:45.996629 [ 3 ] {89c2366d-ad48-485f-8cfa-f4720ee8f36b} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15194 | 2024.09.23 18:27:45.996685 [ 3 ] {89c2366d-ad48-485f-8cfa-f4720ee8f36b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15195 | 2024.09.23 18:27:45.996722 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 5 columns (5 merged, 0 gathered) in 0.006301188 sec., 23805.03486009305 rows/sec., 1.81 MiB/sec. | ||
15196 | 2024.09.23 18:27:45.997002 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15197 | 2024.09.23 18:27:45.997454 [ 3 ] {89c2366d-ad48-485f-8cfa-f4720ee8f36b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15198 | 2024.09.23 18:27:45.998093 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15199 | 2024.09.23 18:27:45.998243 [ 188 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_76_15} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15200 | 2024.09.23 18:27:45.998349 [ 3 ] {89c2366d-ad48-485f-8cfa-f4720ee8f36b} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15201 | 2024.09.23 18:27:45.998422 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
15202 | 2024.09.23 18:27:45.998610 [ 33 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15203 | 2024.09.23 18:27:45.998620 [ 3 ] {89c2366d-ad48-485f-8cfa-f4720ee8f36b} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.004435 sec., 16459.977452085684 rows/sec., 1.29 MiB/sec. | ||
15204 | 2024.09.23 18:27:45.998657 [ 33 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15205 | 2024.09.23 18:27:45.998745 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15206 | 2024.09.23 18:27:45.998981 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15207 | 2024.09.23 18:27:45.999009 [ 3 ] {89c2366d-ad48-485f-8cfa-f4720ee8f36b} <Debug> DynamicQueryHandler: Done processing query | ||
15208 | 2024.09.23 18:27:45.999058 [ 3 ] {89c2366d-ad48-485f-8cfa-f4720ee8f36b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15209 | 2024.09.23 18:27:45.999089 [ 3 ] {} <Debug> HTTP-Session: 2ad5962a-3013-4864-87f8-2707b4568da5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15210 | 2024.09.23 18:27:45.999212 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15211 | 2024.09.23 18:27:45.999252 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 914 rows starting from the beginning of the part | ||
15212 | 2024.09.23 18:27:45.999347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15213 | 2024.09.23 18:27:45.999487 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 413 rows starting from the beginning of the part | ||
15214 | 2024.09.23 18:27:45.999526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15215 | 2024.09.23 18:27:45.999619 [ 3 ] {} <Debug> HTTP-Session: c6e8540e-7dd8-446f-93f1-4074b5002e82 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15216 | 2024.09.23 18:27:45.999754 [ 3 ] {} <Debug> HTTP-Session: c6e8540e-7dd8-446f-93f1-4074b5002e82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15217 | 2024.09.23 18:27:45.999814 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 79 rows starting from the beginning of the part | ||
15218 | 2024.09.23 18:27:45.999821 [ 3 ] {} <Debug> HTTP-Session: c6e8540e-7dd8-446f-93f1-4074b5002e82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15219 | 2024.09.23 18:27:45.999964 [ 3 ] {} <Trace> HTTP-Session: c6e8540e-7dd8-446f-93f1-4074b5002e82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15220 | 2024.09.23 18:27:46.000098 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 850 rows starting from the beginning of the part | ||
15221 | 2024.09.23 18:27:46.000165 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.64 MiB, peak 218.80 MiB, free memory in arenas 0.00 B, will set to 208.36 MiB (RSS), difference: -1.28 MiB | ||
15222 | 2024.09.23 18:27:46.000448 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 89 rows starting from the beginning of the part | ||
15223 | 2024.09.23 18:27:46.000989 [ 195 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 73 rows starting from the beginning of the part | ||
15224 | 2024.09.23 18:27:46.001128 [ 3 ] {9cbb8995-edb6-40ce-b038-4f92458a303f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15225 | 2024.09.23 18:27:46.001688 [ 3 ] {9cbb8995-edb6-40ce-b038-4f92458a303f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15226 | 2024.09.23 18:27:46.002380 [ 3 ] {9cbb8995-edb6-40ce-b038-4f92458a303f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15227 | 2024.09.23 18:27:46.003364 [ 3 ] {9cbb8995-edb6-40ce-b038-4f92458a303f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15228 | 2024.09.23 18:27:46.003441 [ 3 ] {9cbb8995-edb6-40ce-b038-4f92458a303f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15229 | 2024.09.23 18:27:46.004106 [ 3 ] {9cbb8995-edb6-40ce-b038-4f92458a303f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15230 | 2024.09.23 18:27:46.004645 [ 191 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.005771055 sec., 418987.5161473942 rows/sec., 32.14 MiB/sec. | ||
15231 | 2024.09.23 18:27:46.004936 [ 3 ] {9cbb8995-edb6-40ce-b038-4f92458a303f} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15232 | 2024.09.23 18:27:46.004948 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15233 | 2024.09.23 18:27:46.005235 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15234 | 2024.09.23 18:27:46.005268 [ 3 ] {9cbb8995-edb6-40ce-b038-4f92458a303f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004839 sec., 33064.68278569952 rows/sec., 2.30 MiB/sec. | ||
15235 | 2024.09.23 18:27:46.005305 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15236 | 2024.09.23 18:27:46.005389 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15237 | 2024.09.23 18:27:46.006034 [ 3 ] {9cbb8995-edb6-40ce-b038-4f92458a303f} <Debug> DynamicQueryHandler: Done processing query | ||
15238 | 2024.09.23 18:27:46.006080 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15239 | 2024.09.23 18:27:46.006118 [ 3 ] {9cbb8995-edb6-40ce-b038-4f92458a303f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15240 | 2024.09.23 18:27:46.006206 [ 3 ] {} <Debug> HTTP-Session: c6e8540e-7dd8-446f-93f1-4074b5002e82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15241 | 2024.09.23 18:27:46.006438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15242 | 2024.09.23 18:27:46.006577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15243 | 2024.09.23 18:27:46.006629 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15244 | 2024.09.23 18:27:46.006635 [ 3 ] {} <Debug> HTTP-Session: 8c26ff6e-4ec9-4c27-a9ec-4d15057643df Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15245 | 2024.09.23 18:27:46.006703 [ 3 ] {} <Debug> HTTP-Session: 8c26ff6e-4ec9-4c27-a9ec-4d15057643df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15246 | 2024.09.23 18:27:46.006714 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23985 rows starting from the beginning of the part | ||
15247 | 2024.09.23 18:27:46.006733 [ 3 ] {} <Debug> HTTP-Session: 8c26ff6e-4ec9-4c27-a9ec-4d15057643df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15248 | 2024.09.23 18:27:46.006865 [ 3 ] {} <Trace> HTTP-Session: 8c26ff6e-4ec9-4c27-a9ec-4d15057643df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15249 | 2024.09.23 18:27:46.007030 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15250 | 2024.09.23 18:27:46.007133 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
15251 | 2024.09.23 18:27:46.007555 [ 3 ] {26529797-37b2-4179-b331-38891426371a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15252 | 2024.09.23 18:27:46.007576 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_86_17} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15253 | 2024.09.23 18:27:46.007645 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 163 rows starting from the beginning of the part | ||
15254 | 2024.09.23 18:27:46.008046 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
15255 | 2024.09.23 18:27:46.008071 [ 3 ] {26529797-37b2-4179-b331-38891426371a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15256 | 2024.09.23 18:27:46.008155 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 977 rows starting from the beginning of the part | ||
15257 | 2024.09.23 18:27:46.008614 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 109 rows starting from the beginning of the part | ||
15258 | 2024.09.23 18:27:46.008959 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
15259 | 2024.09.23 18:27:46.010074 [ 3 ] {26529797-37b2-4179-b331-38891426371a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15260 | 2024.09.23 18:27:46.010791 [ 3 ] {26529797-37b2-4179-b331-38891426371a} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15261 | 2024.09.23 18:27:46.010828 [ 3 ] {26529797-37b2-4179-b331-38891426371a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15262 | 2024.09.23 18:27:46.011966 [ 3 ] {26529797-37b2-4179-b331-38891426371a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
15263 | 2024.09.23 18:27:46.012609 [ 3 ] {26529797-37b2-4179-b331-38891426371a} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15264 | 2024.09.23 18:27:46.012912 [ 3 ] {26529797-37b2-4179-b331-38891426371a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.005737 sec., 1568.7641624542443 rows/sec., 2.81 MiB/sec. | ||
15265 | 2024.09.23 18:27:46.013172 [ 3 ] {26529797-37b2-4179-b331-38891426371a} <Debug> DynamicQueryHandler: Done processing query | ||
15266 | 2024.09.23 18:27:46.013198 [ 3 ] {26529797-37b2-4179-b331-38891426371a} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
15267 | 2024.09.23 18:27:46.013214 [ 3 ] {} <Debug> HTTP-Session: 8c26ff6e-4ec9-4c27-a9ec-4d15057643df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15268 | 2024.09.23 18:27:46.013448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15269 | 2024.09.23 18:27:46.013498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15270 | 2024.09.23 18:27:46.013518 [ 3 ] {} <Debug> HTTP-Session: 3e6770d9-ff6f-48e3-9cbe-d6e4f753d997 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15271 | 2024.09.23 18:27:46.013536 [ 3 ] {} <Debug> HTTP-Session: 3e6770d9-ff6f-48e3-9cbe-d6e4f753d997 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15272 | 2024.09.23 18:27:46.013551 [ 3 ] {} <Debug> HTTP-Session: 3e6770d9-ff6f-48e3-9cbe-d6e4f753d997 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15273 | 2024.09.23 18:27:46.013585 [ 3 ] {} <Trace> HTTP-Session: 3e6770d9-ff6f-48e3-9cbe-d6e4f753d997 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15274 | 2024.09.23 18:27:46.013728 [ 3 ] {41ded9e3-ddf2-4999-96d9-db8e71d328b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15275 | 2024.09.23 18:27:46.013775 [ 3 ] {41ded9e3-ddf2-4999-96d9-db8e71d328b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15276 | 2024.09.23 18:27:46.013913 [ 3 ] {41ded9e3-ddf2-4999-96d9-db8e71d328b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15277 | 2024.09.23 18:27:46.014244 [ 3 ] {41ded9e3-ddf2-4999-96d9-db8e71d328b5} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15278 | 2024.09.23 18:27:46.014282 [ 3 ] {41ded9e3-ddf2-4999-96d9-db8e71d328b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15279 | 2024.09.23 18:27:46.014741 [ 3 ] {41ded9e3-ddf2-4999-96d9-db8e71d328b5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15280 | 2024.09.23 18:27:46.015125 [ 3 ] {41ded9e3-ddf2-4999-96d9-db8e71d328b5} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15281 | 2024.09.23 18:27:46.015296 [ 35 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15282 | 2024.09.23 18:27:46.015297 [ 3 ] {41ded9e3-ddf2-4999-96d9-db8e71d328b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001612 sec., 37220.843672456576 rows/sec., 2.51 MiB/sec. | ||
15283 | 2024.09.23 18:27:46.015343 [ 35 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15284 | 2024.09.23 18:27:46.015414 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15285 | 2024.09.23 18:27:46.015754 [ 3 ] {41ded9e3-ddf2-4999-96d9-db8e71d328b5} <Debug> DynamicQueryHandler: Done processing query | ||
15286 | 2024.09.23 18:27:46.015812 [ 3 ] {41ded9e3-ddf2-4999-96d9-db8e71d328b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15287 | 2024.09.23 18:27:46.015811 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15288 | 2024.09.23 18:27:46.015837 [ 3 ] {} <Debug> HTTP-Session: 3e6770d9-ff6f-48e3-9cbe-d6e4f753d997 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15289 | 2024.09.23 18:27:46.016547 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15290 | 2024.09.23 18:27:46.016637 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4728 rows starting from the beginning of the part | ||
15291 | 2024.09.23 18:27:46.017009 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
15292 | 2024.09.23 18:27:46.017408 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
15293 | 2024.09.23 18:27:46.017990 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 40 rows starting from the beginning of the part | ||
15294 | 2024.09.23 18:27:46.018429 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 42 rows starting from the beginning of the part | ||
15295 | 2024.09.23 18:27:46.018710 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25631 rows, containing 5 columns (5 merged, 0 gathered) in 0.013106358 sec., 1955615.7400858423 rows/sec., 131.93 MiB/sec. | ||
15296 | 2024.09.23 18:27:46.018810 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
15297 | 2024.09.23 18:27:46.019188 [ 190 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15298 | 2024.09.23 18:27:46.020085 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15299 | 2024.09.23 18:27:46.020311 [ 201 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15300 | 2024.09.23 18:27:46.020515 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
15301 | 2024.09.23 18:27:46.021453 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5012 rows, containing 4 columns (4 merged, 0 gathered) in 0.005884988 sec., 851658.4910623437 rows/sec., 55.41 MiB/sec. | ||
15302 | 2024.09.23 18:27:46.021755 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15303 | 2024.09.23 18:27:46.022121 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15304 | 2024.09.23 18:27:46.022199 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_86_17} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15305 | 2024.09.23 18:27:46.022278 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
15306 | 2024.09.23 18:27:47.000134 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.62 MiB, peak 219.68 MiB, free memory in arenas 0.00 B, will set to 209.28 MiB (RSS), difference: 1.66 MiB | ||
15307 | 2024.09.23 18:27:48.523676 [ 28 ] {} <Debug> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
15308 | 2024.09.23 18:27:48.523749 [ 28 ] {} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15309 | 2024.09.23 18:27:48.523776 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15310 | 2024.09.23 18:27:48.524037 [ 198 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full | ||
15311 | 2024.09.23 18:27:48.524342 [ 198 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15312 | 2024.09.23 18:27:48.524404 [ 198 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 243 rows starting from the beginning of the part | ||
15313 | 2024.09.23 18:27:48.524571 [ 198 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 242 rows starting from the beginning of the part | ||
15314 | 2024.09.23 18:27:48.524847 [ 198 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
15315 | 2024.09.23 18:27:48.525094 [ 198 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
15316 | 2024.09.23 18:27:48.525265 [ 198 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 242 rows starting from the beginning of the part | ||
15317 | 2024.09.23 18:27:48.526500 [ 201 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002628645 sec., 287220.221825313 rows/sec., 19.49 MiB/sec. | ||
15318 | 2024.09.23 18:27:48.526724 [ 201 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
15319 | 2024.09.23 18:27:48.527230 [ 201 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_37_8} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15320 | 2024.09.23 18:27:48.527327 [ 201 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_37_8} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
15321 | 2024.09.23 18:27:48.527432 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
15322 | 2024.09.23 18:27:49.387689 [ 28 ] {} <Debug> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
15323 | 2024.09.23 18:27:49.387802 [ 28 ] {} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15324 | 2024.09.23 18:27:49.387845 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. | ||
15325 | 2024.09.23 18:27:49.388181 [ 198 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full | ||
15326 | 2024.09.23 18:27:49.388689 [ 198 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15327 | 2024.09.23 18:27:49.388762 [ 198 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 34 rows starting from the beginning of the part | ||
15328 | 2024.09.23 18:27:49.388934 [ 198 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
15329 | 2024.09.23 18:27:49.389172 [ 198 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
15330 | 2024.09.23 18:27:49.389390 [ 198 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
15331 | 2024.09.23 18:27:49.389567 [ 198 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
15332 | 2024.09.23 18:27:49.390752 [ 192 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.002785379 sec., 13642.667658512539 rows/sec., 916.48 KiB/sec. | ||
15333 | 2024.09.23 18:27:49.390922 [ 194 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
15334 | 2024.09.23 18:27:49.391399 [ 194 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_37_8} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15335 | 2024.09.23 18:27:49.391501 [ 194 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_37_8} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
15336 | 2024.09.23 18:27:49.391593 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15337 | 2024.09.23 18:27:50.986415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15338 | 2024.09.23 18:27:50.986550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15339 | 2024.09.23 18:27:50.986579 [ 3 ] {} <Debug> HTTP-Session: d85282e3-005b-4d60-a5f6-c7464c6c79da Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15340 | 2024.09.23 18:27:50.986608 [ 3 ] {} <Debug> HTTP-Session: d85282e3-005b-4d60-a5f6-c7464c6c79da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15341 | 2024.09.23 18:27:50.986626 [ 3 ] {} <Debug> HTTP-Session: d85282e3-005b-4d60-a5f6-c7464c6c79da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15342 | 2024.09.23 18:27:50.986683 [ 3 ] {} <Trace> HTTP-Session: d85282e3-005b-4d60-a5f6-c7464c6c79da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15343 | 2024.09.23 18:27:50.986971 [ 3 ] {502d6076-8765-4b4b-aa4e-fc3e0b50c976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15344 | 2024.09.23 18:27:50.987046 [ 3 ] {502d6076-8765-4b4b-aa4e-fc3e0b50c976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15345 | 2024.09.23 18:27:50.987385 [ 3 ] {502d6076-8765-4b4b-aa4e-fc3e0b50c976} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15346 | 2024.09.23 18:27:50.988040 [ 3 ] {502d6076-8765-4b4b-aa4e-fc3e0b50c976} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15347 | 2024.09.23 18:27:50.988082 [ 3 ] {502d6076-8765-4b4b-aa4e-fc3e0b50c976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15348 | 2024.09.23 18:27:50.988531 [ 3 ] {502d6076-8765-4b4b-aa4e-fc3e0b50c976} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15349 | 2024.09.23 18:27:50.988928 [ 3 ] {502d6076-8765-4b4b-aa4e-fc3e0b50c976} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15350 | 2024.09.23 18:27:50.989077 [ 3 ] {502d6076-8765-4b4b-aa4e-fc3e0b50c976} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.002243 sec., 111903.70040124832 rows/sec., 9.91 MiB/sec. | ||
15351 | 2024.09.23 18:27:50.989301 [ 3 ] {502d6076-8765-4b4b-aa4e-fc3e0b50c976} <Debug> DynamicQueryHandler: Done processing query | ||
15352 | 2024.09.23 18:27:50.989330 [ 3 ] {502d6076-8765-4b4b-aa4e-fc3e0b50c976} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
15353 | 2024.09.23 18:27:50.989347 [ 3 ] {} <Debug> HTTP-Session: d85282e3-005b-4d60-a5f6-c7464c6c79da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15354 | 2024.09.23 18:27:50.989493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15355 | 2024.09.23 18:27:50.989551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15356 | 2024.09.23 18:27:50.989571 [ 3 ] {} <Debug> HTTP-Session: 6b5f2c7d-26f0-4a17-8d12-beec8c26c766 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15357 | 2024.09.23 18:27:50.989591 [ 3 ] {} <Debug> HTTP-Session: 6b5f2c7d-26f0-4a17-8d12-beec8c26c766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15358 | 2024.09.23 18:27:50.989605 [ 3 ] {} <Debug> HTTP-Session: 6b5f2c7d-26f0-4a17-8d12-beec8c26c766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15359 | 2024.09.23 18:27:50.989641 [ 3 ] {} <Trace> HTTP-Session: 6b5f2c7d-26f0-4a17-8d12-beec8c26c766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15360 | 2024.09.23 18:27:50.989759 [ 3 ] {c13d5e3b-e5f2-42f3-bcef-e13a39a1585a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15361 | 2024.09.23 18:27:50.989807 [ 3 ] {c13d5e3b-e5f2-42f3-bcef-e13a39a1585a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15362 | 2024.09.23 18:27:50.990052 [ 3 ] {c13d5e3b-e5f2-42f3-bcef-e13a39a1585a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15363 | 2024.09.23 18:27:50.990410 [ 3 ] {c13d5e3b-e5f2-42f3-bcef-e13a39a1585a} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15364 | 2024.09.23 18:27:50.990447 [ 3 ] {c13d5e3b-e5f2-42f3-bcef-e13a39a1585a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15365 | 2024.09.23 18:27:50.990819 [ 3 ] {c13d5e3b-e5f2-42f3-bcef-e13a39a1585a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15366 | 2024.09.23 18:27:50.991181 [ 3 ] {c13d5e3b-e5f2-42f3-bcef-e13a39a1585a} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15367 | 2024.09.23 18:27:50.991318 [ 3 ] {c13d5e3b-e5f2-42f3-bcef-e13a39a1585a} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001594 sec., 19447.92973651192 rows/sec., 1.43 MiB/sec. | ||
15368 | 2024.09.23 18:27:50.991497 [ 3 ] {c13d5e3b-e5f2-42f3-bcef-e13a39a1585a} <Debug> DynamicQueryHandler: Done processing query | ||
15369 | 2024.09.23 18:27:50.991523 [ 3 ] {c13d5e3b-e5f2-42f3-bcef-e13a39a1585a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15370 | 2024.09.23 18:27:50.991539 [ 3 ] {} <Debug> HTTP-Session: 6b5f2c7d-26f0-4a17-8d12-beec8c26c766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15371 | 2024.09.23 18:27:50.991667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15372 | 2024.09.23 18:27:50.991721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15373 | 2024.09.23 18:27:50.991741 [ 3 ] {} <Debug> HTTP-Session: 4ac82ae6-b485-4381-b3f4-c61f59dfd9bd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15374 | 2024.09.23 18:27:50.991759 [ 3 ] {} <Debug> HTTP-Session: 4ac82ae6-b485-4381-b3f4-c61f59dfd9bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15375 | 2024.09.23 18:27:50.991773 [ 3 ] {} <Debug> HTTP-Session: 4ac82ae6-b485-4381-b3f4-c61f59dfd9bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15376 | 2024.09.23 18:27:50.991806 [ 3 ] {} <Trace> HTTP-Session: 4ac82ae6-b485-4381-b3f4-c61f59dfd9bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15377 | 2024.09.23 18:27:50.991911 [ 3 ] {4a5740f8-1e1a-4cfd-a67b-ed7e0cf6f8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15378 | 2024.09.23 18:27:50.991956 [ 3 ] {4a5740f8-1e1a-4cfd-a67b-ed7e0cf6f8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15379 | 2024.09.23 18:27:50.992185 [ 3 ] {4a5740f8-1e1a-4cfd-a67b-ed7e0cf6f8d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15380 | 2024.09.23 18:27:50.992533 [ 3 ] {4a5740f8-1e1a-4cfd-a67b-ed7e0cf6f8d1} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15381 | 2024.09.23 18:27:50.992569 [ 3 ] {4a5740f8-1e1a-4cfd-a67b-ed7e0cf6f8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15382 | 2024.09.23 18:27:50.992933 [ 3 ] {4a5740f8-1e1a-4cfd-a67b-ed7e0cf6f8d1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15383 | 2024.09.23 18:27:50.993288 [ 3 ] {4a5740f8-1e1a-4cfd-a67b-ed7e0cf6f8d1} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15384 | 2024.09.23 18:27:50.993430 [ 3 ] {4a5740f8-1e1a-4cfd-a67b-ed7e0cf6f8d1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001548 sec., 9043.927648578812 rows/sec., 633.38 KiB/sec. | ||
15385 | 2024.09.23 18:27:50.993614 [ 3 ] {4a5740f8-1e1a-4cfd-a67b-ed7e0cf6f8d1} <Debug> DynamicQueryHandler: Done processing query | ||
15386 | 2024.09.23 18:27:50.993639 [ 3 ] {4a5740f8-1e1a-4cfd-a67b-ed7e0cf6f8d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15387 | 2024.09.23 18:27:50.993655 [ 3 ] {} <Debug> HTTP-Session: 4ac82ae6-b485-4381-b3f4-c61f59dfd9bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15388 | 2024.09.23 18:27:50.993769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15389 | 2024.09.23 18:27:50.993820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15390 | 2024.09.23 18:27:50.993839 [ 3 ] {} <Debug> HTTP-Session: 22518bce-5b98-43ff-929e-5cde5eba5f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15391 | 2024.09.23 18:27:50.993856 [ 3 ] {} <Debug> HTTP-Session: 22518bce-5b98-43ff-929e-5cde5eba5f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15392 | 2024.09.23 18:27:50.993870 [ 3 ] {} <Debug> HTTP-Session: 22518bce-5b98-43ff-929e-5cde5eba5f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15393 | 2024.09.23 18:27:50.993902 [ 3 ] {} <Trace> HTTP-Session: 22518bce-5b98-43ff-929e-5cde5eba5f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15394 | 2024.09.23 18:27:50.994000 [ 3 ] {6fdf817c-9c74-491e-896d-3acbcfda8b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15395 | 2024.09.23 18:27:50.994043 [ 3 ] {6fdf817c-9c74-491e-896d-3acbcfda8b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15396 | 2024.09.23 18:27:50.994267 [ 3 ] {6fdf817c-9c74-491e-896d-3acbcfda8b5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15397 | 2024.09.23 18:27:50.994589 [ 3 ] {6fdf817c-9c74-491e-896d-3acbcfda8b5b} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15398 | 2024.09.23 18:27:50.994626 [ 3 ] {6fdf817c-9c74-491e-896d-3acbcfda8b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15399 | 2024.09.23 18:27:50.994972 [ 3 ] {6fdf817c-9c74-491e-896d-3acbcfda8b5b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15400 | 2024.09.23 18:27:50.995342 [ 3 ] {6fdf817c-9c74-491e-896d-3acbcfda8b5b} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15401 | 2024.09.23 18:27:50.995509 [ 27 ] {} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
15402 | 2024.09.23 18:27:50.995519 [ 3 ] {6fdf817c-9c74-491e-896d-3acbcfda8b5b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001535 sec., 3908.7947882736157 rows/sec., 230.94 KiB/sec. | ||
15403 | 2024.09.23 18:27:50.995597 [ 27 ] {} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15404 | 2024.09.23 18:27:50.995663 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15405 | 2024.09.23 18:27:50.995980 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
15406 | 2024.09.23 18:27:50.995984 [ 3 ] {6fdf817c-9c74-491e-896d-3acbcfda8b5b} <Debug> DynamicQueryHandler: Done processing query | ||
15407 | 2024.09.23 18:27:50.996153 [ 3 ] {6fdf817c-9c74-491e-896d-3acbcfda8b5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15408 | 2024.09.23 18:27:50.996269 [ 3 ] {} <Debug> HTTP-Session: 22518bce-5b98-43ff-929e-5cde5eba5f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15409 | 2024.09.23 18:27:50.996451 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15410 | 2024.09.23 18:27:50.996497 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 6 rows starting from the beginning of the part | ||
15411 | 2024.09.23 18:27:50.996621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15412 | 2024.09.23 18:27:50.996708 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
15413 | 2024.09.23 18:27:50.996791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15414 | 2024.09.23 18:27:50.996921 [ 3 ] {} <Debug> HTTP-Session: 01180485-3cb7-42cf-865a-184bdfbff0b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15415 | 2024.09.23 18:27:50.996989 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
15416 | 2024.09.23 18:27:50.997009 [ 3 ] {} <Debug> HTTP-Session: 01180485-3cb7-42cf-865a-184bdfbff0b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15417 | 2024.09.23 18:27:50.997061 [ 3 ] {} <Debug> HTTP-Session: 01180485-3cb7-42cf-865a-184bdfbff0b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15418 | 2024.09.23 18:27:50.997239 [ 3 ] {} <Trace> HTTP-Session: 01180485-3cb7-42cf-865a-184bdfbff0b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15419 | 2024.09.23 18:27:50.997259 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
15420 | 2024.09.23 18:27:50.997483 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
15421 | 2024.09.23 18:27:50.997813 [ 3 ] {8ee57e70-48f8-4d0f-ba29-a6c1110d694d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15422 | 2024.09.23 18:27:50.997904 [ 3 ] {8ee57e70-48f8-4d0f-ba29-a6c1110d694d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15423 | 2024.09.23 18:27:50.998712 [ 3 ] {8ee57e70-48f8-4d0f-ba29-a6c1110d694d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15424 | 2024.09.23 18:27:50.999919 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004137493 sec., 7250.767554168672 rows/sec., 460.25 KiB/sec. | ||
15425 | 2024.09.23 18:27:51.000091 [ 3 ] {8ee57e70-48f8-4d0f-ba29-a6c1110d694d} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15426 | 2024.09.23 18:27:51.000101 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
15427 | 2024.09.23 18:27:51.000154 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.85 MiB, peak 219.68 MiB, free memory in arenas 0.00 B, will set to 209.28 MiB (RSS), difference: -4.57 MiB | ||
15428 | 2024.09.23 18:27:51.000177 [ 3 ] {8ee57e70-48f8-4d0f-ba29-a6c1110d694d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15429 | 2024.09.23 18:27:51.001532 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_37_9} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15430 | 2024.09.23 18:27:51.001706 [ 3 ] {8ee57e70-48f8-4d0f-ba29-a6c1110d694d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15431 | 2024.09.23 18:27:51.001707 [ 189 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_37_9} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
15432 | 2024.09.23 18:27:51.001890 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15433 | 2024.09.23 18:27:51.002211 [ 3 ] {8ee57e70-48f8-4d0f-ba29-a6c1110d694d} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15434 | 2024.09.23 18:27:51.002394 [ 3 ] {8ee57e70-48f8-4d0f-ba29-a6c1110d694d} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.004853 sec., 85101.99876365135 rows/sec., 6.07 MiB/sec. | ||
15435 | 2024.09.23 18:27:51.002693 [ 3 ] {8ee57e70-48f8-4d0f-ba29-a6c1110d694d} <Debug> DynamicQueryHandler: Done processing query | ||
15436 | 2024.09.23 18:27:51.002760 [ 3 ] {8ee57e70-48f8-4d0f-ba29-a6c1110d694d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
15437 | 2024.09.23 18:27:51.002813 [ 3 ] {} <Debug> HTTP-Session: 01180485-3cb7-42cf-865a-184bdfbff0b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15438 | 2024.09.23 18:27:51.003025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15439 | 2024.09.23 18:27:51.003078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15440 | 2024.09.23 18:27:51.003098 [ 3 ] {} <Debug> HTTP-Session: 89b8d7b3-b5bc-4f2d-bc5c-be47d3fc42b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15441 | 2024.09.23 18:27:51.003115 [ 3 ] {} <Debug> HTTP-Session: 89b8d7b3-b5bc-4f2d-bc5c-be47d3fc42b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15442 | 2024.09.23 18:27:51.003129 [ 3 ] {} <Debug> HTTP-Session: 89b8d7b3-b5bc-4f2d-bc5c-be47d3fc42b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15443 | 2024.09.23 18:27:51.003161 [ 3 ] {} <Trace> HTTP-Session: 89b8d7b3-b5bc-4f2d-bc5c-be47d3fc42b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15444 | 2024.09.23 18:27:51.003266 [ 3 ] {35bd058c-6554-4a09-9ea1-1dd780ab1675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15445 | 2024.09.23 18:27:51.003312 [ 3 ] {35bd058c-6554-4a09-9ea1-1dd780ab1675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15446 | 2024.09.23 18:27:51.003459 [ 3 ] {35bd058c-6554-4a09-9ea1-1dd780ab1675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15447 | 2024.09.23 18:27:51.003741 [ 3 ] {35bd058c-6554-4a09-9ea1-1dd780ab1675} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15448 | 2024.09.23 18:27:51.003778 [ 3 ] {35bd058c-6554-4a09-9ea1-1dd780ab1675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15449 | 2024.09.23 18:27:51.004136 [ 3 ] {35bd058c-6554-4a09-9ea1-1dd780ab1675} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15450 | 2024.09.23 18:27:51.004462 [ 3 ] {35bd058c-6554-4a09-9ea1-1dd780ab1675} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15451 | 2024.09.23 18:27:51.004619 [ 3 ] {35bd058c-6554-4a09-9ea1-1dd780ab1675} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 227.65 KiB/sec. | ||
15452 | 2024.09.23 18:27:51.004951 [ 3 ] {35bd058c-6554-4a09-9ea1-1dd780ab1675} <Debug> DynamicQueryHandler: Done processing query | ||
15453 | 2024.09.23 18:27:51.004991 [ 3 ] {35bd058c-6554-4a09-9ea1-1dd780ab1675} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15454 | 2024.09.23 18:27:51.005008 [ 3 ] {} <Debug> HTTP-Session: 89b8d7b3-b5bc-4f2d-bc5c-be47d3fc42b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15455 | 2024.09.23 18:27:51.005189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15456 | 2024.09.23 18:27:51.005240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15457 | 2024.09.23 18:27:51.005259 [ 3 ] {} <Debug> HTTP-Session: d0d816da-b1d0-4611-b075-e30f8abd85ec Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15458 | 2024.09.23 18:27:51.005275 [ 3 ] {} <Debug> HTTP-Session: d0d816da-b1d0-4611-b075-e30f8abd85ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15459 | 2024.09.23 18:27:51.005289 [ 3 ] {} <Debug> HTTP-Session: d0d816da-b1d0-4611-b075-e30f8abd85ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15460 | 2024.09.23 18:27:51.005319 [ 3 ] {} <Trace> HTTP-Session: d0d816da-b1d0-4611-b075-e30f8abd85ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15461 | 2024.09.23 18:27:51.005537 [ 3 ] {f9453167-04bb-4e56-9878-881a8062d159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15462 | 2024.09.23 18:27:51.005586 [ 3 ] {f9453167-04bb-4e56-9878-881a8062d159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15463 | 2024.09.23 18:27:51.005754 [ 3 ] {f9453167-04bb-4e56-9878-881a8062d159} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15464 | 2024.09.23 18:27:51.006191 [ 3 ] {f9453167-04bb-4e56-9878-881a8062d159} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15465 | 2024.09.23 18:27:51.006226 [ 3 ] {f9453167-04bb-4e56-9878-881a8062d159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15466 | 2024.09.23 18:27:51.006608 [ 3 ] {f9453167-04bb-4e56-9878-881a8062d159} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15467 | 2024.09.23 18:27:51.006957 [ 3 ] {f9453167-04bb-4e56-9878-881a8062d159} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15468 | 2024.09.23 18:27:51.007108 [ 3 ] {f9453167-04bb-4e56-9878-881a8062d159} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001688 sec., 140402.84360189573 rows/sec., 9.41 MiB/sec. | ||
15469 | 2024.09.23 18:27:51.007280 [ 3 ] {f9453167-04bb-4e56-9878-881a8062d159} <Debug> DynamicQueryHandler: Done processing query | ||
15470 | 2024.09.23 18:27:51.007305 [ 3 ] {f9453167-04bb-4e56-9878-881a8062d159} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15471 | 2024.09.23 18:27:51.007321 [ 3 ] {} <Debug> HTTP-Session: d0d816da-b1d0-4611-b075-e30f8abd85ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15472 | 2024.09.23 18:27:51.007445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15473 | 2024.09.23 18:27:51.007493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15474 | 2024.09.23 18:27:51.007512 [ 3 ] {} <Debug> HTTP-Session: 516474d3-c5ba-4b4e-bb81-6142281ff4b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15475 | 2024.09.23 18:27:51.007528 [ 3 ] {} <Debug> HTTP-Session: 516474d3-c5ba-4b4e-bb81-6142281ff4b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15476 | 2024.09.23 18:27:51.007542 [ 3 ] {} <Debug> HTTP-Session: 516474d3-c5ba-4b4e-bb81-6142281ff4b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15477 | 2024.09.23 18:27:51.007572 [ 3 ] {} <Trace> HTTP-Session: 516474d3-c5ba-4b4e-bb81-6142281ff4b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15478 | 2024.09.23 18:27:51.007664 [ 3 ] {91d5fedf-44ad-4360-98be-6b9e07a4dc0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15479 | 2024.09.23 18:27:51.007708 [ 3 ] {91d5fedf-44ad-4360-98be-6b9e07a4dc0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15480 | 2024.09.23 18:27:51.007836 [ 3 ] {91d5fedf-44ad-4360-98be-6b9e07a4dc0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15481 | 2024.09.23 18:27:51.008106 [ 3 ] {91d5fedf-44ad-4360-98be-6b9e07a4dc0b} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15482 | 2024.09.23 18:27:51.008141 [ 3 ] {91d5fedf-44ad-4360-98be-6b9e07a4dc0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15483 | 2024.09.23 18:27:51.008487 [ 3 ] {91d5fedf-44ad-4360-98be-6b9e07a4dc0b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15484 | 2024.09.23 18:27:51.008812 [ 3 ] {91d5fedf-44ad-4360-98be-6b9e07a4dc0b} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15485 | 2024.09.23 18:27:51.008961 [ 3 ] {91d5fedf-44ad-4360-98be-6b9e07a4dc0b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001316 sec., 759.8784194528876 rows/sec., 51.20 KiB/sec. | ||
15486 | 2024.09.23 18:27:51.009121 [ 3 ] {91d5fedf-44ad-4360-98be-6b9e07a4dc0b} <Debug> DynamicQueryHandler: Done processing query | ||
15487 | 2024.09.23 18:27:51.009146 [ 3 ] {91d5fedf-44ad-4360-98be-6b9e07a4dc0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15488 | 2024.09.23 18:27:51.009162 [ 3 ] {} <Debug> HTTP-Session: 516474d3-c5ba-4b4e-bb81-6142281ff4b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15489 | 2024.09.23 18:27:51.009324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51857, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15490 | 2024.09.23 18:27:51.009372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15491 | 2024.09.23 18:27:51.009391 [ 3 ] {} <Debug> HTTP-Session: 9018a101-77fc-448d-a2b1-7e2b1c627d57 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15492 | 2024.09.23 18:27:51.009407 [ 3 ] {} <Debug> HTTP-Session: 9018a101-77fc-448d-a2b1-7e2b1c627d57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15493 | 2024.09.23 18:27:51.009421 [ 3 ] {} <Debug> HTTP-Session: 9018a101-77fc-448d-a2b1-7e2b1c627d57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15494 | 2024.09.23 18:27:51.009451 [ 3 ] {} <Trace> HTTP-Session: 9018a101-77fc-448d-a2b1-7e2b1c627d57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15495 | 2024.09.23 18:27:51.009768 [ 3 ] {ecc62173-4c96-4b0b-9ce4-7bd0dec48494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15496 | 2024.09.23 18:27:51.009834 [ 3 ] {ecc62173-4c96-4b0b-9ce4-7bd0dec48494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15497 | 2024.09.23 18:27:51.010267 [ 3 ] {ecc62173-4c96-4b0b-9ce4-7bd0dec48494} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15498 | 2024.09.23 18:27:51.010991 [ 3 ] {ecc62173-4c96-4b0b-9ce4-7bd0dec48494} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15499 | 2024.09.23 18:27:51.011027 [ 3 ] {ecc62173-4c96-4b0b-9ce4-7bd0dec48494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15500 | 2024.09.23 18:27:51.012154 [ 3 ] {ecc62173-4c96-4b0b-9ce4-7bd0dec48494} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15501 | 2024.09.23 18:27:51.012718 [ 3 ] {ecc62173-4c96-4b0b-9ce4-7bd0dec48494} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15502 | 2024.09.23 18:27:51.012899 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15503 | 2024.09.23 18:27:51.012920 [ 3 ] {ecc62173-4c96-4b0b-9ce4-7bd0dec48494} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003378 sec., 9177.027827116637 rows/sec., 16.44 MiB/sec. | ||
15504 | 2024.09.23 18:27:51.012951 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15505 | 2024.09.23 18:27:51.013015 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15506 | 2024.09.23 18:27:51.013520 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
15507 | 2024.09.23 18:27:51.013696 [ 3 ] {ecc62173-4c96-4b0b-9ce4-7bd0dec48494} <Debug> DynamicQueryHandler: Done processing query | ||
15508 | 2024.09.23 18:27:51.013780 [ 3 ] {ecc62173-4c96-4b0b-9ce4-7bd0dec48494} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
15509 | 2024.09.23 18:27:51.013851 [ 3 ] {} <Debug> HTTP-Session: 9018a101-77fc-448d-a2b1-7e2b1c627d57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15510 | 2024.09.23 18:27:51.014148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15511 | 2024.09.23 18:27:51.014281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15512 | 2024.09.23 18:27:51.014374 [ 3 ] {} <Debug> HTTP-Session: 9f83ec4b-1b24-4875-a8e4-12f657196d78 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15513 | 2024.09.23 18:27:51.014435 [ 3 ] {} <Debug> HTTP-Session: 9f83ec4b-1b24-4875-a8e4-12f657196d78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15514 | 2024.09.23 18:27:51.014480 [ 3 ] {} <Debug> HTTP-Session: 9f83ec4b-1b24-4875-a8e4-12f657196d78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15515 | 2024.09.23 18:27:51.014579 [ 3 ] {} <Trace> HTTP-Session: 9f83ec4b-1b24-4875-a8e4-12f657196d78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15516 | 2024.09.23 18:27:51.014783 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15517 | 2024.09.23 18:27:51.014876 [ 3 ] {87eedb5c-5081-455e-aced-846e67fab847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15518 | 2024.09.23 18:27:51.014927 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1245 rows starting from the beginning of the part | ||
15519 | 2024.09.23 18:27:51.014983 [ 3 ] {87eedb5c-5081-455e-aced-846e67fab847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15520 | 2024.09.23 18:27:51.015786 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 9 rows starting from the beginning of the part | ||
15521 | 2024.09.23 18:27:51.015832 [ 3 ] {87eedb5c-5081-455e-aced-846e67fab847} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15522 | 2024.09.23 18:27:51.016347 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
15523 | 2024.09.23 18:27:51.016981 [ 3 ] {87eedb5c-5081-455e-aced-846e67fab847} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15524 | 2024.09.23 18:27:51.017027 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 23 rows starting from the beginning of the part | ||
15525 | 2024.09.23 18:27:51.017046 [ 3 ] {87eedb5c-5081-455e-aced-846e67fab847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
15526 | 2024.09.23 18:27:51.017527 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 9 rows starting from the beginning of the part | ||
15527 | 2024.09.23 18:27:51.018233 [ 192 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 31 rows starting from the beginning of the part | ||
15528 | 2024.09.23 18:27:51.018311 [ 3 ] {87eedb5c-5081-455e-aced-846e67fab847} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15529 | 2024.09.23 18:27:51.019421 [ 3 ] {87eedb5c-5081-455e-aced-846e67fab847} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15530 | 2024.09.23 18:27:51.019723 [ 3 ] {87eedb5c-5081-455e-aced-846e67fab847} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004963 sec., 16522.264759218215 rows/sec., 1.05 MiB/sec. | ||
15531 | 2024.09.23 18:27:51.020046 [ 3 ] {87eedb5c-5081-455e-aced-846e67fab847} <Debug> DynamicQueryHandler: Done processing query | ||
15532 | 2024.09.23 18:27:51.020100 [ 3 ] {87eedb5c-5081-455e-aced-846e67fab847} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15533 | 2024.09.23 18:27:51.020153 [ 3 ] {} <Debug> HTTP-Session: 9f83ec4b-1b24-4875-a8e4-12f657196d78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15534 | 2024.09.23 18:27:51.024361 [ 191 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1325 rows, containing 19 columns (19 merged, 0 gathered) in 0.01118176 sec., 118496.55152677216 rows/sec., 212.34 MiB/sec. | ||
15535 | 2024.09.23 18:27:51.025516 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15536 | 2024.09.23 18:27:51.026092 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15537 | 2024.09.23 18:27:51.026178 [ 196 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15538 | 2024.09.23 18:27:51.026294 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB. | ||
15539 | 2024.09.23 18:27:52.000148 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.50 MiB, peak 219.68 MiB, free memory in arenas 0.00 B, will set to 209.55 MiB (RSS), difference: 4.06 MiB | ||
15540 | 2024.09.23 18:27:55.981428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 10921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15541 | 2024.09.23 18:27:55.981555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15542 | 2024.09.23 18:27:55.981586 [ 3 ] {} <Debug> HTTP-Session: 7c70fc00-5622-40b7-9a85-e929b1d6352e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15543 | 2024.09.23 18:27:55.981613 [ 3 ] {} <Debug> HTTP-Session: 7c70fc00-5622-40b7-9a85-e929b1d6352e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15544 | 2024.09.23 18:27:55.981632 [ 3 ] {} <Debug> HTTP-Session: 7c70fc00-5622-40b7-9a85-e929b1d6352e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15545 | 2024.09.23 18:27:55.981693 [ 3 ] {} <Trace> HTTP-Session: 7c70fc00-5622-40b7-9a85-e929b1d6352e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15546 | 2024.09.23 18:27:55.981914 [ 3 ] {ab5b0d14-b5c9-4ccf-b64f-abca54230817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15547 | 2024.09.23 18:27:55.981988 [ 3 ] {ab5b0d14-b5c9-4ccf-b64f-abca54230817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15548 | 2024.09.23 18:27:55.982345 [ 3 ] {ab5b0d14-b5c9-4ccf-b64f-abca54230817} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15549 | 2024.09.23 18:27:55.982801 [ 3 ] {ab5b0d14-b5c9-4ccf-b64f-abca54230817} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15550 | 2024.09.23 18:27:55.982844 [ 3 ] {ab5b0d14-b5c9-4ccf-b64f-abca54230817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
15551 | 2024.09.23 18:27:55.983248 [ 3 ] {ab5b0d14-b5c9-4ccf-b64f-abca54230817} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15552 | 2024.09.23 18:27:55.983631 [ 3 ] {ab5b0d14-b5c9-4ccf-b64f-abca54230817} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15553 | 2024.09.23 18:27:55.983791 [ 3 ] {ab5b0d14-b5c9-4ccf-b64f-abca54230817} <Debug> executeQuery: Read 76 rows, 6.27 KiB in 0.001959 sec., 38795.30372639102 rows/sec., 3.12 MiB/sec. | ||
15554 | 2024.09.23 18:27:55.984069 [ 3 ] {ab5b0d14-b5c9-4ccf-b64f-abca54230817} <Debug> DynamicQueryHandler: Done processing query | ||
15555 | 2024.09.23 18:27:55.984122 [ 3 ] {ab5b0d14-b5c9-4ccf-b64f-abca54230817} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15556 | 2024.09.23 18:27:55.984181 [ 3 ] {} <Debug> HTTP-Session: 7c70fc00-5622-40b7-9a85-e929b1d6352e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15557 | 2024.09.23 18:27:55.984395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15558 | 2024.09.23 18:27:55.984452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15559 | 2024.09.23 18:27:55.984472 [ 3 ] {} <Debug> HTTP-Session: 491c6bd2-2e97-4604-ad64-3c34c68d0841 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15560 | 2024.09.23 18:27:55.984489 [ 3 ] {} <Debug> HTTP-Session: 491c6bd2-2e97-4604-ad64-3c34c68d0841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15561 | 2024.09.23 18:27:55.984503 [ 3 ] {} <Debug> HTTP-Session: 491c6bd2-2e97-4604-ad64-3c34c68d0841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15562 | 2024.09.23 18:27:55.984536 [ 3 ] {} <Trace> HTTP-Session: 491c6bd2-2e97-4604-ad64-3c34c68d0841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15563 | 2024.09.23 18:27:55.984640 [ 3 ] {f6003b48-2ef0-4483-bd6f-a7e058abce0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15564 | 2024.09.23 18:27:55.984684 [ 3 ] {f6003b48-2ef0-4483-bd6f-a7e058abce0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15565 | 2024.09.23 18:27:55.984930 [ 3 ] {f6003b48-2ef0-4483-bd6f-a7e058abce0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15566 | 2024.09.23 18:27:55.985267 [ 3 ] {f6003b48-2ef0-4483-bd6f-a7e058abce0d} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15567 | 2024.09.23 18:27:55.985304 [ 3 ] {f6003b48-2ef0-4483-bd6f-a7e058abce0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
15568 | 2024.09.23 18:27:55.985650 [ 3 ] {f6003b48-2ef0-4483-bd6f-a7e058abce0d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15569 | 2024.09.23 18:27:55.986022 [ 3 ] {f6003b48-2ef0-4483-bd6f-a7e058abce0d} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15570 | 2024.09.23 18:27:55.986176 [ 3 ] {f6003b48-2ef0-4483-bd6f-a7e058abce0d} <Debug> executeQuery: Read 10 rows, 770.00 B in 0.001562 sec., 6402.048655569783 rows/sec., 481.40 KiB/sec. | ||
15571 | 2024.09.23 18:27:55.986362 [ 3 ] {f6003b48-2ef0-4483-bd6f-a7e058abce0d} <Debug> DynamicQueryHandler: Done processing query | ||
15572 | 2024.09.23 18:27:55.986387 [ 3 ] {f6003b48-2ef0-4483-bd6f-a7e058abce0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15573 | 2024.09.23 18:27:55.986403 [ 3 ] {} <Debug> HTTP-Session: 491c6bd2-2e97-4604-ad64-3c34c68d0841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15574 | 2024.09.23 18:27:55.986528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 13124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15575 | 2024.09.23 18:27:55.986577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15576 | 2024.09.23 18:27:55.986599 [ 3 ] {} <Debug> HTTP-Session: ee61baa6-5f27-417c-ac51-6a7653879100 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15577 | 2024.09.23 18:27:55.986616 [ 3 ] {} <Debug> HTTP-Session: ee61baa6-5f27-417c-ac51-6a7653879100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15578 | 2024.09.23 18:27:55.986630 [ 3 ] {} <Debug> HTTP-Session: ee61baa6-5f27-417c-ac51-6a7653879100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15579 | 2024.09.23 18:27:55.986660 [ 3 ] {} <Trace> HTTP-Session: ee61baa6-5f27-417c-ac51-6a7653879100 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15580 | 2024.09.23 18:27:55.986778 [ 3 ] {4df95ea6-578c-4d54-b91d-54cc3cfa7828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15581 | 2024.09.23 18:27:55.986821 [ 3 ] {4df95ea6-578c-4d54-b91d-54cc3cfa7828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15582 | 2024.09.23 18:27:55.987045 [ 3 ] {4df95ea6-578c-4d54-b91d-54cc3cfa7828} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15583 | 2024.09.23 18:27:55.987392 [ 3 ] {4df95ea6-578c-4d54-b91d-54cc3cfa7828} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15584 | 2024.09.23 18:27:55.987428 [ 3 ] {4df95ea6-578c-4d54-b91d-54cc3cfa7828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
15585 | 2024.09.23 18:27:55.987849 [ 3 ] {4df95ea6-578c-4d54-b91d-54cc3cfa7828} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15586 | 2024.09.23 18:27:55.988208 [ 3 ] {4df95ea6-578c-4d54-b91d-54cc3cfa7828} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15587 | 2024.09.23 18:27:55.988373 [ 3 ] {4df95ea6-578c-4d54-b91d-54cc3cfa7828} <Debug> executeQuery: Read 77 rows, 6.19 KiB in 0.001634 sec., 47123.62301101591 rows/sec., 3.70 MiB/sec. | ||
15588 | 2024.09.23 18:27:55.988544 [ 3 ] {4df95ea6-578c-4d54-b91d-54cc3cfa7828} <Debug> DynamicQueryHandler: Done processing query | ||
15589 | 2024.09.23 18:27:55.988569 [ 3 ] {4df95ea6-578c-4d54-b91d-54cc3cfa7828} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15590 | 2024.09.23 18:27:55.988585 [ 3 ] {} <Debug> HTTP-Session: ee61baa6-5f27-417c-ac51-6a7653879100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15591 | 2024.09.23 18:27:55.988770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15592 | 2024.09.23 18:27:55.988818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15593 | 2024.09.23 18:27:55.988838 [ 3 ] {} <Debug> HTTP-Session: 75500d0c-428a-44c4-831c-7b4615968e9e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15594 | 2024.09.23 18:27:55.988855 [ 3 ] {} <Debug> HTTP-Session: 75500d0c-428a-44c4-831c-7b4615968e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15595 | 2024.09.23 18:27:55.988869 [ 3 ] {} <Debug> HTTP-Session: 75500d0c-428a-44c4-831c-7b4615968e9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15596 | 2024.09.23 18:27:55.988899 [ 3 ] {} <Trace> HTTP-Session: 75500d0c-428a-44c4-831c-7b4615968e9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15597 | 2024.09.23 18:27:55.989046 [ 3 ] {bd1f52bc-8067-4c94-ab26-4d1b39460878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15598 | 2024.09.23 18:27:55.989094 [ 3 ] {bd1f52bc-8067-4c94-ab26-4d1b39460878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15599 | 2024.09.23 18:27:55.989240 [ 3 ] {bd1f52bc-8067-4c94-ab26-4d1b39460878} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15600 | 2024.09.23 18:27:55.989640 [ 3 ] {bd1f52bc-8067-4c94-ab26-4d1b39460878} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15601 | 2024.09.23 18:27:55.989677 [ 3 ] {bd1f52bc-8067-4c94-ab26-4d1b39460878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
15602 | 2024.09.23 18:27:55.990058 [ 3 ] {bd1f52bc-8067-4c94-ab26-4d1b39460878} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15603 | 2024.09.23 18:27:55.990398 [ 3 ] {bd1f52bc-8067-4c94-ab26-4d1b39460878} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15604 | 2024.09.23 18:27:55.990554 [ 3 ] {bd1f52bc-8067-4c94-ab26-4d1b39460878} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
15605 | 2024.09.23 18:27:55.990724 [ 3 ] {bd1f52bc-8067-4c94-ab26-4d1b39460878} <Debug> DynamicQueryHandler: Done processing query | ||
15606 | 2024.09.23 18:27:55.990748 [ 3 ] {bd1f52bc-8067-4c94-ab26-4d1b39460878} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15607 | 2024.09.23 18:27:55.990764 [ 3 ] {} <Debug> HTTP-Session: 75500d0c-428a-44c4-831c-7b4615968e9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15608 | 2024.09.23 18:27:55.990913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 16591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15609 | 2024.09.23 18:27:55.990964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15610 | 2024.09.23 18:27:55.990985 [ 3 ] {} <Debug> HTTP-Session: 81b0dacc-aacf-47aa-8c20-6f33ca676cf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15611 | 2024.09.23 18:27:55.991002 [ 3 ] {} <Debug> HTTP-Session: 81b0dacc-aacf-47aa-8c20-6f33ca676cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15612 | 2024.09.23 18:27:55.991017 [ 3 ] {} <Debug> HTTP-Session: 81b0dacc-aacf-47aa-8c20-6f33ca676cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15613 | 2024.09.23 18:27:55.991048 [ 3 ] {} <Trace> HTTP-Session: 81b0dacc-aacf-47aa-8c20-6f33ca676cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15614 | 2024.09.23 18:27:55.991223 [ 3 ] {6e99493a-db8b-43e4-8394-d5b27fd08d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15615 | 2024.09.23 18:27:55.991288 [ 3 ] {6e99493a-db8b-43e4-8394-d5b27fd08d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15616 | 2024.09.23 18:27:55.991702 [ 3 ] {6e99493a-db8b-43e4-8394-d5b27fd08d16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15617 | 2024.09.23 18:27:55.992187 [ 3 ] {6e99493a-db8b-43e4-8394-d5b27fd08d16} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15618 | 2024.09.23 18:27:55.992223 [ 3 ] {6e99493a-db8b-43e4-8394-d5b27fd08d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
15619 | 2024.09.23 18:27:55.992797 [ 3 ] {6e99493a-db8b-43e4-8394-d5b27fd08d16} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15620 | 2024.09.23 18:27:55.993232 [ 3 ] {6e99493a-db8b-43e4-8394-d5b27fd08d16} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15621 | 2024.09.23 18:27:55.993420 [ 3 ] {6e99493a-db8b-43e4-8394-d5b27fd08d16} <Debug> executeQuery: Read 10 rows, 18.35 KiB in 0.002296 sec., 4355.4006968641115 rows/sec., 7.80 MiB/sec. | ||
15622 | 2024.09.23 18:27:55.993619 [ 3 ] {6e99493a-db8b-43e4-8394-d5b27fd08d16} <Debug> DynamicQueryHandler: Done processing query | ||
15623 | 2024.09.23 18:27:55.993643 [ 3 ] {6e99493a-db8b-43e4-8394-d5b27fd08d16} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
15624 | 2024.09.23 18:27:55.993660 [ 3 ] {} <Debug> HTTP-Session: 81b0dacc-aacf-47aa-8c20-6f33ca676cf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15625 | 2024.09.23 18:27:55.993774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 571, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15626 | 2024.09.23 18:27:55.993822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15627 | 2024.09.23 18:27:55.993841 [ 3 ] {} <Debug> HTTP-Session: 28dc8d1a-864f-4805-8d51-8ef9ab5ea203 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15628 | 2024.09.23 18:27:55.993858 [ 3 ] {} <Debug> HTTP-Session: 28dc8d1a-864f-4805-8d51-8ef9ab5ea203 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15629 | 2024.09.23 18:27:55.993872 [ 3 ] {} <Debug> HTTP-Session: 28dc8d1a-864f-4805-8d51-8ef9ab5ea203 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15630 | 2024.09.23 18:27:55.993903 [ 3 ] {} <Trace> HTTP-Session: 28dc8d1a-864f-4805-8d51-8ef9ab5ea203 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15631 | 2024.09.23 18:27:55.993999 [ 3 ] {f9f73aab-4311-4dec-a7fe-45582bf9cad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15632 | 2024.09.23 18:27:55.994043 [ 3 ] {f9f73aab-4311-4dec-a7fe-45582bf9cad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15633 | 2024.09.23 18:27:55.994172 [ 3 ] {f9f73aab-4311-4dec-a7fe-45582bf9cad2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15634 | 2024.09.23 18:27:55.994430 [ 3 ] {f9f73aab-4311-4dec-a7fe-45582bf9cad2} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15635 | 2024.09.23 18:27:55.994465 [ 3 ] {f9f73aab-4311-4dec-a7fe-45582bf9cad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
15636 | 2024.09.23 18:27:55.994829 [ 3 ] {f9f73aab-4311-4dec-a7fe-45582bf9cad2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
15637 | 2024.09.23 18:27:55.995153 [ 3 ] {f9f73aab-4311-4dec-a7fe-45582bf9cad2} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15638 | 2024.09.23 18:27:55.995314 [ 3 ] {f9f73aab-4311-4dec-a7fe-45582bf9cad2} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001328 sec., 2259.0361445783133 rows/sec., 180.90 KiB/sec. | ||
15639 | 2024.09.23 18:27:55.995747 [ 3 ] {f9f73aab-4311-4dec-a7fe-45582bf9cad2} <Debug> DynamicQueryHandler: Done processing query | ||
15640 | 2024.09.23 18:27:55.995772 [ 3 ] {f9f73aab-4311-4dec-a7fe-45582bf9cad2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15641 | 2024.09.23 18:27:55.995788 [ 3 ] {} <Debug> HTTP-Session: 28dc8d1a-864f-4805-8d51-8ef9ab5ea203 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15642 | 2024.09.23 18:27:55.995912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15643 | 2024.09.23 18:27:55.995960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15644 | 2024.09.23 18:27:55.995979 [ 3 ] {} <Debug> HTTP-Session: 3a1c26c2-07c0-4107-9bba-f251163de220 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15645 | 2024.09.23 18:27:55.995995 [ 3 ] {} <Debug> HTTP-Session: 3a1c26c2-07c0-4107-9bba-f251163de220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15646 | 2024.09.23 18:27:55.996009 [ 3 ] {} <Debug> HTTP-Session: 3a1c26c2-07c0-4107-9bba-f251163de220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15647 | 2024.09.23 18:27:55.996040 [ 3 ] {} <Trace> HTTP-Session: 3a1c26c2-07c0-4107-9bba-f251163de220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15648 | 2024.09.23 18:27:55.996156 [ 3 ] {de183f83-fc9a-4bde-a76a-bbfd001758bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15649 | 2024.09.23 18:27:55.996202 [ 3 ] {de183f83-fc9a-4bde-a76a-bbfd001758bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15650 | 2024.09.23 18:27:55.996351 [ 3 ] {de183f83-fc9a-4bde-a76a-bbfd001758bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15651 | 2024.09.23 18:27:55.996650 [ 3 ] {de183f83-fc9a-4bde-a76a-bbfd001758bb} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15652 | 2024.09.23 18:27:55.996687 [ 3 ] {de183f83-fc9a-4bde-a76a-bbfd001758bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
15653 | 2024.09.23 18:27:55.997047 [ 3 ] {de183f83-fc9a-4bde-a76a-bbfd001758bb} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15654 | 2024.09.23 18:27:55.997380 [ 3 ] {de183f83-fc9a-4bde-a76a-bbfd001758bb} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15655 | 2024.09.23 18:27:55.997525 [ 3 ] {de183f83-fc9a-4bde-a76a-bbfd001758bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
15656 | 2024.09.23 18:27:55.997758 [ 3 ] {de183f83-fc9a-4bde-a76a-bbfd001758bb} <Debug> DynamicQueryHandler: Done processing query | ||
15657 | 2024.09.23 18:27:55.997809 [ 3 ] {de183f83-fc9a-4bde-a76a-bbfd001758bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15658 | 2024.09.23 18:27:55.997867 [ 3 ] {} <Debug> HTTP-Session: 3a1c26c2-07c0-4107-9bba-f251163de220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15659 | 2024.09.23 18:27:57.293714 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15660 | 2024.09.23 18:27:57.293771 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15661 | 2024.09.23 18:28:00.995270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15662 | 2024.09.23 18:28:00.995451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15663 | 2024.09.23 18:28:00.995492 [ 3 ] {} <Debug> HTTP-Session: 529bdb83-cd1e-4954-b708-376ea208e922 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15664 | 2024.09.23 18:28:00.995535 [ 3 ] {} <Debug> HTTP-Session: 529bdb83-cd1e-4954-b708-376ea208e922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15665 | 2024.09.23 18:28:00.995559 [ 3 ] {} <Debug> HTTP-Session: 529bdb83-cd1e-4954-b708-376ea208e922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15666 | 2024.09.23 18:28:00.995646 [ 3 ] {} <Trace> HTTP-Session: 529bdb83-cd1e-4954-b708-376ea208e922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15667 | 2024.09.23 18:28:00.996020 [ 3 ] {f33eff02-b021-4880-98ef-e16fd7534cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15668 | 2024.09.23 18:28:00.996117 [ 3 ] {f33eff02-b021-4880-98ef-e16fd7534cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15669 | 2024.09.23 18:28:00.996592 [ 3 ] {f33eff02-b021-4880-98ef-e16fd7534cfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15670 | 2024.09.23 18:28:00.997778 [ 3 ] {f33eff02-b021-4880-98ef-e16fd7534cfa} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15671 | 2024.09.23 18:28:00.997836 [ 3 ] {f33eff02-b021-4880-98ef-e16fd7534cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15672 | 2024.09.23 18:28:00.998717 [ 3 ] {f33eff02-b021-4880-98ef-e16fd7534cfa} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15673 | 2024.09.23 18:28:00.999365 [ 3 ] {f33eff02-b021-4880-98ef-e16fd7534cfa} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15674 | 2024.09.23 18:28:00.999556 [ 3 ] {f33eff02-b021-4880-98ef-e16fd7534cfa} <Debug> executeQuery: Read 251 rows, 22.76 KiB in 0.00371 sec., 67654.98652291104 rows/sec., 5.99 MiB/sec. | ||
15675 | 2024.09.23 18:28:00.999958 [ 3 ] {f33eff02-b021-4880-98ef-e16fd7534cfa} <Debug> DynamicQueryHandler: Done processing query | ||
15676 | 2024.09.23 18:28:00.999993 [ 3 ] {f33eff02-b021-4880-98ef-e16fd7534cfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
15677 | 2024.09.23 18:28:01.000022 [ 3 ] {} <Debug> HTTP-Session: 529bdb83-cd1e-4954-b708-376ea208e922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15678 | 2024.09.23 18:28:01.000421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15679 | 2024.09.23 18:28:01.000581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15680 | 2024.09.23 18:28:01.000616 [ 3 ] {} <Debug> HTTP-Session: 61ad8fff-2d51-44f4-ac0c-1405e5dfd19d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15681 | 2024.09.23 18:28:01.000643 [ 3 ] {} <Debug> HTTP-Session: 61ad8fff-2d51-44f4-ac0c-1405e5dfd19d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15682 | 2024.09.23 18:28:01.000707 [ 3 ] {} <Debug> HTTP-Session: 61ad8fff-2d51-44f4-ac0c-1405e5dfd19d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15683 | 2024.09.23 18:28:01.000771 [ 3 ] {} <Trace> HTTP-Session: 61ad8fff-2d51-44f4-ac0c-1405e5dfd19d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15684 | 2024.09.23 18:28:01.001068 [ 3 ] {7e09c9a4-94ed-4394-b66b-bd11b50b6a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15685 | 2024.09.23 18:28:01.001138 [ 3 ] {7e09c9a4-94ed-4394-b66b-bd11b50b6a37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15686 | 2024.09.23 18:28:01.001478 [ 3 ] {7e09c9a4-94ed-4394-b66b-bd11b50b6a37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15687 | 2024.09.23 18:28:01.003036 [ 3 ] {7e09c9a4-94ed-4394-b66b-bd11b50b6a37} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15688 | 2024.09.23 18:28:01.003085 [ 3 ] {7e09c9a4-94ed-4394-b66b-bd11b50b6a37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15689 | 2024.09.23 18:28:01.003852 [ 3 ] {7e09c9a4-94ed-4394-b66b-bd11b50b6a37} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15690 | 2024.09.23 18:28:01.004445 [ 3 ] {7e09c9a4-94ed-4394-b66b-bd11b50b6a37} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15691 | 2024.09.23 18:28:01.004629 [ 3 ] {7e09c9a4-94ed-4394-b66b-bd11b50b6a37} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.003608 sec., 8592.017738359202 rows/sec., 646.08 KiB/sec. | ||
15692 | 2024.09.23 18:28:01.005108 [ 3 ] {7e09c9a4-94ed-4394-b66b-bd11b50b6a37} <Debug> DynamicQueryHandler: Done processing query | ||
15693 | 2024.09.23 18:28:01.005143 [ 3 ] {7e09c9a4-94ed-4394-b66b-bd11b50b6a37} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15694 | 2024.09.23 18:28:01.005168 [ 3 ] {} <Debug> HTTP-Session: 61ad8fff-2d51-44f4-ac0c-1405e5dfd19d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15695 | 2024.09.23 18:28:01.005472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15696 | 2024.09.23 18:28:01.005548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15697 | 2024.09.23 18:28:01.005578 [ 3 ] {} <Debug> HTTP-Session: 04750fc7-e860-49ca-9bb1-1cb089d00c5a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15698 | 2024.09.23 18:28:01.005606 [ 3 ] {} <Debug> HTTP-Session: 04750fc7-e860-49ca-9bb1-1cb089d00c5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15699 | 2024.09.23 18:28:01.005631 [ 3 ] {} <Debug> HTTP-Session: 04750fc7-e860-49ca-9bb1-1cb089d00c5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15700 | 2024.09.23 18:28:01.005682 [ 3 ] {} <Trace> HTTP-Session: 04750fc7-e860-49ca-9bb1-1cb089d00c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15701 | 2024.09.23 18:28:01.005826 [ 3 ] {57046661-cac6-4062-b3df-6bb8cce51449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15702 | 2024.09.23 18:28:01.005889 [ 3 ] {57046661-cac6-4062-b3df-6bb8cce51449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15703 | 2024.09.23 18:28:01.006227 [ 3 ] {57046661-cac6-4062-b3df-6bb8cce51449} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15704 | 2024.09.23 18:28:01.007991 [ 3 ] {57046661-cac6-4062-b3df-6bb8cce51449} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15705 | 2024.09.23 18:28:01.008045 [ 3 ] {57046661-cac6-4062-b3df-6bb8cce51449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15706 | 2024.09.23 18:28:01.009122 [ 3 ] {57046661-cac6-4062-b3df-6bb8cce51449} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15707 | 2024.09.23 18:28:01.009640 [ 3 ] {57046661-cac6-4062-b3df-6bb8cce51449} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15708 | 2024.09.23 18:28:01.009830 [ 3 ] {57046661-cac6-4062-b3df-6bb8cce51449} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004043 sec., 3462.7751669552317 rows/sec., 242.51 KiB/sec. | ||
15709 | 2024.09.23 18:28:01.010383 [ 3 ] {57046661-cac6-4062-b3df-6bb8cce51449} <Debug> DynamicQueryHandler: Done processing query | ||
15710 | 2024.09.23 18:28:01.010415 [ 3 ] {57046661-cac6-4062-b3df-6bb8cce51449} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15711 | 2024.09.23 18:28:01.010439 [ 3 ] {} <Debug> HTTP-Session: 04750fc7-e860-49ca-9bb1-1cb089d00c5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15712 | 2024.09.23 18:28:01.011610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15713 | 2024.09.23 18:28:01.011678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15714 | 2024.09.23 18:28:01.011707 [ 3 ] {} <Debug> HTTP-Session: bb8da7f9-6841-4ffe-aef0-8c9a0a95cbd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15715 | 2024.09.23 18:28:01.011732 [ 3 ] {} <Debug> HTTP-Session: bb8da7f9-6841-4ffe-aef0-8c9a0a95cbd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15716 | 2024.09.23 18:28:01.011754 [ 3 ] {} <Debug> HTTP-Session: bb8da7f9-6841-4ffe-aef0-8c9a0a95cbd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15717 | 2024.09.23 18:28:01.011799 [ 3 ] {} <Trace> HTTP-Session: bb8da7f9-6841-4ffe-aef0-8c9a0a95cbd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15718 | 2024.09.23 18:28:01.011929 [ 3 ] {94c679bc-604e-4c51-a2fb-7086babfdc04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15719 | 2024.09.23 18:28:01.011987 [ 3 ] {94c679bc-604e-4c51-a2fb-7086babfdc04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15720 | 2024.09.23 18:28:01.012358 [ 3 ] {94c679bc-604e-4c51-a2fb-7086babfdc04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15721 | 2024.09.23 18:28:01.012958 [ 3 ] {94c679bc-604e-4c51-a2fb-7086babfdc04} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15722 | 2024.09.23 18:28:01.013002 [ 3 ] {94c679bc-604e-4c51-a2fb-7086babfdc04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15723 | 2024.09.23 18:28:01.013495 [ 3 ] {94c679bc-604e-4c51-a2fb-7086babfdc04} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15724 | 2024.09.23 18:28:01.014132 [ 3 ] {94c679bc-604e-4c51-a2fb-7086babfdc04} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15725 | 2024.09.23 18:28:01.014548 [ 3 ] {94c679bc-604e-4c51-a2fb-7086babfdc04} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002655 sec., 2259.8870056497176 rows/sec., 133.52 KiB/sec. | ||
15726 | 2024.09.23 18:28:01.015247 [ 3 ] {94c679bc-604e-4c51-a2fb-7086babfdc04} <Debug> DynamicQueryHandler: Done processing query | ||
15727 | 2024.09.23 18:28:01.015363 [ 3 ] {94c679bc-604e-4c51-a2fb-7086babfdc04} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15728 | 2024.09.23 18:28:01.015386 [ 3 ] {} <Debug> HTTP-Session: bb8da7f9-6841-4ffe-aef0-8c9a0a95cbd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15729 | 2024.09.23 18:28:01.015661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 67071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15730 | 2024.09.23 18:28:01.015727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15731 | 2024.09.23 18:28:01.015753 [ 3 ] {} <Debug> HTTP-Session: 8b0c8ea6-c82b-4963-b56e-61cc8559a28f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15732 | 2024.09.23 18:28:01.015776 [ 3 ] {} <Debug> HTTP-Session: 8b0c8ea6-c82b-4963-b56e-61cc8559a28f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15733 | 2024.09.23 18:28:01.015798 [ 3 ] {} <Debug> HTTP-Session: 8b0c8ea6-c82b-4963-b56e-61cc8559a28f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15734 | 2024.09.23 18:28:01.015840 [ 3 ] {} <Trace> HTTP-Session: 8b0c8ea6-c82b-4963-b56e-61cc8559a28f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15735 | 2024.09.23 18:28:01.016140 [ 3 ] {17c5d1ec-cd0a-4095-8e7f-02792d95fda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15736 | 2024.09.23 18:28:01.016197 [ 3 ] {17c5d1ec-cd0a-4095-8e7f-02792d95fda5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15737 | 2024.09.23 18:28:01.016512 [ 3 ] {17c5d1ec-cd0a-4095-8e7f-02792d95fda5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15738 | 2024.09.23 18:28:01.017366 [ 3 ] {17c5d1ec-cd0a-4095-8e7f-02792d95fda5} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15739 | 2024.09.23 18:28:01.017410 [ 3 ] {17c5d1ec-cd0a-4095-8e7f-02792d95fda5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15740 | 2024.09.23 18:28:01.017889 [ 3 ] {17c5d1ec-cd0a-4095-8e7f-02792d95fda5} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15741 | 2024.09.23 18:28:01.018379 [ 3 ] {17c5d1ec-cd0a-4095-8e7f-02792d95fda5} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15742 | 2024.09.23 18:28:01.018543 [ 3 ] {17c5d1ec-cd0a-4095-8e7f-02792d95fda5} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.002578 sec., 160201.70674941817 rows/sec., 11.43 MiB/sec. | ||
15743 | 2024.09.23 18:28:01.018964 [ 3 ] {17c5d1ec-cd0a-4095-8e7f-02792d95fda5} <Debug> DynamicQueryHandler: Done processing query | ||
15744 | 2024.09.23 18:28:01.019062 [ 3 ] {17c5d1ec-cd0a-4095-8e7f-02792d95fda5} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
15745 | 2024.09.23 18:28:01.019089 [ 3 ] {} <Debug> HTTP-Session: 8b0c8ea6-c82b-4963-b56e-61cc8559a28f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15746 | 2024.09.23 18:28:01.019315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15747 | 2024.09.23 18:28:01.019397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15748 | 2024.09.23 18:28:01.019427 [ 3 ] {} <Debug> HTTP-Session: 1b9b8fe8-df79-4265-b595-4358a1fa52b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15749 | 2024.09.23 18:28:01.019452 [ 3 ] {} <Debug> HTTP-Session: 1b9b8fe8-df79-4265-b595-4358a1fa52b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15750 | 2024.09.23 18:28:01.019474 [ 3 ] {} <Debug> HTTP-Session: 1b9b8fe8-df79-4265-b595-4358a1fa52b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15751 | 2024.09.23 18:28:01.019520 [ 3 ] {} <Trace> HTTP-Session: 1b9b8fe8-df79-4265-b595-4358a1fa52b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15752 | 2024.09.23 18:28:01.019644 [ 3 ] {11bbf6b0-d98c-4c62-af99-4219e755b9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15753 | 2024.09.23 18:28:01.019908 [ 3 ] {11bbf6b0-d98c-4c62-af99-4219e755b9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15754 | 2024.09.23 18:28:01.020217 [ 3 ] {11bbf6b0-d98c-4c62-af99-4219e755b9b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15755 | 2024.09.23 18:28:01.020607 [ 3 ] {11bbf6b0-d98c-4c62-af99-4219e755b9b2} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15756 | 2024.09.23 18:28:01.020654 [ 3 ] {11bbf6b0-d98c-4c62-af99-4219e755b9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15757 | 2024.09.23 18:28:01.021145 [ 3 ] {11bbf6b0-d98c-4c62-af99-4219e755b9b2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15758 | 2024.09.23 18:28:01.021621 [ 3 ] {11bbf6b0-d98c-4c62-af99-4219e755b9b2} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15759 | 2024.09.23 18:28:01.021791 [ 3 ] {11bbf6b0-d98c-4c62-af99-4219e755b9b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002173 sec., 2761.159687068569 rows/sec., 144.26 KiB/sec. | ||
15760 | 2024.09.23 18:28:01.021837 [ 123 ] {} <Debug> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
15761 | 2024.09.23 18:28:01.021993 [ 123 ] {} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15762 | 2024.09.23 18:28:01.022056 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15763 | 2024.09.23 18:28:01.022317 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
15764 | 2024.09.23 18:28:01.022891 [ 3 ] {11bbf6b0-d98c-4c62-af99-4219e755b9b2} <Debug> DynamicQueryHandler: Done processing query | ||
15765 | 2024.09.23 18:28:01.022931 [ 3 ] {11bbf6b0-d98c-4c62-af99-4219e755b9b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15766 | 2024.09.23 18:28:01.022971 [ 3 ] {} <Debug> HTTP-Session: 1b9b8fe8-df79-4265-b595-4358a1fa52b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15767 | 2024.09.23 18:28:01.023408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15768 | 2024.09.23 18:28:01.023521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15769 | 2024.09.23 18:28:01.023558 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15770 | 2024.09.23 18:28:01.023576 [ 3 ] {} <Debug> HTTP-Session: 7afe7873-9ce5-4d01-b1c2-337e0efcd8e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15771 | 2024.09.23 18:28:01.023638 [ 3 ] {} <Debug> HTTP-Session: 7afe7873-9ce5-4d01-b1c2-337e0efcd8e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15772 | 2024.09.23 18:28:01.023684 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
15773 | 2024.09.23 18:28:01.023708 [ 3 ] {} <Debug> HTTP-Session: 7afe7873-9ce5-4d01-b1c2-337e0efcd8e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15774 | 2024.09.23 18:28:01.023844 [ 3 ] {} <Trace> HTTP-Session: 7afe7873-9ce5-4d01-b1c2-337e0efcd8e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15775 | 2024.09.23 18:28:01.024052 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
15776 | 2024.09.23 18:28:01.024434 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
15777 | 2024.09.23 18:28:01.024677 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
15778 | 2024.09.23 18:28:01.025131 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
15779 | 2024.09.23 18:28:01.025165 [ 3 ] {e76905d1-5fe8-4398-8c9e-6cf2aaa28368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15780 | 2024.09.23 18:28:01.025350 [ 3 ] {e76905d1-5fe8-4398-8c9e-6cf2aaa28368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15781 | 2024.09.23 18:28:01.025397 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
15782 | 2024.09.23 18:28:01.026278 [ 3 ] {e76905d1-5fe8-4398-8c9e-6cf2aaa28368} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15783 | 2024.09.23 18:28:01.027143 [ 3 ] {e76905d1-5fe8-4398-8c9e-6cf2aaa28368} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15784 | 2024.09.23 18:28:01.027206 [ 3 ] {e76905d1-5fe8-4398-8c9e-6cf2aaa28368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15785 | 2024.09.23 18:28:01.027877 [ 3 ] {e76905d1-5fe8-4398-8c9e-6cf2aaa28368} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15786 | 2024.09.23 18:28:01.028521 [ 3 ] {e76905d1-5fe8-4398-8c9e-6cf2aaa28368} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15787 | 2024.09.23 18:28:01.028916 [ 3 ] {e76905d1-5fe8-4398-8c9e-6cf2aaa28368} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004317 sec., 54899.235580264074 rows/sec., 3.68 MiB/sec. | ||
15788 | 2024.09.23 18:28:01.029507 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.007316384 sec., 31162.935132983723 rows/sec., 1.59 MiB/sec. | ||
15789 | 2024.09.23 18:28:01.029553 [ 3 ] {e76905d1-5fe8-4398-8c9e-6cf2aaa28368} <Debug> DynamicQueryHandler: Done processing query | ||
15790 | 2024.09.23 18:28:01.029595 [ 3 ] {e76905d1-5fe8-4398-8c9e-6cf2aaa28368} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15791 | 2024.09.23 18:28:01.029645 [ 3 ] {} <Debug> HTTP-Session: 7afe7873-9ce5-4d01-b1c2-337e0efcd8e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15792 | 2024.09.23 18:28:01.029736 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
15793 | 2024.09.23 18:28:01.030326 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15794 | 2024.09.23 18:28:01.030468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15795 | 2024.09.23 18:28:01.030566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15796 | 2024.09.23 18:28:01.030593 [ 3 ] {} <Debug> HTTP-Session: ebe02380-bc13-443f-b2e7-7b59cc8ebef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15797 | 2024.09.23 18:28:01.030613 [ 200 ] {d179cb5d-65fc-436d-b105-687e92b4e702::all_1_38_8} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
15798 | 2024.09.23 18:28:01.030627 [ 3 ] {} <Debug> HTTP-Session: ebe02380-bc13-443f-b2e7-7b59cc8ebef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15799 | 2024.09.23 18:28:01.030675 [ 3 ] {} <Debug> HTTP-Session: ebe02380-bc13-443f-b2e7-7b59cc8ebef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15800 | 2024.09.23 18:28:01.030774 [ 3 ] {} <Trace> HTTP-Session: ebe02380-bc13-443f-b2e7-7b59cc8ebef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15801 | 2024.09.23 18:28:01.030817 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
15802 | 2024.09.23 18:28:01.030933 [ 3 ] {1d5c45d3-c2ad-45cd-a267-aad825381ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15803 | 2024.09.23 18:28:01.030993 [ 3 ] {1d5c45d3-c2ad-45cd-a267-aad825381ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15804 | 2024.09.23 18:28:01.031194 [ 3 ] {1d5c45d3-c2ad-45cd-a267-aad825381ab5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15805 | 2024.09.23 18:28:01.031555 [ 3 ] {1d5c45d3-c2ad-45cd-a267-aad825381ab5} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15806 | 2024.09.23 18:28:01.031608 [ 3 ] {1d5c45d3-c2ad-45cd-a267-aad825381ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15807 | 2024.09.23 18:28:01.032861 [ 3 ] {1d5c45d3-c2ad-45cd-a267-aad825381ab5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15808 | 2024.09.23 18:28:01.033317 [ 3 ] {1d5c45d3-c2ad-45cd-a267-aad825381ab5} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15809 | 2024.09.23 18:28:01.033515 [ 3 ] {1d5c45d3-c2ad-45cd-a267-aad825381ab5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002613 sec., 382.70187523918867 rows/sec., 25.79 KiB/sec. | ||
15810 | 2024.09.23 18:28:01.033836 [ 3 ] {1d5c45d3-c2ad-45cd-a267-aad825381ab5} <Debug> DynamicQueryHandler: Done processing query | ||
15811 | 2024.09.23 18:28:01.033870 [ 3 ] {1d5c45d3-c2ad-45cd-a267-aad825381ab5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15812 | 2024.09.23 18:28:01.033893 [ 3 ] {} <Debug> HTTP-Session: ebe02380-bc13-443f-b2e7-7b59cc8ebef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15813 | 2024.09.23 18:28:01.034173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15814 | 2024.09.23 18:28:01.034238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15815 | 2024.09.23 18:28:01.034265 [ 3 ] {} <Debug> HTTP-Session: b9e33762-1a22-4de9-9953-b82115e0950d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15816 | 2024.09.23 18:28:01.034289 [ 3 ] {} <Debug> HTTP-Session: b9e33762-1a22-4de9-9953-b82115e0950d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15817 | 2024.09.23 18:28:01.034309 [ 3 ] {} <Debug> HTTP-Session: b9e33762-1a22-4de9-9953-b82115e0950d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15818 | 2024.09.23 18:28:01.034351 [ 3 ] {} <Trace> HTTP-Session: b9e33762-1a22-4de9-9953-b82115e0950d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15819 | 2024.09.23 18:28:01.035017 [ 3 ] {8f047f2f-30f5-46c2-90cc-af0a23664ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15820 | 2024.09.23 18:28:01.035137 [ 3 ] {8f047f2f-30f5-46c2-90cc-af0a23664ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15821 | 2024.09.23 18:28:01.035736 [ 3 ] {8f047f2f-30f5-46c2-90cc-af0a23664ce5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15822 | 2024.09.23 18:28:01.037626 [ 3 ] {8f047f2f-30f5-46c2-90cc-af0a23664ce5} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15823 | 2024.09.23 18:28:01.037668 [ 3 ] {8f047f2f-30f5-46c2-90cc-af0a23664ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15824 | 2024.09.23 18:28:01.039271 [ 3 ] {8f047f2f-30f5-46c2-90cc-af0a23664ce5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15825 | 2024.09.23 18:28:01.040467 [ 3 ] {8f047f2f-30f5-46c2-90cc-af0a23664ce5} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15826 | 2024.09.23 18:28:01.040748 [ 3 ] {8f047f2f-30f5-46c2-90cc-af0a23664ce5} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00628 sec., 4936.3057324840765 rows/sec., 8.85 MiB/sec. | ||
15827 | 2024.09.23 18:28:01.041592 [ 3 ] {8f047f2f-30f5-46c2-90cc-af0a23664ce5} <Debug> DynamicQueryHandler: Done processing query | ||
15828 | 2024.09.23 18:28:01.041647 [ 3 ] {8f047f2f-30f5-46c2-90cc-af0a23664ce5} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
15829 | 2024.09.23 18:28:01.041673 [ 3 ] {} <Debug> HTTP-Session: b9e33762-1a22-4de9-9953-b82115e0950d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15830 | 2024.09.23 18:28:01.041896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15831 | 2024.09.23 18:28:01.042135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15832 | 2024.09.23 18:28:01.042165 [ 3 ] {} <Debug> HTTP-Session: 195f2e25-38a7-4a0b-9681-9a01ef59694d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15833 | 2024.09.23 18:28:01.042191 [ 3 ] {} <Debug> HTTP-Session: 195f2e25-38a7-4a0b-9681-9a01ef59694d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15834 | 2024.09.23 18:28:01.042212 [ 3 ] {} <Debug> HTTP-Session: 195f2e25-38a7-4a0b-9681-9a01ef59694d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15835 | 2024.09.23 18:28:01.042256 [ 3 ] {} <Trace> HTTP-Session: 195f2e25-38a7-4a0b-9681-9a01ef59694d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15836 | 2024.09.23 18:28:01.042430 [ 3 ] {c1ca44de-65b2-46cb-9446-60f5dc35682b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15837 | 2024.09.23 18:28:01.042485 [ 3 ] {c1ca44de-65b2-46cb-9446-60f5dc35682b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15838 | 2024.09.23 18:28:01.042656 [ 3 ] {c1ca44de-65b2-46cb-9446-60f5dc35682b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15839 | 2024.09.23 18:28:01.044927 [ 3 ] {c1ca44de-65b2-46cb-9446-60f5dc35682b} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15840 | 2024.09.23 18:28:01.045011 [ 3 ] {c1ca44de-65b2-46cb-9446-60f5dc35682b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15841 | 2024.09.23 18:28:01.045487 [ 3 ] {c1ca44de-65b2-46cb-9446-60f5dc35682b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15842 | 2024.09.23 18:28:01.045967 [ 3 ] {c1ca44de-65b2-46cb-9446-60f5dc35682b} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15843 | 2024.09.23 18:28:01.046122 [ 3 ] {c1ca44de-65b2-46cb-9446-60f5dc35682b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00377 sec., 21750.663129973476 rows/sec., 1.38 MiB/sec. | ||
15844 | 2024.09.23 18:28:01.046770 [ 3 ] {c1ca44de-65b2-46cb-9446-60f5dc35682b} <Debug> DynamicQueryHandler: Done processing query | ||
15845 | 2024.09.23 18:28:01.047315 [ 3 ] {c1ca44de-65b2-46cb-9446-60f5dc35682b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15846 | 2024.09.23 18:28:01.047340 [ 3 ] {} <Debug> HTTP-Session: 195f2e25-38a7-4a0b-9681-9a01ef59694d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15847 | 2024.09.23 18:28:05.982177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15848 | 2024.09.23 18:28:05.982305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15849 | 2024.09.23 18:28:05.982332 [ 3 ] {} <Debug> HTTP-Session: 3a43a276-e51a-448f-9306-cefe057f55a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15850 | 2024.09.23 18:28:05.982358 [ 3 ] {} <Debug> HTTP-Session: 3a43a276-e51a-448f-9306-cefe057f55a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15851 | 2024.09.23 18:28:05.982374 [ 3 ] {} <Debug> HTTP-Session: 3a43a276-e51a-448f-9306-cefe057f55a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15852 | 2024.09.23 18:28:05.982423 [ 3 ] {} <Trace> HTTP-Session: 3a43a276-e51a-448f-9306-cefe057f55a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15853 | 2024.09.23 18:28:05.982631 [ 3 ] {5daa88f8-eb1b-4cf7-942d-49203671ed30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15854 | 2024.09.23 18:28:05.982701 [ 3 ] {5daa88f8-eb1b-4cf7-942d-49203671ed30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15855 | 2024.09.23 18:28:05.983070 [ 3 ] {5daa88f8-eb1b-4cf7-942d-49203671ed30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15856 | 2024.09.23 18:28:05.983588 [ 3 ] {5daa88f8-eb1b-4cf7-942d-49203671ed30} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15857 | 2024.09.23 18:28:05.983638 [ 3 ] {5daa88f8-eb1b-4cf7-942d-49203671ed30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15858 | 2024.09.23 18:28:05.984126 [ 3 ] {5daa88f8-eb1b-4cf7-942d-49203671ed30} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15859 | 2024.09.23 18:28:05.984546 [ 3 ] {5daa88f8-eb1b-4cf7-942d-49203671ed30} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15860 | 2024.09.23 18:28:05.984713 [ 3 ] {5daa88f8-eb1b-4cf7-942d-49203671ed30} <Debug> executeQuery: Read 98 rows, 8.33 KiB in 0.002157 sec., 45433.47241539175 rows/sec., 3.77 MiB/sec. | ||
15861 | 2024.09.23 18:28:05.985029 [ 3 ] {5daa88f8-eb1b-4cf7-942d-49203671ed30} <Debug> DynamicQueryHandler: Done processing query | ||
15862 | 2024.09.23 18:28:05.985094 [ 3 ] {5daa88f8-eb1b-4cf7-942d-49203671ed30} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15863 | 2024.09.23 18:28:05.985159 [ 3 ] {} <Debug> HTTP-Session: 3a43a276-e51a-448f-9306-cefe057f55a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15864 | 2024.09.23 18:28:05.985380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15865 | 2024.09.23 18:28:05.985441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15866 | 2024.09.23 18:28:05.985463 [ 3 ] {} <Debug> HTTP-Session: 059e0d03-d068-4864-a41d-8a83d1d9d56b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15867 | 2024.09.23 18:28:05.985481 [ 3 ] {} <Debug> HTTP-Session: 059e0d03-d068-4864-a41d-8a83d1d9d56b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15868 | 2024.09.23 18:28:05.985496 [ 3 ] {} <Debug> HTTP-Session: 059e0d03-d068-4864-a41d-8a83d1d9d56b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15869 | 2024.09.23 18:28:05.985533 [ 3 ] {} <Trace> HTTP-Session: 059e0d03-d068-4864-a41d-8a83d1d9d56b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15870 | 2024.09.23 18:28:05.985655 [ 3 ] {e05f5878-9b07-43e2-97c6-5f2178050ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15871 | 2024.09.23 18:28:05.985705 [ 3 ] {e05f5878-9b07-43e2-97c6-5f2178050ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15872 | 2024.09.23 18:28:05.985963 [ 3 ] {e05f5878-9b07-43e2-97c6-5f2178050ffe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15873 | 2024.09.23 18:28:05.986314 [ 3 ] {e05f5878-9b07-43e2-97c6-5f2178050ffe} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15874 | 2024.09.23 18:28:05.986353 [ 3 ] {e05f5878-9b07-43e2-97c6-5f2178050ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15875 | 2024.09.23 18:28:05.986734 [ 3 ] {e05f5878-9b07-43e2-97c6-5f2178050ffe} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15876 | 2024.09.23 18:28:05.987107 [ 3 ] {e05f5878-9b07-43e2-97c6-5f2178050ffe} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15877 | 2024.09.23 18:28:05.987278 [ 3 ] {e05f5878-9b07-43e2-97c6-5f2178050ffe} <Debug> executeQuery: Read 21 rows, 1.58 KiB in 0.00165 sec., 12727.272727272728 rows/sec., 957.03 KiB/sec. | ||
15878 | 2024.09.23 18:28:05.987458 [ 3 ] {e05f5878-9b07-43e2-97c6-5f2178050ffe} <Debug> DynamicQueryHandler: Done processing query | ||
15879 | 2024.09.23 18:28:05.987489 [ 3 ] {e05f5878-9b07-43e2-97c6-5f2178050ffe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15880 | 2024.09.23 18:28:05.987505 [ 3 ] {} <Debug> HTTP-Session: 059e0d03-d068-4864-a41d-8a83d1d9d56b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15881 | 2024.09.23 18:28:05.987641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15981, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15882 | 2024.09.23 18:28:05.987692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15883 | 2024.09.23 18:28:05.987712 [ 3 ] {} <Debug> HTTP-Session: 3c507d0f-c083-4189-bf04-e5d0eaa4f3a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15884 | 2024.09.23 18:28:05.987729 [ 3 ] {} <Debug> HTTP-Session: 3c507d0f-c083-4189-bf04-e5d0eaa4f3a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15885 | 2024.09.23 18:28:05.987743 [ 3 ] {} <Debug> HTTP-Session: 3c507d0f-c083-4189-bf04-e5d0eaa4f3a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15886 | 2024.09.23 18:28:05.987775 [ 3 ] {} <Trace> HTTP-Session: 3c507d0f-c083-4189-bf04-e5d0eaa4f3a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15887 | 2024.09.23 18:28:05.987893 [ 3 ] {737d97d7-d88d-4b32-8d7b-3c6e197db9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15888 | 2024.09.23 18:28:05.987937 [ 3 ] {737d97d7-d88d-4b32-8d7b-3c6e197db9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15889 | 2024.09.23 18:28:05.988161 [ 3 ] {737d97d7-d88d-4b32-8d7b-3c6e197db9a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15890 | 2024.09.23 18:28:05.988549 [ 3 ] {737d97d7-d88d-4b32-8d7b-3c6e197db9a4} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15891 | 2024.09.23 18:28:05.988587 [ 3 ] {737d97d7-d88d-4b32-8d7b-3c6e197db9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15892 | 2024.09.23 18:28:05.988959 [ 3 ] {737d97d7-d88d-4b32-8d7b-3c6e197db9a4} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15893 | 2024.09.23 18:28:05.989328 [ 3 ] {737d97d7-d88d-4b32-8d7b-3c6e197db9a4} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15894 | 2024.09.23 18:28:05.989472 [ 3 ] {737d97d7-d88d-4b32-8d7b-3c6e197db9a4} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001624 sec., 57881.773399014775 rows/sec., 4.52 MiB/sec. | ||
15895 | 2024.09.23 18:28:05.989722 [ 3 ] {737d97d7-d88d-4b32-8d7b-3c6e197db9a4} <Debug> DynamicQueryHandler: Done processing query | ||
15896 | 2024.09.23 18:28:05.989762 [ 3 ] {737d97d7-d88d-4b32-8d7b-3c6e197db9a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15897 | 2024.09.23 18:28:05.989822 [ 3 ] {} <Debug> HTTP-Session: 3c507d0f-c083-4189-bf04-e5d0eaa4f3a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15898 | 2024.09.23 18:28:05.990066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 30657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15899 | 2024.09.23 18:28:05.990121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15900 | 2024.09.23 18:28:05.990141 [ 3 ] {} <Debug> HTTP-Session: 79032d8c-a35d-483c-a3ac-427543c569a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15901 | 2024.09.23 18:28:05.990159 [ 3 ] {} <Debug> HTTP-Session: 79032d8c-a35d-483c-a3ac-427543c569a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15902 | 2024.09.23 18:28:05.990173 [ 3 ] {} <Debug> HTTP-Session: 79032d8c-a35d-483c-a3ac-427543c569a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15903 | 2024.09.23 18:28:05.990206 [ 3 ] {} <Trace> HTTP-Session: 79032d8c-a35d-483c-a3ac-427543c569a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15904 | 2024.09.23 18:28:05.990358 [ 3 ] {94715cb0-1034-42fc-8237-a44c53652ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15905 | 2024.09.23 18:28:05.990407 [ 3 ] {94715cb0-1034-42fc-8237-a44c53652ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15906 | 2024.09.23 18:28:05.990572 [ 3 ] {94715cb0-1034-42fc-8237-a44c53652ffa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15907 | 2024.09.23 18:28:05.990986 [ 3 ] {94715cb0-1034-42fc-8237-a44c53652ffa} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15908 | 2024.09.23 18:28:05.991023 [ 3 ] {94715cb0-1034-42fc-8237-a44c53652ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15909 | 2024.09.23 18:28:05.991423 [ 3 ] {94715cb0-1034-42fc-8237-a44c53652ffa} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15910 | 2024.09.23 18:28:05.991805 [ 3 ] {94715cb0-1034-42fc-8237-a44c53652ffa} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15911 | 2024.09.23 18:28:05.991961 [ 3 ] {94715cb0-1034-42fc-8237-a44c53652ffa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001666 sec., 96038.41536614647 rows/sec., 6.69 MiB/sec. | ||
15912 | 2024.09.23 18:28:05.992138 [ 3 ] {94715cb0-1034-42fc-8237-a44c53652ffa} <Debug> DynamicQueryHandler: Done processing query | ||
15913 | 2024.09.23 18:28:05.992164 [ 3 ] {94715cb0-1034-42fc-8237-a44c53652ffa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15914 | 2024.09.23 18:28:05.992180 [ 3 ] {} <Debug> HTTP-Session: 79032d8c-a35d-483c-a3ac-427543c569a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15915 | 2024.09.23 18:28:05.992343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 34410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15916 | 2024.09.23 18:28:05.992401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15917 | 2024.09.23 18:28:05.992422 [ 3 ] {} <Debug> HTTP-Session: dafccda9-f22e-45ec-873c-5e082d11344f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15918 | 2024.09.23 18:28:05.992439 [ 3 ] {} <Debug> HTTP-Session: dafccda9-f22e-45ec-873c-5e082d11344f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15919 | 2024.09.23 18:28:05.992454 [ 3 ] {} <Debug> HTTP-Session: dafccda9-f22e-45ec-873c-5e082d11344f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15920 | 2024.09.23 18:28:05.992485 [ 3 ] {} <Trace> HTTP-Session: dafccda9-f22e-45ec-873c-5e082d11344f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15921 | 2024.09.23 18:28:05.992738 [ 3 ] {1ac507e7-fbf3-4a03-934d-676baf801937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15922 | 2024.09.23 18:28:05.992804 [ 3 ] {1ac507e7-fbf3-4a03-934d-676baf801937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15923 | 2024.09.23 18:28:05.993228 [ 3 ] {1ac507e7-fbf3-4a03-934d-676baf801937} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15924 | 2024.09.23 18:28:05.993867 [ 3 ] {1ac507e7-fbf3-4a03-934d-676baf801937} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15925 | 2024.09.23 18:28:05.993904 [ 3 ] {1ac507e7-fbf3-4a03-934d-676baf801937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15926 | 2024.09.23 18:28:05.994527 [ 3 ] {1ac507e7-fbf3-4a03-934d-676baf801937} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15927 | 2024.09.23 18:28:05.994943 [ 3 ] {1ac507e7-fbf3-4a03-934d-676baf801937} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15928 | 2024.09.23 18:28:05.995127 [ 3 ] {1ac507e7-fbf3-4a03-934d-676baf801937} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002551 sec., 8232.065856526853 rows/sec., 14.75 MiB/sec. | ||
15929 | 2024.09.23 18:28:05.995613 [ 3 ] {1ac507e7-fbf3-4a03-934d-676baf801937} <Debug> DynamicQueryHandler: Done processing query | ||
15930 | 2024.09.23 18:28:05.995668 [ 3 ] {1ac507e7-fbf3-4a03-934d-676baf801937} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
15931 | 2024.09.23 18:28:05.995704 [ 3 ] {} <Debug> HTTP-Session: dafccda9-f22e-45ec-873c-5e082d11344f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15932 | 2024.09.23 18:28:05.995839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1943, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15933 | 2024.09.23 18:28:05.995891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15934 | 2024.09.23 18:28:05.995911 [ 3 ] {} <Debug> HTTP-Session: b4f27497-450e-4888-9dde-77ade170ffaa Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15935 | 2024.09.23 18:28:05.995929 [ 3 ] {} <Debug> HTTP-Session: b4f27497-450e-4888-9dde-77ade170ffaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15936 | 2024.09.23 18:28:05.995944 [ 3 ] {} <Debug> HTTP-Session: b4f27497-450e-4888-9dde-77ade170ffaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15937 | 2024.09.23 18:28:05.995976 [ 3 ] {} <Trace> HTTP-Session: b4f27497-450e-4888-9dde-77ade170ffaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15938 | 2024.09.23 18:28:05.996082 [ 3 ] {5f4867ee-ad8d-4e8a-98e8-1022c7234986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15939 | 2024.09.23 18:28:05.996130 [ 3 ] {5f4867ee-ad8d-4e8a-98e8-1022c7234986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15940 | 2024.09.23 18:28:05.996276 [ 3 ] {5f4867ee-ad8d-4e8a-98e8-1022c7234986} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15941 | 2024.09.23 18:28:05.996559 [ 3 ] {5f4867ee-ad8d-4e8a-98e8-1022c7234986} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15942 | 2024.09.23 18:28:05.996596 [ 3 ] {5f4867ee-ad8d-4e8a-98e8-1022c7234986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15943 | 2024.09.23 18:28:05.996968 [ 3 ] {5f4867ee-ad8d-4e8a-98e8-1022c7234986} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
15944 | 2024.09.23 18:28:05.997310 [ 3 ] {5f4867ee-ad8d-4e8a-98e8-1022c7234986} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15945 | 2024.09.23 18:28:05.997472 [ 3 ] {5f4867ee-ad8d-4e8a-98e8-1022c7234986} <Debug> executeQuery: Read 12 rows, 868.00 B in 0.001406 sec., 8534.850640113798 rows/sec., 602.88 KiB/sec. | ||
15946 | 2024.09.23 18:28:05.997671 [ 3 ] {5f4867ee-ad8d-4e8a-98e8-1022c7234986} <Debug> DynamicQueryHandler: Done processing query | ||
15947 | 2024.09.23 18:28:05.997697 [ 3 ] {5f4867ee-ad8d-4e8a-98e8-1022c7234986} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15948 | 2024.09.23 18:28:05.997714 [ 3 ] {} <Debug> HTTP-Session: b4f27497-450e-4888-9dde-77ade170ffaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15949 | 2024.09.23 18:28:05.997830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15950 | 2024.09.23 18:28:05.997879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15951 | 2024.09.23 18:28:05.997899 [ 3 ] {} <Debug> HTTP-Session: 7ed597d2-06ac-4702-b1cf-7120e931e9cb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15952 | 2024.09.23 18:28:05.997917 [ 3 ] {} <Debug> HTTP-Session: 7ed597d2-06ac-4702-b1cf-7120e931e9cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15953 | 2024.09.23 18:28:05.997931 [ 3 ] {} <Debug> HTTP-Session: 7ed597d2-06ac-4702-b1cf-7120e931e9cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15954 | 2024.09.23 18:28:05.997962 [ 3 ] {} <Trace> HTTP-Session: 7ed597d2-06ac-4702-b1cf-7120e931e9cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15955 | 2024.09.23 18:28:05.998099 [ 3 ] {85fc6f0f-2850-4659-8bf9-dbd8965c0deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15956 | 2024.09.23 18:28:05.998145 [ 3 ] {85fc6f0f-2850-4659-8bf9-dbd8965c0deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15957 | 2024.09.23 18:28:05.998274 [ 3 ] {85fc6f0f-2850-4659-8bf9-dbd8965c0deb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15958 | 2024.09.23 18:28:05.998574 [ 3 ] {85fc6f0f-2850-4659-8bf9-dbd8965c0deb} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15959 | 2024.09.23 18:28:05.998611 [ 3 ] {85fc6f0f-2850-4659-8bf9-dbd8965c0deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15960 | 2024.09.23 18:28:05.998979 [ 3 ] {85fc6f0f-2850-4659-8bf9-dbd8965c0deb} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15961 | 2024.09.23 18:28:05.999325 [ 3 ] {85fc6f0f-2850-4659-8bf9-dbd8965c0deb} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15962 | 2024.09.23 18:28:05.999489 [ 3 ] {85fc6f0f-2850-4659-8bf9-dbd8965c0deb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. | ||
15963 | 2024.09.23 18:28:05.999754 [ 3 ] {85fc6f0f-2850-4659-8bf9-dbd8965c0deb} <Debug> DynamicQueryHandler: Done processing query | ||
15964 | 2024.09.23 18:28:05.999818 [ 3 ] {85fc6f0f-2850-4659-8bf9-dbd8965c0deb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15965 | 2024.09.23 18:28:05.999873 [ 3 ] {} <Debug> HTTP-Session: 7ed597d2-06ac-4702-b1cf-7120e931e9cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15966 | 2024.09.23 18:28:07.581810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15967 | 2024.09.23 18:28:07.581927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15968 | 2024.09.23 18:28:07.581955 [ 3 ] {} <Debug> HTTP-Session: 566c0803-b8e9-473f-a07e-37e7d6664d91 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15969 | 2024.09.23 18:28:07.581981 [ 3 ] {} <Debug> HTTP-Session: 566c0803-b8e9-473f-a07e-37e7d6664d91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15970 | 2024.09.23 18:28:07.581996 [ 3 ] {} <Debug> HTTP-Session: 566c0803-b8e9-473f-a07e-37e7d6664d91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15971 | 2024.09.23 18:28:07.582046 [ 3 ] {} <Trace> HTTP-Session: 566c0803-b8e9-473f-a07e-37e7d6664d91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15972 | 2024.09.23 18:28:07.582607 [ 3 ] {f6a099ed-be93-4f09-899f-dd322f79aa66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15973 | 2024.09.23 18:28:07.582678 [ 3 ] {f6a099ed-be93-4f09-899f-dd322f79aa66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15974 | 2024.09.23 18:28:07.583014 [ 3 ] {f6a099ed-be93-4f09-899f-dd322f79aa66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15975 | 2024.09.23 18:28:07.584383 [ 3 ] {f6a099ed-be93-4f09-899f-dd322f79aa66} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15976 | 2024.09.23 18:28:07.584436 [ 3 ] {f6a099ed-be93-4f09-899f-dd322f79aa66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15977 | 2024.09.23 18:28:07.585050 [ 3 ] {f6a099ed-be93-4f09-899f-dd322f79aa66} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15978 | 2024.09.23 18:28:07.585617 [ 3 ] {f6a099ed-be93-4f09-899f-dd322f79aa66} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15979 | 2024.09.23 18:28:07.585820 [ 3 ] {f6a099ed-be93-4f09-899f-dd322f79aa66} <Debug> executeQuery: Read 1345 rows, 114.56 KiB in 0.003573 sec., 376434.36887769384 rows/sec., 31.31 MiB/sec. | ||
15980 | 2024.09.23 18:28:07.585850 [ 151 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
15981 | 2024.09.23 18:28:07.585976 [ 151 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15982 | 2024.09.23 18:28:07.586037 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
15983 | 2024.09.23 18:28:07.586197 [ 3 ] {f6a099ed-be93-4f09-899f-dd322f79aa66} <Debug> DynamicQueryHandler: Done processing query | ||
15984 | 2024.09.23 18:28:07.586239 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
15985 | 2024.09.23 18:28:07.586247 [ 3 ] {f6a099ed-be93-4f09-899f-dd322f79aa66} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
15986 | 2024.09.23 18:28:07.586338 [ 3 ] {} <Debug> HTTP-Session: 566c0803-b8e9-473f-a07e-37e7d6664d91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15987 | 2024.09.23 18:28:07.586492 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15988 | 2024.09.23 18:28:07.586543 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1419 rows starting from the beginning of the part | ||
15989 | 2024.09.23 18:28:07.586644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15990 | 2024.09.23 18:28:07.586816 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 251 rows starting from the beginning of the part | ||
15991 | 2024.09.23 18:28:07.586875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15992 | 2024.09.23 18:28:07.587042 [ 3 ] {} <Debug> HTTP-Session: b70fa06e-c257-48f7-a225-6b33da51d402 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
15993 | 2024.09.23 18:28:07.587115 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 76 rows starting from the beginning of the part | ||
15994 | 2024.09.23 18:28:07.587136 [ 3 ] {} <Debug> HTTP-Session: b70fa06e-c257-48f7-a225-6b33da51d402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15995 | 2024.09.23 18:28:07.587208 [ 3 ] {} <Debug> HTTP-Session: b70fa06e-c257-48f7-a225-6b33da51d402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15996 | 2024.09.23 18:28:07.587405 [ 3 ] {} <Trace> HTTP-Session: b70fa06e-c257-48f7-a225-6b33da51d402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15997 | 2024.09.23 18:28:07.587435 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 251 rows starting from the beginning of the part | ||
15998 | 2024.09.23 18:28:07.587698 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 98 rows starting from the beginning of the part | ||
15999 | 2024.09.23 18:28:07.587928 [ 3 ] {527eefc4-0659-41d7-a6f7-7cc35d4ccef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16000 | 2024.09.23 18:28:07.587987 [ 197 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1345 rows starting from the beginning of the part | ||
16001 | 2024.09.23 18:28:07.588156 [ 3 ] {527eefc4-0659-41d7-a6f7-7cc35d4ccef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16002 | 2024.09.23 18:28:07.589161 [ 3 ] {527eefc4-0659-41d7-a6f7-7cc35d4ccef3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16003 | 2024.09.23 18:28:07.589984 [ 3 ] {527eefc4-0659-41d7-a6f7-7cc35d4ccef3} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16004 | 2024.09.23 18:28:07.590073 [ 3 ] {527eefc4-0659-41d7-a6f7-7cc35d4ccef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16005 | 2024.09.23 18:28:07.591049 [ 3 ] {527eefc4-0659-41d7-a6f7-7cc35d4ccef3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16006 | 2024.09.23 18:28:07.591680 [ 3 ] {527eefc4-0659-41d7-a6f7-7cc35d4ccef3} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16007 | 2024.09.23 18:28:07.592038 [ 151 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
16008 | 2024.09.23 18:28:07.592149 [ 151 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16009 | 2024.09.23 18:28:07.592221 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16010 | 2024.09.23 18:28:07.592223 [ 3 ] {527eefc4-0659-41d7-a6f7-7cc35d4ccef3} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004499 sec., 1778.1729273171813 rows/sec., 133.71 KiB/sec. | ||
16011 | 2024.09.23 18:28:07.592239 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3440 rows, containing 5 columns (5 merged, 0 gathered) in 0.006086883 sec., 565149.6833436752 rows/sec., 49.64 MiB/sec. | ||
16012 | 2024.09.23 18:28:07.592591 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
16013 | 2024.09.23 18:28:07.592869 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16014 | 2024.09.23 18:28:07.592877 [ 3 ] {527eefc4-0659-41d7-a6f7-7cc35d4ccef3} <Debug> DynamicQueryHandler: Done processing query | ||
16015 | 2024.09.23 18:28:07.593019 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16016 | 2024.09.23 18:28:07.593017 [ 3 ] {527eefc4-0659-41d7-a6f7-7cc35d4ccef3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16017 | 2024.09.23 18:28:07.593138 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 58 rows starting from the beginning of the part | ||
16018 | 2024.09.23 18:28:07.593147 [ 3 ] {} <Debug> HTTP-Session: b70fa06e-c257-48f7-a225-6b33da51d402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16019 | 2024.09.23 18:28:07.593570 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 31 rows starting from the beginning of the part | ||
16020 | 2024.09.23 18:28:07.593652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16021 | 2024.09.23 18:28:07.594012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16022 | 2024.09.23 18:28:07.594057 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 10 rows starting from the beginning of the part | ||
16023 | 2024.09.23 18:28:07.594209 [ 3 ] {} <Debug> HTTP-Session: 768be173-f7bf-4ccc-bed8-4e2be9fcf442 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16024 | 2024.09.23 18:28:07.594342 [ 3 ] {} <Debug> HTTP-Session: 768be173-f7bf-4ccc-bed8-4e2be9fcf442 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16025 | 2024.09.23 18:28:07.594455 [ 3 ] {} <Debug> HTTP-Session: 768be173-f7bf-4ccc-bed8-4e2be9fcf442 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16026 | 2024.09.23 18:28:07.594586 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 31 rows starting from the beginning of the part | ||
16027 | 2024.09.23 18:28:07.594786 [ 3 ] {} <Trace> HTTP-Session: 768be173-f7bf-4ccc-bed8-4e2be9fcf442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16028 | 2024.09.23 18:28:07.595108 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 21 rows starting from the beginning of the part | ||
16029 | 2024.09.23 18:28:07.595504 [ 199 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
16030 | 2024.09.23 18:28:07.595823 [ 3 ] {dc583ff1-cddf-4cbe-9564-4f51bc7cb92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16031 | 2024.09.23 18:28:07.595947 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16032 | 2024.09.23 18:28:07.596104 [ 3 ] {dc583ff1-cddf-4cbe-9564-4f51bc7cb92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16033 | 2024.09.23 18:28:07.596432 [ 188 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_91_18} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16034 | 2024.09.23 18:28:07.596758 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
16035 | 2024.09.23 18:28:07.597351 [ 3 ] {dc583ff1-cddf-4cbe-9564-4f51bc7cb92a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16036 | 2024.09.23 18:28:07.598597 [ 3 ] {dc583ff1-cddf-4cbe-9564-4f51bc7cb92a} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16037 | 2024.09.23 18:28:07.598689 [ 3 ] {dc583ff1-cddf-4cbe-9564-4f51bc7cb92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16038 | 2024.09.23 18:28:07.599023 [ 186 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 5 columns (5 merged, 0 gathered) in 0.006688267 sec., 23772.974374378293 rows/sec., 1.82 MiB/sec. | ||
16039 | 2024.09.23 18:28:07.599179 [ 186 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16040 | 2024.09.23 18:28:07.599380 [ 3 ] {dc583ff1-cddf-4cbe-9564-4f51bc7cb92a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16041 | 2024.09.23 18:28:07.599836 [ 186 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16042 | 2024.09.23 18:28:07.599902 [ 3 ] {dc583ff1-cddf-4cbe-9564-4f51bc7cb92a} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16043 | 2024.09.23 18:28:07.599971 [ 186 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_81_16} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16044 | 2024.09.23 18:28:07.600206 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
16045 | 2024.09.23 18:28:07.600213 [ 3 ] {dc583ff1-cddf-4cbe-9564-4f51bc7cb92a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004923 sec., 49157.01807840747 rows/sec., 3.33 MiB/sec. | ||
16046 | 2024.09.23 18:28:07.600625 [ 3 ] {dc583ff1-cddf-4cbe-9564-4f51bc7cb92a} <Debug> DynamicQueryHandler: Done processing query | ||
16047 | 2024.09.23 18:28:07.600658 [ 3 ] {dc583ff1-cddf-4cbe-9564-4f51bc7cb92a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
16048 | 2024.09.23 18:28:07.600678 [ 3 ] {} <Debug> HTTP-Session: 768be173-f7bf-4ccc-bed8-4e2be9fcf442 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16049 | 2024.09.23 18:28:07.600826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16050 | 2024.09.23 18:28:07.600877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16051 | 2024.09.23 18:28:07.600896 [ 3 ] {} <Debug> HTTP-Session: 2e9028ec-4dfc-438b-aca4-fcd162eaf8dd Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16052 | 2024.09.23 18:28:07.600915 [ 3 ] {} <Debug> HTTP-Session: 2e9028ec-4dfc-438b-aca4-fcd162eaf8dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16053 | 2024.09.23 18:28:07.600930 [ 3 ] {} <Debug> HTTP-Session: 2e9028ec-4dfc-438b-aca4-fcd162eaf8dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16054 | 2024.09.23 18:28:07.600963 [ 3 ] {} <Trace> HTTP-Session: 2e9028ec-4dfc-438b-aca4-fcd162eaf8dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16055 | 2024.09.23 18:28:07.601066 [ 3 ] {91ec2222-3a0b-446e-851c-c066b59c9b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16056 | 2024.09.23 18:28:07.601113 [ 3 ] {91ec2222-3a0b-446e-851c-c066b59c9b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16057 | 2024.09.23 18:28:07.601382 [ 3 ] {91ec2222-3a0b-446e-851c-c066b59c9b26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16058 | 2024.09.23 18:28:07.601710 [ 3 ] {91ec2222-3a0b-446e-851c-c066b59c9b26} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16059 | 2024.09.23 18:28:07.601746 [ 3 ] {91ec2222-3a0b-446e-851c-c066b59c9b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16060 | 2024.09.23 18:28:07.602093 [ 3 ] {91ec2222-3a0b-446e-851c-c066b59c9b26} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16061 | 2024.09.23 18:28:07.602445 [ 3 ] {91ec2222-3a0b-446e-851c-c066b59c9b26} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16062 | 2024.09.23 18:28:07.602604 [ 3 ] {91ec2222-3a0b-446e-851c-c066b59c9b26} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001559 sec., 3848.6209108402822 rows/sec., 227.38 KiB/sec. | ||
16063 | 2024.09.23 18:28:07.602773 [ 3 ] {91ec2222-3a0b-446e-851c-c066b59c9b26} <Debug> DynamicQueryHandler: Done processing query | ||
16064 | 2024.09.23 18:28:07.602797 [ 3 ] {91ec2222-3a0b-446e-851c-c066b59c9b26} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16065 | 2024.09.23 18:28:07.602812 [ 3 ] {} <Debug> HTTP-Session: 2e9028ec-4dfc-438b-aca4-fcd162eaf8dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16066 | 2024.09.23 18:28:07.603103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16067 | 2024.09.23 18:28:07.603151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16068 | 2024.09.23 18:28:07.603169 [ 3 ] {} <Debug> HTTP-Session: 826cfecf-e770-445b-acc8-d36c32e1dfe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16069 | 2024.09.23 18:28:07.603186 [ 3 ] {} <Debug> HTTP-Session: 826cfecf-e770-445b-acc8-d36c32e1dfe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16070 | 2024.09.23 18:28:07.603200 [ 3 ] {} <Debug> HTTP-Session: 826cfecf-e770-445b-acc8-d36c32e1dfe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16071 | 2024.09.23 18:28:07.603231 [ 3 ] {} <Trace> HTTP-Session: 826cfecf-e770-445b-acc8-d36c32e1dfe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16072 | 2024.09.23 18:28:07.603629 [ 3 ] {53479a2c-d9d1-40fc-9ffa-aa783acf395e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16073 | 2024.09.23 18:28:07.603673 [ 3 ] {53479a2c-d9d1-40fc-9ffa-aa783acf395e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16074 | 2024.09.23 18:28:07.603905 [ 3 ] {53479a2c-d9d1-40fc-9ffa-aa783acf395e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16075 | 2024.09.23 18:28:07.604875 [ 3 ] {53479a2c-d9d1-40fc-9ffa-aa783acf395e} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16076 | 2024.09.23 18:28:07.604914 [ 3 ] {53479a2c-d9d1-40fc-9ffa-aa783acf395e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16077 | 2024.09.23 18:28:07.605449 [ 3 ] {53479a2c-d9d1-40fc-9ffa-aa783acf395e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16078 | 2024.09.23 18:28:07.605851 [ 3 ] {53479a2c-d9d1-40fc-9ffa-aa783acf395e} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16079 | 2024.09.23 18:28:07.606019 [ 3 ] {53479a2c-d9d1-40fc-9ffa-aa783acf395e} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.002643 sec., 320090.80590238364 rows/sec., 23.13 MiB/sec. | ||
16080 | 2024.09.23 18:28:07.606044 [ 151 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16081 | 2024.09.23 18:28:07.606131 [ 151 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16082 | 2024.09.23 18:28:07.606194 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16083 | 2024.09.23 18:28:07.606343 [ 3 ] {53479a2c-d9d1-40fc-9ffa-aa783acf395e} <Debug> DynamicQueryHandler: Done processing query | ||
16084 | 2024.09.23 18:28:07.606413 [ 3 ] {53479a2c-d9d1-40fc-9ffa-aa783acf395e} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
16085 | 2024.09.23 18:28:07.606419 [ 188 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16086 | 2024.09.23 18:28:07.606462 [ 3 ] {} <Debug> HTTP-Session: 826cfecf-e770-445b-acc8-d36c32e1dfe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16087 | 2024.09.23 18:28:07.606831 [ 188 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16088 | 2024.09.23 18:28:07.606912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16089 | 2024.09.23 18:28:07.606954 [ 188 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 914 rows starting from the beginning of the part | ||
16090 | 2024.09.23 18:28:07.607132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16091 | 2024.09.23 18:28:07.607278 [ 3 ] {} <Debug> HTTP-Session: 447ff36f-adfc-446c-af12-bc6dfb03d4b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16092 | 2024.09.23 18:28:07.607400 [ 3 ] {} <Debug> HTTP-Session: 447ff36f-adfc-446c-af12-bc6dfb03d4b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16093 | 2024.09.23 18:28:07.607501 [ 188 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 413 rows starting from the beginning of the part | ||
16094 | 2024.09.23 18:28:07.607540 [ 3 ] {} <Debug> HTTP-Session: 447ff36f-adfc-446c-af12-bc6dfb03d4b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16095 | 2024.09.23 18:28:07.607808 [ 3 ] {} <Trace> HTTP-Session: 447ff36f-adfc-446c-af12-bc6dfb03d4b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16096 | 2024.09.23 18:28:07.607901 [ 188 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 77 rows starting from the beginning of the part | ||
16097 | 2024.09.23 18:28:07.608123 [ 188 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 413 rows starting from the beginning of the part | ||
16098 | 2024.09.23 18:28:07.608250 [ 3 ] {e893340d-7bc9-4059-8f42-1cec7cca7604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16099 | 2024.09.23 18:28:07.608449 [ 188 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 94 rows starting from the beginning of the part | ||
16100 | 2024.09.23 18:28:07.608492 [ 3 ] {e893340d-7bc9-4059-8f42-1cec7cca7604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16101 | 2024.09.23 18:28:07.608802 [ 188 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 846 rows starting from the beginning of the part | ||
16102 | 2024.09.23 18:28:07.609476 [ 3 ] {e893340d-7bc9-4059-8f42-1cec7cca7604} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16103 | 2024.09.23 18:28:07.610115 [ 3 ] {e893340d-7bc9-4059-8f42-1cec7cca7604} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16104 | 2024.09.23 18:28:07.610170 [ 3 ] {e893340d-7bc9-4059-8f42-1cec7cca7604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16105 | 2024.09.23 18:28:07.611153 [ 3 ] {e893340d-7bc9-4059-8f42-1cec7cca7604} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16106 | 2024.09.23 18:28:07.611658 [ 3 ] {e893340d-7bc9-4059-8f42-1cec7cca7604} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16107 | 2024.09.23 18:28:07.611915 [ 3 ] {e893340d-7bc9-4059-8f42-1cec7cca7604} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003828 sec., 1567.3981191222572 rows/sec., 81.89 KiB/sec. | ||
16108 | 2024.09.23 18:28:07.612261 [ 3 ] {e893340d-7bc9-4059-8f42-1cec7cca7604} <Debug> DynamicQueryHandler: Done processing query | ||
16109 | 2024.09.23 18:28:07.612269 [ 193 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2757 rows, containing 5 columns (5 merged, 0 gathered) in 0.00598293 sec., 460811.0073158135 rows/sec., 35.18 MiB/sec. | ||
16110 | 2024.09.23 18:28:07.612292 [ 3 ] {e893340d-7bc9-4059-8f42-1cec7cca7604} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16111 | 2024.09.23 18:28:07.612330 [ 3 ] {} <Debug> HTTP-Session: 447ff36f-adfc-446c-af12-bc6dfb03d4b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16112 | 2024.09.23 18:28:07.612514 [ 193 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16113 | 2024.09.23 18:28:07.612617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 183415, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16114 | 2024.09.23 18:28:07.612698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16115 | 2024.09.23 18:28:07.612754 [ 3 ] {} <Debug> HTTP-Session: 1d12ddcb-ccfe-4c4e-b6be-05ba1ffe335c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16116 | 2024.09.23 18:28:07.612778 [ 3 ] {} <Debug> HTTP-Session: 1d12ddcb-ccfe-4c4e-b6be-05ba1ffe335c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16117 | 2024.09.23 18:28:07.612830 [ 3 ] {} <Debug> HTTP-Session: 1d12ddcb-ccfe-4c4e-b6be-05ba1ffe335c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16118 | 2024.09.23 18:28:07.612967 [ 3 ] {} <Trace> HTTP-Session: 1d12ddcb-ccfe-4c4e-b6be-05ba1ffe335c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16119 | 2024.09.23 18:28:07.613446 [ 193 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16120 | 2024.09.23 18:28:07.613604 [ 193 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_91_18} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16121 | 2024.09.23 18:28:07.613668 [ 3 ] {21f82e2f-8d29-4678-907f-022675bc1449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16122 | 2024.09.23 18:28:07.613788 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
16123 | 2024.09.23 18:28:07.613801 [ 3 ] {21f82e2f-8d29-4678-907f-022675bc1449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16124 | 2024.09.23 18:28:07.613996 [ 3 ] {21f82e2f-8d29-4678-907f-022675bc1449} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16125 | 2024.09.23 18:28:07.614964 [ 3 ] {21f82e2f-8d29-4678-907f-022675bc1449} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16126 | 2024.09.23 18:28:07.615002 [ 3 ] {21f82e2f-8d29-4678-907f-022675bc1449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16127 | 2024.09.23 18:28:07.615468 [ 3 ] {21f82e2f-8d29-4678-907f-022675bc1449} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16128 | 2024.09.23 18:28:07.615842 [ 3 ] {21f82e2f-8d29-4678-907f-022675bc1449} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16129 | 2024.09.23 18:28:07.616002 [ 3 ] {21f82e2f-8d29-4678-907f-022675bc1449} <Debug> executeQuery: Read 969 rows, 65.98 KiB in 0.002714 sec., 357037.58290346357 rows/sec., 23.74 MiB/sec. | ||
16130 | 2024.09.23 18:28:07.616028 [ 151 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16131 | 2024.09.23 18:28:07.616099 [ 151 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16132 | 2024.09.23 18:28:07.616163 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16133 | 2024.09.23 18:28:07.616292 [ 3 ] {21f82e2f-8d29-4678-907f-022675bc1449} <Debug> DynamicQueryHandler: Done processing query | ||
16134 | 2024.09.23 18:28:07.616308 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16135 | 2024.09.23 18:28:07.616328 [ 3 ] {21f82e2f-8d29-4678-907f-022675bc1449} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
16136 | 2024.09.23 18:28:07.616374 [ 3 ] {} <Debug> HTTP-Session: 1d12ddcb-ccfe-4c4e-b6be-05ba1ffe335c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16137 | 2024.09.23 18:28:07.616504 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16138 | 2024.09.23 18:28:07.616543 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25631 rows starting from the beginning of the part | ||
16139 | 2024.09.23 18:28:07.616665 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
16140 | 2024.09.23 18:28:07.616784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16141 | 2024.09.23 18:28:07.616907 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
16142 | 2024.09.23 18:28:07.616994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16143 | 2024.09.23 18:28:07.617123 [ 3 ] {} <Debug> HTTP-Session: c69b244c-a6c8-4ecd-99ef-2d1b812596a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16144 | 2024.09.23 18:28:07.617210 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
16145 | 2024.09.23 18:28:07.617219 [ 3 ] {} <Debug> HTTP-Session: c69b244c-a6c8-4ecd-99ef-2d1b812596a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16146 | 2024.09.23 18:28:07.617336 [ 3 ] {} <Debug> HTTP-Session: c69b244c-a6c8-4ecd-99ef-2d1b812596a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16147 | 2024.09.23 18:28:07.617550 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
16148 | 2024.09.23 18:28:07.617556 [ 3 ] {} <Trace> HTTP-Session: c69b244c-a6c8-4ecd-99ef-2d1b812596a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16149 | 2024.09.23 18:28:07.617836 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 969 rows starting from the beginning of the part | ||
16150 | 2024.09.23 18:28:07.617972 [ 3 ] {adf8b670-86a8-46e2-98b2-06af05cbdf71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16151 | 2024.09.23 18:28:07.618235 [ 3 ] {adf8b670-86a8-46e2-98b2-06af05cbdf71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16152 | 2024.09.23 18:28:07.618716 [ 3 ] {adf8b670-86a8-46e2-98b2-06af05cbdf71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16153 | 2024.09.23 18:28:07.619303 [ 3 ] {adf8b670-86a8-46e2-98b2-06af05cbdf71} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16154 | 2024.09.23 18:28:07.619343 [ 3 ] {adf8b670-86a8-46e2-98b2-06af05cbdf71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16155 | 2024.09.23 18:28:07.619795 [ 3 ] {adf8b670-86a8-46e2-98b2-06af05cbdf71} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16156 | 2024.09.23 18:28:07.620216 [ 3 ] {adf8b670-86a8-46e2-98b2-06af05cbdf71} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16157 | 2024.09.23 18:28:07.620603 [ 3 ] {adf8b670-86a8-46e2-98b2-06af05cbdf71} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002754 sec., 363.10820624546113 rows/sec., 24.47 KiB/sec. | ||
16158 | 2024.09.23 18:28:07.621355 [ 3 ] {adf8b670-86a8-46e2-98b2-06af05cbdf71} <Debug> DynamicQueryHandler: Done processing query | ||
16159 | 2024.09.23 18:28:07.621443 [ 3 ] {adf8b670-86a8-46e2-98b2-06af05cbdf71} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16160 | 2024.09.23 18:28:07.621526 [ 3 ] {} <Debug> HTTP-Session: c69b244c-a6c8-4ecd-99ef-2d1b812596a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16161 | 2024.09.23 18:28:07.621794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16162 | 2024.09.23 18:28:07.621893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16163 | 2024.09.23 18:28:07.621917 [ 3 ] {} <Debug> HTTP-Session: 7b3f9492-07f6-45ac-b1cc-fecff2deceb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16164 | 2024.09.23 18:28:07.621937 [ 3 ] {} <Debug> HTTP-Session: 7b3f9492-07f6-45ac-b1cc-fecff2deceb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16165 | 2024.09.23 18:28:07.621951 [ 3 ] {} <Debug> HTTP-Session: 7b3f9492-07f6-45ac-b1cc-fecff2deceb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16166 | 2024.09.23 18:28:07.621995 [ 3 ] {} <Trace> HTTP-Session: 7b3f9492-07f6-45ac-b1cc-fecff2deceb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16167 | 2024.09.23 18:28:07.622172 [ 3 ] {b3017ea4-020b-4f4d-a0e3-df6ab36a99bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16168 | 2024.09.23 18:28:07.622279 [ 3 ] {b3017ea4-020b-4f4d-a0e3-df6ab36a99bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16169 | 2024.09.23 18:28:07.622776 [ 3 ] {b3017ea4-020b-4f4d-a0e3-df6ab36a99bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16170 | 2024.09.23 18:28:07.623435 [ 3 ] {b3017ea4-020b-4f4d-a0e3-df6ab36a99bf} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16171 | 2024.09.23 18:28:07.623472 [ 3 ] {b3017ea4-020b-4f4d-a0e3-df6ab36a99bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16172 | 2024.09.23 18:28:07.624333 [ 3 ] {b3017ea4-020b-4f4d-a0e3-df6ab36a99bf} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
16173 | 2024.09.23 18:28:07.624845 [ 3 ] {b3017ea4-020b-4f4d-a0e3-df6ab36a99bf} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16174 | 2024.09.23 18:28:07.625043 [ 3 ] {b3017ea4-020b-4f4d-a0e3-df6ab36a99bf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002947 sec., 2714.625042416016 rows/sec., 4.86 MiB/sec. | ||
16175 | 2024.09.23 18:28:07.625511 [ 3 ] {b3017ea4-020b-4f4d-a0e3-df6ab36a99bf} <Debug> DynamicQueryHandler: Done processing query | ||
16176 | 2024.09.23 18:28:07.625548 [ 3 ] {b3017ea4-020b-4f4d-a0e3-df6ab36a99bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
16177 | 2024.09.23 18:28:07.625566 [ 3 ] {} <Debug> HTTP-Session: 7b3f9492-07f6-45ac-b1cc-fecff2deceb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16178 | 2024.09.23 18:28:07.625712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 5810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16179 | 2024.09.23 18:28:07.625782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16180 | 2024.09.23 18:28:07.625831 [ 3 ] {} <Debug> HTTP-Session: ce65a0ce-e4e3-4ced-b423-ba580561e9bf Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16181 | 2024.09.23 18:28:07.625865 [ 3 ] {} <Debug> HTTP-Session: ce65a0ce-e4e3-4ced-b423-ba580561e9bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16182 | 2024.09.23 18:28:07.625882 [ 3 ] {} <Debug> HTTP-Session: ce65a0ce-e4e3-4ced-b423-ba580561e9bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16183 | 2024.09.23 18:28:07.625916 [ 3 ] {} <Trace> HTTP-Session: ce65a0ce-e4e3-4ced-b423-ba580561e9bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16184 | 2024.09.23 18:28:07.626063 [ 3 ] {09413498-ea8e-4c0b-abbc-4d4924350a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16185 | 2024.09.23 18:28:07.626129 [ 3 ] {09413498-ea8e-4c0b-abbc-4d4924350a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16186 | 2024.09.23 18:28:07.626293 [ 3 ] {09413498-ea8e-4c0b-abbc-4d4924350a18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16187 | 2024.09.23 18:28:07.626822 [ 3 ] {09413498-ea8e-4c0b-abbc-4d4924350a18} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16188 | 2024.09.23 18:28:07.626877 [ 3 ] {09413498-ea8e-4c0b-abbc-4d4924350a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16189 | 2024.09.23 18:28:07.627736 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27394 rows, containing 5 columns (5 merged, 0 gathered) in 0.011489678 sec., 2384226.955707549 rows/sec., 160.81 MiB/sec. | ||
16190 | 2024.09.23 18:28:07.627854 [ 3 ] {09413498-ea8e-4c0b-abbc-4d4924350a18} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16191 | 2024.09.23 18:28:07.628143 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16192 | 2024.09.23 18:28:07.628393 [ 3 ] {09413498-ea8e-4c0b-abbc-4d4924350a18} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16193 | 2024.09.23 18:28:07.628724 [ 151 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16194 | 2024.09.23 18:28:07.628780 [ 3 ] {09413498-ea8e-4c0b-abbc-4d4924350a18} <Debug> executeQuery: Read 40 rows, 2.44 KiB in 0.002741 sec., 14593.21415541773 rows/sec., 890.70 KiB/sec. | ||
16195 | 2024.09.23 18:28:07.628823 [ 151 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16196 | 2024.09.23 18:28:07.628921 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16197 | 2024.09.23 18:28:07.629292 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16198 | 2024.09.23 18:28:07.629344 [ 3 ] {09413498-ea8e-4c0b-abbc-4d4924350a18} <Debug> DynamicQueryHandler: Done processing query | ||
16199 | 2024.09.23 18:28:07.629400 [ 3 ] {09413498-ea8e-4c0b-abbc-4d4924350a18} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16200 | 2024.09.23 18:28:07.629440 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16201 | 2024.09.23 18:28:07.629471 [ 3 ] {} <Debug> HTTP-Session: ce65a0ce-e4e3-4ced-b423-ba580561e9bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16202 | 2024.09.23 18:28:07.629705 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16203 | 2024.09.23 18:28:07.629753 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5012 rows starting from the beginning of the part | ||
16204 | 2024.09.23 18:28:07.629767 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16205 | 2024.09.23 18:28:07.629995 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
16206 | 2024.09.23 18:28:07.630029 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
16207 | 2024.09.23 18:28:07.630259 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
16208 | 2024.09.23 18:28:07.630476 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
16209 | 2024.09.23 18:28:07.630673 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
16210 | 2024.09.23 18:28:07.630856 [ 186 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 40 rows starting from the beginning of the part | ||
16211 | 2024.09.23 18:28:07.633003 [ 201 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5336 rows, containing 4 columns (4 merged, 0 gathered) in 0.003928218 sec., 1358376.7499665243 rows/sec., 88.33 MiB/sec. | ||
16212 | 2024.09.23 18:28:07.633393 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16213 | 2024.09.23 18:28:07.633782 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16214 | 2024.09.23 18:28:07.633870 [ 194 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_91_18} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16215 | 2024.09.23 18:28:07.633963 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
16216 | 2024.09.23 18:28:10.976699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1521, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16217 | 2024.09.23 18:28:10.976890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16218 | 2024.09.23 18:28:10.976937 [ 3 ] {} <Debug> HTTP-Session: 404f301e-bb4e-490e-b8a7-d4017a4f83de Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16219 | 2024.09.23 18:28:10.976981 [ 3 ] {} <Debug> HTTP-Session: 404f301e-bb4e-490e-b8a7-d4017a4f83de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16220 | 2024.09.23 18:28:10.977010 [ 3 ] {} <Debug> HTTP-Session: 404f301e-bb4e-490e-b8a7-d4017a4f83de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16221 | 2024.09.23 18:28:10.977092 [ 3 ] {} <Trace> HTTP-Session: 404f301e-bb4e-490e-b8a7-d4017a4f83de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16222 | 2024.09.23 18:28:10.977506 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
16223 | 2024.09.23 18:28:10.978018 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16224 | 2024.09.23 18:28:10.978072 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
16225 | 2024.09.23 18:28:10.978457 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16226 | 2024.09.23 18:28:10.978539 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16227 | 2024.09.23 18:28:10.978718 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
16228 | 2024.09.23 18:28:10.978761 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16229 | 2024.09.23 18:28:10.978788 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (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 | ||
16230 | 2024.09.23 18:28:10.978806 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16231 | 2024.09.23 18:28:10.978856 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
16232 | 2024.09.23 18:28:10.978882 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16233 | 2024.09.23 18:28:10.980106 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002796 sec., 15021.459227467813 rows/sec., 573.15 KiB/sec. | ||
16234 | 2024.09.23 18:28:10.980393 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Debug> DynamicQueryHandler: Done processing query | ||
16235 | 2024.09.23 18:28:10.980421 [ 3 ] {fed826c7-6272-4c3d-848a-be50c1694879} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16236 | 2024.09.23 18:28:10.980439 [ 3 ] {} <Debug> HTTP-Session: 404f301e-bb4e-490e-b8a7-d4017a4f83de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16237 | 2024.09.23 18:28:10.983833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16238 | 2024.09.23 18:28:10.983929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16239 | 2024.09.23 18:28:10.983968 [ 3 ] {} <Debug> HTTP-Session: d64580dc-9f73-4a58-9e34-84403424cdef Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16240 | 2024.09.23 18:28:10.984003 [ 3 ] {} <Debug> HTTP-Session: d64580dc-9f73-4a58-9e34-84403424cdef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16241 | 2024.09.23 18:28:10.984031 [ 3 ] {} <Debug> HTTP-Session: d64580dc-9f73-4a58-9e34-84403424cdef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16242 | 2024.09.23 18:28:10.984094 [ 3 ] {} <Trace> HTTP-Session: d64580dc-9f73-4a58-9e34-84403424cdef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16243 | 2024.09.23 18:28:10.984302 [ 3 ] {ce1de336-d81b-42e1-8d63-609f3d1eba1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
16244 | 2024.09.23 18:28:10.984392 [ 3 ] {ce1de336-d81b-42e1-8d63-609f3d1eba1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16245 | 2024.09.23 18:28:10.984732 [ 3 ] {ce1de336-d81b-42e1-8d63-609f3d1eba1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16246 | 2024.09.23 18:28:10.985093 [ 3 ] {ce1de336-d81b-42e1-8d63-609f3d1eba1b} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16247 | 2024.09.23 18:28:10.985135 [ 3 ] {ce1de336-d81b-42e1-8d63-609f3d1eba1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16248 | 2024.09.23 18:28:10.985631 [ 3 ] {ce1de336-d81b-42e1-8d63-609f3d1eba1b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
16249 | 2024.09.23 18:28:10.985959 [ 3 ] {ce1de336-d81b-42e1-8d63-609f3d1eba1b} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16250 | 2024.09.23 18:28:10.986119 [ 3 ] {ce1de336-d81b-42e1-8d63-609f3d1eba1b} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001884 sec., 530.7855626326964 rows/sec., 147.73 KiB/sec. | ||
16251 | 2024.09.23 18:28:10.986445 [ 3 ] {ce1de336-d81b-42e1-8d63-609f3d1eba1b} <Debug> DynamicQueryHandler: Done processing query | ||
16252 | 2024.09.23 18:28:10.986472 [ 3 ] {ce1de336-d81b-42e1-8d63-609f3d1eba1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16253 | 2024.09.23 18:28:10.986489 [ 3 ] {} <Debug> HTTP-Session: d64580dc-9f73-4a58-9e34-84403424cdef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16254 | 2024.09.23 18:28:10.986635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16255 | 2024.09.23 18:28:10.986686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16256 | 2024.09.23 18:28:10.986704 [ 3 ] {} <Debug> HTTP-Session: dee1f748-6a57-410b-bce4-06ba40c19f24 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16257 | 2024.09.23 18:28:10.986722 [ 3 ] {} <Debug> HTTP-Session: dee1f748-6a57-410b-bce4-06ba40c19f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16258 | 2024.09.23 18:28:10.986736 [ 3 ] {} <Debug> HTTP-Session: dee1f748-6a57-410b-bce4-06ba40c19f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16259 | 2024.09.23 18:28:10.986767 [ 3 ] {} <Trace> HTTP-Session: dee1f748-6a57-410b-bce4-06ba40c19f24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16260 | 2024.09.23 18:28:10.986865 [ 3 ] {dd300243-be51-481f-ac3f-09f9b9b6fccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16261 | 2024.09.23 18:28:10.986911 [ 3 ] {dd300243-be51-481f-ac3f-09f9b9b6fccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16262 | 2024.09.23 18:28:10.987171 [ 3 ] {dd300243-be51-481f-ac3f-09f9b9b6fccf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16263 | 2024.09.23 18:28:10.987516 [ 3 ] {dd300243-be51-481f-ac3f-09f9b9b6fccf} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16264 | 2024.09.23 18:28:10.987554 [ 3 ] {dd300243-be51-481f-ac3f-09f9b9b6fccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16265 | 2024.09.23 18:28:10.987914 [ 3 ] {dd300243-be51-481f-ac3f-09f9b9b6fccf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
16266 | 2024.09.23 18:28:10.988283 [ 3 ] {dd300243-be51-481f-ac3f-09f9b9b6fccf} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16267 | 2024.09.23 18:28:10.988452 [ 3 ] {dd300243-be51-481f-ac3f-09f9b9b6fccf} <Debug> executeQuery: Read 5 rows, 410.00 B in 0.001601 sec., 3123.048094940662 rows/sec., 250.09 KiB/sec. | ||
16268 | 2024.09.23 18:28:10.988637 [ 3 ] {dd300243-be51-481f-ac3f-09f9b9b6fccf} <Debug> DynamicQueryHandler: Done processing query | ||
16269 | 2024.09.23 18:28:10.988663 [ 3 ] {dd300243-be51-481f-ac3f-09f9b9b6fccf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16270 | 2024.09.23 18:28:10.988679 [ 3 ] {} <Debug> HTTP-Session: dee1f748-6a57-410b-bce4-06ba40c19f24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16271 | 2024.09.23 18:28:10.988818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16272 | 2024.09.23 18:28:10.988867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16273 | 2024.09.23 18:28:10.988887 [ 3 ] {} <Debug> HTTP-Session: eb63a327-cde1-48fc-a00f-0ba145ae6448 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16274 | 2024.09.23 18:28:10.988904 [ 3 ] {} <Debug> HTTP-Session: eb63a327-cde1-48fc-a00f-0ba145ae6448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16275 | 2024.09.23 18:28:10.988917 [ 3 ] {} <Debug> HTTP-Session: eb63a327-cde1-48fc-a00f-0ba145ae6448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16276 | 2024.09.23 18:28:10.988948 [ 3 ] {} <Trace> HTTP-Session: eb63a327-cde1-48fc-a00f-0ba145ae6448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16277 | 2024.09.23 18:28:10.989071 [ 3 ] {ddbe0f2e-3d4e-4d1b-a5f4-f826b0b52fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16278 | 2024.09.23 18:28:10.989114 [ 3 ] {ddbe0f2e-3d4e-4d1b-a5f4-f826b0b52fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16279 | 2024.09.23 18:28:10.989339 [ 3 ] {ddbe0f2e-3d4e-4d1b-a5f4-f826b0b52fb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16280 | 2024.09.23 18:28:10.989737 [ 3 ] {ddbe0f2e-3d4e-4d1b-a5f4-f826b0b52fb9} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16281 | 2024.09.23 18:28:10.989775 [ 3 ] {ddbe0f2e-3d4e-4d1b-a5f4-f826b0b52fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16282 | 2024.09.23 18:28:10.990132 [ 3 ] {ddbe0f2e-3d4e-4d1b-a5f4-f826b0b52fb9} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16283 | 2024.09.23 18:28:10.990489 [ 3 ] {ddbe0f2e-3d4e-4d1b-a5f4-f826b0b52fb9} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16284 | 2024.09.23 18:28:10.990635 [ 3 ] {ddbe0f2e-3d4e-4d1b-a5f4-f826b0b52fb9} <Debug> executeQuery: Read 108 rows, 9.16 KiB in 0.001613 sec., 66955.98264104154 rows/sec., 5.55 MiB/sec. | ||
16285 | 2024.09.23 18:28:10.990923 [ 3 ] {ddbe0f2e-3d4e-4d1b-a5f4-f826b0b52fb9} <Debug> DynamicQueryHandler: Done processing query | ||
16286 | 2024.09.23 18:28:10.990981 [ 3 ] {ddbe0f2e-3d4e-4d1b-a5f4-f826b0b52fb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16287 | 2024.09.23 18:28:10.991034 [ 3 ] {} <Debug> HTTP-Session: eb63a327-cde1-48fc-a00f-0ba145ae6448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16288 | 2024.09.23 18:28:10.991254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4185, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16289 | 2024.09.23 18:28:10.991352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16290 | 2024.09.23 18:28:10.991373 [ 3 ] {} <Debug> HTTP-Session: 9fd965a2-82d1-4093-9f50-f22b0a6b93b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16291 | 2024.09.23 18:28:10.991391 [ 3 ] {} <Debug> HTTP-Session: 9fd965a2-82d1-4093-9f50-f22b0a6b93b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16292 | 2024.09.23 18:28:10.991405 [ 3 ] {} <Debug> HTTP-Session: 9fd965a2-82d1-4093-9f50-f22b0a6b93b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16293 | 2024.09.23 18:28:10.991437 [ 3 ] {} <Trace> HTTP-Session: 9fd965a2-82d1-4093-9f50-f22b0a6b93b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16294 | 2024.09.23 18:28:10.991547 [ 3 ] {29112cda-8231-499c-9699-beb6b585bed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16295 | 2024.09.23 18:28:10.991592 [ 3 ] {29112cda-8231-499c-9699-beb6b585bed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16296 | 2024.09.23 18:28:10.991835 [ 3 ] {29112cda-8231-499c-9699-beb6b585bed0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16297 | 2024.09.23 18:28:10.992168 [ 3 ] {29112cda-8231-499c-9699-beb6b585bed0} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16298 | 2024.09.23 18:28:10.992206 [ 3 ] {29112cda-8231-499c-9699-beb6b585bed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16299 | 2024.09.23 18:28:10.992565 [ 3 ] {29112cda-8231-499c-9699-beb6b585bed0} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16300 | 2024.09.23 18:28:10.992932 [ 3 ] {29112cda-8231-499c-9699-beb6b585bed0} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16301 | 2024.09.23 18:28:10.993090 [ 3 ] {29112cda-8231-499c-9699-beb6b585bed0} <Debug> executeQuery: Read 29 rows, 2.15 KiB in 0.001573 sec., 18436.109345200253 rows/sec., 1.33 MiB/sec. | ||
16302 | 2024.09.23 18:28:10.993265 [ 3 ] {29112cda-8231-499c-9699-beb6b585bed0} <Debug> DynamicQueryHandler: Done processing query | ||
16303 | 2024.09.23 18:28:10.993290 [ 3 ] {29112cda-8231-499c-9699-beb6b585bed0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16304 | 2024.09.23 18:28:10.993307 [ 3 ] {} <Debug> HTTP-Session: 9fd965a2-82d1-4093-9f50-f22b0a6b93b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16305 | 2024.09.23 18:28:10.993437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 16753, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16306 | 2024.09.23 18:28:10.993486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16307 | 2024.09.23 18:28:10.993506 [ 3 ] {} <Debug> HTTP-Session: 2d243de6-6e1a-4747-b594-cd74046011db Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16308 | 2024.09.23 18:28:10.993523 [ 3 ] {} <Debug> HTTP-Session: 2d243de6-6e1a-4747-b594-cd74046011db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16309 | 2024.09.23 18:28:10.993537 [ 3 ] {} <Debug> HTTP-Session: 2d243de6-6e1a-4747-b594-cd74046011db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16310 | 2024.09.23 18:28:10.993568 [ 3 ] {} <Trace> HTTP-Session: 2d243de6-6e1a-4747-b594-cd74046011db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16311 | 2024.09.23 18:28:10.993690 [ 3 ] {8e133fef-e79e-4798-9d3d-14d5b38736ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16312 | 2024.09.23 18:28:10.993733 [ 3 ] {8e133fef-e79e-4798-9d3d-14d5b38736ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16313 | 2024.09.23 18:28:10.993956 [ 3 ] {8e133fef-e79e-4798-9d3d-14d5b38736ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16314 | 2024.09.23 18:28:10.994346 [ 3 ] {8e133fef-e79e-4798-9d3d-14d5b38736ff} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16315 | 2024.09.23 18:28:10.994385 [ 3 ] {8e133fef-e79e-4798-9d3d-14d5b38736ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16316 | 2024.09.23 18:28:10.994748 [ 3 ] {8e133fef-e79e-4798-9d3d-14d5b38736ff} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16317 | 2024.09.23 18:28:10.995111 [ 3 ] {8e133fef-e79e-4798-9d3d-14d5b38736ff} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16318 | 2024.09.23 18:28:10.995277 [ 3 ] {8e133fef-e79e-4798-9d3d-14d5b38736ff} <Debug> executeQuery: Read 99 rows, 7.85 KiB in 0.001627 sec., 60848.18684695759 rows/sec., 4.71 MiB/sec. | ||
16319 | 2024.09.23 18:28:10.995462 [ 3 ] {8e133fef-e79e-4798-9d3d-14d5b38736ff} <Debug> DynamicQueryHandler: Done processing query | ||
16320 | 2024.09.23 18:28:10.995487 [ 3 ] {8e133fef-e79e-4798-9d3d-14d5b38736ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16321 | 2024.09.23 18:28:10.995503 [ 3 ] {} <Debug> HTTP-Session: 2d243de6-6e1a-4747-b594-cd74046011db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16322 | 2024.09.23 18:28:10.995657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 21283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16323 | 2024.09.23 18:28:10.995707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16324 | 2024.09.23 18:28:10.995727 [ 3 ] {} <Debug> HTTP-Session: 36976368-3dc8-4bdc-8a6d-0a61b16587ce Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16325 | 2024.09.23 18:28:10.995744 [ 3 ] {} <Debug> HTTP-Session: 36976368-3dc8-4bdc-8a6d-0a61b16587ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16326 | 2024.09.23 18:28:10.995757 [ 3 ] {} <Debug> HTTP-Session: 36976368-3dc8-4bdc-8a6d-0a61b16587ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16327 | 2024.09.23 18:28:10.995789 [ 3 ] {} <Trace> HTTP-Session: 36976368-3dc8-4bdc-8a6d-0a61b16587ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16328 | 2024.09.23 18:28:10.995926 [ 3 ] {aeb6a838-cea5-4d91-846c-3f8c84db8cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16329 | 2024.09.23 18:28:10.995973 [ 3 ] {aeb6a838-cea5-4d91-846c-3f8c84db8cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16330 | 2024.09.23 18:28:10.996116 [ 3 ] {aeb6a838-cea5-4d91-846c-3f8c84db8cd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16331 | 2024.09.23 18:28:10.996535 [ 3 ] {aeb6a838-cea5-4d91-846c-3f8c84db8cd3} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16332 | 2024.09.23 18:28:10.996572 [ 3 ] {aeb6a838-cea5-4d91-846c-3f8c84db8cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16333 | 2024.09.23 18:28:10.996954 [ 3 ] {aeb6a838-cea5-4d91-846c-3f8c84db8cd3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16334 | 2024.09.23 18:28:10.997305 [ 3 ] {aeb6a838-cea5-4d91-846c-3f8c84db8cd3} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16335 | 2024.09.23 18:28:10.997465 [ 3 ] {aeb6a838-cea5-4d91-846c-3f8c84db8cd3} <Debug> executeQuery: Read 111 rows, 7.91 KiB in 0.001599 sec., 69418.38649155722 rows/sec., 4.83 MiB/sec. | ||
16336 | 2024.09.23 18:28:10.997736 [ 3 ] {aeb6a838-cea5-4d91-846c-3f8c84db8cd3} <Debug> DynamicQueryHandler: Done processing query | ||
16337 | 2024.09.23 18:28:10.997794 [ 3 ] {aeb6a838-cea5-4d91-846c-3f8c84db8cd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16338 | 2024.09.23 18:28:10.997846 [ 3 ] {} <Debug> HTTP-Session: 36976368-3dc8-4bdc-8a6d-0a61b16587ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16339 | 2024.09.23 18:28:10.998086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 39396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16340 | 2024.09.23 18:28:10.998140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16341 | 2024.09.23 18:28:10.998160 [ 3 ] {} <Debug> HTTP-Session: 8397159b-c626-41d0-bf86-063bf469b40b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16342 | 2024.09.23 18:28:10.998178 [ 3 ] {} <Debug> HTTP-Session: 8397159b-c626-41d0-bf86-063bf469b40b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16343 | 2024.09.23 18:28:10.998192 [ 3 ] {} <Debug> HTTP-Session: 8397159b-c626-41d0-bf86-063bf469b40b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16344 | 2024.09.23 18:28:10.998223 [ 3 ] {} <Trace> HTTP-Session: 8397159b-c626-41d0-bf86-063bf469b40b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16345 | 2024.09.23 18:28:10.998495 [ 3 ] {ca91ab17-5128-4900-835e-b082504faac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16346 | 2024.09.23 18:28:10.998567 [ 3 ] {ca91ab17-5128-4900-835e-b082504faac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16347 | 2024.09.23 18:28:10.999000 [ 3 ] {ca91ab17-5128-4900-835e-b082504faac4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16348 | 2024.09.23 18:28:10.999611 [ 3 ] {ca91ab17-5128-4900-835e-b082504faac4} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16349 | 2024.09.23 18:28:10.999649 [ 3 ] {ca91ab17-5128-4900-835e-b082504faac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16350 | 2024.09.23 18:28:11.000143 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.66 MiB, peak 222.81 MiB, free memory in arenas 0.00 B, will set to 209.68 MiB (RSS), difference: -5.97 MiB | ||
16351 | 2024.09.23 18:28:11.000406 [ 3 ] {ca91ab17-5128-4900-835e-b082504faac4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16352 | 2024.09.23 18:28:11.000948 [ 3 ] {ca91ab17-5128-4900-835e-b082504faac4} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16353 | 2024.09.23 18:28:11.001147 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
16354 | 2024.09.23 18:28:11.001158 [ 3 ] {ca91ab17-5128-4900-835e-b082504faac4} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002842 sec., 8444.75721323012 rows/sec., 15.13 MiB/sec. | ||
16355 | 2024.09.23 18:28:11.001240 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16356 | 2024.09.23 18:28:11.001324 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16357 | 2024.09.23 18:28:11.001554 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
16358 | 2024.09.23 18:28:11.001641 [ 3 ] {ca91ab17-5128-4900-835e-b082504faac4} <Debug> DynamicQueryHandler: Done processing query | ||
16359 | 2024.09.23 18:28:11.001673 [ 3 ] {ca91ab17-5128-4900-835e-b082504faac4} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
16360 | 2024.09.23 18:28:11.001701 [ 3 ] {} <Debug> HTTP-Session: 8397159b-c626-41d0-bf86-063bf469b40b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16361 | 2024.09.23 18:28:11.001852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 6395, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16362 | 2024.09.23 18:28:11.001925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16363 | 2024.09.23 18:28:11.001958 [ 3 ] {} <Debug> HTTP-Session: b26e4746-47db-47f1-8d78-0a5e8d38886a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16364 | 2024.09.23 18:28:11.001962 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16365 | 2024.09.23 18:28:11.001977 [ 3 ] {} <Debug> HTTP-Session: b26e4746-47db-47f1-8d78-0a5e8d38886a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16366 | 2024.09.23 18:28:11.002002 [ 3 ] {} <Debug> HTTP-Session: b26e4746-47db-47f1-8d78-0a5e8d38886a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16367 | 2024.09.23 18:28:11.002053 [ 3 ] {} <Trace> HTTP-Session: b26e4746-47db-47f1-8d78-0a5e8d38886a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16368 | 2024.09.23 18:28:11.002063 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1325 rows starting from the beginning of the part | ||
16369 | 2024.09.23 18:28:11.002208 [ 3 ] {3ba7fb09-e23b-4960-9e55-d7c0d2aa5885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16370 | 2024.09.23 18:28:11.002371 [ 3 ] {3ba7fb09-e23b-4960-9e55-d7c0d2aa5885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16371 | 2024.09.23 18:28:11.002706 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 10 rows starting from the beginning of the part | ||
16372 | 2024.09.23 18:28:11.002945 [ 3 ] {3ba7fb09-e23b-4960-9e55-d7c0d2aa5885} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16373 | 2024.09.23 18:28:11.003341 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 31 rows starting from the beginning of the part | ||
16374 | 2024.09.23 18:28:11.004034 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 21 rows starting from the beginning of the part | ||
16375 | 2024.09.23 18:28:11.004070 [ 3 ] {3ba7fb09-e23b-4960-9e55-d7c0d2aa5885} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16376 | 2024.09.23 18:28:11.004119 [ 3 ] {3ba7fb09-e23b-4960-9e55-d7c0d2aa5885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16377 | 2024.09.23 18:28:11.004571 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part | ||
16378 | 2024.09.23 18:28:11.005137 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 24 rows starting from the beginning of the part | ||
16379 | 2024.09.23 18:28:11.005312 [ 3 ] {3ba7fb09-e23b-4960-9e55-d7c0d2aa5885} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16380 | 2024.09.23 18:28:11.005986 [ 3 ] {3ba7fb09-e23b-4960-9e55-d7c0d2aa5885} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16381 | 2024.09.23 18:28:11.006232 [ 3 ] {3ba7fb09-e23b-4960-9e55-d7c0d2aa5885} <Debug> executeQuery: Read 42 rows, 2.89 KiB in 0.004089 sec., 10271.460014673516 rows/sec., 707.17 KiB/sec. | ||
16382 | 2024.09.23 18:28:11.006474 [ 3 ] {3ba7fb09-e23b-4960-9e55-d7c0d2aa5885} <Debug> DynamicQueryHandler: Done processing query | ||
16383 | 2024.09.23 18:28:11.006500 [ 3 ] {3ba7fb09-e23b-4960-9e55-d7c0d2aa5885} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16384 | 2024.09.23 18:28:11.006516 [ 3 ] {} <Debug> HTTP-Session: b26e4746-47db-47f1-8d78-0a5e8d38886a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16385 | 2024.09.23 18:28:11.010182 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1419 rows, containing 19 columns (19 merged, 0 gathered) in 0.008719799 sec., 162733.10887097282 rows/sec., 291.61 MiB/sec. | ||
16386 | 2024.09.23 18:28:11.012338 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16387 | 2024.09.23 18:28:11.013064 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16388 | 2024.09.23 18:28:11.013175 [ 187 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16389 | 2024.09.23 18:28:11.013358 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
16390 | 2024.09.23 18:28:12.000145 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.38 MiB, peak 222.81 MiB, free memory in arenas 0.00 B, will set to 210.54 MiB (RSS), difference: 6.16 MiB | ||
16391 | 2024.09.23 18:28:12.293835 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16392 | 2024.09.23 18:28:12.293898 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16393 | 2024.09.23 18:28:15.981773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16394 | 2024.09.23 18:28:15.981904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16395 | 2024.09.23 18:28:15.981935 [ 3 ] {} <Debug> HTTP-Session: aa7b6eb8-1b8c-4b15-9469-b2c223cd59ae Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16396 | 2024.09.23 18:28:15.981964 [ 3 ] {} <Debug> HTTP-Session: aa7b6eb8-1b8c-4b15-9469-b2c223cd59ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16397 | 2024.09.23 18:28:15.981982 [ 3 ] {} <Debug> HTTP-Session: aa7b6eb8-1b8c-4b15-9469-b2c223cd59ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16398 | 2024.09.23 18:28:15.982039 [ 3 ] {} <Trace> HTTP-Session: aa7b6eb8-1b8c-4b15-9469-b2c223cd59ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16399 | 2024.09.23 18:28:15.982230 [ 3 ] {8e461ec1-0201-4c20-813e-eed50df80711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16400 | 2024.09.23 18:28:15.982304 [ 3 ] {8e461ec1-0201-4c20-813e-eed50df80711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16401 | 2024.09.23 18:28:15.982693 [ 3 ] {8e461ec1-0201-4c20-813e-eed50df80711} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16402 | 2024.09.23 18:28:15.983113 [ 3 ] {8e461ec1-0201-4c20-813e-eed50df80711} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16403 | 2024.09.23 18:28:15.983158 [ 3 ] {8e461ec1-0201-4c20-813e-eed50df80711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16404 | 2024.09.23 18:28:15.983567 [ 3 ] {8e461ec1-0201-4c20-813e-eed50df80711} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
16405 | 2024.09.23 18:28:15.983982 [ 3 ] {8e461ec1-0201-4c20-813e-eed50df80711} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16406 | 2024.09.23 18:28:15.984164 [ 3 ] {8e461ec1-0201-4c20-813e-eed50df80711} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001985 sec., 1007.5566750629724 rows/sec., 74.78 KiB/sec. | ||
16407 | 2024.09.23 18:28:15.984175 [ 144 ] {} <Debug> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
16408 | 2024.09.23 18:28:15.984287 [ 144 ] {} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16409 | 2024.09.23 18:28:15.984345 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16410 | 2024.09.23 18:28:15.984465 [ 3 ] {8e461ec1-0201-4c20-813e-eed50df80711} <Debug> DynamicQueryHandler: Done processing query | ||
16411 | 2024.09.23 18:28:15.984475 [ 194 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
16412 | 2024.09.23 18:28:15.984499 [ 3 ] {8e461ec1-0201-4c20-813e-eed50df80711} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16413 | 2024.09.23 18:28:15.984527 [ 3 ] {} <Debug> HTTP-Session: aa7b6eb8-1b8c-4b15-9469-b2c223cd59ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16414 | 2024.09.23 18:28:15.984623 [ 194 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16415 | 2024.09.23 18:28:15.984657 [ 194 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 18 rows starting from the beginning of the part | ||
16416 | 2024.09.23 18:28:15.984741 [ 194 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
16417 | 2024.09.23 18:28:15.984746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 15152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16418 | 2024.09.23 18:28:15.984865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16419 | 2024.09.23 18:28:15.984924 [ 194 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
16420 | 2024.09.23 18:28:15.984983 [ 3 ] {} <Debug> HTTP-Session: eeecf32c-698b-49da-baa6-97c68c1adf3f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16421 | 2024.09.23 18:28:15.985069 [ 3 ] {} <Debug> HTTP-Session: eeecf32c-698b-49da-baa6-97c68c1adf3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16422 | 2024.09.23 18:28:15.985183 [ 3 ] {} <Debug> HTTP-Session: eeecf32c-698b-49da-baa6-97c68c1adf3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16423 | 2024.09.23 18:28:15.985330 [ 194 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
16424 | 2024.09.23 18:28:15.985353 [ 3 ] {} <Trace> HTTP-Session: eeecf32c-698b-49da-baa6-97c68c1adf3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16425 | 2024.09.23 18:28:15.985716 [ 194 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 5 rows starting from the beginning of the part | ||
16426 | 2024.09.23 18:28:15.985811 [ 3 ] {ab5652de-dd74-4a0a-a55d-27e44155eada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16427 | 2024.09.23 18:28:15.985984 [ 3 ] {ab5652de-dd74-4a0a-a55d-27e44155eada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16428 | 2024.09.23 18:28:15.986022 [ 194 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
16429 | 2024.09.23 18:28:15.986946 [ 3 ] {ab5652de-dd74-4a0a-a55d-27e44155eada} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16430 | 2024.09.23 18:28:15.987626 [ 3 ] {ab5652de-dd74-4a0a-a55d-27e44155eada} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16431 | 2024.09.23 18:28:15.987671 [ 3 ] {ab5652de-dd74-4a0a-a55d-27e44155eada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16432 | 2024.09.23 18:28:15.988089 [ 192 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 5 columns (5 merged, 0 gathered) in 0.003661011 sec., 10106.497904540576 rows/sec., 857.59 KiB/sec. | ||
16433 | 2024.09.23 18:28:15.988314 [ 3 ] {ab5652de-dd74-4a0a-a55d-27e44155eada} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16434 | 2024.09.23 18:28:15.988324 [ 192 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
16435 | 2024.09.23 18:28:15.989256 [ 3 ] {ab5652de-dd74-4a0a-a55d-27e44155eada} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16436 | 2024.09.23 18:28:15.989380 [ 192 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16437 | 2024.09.23 18:28:15.989587 [ 3 ] {ab5652de-dd74-4a0a-a55d-27e44155eada} <Debug> executeQuery: Read 104 rows, 8.79 KiB in 0.003936 sec., 26422.764227642274 rows/sec., 2.18 MiB/sec. | ||
16438 | 2024.09.23 18:28:15.989624 [ 192 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_30_6} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
16439 | 2024.09.23 18:28:15.989887 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
16440 | 2024.09.23 18:28:15.989989 [ 3 ] {ab5652de-dd74-4a0a-a55d-27e44155eada} <Debug> DynamicQueryHandler: Done processing query | ||
16441 | 2024.09.23 18:28:15.990021 [ 3 ] {ab5652de-dd74-4a0a-a55d-27e44155eada} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16442 | 2024.09.23 18:28:15.990037 [ 3 ] {} <Debug> HTTP-Session: eeecf32c-698b-49da-baa6-97c68c1adf3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16443 | 2024.09.23 18:28:15.990181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16444 | 2024.09.23 18:28:15.990234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16445 | 2024.09.23 18:28:15.990254 [ 3 ] {} <Debug> HTTP-Session: 207ca960-0cfb-4a87-a8b5-c7f13d4ac8e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16446 | 2024.09.23 18:28:15.990271 [ 3 ] {} <Debug> HTTP-Session: 207ca960-0cfb-4a87-a8b5-c7f13d4ac8e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16447 | 2024.09.23 18:28:15.990285 [ 3 ] {} <Debug> HTTP-Session: 207ca960-0cfb-4a87-a8b5-c7f13d4ac8e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16448 | 2024.09.23 18:28:15.990318 [ 3 ] {} <Trace> HTTP-Session: 207ca960-0cfb-4a87-a8b5-c7f13d4ac8e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16449 | 2024.09.23 18:28:15.990433 [ 3 ] {3cfd5eff-8260-4a01-b15b-eadfad76fd72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16450 | 2024.09.23 18:28:15.990479 [ 3 ] {3cfd5eff-8260-4a01-b15b-eadfad76fd72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16451 | 2024.09.23 18:28:15.990733 [ 3 ] {3cfd5eff-8260-4a01-b15b-eadfad76fd72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16452 | 2024.09.23 18:28:15.991061 [ 3 ] {3cfd5eff-8260-4a01-b15b-eadfad76fd72} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16453 | 2024.09.23 18:28:15.991099 [ 3 ] {3cfd5eff-8260-4a01-b15b-eadfad76fd72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16454 | 2024.09.23 18:28:15.991462 [ 3 ] {3cfd5eff-8260-4a01-b15b-eadfad76fd72} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16455 | 2024.09.23 18:28:15.991839 [ 3 ] {3cfd5eff-8260-4a01-b15b-eadfad76fd72} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16456 | 2024.09.23 18:28:15.992000 [ 3 ] {3cfd5eff-8260-4a01-b15b-eadfad76fd72} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001597 sec., 15028.177833437696 rows/sec., 1.09 MiB/sec. | ||
16457 | 2024.09.23 18:28:15.992166 [ 3 ] {3cfd5eff-8260-4a01-b15b-eadfad76fd72} <Debug> DynamicQueryHandler: Done processing query | ||
16458 | 2024.09.23 18:28:15.992191 [ 3 ] {3cfd5eff-8260-4a01-b15b-eadfad76fd72} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16459 | 2024.09.23 18:28:15.992207 [ 3 ] {} <Debug> HTTP-Session: 207ca960-0cfb-4a87-a8b5-c7f13d4ac8e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16460 | 2024.09.23 18:28:15.992356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 16848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16461 | 2024.09.23 18:28:15.992405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16462 | 2024.09.23 18:28:15.992425 [ 3 ] {} <Debug> HTTP-Session: 9589aca1-f19a-4d17-a80a-c378f27de382 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16463 | 2024.09.23 18:28:15.992442 [ 3 ] {} <Debug> HTTP-Session: 9589aca1-f19a-4d17-a80a-c378f27de382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16464 | 2024.09.23 18:28:15.992457 [ 3 ] {} <Debug> HTTP-Session: 9589aca1-f19a-4d17-a80a-c378f27de382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16465 | 2024.09.23 18:28:15.992489 [ 3 ] {} <Trace> HTTP-Session: 9589aca1-f19a-4d17-a80a-c378f27de382 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16466 | 2024.09.23 18:28:15.992615 [ 3 ] {fe5023dc-df38-41e3-a475-07f33be8cd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16467 | 2024.09.23 18:28:15.992660 [ 3 ] {fe5023dc-df38-41e3-a475-07f33be8cd32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16468 | 2024.09.23 18:28:15.992885 [ 3 ] {fe5023dc-df38-41e3-a475-07f33be8cd32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16469 | 2024.09.23 18:28:15.993257 [ 3 ] {fe5023dc-df38-41e3-a475-07f33be8cd32} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16470 | 2024.09.23 18:28:15.993293 [ 3 ] {fe5023dc-df38-41e3-a475-07f33be8cd32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16471 | 2024.09.23 18:28:15.993662 [ 3 ] {fe5023dc-df38-41e3-a475-07f33be8cd32} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16472 | 2024.09.23 18:28:15.994025 [ 3 ] {fe5023dc-df38-41e3-a475-07f33be8cd32} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16473 | 2024.09.23 18:28:15.994183 [ 3 ] {fe5023dc-df38-41e3-a475-07f33be8cd32} <Debug> executeQuery: Read 100 rows, 7.86 KiB in 0.001609 sec., 62150.40397762586 rows/sec., 4.77 MiB/sec. | ||
16474 | 2024.09.23 18:28:15.994356 [ 3 ] {fe5023dc-df38-41e3-a475-07f33be8cd32} <Debug> DynamicQueryHandler: Done processing query | ||
16475 | 2024.09.23 18:28:15.994382 [ 3 ] {fe5023dc-df38-41e3-a475-07f33be8cd32} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16476 | 2024.09.23 18:28:15.994398 [ 3 ] {} <Debug> HTTP-Session: 9589aca1-f19a-4d17-a80a-c378f27de382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16477 | 2024.09.23 18:28:15.994565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16478 | 2024.09.23 18:28:15.994616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16479 | 2024.09.23 18:28:15.994637 [ 3 ] {} <Debug> HTTP-Session: 980d070d-aecf-42a5-835f-84e23607a508 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16480 | 2024.09.23 18:28:15.994654 [ 3 ] {} <Debug> HTTP-Session: 980d070d-aecf-42a5-835f-84e23607a508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16481 | 2024.09.23 18:28:15.994667 [ 3 ] {} <Debug> HTTP-Session: 980d070d-aecf-42a5-835f-84e23607a508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16482 | 2024.09.23 18:28:15.994699 [ 3 ] {} <Trace> HTTP-Session: 980d070d-aecf-42a5-835f-84e23607a508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16483 | 2024.09.23 18:28:15.994848 [ 3 ] {12e57473-4102-4c1d-b370-f0fffcd27235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16484 | 2024.09.23 18:28:15.994896 [ 3 ] {12e57473-4102-4c1d-b370-f0fffcd27235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16485 | 2024.09.23 18:28:15.995042 [ 3 ] {12e57473-4102-4c1d-b370-f0fffcd27235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16486 | 2024.09.23 18:28:15.995497 [ 3 ] {12e57473-4102-4c1d-b370-f0fffcd27235} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16487 | 2024.09.23 18:28:15.995533 [ 3 ] {12e57473-4102-4c1d-b370-f0fffcd27235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16488 | 2024.09.23 18:28:15.995923 [ 3 ] {12e57473-4102-4c1d-b370-f0fffcd27235} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16489 | 2024.09.23 18:28:15.996272 [ 3 ] {12e57473-4102-4c1d-b370-f0fffcd27235} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16490 | 2024.09.23 18:28:15.996440 [ 3 ] {12e57473-4102-4c1d-b370-f0fffcd27235} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.001654 sec., 97944.37726723096 rows/sec., 6.81 MiB/sec. | ||
16491 | 2024.09.23 18:28:15.996623 [ 3 ] {12e57473-4102-4c1d-b370-f0fffcd27235} <Debug> DynamicQueryHandler: Done processing query | ||
16492 | 2024.09.23 18:28:15.996648 [ 3 ] {12e57473-4102-4c1d-b370-f0fffcd27235} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16493 | 2024.09.23 18:28:15.996664 [ 3 ] {} <Debug> HTTP-Session: 980d070d-aecf-42a5-835f-84e23607a508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16494 | 2024.09.23 18:28:15.996908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 36079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16495 | 2024.09.23 18:28:15.996958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16496 | 2024.09.23 18:28:15.996978 [ 3 ] {} <Debug> HTTP-Session: 1826a148-19fe-4fba-958f-5d8ae4ed7e2e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16497 | 2024.09.23 18:28:15.996995 [ 3 ] {} <Debug> HTTP-Session: 1826a148-19fe-4fba-958f-5d8ae4ed7e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16498 | 2024.09.23 18:28:15.997009 [ 3 ] {} <Debug> HTTP-Session: 1826a148-19fe-4fba-958f-5d8ae4ed7e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16499 | 2024.09.23 18:28:15.997041 [ 3 ] {} <Trace> HTTP-Session: 1826a148-19fe-4fba-958f-5d8ae4ed7e2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16500 | 2024.09.23 18:28:15.997300 [ 3 ] {a6ec89f3-b5c2-42e0-879a-2c1af79e8730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16501 | 2024.09.23 18:28:15.997367 [ 3 ] {a6ec89f3-b5c2-42e0-879a-2c1af79e8730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16502 | 2024.09.23 18:28:15.997770 [ 3 ] {a6ec89f3-b5c2-42e0-879a-2c1af79e8730} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16503 | 2024.09.23 18:28:15.998353 [ 3 ] {a6ec89f3-b5c2-42e0-879a-2c1af79e8730} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16504 | 2024.09.23 18:28:15.998391 [ 3 ] {a6ec89f3-b5c2-42e0-879a-2c1af79e8730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16505 | 2024.09.23 18:28:15.998994 [ 3 ] {a6ec89f3-b5c2-42e0-879a-2c1af79e8730} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16506 | 2024.09.23 18:28:15.999419 [ 3 ] {a6ec89f3-b5c2-42e0-879a-2c1af79e8730} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16507 | 2024.09.23 18:28:15.999597 [ 3 ] {a6ec89f3-b5c2-42e0-879a-2c1af79e8730} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002468 sec., 8914.100486223662 rows/sec., 15.97 MiB/sec. | ||
16508 | 2024.09.23 18:28:15.999805 [ 3 ] {a6ec89f3-b5c2-42e0-879a-2c1af79e8730} <Debug> DynamicQueryHandler: Done processing query | ||
16509 | 2024.09.23 18:28:15.999830 [ 3 ] {a6ec89f3-b5c2-42e0-879a-2c1af79e8730} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
16510 | 2024.09.23 18:28:15.999847 [ 3 ] {} <Debug> HTTP-Session: 1826a148-19fe-4fba-958f-5d8ae4ed7e2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16511 | 2024.09.23 18:28:15.999967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16512 | 2024.09.23 18:28:16.000023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16513 | 2024.09.23 18:28:16.000042 [ 3 ] {} <Debug> HTTP-Session: aa348601-aefb-4a9b-a96b-fda10705e08d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16514 | 2024.09.23 18:28:16.000059 [ 3 ] {} <Debug> HTTP-Session: aa348601-aefb-4a9b-a96b-fda10705e08d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16515 | 2024.09.23 18:28:16.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.00 MiB, peak 222.81 MiB, free memory in arenas 0.00 B, will set to 210.54 MiB (RSS), difference: -1.47 MiB | ||
16516 | 2024.09.23 18:28:16.000165 [ 3 ] {} <Debug> HTTP-Session: aa348601-aefb-4a9b-a96b-fda10705e08d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16517 | 2024.09.23 18:28:16.000252 [ 3 ] {} <Trace> HTTP-Session: aa348601-aefb-4a9b-a96b-fda10705e08d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16518 | 2024.09.23 18:28:16.000455 [ 3 ] {a132b683-0e7e-47e5-acd9-404369d7b261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16519 | 2024.09.23 18:28:16.000546 [ 3 ] {a132b683-0e7e-47e5-acd9-404369d7b261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16520 | 2024.09.23 18:28:16.000853 [ 3 ] {a132b683-0e7e-47e5-acd9-404369d7b261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16521 | 2024.09.23 18:28:16.001158 [ 3 ] {a132b683-0e7e-47e5-acd9-404369d7b261} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16522 | 2024.09.23 18:28:16.001196 [ 3 ] {a132b683-0e7e-47e5-acd9-404369d7b261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
16523 | 2024.09.23 18:28:16.001565 [ 3 ] {a132b683-0e7e-47e5-acd9-404369d7b261} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16524 | 2024.09.23 18:28:16.001890 [ 3 ] {a132b683-0e7e-47e5-acd9-404369d7b261} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16525 | 2024.09.23 18:28:16.002137 [ 3 ] {a132b683-0e7e-47e5-acd9-404369d7b261} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001735 sec., 34582.1325648415 rows/sec., 2.33 MiB/sec. | ||
16526 | 2024.09.23 18:28:16.002318 [ 3 ] {a132b683-0e7e-47e5-acd9-404369d7b261} <Debug> DynamicQueryHandler: Done processing query | ||
16527 | 2024.09.23 18:28:16.002343 [ 3 ] {a132b683-0e7e-47e5-acd9-404369d7b261} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16528 | 2024.09.23 18:28:16.002360 [ 3 ] {} <Debug> HTTP-Session: aa348601-aefb-4a9b-a96b-fda10705e08d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16529 | 2024.09.23 18:28:20.974201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16530 | 2024.09.23 18:28:20.974335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16531 | 2024.09.23 18:28:20.974360 [ 3 ] {} <Debug> HTTP-Session: fe567ab4-98aa-411a-a3a2-0f43a35ef13f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16532 | 2024.09.23 18:28:20.974385 [ 3 ] {} <Debug> HTTP-Session: fe567ab4-98aa-411a-a3a2-0f43a35ef13f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16533 | 2024.09.23 18:28:20.974401 [ 3 ] {} <Debug> HTTP-Session: fe567ab4-98aa-411a-a3a2-0f43a35ef13f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16534 | 2024.09.23 18:28:20.974451 [ 3 ] {} <Trace> HTTP-Session: fe567ab4-98aa-411a-a3a2-0f43a35ef13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16535 | 2024.09.23 18:28:20.974716 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check') FORMAT JSONEachRow; (stage: Complete) | ||
16536 | 2024.09.23 18:28:20.975140 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16537 | 2024.09.23 18:28:20.975194 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check')" moved to PREWHERE | ||
16538 | 2024.09.23 18:28:20.975581 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16539 | 2024.09.23 18:28:20.975666 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16540 | 2024.09.23 18:28:20.975845 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
16541 | 2024.09.23 18:28:20.975995 [ 256 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16542 | 2024.09.23 18:28:20.976019 [ 261 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16543 | 2024.09.23 18:28:20.976144 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16544 | 2024.09.23 18:28:20.976174 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16545 | 2024.09.23 18:28:20.976230 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check'))" | ||
16546 | 2024.09.23 18:28:20.976257 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16547 | 2024.09.23 18:28:20.977273 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.00268 sec., 15671.641791044776 rows/sec., 597.96 KiB/sec. | ||
16548 | 2024.09.23 18:28:20.977568 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Debug> DynamicQueryHandler: Done processing query | ||
16549 | 2024.09.23 18:28:20.977596 [ 3 ] {82353f58-cd9e-4193-a9e6-3651d0d83af0} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16550 | 2024.09.23 18:28:20.977613 [ 3 ] {} <Debug> HTTP-Session: fe567ab4-98aa-411a-a3a2-0f43a35ef13f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16551 | 2024.09.23 18:28:20.978637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16552 | 2024.09.23 18:28:20.978695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16553 | 2024.09.23 18:28:20.978715 [ 3 ] {} <Debug> HTTP-Session: 08b5a040-0959-4cec-aa72-faee951ec2de Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16554 | 2024.09.23 18:28:20.978735 [ 3 ] {} <Debug> HTTP-Session: 08b5a040-0959-4cec-aa72-faee951ec2de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16555 | 2024.09.23 18:28:20.978750 [ 3 ] {} <Debug> HTTP-Session: 08b5a040-0959-4cec-aa72-faee951ec2de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16556 | 2024.09.23 18:28:20.978787 [ 3 ] {} <Trace> HTTP-Session: 08b5a040-0959-4cec-aa72-faee951ec2de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16557 | 2024.09.23 18:28:20.978965 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16558 | 2024.09.23 18:28:20.979286 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16559 | 2024.09.23 18:28:20.979339 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16560 | 2024.09.23 18:28:20.979691 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16561 | 2024.09.23 18:28:20.979760 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16562 | 2024.09.23 18:28:20.979911 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
16563 | 2024.09.23 18:28:20.980002 [ 264 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16564 | 2024.09.23 18:28:20.980021 [ 261 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16565 | 2024.09.23 18:28:20.980120 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16566 | 2024.09.23 18:28:20.980150 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16567 | 2024.09.23 18:28:20.980201 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" | ||
16568 | 2024.09.23 18:28:20.980226 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16569 | 2024.09.23 18:28:20.980917 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002045 sec., 20537.897310513446 rows/sec., 783.64 KiB/sec. | ||
16570 | 2024.09.23 18:28:20.981137 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Debug> DynamicQueryHandler: Done processing query | ||
16571 | 2024.09.23 18:28:20.981163 [ 3 ] {78155993-04b8-4407-9d9a-4f05939eeacb} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16572 | 2024.09.23 18:28:20.981180 [ 3 ] {} <Debug> HTTP-Session: 08b5a040-0959-4cec-aa72-faee951ec2de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16573 | 2024.09.23 18:28:20.981447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1618, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16574 | 2024.09.23 18:28:20.981497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16575 | 2024.09.23 18:28:20.981516 [ 3 ] {} <Debug> HTTP-Session: 609e6bac-8c6c-47c2-8d55-71c046f4f3d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16576 | 2024.09.23 18:28:20.981535 [ 3 ] {} <Debug> HTTP-Session: 609e6bac-8c6c-47c2-8d55-71c046f4f3d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16577 | 2024.09.23 18:28:20.981549 [ 3 ] {} <Debug> HTTP-Session: 609e6bac-8c6c-47c2-8d55-71c046f4f3d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16578 | 2024.09.23 18:28:20.981583 [ 3 ] {} <Trace> HTTP-Session: 609e6bac-8c6c-47c2-8d55-71c046f4f3d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16579 | 2024.09.23 18:28:20.981745 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16580 | 2024.09.23 18:28:20.982050 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16581 | 2024.09.23 18:28:20.982103 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16582 | 2024.09.23 18:28:20.982451 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16583 | 2024.09.23 18:28:20.982516 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16584 | 2024.09.23 18:28:20.982667 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
16585 | 2024.09.23 18:28:20.982730 [ 256 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16586 | 2024.09.23 18:28:20.982740 [ 257 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16587 | 2024.09.23 18:28:20.982814 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16588 | 2024.09.23 18:28:20.982837 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16589 | 2024.09.23 18:28:20.982884 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" | ||
16590 | 2024.09.23 18:28:20.982907 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16591 | 2024.09.23 18:28:20.983740 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002079 sec., 20202.0202020202 rows/sec., 770.82 KiB/sec. | ||
16592 | 2024.09.23 18:28:20.983994 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Debug> DynamicQueryHandler: Done processing query | ||
16593 | 2024.09.23 18:28:20.984021 [ 3 ] {f10e9ec2-5512-4466-b41e-534d4d7f4bed} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16594 | 2024.09.23 18:28:20.984038 [ 3 ] {} <Debug> HTTP-Session: 609e6bac-8c6c-47c2-8d55-71c046f4f3d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16595 | 2024.09.23 18:28:20.984263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16596 | 2024.09.23 18:28:20.984314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16597 | 2024.09.23 18:28:20.984333 [ 3 ] {} <Debug> HTTP-Session: bfc69894-cbca-4624-a475-d11eef3fa28b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16598 | 2024.09.23 18:28:20.984350 [ 3 ] {} <Debug> HTTP-Session: bfc69894-cbca-4624-a475-d11eef3fa28b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16599 | 2024.09.23 18:28:20.984364 [ 3 ] {} <Debug> HTTP-Session: bfc69894-cbca-4624-a475-d11eef3fa28b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16600 | 2024.09.23 18:28:20.984397 [ 3 ] {} <Trace> HTTP-Session: bfc69894-cbca-4624-a475-d11eef3fa28b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16601 | 2024.09.23 18:28:20.984557 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16602 | 2024.09.23 18:28:20.984866 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16603 | 2024.09.23 18:28:20.984918 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16604 | 2024.09.23 18:28:20.985276 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16605 | 2024.09.23 18:28:20.985343 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16606 | 2024.09.23 18:28:20.985488 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
16607 | 2024.09.23 18:28:20.985676 [ 257 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16608 | 2024.09.23 18:28:20.985677 [ 261 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16609 | 2024.09.23 18:28:20.985788 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16610 | 2024.09.23 18:28:20.985816 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16611 | 2024.09.23 18:28:20.985867 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16612 | 2024.09.23 18:28:20.985891 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16613 | 2024.09.23 18:28:20.986699 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002227 sec., 18859.452177817693 rows/sec., 719.60 KiB/sec. | ||
16614 | 2024.09.23 18:28:20.986944 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Debug> DynamicQueryHandler: Done processing query | ||
16615 | 2024.09.23 18:28:20.986969 [ 3 ] {d6c10e14-ff51-4fc0-9338-88b57f9a2068} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16616 | 2024.09.23 18:28:20.986986 [ 3 ] {} <Debug> HTTP-Session: bfc69894-cbca-4624-a475-d11eef3fa28b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16617 | 2024.09.23 18:28:20.987209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1690, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16618 | 2024.09.23 18:28:20.987258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16619 | 2024.09.23 18:28:20.987277 [ 3 ] {} <Debug> HTTP-Session: 50ecbe3e-203f-4a29-8751-708904abea5c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16620 | 2024.09.23 18:28:20.987295 [ 3 ] {} <Debug> HTTP-Session: 50ecbe3e-203f-4a29-8751-708904abea5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16621 | 2024.09.23 18:28:20.987309 [ 3 ] {} <Debug> HTTP-Session: 50ecbe3e-203f-4a29-8751-708904abea5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16622 | 2024.09.23 18:28:20.987342 [ 3 ] {} <Trace> HTTP-Session: 50ecbe3e-203f-4a29-8751-708904abea5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16623 | 2024.09.23 18:28:20.987503 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16624 | 2024.09.23 18:28:20.987817 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16625 | 2024.09.23 18:28:20.987870 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16626 | 2024.09.23 18:28:20.988219 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16627 | 2024.09.23 18:28:20.988285 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16628 | 2024.09.23 18:28:20.988429 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
16629 | 2024.09.23 18:28:20.988532 [ 256 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16630 | 2024.09.23 18:28:20.988563 [ 259 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16631 | 2024.09.23 18:28:20.988672 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16632 | 2024.09.23 18:28:20.988701 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16633 | 2024.09.23 18:28:20.988750 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16634 | 2024.09.23 18:28:20.988774 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16635 | 2024.09.23 18:28:20.989555 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002136 sec., 19662.92134831461 rows/sec., 750.25 KiB/sec. | ||
16636 | 2024.09.23 18:28:20.989809 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Debug> DynamicQueryHandler: Done processing query | ||
16637 | 2024.09.23 18:28:20.989835 [ 3 ] {8268e2b2-5c9c-4cf4-a52e-024a7296e9d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16638 | 2024.09.23 18:28:20.989853 [ 3 ] {} <Debug> HTTP-Session: 50ecbe3e-203f-4a29-8751-708904abea5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16639 | 2024.09.23 18:28:20.990047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16640 | 2024.09.23 18:28:20.990096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16641 | 2024.09.23 18:28:20.990116 [ 3 ] {} <Debug> HTTP-Session: ce58584c-cec0-4cfc-9862-7891947167e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16642 | 2024.09.23 18:28:20.990132 [ 3 ] {} <Debug> HTTP-Session: ce58584c-cec0-4cfc-9862-7891947167e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16643 | 2024.09.23 18:28:20.990146 [ 3 ] {} <Debug> HTTP-Session: ce58584c-cec0-4cfc-9862-7891947167e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16644 | 2024.09.23 18:28:20.990178 [ 3 ] {} <Trace> HTTP-Session: ce58584c-cec0-4cfc-9862-7891947167e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16645 | 2024.09.23 18:28:20.990340 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16646 | 2024.09.23 18:28:20.990656 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16647 | 2024.09.23 18:28:20.990710 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16648 | 2024.09.23 18:28:20.991064 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16649 | 2024.09.23 18:28:20.991130 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16650 | 2024.09.23 18:28:20.991277 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 48-element set) | ||
16651 | 2024.09.23 18:28:20.991385 [ 257 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16652 | 2024.09.23 18:28:20.991387 [ 254 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16653 | 2024.09.23 18:28:20.991502 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16654 | 2024.09.23 18:28:20.991532 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16655 | 2024.09.23 18:28:20.991585 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16656 | 2024.09.23 18:28:20.991608 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16657 | 2024.09.23 18:28:20.992473 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002219 sec., 18927.44479495268 rows/sec., 722.19 KiB/sec. | ||
16658 | 2024.09.23 18:28:20.992714 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Debug> DynamicQueryHandler: Done processing query | ||
16659 | 2024.09.23 18:28:20.992738 [ 3 ] {4a06472f-daa1-41b5-af87-112f6a6eba12} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16660 | 2024.09.23 18:28:20.992756 [ 3 ] {} <Debug> HTTP-Session: ce58584c-cec0-4cfc-9862-7891947167e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16661 | 2024.09.23 18:28:20.992970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16662 | 2024.09.23 18:28:20.993020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16663 | 2024.09.23 18:28:20.993039 [ 3 ] {} <Debug> HTTP-Session: ba8b3cd9-b80b-445f-a7b0-74c4c5cecdf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16664 | 2024.09.23 18:28:20.993056 [ 3 ] {} <Debug> HTTP-Session: ba8b3cd9-b80b-445f-a7b0-74c4c5cecdf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16665 | 2024.09.23 18:28:20.993071 [ 3 ] {} <Debug> HTTP-Session: ba8b3cd9-b80b-445f-a7b0-74c4c5cecdf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16666 | 2024.09.23 18:28:20.993103 [ 3 ] {} <Trace> HTTP-Session: ba8b3cd9-b80b-445f-a7b0-74c4c5cecdf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16667 | 2024.09.23 18:28:20.993265 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16668 | 2024.09.23 18:28:20.993587 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16669 | 2024.09.23 18:28:20.993642 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16670 | 2024.09.23 18:28:20.993999 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16671 | 2024.09.23 18:28:20.994064 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16672 | 2024.09.23 18:28:20.994208 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 49-element set) | ||
16673 | 2024.09.23 18:28:20.994322 [ 259 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16674 | 2024.09.23 18:28:20.994333 [ 263 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16675 | 2024.09.23 18:28:20.994448 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16676 | 2024.09.23 18:28:20.994476 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16677 | 2024.09.23 18:28:20.994531 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16678 | 2024.09.23 18:28:20.994555 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16679 | 2024.09.23 18:28:20.995385 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002209 sec., 19013.128112267994 rows/sec., 725.46 KiB/sec. | ||
16680 | 2024.09.23 18:28:20.995620 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Debug> DynamicQueryHandler: Done processing query | ||
16681 | 2024.09.23 18:28:20.995650 [ 3 ] {25de4922-b38c-4e1e-bd5a-e25ca3d5bfa0} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16682 | 2024.09.23 18:28:20.995682 [ 3 ] {} <Debug> HTTP-Session: ba8b3cd9-b80b-445f-a7b0-74c4c5cecdf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16683 | 2024.09.23 18:28:20.995889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1777, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16684 | 2024.09.23 18:28:20.995995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16685 | 2024.09.23 18:28:20.996066 [ 3 ] {} <Debug> HTTP-Session: aa80586f-5eb2-4455-86de-555d8ed68dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16686 | 2024.09.23 18:28:20.996132 [ 3 ] {} <Debug> HTTP-Session: aa80586f-5eb2-4455-86de-555d8ed68dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16687 | 2024.09.23 18:28:20.996185 [ 3 ] {} <Debug> HTTP-Session: aa80586f-5eb2-4455-86de-555d8ed68dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16688 | 2024.09.23 18:28:20.996289 [ 3 ] {} <Trace> HTTP-Session: aa80586f-5eb2-4455-86de-555d8ed68dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16689 | 2024.09.23 18:28:20.996714 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16690 | 2024.09.23 18:28:20.997036 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16691 | 2024.09.23 18:28:20.997089 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16692 | 2024.09.23 18:28:20.997448 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16693 | 2024.09.23 18:28:20.997514 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16694 | 2024.09.23 18:28:20.997661 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 50-element set) | ||
16695 | 2024.09.23 18:28:20.997741 [ 257 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16696 | 2024.09.23 18:28:20.997760 [ 263 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16697 | 2024.09.23 18:28:20.997856 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16698 | 2024.09.23 18:28:20.997885 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16699 | 2024.09.23 18:28:20.997935 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16700 | 2024.09.23 18:28:20.997959 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16701 | 2024.09.23 18:28:20.998847 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002379 sec., 17654.476670870114 rows/sec., 673.62 KiB/sec. | ||
16702 | 2024.09.23 18:28:20.999076 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Debug> DynamicQueryHandler: Done processing query | ||
16703 | 2024.09.23 18:28:20.999104 [ 3 ] {de2bf5be-aa1c-455e-8149-6c8a532ad449} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16704 | 2024.09.23 18:28:20.999123 [ 3 ] {} <Debug> HTTP-Session: aa80586f-5eb2-4455-86de-555d8ed68dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16705 | 2024.09.23 18:28:20.999317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16706 | 2024.09.23 18:28:20.999365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16707 | 2024.09.23 18:28:20.999384 [ 3 ] {} <Debug> HTTP-Session: ac289bce-7035-4b67-85ff-6acdefb7f364 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16708 | 2024.09.23 18:28:20.999402 [ 3 ] {} <Debug> HTTP-Session: ac289bce-7035-4b67-85ff-6acdefb7f364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16709 | 2024.09.23 18:28:20.999416 [ 3 ] {} <Debug> HTTP-Session: ac289bce-7035-4b67-85ff-6acdefb7f364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16710 | 2024.09.23 18:28:20.999446 [ 3 ] {} <Trace> HTTP-Session: ac289bce-7035-4b67-85ff-6acdefb7f364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16711 | 2024.09.23 18:28:20.999611 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16712 | 2024.09.23 18:28:20.999926 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16713 | 2024.09.23 18:28:20.999979 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16714 | 2024.09.23 18:28:21.000150 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.92 MiB, peak 222.81 MiB, free memory in arenas 0.00 B, will set to 210.54 MiB (RSS), difference: -1.39 MiB | ||
16715 | 2024.09.23 18:28:21.000895 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16716 | 2024.09.23 18:28:21.000968 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16717 | 2024.09.23 18:28:21.001117 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 51-element set) | ||
16718 | 2024.09.23 18:28:21.001239 [ 259 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16719 | 2024.09.23 18:28:21.001244 [ 257 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16720 | 2024.09.23 18:28:21.001348 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16721 | 2024.09.23 18:28:21.001372 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16722 | 2024.09.23 18:28:21.001422 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16723 | 2024.09.23 18:28:21.001446 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16724 | 2024.09.23 18:28:21.002344 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002823 sec., 14877.78958554729 rows/sec., 567.67 KiB/sec. | ||
16725 | 2024.09.23 18:28:21.002574 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Debug> DynamicQueryHandler: Done processing query | ||
16726 | 2024.09.23 18:28:21.002599 [ 3 ] {ee3c1b22-070c-49a2-9370-b36644d31886} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16727 | 2024.09.23 18:28:21.002616 [ 3 ] {} <Debug> HTTP-Session: ac289bce-7035-4b67-85ff-6acdefb7f364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16728 | 2024.09.23 18:28:21.002826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16729 | 2024.09.23 18:28:21.002876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16730 | 2024.09.23 18:28:21.002896 [ 3 ] {} <Debug> HTTP-Session: 47cba0f0-0037-4ac8-ac66-b98bb684649c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16731 | 2024.09.23 18:28:21.002912 [ 3 ] {} <Debug> HTTP-Session: 47cba0f0-0037-4ac8-ac66-b98bb684649c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16732 | 2024.09.23 18:28:21.002927 [ 3 ] {} <Debug> HTTP-Session: 47cba0f0-0037-4ac8-ac66-b98bb684649c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16733 | 2024.09.23 18:28:21.002959 [ 3 ] {} <Trace> HTTP-Session: 47cba0f0-0037-4ac8-ac66-b98bb684649c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16734 | 2024.09.23 18:28:21.003122 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16735 | 2024.09.23 18:28:21.003438 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16736 | 2024.09.23 18:28:21.003492 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16737 | 2024.09.23 18:28:21.003856 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16738 | 2024.09.23 18:28:21.003921 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16739 | 2024.09.23 18:28:21.004062 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 52-element set) | ||
16740 | 2024.09.23 18:28:21.004174 [ 263 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16741 | 2024.09.23 18:28:21.004186 [ 264 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16742 | 2024.09.23 18:28:21.004286 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16743 | 2024.09.23 18:28:21.004312 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16744 | 2024.09.23 18:28:21.004369 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16745 | 2024.09.23 18:28:21.004399 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16746 | 2024.09.23 18:28:21.005269 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002235 sec., 18791.946308724833 rows/sec., 717.02 KiB/sec. | ||
16747 | 2024.09.23 18:28:21.005502 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Debug> DynamicQueryHandler: Done processing query | ||
16748 | 2024.09.23 18:28:21.005530 [ 3 ] {1c88218b-a188-4e34-a4a6-083a19683b1b} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16749 | 2024.09.23 18:28:21.005547 [ 3 ] {} <Debug> HTTP-Session: 47cba0f0-0037-4ac8-ac66-b98bb684649c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16750 | 2024.09.23 18:28:21.005756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16751 | 2024.09.23 18:28:21.005805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16752 | 2024.09.23 18:28:21.005824 [ 3 ] {} <Debug> HTTP-Session: b3c6e253-f132-4777-906b-486f6eb47fb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16753 | 2024.09.23 18:28:21.005841 [ 3 ] {} <Debug> HTTP-Session: b3c6e253-f132-4777-906b-486f6eb47fb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16754 | 2024.09.23 18:28:21.005855 [ 3 ] {} <Debug> HTTP-Session: b3c6e253-f132-4777-906b-486f6eb47fb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16755 | 2024.09.23 18:28:21.005886 [ 3 ] {} <Trace> HTTP-Session: b3c6e253-f132-4777-906b-486f6eb47fb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16756 | 2024.09.23 18:28:21.006051 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16757 | 2024.09.23 18:28:21.006368 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16758 | 2024.09.23 18:28:21.006423 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16759 | 2024.09.23 18:28:21.006789 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16760 | 2024.09.23 18:28:21.006854 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16761 | 2024.09.23 18:28:21.006998 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 53-element set) | ||
16762 | 2024.09.23 18:28:21.007101 [ 259 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16763 | 2024.09.23 18:28:21.007116 [ 264 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16764 | 2024.09.23 18:28:21.007209 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16765 | 2024.09.23 18:28:21.007233 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16766 | 2024.09.23 18:28:21.007282 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16767 | 2024.09.23 18:28:21.007306 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16768 | 2024.09.23 18:28:21.008155 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002184 sec., 19230.76923076923 rows/sec., 733.76 KiB/sec. | ||
16769 | 2024.09.23 18:28:21.008401 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Debug> DynamicQueryHandler: Done processing query | ||
16770 | 2024.09.23 18:28:21.008427 [ 3 ] {672ae637-7195-4bfe-a346-cd21237b5b4e} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16771 | 2024.09.23 18:28:21.008447 [ 3 ] {} <Debug> HTTP-Session: b3c6e253-f132-4777-906b-486f6eb47fb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16772 | 2024.09.23 18:28:21.008645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16773 | 2024.09.23 18:28:21.008697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16774 | 2024.09.23 18:28:21.008720 [ 3 ] {} <Debug> HTTP-Session: 13ed0a0f-2887-4887-898a-9f5747b36188 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16775 | 2024.09.23 18:28:21.008738 [ 3 ] {} <Debug> HTTP-Session: 13ed0a0f-2887-4887-898a-9f5747b36188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16776 | 2024.09.23 18:28:21.008755 [ 3 ] {} <Debug> HTTP-Session: 13ed0a0f-2887-4887-898a-9f5747b36188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16777 | 2024.09.23 18:28:21.008788 [ 3 ] {} <Trace> HTTP-Session: 13ed0a0f-2887-4887-898a-9f5747b36188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16778 | 2024.09.23 18:28:21.008950 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16779 | 2024.09.23 18:28:21.009274 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16780 | 2024.09.23 18:28:21.009329 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16781 | 2024.09.23 18:28:21.009702 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16782 | 2024.09.23 18:28:21.009770 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16783 | 2024.09.23 18:28:21.009932 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 54-element set) | ||
16784 | 2024.09.23 18:28:21.010049 [ 254 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16785 | 2024.09.23 18:28:21.010070 [ 263 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16786 | 2024.09.23 18:28:21.010209 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16787 | 2024.09.23 18:28:21.010239 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16788 | 2024.09.23 18:28:21.010290 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16789 | 2024.09.23 18:28:21.010328 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16790 | 2024.09.23 18:28:21.011229 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002366 sec., 17751.479289940828 rows/sec., 677.32 KiB/sec. | ||
16791 | 2024.09.23 18:28:21.011487 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Debug> DynamicQueryHandler: Done processing query | ||
16792 | 2024.09.23 18:28:21.011513 [ 3 ] {3214b85f-3fa9-40e2-9b63-f9a164ddbaa9} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16793 | 2024.09.23 18:28:21.011533 [ 3 ] {} <Debug> HTTP-Session: 13ed0a0f-2887-4887-898a-9f5747b36188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16794 | 2024.09.23 18:28:21.011764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16795 | 2024.09.23 18:28:21.011814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16796 | 2024.09.23 18:28:21.011833 [ 3 ] {} <Debug> HTTP-Session: e7e37bc8-c3b1-43e8-83be-04680e795bdb Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16797 | 2024.09.23 18:28:21.011858 [ 3 ] {} <Debug> HTTP-Session: e7e37bc8-c3b1-43e8-83be-04680e795bdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16798 | 2024.09.23 18:28:21.011875 [ 3 ] {} <Debug> HTTP-Session: e7e37bc8-c3b1-43e8-83be-04680e795bdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16799 | 2024.09.23 18:28:21.011907 [ 3 ] {} <Trace> HTTP-Session: e7e37bc8-c3b1-43e8-83be-04680e795bdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16800 | 2024.09.23 18:28:21.012095 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16801 | 2024.09.23 18:28:21.012422 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16802 | 2024.09.23 18:28:21.012478 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16803 | 2024.09.23 18:28:21.012892 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16804 | 2024.09.23 18:28:21.012961 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16805 | 2024.09.23 18:28:21.013107 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 55-element set) | ||
16806 | 2024.09.23 18:28:21.013201 [ 259 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16807 | 2024.09.23 18:28:21.013220 [ 263 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16808 | 2024.09.23 18:28:21.013320 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16809 | 2024.09.23 18:28:21.013348 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16810 | 2024.09.23 18:28:21.013400 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16811 | 2024.09.23 18:28:21.013425 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16812 | 2024.09.23 18:28:21.014192 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002208 sec., 19021.739130434784 rows/sec., 725.79 KiB/sec. | ||
16813 | 2024.09.23 18:28:21.014423 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Debug> DynamicQueryHandler: Done processing query | ||
16814 | 2024.09.23 18:28:21.014447 [ 3 ] {f87202da-f375-4d2a-97db-7367c28d8e3e} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16815 | 2024.09.23 18:28:21.014464 [ 3 ] {} <Debug> HTTP-Session: e7e37bc8-c3b1-43e8-83be-04680e795bdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16816 | 2024.09.23 18:28:21.015187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16817 | 2024.09.23 18:28:21.015236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16818 | 2024.09.23 18:28:21.015260 [ 3 ] {} <Debug> HTTP-Session: 74af18f8-1168-42a5-8da8-b55d037d2779 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16819 | 2024.09.23 18:28:21.015279 [ 3 ] {} <Debug> HTTP-Session: 74af18f8-1168-42a5-8da8-b55d037d2779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16820 | 2024.09.23 18:28:21.015296 [ 3 ] {} <Debug> HTTP-Session: 74af18f8-1168-42a5-8da8-b55d037d2779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16821 | 2024.09.23 18:28:21.015331 [ 3 ] {} <Trace> HTTP-Session: 74af18f8-1168-42a5-8da8-b55d037d2779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16822 | 2024.09.23 18:28:21.015501 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16823 | 2024.09.23 18:28:21.015823 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16824 | 2024.09.23 18:28:21.015879 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16825 | 2024.09.23 18:28:21.016253 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16826 | 2024.09.23 18:28:21.016318 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16827 | 2024.09.23 18:28:21.016460 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 56-element set) | ||
16828 | 2024.09.23 18:28:21.016530 [ 257 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16829 | 2024.09.23 18:28:21.016563 [ 254 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16830 | 2024.09.23 18:28:21.016660 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16831 | 2024.09.23 18:28:21.016688 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16832 | 2024.09.23 18:28:21.016738 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16833 | 2024.09.23 18:28:21.016791 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16834 | 2024.09.23 18:28:21.017635 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002226 sec., 18867.924528301886 rows/sec., 719.92 KiB/sec. | ||
16835 | 2024.09.23 18:28:21.017873 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Debug> DynamicQueryHandler: Done processing query | ||
16836 | 2024.09.23 18:28:21.017898 [ 3 ] {e46b6125-09cb-44e7-866a-b0ec97dcf096} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16837 | 2024.09.23 18:28:21.017915 [ 3 ] {} <Debug> HTTP-Session: 74af18f8-1168-42a5-8da8-b55d037d2779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16838 | 2024.09.23 18:28:21.018124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1994, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16839 | 2024.09.23 18:28:21.018172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16840 | 2024.09.23 18:28:21.018191 [ 3 ] {} <Debug> HTTP-Session: ce611422-4196-4c0b-850e-64a0c6c0a5d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16841 | 2024.09.23 18:28:21.018233 [ 3 ] {} <Debug> HTTP-Session: ce611422-4196-4c0b-850e-64a0c6c0a5d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16842 | 2024.09.23 18:28:21.018248 [ 3 ] {} <Debug> HTTP-Session: ce611422-4196-4c0b-850e-64a0c6c0a5d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16843 | 2024.09.23 18:28:21.018280 [ 3 ] {} <Trace> HTTP-Session: ce611422-4196-4c0b-850e-64a0c6c0a5d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16844 | 2024.09.23 18:28:21.018447 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16845 | 2024.09.23 18:28:21.018782 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16846 | 2024.09.23 18:28:21.018838 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16847 | 2024.09.23 18:28:21.019216 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16848 | 2024.09.23 18:28:21.019283 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16849 | 2024.09.23 18:28:21.019426 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 57-element set) | ||
16850 | 2024.09.23 18:28:21.019497 [ 264 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16851 | 2024.09.23 18:28:21.019520 [ 263 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16852 | 2024.09.23 18:28:21.019621 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16853 | 2024.09.23 18:28:21.019651 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16854 | 2024.09.23 18:28:21.019703 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16855 | 2024.09.23 18:28:21.019732 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16856 | 2024.09.23 18:28:21.020507 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002153 sec., 19507.663725034836 rows/sec., 744.33 KiB/sec. | ||
16857 | 2024.09.23 18:28:21.020735 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Debug> DynamicQueryHandler: Done processing query | ||
16858 | 2024.09.23 18:28:21.020760 [ 3 ] {280ff3e3-f447-444e-81d9-55ba7a86e169} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16859 | 2024.09.23 18:28:21.020777 [ 3 ] {} <Debug> HTTP-Session: ce611422-4196-4c0b-850e-64a0c6c0a5d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16860 | 2024.09.23 18:28:21.020983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16861 | 2024.09.23 18:28:21.021031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16862 | 2024.09.23 18:28:21.021051 [ 3 ] {} <Debug> HTTP-Session: ef4b5d70-6da7-4414-942d-a3e326331845 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16863 | 2024.09.23 18:28:21.021068 [ 3 ] {} <Debug> HTTP-Session: ef4b5d70-6da7-4414-942d-a3e326331845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16864 | 2024.09.23 18:28:21.021082 [ 3 ] {} <Debug> HTTP-Session: ef4b5d70-6da7-4414-942d-a3e326331845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16865 | 2024.09.23 18:28:21.021113 [ 3 ] {} <Trace> HTTP-Session: ef4b5d70-6da7-4414-942d-a3e326331845 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16866 | 2024.09.23 18:28:21.021280 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16867 | 2024.09.23 18:28:21.021602 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16868 | 2024.09.23 18:28:21.021659 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16869 | 2024.09.23 18:28:21.022038 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16870 | 2024.09.23 18:28:21.022105 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16871 | 2024.09.23 18:28:21.022249 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 58-element set) | ||
16872 | 2024.09.23 18:28:21.022318 [ 264 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16873 | 2024.09.23 18:28:21.022328 [ 257 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16874 | 2024.09.23 18:28:21.022405 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16875 | 2024.09.23 18:28:21.022429 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16876 | 2024.09.23 18:28:21.022476 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16877 | 2024.09.23 18:28:21.022500 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16878 | 2024.09.23 18:28:21.023255 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002067 sec., 20319.303338171263 rows/sec., 775.30 KiB/sec. | ||
16879 | 2024.09.23 18:28:21.023497 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Debug> DynamicQueryHandler: Done processing query | ||
16880 | 2024.09.23 18:28:21.023525 [ 3 ] {07544e20-84c7-4da0-9058-e1ef9d02aa26} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16881 | 2024.09.23 18:28:21.023542 [ 3 ] {} <Debug> HTTP-Session: ef4b5d70-6da7-4414-942d-a3e326331845 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16882 | 2024.09.23 18:28:21.023890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16883 | 2024.09.23 18:28:21.023939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16884 | 2024.09.23 18:28:21.023958 [ 3 ] {} <Debug> HTTP-Session: 0041d01a-db30-495d-99a9-e557f76f8872 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16885 | 2024.09.23 18:28:21.023975 [ 3 ] {} <Debug> HTTP-Session: 0041d01a-db30-495d-99a9-e557f76f8872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16886 | 2024.09.23 18:28:21.023989 [ 3 ] {} <Debug> HTTP-Session: 0041d01a-db30-495d-99a9-e557f76f8872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16887 | 2024.09.23 18:28:21.024020 [ 3 ] {} <Trace> HTTP-Session: 0041d01a-db30-495d-99a9-e557f76f8872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16888 | 2024.09.23 18:28:21.024189 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16889 | 2024.09.23 18:28:21.024518 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16890 | 2024.09.23 18:28:21.024579 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16891 | 2024.09.23 18:28:21.024968 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16892 | 2024.09.23 18:28:21.025039 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16893 | 2024.09.23 18:28:21.025184 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 59-element set) | ||
16894 | 2024.09.23 18:28:21.025304 [ 263 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16895 | 2024.09.23 18:28:21.025306 [ 264 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16896 | 2024.09.23 18:28:21.025412 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16897 | 2024.09.23 18:28:21.025436 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16898 | 2024.09.23 18:28:21.025484 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16899 | 2024.09.23 18:28:21.025509 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16900 | 2024.09.23 18:28:21.026351 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002253 sec., 18641.81091877497 rows/sec., 711.29 KiB/sec. | ||
16901 | 2024.09.23 18:28:21.026583 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Debug> DynamicQueryHandler: Done processing query | ||
16902 | 2024.09.23 18:28:21.026607 [ 3 ] {d0772651-e0aa-48f2-bd84-8fdbbde2040c} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16903 | 2024.09.23 18:28:21.026625 [ 3 ] {} <Debug> HTTP-Session: 0041d01a-db30-495d-99a9-e557f76f8872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16904 | 2024.09.23 18:28:21.026831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16905 | 2024.09.23 18:28:21.026878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16906 | 2024.09.23 18:28:21.026898 [ 3 ] {} <Debug> HTTP-Session: 8e4e44a0-ca64-4819-b8e8-da6caf4eeb91 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16907 | 2024.09.23 18:28:21.026915 [ 3 ] {} <Debug> HTTP-Session: 8e4e44a0-ca64-4819-b8e8-da6caf4eeb91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16908 | 2024.09.23 18:28:21.026929 [ 3 ] {} <Debug> HTTP-Session: 8e4e44a0-ca64-4819-b8e8-da6caf4eeb91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16909 | 2024.09.23 18:28:21.026961 [ 3 ] {} <Trace> HTTP-Session: 8e4e44a0-ca64-4819-b8e8-da6caf4eeb91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16910 | 2024.09.23 18:28:21.027139 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16911 | 2024.09.23 18:28:21.027465 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16912 | 2024.09.23 18:28:21.027521 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16913 | 2024.09.23 18:28:21.027905 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16914 | 2024.09.23 18:28:21.027970 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16915 | 2024.09.23 18:28:21.028115 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 60-element set) | ||
16916 | 2024.09.23 18:28:21.028189 [ 264 ] {efde3144-92ea-44d0-9089-c983b2787767} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16917 | 2024.09.23 18:28:21.028195 [ 257 ] {efde3144-92ea-44d0-9089-c983b2787767} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16918 | 2024.09.23 18:28:21.028274 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16919 | 2024.09.23 18:28:21.028298 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16920 | 2024.09.23 18:28:21.028344 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16921 | 2024.09.23 18:28:21.028368 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16922 | 2024.09.23 18:28:21.029178 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002131 sec., 19709.056780854058 rows/sec., 752.01 KiB/sec. | ||
16923 | 2024.09.23 18:28:21.029422 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Debug> DynamicQueryHandler: Done processing query | ||
16924 | 2024.09.23 18:28:21.029449 [ 3 ] {efde3144-92ea-44d0-9089-c983b2787767} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16925 | 2024.09.23 18:28:21.029468 [ 3 ] {} <Debug> HTTP-Session: 8e4e44a0-ca64-4819-b8e8-da6caf4eeb91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16926 | 2024.09.23 18:28:21.029696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2103, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16927 | 2024.09.23 18:28:21.029746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16928 | 2024.09.23 18:28:21.029770 [ 3 ] {} <Debug> HTTP-Session: bf057dd5-b72a-4ea9-a1c5-2234ed14c7e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16929 | 2024.09.23 18:28:21.029790 [ 3 ] {} <Debug> HTTP-Session: bf057dd5-b72a-4ea9-a1c5-2234ed14c7e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16930 | 2024.09.23 18:28:21.029807 [ 3 ] {} <Debug> HTTP-Session: bf057dd5-b72a-4ea9-a1c5-2234ed14c7e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16931 | 2024.09.23 18:28:21.029842 [ 3 ] {} <Trace> HTTP-Session: bf057dd5-b72a-4ea9-a1c5-2234ed14c7e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16932 | 2024.09.23 18:28:21.030013 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16933 | 2024.09.23 18:28:21.030344 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16934 | 2024.09.23 18:28:21.030401 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16935 | 2024.09.23 18:28:21.030790 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16936 | 2024.09.23 18:28:21.030856 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16937 | 2024.09.23 18:28:21.030999 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 61-element set) | ||
16938 | 2024.09.23 18:28:21.031082 [ 264 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16939 | 2024.09.23 18:28:21.031085 [ 257 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16940 | 2024.09.23 18:28:21.031165 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16941 | 2024.09.23 18:28:21.031191 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16942 | 2024.09.23 18:28:21.031241 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16943 | 2024.09.23 18:28:21.031265 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16944 | 2024.09.23 18:28:21.032025 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002106 sec., 19943.019943019946 rows/sec., 760.94 KiB/sec. | ||
16945 | 2024.09.23 18:28:21.032277 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Debug> DynamicQueryHandler: Done processing query | ||
16946 | 2024.09.23 18:28:21.032302 [ 3 ] {417e0ffc-7ffb-4f0c-b03c-e906ed370f03} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16947 | 2024.09.23 18:28:21.032319 [ 3 ] {} <Debug> HTTP-Session: bf057dd5-b72a-4ea9-a1c5-2234ed14c7e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16948 | 2024.09.23 18:28:21.032645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16949 | 2024.09.23 18:28:21.032694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16950 | 2024.09.23 18:28:21.032716 [ 3 ] {} <Debug> HTTP-Session: f47f0e3f-561f-4667-add9-93f6fc8483ce Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16951 | 2024.09.23 18:28:21.032736 [ 3 ] {} <Debug> HTTP-Session: f47f0e3f-561f-4667-add9-93f6fc8483ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16952 | 2024.09.23 18:28:21.032752 [ 3 ] {} <Debug> HTTP-Session: f47f0e3f-561f-4667-add9-93f6fc8483ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16953 | 2024.09.23 18:28:21.032788 [ 3 ] {} <Trace> HTTP-Session: f47f0e3f-561f-4667-add9-93f6fc8483ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16954 | 2024.09.23 18:28:21.032969 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16955 | 2024.09.23 18:28:21.033307 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16956 | 2024.09.23 18:28:21.033366 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16957 | 2024.09.23 18:28:21.033764 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16958 | 2024.09.23 18:28:21.033830 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16959 | 2024.09.23 18:28:21.033972 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 62-element set) | ||
16960 | 2024.09.23 18:28:21.034032 [ 257 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16961 | 2024.09.23 18:28:21.034070 [ 263 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16962 | 2024.09.23 18:28:21.034168 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16963 | 2024.09.23 18:28:21.034198 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16964 | 2024.09.23 18:28:21.034249 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16965 | 2024.09.23 18:28:21.034274 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16966 | 2024.09.23 18:28:21.035122 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.00225 sec., 18666.666666666668 rows/sec., 712.24 KiB/sec. | ||
16967 | 2024.09.23 18:28:21.035355 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Debug> DynamicQueryHandler: Done processing query | ||
16968 | 2024.09.23 18:28:21.035380 [ 3 ] {fe0478bf-067b-40d8-870c-d1966a506617} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16969 | 2024.09.23 18:28:21.035397 [ 3 ] {} <Debug> HTTP-Session: f47f0e3f-561f-4667-add9-93f6fc8483ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16970 | 2024.09.23 18:28:21.035603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2157, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16971 | 2024.09.23 18:28:21.035663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16972 | 2024.09.23 18:28:21.035684 [ 3 ] {} <Debug> HTTP-Session: 95d2c3d7-c56b-41c5-9845-cff898d10e0e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16973 | 2024.09.23 18:28:21.035701 [ 3 ] {} <Debug> HTTP-Session: 95d2c3d7-c56b-41c5-9845-cff898d10e0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16974 | 2024.09.23 18:28:21.035715 [ 3 ] {} <Debug> HTTP-Session: 95d2c3d7-c56b-41c5-9845-cff898d10e0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16975 | 2024.09.23 18:28:21.035747 [ 3 ] {} <Trace> HTTP-Session: 95d2c3d7-c56b-41c5-9845-cff898d10e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16976 | 2024.09.23 18:28:21.035923 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16977 | 2024.09.23 18:28:21.036258 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
16978 | 2024.09.23 18:28:21.036317 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
16979 | 2024.09.23 18:28:21.036721 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
16980 | 2024.09.23 18:28:21.036789 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
16981 | 2024.09.23 18:28:21.036931 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 63-element set) | ||
16982 | 2024.09.23 18:28:21.036987 [ 257 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
16983 | 2024.09.23 18:28:21.037012 [ 264 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
16984 | 2024.09.23 18:28:21.037085 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
16985 | 2024.09.23 18:28:21.037108 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
16986 | 2024.09.23 18:28:21.037154 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
16987 | 2024.09.23 18:28:21.037178 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
16988 | 2024.09.23 18:28:21.038007 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002178 sec., 19283.74655647383 rows/sec., 735.78 KiB/sec. | ||
16989 | 2024.09.23 18:28:21.038375 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Debug> DynamicQueryHandler: Done processing query | ||
16990 | 2024.09.23 18:28:21.038437 [ 3 ] {898e01dc-5102-4184-a40e-a2c84a7d19ab} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
16991 | 2024.09.23 18:28:21.038494 [ 3 ] {} <Debug> HTTP-Session: 95d2c3d7-c56b-41c5-9845-cff898d10e0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16992 | 2024.09.23 18:28:21.038854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16993 | 2024.09.23 18:28:21.038907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16994 | 2024.09.23 18:28:21.038928 [ 3 ] {} <Debug> HTTP-Session: 86d0ed54-1d5b-4790-a4c6-857841d3b75d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
16995 | 2024.09.23 18:28:21.038944 [ 3 ] {} <Debug> HTTP-Session: 86d0ed54-1d5b-4790-a4c6-857841d3b75d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16996 | 2024.09.23 18:28:21.038958 [ 3 ] {} <Debug> HTTP-Session: 86d0ed54-1d5b-4790-a4c6-857841d3b75d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16997 | 2024.09.23 18:28:21.038991 [ 3 ] {} <Trace> HTTP-Session: 86d0ed54-1d5b-4790-a4c6-857841d3b75d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16998 | 2024.09.23 18:28:21.039177 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
16999 | 2024.09.23 18:28:21.039538 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
17000 | 2024.09.23 18:28:21.039597 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
17001 | 2024.09.23 18:28:21.040012 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
17002 | 2024.09.23 18:28:21.040078 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
17003 | 2024.09.23 18:28:21.040221 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 64-element set) | ||
17004 | 2024.09.23 18:28:21.040336 [ 263 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
17005 | 2024.09.23 18:28:21.040342 [ 264 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
17006 | 2024.09.23 18:28:21.040439 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
17007 | 2024.09.23 18:28:21.040462 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
17008 | 2024.09.23 18:28:21.040511 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
17009 | 2024.09.23 18:28:21.040537 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
17010 | 2024.09.23 18:28:21.041335 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002265 sec., 18543.046357615895 rows/sec., 707.52 KiB/sec. | ||
17011 | 2024.09.23 18:28:21.041568 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Debug> DynamicQueryHandler: Done processing query | ||
17012 | 2024.09.23 18:28:21.041593 [ 3 ] {f7545aa5-66c7-4e8c-ab6e-d3fa8af392ab} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
17013 | 2024.09.23 18:28:21.041610 [ 3 ] {} <Debug> HTTP-Session: 86d0ed54-1d5b-4790-a4c6-857841d3b75d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17014 | 2024.09.23 18:28:21.041931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17015 | 2024.09.23 18:28:21.041980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17016 | 2024.09.23 18:28:21.042001 [ 3 ] {} <Debug> HTTP-Session: 82144c94-e90b-433a-a9ed-fe3ae20d2923 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17017 | 2024.09.23 18:28:21.042017 [ 3 ] {} <Debug> HTTP-Session: 82144c94-e90b-433a-a9ed-fe3ae20d2923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17018 | 2024.09.23 18:28:21.042031 [ 3 ] {} <Debug> HTTP-Session: 82144c94-e90b-433a-a9ed-fe3ae20d2923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17019 | 2024.09.23 18:28:21.042062 [ 3 ] {} <Trace> HTTP-Session: 82144c94-e90b-433a-a9ed-fe3ae20d2923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17020 | 2024.09.23 18:28:21.042231 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
17021 | 2024.09.23 18:28:21.042573 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
17022 | 2024.09.23 18:28:21.042631 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
17023 | 2024.09.23 18:28:21.043039 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
17024 | 2024.09.23 18:28:21.043105 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
17025 | 2024.09.23 18:28:21.043246 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 65-element set) | ||
17026 | 2024.09.23 18:28:21.043318 [ 257 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
17027 | 2024.09.23 18:28:21.043322 [ 264 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
17028 | 2024.09.23 18:28:21.043399 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
17029 | 2024.09.23 18:28:21.043422 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
17030 | 2024.09.23 18:28:21.043468 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
17031 | 2024.09.23 18:28:21.043491 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
17032 | 2024.09.23 18:28:21.044276 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002138 sec., 19644.527595884003 rows/sec., 749.55 KiB/sec. | ||
17033 | 2024.09.23 18:28:21.044512 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Debug> DynamicQueryHandler: Done processing query | ||
17034 | 2024.09.23 18:28:21.044539 [ 3 ] {4583db82-5c19-4596-b228-7c98f7c2719e} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
17035 | 2024.09.23 18:28:21.044555 [ 3 ] {} <Debug> HTTP-Session: 82144c94-e90b-433a-a9ed-fe3ae20d2923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17036 | 2024.09.23 18:28:21.044882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 2239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17037 | 2024.09.23 18:28:21.044932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17038 | 2024.09.23 18:28:21.044952 [ 3 ] {} <Debug> HTTP-Session: 7ddcb769-29ed-4d1d-8d7a-a0d7ffc84d05 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17039 | 2024.09.23 18:28:21.044970 [ 3 ] {} <Debug> HTTP-Session: 7ddcb769-29ed-4d1d-8d7a-a0d7ffc84d05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17040 | 2024.09.23 18:28:21.044984 [ 3 ] {} <Debug> HTTP-Session: 7ddcb769-29ed-4d1d-8d7a-a0d7ffc84d05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17041 | 2024.09.23 18:28:21.045014 [ 3 ] {} <Trace> HTTP-Session: 7ddcb769-29ed-4d1d-8d7a-a0d7ffc84d05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17042 | 2024.09.23 18:28:21.045185 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
17043 | 2024.09.23 18:28:21.045533 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
17044 | 2024.09.23 18:28:21.045592 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
17045 | 2024.09.23 18:28:21.046048 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
17046 | 2024.09.23 18:28:21.046116 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
17047 | 2024.09.23 18:28:21.046257 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Key condition: (column 0 notIn 66-element set) | ||
17048 | 2024.09.23 18:28:21.046333 [ 257 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
17049 | 2024.09.23 18:28:21.046333 [ 264 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
17050 | 2024.09.23 18:28:21.046413 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Debug> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
17051 | 2024.09.23 18:28:21.046436 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
17052 | 2024.09.23 18:28:21.046484 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
17053 | 2024.09.23 18:28:21.046508 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 42 rows starting from 0 | ||
17054 | 2024.09.23 18:28:21.047284 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.002194 sec., 19143.117593436644 rows/sec., 730.42 KiB/sec. | ||
17055 | 2024.09.23 18:28:21.047519 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Debug> DynamicQueryHandler: Done processing query | ||
17056 | 2024.09.23 18:28:21.047545 [ 3 ] {7f3b79c2-920f-41f3-a068-dcd297e335ec} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
17057 | 2024.09.23 18:28:21.047562 [ 3 ] {} <Debug> HTTP-Session: 7ddcb769-29ed-4d1d-8d7a-a0d7ffc84d05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17058 | 2024.09.23 18:28:21.060089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 6966, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17059 | 2024.09.23 18:28:21.060156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17060 | 2024.09.23 18:28:21.060181 [ 3 ] {} <Debug> HTTP-Session: d35a4ca0-a4bb-4d7c-8785-d18dc88c4199 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17061 | 2024.09.23 18:28:21.060202 [ 3 ] {} <Debug> HTTP-Session: d35a4ca0-a4bb-4d7c-8785-d18dc88c4199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17062 | 2024.09.23 18:28:21.060219 [ 3 ] {} <Debug> HTTP-Session: d35a4ca0-a4bb-4d7c-8785-d18dc88c4199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17063 | 2024.09.23 18:28:21.060257 [ 3 ] {} <Trace> HTTP-Session: d35a4ca0-a4bb-4d7c-8785-d18dc88c4199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17064 | 2024.09.23 18:28:21.060415 [ 3 ] {aedf4d94-3186-4b22-bdef-1e0f2dc7e1a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
17065 | 2024.09.23 18:28:21.060473 [ 3 ] {aedf4d94-3186-4b22-bdef-1e0f2dc7e1a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
17066 | 2024.09.23 18:28:21.060690 [ 3 ] {aedf4d94-3186-4b22-bdef-1e0f2dc7e1a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17067 | 2024.09.23 18:28:21.061077 [ 3 ] {aedf4d94-3186-4b22-bdef-1e0f2dc7e1a2} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17068 | 2024.09.23 18:28:21.061119 [ 3 ] {aedf4d94-3186-4b22-bdef-1e0f2dc7e1a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17069 | 2024.09.23 18:28:21.061683 [ 3 ] {aedf4d94-3186-4b22-bdef-1e0f2dc7e1a2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
17070 | 2024.09.23 18:28:21.062025 [ 3 ] {aedf4d94-3186-4b22-bdef-1e0f2dc7e1a2} <Trace> oximeter.timeseries_schema (77930743-430e-42f0-9440-061b7df4b4b0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17071 | 2024.09.23 18:28:21.062218 [ 3 ] {aedf4d94-3186-4b22-bdef-1e0f2dc7e1a2} <Debug> executeQuery: Read 24 rows, 3.60 KiB in 0.001831 sec., 13107.59148006554 rows/sec., 1.92 MiB/sec. | ||
17072 | 2024.09.23 18:28:21.062438 [ 3 ] {aedf4d94-3186-4b22-bdef-1e0f2dc7e1a2} <Debug> DynamicQueryHandler: Done processing query | ||
17073 | 2024.09.23 18:28:21.062463 [ 3 ] {aedf4d94-3186-4b22-bdef-1e0f2dc7e1a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17074 | 2024.09.23 18:28:21.062479 [ 3 ] {} <Debug> HTTP-Session: d35a4ca0-a4bb-4d7c-8785-d18dc88c4199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17075 | 2024.09.23 18:28:21.062610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17076 | 2024.09.23 18:28:21.062663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17077 | 2024.09.23 18:28:21.062683 [ 3 ] {} <Debug> HTTP-Session: 5fac4a84-d28f-4ff4-915b-a88e7c81c2b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17078 | 2024.09.23 18:28:21.062701 [ 3 ] {} <Debug> HTTP-Session: 5fac4a84-d28f-4ff4-915b-a88e7c81c2b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17079 | 2024.09.23 18:28:21.062715 [ 3 ] {} <Debug> HTTP-Session: 5fac4a84-d28f-4ff4-915b-a88e7c81c2b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17080 | 2024.09.23 18:28:21.062747 [ 3 ] {} <Trace> HTTP-Session: 5fac4a84-d28f-4ff4-915b-a88e7c81c2b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17081 | 2024.09.23 18:28:21.062864 [ 3 ] {cde8cbd2-98b8-4a57-b68d-818ea429f4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17082 | 2024.09.23 18:28:21.062910 [ 3 ] {cde8cbd2-98b8-4a57-b68d-818ea429f4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17083 | 2024.09.23 18:28:21.063170 [ 3 ] {cde8cbd2-98b8-4a57-b68d-818ea429f4d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17084 | 2024.09.23 18:28:21.063496 [ 3 ] {cde8cbd2-98b8-4a57-b68d-818ea429f4d4} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17085 | 2024.09.23 18:28:21.063535 [ 3 ] {cde8cbd2-98b8-4a57-b68d-818ea429f4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17086 | 2024.09.23 18:28:21.063900 [ 3 ] {cde8cbd2-98b8-4a57-b68d-818ea429f4d4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
17087 | 2024.09.23 18:28:21.064269 [ 3 ] {cde8cbd2-98b8-4a57-b68d-818ea429f4d4} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17088 | 2024.09.23 18:28:21.064436 [ 3 ] {cde8cbd2-98b8-4a57-b68d-818ea429f4d4} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001606 sec., 1867.9950186799501 rows/sec., 147.76 KiB/sec. | ||
17089 | 2024.09.23 18:28:21.064722 [ 3 ] {cde8cbd2-98b8-4a57-b68d-818ea429f4d4} <Debug> DynamicQueryHandler: Done processing query | ||
17090 | 2024.09.23 18:28:21.064754 [ 3 ] {cde8cbd2-98b8-4a57-b68d-818ea429f4d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17091 | 2024.09.23 18:28:21.064770 [ 3 ] {} <Debug> HTTP-Session: 5fac4a84-d28f-4ff4-915b-a88e7c81c2b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17092 | 2024.09.23 18:28:21.064956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44679, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17093 | 2024.09.23 18:28:21.065005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17094 | 2024.09.23 18:28:21.065024 [ 3 ] {} <Debug> HTTP-Session: 76cc9392-4c40-48f1-a6f3-7a75763eb4f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17095 | 2024.09.23 18:28:21.065042 [ 3 ] {} <Debug> HTTP-Session: 76cc9392-4c40-48f1-a6f3-7a75763eb4f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17096 | 2024.09.23 18:28:21.065056 [ 3 ] {} <Debug> HTTP-Session: 76cc9392-4c40-48f1-a6f3-7a75763eb4f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17097 | 2024.09.23 18:28:21.065088 [ 3 ] {} <Trace> HTTP-Session: 76cc9392-4c40-48f1-a6f3-7a75763eb4f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17098 | 2024.09.23 18:28:21.065274 [ 3 ] {bf7344ea-7c73-4716-84a5-0b63a66947fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17099 | 2024.09.23 18:28:21.065319 [ 3 ] {bf7344ea-7c73-4716-84a5-0b63a66947fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17100 | 2024.09.23 18:28:21.065563 [ 3 ] {bf7344ea-7c73-4716-84a5-0b63a66947fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17101 | 2024.09.23 18:28:21.066070 [ 3 ] {bf7344ea-7c73-4716-84a5-0b63a66947fc} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17102 | 2024.09.23 18:28:21.066109 [ 3 ] {bf7344ea-7c73-4716-84a5-0b63a66947fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17103 | 2024.09.23 18:28:21.066491 [ 3 ] {bf7344ea-7c73-4716-84a5-0b63a66947fc} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17104 | 2024.09.23 18:28:21.066855 [ 3 ] {bf7344ea-7c73-4716-84a5-0b63a66947fc} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17105 | 2024.09.23 18:28:21.067010 [ 3 ] {bf7344ea-7c73-4716-84a5-0b63a66947fc} <Debug> executeQuery: Read 300 rows, 26.46 KiB in 0.001835 sec., 163487.73841961852 rows/sec., 14.08 MiB/sec. | ||
17106 | 2024.09.23 18:28:21.067216 [ 3 ] {bf7344ea-7c73-4716-84a5-0b63a66947fc} <Debug> DynamicQueryHandler: Done processing query | ||
17107 | 2024.09.23 18:28:21.067257 [ 3 ] {bf7344ea-7c73-4716-84a5-0b63a66947fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
17108 | 2024.09.23 18:28:21.067291 [ 3 ] {} <Debug> HTTP-Session: 76cc9392-4c40-48f1-a6f3-7a75763eb4f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17109 | 2024.09.23 18:28:21.067432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 5054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17110 | 2024.09.23 18:28:21.067481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17111 | 2024.09.23 18:28:21.067500 [ 3 ] {} <Debug> HTTP-Session: 9531844a-21fd-4c11-97fb-6ea38c4d037f Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17112 | 2024.09.23 18:28:21.067517 [ 3 ] {} <Debug> HTTP-Session: 9531844a-21fd-4c11-97fb-6ea38c4d037f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17113 | 2024.09.23 18:28:21.067533 [ 3 ] {} <Debug> HTTP-Session: 9531844a-21fd-4c11-97fb-6ea38c4d037f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17114 | 2024.09.23 18:28:21.067565 [ 3 ] {} <Trace> HTTP-Session: 9531844a-21fd-4c11-97fb-6ea38c4d037f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17115 | 2024.09.23 18:28:21.067669 [ 3 ] {c6969147-85a4-4cde-9f39-4620d252cae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17116 | 2024.09.23 18:28:21.067712 [ 3 ] {c6969147-85a4-4cde-9f39-4620d252cae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17117 | 2024.09.23 18:28:21.067938 [ 3 ] {c6969147-85a4-4cde-9f39-4620d252cae8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17118 | 2024.09.23 18:28:21.068247 [ 3 ] {c6969147-85a4-4cde-9f39-4620d252cae8} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17119 | 2024.09.23 18:28:21.068286 [ 3 ] {c6969147-85a4-4cde-9f39-4620d252cae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17120 | 2024.09.23 18:28:21.068637 [ 3 ] {c6969147-85a4-4cde-9f39-4620d252cae8} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
17121 | 2024.09.23 18:28:21.069004 [ 3 ] {c6969147-85a4-4cde-9f39-4620d252cae8} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17122 | 2024.09.23 18:28:21.069157 [ 3 ] {c6969147-85a4-4cde-9f39-4620d252cae8} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.001518 sec., 23056.6534914361 rows/sec., 1.68 MiB/sec. | ||
17123 | 2024.09.23 18:28:21.069426 [ 3 ] {c6969147-85a4-4cde-9f39-4620d252cae8} <Debug> DynamicQueryHandler: Done processing query | ||
17124 | 2024.09.23 18:28:21.069486 [ 3 ] {c6969147-85a4-4cde-9f39-4620d252cae8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17125 | 2024.09.23 18:28:21.069539 [ 3 ] {} <Debug> HTTP-Session: 9531844a-21fd-4c11-97fb-6ea38c4d037f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17126 | 2024.09.23 18:28:21.069733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 6825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17127 | 2024.09.23 18:28:21.069785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17128 | 2024.09.23 18:28:21.069805 [ 3 ] {} <Debug> HTTP-Session: 549051a6-5515-418f-aef7-da230af8683a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17129 | 2024.09.23 18:28:21.069821 [ 3 ] {} <Debug> HTTP-Session: 549051a6-5515-418f-aef7-da230af8683a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17130 | 2024.09.23 18:28:21.069834 [ 3 ] {} <Debug> HTTP-Session: 549051a6-5515-418f-aef7-da230af8683a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17131 | 2024.09.23 18:28:21.069867 [ 3 ] {} <Trace> HTTP-Session: 549051a6-5515-418f-aef7-da230af8683a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17132 | 2024.09.23 18:28:21.069983 [ 3 ] {e6a21125-d295-4478-8c0c-ea770aa52268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17133 | 2024.09.23 18:28:21.070028 [ 3 ] {e6a21125-d295-4478-8c0c-ea770aa52268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17134 | 2024.09.23 18:28:21.070264 [ 3 ] {e6a21125-d295-4478-8c0c-ea770aa52268} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17135 | 2024.09.23 18:28:21.070586 [ 3 ] {e6a21125-d295-4478-8c0c-ea770aa52268} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17136 | 2024.09.23 18:28:21.070623 [ 3 ] {e6a21125-d295-4478-8c0c-ea770aa52268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17137 | 2024.09.23 18:28:21.070978 [ 3 ] {e6a21125-d295-4478-8c0c-ea770aa52268} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
17138 | 2024.09.23 18:28:21.071336 [ 3 ] {e6a21125-d295-4478-8c0c-ea770aa52268} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17139 | 2024.09.23 18:28:21.071501 [ 3 ] {e6a21125-d295-4478-8c0c-ea770aa52268} <Debug> executeQuery: Read 52 rows, 3.41 KiB in 0.001546 sec., 33635.18758085382 rows/sec., 2.16 MiB/sec. | ||
17140 | 2024.09.23 18:28:21.071680 [ 3 ] {e6a21125-d295-4478-8c0c-ea770aa52268} <Debug> DynamicQueryHandler: Done processing query | ||
17141 | 2024.09.23 18:28:21.071705 [ 3 ] {e6a21125-d295-4478-8c0c-ea770aa52268} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17142 | 2024.09.23 18:28:21.071722 [ 3 ] {} <Debug> HTTP-Session: 549051a6-5515-418f-aef7-da230af8683a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17143 | 2024.09.23 18:28:21.071829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17144 | 2024.09.23 18:28:21.071878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17145 | 2024.09.23 18:28:21.071897 [ 3 ] {} <Debug> HTTP-Session: 695b54d9-966b-4b5e-b8df-b2fae69aedd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17146 | 2024.09.23 18:28:21.071913 [ 3 ] {} <Debug> HTTP-Session: 695b54d9-966b-4b5e-b8df-b2fae69aedd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17147 | 2024.09.23 18:28:21.071928 [ 3 ] {} <Debug> HTTP-Session: 695b54d9-966b-4b5e-b8df-b2fae69aedd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17148 | 2024.09.23 18:28:21.071959 [ 3 ] {} <Trace> HTTP-Session: 695b54d9-966b-4b5e-b8df-b2fae69aedd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17149 | 2024.09.23 18:28:21.072056 [ 3 ] {327dc645-58a1-410e-a31a-54c617a5a232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17150 | 2024.09.23 18:28:21.072100 [ 3 ] {327dc645-58a1-410e-a31a-54c617a5a232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17151 | 2024.09.23 18:28:21.072327 [ 3 ] {327dc645-58a1-410e-a31a-54c617a5a232} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17152 | 2024.09.23 18:28:21.072609 [ 3 ] {327dc645-58a1-410e-a31a-54c617a5a232} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17153 | 2024.09.23 18:28:21.072646 [ 3 ] {327dc645-58a1-410e-a31a-54c617a5a232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17154 | 2024.09.23 18:28:21.072998 [ 3 ] {327dc645-58a1-410e-a31a-54c617a5a232} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
17155 | 2024.09.23 18:28:21.073365 [ 3 ] {327dc645-58a1-410e-a31a-54c617a5a232} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17156 | 2024.09.23 18:28:21.073530 [ 3 ] {327dc645-58a1-410e-a31a-54c617a5a232} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001493 sec., 4018.754186202277 rows/sec., 237.44 KiB/sec. | ||
17157 | 2024.09.23 18:28:21.073702 [ 3 ] {327dc645-58a1-410e-a31a-54c617a5a232} <Debug> DynamicQueryHandler: Done processing query | ||
17158 | 2024.09.23 18:28:21.073727 [ 3 ] {327dc645-58a1-410e-a31a-54c617a5a232} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17159 | 2024.09.23 18:28:21.073743 [ 3 ] {} <Debug> HTTP-Session: 695b54d9-966b-4b5e-b8df-b2fae69aedd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17160 | 2024.09.23 18:28:21.073923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 91840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17161 | 2024.09.23 18:28:21.073971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17162 | 2024.09.23 18:28:21.073989 [ 3 ] {} <Debug> HTTP-Session: bb0f8b46-6aa1-4731-927e-4acf6e38c901 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17163 | 2024.09.23 18:28:21.074007 [ 3 ] {} <Debug> HTTP-Session: bb0f8b46-6aa1-4731-927e-4acf6e38c901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17164 | 2024.09.23 18:28:21.074020 [ 3 ] {} <Debug> HTTP-Session: bb0f8b46-6aa1-4731-927e-4acf6e38c901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17165 | 2024.09.23 18:28:21.074051 [ 3 ] {} <Trace> HTTP-Session: bb0f8b46-6aa1-4731-927e-4acf6e38c901 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17166 | 2024.09.23 18:28:21.074316 [ 3 ] {a963cbb6-0edf-41e1-8717-4bc82cf3ed67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17167 | 2024.09.23 18:28:21.074360 [ 3 ] {a963cbb6-0edf-41e1-8717-4bc82cf3ed67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17168 | 2024.09.23 18:28:21.074585 [ 3 ] {a963cbb6-0edf-41e1-8717-4bc82cf3ed67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17169 | 2024.09.23 18:28:21.075166 [ 3 ] {a963cbb6-0edf-41e1-8717-4bc82cf3ed67} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17170 | 2024.09.23 18:28:21.075203 [ 3 ] {a963cbb6-0edf-41e1-8717-4bc82cf3ed67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17171 | 2024.09.23 18:28:21.075600 [ 3 ] {a963cbb6-0edf-41e1-8717-4bc82cf3ed67} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17172 | 2024.09.23 18:28:21.075964 [ 3 ] {a963cbb6-0edf-41e1-8717-4bc82cf3ed67} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17173 | 2024.09.23 18:28:21.076125 [ 3 ] {a963cbb6-0edf-41e1-8717-4bc82cf3ed67} <Debug> executeQuery: Read 563 rows, 41.56 KiB in 0.001963 sec., 286805.90932246565 rows/sec., 20.68 MiB/sec. | ||
17174 | 2024.09.23 18:28:21.076294 [ 3 ] {a963cbb6-0edf-41e1-8717-4bc82cf3ed67} <Debug> DynamicQueryHandler: Done processing query | ||
17175 | 2024.09.23 18:28:21.076319 [ 3 ] {a963cbb6-0edf-41e1-8717-4bc82cf3ed67} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
17176 | 2024.09.23 18:28:21.076335 [ 3 ] {} <Debug> HTTP-Session: bb0f8b46-6aa1-4731-927e-4acf6e38c901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17177 | 2024.09.23 18:28:21.076448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17178 | 2024.09.23 18:28:21.076498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17179 | 2024.09.23 18:28:21.076517 [ 3 ] {} <Debug> HTTP-Session: a98ffc94-8dcf-44e7-b5cb-804936d37848 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17180 | 2024.09.23 18:28:21.076536 [ 3 ] {} <Debug> HTTP-Session: a98ffc94-8dcf-44e7-b5cb-804936d37848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17181 | 2024.09.23 18:28:21.076551 [ 3 ] {} <Debug> HTTP-Session: a98ffc94-8dcf-44e7-b5cb-804936d37848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17182 | 2024.09.23 18:28:21.076582 [ 3 ] {} <Trace> HTTP-Session: a98ffc94-8dcf-44e7-b5cb-804936d37848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17183 | 2024.09.23 18:28:21.076680 [ 3 ] {a459c74c-91b3-4630-8016-52ef236228cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17184 | 2024.09.23 18:28:21.076724 [ 3 ] {a459c74c-91b3-4630-8016-52ef236228cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17185 | 2024.09.23 18:28:21.076854 [ 3 ] {a459c74c-91b3-4630-8016-52ef236228cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17186 | 2024.09.23 18:28:21.077083 [ 3 ] {a459c74c-91b3-4630-8016-52ef236228cd} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17187 | 2024.09.23 18:28:21.077119 [ 3 ] {a459c74c-91b3-4630-8016-52ef236228cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17188 | 2024.09.23 18:28:21.077476 [ 3 ] {a459c74c-91b3-4630-8016-52ef236228cd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
17189 | 2024.09.23 18:28:21.077800 [ 3 ] {a459c74c-91b3-4630-8016-52ef236228cd} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17190 | 2024.09.23 18:28:21.077958 [ 3 ] {a459c74c-91b3-4630-8016-52ef236228cd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001294 sec., 4636.7851622874805 rows/sec., 242.25 KiB/sec. | ||
17191 | 2024.09.23 18:28:21.078154 [ 3 ] {a459c74c-91b3-4630-8016-52ef236228cd} <Debug> DynamicQueryHandler: Done processing query | ||
17192 | 2024.09.23 18:28:21.078179 [ 3 ] {a459c74c-91b3-4630-8016-52ef236228cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17193 | 2024.09.23 18:28:21.078195 [ 3 ] {} <Debug> HTTP-Session: a98ffc94-8dcf-44e7-b5cb-804936d37848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17194 | 2024.09.23 18:28:21.078309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 3834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17195 | 2024.09.23 18:28:21.078359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17196 | 2024.09.23 18:28:21.078377 [ 3 ] {} <Debug> HTTP-Session: 89a5e984-28cb-4f9b-8186-22c582ab2510 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17197 | 2024.09.23 18:28:21.078394 [ 3 ] {} <Debug> HTTP-Session: 89a5e984-28cb-4f9b-8186-22c582ab2510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17198 | 2024.09.23 18:28:21.078408 [ 3 ] {} <Debug> HTTP-Session: 89a5e984-28cb-4f9b-8186-22c582ab2510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17199 | 2024.09.23 18:28:21.078439 [ 3 ] {} <Trace> HTTP-Session: 89a5e984-28cb-4f9b-8186-22c582ab2510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17200 | 2024.09.23 18:28:21.078540 [ 3 ] {1242e036-f177-4f47-90c8-53a85eb4da97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
17201 | 2024.09.23 18:28:21.078588 [ 3 ] {1242e036-f177-4f47-90c8-53a85eb4da97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
17202 | 2024.09.23 18:28:21.078736 [ 3 ] {1242e036-f177-4f47-90c8-53a85eb4da97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17203 | 2024.09.23 18:28:21.079000 [ 3 ] {1242e036-f177-4f47-90c8-53a85eb4da97} <Trace> oximeter.measurements_cumulativei64 (be3b5e42-3bff-49c0-bd38-3c0bd6bc777e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17204 | 2024.09.23 18:28:21.079037 [ 3 ] {1242e036-f177-4f47-90c8-53a85eb4da97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17205 | 2024.09.23 18:28:21.079404 [ 3 ] {1242e036-f177-4f47-90c8-53a85eb4da97} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
17206 | 2024.09.23 18:28:21.079783 [ 3 ] {1242e036-f177-4f47-90c8-53a85eb4da97} <Trace> oximeter.measurements_cumulativei64 (be3b5e42-3bff-49c0-bd38-3c0bd6bc777e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17207 | 2024.09.23 18:28:21.079951 [ 3 ] {1242e036-f177-4f47-90c8-53a85eb4da97} <Debug> executeQuery: Read 20 rows, 1.35 KiB in 0.001433 sec., 13956.734124214934 rows/sec., 944.53 KiB/sec. | ||
17208 | 2024.09.23 18:28:21.080236 [ 3 ] {1242e036-f177-4f47-90c8-53a85eb4da97} <Debug> DynamicQueryHandler: Done processing query | ||
17209 | 2024.09.23 18:28:21.080261 [ 3 ] {1242e036-f177-4f47-90c8-53a85eb4da97} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17210 | 2024.09.23 18:28:21.080277 [ 3 ] {} <Debug> HTTP-Session: 89a5e984-28cb-4f9b-8186-22c582ab2510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17211 | 2024.09.23 18:28:21.080447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 51307, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17212 | 2024.09.23 18:28:21.080495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17213 | 2024.09.23 18:28:21.080514 [ 3 ] {} <Debug> HTTP-Session: a03bd04a-26f2-4730-b866-86e94dd99ade Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17214 | 2024.09.23 18:28:21.080533 [ 3 ] {} <Debug> HTTP-Session: a03bd04a-26f2-4730-b866-86e94dd99ade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17215 | 2024.09.23 18:28:21.080547 [ 3 ] {} <Debug> HTTP-Session: a03bd04a-26f2-4730-b866-86e94dd99ade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17216 | 2024.09.23 18:28:21.080603 [ 3 ] {} <Trace> HTTP-Session: a03bd04a-26f2-4730-b866-86e94dd99ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17217 | 2024.09.23 18:28:21.080783 [ 3 ] {8cdd0fc4-5932-4edb-b311-a761e1253eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17218 | 2024.09.23 18:28:21.080829 [ 3 ] {8cdd0fc4-5932-4edb-b311-a761e1253eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17219 | 2024.09.23 18:28:21.080992 [ 3 ] {8cdd0fc4-5932-4edb-b311-a761e1253eb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17220 | 2024.09.23 18:28:21.081386 [ 3 ] {8cdd0fc4-5932-4edb-b311-a761e1253eb1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17221 | 2024.09.23 18:28:21.081422 [ 3 ] {8cdd0fc4-5932-4edb-b311-a761e1253eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17222 | 2024.09.23 18:28:21.081823 [ 3 ] {8cdd0fc4-5932-4edb-b311-a761e1253eb1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17223 | 2024.09.23 18:28:21.082169 [ 3 ] {8cdd0fc4-5932-4edb-b311-a761e1253eb1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17224 | 2024.09.23 18:28:21.082328 [ 3 ] {8cdd0fc4-5932-4edb-b311-a761e1253eb1} <Debug> executeQuery: Read 272 rows, 18.58 KiB in 0.001625 sec., 167384.6153846154 rows/sec., 11.17 MiB/sec. | ||
17225 | 2024.09.23 18:28:21.082516 [ 3 ] {8cdd0fc4-5932-4edb-b311-a761e1253eb1} <Debug> DynamicQueryHandler: Done processing query | ||
17226 | 2024.09.23 18:28:21.082556 [ 3 ] {8cdd0fc4-5932-4edb-b311-a761e1253eb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
17227 | 2024.09.23 18:28:21.082591 [ 3 ] {} <Debug> HTTP-Session: a03bd04a-26f2-4730-b866-86e94dd99ade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17228 | 2024.09.23 18:28:21.082726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17229 | 2024.09.23 18:28:21.082775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17230 | 2024.09.23 18:28:21.082795 [ 3 ] {} <Debug> HTTP-Session: 65e24644-c02a-4250-8b2f-bd223e9bf1e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17231 | 2024.09.23 18:28:21.082812 [ 3 ] {} <Debug> HTTP-Session: 65e24644-c02a-4250-8b2f-bd223e9bf1e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17232 | 2024.09.23 18:28:21.082826 [ 3 ] {} <Debug> HTTP-Session: 65e24644-c02a-4250-8b2f-bd223e9bf1e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17233 | 2024.09.23 18:28:21.082858 [ 3 ] {} <Trace> HTTP-Session: 65e24644-c02a-4250-8b2f-bd223e9bf1e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17234 | 2024.09.23 18:28:21.082950 [ 3 ] {1fb5ff49-319b-4658-8ab8-ffdd7e35281a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17235 | 2024.09.23 18:28:21.082995 [ 3 ] {1fb5ff49-319b-4658-8ab8-ffdd7e35281a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17236 | 2024.09.23 18:28:21.083122 [ 3 ] {1fb5ff49-319b-4658-8ab8-ffdd7e35281a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17237 | 2024.09.23 18:28:21.083348 [ 3 ] {1fb5ff49-319b-4658-8ab8-ffdd7e35281a} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17238 | 2024.09.23 18:28:21.083383 [ 3 ] {1fb5ff49-319b-4658-8ab8-ffdd7e35281a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17239 | 2024.09.23 18:28:21.083737 [ 3 ] {1fb5ff49-319b-4658-8ab8-ffdd7e35281a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
17240 | 2024.09.23 18:28:21.084072 [ 3 ] {1fb5ff49-319b-4658-8ab8-ffdd7e35281a} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17241 | 2024.09.23 18:28:21.084232 [ 3 ] {1fb5ff49-319b-4658-8ab8-ffdd7e35281a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001293 sec., 773.3952049497293 rows/sec., 52.11 KiB/sec. | ||
17242 | 2024.09.23 18:28:21.084395 [ 3 ] {1fb5ff49-319b-4658-8ab8-ffdd7e35281a} <Debug> DynamicQueryHandler: Done processing query | ||
17243 | 2024.09.23 18:28:21.084420 [ 3 ] {1fb5ff49-319b-4658-8ab8-ffdd7e35281a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17244 | 2024.09.23 18:28:21.084436 [ 3 ] {} <Debug> HTTP-Session: 65e24644-c02a-4250-8b2f-bd223e9bf1e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17245 | 2024.09.23 18:28:21.084577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 60498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17246 | 2024.09.23 18:28:21.084626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17247 | 2024.09.23 18:28:21.084645 [ 3 ] {} <Debug> HTTP-Session: 1da9c590-cae1-46d6-a6c1-acd8158fb7c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17248 | 2024.09.23 18:28:21.084661 [ 3 ] {} <Debug> HTTP-Session: 1da9c590-cae1-46d6-a6c1-acd8158fb7c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17249 | 2024.09.23 18:28:21.084675 [ 3 ] {} <Debug> HTTP-Session: 1da9c590-cae1-46d6-a6c1-acd8158fb7c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17250 | 2024.09.23 18:28:21.084706 [ 3 ] {} <Trace> HTTP-Session: 1da9c590-cae1-46d6-a6c1-acd8158fb7c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17251 | 2024.09.23 18:28:21.085065 [ 3 ] {7dce6c80-8556-4b41-890c-91f23ed7645d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17252 | 2024.09.23 18:28:21.085131 [ 3 ] {7dce6c80-8556-4b41-890c-91f23ed7645d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17253 | 2024.09.23 18:28:21.085544 [ 3 ] {7dce6c80-8556-4b41-890c-91f23ed7645d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17254 | 2024.09.23 18:28:21.086129 [ 3 ] {7dce6c80-8556-4b41-890c-91f23ed7645d} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17255 | 2024.09.23 18:28:21.086172 [ 3 ] {7dce6c80-8556-4b41-890c-91f23ed7645d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17256 | 2024.09.23 18:28:21.086804 [ 3 ] {7dce6c80-8556-4b41-890c-91f23ed7645d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
17257 | 2024.09.23 18:28:21.087229 [ 3 ] {7dce6c80-8556-4b41-890c-91f23ed7645d} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17258 | 2024.09.23 18:28:21.087423 [ 3 ] {7dce6c80-8556-4b41-890c-91f23ed7645d} <Debug> executeQuery: Read 37 rows, 65.10 KiB in 0.002632 sec., 14057.750759878421 rows/sec., 24.15 MiB/sec. | ||
17259 | 2024.09.23 18:28:21.087637 [ 3 ] {7dce6c80-8556-4b41-890c-91f23ed7645d} <Debug> DynamicQueryHandler: Done processing query | ||
17260 | 2024.09.23 18:28:21.087662 [ 3 ] {7dce6c80-8556-4b41-890c-91f23ed7645d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
17261 | 2024.09.23 18:28:21.087677 [ 3 ] {} <Debug> HTTP-Session: 1da9c590-cae1-46d6-a6c1-acd8158fb7c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17262 | 2024.09.23 18:28:21.087799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17263 | 2024.09.23 18:28:21.087849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17264 | 2024.09.23 18:28:21.087868 [ 3 ] {} <Debug> HTTP-Session: e8ab2052-994f-4af3-9e41-b371160bdbb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17265 | 2024.09.23 18:28:21.087885 [ 3 ] {} <Debug> HTTP-Session: e8ab2052-994f-4af3-9e41-b371160bdbb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17266 | 2024.09.23 18:28:21.087900 [ 3 ] {} <Debug> HTTP-Session: e8ab2052-994f-4af3-9e41-b371160bdbb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17267 | 2024.09.23 18:28:21.087930 [ 3 ] {} <Trace> HTTP-Session: e8ab2052-994f-4af3-9e41-b371160bdbb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17268 | 2024.09.23 18:28:21.088044 [ 3 ] {14e3fec8-f576-47b3-b79e-3329c9c69b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17269 | 2024.09.23 18:28:21.088089 [ 3 ] {14e3fec8-f576-47b3-b79e-3329c9c69b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17270 | 2024.09.23 18:28:21.088216 [ 3 ] {14e3fec8-f576-47b3-b79e-3329c9c69b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17271 | 2024.09.23 18:28:21.088475 [ 3 ] {14e3fec8-f576-47b3-b79e-3329c9c69b5d} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17272 | 2024.09.23 18:28:21.088512 [ 3 ] {14e3fec8-f576-47b3-b79e-3329c9c69b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
17273 | 2024.09.23 18:28:21.088881 [ 3 ] {14e3fec8-f576-47b3-b79e-3329c9c69b5d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17274 | 2024.09.23 18:28:21.089212 [ 3 ] {14e3fec8-f576-47b3-b79e-3329c9c69b5d} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17275 | 2024.09.23 18:28:21.089364 [ 3 ] {14e3fec8-f576-47b3-b79e-3329c9c69b5d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00136 sec., 60294.11764705882 rows/sec., 3.83 MiB/sec. | ||
17276 | 2024.09.23 18:28:21.089617 [ 3 ] {14e3fec8-f576-47b3-b79e-3329c9c69b5d} <Debug> DynamicQueryHandler: Done processing query | ||
17277 | 2024.09.23 18:28:21.089677 [ 3 ] {14e3fec8-f576-47b3-b79e-3329c9c69b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17278 | 2024.09.23 18:28:21.089735 [ 3 ] {} <Debug> HTTP-Session: e8ab2052-994f-4af3-9e41-b371160bdbb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17279 | 2024.09.23 18:28:25.982342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17280 | 2024.09.23 18:28:25.982476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17281 | 2024.09.23 18:28:25.982507 [ 3 ] {} <Debug> HTTP-Session: 74444ca5-db23-4fd2-852f-b2202785529d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17282 | 2024.09.23 18:28:25.982537 [ 3 ] {} <Debug> HTTP-Session: 74444ca5-db23-4fd2-852f-b2202785529d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17283 | 2024.09.23 18:28:25.982555 [ 3 ] {} <Debug> HTTP-Session: 74444ca5-db23-4fd2-852f-b2202785529d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17284 | 2024.09.23 18:28:25.982611 [ 3 ] {} <Trace> HTTP-Session: 74444ca5-db23-4fd2-852f-b2202785529d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17285 | 2024.09.23 18:28:25.982806 [ 3 ] {695eb777-757e-4e3c-9453-c2ebce8d555b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17286 | 2024.09.23 18:28:25.982882 [ 3 ] {695eb777-757e-4e3c-9453-c2ebce8d555b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17287 | 2024.09.23 18:28:25.983251 [ 3 ] {695eb777-757e-4e3c-9453-c2ebce8d555b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17288 | 2024.09.23 18:28:25.983668 [ 3 ] {695eb777-757e-4e3c-9453-c2ebce8d555b} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17289 | 2024.09.23 18:28:25.983712 [ 3 ] {695eb777-757e-4e3c-9453-c2ebce8d555b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17290 | 2024.09.23 18:28:25.984123 [ 3 ] {695eb777-757e-4e3c-9453-c2ebce8d555b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
17291 | 2024.09.23 18:28:25.984514 [ 3 ] {695eb777-757e-4e3c-9453-c2ebce8d555b} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17292 | 2024.09.23 18:28:25.984700 [ 3 ] {695eb777-757e-4e3c-9453-c2ebce8d555b} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001955 sec., 1023.0179028132992 rows/sec., 75.93 KiB/sec. | ||
17293 | 2024.09.23 18:28:25.984924 [ 3 ] {695eb777-757e-4e3c-9453-c2ebce8d555b} <Debug> DynamicQueryHandler: Done processing query | ||
17294 | 2024.09.23 18:28:25.984951 [ 3 ] {695eb777-757e-4e3c-9453-c2ebce8d555b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17295 | 2024.09.23 18:28:25.984969 [ 3 ] {} <Debug> HTTP-Session: 74444ca5-db23-4fd2-852f-b2202785529d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17296 | 2024.09.23 18:28:25.985148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 17297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17297 | 2024.09.23 18:28:25.985204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17298 | 2024.09.23 18:28:25.985225 [ 3 ] {} <Debug> HTTP-Session: 15a4cf43-459b-44bd-be5f-9d0073c02e55 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17299 | 2024.09.23 18:28:25.985245 [ 3 ] {} <Debug> HTTP-Session: 15a4cf43-459b-44bd-be5f-9d0073c02e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17300 | 2024.09.23 18:28:25.985259 [ 3 ] {} <Debug> HTTP-Session: 15a4cf43-459b-44bd-be5f-9d0073c02e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17301 | 2024.09.23 18:28:25.985297 [ 3 ] {} <Trace> HTTP-Session: 15a4cf43-459b-44bd-be5f-9d0073c02e55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17302 | 2024.09.23 18:28:25.985433 [ 3 ] {a1f06a01-cfec-4e4d-aee0-0dcfcb45ca3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17303 | 2024.09.23 18:28:25.985479 [ 3 ] {a1f06a01-cfec-4e4d-aee0-0dcfcb45ca3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17304 | 2024.09.23 18:28:25.985716 [ 3 ] {a1f06a01-cfec-4e4d-aee0-0dcfcb45ca3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17305 | 2024.09.23 18:28:25.986132 [ 3 ] {a1f06a01-cfec-4e4d-aee0-0dcfcb45ca3a} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17306 | 2024.09.23 18:28:25.986170 [ 3 ] {a1f06a01-cfec-4e4d-aee0-0dcfcb45ca3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17307 | 2024.09.23 18:28:25.986553 [ 3 ] {a1f06a01-cfec-4e4d-aee0-0dcfcb45ca3a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17308 | 2024.09.23 18:28:25.986921 [ 3 ] {a1f06a01-cfec-4e4d-aee0-0dcfcb45ca3a} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17309 | 2024.09.23 18:28:25.987084 [ 3 ] {a1f06a01-cfec-4e4d-aee0-0dcfcb45ca3a} <Debug> executeQuery: Read 118 rows, 10.09 KiB in 0.001698 sec., 69493.52179034158 rows/sec., 5.80 MiB/sec. | ||
17310 | 2024.09.23 18:28:25.987262 [ 3 ] {a1f06a01-cfec-4e4d-aee0-0dcfcb45ca3a} <Debug> DynamicQueryHandler: Done processing query | ||
17311 | 2024.09.23 18:28:25.987288 [ 3 ] {a1f06a01-cfec-4e4d-aee0-0dcfcb45ca3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
17312 | 2024.09.23 18:28:25.987304 [ 3 ] {} <Debug> HTTP-Session: 15a4cf43-459b-44bd-be5f-9d0073c02e55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17313 | 2024.09.23 18:28:25.987438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17314 | 2024.09.23 18:28:25.987488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17315 | 2024.09.23 18:28:25.987509 [ 3 ] {} <Debug> HTTP-Session: caaa15fb-d654-481d-b021-e8017ae9bb3e Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17316 | 2024.09.23 18:28:25.987526 [ 3 ] {} <Debug> HTTP-Session: caaa15fb-d654-481d-b021-e8017ae9bb3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17317 | 2024.09.23 18:28:25.987541 [ 3 ] {} <Debug> HTTP-Session: caaa15fb-d654-481d-b021-e8017ae9bb3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17318 | 2024.09.23 18:28:25.987573 [ 3 ] {} <Trace> HTTP-Session: caaa15fb-d654-481d-b021-e8017ae9bb3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17319 | 2024.09.23 18:28:25.987680 [ 3 ] {23f5bcbe-cf20-4123-987d-f419a945265e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17320 | 2024.09.23 18:28:25.987724 [ 3 ] {23f5bcbe-cf20-4123-987d-f419a945265e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17321 | 2024.09.23 18:28:25.987951 [ 3 ] {23f5bcbe-cf20-4123-987d-f419a945265e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17322 | 2024.09.23 18:28:25.988262 [ 3 ] {23f5bcbe-cf20-4123-987d-f419a945265e} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17323 | 2024.09.23 18:28:25.988300 [ 3 ] {23f5bcbe-cf20-4123-987d-f419a945265e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17324 | 2024.09.23 18:28:25.988649 [ 3 ] {23f5bcbe-cf20-4123-987d-f419a945265e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
17325 | 2024.09.23 18:28:25.989015 [ 3 ] {23f5bcbe-cf20-4123-987d-f419a945265e} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17326 | 2024.09.23 18:28:25.989183 [ 3 ] {23f5bcbe-cf20-4123-987d-f419a945265e} <Debug> executeQuery: Read 31 rows, 2.31 KiB in 0.001532 sec., 20234.986945169712 rows/sec., 1.47 MiB/sec. | ||
17327 | 2024.09.23 18:28:25.989394 [ 3 ] {23f5bcbe-cf20-4123-987d-f419a945265e} <Debug> DynamicQueryHandler: Done processing query | ||
17328 | 2024.09.23 18:28:25.989430 [ 3 ] {23f5bcbe-cf20-4123-987d-f419a945265e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17329 | 2024.09.23 18:28:25.989463 [ 3 ] {} <Debug> HTTP-Session: caaa15fb-d654-481d-b021-e8017ae9bb3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17330 | 2024.09.23 18:28:25.989702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 18572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17331 | 2024.09.23 18:28:25.989753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17332 | 2024.09.23 18:28:25.989772 [ 3 ] {} <Debug> HTTP-Session: c8462a96-7779-4f96-8dcb-143d335dfd89 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17333 | 2024.09.23 18:28:25.989789 [ 3 ] {} <Debug> HTTP-Session: c8462a96-7779-4f96-8dcb-143d335dfd89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17334 | 2024.09.23 18:28:25.989804 [ 3 ] {} <Debug> HTTP-Session: c8462a96-7779-4f96-8dcb-143d335dfd89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17335 | 2024.09.23 18:28:25.989836 [ 3 ] {} <Trace> HTTP-Session: c8462a96-7779-4f96-8dcb-143d335dfd89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17336 | 2024.09.23 18:28:25.989963 [ 3 ] {3d5fc46c-b99f-4c16-a619-9746eb8db4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17337 | 2024.09.23 18:28:25.990007 [ 3 ] {3d5fc46c-b99f-4c16-a619-9746eb8db4e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17338 | 2024.09.23 18:28:25.990236 [ 3 ] {3d5fc46c-b99f-4c16-a619-9746eb8db4e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17339 | 2024.09.23 18:28:25.990594 [ 3 ] {3d5fc46c-b99f-4c16-a619-9746eb8db4e6} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17340 | 2024.09.23 18:28:25.990632 [ 3 ] {3d5fc46c-b99f-4c16-a619-9746eb8db4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17341 | 2024.09.23 18:28:25.990988 [ 3 ] {3d5fc46c-b99f-4c16-a619-9746eb8db4e6} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17342 | 2024.09.23 18:28:25.991357 [ 3 ] {3d5fc46c-b99f-4c16-a619-9746eb8db4e6} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17343 | 2024.09.23 18:28:25.991528 [ 3 ] {3d5fc46c-b99f-4c16-a619-9746eb8db4e6} <Debug> executeQuery: Read 110 rows, 8.69 KiB in 0.001606 sec., 68493.1506849315 rows/sec., 5.28 MiB/sec. | ||
17344 | 2024.09.23 18:28:25.991702 [ 3 ] {3d5fc46c-b99f-4c16-a619-9746eb8db4e6} <Debug> DynamicQueryHandler: Done processing query | ||
17345 | 2024.09.23 18:28:25.991727 [ 3 ] {3d5fc46c-b99f-4c16-a619-9746eb8db4e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
17346 | 2024.09.23 18:28:25.991743 [ 3 ] {} <Debug> HTTP-Session: c8462a96-7779-4f96-8dcb-143d335dfd89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17347 | 2024.09.23 18:28:25.991913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17348 | 2024.09.23 18:28:25.991963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17349 | 2024.09.23 18:28:25.991983 [ 3 ] {} <Debug> HTTP-Session: f32fd63b-345a-47ad-a012-42218821bc42 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17350 | 2024.09.23 18:28:25.992000 [ 3 ] {} <Debug> HTTP-Session: f32fd63b-345a-47ad-a012-42218821bc42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17351 | 2024.09.23 18:28:25.992014 [ 3 ] {} <Debug> HTTP-Session: f32fd63b-345a-47ad-a012-42218821bc42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17352 | 2024.09.23 18:28:25.992046 [ 3 ] {} <Trace> HTTP-Session: f32fd63b-345a-47ad-a012-42218821bc42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17353 | 2024.09.23 18:28:25.992194 [ 3 ] {1da82a2b-f9ff-4709-82cf-f254b83a45d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17354 | 2024.09.23 18:28:25.992242 [ 3 ] {1da82a2b-f9ff-4709-82cf-f254b83a45d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17355 | 2024.09.23 18:28:25.992389 [ 3 ] {1da82a2b-f9ff-4709-82cf-f254b83a45d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17356 | 2024.09.23 18:28:25.992774 [ 3 ] {1da82a2b-f9ff-4709-82cf-f254b83a45d1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17357 | 2024.09.23 18:28:25.992813 [ 3 ] {1da82a2b-f9ff-4709-82cf-f254b83a45d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17358 | 2024.09.23 18:28:25.993195 [ 3 ] {1da82a2b-f9ff-4709-82cf-f254b83a45d1} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17359 | 2024.09.23 18:28:25.993538 [ 3 ] {1da82a2b-f9ff-4709-82cf-f254b83a45d1} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17360 | 2024.09.23 18:28:25.993702 [ 3 ] {1da82a2b-f9ff-4709-82cf-f254b83a45d1} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.001564 sec., 103580.56265984655 rows/sec., 7.20 MiB/sec. | ||
17361 | 2024.09.23 18:28:25.993889 [ 3 ] {1da82a2b-f9ff-4709-82cf-f254b83a45d1} <Debug> DynamicQueryHandler: Done processing query | ||
17362 | 2024.09.23 18:28:25.993915 [ 3 ] {1da82a2b-f9ff-4709-82cf-f254b83a45d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17363 | 2024.09.23 18:28:25.993931 [ 3 ] {} <Debug> HTTP-Session: f32fd63b-345a-47ad-a012-42218821bc42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17364 | 2024.09.23 18:28:25.994102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 47627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17365 | 2024.09.23 18:28:25.994152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17366 | 2024.09.23 18:28:25.994172 [ 3 ] {} <Debug> HTTP-Session: 6b38070e-5a77-4cd2-aa70-0d891f18f757 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17367 | 2024.09.23 18:28:25.994188 [ 3 ] {} <Debug> HTTP-Session: 6b38070e-5a77-4cd2-aa70-0d891f18f757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17368 | 2024.09.23 18:28:25.994202 [ 3 ] {} <Debug> HTTP-Session: 6b38070e-5a77-4cd2-aa70-0d891f18f757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17369 | 2024.09.23 18:28:25.994234 [ 3 ] {} <Trace> HTTP-Session: 6b38070e-5a77-4cd2-aa70-0d891f18f757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17370 | 2024.09.23 18:28:25.994528 [ 3 ] {7ae272e1-6b82-4fda-990a-01b3d0d7d784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17371 | 2024.09.23 18:28:25.994594 [ 3 ] {7ae272e1-6b82-4fda-990a-01b3d0d7d784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17372 | 2024.09.23 18:28:25.995008 [ 3 ] {7ae272e1-6b82-4fda-990a-01b3d0d7d784} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17373 | 2024.09.23 18:28:25.995797 [ 3 ] {7ae272e1-6b82-4fda-990a-01b3d0d7d784} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17374 | 2024.09.23 18:28:25.995836 [ 3 ] {7ae272e1-6b82-4fda-990a-01b3d0d7d784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17375 | 2024.09.23 18:28:25.996459 [ 3 ] {7ae272e1-6b82-4fda-990a-01b3d0d7d784} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
17376 | 2024.09.23 18:28:25.996874 [ 3 ] {7ae272e1-6b82-4fda-990a-01b3d0d7d784} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17377 | 2024.09.23 18:28:25.997077 [ 3 ] {7ae272e1-6b82-4fda-990a-01b3d0d7d784} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002753 sec., 10533.962949509627 rows/sec., 18.88 MiB/sec. | ||
17378 | 2024.09.23 18:28:25.997418 [ 3 ] {7ae272e1-6b82-4fda-990a-01b3d0d7d784} <Debug> DynamicQueryHandler: Done processing query | ||
17379 | 2024.09.23 18:28:25.997455 [ 3 ] {7ae272e1-6b82-4fda-990a-01b3d0d7d784} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
17380 | 2024.09.23 18:28:25.997480 [ 3 ] {} <Debug> HTTP-Session: 6b38070e-5a77-4cd2-aa70-0d891f18f757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17381 | 2024.09.23 18:28:25.997614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17382 | 2024.09.23 18:28:25.997666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17383 | 2024.09.23 18:28:25.997686 [ 3 ] {} <Debug> HTTP-Session: c405c235-9706-4c64-9c00-d4449b3241cf Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17384 | 2024.09.23 18:28:25.997702 [ 3 ] {} <Debug> HTTP-Session: c405c235-9706-4c64-9c00-d4449b3241cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17385 | 2024.09.23 18:28:25.997717 [ 3 ] {} <Debug> HTTP-Session: c405c235-9706-4c64-9c00-d4449b3241cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17386 | 2024.09.23 18:28:25.997750 [ 3 ] {} <Trace> HTTP-Session: c405c235-9706-4c64-9c00-d4449b3241cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17387 | 2024.09.23 18:28:25.997846 [ 3 ] {db705a32-4351-4790-b100-a8c56e45c812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
17388 | 2024.09.23 18:28:25.997891 [ 3 ] {db705a32-4351-4790-b100-a8c56e45c812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
17389 | 2024.09.23 18:28:25.998021 [ 3 ] {db705a32-4351-4790-b100-a8c56e45c812} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17390 | 2024.09.23 18:28:25.998322 [ 3 ] {db705a32-4351-4790-b100-a8c56e45c812} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17391 | 2024.09.23 18:28:25.998359 [ 3 ] {db705a32-4351-4790-b100-a8c56e45c812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17392 | 2024.09.23 18:28:25.998723 [ 3 ] {db705a32-4351-4790-b100-a8c56e45c812} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
17393 | 2024.09.23 18:28:25.999061 [ 3 ] {db705a32-4351-4790-b100-a8c56e45c812} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17394 | 2024.09.23 18:28:25.999226 [ 3 ] {db705a32-4351-4790-b100-a8c56e45c812} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001395 sec., 2150.537634408602 rows/sec., 172.21 KiB/sec. | ||
17395 | 2024.09.23 18:28:25.999436 [ 3 ] {db705a32-4351-4790-b100-a8c56e45c812} <Debug> DynamicQueryHandler: Done processing query | ||
17396 | 2024.09.23 18:28:25.999462 [ 3 ] {db705a32-4351-4790-b100-a8c56e45c812} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17397 | 2024.09.23 18:28:25.999479 [ 3 ] {} <Debug> HTTP-Session: c405c235-9706-4c64-9c00-d4449b3241cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17398 | 2024.09.23 18:28:25.999606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17399 | 2024.09.23 18:28:25.999655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17400 | 2024.09.23 18:28:25.999675 [ 3 ] {} <Debug> HTTP-Session: 969db2ac-0eae-4ee4-a0aa-f0f9fc6014f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17401 | 2024.09.23 18:28:25.999692 [ 3 ] {} <Debug> HTTP-Session: 969db2ac-0eae-4ee4-a0aa-f0f9fc6014f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17402 | 2024.09.23 18:28:25.999706 [ 3 ] {} <Debug> HTTP-Session: 969db2ac-0eae-4ee4-a0aa-f0f9fc6014f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17403 | 2024.09.23 18:28:25.999738 [ 3 ] {} <Trace> HTTP-Session: 969db2ac-0eae-4ee4-a0aa-f0f9fc6014f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17404 | 2024.09.23 18:28:25.999856 [ 3 ] {347e3c79-6a6c-4303-bb97-64e69c46edf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17405 | 2024.09.23 18:28:25.999901 [ 3 ] {347e3c79-6a6c-4303-bb97-64e69c46edf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17406 | 2024.09.23 18:28:26.000036 [ 3 ] {347e3c79-6a6c-4303-bb97-64e69c46edf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17407 | 2024.09.23 18:28:26.000140 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.02 MiB, peak 222.81 MiB, free memory in arenas 0.00 B, will set to 210.54 MiB (RSS), difference: -1.48 MiB | ||
17408 | 2024.09.23 18:28:26.000539 [ 3 ] {347e3c79-6a6c-4303-bb97-64e69c46edf0} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17409 | 2024.09.23 18:28:26.000593 [ 3 ] {347e3c79-6a6c-4303-bb97-64e69c46edf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17410 | 2024.09.23 18:28:26.001053 [ 3 ] {347e3c79-6a6c-4303-bb97-64e69c46edf0} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17411 | 2024.09.23 18:28:26.001381 [ 3 ] {347e3c79-6a6c-4303-bb97-64e69c46edf0} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17412 | 2024.09.23 18:28:26.001509 [ 3 ] {347e3c79-6a6c-4303-bb97-64e69c46edf0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001695 sec., 35398.23008849558 rows/sec., 2.39 MiB/sec. | ||
17413 | 2024.09.23 18:28:26.001685 [ 3 ] {347e3c79-6a6c-4303-bb97-64e69c46edf0} <Debug> DynamicQueryHandler: Done processing query | ||
17414 | 2024.09.23 18:28:26.001710 [ 3 ] {347e3c79-6a6c-4303-bb97-64e69c46edf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17415 | 2024.09.23 18:28:26.001727 [ 3 ] {} <Debug> HTTP-Session: 969db2ac-0eae-4ee4-a0aa-f0f9fc6014f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17416 | 2024.09.23 18:28:27.293948 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17417 | 2024.09.23 18:28:27.294024 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17418 | 2024.09.23 18:28:30.987300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17419 | 2024.09.23 18:28:30.987436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17420 | 2024.09.23 18:28:30.987468 [ 3 ] {} <Debug> HTTP-Session: 17844212-4d6a-4b80-ad94-b91839930489 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17421 | 2024.09.23 18:28:30.987498 [ 3 ] {} <Debug> HTTP-Session: 17844212-4d6a-4b80-ad94-b91839930489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17422 | 2024.09.23 18:28:30.987516 [ 3 ] {} <Debug> HTTP-Session: 17844212-4d6a-4b80-ad94-b91839930489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17423 | 2024.09.23 18:28:30.987574 [ 3 ] {} <Trace> HTTP-Session: 17844212-4d6a-4b80-ad94-b91839930489 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17424 | 2024.09.23 18:28:30.987776 [ 3 ] {09efd89e-ff49-4ecc-9b25-e0be9d793074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17425 | 2024.09.23 18:28:30.987852 [ 3 ] {09efd89e-ff49-4ecc-9b25-e0be9d793074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17426 | 2024.09.23 18:28:30.988242 [ 3 ] {09efd89e-ff49-4ecc-9b25-e0be9d793074} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17427 | 2024.09.23 18:28:30.988695 [ 3 ] {09efd89e-ff49-4ecc-9b25-e0be9d793074} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17428 | 2024.09.23 18:28:30.988748 [ 3 ] {09efd89e-ff49-4ecc-9b25-e0be9d793074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17429 | 2024.09.23 18:28:30.989223 [ 3 ] {09efd89e-ff49-4ecc-9b25-e0be9d793074} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
17430 | 2024.09.23 18:28:30.989686 [ 3 ] {09efd89e-ff49-4ecc-9b25-e0be9d793074} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17431 | 2024.09.23 18:28:30.989866 [ 3 ] {09efd89e-ff49-4ecc-9b25-e0be9d793074} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.002146 sec., 465.98322460391427 rows/sec., 34.58 KiB/sec. | ||
17432 | 2024.09.23 18:28:30.990083 [ 3 ] {09efd89e-ff49-4ecc-9b25-e0be9d793074} <Debug> DynamicQueryHandler: Done processing query | ||
17433 | 2024.09.23 18:28:30.990111 [ 3 ] {09efd89e-ff49-4ecc-9b25-e0be9d793074} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17434 | 2024.09.23 18:28:30.990128 [ 3 ] {} <Debug> HTTP-Session: 17844212-4d6a-4b80-ad94-b91839930489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17435 | 2024.09.23 18:28:30.990363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 38610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17436 | 2024.09.23 18:28:30.990421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17437 | 2024.09.23 18:28:30.990441 [ 3 ] {} <Debug> HTTP-Session: 89b19ff2-66b4-49a5-835a-313d9bd2b530 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17438 | 2024.09.23 18:28:30.990459 [ 3 ] {} <Debug> HTTP-Session: 89b19ff2-66b4-49a5-835a-313d9bd2b530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17439 | 2024.09.23 18:28:30.990474 [ 3 ] {} <Debug> HTTP-Session: 89b19ff2-66b4-49a5-835a-313d9bd2b530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17440 | 2024.09.23 18:28:30.990510 [ 3 ] {} <Trace> HTTP-Session: 89b19ff2-66b4-49a5-835a-313d9bd2b530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17441 | 2024.09.23 18:28:30.990690 [ 3 ] {af456b2a-3ab6-4b63-9623-857e0a3b144a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17442 | 2024.09.23 18:28:30.990738 [ 3 ] {af456b2a-3ab6-4b63-9623-857e0a3b144a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17443 | 2024.09.23 18:28:30.990980 [ 3 ] {af456b2a-3ab6-4b63-9623-857e0a3b144a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17444 | 2024.09.23 18:28:30.991512 [ 3 ] {af456b2a-3ab6-4b63-9623-857e0a3b144a} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17445 | 2024.09.23 18:28:30.991551 [ 3 ] {af456b2a-3ab6-4b63-9623-857e0a3b144a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17446 | 2024.09.23 18:28:30.991927 [ 3 ] {af456b2a-3ab6-4b63-9623-857e0a3b144a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17447 | 2024.09.23 18:28:30.992295 [ 3 ] {af456b2a-3ab6-4b63-9623-857e0a3b144a} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17448 | 2024.09.23 18:28:30.992462 [ 3 ] {af456b2a-3ab6-4b63-9623-857e0a3b144a} <Debug> executeQuery: Read 255 rows, 23.08 KiB in 0.001859 sec., 137170.5217859064 rows/sec., 12.13 MiB/sec. | ||
17449 | 2024.09.23 18:28:30.992479 [ 132 ] {} <Debug> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17450 | 2024.09.23 18:28:30.992593 [ 132 ] {} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17451 | 2024.09.23 18:28:30.992641 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17452 | 2024.09.23 18:28:30.992755 [ 3 ] {af456b2a-3ab6-4b63-9623-857e0a3b144a} <Debug> DynamicQueryHandler: Done processing query | ||
17453 | 2024.09.23 18:28:30.992843 [ 3 ] {af456b2a-3ab6-4b63-9623-857e0a3b144a} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
17454 | 2024.09.23 18:28:30.992923 [ 3 ] {} <Debug> HTTP-Session: 89b19ff2-66b4-49a5-835a-313d9bd2b530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17455 | 2024.09.23 18:28:30.992958 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17456 | 2024.09.23 18:28:30.993179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 4775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17457 | 2024.09.23 18:28:30.993365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17458 | 2024.09.23 18:28:30.993485 [ 3 ] {} <Debug> HTTP-Session: 19752c0e-8e0a-4857-82ef-1c0498184962 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17459 | 2024.09.23 18:28:30.993570 [ 3 ] {} <Debug> HTTP-Session: 19752c0e-8e0a-4857-82ef-1c0498184962 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17460 | 2024.09.23 18:28:30.993590 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17461 | 2024.09.23 18:28:30.993621 [ 3 ] {} <Debug> HTTP-Session: 19752c0e-8e0a-4857-82ef-1c0498184962 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17462 | 2024.09.23 18:28:30.993717 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1443 rows starting from the beginning of the part | ||
17463 | 2024.09.23 18:28:30.993795 [ 3 ] {} <Trace> HTTP-Session: 19752c0e-8e0a-4857-82ef-1c0498184962 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17464 | 2024.09.23 18:28:30.994157 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 108 rows starting from the beginning of the part | ||
17465 | 2024.09.23 18:28:30.994558 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 104 rows starting from the beginning of the part | ||
17466 | 2024.09.23 18:28:30.994635 [ 3 ] {601d2794-e22e-4823-b5dd-3b9fffa51859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17467 | 2024.09.23 18:28:30.994861 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 300 rows starting from the beginning of the part | ||
17468 | 2024.09.23 18:28:30.994880 [ 3 ] {601d2794-e22e-4823-b5dd-3b9fffa51859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17469 | 2024.09.23 18:28:30.995180 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 118 rows starting from the beginning of the part | ||
17470 | 2024.09.23 18:28:30.995577 [ 189 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 255 rows starting from the beginning of the part | ||
17471 | 2024.09.23 18:28:30.997354 [ 3 ] {601d2794-e22e-4823-b5dd-3b9fffa51859} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17472 | 2024.09.23 18:28:30.998305 [ 3 ] {601d2794-e22e-4823-b5dd-3b9fffa51859} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17473 | 2024.09.23 18:28:30.998385 [ 3 ] {601d2794-e22e-4823-b5dd-3b9fffa51859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17474 | 2024.09.23 18:28:30.999145 [ 3 ] {601d2794-e22e-4823-b5dd-3b9fffa51859} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
17475 | 2024.09.23 18:28:30.999928 [ 194 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2328 rows, containing 5 columns (5 merged, 0 gathered) in 0.007203191 sec., 323190.0972777204 rows/sec., 28.51 MiB/sec. | ||
17476 | 2024.09.23 18:28:31.000088 [ 3 ] {601d2794-e22e-4823-b5dd-3b9fffa51859} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17477 | 2024.09.23 18:28:31.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.22 MiB, peak 222.81 MiB, free memory in arenas 0.00 B, will set to 210.54 MiB (RSS), difference: -8.69 MiB | ||
17478 | 2024.09.23 18:28:31.000299 [ 194 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17479 | 2024.09.23 18:28:31.000489 [ 132 ] {} <Debug> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
17480 | 2024.09.23 18:28:31.000550 [ 3 ] {601d2794-e22e-4823-b5dd-3b9fffa51859} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.006353 sec., 5194.396348181961 rows/sec., 388.60 KiB/sec. | ||
17481 | 2024.09.23 18:28:31.000888 [ 132 ] {} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17482 | 2024.09.23 18:28:31.001162 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17483 | 2024.09.23 18:28:31.001354 [ 3 ] {601d2794-e22e-4823-b5dd-3b9fffa51859} <Debug> DynamicQueryHandler: Done processing query | ||
17484 | 2024.09.23 18:28:31.001470 [ 3 ] {601d2794-e22e-4823-b5dd-3b9fffa51859} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17485 | 2024.09.23 18:28:31.001622 [ 3 ] {} <Debug> HTTP-Session: 19752c0e-8e0a-4857-82ef-1c0498184962 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17486 | 2024.09.23 18:28:31.001960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17487 | 2024.09.23 18:28:31.001994 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
17488 | 2024.09.23 18:28:31.002169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17489 | 2024.09.23 18:28:31.002301 [ 3 ] {} <Debug> HTTP-Session: 5165a889-0628-4dcc-8122-553e46820d78 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17490 | 2024.09.23 18:28:31.002372 [ 3 ] {} <Debug> HTTP-Session: 5165a889-0628-4dcc-8122-553e46820d78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17491 | 2024.09.23 18:28:31.002474 [ 3 ] {} <Debug> HTTP-Session: 5165a889-0628-4dcc-8122-553e46820d78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17492 | 2024.09.23 18:28:31.002691 [ 3 ] {} <Trace> HTTP-Session: 5165a889-0628-4dcc-8122-553e46820d78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17493 | 2024.09.23 18:28:31.003164 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17494 | 2024.09.23 18:28:31.003202 [ 3 ] {6a0a93c0-a13c-40eb-915b-278e2030e340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17495 | 2024.09.23 18:28:31.003363 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 70 rows starting from the beginning of the part | ||
17496 | 2024.09.23 18:28:31.003435 [ 194 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17497 | 2024.09.23 18:28:31.003488 [ 3 ] {6a0a93c0-a13c-40eb-915b-278e2030e340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17498 | 2024.09.23 18:28:31.003961 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 29 rows starting from the beginning of the part | ||
17499 | 2024.09.23 18:28:31.004424 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 24 rows starting from the beginning of the part | ||
17500 | 2024.09.23 18:28:31.004880 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 35 rows starting from the beginning of the part | ||
17501 | 2024.09.23 18:28:31.005394 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 31 rows starting from the beginning of the part | ||
17502 | 2024.09.23 18:28:31.005448 [ 194 ] {2c4a8092-cbaa-4de5-b492-57e54ba9ea20::all_1_96_19} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17503 | 2024.09.23 18:28:31.005797 [ 195 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 33 rows starting from the beginning of the part | ||
17504 | 2024.09.23 18:28:31.006037 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
17505 | 2024.09.23 18:28:31.006895 [ 3 ] {6a0a93c0-a13c-40eb-915b-278e2030e340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17506 | 2024.09.23 18:28:31.007790 [ 3 ] {6a0a93c0-a13c-40eb-915b-278e2030e340} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17507 | 2024.09.23 18:28:31.007855 [ 3 ] {6a0a93c0-a13c-40eb-915b-278e2030e340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17508 | 2024.09.23 18:28:31.008891 [ 3 ] {6a0a93c0-a13c-40eb-915b-278e2030e340} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17509 | 2024.09.23 18:28:31.009016 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.007596831 sec., 29222.71141743182 rows/sec., 2.23 MiB/sec. | ||
17510 | 2024.09.23 18:28:31.009333 [ 200 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
17511 | 2024.09.23 18:28:31.009695 [ 3 ] {6a0a93c0-a13c-40eb-915b-278e2030e340} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17512 | 2024.09.23 18:28:31.010155 [ 132 ] {} <Debug> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 | ||
17513 | 2024.09.23 18:28:31.010241 [ 132 ] {} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17514 | 2024.09.23 18:28:31.010265 [ 3 ] {6a0a93c0-a13c-40eb-915b-278e2030e340} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007232 sec., 1935.8407079646017 rows/sec., 135.57 KiB/sec. | ||
17515 | 2024.09.23 18:28:31.010291 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17516 | 2024.09.23 18:28:31.010812 [ 201 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17517 | 2024.09.23 18:28:31.010849 [ 200 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full | ||
17518 | 2024.09.23 18:28:31.011219 [ 3 ] {6a0a93c0-a13c-40eb-915b-278e2030e340} <Debug> DynamicQueryHandler: Done processing query | ||
17519 | 2024.09.23 18:28:31.011364 [ 201 ] {61bcb125-6a2d-4eaa-bd0f-66eeec551382::all_1_86_17} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
17520 | 2024.09.23 18:28:31.011370 [ 3 ] {6a0a93c0-a13c-40eb-915b-278e2030e340} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17521 | 2024.09.23 18:28:31.011485 [ 3 ] {} <Debug> HTTP-Session: 5165a889-0628-4dcc-8122-553e46820d78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17522 | 2024.09.23 18:28:31.011727 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
17523 | 2024.09.23 18:28:31.011903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17524 | 2024.09.23 18:28:31.012069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17525 | 2024.09.23 18:28:31.012102 [ 200 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17526 | 2024.09.23 18:28:31.012114 [ 3 ] {} <Debug> HTTP-Session: 27f1cbfe-7c02-4e57-94e6-329a355cbc69 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17527 | 2024.09.23 18:28:31.012165 [ 3 ] {} <Debug> HTTP-Session: 27f1cbfe-7c02-4e57-94e6-329a355cbc69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17528 | 2024.09.23 18:28:31.012175 [ 200 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 243 rows starting from the beginning of the part | ||
17529 | 2024.09.23 18:28:31.012190 [ 3 ] {} <Debug> HTTP-Session: 27f1cbfe-7c02-4e57-94e6-329a355cbc69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17530 | 2024.09.23 18:28:31.012315 [ 3 ] {} <Trace> HTTP-Session: 27f1cbfe-7c02-4e57-94e6-329a355cbc69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17531 | 2024.09.23 18:28:31.012442 [ 200 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
17532 | 2024.09.23 18:28:31.012760 [ 3 ] {b5e85394-d37d-4c12-a86a-eea40bae1110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17533 | 2024.09.23 18:28:31.012772 [ 200 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
17534 | 2024.09.23 18:28:31.012886 [ 3 ] {b5e85394-d37d-4c12-a86a-eea40bae1110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17535 | 2024.09.23 18:28:31.013056 [ 200 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 242 rows starting from the beginning of the part | ||
17536 | 2024.09.23 18:28:31.013479 [ 200 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 52 rows starting from the beginning of the part | ||
17537 | 2024.09.23 18:28:31.013847 [ 200 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
17538 | 2024.09.23 18:28:31.014499 [ 3 ] {b5e85394-d37d-4c12-a86a-eea40bae1110} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17539 | 2024.09.23 18:28:31.015340 [ 3 ] {b5e85394-d37d-4c12-a86a-eea40bae1110} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17540 | 2024.09.23 18:28:31.015411 [ 3 ] {b5e85394-d37d-4c12-a86a-eea40bae1110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17541 | 2024.09.23 18:28:31.016443 [ 3 ] {b5e85394-d37d-4c12-a86a-eea40bae1110} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
17542 | 2024.09.23 18:28:31.017008 [ 193 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 5 columns (5 merged, 0 gathered) in 0.006524974 sec., 88735.98576791263 rows/sec., 6.03 MiB/sec. | ||
17543 | 2024.09.23 18:28:31.017305 [ 201 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
17544 | 2024.09.23 18:28:31.017373 [ 3 ] {b5e85394-d37d-4c12-a86a-eea40bae1110} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17545 | 2024.09.23 18:28:31.017736 [ 132 ] {} <Debug> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
17546 | 2024.09.23 18:28:31.017746 [ 3 ] {b5e85394-d37d-4c12-a86a-eea40bae1110} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00519 sec., 1156.0693641618498 rows/sec., 68.30 KiB/sec. | ||
17547 | 2024.09.23 18:28:31.017822 [ 132 ] {} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17548 | 2024.09.23 18:28:31.017966 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17549 | 2024.09.23 18:28:31.018519 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
17550 | 2024.09.23 18:28:31.018716 [ 3 ] {b5e85394-d37d-4c12-a86a-eea40bae1110} <Debug> DynamicQueryHandler: Done processing query | ||
17551 | 2024.09.23 18:28:31.018824 [ 3 ] {b5e85394-d37d-4c12-a86a-eea40bae1110} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17552 | 2024.09.23 18:28:31.018914 [ 3 ] {} <Debug> HTTP-Session: 27f1cbfe-7c02-4e57-94e6-329a355cbc69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17553 | 2024.09.23 18:28:31.019317 [ 201 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17554 | 2024.09.23 18:28:31.019345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 69342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17555 | 2024.09.23 18:28:31.019452 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17556 | 2024.09.23 18:28:31.019573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17557 | 2024.09.23 18:28:31.019683 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 6 rows starting from the beginning of the part | ||
17558 | 2024.09.23 18:28:31.019718 [ 3 ] {} <Debug> HTTP-Session: da0c935b-d870-4cae-8b61-af4d3b744023 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17559 | 2024.09.23 18:28:31.019828 [ 3 ] {} <Debug> HTTP-Session: da0c935b-d870-4cae-8b61-af4d3b744023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17560 | 2024.09.23 18:28:31.019858 [ 201 ] {92b24ad6-501f-401c-abbd-bcde22011275::all_1_42_9} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 | ||
17561 | 2024.09.23 18:28:31.019945 [ 3 ] {} <Debug> HTTP-Session: da0c935b-d870-4cae-8b61-af4d3b744023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17562 | 2024.09.23 18:28:31.020137 [ 3 ] {} <Trace> HTTP-Session: da0c935b-d870-4cae-8b61-af4d3b744023 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17563 | 2024.09.23 18:28:31.020578 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
17564 | 2024.09.23 18:28:31.020767 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
17565 | 2024.09.23 18:28:31.020798 [ 3 ] {abd1198f-c7f8-4165-8939-d6e6890c9754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17566 | 2024.09.23 18:28:31.020905 [ 3 ] {abd1198f-c7f8-4165-8939-d6e6890c9754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17567 | 2024.09.23 18:28:31.021000 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
17568 | 2024.09.23 18:28:31.021441 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
17569 | 2024.09.23 18:28:31.021813 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
17570 | 2024.09.23 18:28:31.022674 [ 3 ] {abd1198f-c7f8-4165-8939-d6e6890c9754} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17571 | 2024.09.23 18:28:31.024078 [ 3 ] {abd1198f-c7f8-4165-8939-d6e6890c9754} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17572 | 2024.09.23 18:28:31.024182 [ 3 ] {abd1198f-c7f8-4165-8939-d6e6890c9754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17573 | 2024.09.23 18:28:31.024249 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.006031531 sec., 4973.861528689814 rows/sec., 315.72 KiB/sec. | ||
17574 | 2024.09.23 18:28:31.024432 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
17575 | 2024.09.23 18:28:31.025109 [ 3 ] {abd1198f-c7f8-4165-8939-d6e6890c9754} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17576 | 2024.09.23 18:28:31.025436 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_41_10} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17577 | 2024.09.23 18:28:31.025664 [ 193 ] {dfdfede0-c9bf-4c1c-a5b3-288ad399790f::all_1_41_10} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
17578 | 2024.09.23 18:28:31.025810 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17579 | 2024.09.23 18:28:31.025915 [ 3 ] {abd1198f-c7f8-4165-8939-d6e6890c9754} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17580 | 2024.09.23 18:28:31.026092 [ 3 ] {abd1198f-c7f8-4165-8939-d6e6890c9754} <Debug> executeQuery: Read 427 rows, 31.19 KiB in 0.005527 sec., 77257.10150171883 rows/sec., 5.51 MiB/sec. | ||
17581 | 2024.09.23 18:28:31.026093 [ 132 ] {} <Debug> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17582 | 2024.09.23 18:28:31.026197 [ 132 ] {} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17583 | 2024.09.23 18:28:31.026251 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17584 | 2024.09.23 18:28:31.026414 [ 3 ] {abd1198f-c7f8-4165-8939-d6e6890c9754} <Debug> DynamicQueryHandler: Done processing query | ||
17585 | 2024.09.23 18:28:31.026421 [ 186 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17586 | 2024.09.23 18:28:31.026445 [ 3 ] {abd1198f-c7f8-4165-8939-d6e6890c9754} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
17587 | 2024.09.23 18:28:31.026472 [ 3 ] {} <Debug> HTTP-Session: da0c935b-d870-4cae-8b61-af4d3b744023 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17588 | 2024.09.23 18:28:31.026567 [ 186 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17589 | 2024.09.23 18:28:31.026606 [ 186 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 929 rows starting from the beginning of the part | ||
17590 | 2024.09.23 18:28:31.026618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17591 | 2024.09.23 18:28:31.026730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17592 | 2024.09.23 18:28:31.026803 [ 186 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 99 rows starting from the beginning of the part | ||
17593 | 2024.09.23 18:28:31.026805 [ 3 ] {} <Debug> HTTP-Session: 79e11ce0-149d-4330-af04-c236aee6c29b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17594 | 2024.09.23 18:28:31.026884 [ 3 ] {} <Debug> HTTP-Session: 79e11ce0-149d-4330-af04-c236aee6c29b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17595 | 2024.09.23 18:28:31.026958 [ 3 ] {} <Debug> HTTP-Session: 79e11ce0-149d-4330-af04-c236aee6c29b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17596 | 2024.09.23 18:28:31.027115 [ 3 ] {} <Trace> HTTP-Session: 79e11ce0-149d-4330-af04-c236aee6c29b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17597 | 2024.09.23 18:28:31.027152 [ 186 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 100 rows starting from the beginning of the part | ||
17598 | 2024.09.23 18:28:31.027448 [ 3 ] {299e1fe8-2a64-4136-9ba5-ef85144c92d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17599 | 2024.09.23 18:28:31.027466 [ 186 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 563 rows starting from the beginning of the part | ||
17600 | 2024.09.23 18:28:31.027617 [ 3 ] {299e1fe8-2a64-4136-9ba5-ef85144c92d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17601 | 2024.09.23 18:28:31.027819 [ 186 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 110 rows starting from the beginning of the part | ||
17602 | 2024.09.23 18:28:31.028199 [ 186 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part | ||
17603 | 2024.09.23 18:28:31.028693 [ 3 ] {299e1fe8-2a64-4136-9ba5-ef85144c92d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17604 | 2024.09.23 18:28:31.029151 [ 3 ] {299e1fe8-2a64-4136-9ba5-ef85144c92d3} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17605 | 2024.09.23 18:28:31.029194 [ 3 ] {299e1fe8-2a64-4136-9ba5-ef85144c92d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17606 | 2024.09.23 18:28:31.029705 [ 3 ] {299e1fe8-2a64-4136-9ba5-ef85144c92d3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
17607 | 2024.09.23 18:28:31.030105 [ 3 ] {299e1fe8-2a64-4136-9ba5-ef85144c92d3} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17608 | 2024.09.23 18:28:31.030349 [ 3 ] {299e1fe8-2a64-4136-9ba5-ef85144c92d3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003028 sec., 1981.5059445178335 rows/sec., 103.53 KiB/sec. | ||
17609 | 2024.09.23 18:28:31.030590 [ 199 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2228 rows, containing 5 columns (5 merged, 0 gathered) in 0.004229906 sec., 526725.6530050549 rows/sec., 40.44 MiB/sec. | ||
17610 | 2024.09.23 18:28:31.030672 [ 3 ] {299e1fe8-2a64-4136-9ba5-ef85144c92d3} <Debug> DynamicQueryHandler: Done processing query | ||
17611 | 2024.09.23 18:28:31.030707 [ 3 ] {299e1fe8-2a64-4136-9ba5-ef85144c92d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17612 | 2024.09.23 18:28:31.030727 [ 3 ] {} <Debug> HTTP-Session: 79e11ce0-149d-4330-af04-c236aee6c29b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17613 | 2024.09.23 18:28:31.030863 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17614 | 2024.09.23 18:28:31.031001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 44853, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17615 | 2024.09.23 18:28:31.031091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17616 | 2024.09.23 18:28:31.031140 [ 3 ] {} <Debug> HTTP-Session: 157d9504-b701-4c62-979b-2a42e215205a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17617 | 2024.09.23 18:28:31.031200 [ 3 ] {} <Debug> HTTP-Session: 157d9504-b701-4c62-979b-2a42e215205a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17618 | 2024.09.23 18:28:31.031253 [ 3 ] {} <Debug> HTTP-Session: 157d9504-b701-4c62-979b-2a42e215205a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17619 | 2024.09.23 18:28:31.031385 [ 3 ] {} <Trace> HTTP-Session: 157d9504-b701-4c62-979b-2a42e215205a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17620 | 2024.09.23 18:28:31.031716 [ 3 ] {480efef4-f526-4913-aaed-6e93d5d052c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17621 | 2024.09.23 18:28:31.031727 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17622 | 2024.09.23 18:28:31.031805 [ 3 ] {480efef4-f526-4913-aaed-6e93d5d052c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17623 | 2024.09.23 18:28:31.031917 [ 197 ] {95d06a70-bbb2-438d-b089-4db92496702a::all_1_96_19} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17624 | 2024.09.23 18:28:31.032134 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
17625 | 2024.09.23 18:28:31.032240 [ 3 ] {480efef4-f526-4913-aaed-6e93d5d052c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17626 | 2024.09.23 18:28:31.032714 [ 3 ] {480efef4-f526-4913-aaed-6e93d5d052c8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17627 | 2024.09.23 18:28:31.032751 [ 3 ] {480efef4-f526-4913-aaed-6e93d5d052c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17628 | 2024.09.23 18:28:31.033137 [ 3 ] {480efef4-f526-4913-aaed-6e93d5d052c8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17629 | 2024.09.23 18:28:31.033488 [ 3 ] {480efef4-f526-4913-aaed-6e93d5d052c8} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17630 | 2024.09.23 18:28:31.033642 [ 3 ] {480efef4-f526-4913-aaed-6e93d5d052c8} <Debug> executeQuery: Read 238 rows, 16.33 KiB in 0.002089 sec., 113930.11010052657 rows/sec., 7.63 MiB/sec. | ||
17631 | 2024.09.23 18:28:31.033657 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17632 | 2024.09.23 18:28:31.033749 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17633 | 2024.09.23 18:28:31.033790 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17634 | 2024.09.23 18:28:31.033922 [ 3 ] {480efef4-f526-4913-aaed-6e93d5d052c8} <Debug> DynamicQueryHandler: Done processing query | ||
17635 | 2024.09.23 18:28:31.033926 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17636 | 2024.09.23 18:28:31.033953 [ 3 ] {480efef4-f526-4913-aaed-6e93d5d052c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17637 | 2024.09.23 18:28:31.033978 [ 3 ] {} <Debug> HTTP-Session: 157d9504-b701-4c62-979b-2a42e215205a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17638 | 2024.09.23 18:28:31.034074 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17639 | 2024.09.23 18:28:31.034111 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27394 rows starting from the beginning of the part | ||
17640 | 2024.09.23 18:28:31.034118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17641 | 2024.09.23 18:28:31.034190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17642 | 2024.09.23 18:28:31.034282 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 111 rows starting from the beginning of the part | ||
17643 | 2024.09.23 18:28:31.034289 [ 3 ] {} <Debug> HTTP-Session: d13fd39f-48a2-46b4-8d5c-3278b4af245b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17644 | 2024.09.23 18:28:31.034362 [ 3 ] {} <Debug> HTTP-Session: d13fd39f-48a2-46b4-8d5c-3278b4af245b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17645 | 2024.09.23 18:28:31.034449 [ 3 ] {} <Debug> HTTP-Session: d13fd39f-48a2-46b4-8d5c-3278b4af245b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17646 | 2024.09.23 18:28:31.034597 [ 3 ] {} <Trace> HTTP-Session: d13fd39f-48a2-46b4-8d5c-3278b4af245b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17647 | 2024.09.23 18:28:31.034719 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 162 rows starting from the beginning of the part | ||
17648 | 2024.09.23 18:28:31.034934 [ 3 ] {a8326144-af7d-4557-aa24-5216766f50cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17649 | 2024.09.23 18:28:31.035006 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 272 rows starting from the beginning of the part | ||
17650 | 2024.09.23 18:28:31.035080 [ 3 ] {a8326144-af7d-4557-aa24-5216766f50cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17651 | 2024.09.23 18:28:31.035394 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 162 rows starting from the beginning of the part | ||
17652 | 2024.09.23 18:28:31.035742 [ 186 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 238 rows starting from the beginning of the part | ||
17653 | 2024.09.23 18:28:31.036217 [ 3 ] {a8326144-af7d-4557-aa24-5216766f50cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17654 | 2024.09.23 18:28:31.036719 [ 3 ] {a8326144-af7d-4557-aa24-5216766f50cd} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17655 | 2024.09.23 18:28:31.036760 [ 3 ] {a8326144-af7d-4557-aa24-5216766f50cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17656 | 2024.09.23 18:28:31.037136 [ 3 ] {a8326144-af7d-4557-aa24-5216766f50cd} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17657 | 2024.09.23 18:28:31.037534 [ 3 ] {a8326144-af7d-4557-aa24-5216766f50cd} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17658 | 2024.09.23 18:28:31.037704 [ 131 ] {} <Debug> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 | ||
17659 | 2024.09.23 18:28:31.037707 [ 3 ] {a8326144-af7d-4557-aa24-5216766f50cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002881 sec., 347.1017007983339 rows/sec., 23.39 KiB/sec. | ||
17660 | 2024.09.23 18:28:31.037784 [ 131 ] {} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17661 | 2024.09.23 18:28:31.037896 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17662 | 2024.09.23 18:28:31.038382 [ 3 ] {a8326144-af7d-4557-aa24-5216766f50cd} <Debug> DynamicQueryHandler: Done processing query | ||
17663 | 2024.09.23 18:28:31.038499 [ 3 ] {a8326144-af7d-4557-aa24-5216766f50cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17664 | 2024.09.23 18:28:31.038619 [ 3 ] {} <Debug> HTTP-Session: d13fd39f-48a2-46b4-8d5c-3278b4af245b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17665 | 2024.09.23 18:28:31.038675 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full | ||
17666 | 2024.09.23 18:28:31.039153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 53741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17667 | 2024.09.23 18:28:31.039424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17668 | 2024.09.23 18:28:31.039577 [ 3 ] {} <Debug> HTTP-Session: 346c48d6-1f18-408b-a1bf-d3c30dcba84d Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17669 | 2024.09.23 18:28:31.039693 [ 3 ] {} <Debug> HTTP-Session: 346c48d6-1f18-408b-a1bf-d3c30dcba84d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17670 | 2024.09.23 18:28:31.039797 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17671 | 2024.09.23 18:28:31.039801 [ 3 ] {} <Debug> HTTP-Session: 346c48d6-1f18-408b-a1bf-d3c30dcba84d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17672 | 2024.09.23 18:28:31.040014 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 38 rows starting from the beginning of the part | ||
17673 | 2024.09.23 18:28:31.040016 [ 3 ] {} <Trace> HTTP-Session: 346c48d6-1f18-408b-a1bf-d3c30dcba84d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17674 | 2024.09.23 18:28:31.040502 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
17675 | 2024.09.23 18:28:31.040853 [ 3 ] {eeb8fbcc-9afb-4de1-be10-ff723c3d962f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17676 | 2024.09.23 18:28:31.040944 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
17677 | 2024.09.23 18:28:31.041379 [ 3 ] {eeb8fbcc-9afb-4de1-be10-ff723c3d962f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17678 | 2024.09.23 18:28:31.041422 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
17679 | 2024.09.23 18:28:31.041946 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
17680 | 2024.09.23 18:28:31.042441 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
17681 | 2024.09.23 18:28:31.045382 [ 3 ] {eeb8fbcc-9afb-4de1-be10-ff723c3d962f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17682 | 2024.09.23 18:28:31.046939 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 4 columns (4 merged, 0 gathered) in 0.008891203 sec., 4836.240945122949 rows/sec., 325.00 KiB/sec. | ||
17683 | 2024.09.23 18:28:31.047283 [ 197 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
17684 | 2024.09.23 18:28:31.048116 [ 3 ] {eeb8fbcc-9afb-4de1-be10-ff723c3d962f} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17685 | 2024.09.23 18:28:31.048201 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28339 rows, containing 5 columns (5 merged, 0 gathered) in 0.014329679 sec., 1977643.742054515 rows/sec., 133.43 MiB/sec. | ||
17686 | 2024.09.23 18:28:31.048236 [ 3 ] {eeb8fbcc-9afb-4de1-be10-ff723c3d962f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17687 | 2024.09.23 18:28:31.048797 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17688 | 2024.09.23 18:28:31.048973 [ 196 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17689 | 2024.09.23 18:28:31.049353 [ 196 ] {e5f2ca84-bf13-452e-ad65-1fd86dc8429b::all_1_42_9} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 | ||
17690 | 2024.09.23 18:28:31.049936 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
17691 | 2024.09.23 18:28:31.050449 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17692 | 2024.09.23 18:28:31.050634 [ 191 ] {52ae9018-d06f-4087-9973-8dd6e8e33396::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17693 | 2024.09.23 18:28:31.050711 [ 3 ] {eeb8fbcc-9afb-4de1-be10-ff723c3d962f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
17694 | 2024.09.23 18:28:31.050785 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
17695 | 2024.09.23 18:28:31.051213 [ 3 ] {eeb8fbcc-9afb-4de1-be10-ff723c3d962f} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17696 | 2024.09.23 18:28:31.051431 [ 3 ] {eeb8fbcc-9afb-4de1-be10-ff723c3d962f} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.011069 sec., 2890.9567259915075 rows/sec., 5.18 MiB/sec. | ||
17697 | 2024.09.23 18:28:31.051720 [ 3 ] {eeb8fbcc-9afb-4de1-be10-ff723c3d962f} <Debug> DynamicQueryHandler: Done processing query | ||
17698 | 2024.09.23 18:28:31.051744 [ 3 ] {eeb8fbcc-9afb-4de1-be10-ff723c3d962f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
17699 | 2024.09.23 18:28:31.051761 [ 3 ] {} <Debug> HTTP-Session: 346c48d6-1f18-408b-a1bf-d3c30dcba84d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17700 | 2024.09.23 18:28:31.051884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17701 | 2024.09.23 18:28:31.051934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17702 | 2024.09.23 18:28:31.051953 [ 3 ] {} <Debug> HTTP-Session: 06a404aa-8463-4cb1-b271-533fd9241759 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17703 | 2024.09.23 18:28:31.051969 [ 3 ] {} <Debug> HTTP-Session: 06a404aa-8463-4cb1-b271-533fd9241759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17704 | 2024.09.23 18:28:31.051983 [ 3 ] {} <Debug> HTTP-Session: 06a404aa-8463-4cb1-b271-533fd9241759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17705 | 2024.09.23 18:28:31.052017 [ 3 ] {} <Trace> HTTP-Session: 06a404aa-8463-4cb1-b271-533fd9241759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17706 | 2024.09.23 18:28:31.052113 [ 3 ] {5d3a42a5-2623-435e-a04e-dcf92e3220ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
17707 | 2024.09.23 18:28:31.052158 [ 3 ] {5d3a42a5-2623-435e-a04e-dcf92e3220ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
17708 | 2024.09.23 18:28:31.052292 [ 3 ] {5d3a42a5-2623-435e-a04e-dcf92e3220ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17709 | 2024.09.23 18:28:31.052563 [ 3 ] {5d3a42a5-2623-435e-a04e-dcf92e3220ea} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17710 | 2024.09.23 18:28:31.052599 [ 3 ] {5d3a42a5-2623-435e-a04e-dcf92e3220ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17711 | 2024.09.23 18:28:31.052952 [ 3 ] {5d3a42a5-2623-435e-a04e-dcf92e3220ea} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
17712 | 2024.09.23 18:28:31.053279 [ 3 ] {5d3a42a5-2623-435e-a04e-dcf92e3220ea} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17713 | 2024.09.23 18:28:31.053427 [ 131 ] {} <Debug> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
17714 | 2024.09.23 18:28:31.053444 [ 3 ] {5d3a42a5-2623-435e-a04e-dcf92e3220ea} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 293.40 KiB/sec. | ||
17715 | 2024.09.23 18:28:31.053473 [ 131 ] {} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17716 | 2024.09.23 18:28:31.053538 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17717 | 2024.09.23 18:28:31.053733 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::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 | ||
17718 | 2024.09.23 18:28:31.053763 [ 3 ] {5d3a42a5-2623-435e-a04e-dcf92e3220ea} <Debug> DynamicQueryHandler: Done processing query | ||
17719 | 2024.09.23 18:28:31.053806 [ 3 ] {5d3a42a5-2623-435e-a04e-dcf92e3220ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17720 | 2024.09.23 18:28:31.053836 [ 3 ] {} <Debug> HTTP-Session: 06a404aa-8463-4cb1-b271-533fd9241759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17721 | 2024.09.23 18:28:31.053945 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17722 | 2024.09.23 18:28:31.053986 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
17723 | 2024.09.23 18:28:31.054127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 12148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17724 | 2024.09.23 18:28:31.054136 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
17725 | 2024.09.23 18:28:31.054297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17726 | 2024.09.23 18:28:31.054381 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
17727 | 2024.09.23 18:28:31.054428 [ 3 ] {} <Debug> HTTP-Session: bac639b4-00bb-495f-98bd-a336b519ee2b Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17728 | 2024.09.23 18:28:31.054725 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
17729 | 2024.09.23 18:28:31.054535 [ 3 ] {} <Debug> HTTP-Session: bac639b4-00bb-495f-98bd-a336b519ee2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17730 | 2024.09.23 18:28:31.054832 [ 3 ] {} <Debug> HTTP-Session: bac639b4-00bb-495f-98bd-a336b519ee2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17731 | 2024.09.23 18:28:31.055036 [ 3 ] {} <Trace> HTTP-Session: bac639b4-00bb-495f-98bd-a336b519ee2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17732 | 2024.09.23 18:28:31.055040 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part | ||
17733 | 2024.09.23 18:28:31.055280 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::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 | ||
17734 | 2024.09.23 18:28:31.055461 [ 3 ] {0f2c4f81-1681-47f2-849d-fd728c9cb4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17735 | 2024.09.23 18:28:31.055690 [ 3 ] {0f2c4f81-1681-47f2-849d-fd728c9cb4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17736 | 2024.09.23 18:28:31.056234 [ 3 ] {0f2c4f81-1681-47f2-849d-fd728c9cb4a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17737 | 2024.09.23 18:28:31.057070 [ 3 ] {0f2c4f81-1681-47f2-849d-fd728c9cb4a4} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17738 | 2024.09.23 18:28:31.057127 [ 3 ] {0f2c4f81-1681-47f2-849d-fd728c9cb4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17739 | 2024.09.23 18:28:31.058124 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.004489392 sec., 11360.112906157448 rows/sec., 827.69 KiB/sec. | ||
17740 | 2024.09.23 18:28:31.058184 [ 3 ] {0f2c4f81-1681-47f2-849d-fd728c9cb4a4} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17741 | 2024.09.23 18:28:31.058288 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
17742 | 2024.09.23 18:28:31.058923 [ 3 ] {0f2c4f81-1681-47f2-849d-fd728c9cb4a4} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17743 | 2024.09.23 18:28:31.059116 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::all_1_6_1} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17744 | 2024.09.23 18:28:31.059161 [ 131 ] {} <Debug> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17745 | 2024.09.23 18:28:31.059249 [ 131 ] {} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17746 | 2024.09.23 18:28:31.059242 [ 3 ] {0f2c4f81-1681-47f2-849d-fd728c9cb4a4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003974 sec., 20634.121791645695 rows/sec., 1.31 MiB/sec. | ||
17747 | 2024.09.23 18:28:31.059302 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17748 | 2024.09.23 18:28:31.059373 [ 191 ] {45806327-6d80-4b61-8afd-96e870db5750::all_1_6_1} <Trace> oximeter.measurements_i64 (45806327-6d80-4b61-8afd-96e870db5750) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
17749 | 2024.09.23 18:28:31.059951 [ 3 ] {0f2c4f81-1681-47f2-849d-fd728c9cb4a4} <Debug> DynamicQueryHandler: Done processing query | ||
17750 | 2024.09.23 18:28:31.059960 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
17751 | 2024.09.23 18:28:31.060016 [ 3 ] {0f2c4f81-1681-47f2-849d-fd728c9cb4a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17752 | 2024.09.23 18:28:31.060083 [ 3 ] {} <Debug> HTTP-Session: bac639b4-00bb-495f-98bd-a336b519ee2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17753 | 2024.09.23 18:28:31.060120 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17754 | 2024.09.23 18:28:31.060599 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17755 | 2024.09.23 18:28:31.060685 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5336 rows starting from the beginning of the part | ||
17756 | 2024.09.23 18:28:31.060976 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 42 rows starting from the beginning of the part | ||
17757 | 2024.09.23 18:28:31.061311 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
17758 | 2024.09.23 18:28:31.061639 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
17759 | 2024.09.23 18:28:31.061860 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
17760 | 2024.09.23 18:28:31.061944 [ 196 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
17761 | 2024.09.23 18:28:31.063971 [ 198 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5662 rows, containing 4 columns (4 merged, 0 gathered) in 0.004436111 sec., 1276343.1753623837 rows/sec., 83.03 MiB/sec. | ||
17762 | 2024.09.23 18:28:31.064323 [ 198 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17763 | 2024.09.23 18:28:31.064717 [ 198 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17764 | 2024.09.23 18:28:31.064794 [ 198 ] {acef6439-0547-4c7b-af35-1a36fce76311::all_1_96_19} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17765 | 2024.09.23 18:28:31.064878 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
17766 | 2024.09.23 18:28:32.000255 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.91 MiB, peak 222.81 MiB, free memory in arenas 0.00 B, will set to 211.08 MiB (RSS), difference: 8.17 MiB | ||
17767 | 2024.09.23 18:28:35.982849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17768 | 2024.09.23 18:28:35.982975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17769 | 2024.09.23 18:28:35.983001 [ 3 ] {} <Debug> HTTP-Session: deee7e51-a633-4e9b-a389-8e593d12d9f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17770 | 2024.09.23 18:28:35.983025 [ 3 ] {} <Debug> HTTP-Session: deee7e51-a633-4e9b-a389-8e593d12d9f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17771 | 2024.09.23 18:28:35.983041 [ 3 ] {} <Debug> HTTP-Session: deee7e51-a633-4e9b-a389-8e593d12d9f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17772 | 2024.09.23 18:28:35.983090 [ 3 ] {} <Trace> HTTP-Session: deee7e51-a633-4e9b-a389-8e593d12d9f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17773 | 2024.09.23 18:28:35.983274 [ 3 ] {764a94b6-8131-4f1d-912d-23fa14f2865b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17774 | 2024.09.23 18:28:35.983342 [ 3 ] {764a94b6-8131-4f1d-912d-23fa14f2865b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17775 | 2024.09.23 18:28:35.983683 [ 3 ] {764a94b6-8131-4f1d-912d-23fa14f2865b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17776 | 2024.09.23 18:28:35.984214 [ 3 ] {764a94b6-8131-4f1d-912d-23fa14f2865b} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17777 | 2024.09.23 18:28:35.984262 [ 3 ] {764a94b6-8131-4f1d-912d-23fa14f2865b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17778 | 2024.09.23 18:28:35.984693 [ 3 ] {764a94b6-8131-4f1d-912d-23fa14f2865b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
17779 | 2024.09.23 18:28:35.985090 [ 3 ] {764a94b6-8131-4f1d-912d-23fa14f2865b} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17780 | 2024.09.23 18:28:35.985279 [ 3 ] {764a94b6-8131-4f1d-912d-23fa14f2865b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002051 sec., 2925.4022428083863 rows/sec., 238.55 KiB/sec. | ||
17781 | 2024.09.23 18:28:35.985508 [ 3 ] {764a94b6-8131-4f1d-912d-23fa14f2865b} <Debug> DynamicQueryHandler: Done processing query | ||
17782 | 2024.09.23 18:28:35.985536 [ 3 ] {764a94b6-8131-4f1d-912d-23fa14f2865b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17783 | 2024.09.23 18:28:35.985553 [ 3 ] {} <Debug> HTTP-Session: deee7e51-a633-4e9b-a389-8e593d12d9f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17784 | 2024.09.23 18:28:35.985737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 17187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17785 | 2024.09.23 18:28:35.985794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17786 | 2024.09.23 18:28:35.985814 [ 3 ] {} <Debug> HTTP-Session: 0368ddf4-5c7e-4dc0-b7f1-d6fb16480ad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17787 | 2024.09.23 18:28:35.985832 [ 3 ] {} <Debug> HTTP-Session: 0368ddf4-5c7e-4dc0-b7f1-d6fb16480ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17788 | 2024.09.23 18:28:35.985847 [ 3 ] {} <Debug> HTTP-Session: 0368ddf4-5c7e-4dc0-b7f1-d6fb16480ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17789 | 2024.09.23 18:28:35.985883 [ 3 ] {} <Trace> HTTP-Session: 0368ddf4-5c7e-4dc0-b7f1-d6fb16480ad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17790 | 2024.09.23 18:28:35.986023 [ 3 ] {a4b4b3d0-1b34-4c8a-b4ae-b880b11a3d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17791 | 2024.09.23 18:28:35.986072 [ 3 ] {a4b4b3d0-1b34-4c8a-b4ae-b880b11a3d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17792 | 2024.09.23 18:28:35.986309 [ 3 ] {a4b4b3d0-1b34-4c8a-b4ae-b880b11a3d18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17793 | 2024.09.23 18:28:35.986742 [ 3 ] {a4b4b3d0-1b34-4c8a-b4ae-b880b11a3d18} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17794 | 2024.09.23 18:28:35.986780 [ 3 ] {a4b4b3d0-1b34-4c8a-b4ae-b880b11a3d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17795 | 2024.09.23 18:28:35.987154 [ 3 ] {a4b4b3d0-1b34-4c8a-b4ae-b880b11a3d18} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17796 | 2024.09.23 18:28:35.987526 [ 3 ] {a4b4b3d0-1b34-4c8a-b4ae-b880b11a3d18} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17797 | 2024.09.23 18:28:35.987686 [ 3 ] {a4b4b3d0-1b34-4c8a-b4ae-b880b11a3d18} <Debug> executeQuery: Read 117 rows, 10.04 KiB in 0.001715 sec., 68221.57434402332 rows/sec., 5.72 MiB/sec. | ||
17798 | 2024.09.23 18:28:35.987901 [ 3 ] {a4b4b3d0-1b34-4c8a-b4ae-b880b11a3d18} <Debug> DynamicQueryHandler: Done processing query | ||
17799 | 2024.09.23 18:28:35.987935 [ 3 ] {a4b4b3d0-1b34-4c8a-b4ae-b880b11a3d18} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
17800 | 2024.09.23 18:28:35.987969 [ 3 ] {} <Debug> HTTP-Session: 0368ddf4-5c7e-4dc0-b7f1-d6fb16480ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17801 | 2024.09.23 18:28:35.988194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 5051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17802 | 2024.09.23 18:28:35.988247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17803 | 2024.09.23 18:28:35.988266 [ 3 ] {} <Debug> HTTP-Session: a692bd31-4995-4b53-a446-701966e128ba Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17804 | 2024.09.23 18:28:35.988284 [ 3 ] {} <Debug> HTTP-Session: a692bd31-4995-4b53-a446-701966e128ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17805 | 2024.09.23 18:28:35.988299 [ 3 ] {} <Debug> HTTP-Session: a692bd31-4995-4b53-a446-701966e128ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17806 | 2024.09.23 18:28:35.988332 [ 3 ] {} <Trace> HTTP-Session: a692bd31-4995-4b53-a446-701966e128ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17807 | 2024.09.23 18:28:35.988447 [ 3 ] {a373b4a6-1c25-4ea3-880a-e11ec782dbfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17808 | 2024.09.23 18:28:35.988491 [ 3 ] {a373b4a6-1c25-4ea3-880a-e11ec782dbfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17809 | 2024.09.23 18:28:35.988718 [ 3 ] {a373b4a6-1c25-4ea3-880a-e11ec782dbfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17810 | 2024.09.23 18:28:35.989054 [ 3 ] {a373b4a6-1c25-4ea3-880a-e11ec782dbfe} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17811 | 2024.09.23 18:28:35.989092 [ 3 ] {a373b4a6-1c25-4ea3-880a-e11ec782dbfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17812 | 2024.09.23 18:28:35.989453 [ 3 ] {a373b4a6-1c25-4ea3-880a-e11ec782dbfe} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
17813 | 2024.09.23 18:28:35.989822 [ 3 ] {a373b4a6-1c25-4ea3-880a-e11ec782dbfe} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17814 | 2024.09.23 18:28:35.989950 [ 3 ] {a373b4a6-1c25-4ea3-880a-e11ec782dbfe} <Debug> executeQuery: Read 35 rows, 2.60 KiB in 0.001543 sec., 22683.08489954634 rows/sec., 1.65 MiB/sec. | ||
17815 | 2024.09.23 18:28:35.990197 [ 3 ] {a373b4a6-1c25-4ea3-880a-e11ec782dbfe} <Debug> DynamicQueryHandler: Done processing query | ||
17816 | 2024.09.23 18:28:35.990258 [ 3 ] {a373b4a6-1c25-4ea3-880a-e11ec782dbfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17817 | 2024.09.23 18:28:35.990316 [ 3 ] {} <Debug> HTTP-Session: a692bd31-4995-4b53-a446-701966e128ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17818 | 2024.09.23 18:28:35.990518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 16831, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17819 | 2024.09.23 18:28:35.990572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17820 | 2024.09.23 18:28:35.990592 [ 3 ] {} <Debug> HTTP-Session: ef1004bf-aff4-454b-b7fa-e25a9cd125d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17821 | 2024.09.23 18:28:35.990609 [ 3 ] {} <Debug> HTTP-Session: ef1004bf-aff4-454b-b7fa-e25a9cd125d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17822 | 2024.09.23 18:28:35.990624 [ 3 ] {} <Debug> HTTP-Session: ef1004bf-aff4-454b-b7fa-e25a9cd125d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17823 | 2024.09.23 18:28:35.990658 [ 3 ] {} <Trace> HTTP-Session: ef1004bf-aff4-454b-b7fa-e25a9cd125d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17824 | 2024.09.23 18:28:35.990794 [ 3 ] {c2836e46-16d6-4950-8150-ace79886c5c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17825 | 2024.09.23 18:28:35.990838 [ 3 ] {c2836e46-16d6-4950-8150-ace79886c5c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17826 | 2024.09.23 18:28:35.991079 [ 3 ] {c2836e46-16d6-4950-8150-ace79886c5c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17827 | 2024.09.23 18:28:35.991448 [ 3 ] {c2836e46-16d6-4950-8150-ace79886c5c9} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17828 | 2024.09.23 18:28:35.991486 [ 3 ] {c2836e46-16d6-4950-8150-ace79886c5c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17829 | 2024.09.23 18:28:35.991846 [ 3 ] {c2836e46-16d6-4950-8150-ace79886c5c9} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17830 | 2024.09.23 18:28:35.992206 [ 3 ] {c2836e46-16d6-4950-8150-ace79886c5c9} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17831 | 2024.09.23 18:28:35.992338 [ 3 ] {c2836e46-16d6-4950-8150-ace79886c5c9} <Debug> executeQuery: Read 99 rows, 7.93 KiB in 0.001601 sec., 61836.35227982511 rows/sec., 4.84 MiB/sec. | ||
17832 | 2024.09.23 18:28:35.992514 [ 3 ] {c2836e46-16d6-4950-8150-ace79886c5c9} <Debug> DynamicQueryHandler: Done processing query | ||
17833 | 2024.09.23 18:28:35.992538 [ 3 ] {c2836e46-16d6-4950-8150-ace79886c5c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
17834 | 2024.09.23 18:28:35.992554 [ 3 ] {} <Debug> HTTP-Session: ef1004bf-aff4-454b-b7fa-e25a9cd125d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17835 | 2024.09.23 18:28:35.992734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 31227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17836 | 2024.09.23 18:28:35.992784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17837 | 2024.09.23 18:28:35.992804 [ 3 ] {} <Debug> HTTP-Session: cce97a40-d7f9-4daa-96d9-26c08ce5d1b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17838 | 2024.09.23 18:28:35.992821 [ 3 ] {} <Debug> HTTP-Session: cce97a40-d7f9-4daa-96d9-26c08ce5d1b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17839 | 2024.09.23 18:28:35.992835 [ 3 ] {} <Debug> HTTP-Session: cce97a40-d7f9-4daa-96d9-26c08ce5d1b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17840 | 2024.09.23 18:28:35.992866 [ 3 ] {} <Trace> HTTP-Session: cce97a40-d7f9-4daa-96d9-26c08ce5d1b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17841 | 2024.09.23 18:28:35.993013 [ 3 ] {bb4c49a2-1018-4ad9-b7e4-144362269100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17842 | 2024.09.23 18:28:35.993060 [ 3 ] {bb4c49a2-1018-4ad9-b7e4-144362269100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17843 | 2024.09.23 18:28:35.993205 [ 3 ] {bb4c49a2-1018-4ad9-b7e4-144362269100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17844 | 2024.09.23 18:28:35.993644 [ 3 ] {bb4c49a2-1018-4ad9-b7e4-144362269100} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17845 | 2024.09.23 18:28:35.993681 [ 3 ] {bb4c49a2-1018-4ad9-b7e4-144362269100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17846 | 2024.09.23 18:28:35.994063 [ 3 ] {bb4c49a2-1018-4ad9-b7e4-144362269100} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17847 | 2024.09.23 18:28:35.994408 [ 3 ] {bb4c49a2-1018-4ad9-b7e4-144362269100} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17848 | 2024.09.23 18:28:35.994538 [ 3 ] {bb4c49a2-1018-4ad9-b7e4-144362269100} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001592 sec., 102386.93467336682 rows/sec., 7.13 MiB/sec. | ||
17849 | 2024.09.23 18:28:35.994715 [ 3 ] {bb4c49a2-1018-4ad9-b7e4-144362269100} <Debug> DynamicQueryHandler: Done processing query | ||
17850 | 2024.09.23 18:28:35.994740 [ 3 ] {bb4c49a2-1018-4ad9-b7e4-144362269100} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17851 | 2024.09.23 18:28:35.994756 [ 3 ] {} <Debug> HTTP-Session: cce97a40-d7f9-4daa-96d9-26c08ce5d1b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17852 | 2024.09.23 18:28:35.994931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 47627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17853 | 2024.09.23 18:28:35.994981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17854 | 2024.09.23 18:28:35.995001 [ 3 ] {} <Debug> HTTP-Session: db745831-1b5c-43c8-b457-e127090c0a86 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17855 | 2024.09.23 18:28:35.995018 [ 3 ] {} <Debug> HTTP-Session: db745831-1b5c-43c8-b457-e127090c0a86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17856 | 2024.09.23 18:28:35.995032 [ 3 ] {} <Debug> HTTP-Session: db745831-1b5c-43c8-b457-e127090c0a86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17857 | 2024.09.23 18:28:35.995063 [ 3 ] {} <Trace> HTTP-Session: db745831-1b5c-43c8-b457-e127090c0a86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17858 | 2024.09.23 18:28:35.995373 [ 3 ] {b2bac265-2c30-47df-93aa-aab390e45058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17859 | 2024.09.23 18:28:35.995440 [ 3 ] {b2bac265-2c30-47df-93aa-aab390e45058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17860 | 2024.09.23 18:28:35.995859 [ 3 ] {b2bac265-2c30-47df-93aa-aab390e45058} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17861 | 2024.09.23 18:28:35.996458 [ 3 ] {b2bac265-2c30-47df-93aa-aab390e45058} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17862 | 2024.09.23 18:28:35.996494 [ 3 ] {b2bac265-2c30-47df-93aa-aab390e45058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17863 | 2024.09.23 18:28:35.997109 [ 3 ] {b2bac265-2c30-47df-93aa-aab390e45058} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
17864 | 2024.09.23 18:28:35.997530 [ 3 ] {b2bac265-2c30-47df-93aa-aab390e45058} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17865 | 2024.09.23 18:28:35.997681 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
17866 | 2024.09.23 18:28:35.997688 [ 3 ] {b2bac265-2c30-47df-93aa-aab390e45058} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002524 sec., 11489.69889064976 rows/sec., 20.59 MiB/sec. | ||
17867 | 2024.09.23 18:28:35.997728 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17868 | 2024.09.23 18:28:35.997780 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17869 | 2024.09.23 18:28:35.997962 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
17870 | 2024.09.23 18:28:35.998005 [ 3 ] {b2bac265-2c30-47df-93aa-aab390e45058} <Debug> DynamicQueryHandler: Done processing query | ||
17871 | 2024.09.23 18:28:35.998037 [ 3 ] {b2bac265-2c30-47df-93aa-aab390e45058} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
17872 | 2024.09.23 18:28:35.998061 [ 3 ] {} <Debug> HTTP-Session: db745831-1b5c-43c8-b457-e127090c0a86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17873 | 2024.09.23 18:28:35.998209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17874 | 2024.09.23 18:28:35.998280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17875 | 2024.09.23 18:28:35.998319 [ 3 ] {} <Debug> HTTP-Session: 16a88344-abb4-4c0b-b87e-e9274b25244c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17876 | 2024.09.23 18:28:35.998349 [ 3 ] {} <Debug> HTTP-Session: 16a88344-abb4-4c0b-b87e-e9274b25244c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17877 | 2024.09.23 18:28:35.998374 [ 3 ] {} <Debug> HTTP-Session: 16a88344-abb4-4c0b-b87e-e9274b25244c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17878 | 2024.09.23 18:28:35.998391 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17879 | 2024.09.23 18:28:35.998416 [ 3 ] {} <Trace> HTTP-Session: 16a88344-abb4-4c0b-b87e-e9274b25244c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17880 | 2024.09.23 18:28:35.998465 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1419 rows starting from the beginning of the part | ||
17881 | 2024.09.23 18:28:35.998560 [ 3 ] {0fc3432c-f1b8-4e19-94ad-1ec777fcd9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17882 | 2024.09.23 18:28:35.998688 [ 3 ] {0fc3432c-f1b8-4e19-94ad-1ec777fcd9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17883 | 2024.09.23 18:28:35.999073 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 22 rows starting from the beginning of the part | ||
17884 | 2024.09.23 18:28:35.999335 [ 3 ] {0fc3432c-f1b8-4e19-94ad-1ec777fcd9d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17885 | 2024.09.23 18:28:35.999663 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 37 rows starting from the beginning of the part | ||
17886 | 2024.09.23 18:28:36.000201 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.54 MiB, peak 222.81 MiB, free memory in arenas 0.00 B, will set to 211.08 MiB (RSS), difference: -1.46 MiB | ||
17887 | 2024.09.23 18:28:36.000231 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 29 rows starting from the beginning of the part | ||
17888 | 2024.09.23 18:28:36.000529 [ 3 ] {0fc3432c-f1b8-4e19-94ad-1ec777fcd9d0} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17889 | 2024.09.23 18:28:36.000616 [ 3 ] {0fc3432c-f1b8-4e19-94ad-1ec777fcd9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17890 | 2024.09.23 18:28:36.001548 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 32 rows starting from the beginning of the part | ||
17891 | 2024.09.23 18:28:36.002096 [ 198 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 29 rows starting from the beginning of the part | ||
17892 | 2024.09.23 18:28:36.002138 [ 3 ] {0fc3432c-f1b8-4e19-94ad-1ec777fcd9d0} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17893 | 2024.09.23 18:28:36.003055 [ 3 ] {0fc3432c-f1b8-4e19-94ad-1ec777fcd9d0} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17894 | 2024.09.23 18:28:36.003233 [ 3 ] {0fc3432c-f1b8-4e19-94ad-1ec777fcd9d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004724 sec., 12701.100762066046 rows/sec., 876.51 KiB/sec. | ||
17895 | 2024.09.23 18:28:36.003486 [ 3 ] {0fc3432c-f1b8-4e19-94ad-1ec777fcd9d0} <Debug> DynamicQueryHandler: Done processing query | ||
17896 | 2024.09.23 18:28:36.003516 [ 3 ] {0fc3432c-f1b8-4e19-94ad-1ec777fcd9d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17897 | 2024.09.23 18:28:36.003535 [ 3 ] {} <Debug> HTTP-Session: 16a88344-abb4-4c0b-b87e-e9274b25244c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17898 | 2024.09.23 18:28:36.008290 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 19 columns (19 merged, 0 gathered) in 0.010421411 sec., 150459.4723305702 rows/sec., 269.35 MiB/sec. | ||
17899 | 2024.09.23 18:28:36.010180 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
17900 | 2024.09.23 18:28:36.010866 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17901 | 2024.09.23 18:28:36.010965 [ 193 ] {7737a3d9-f2f3-4164-8873-1cc9ef311638::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
17902 | 2024.09.23 18:28:36.011147 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.73 MiB. | ||
17903 | 2024.09.23 18:28:37.000138 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.13 MiB, peak 222.81 MiB, free memory in arenas 0.00 B, will set to 212.53 MiB (RSS), difference: 2.40 MiB | ||
17904 | 2024.09.23 18:28:37.578324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17905 | 2024.09.23 18:28:37.578484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17906 | 2024.09.23 18:28:37.578523 [ 3 ] {} <Debug> HTTP-Session: af2c3eed-5e7f-4c84-84f6-9c6969a98dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17907 | 2024.09.23 18:28:37.578550 [ 3 ] {} <Debug> HTTP-Session: af2c3eed-5e7f-4c84-84f6-9c6969a98dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17908 | 2024.09.23 18:28:37.578569 [ 3 ] {} <Debug> HTTP-Session: af2c3eed-5e7f-4c84-84f6-9c6969a98dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17909 | 2024.09.23 18:28:37.578623 [ 3 ] {} <Trace> HTTP-Session: af2c3eed-5e7f-4c84-84f6-9c6969a98dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17910 | 2024.09.23 18:28:37.578807 [ 3 ] {600677cf-320c-4061-9320-216cba69ee06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17911 | 2024.09.23 18:28:37.578908 [ 3 ] {600677cf-320c-4061-9320-216cba69ee06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17912 | 2024.09.23 18:28:37.579292 [ 3 ] {600677cf-320c-4061-9320-216cba69ee06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17913 | 2024.09.23 18:28:37.579729 [ 3 ] {600677cf-320c-4061-9320-216cba69ee06} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17914 | 2024.09.23 18:28:37.579773 [ 3 ] {600677cf-320c-4061-9320-216cba69ee06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17915 | 2024.09.23 18:28:37.580179 [ 3 ] {600677cf-320c-4061-9320-216cba69ee06} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
17916 | 2024.09.23 18:28:37.580584 [ 3 ] {600677cf-320c-4061-9320-216cba69ee06} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17917 | 2024.09.23 18:28:37.580758 [ 119 ] {} <Debug> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
17918 | 2024.09.23 18:28:37.580766 [ 3 ] {600677cf-320c-4061-9320-216cba69ee06} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002013 sec., 1987.083954297069 rows/sec., 162.03 KiB/sec. | ||
17919 | 2024.09.23 18:28:37.580830 [ 119 ] {} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17920 | 2024.09.23 18:28:37.580947 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17921 | 2024.09.23 18:28:37.581111 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
17922 | 2024.09.23 18:28:37.581127 [ 3 ] {600677cf-320c-4061-9320-216cba69ee06} <Debug> DynamicQueryHandler: Done processing query | ||
17923 | 2024.09.23 18:28:37.581181 [ 3 ] {600677cf-320c-4061-9320-216cba69ee06} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17924 | 2024.09.23 18:28:37.581220 [ 3 ] {} <Debug> HTTP-Session: af2c3eed-5e7f-4c84-84f6-9c6969a98dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17925 | 2024.09.23 18:28:37.581334 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17926 | 2024.09.23 18:28:37.581374 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 21 rows starting from the beginning of the part | ||
17927 | 2024.09.23 18:28:37.581497 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 3 rows starting from the beginning of the part | ||
17928 | 2024.09.23 18:28:37.581701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 196273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17929 | 2024.09.23 18:28:37.581754 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
17930 | 2024.09.23 18:28:37.582095 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
17931 | 2024.09.23 18:28:37.582123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17932 | 2024.09.23 18:28:37.582386 [ 3 ] {} <Debug> HTTP-Session: 9706dea5-17d0-44b3-8d5f-9387afc62b6a Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17933 | 2024.09.23 18:28:37.582441 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
17934 | 2024.09.23 18:28:37.582501 [ 3 ] {} <Debug> HTTP-Session: 9706dea5-17d0-44b3-8d5f-9387afc62b6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17935 | 2024.09.23 18:28:37.582591 [ 3 ] {} <Debug> HTTP-Session: 9706dea5-17d0-44b3-8d5f-9387afc62b6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17936 | 2024.09.23 18:28:37.582755 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
17937 | 2024.09.23 18:28:37.582770 [ 3 ] {} <Trace> HTTP-Session: 9706dea5-17d0-44b3-8d5f-9387afc62b6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17938 | 2024.09.23 18:28:37.583558 [ 3 ] {40dbd53b-b605-4833-84bb-e1c94998dc66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17939 | 2024.09.23 18:28:37.583653 [ 3 ] {40dbd53b-b605-4833-84bb-e1c94998dc66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17940 | 2024.09.23 18:28:37.584670 [ 3 ] {40dbd53b-b605-4833-84bb-e1c94998dc66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17941 | 2024.09.23 18:28:37.585213 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 5 columns (5 merged, 0 gathered) in 0.004181334 sec., 8848.850629966417 rows/sec., 743.87 KiB/sec. | ||
17942 | 2024.09.23 18:28:37.585390 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
17943 | 2024.09.23 18:28:37.585930 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17944 | 2024.09.23 18:28:37.586162 [ 199 ] {564d86f4-5bc9-4ad3-b5e1-cca86386ee9a::all_1_35_7} <Trace> oximeter.fields_ipaddr (564d86f4-5bc9-4ad3-b5e1-cca86386ee9a) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
17945 | 2024.09.23 18:28:37.586280 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
17946 | 2024.09.23 18:28:37.586604 [ 3 ] {40dbd53b-b605-4833-84bb-e1c94998dc66} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17947 | 2024.09.23 18:28:37.586648 [ 3 ] {40dbd53b-b605-4833-84bb-e1c94998dc66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17948 | 2024.09.23 18:28:37.587115 [ 3 ] {40dbd53b-b605-4833-84bb-e1c94998dc66} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17949 | 2024.09.23 18:28:37.587493 [ 3 ] {40dbd53b-b605-4833-84bb-e1c94998dc66} <Trace> oximeter.fields_string (2c4a8092-cbaa-4de5-b492-57e54ba9ea20): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17950 | 2024.09.23 18:28:37.587668 [ 3 ] {40dbd53b-b605-4833-84bb-e1c94998dc66} <Debug> executeQuery: Read 1347 rows, 114.71 KiB in 0.004511 sec., 298603.4138771891 rows/sec., 24.83 MiB/sec. | ||
17951 | 2024.09.23 18:28:37.587874 [ 3 ] {40dbd53b-b605-4833-84bb-e1c94998dc66} <Debug> DynamicQueryHandler: Done processing query | ||
17952 | 2024.09.23 18:28:37.587899 [ 3 ] {40dbd53b-b605-4833-84bb-e1c94998dc66} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
17953 | 2024.09.23 18:28:37.587916 [ 3 ] {} <Debug> HTTP-Session: 9706dea5-17d0-44b3-8d5f-9387afc62b6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17954 | 2024.09.23 18:28:37.588349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 1758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17955 | 2024.09.23 18:28:37.588399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17956 | 2024.09.23 18:28:37.588418 [ 3 ] {} <Debug> HTTP-Session: fff7c328-8b13-458d-9abb-a75f903b622c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17957 | 2024.09.23 18:28:37.588435 [ 3 ] {} <Debug> HTTP-Session: fff7c328-8b13-458d-9abb-a75f903b622c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17958 | 2024.09.23 18:28:37.588449 [ 3 ] {} <Debug> HTTP-Session: fff7c328-8b13-458d-9abb-a75f903b622c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17959 | 2024.09.23 18:28:37.588481 [ 3 ] {} <Trace> HTTP-Session: fff7c328-8b13-458d-9abb-a75f903b622c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17960 | 2024.09.23 18:28:37.588580 [ 3 ] {7d9f8473-c70b-4651-95a0-2a534579d78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17961 | 2024.09.23 18:28:37.588623 [ 3 ] {7d9f8473-c70b-4651-95a0-2a534579d78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17962 | 2024.09.23 18:28:37.588853 [ 3 ] {7d9f8473-c70b-4651-95a0-2a534579d78a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17963 | 2024.09.23 18:28:37.589161 [ 3 ] {7d9f8473-c70b-4651-95a0-2a534579d78a} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17964 | 2024.09.23 18:28:37.589197 [ 3 ] {7d9f8473-c70b-4651-95a0-2a534579d78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17965 | 2024.09.23 18:28:37.589546 [ 3 ] {7d9f8473-c70b-4651-95a0-2a534579d78a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17966 | 2024.09.23 18:28:37.589914 [ 3 ] {7d9f8473-c70b-4651-95a0-2a534579d78a} <Trace> oximeter.fields_u16 (61bcb125-6a2d-4eaa-bd0f-66eeec551382): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17967 | 2024.09.23 18:28:37.590067 [ 3 ] {7d9f8473-c70b-4651-95a0-2a534579d78a} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001513 sec., 7931.2623925974885 rows/sec., 582.19 KiB/sec. | ||
17968 | 2024.09.23 18:28:37.590234 [ 3 ] {7d9f8473-c70b-4651-95a0-2a534579d78a} <Debug> DynamicQueryHandler: Done processing query | ||
17969 | 2024.09.23 18:28:37.590258 [ 3 ] {7d9f8473-c70b-4651-95a0-2a534579d78a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17970 | 2024.09.23 18:28:37.590275 [ 3 ] {} <Debug> HTTP-Session: fff7c328-8b13-458d-9abb-a75f903b622c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17971 | 2024.09.23 18:28:37.590453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 32360, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17972 | 2024.09.23 18:28:37.590502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17973 | 2024.09.23 18:28:37.590521 [ 3 ] {} <Debug> HTTP-Session: 05775e85-da46-42de-ab37-81b0b93b7770 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17974 | 2024.09.23 18:28:37.590538 [ 3 ] {} <Debug> HTTP-Session: 05775e85-da46-42de-ab37-81b0b93b7770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17975 | 2024.09.23 18:28:37.590552 [ 3 ] {} <Debug> HTTP-Session: 05775e85-da46-42de-ab37-81b0b93b7770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17976 | 2024.09.23 18:28:37.590582 [ 3 ] {} <Trace> HTTP-Session: 05775e85-da46-42de-ab37-81b0b93b7770 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17977 | 2024.09.23 18:28:37.590828 [ 3 ] {ec02ea81-5cea-43e7-af22-e1e39612d597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17978 | 2024.09.23 18:28:37.590871 [ 3 ] {ec02ea81-5cea-43e7-af22-e1e39612d597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17979 | 2024.09.23 18:28:37.591097 [ 3 ] {ec02ea81-5cea-43e7-af22-e1e39612d597} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17980 | 2024.09.23 18:28:37.591613 [ 3 ] {ec02ea81-5cea-43e7-af22-e1e39612d597} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17981 | 2024.09.23 18:28:37.591649 [ 3 ] {ec02ea81-5cea-43e7-af22-e1e39612d597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17982 | 2024.09.23 18:28:37.592027 [ 3 ] {ec02ea81-5cea-43e7-af22-e1e39612d597} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
17983 | 2024.09.23 18:28:37.592389 [ 3 ] {ec02ea81-5cea-43e7-af22-e1e39612d597} <Trace> oximeter.fields_u32 (92b24ad6-501f-401c-abbd-bcde22011275): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17984 | 2024.09.23 18:28:37.592549 [ 3 ] {ec02ea81-5cea-43e7-af22-e1e39612d597} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001884 sec., 128450.10615711252 rows/sec., 8.70 MiB/sec. | ||
17985 | 2024.09.23 18:28:37.592723 [ 3 ] {ec02ea81-5cea-43e7-af22-e1e39612d597} <Debug> DynamicQueryHandler: Done processing query | ||
17986 | 2024.09.23 18:28:37.592748 [ 3 ] {ec02ea81-5cea-43e7-af22-e1e39612d597} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
17987 | 2024.09.23 18:28:37.592764 [ 3 ] {} <Debug> HTTP-Session: 05775e85-da46-42de-ab37-81b0b93b7770 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17988 | 2024.09.23 18:28:37.592931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17989 | 2024.09.23 18:28:37.592982 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17990 | 2024.09.23 18:28:37.593000 [ 3 ] {} <Debug> HTTP-Session: 91855dac-e260-4295-9ce5-bf2687a2650c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
17991 | 2024.09.23 18:28:37.593016 [ 3 ] {} <Debug> HTTP-Session: 91855dac-e260-4295-9ce5-bf2687a2650c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17992 | 2024.09.23 18:28:37.593029 [ 3 ] {} <Debug> HTTP-Session: 91855dac-e260-4295-9ce5-bf2687a2650c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17993 | 2024.09.23 18:28:37.593060 [ 3 ] {} <Trace> HTTP-Session: 91855dac-e260-4295-9ce5-bf2687a2650c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17994 | 2024.09.23 18:28:37.593156 [ 3 ] {ae478e1f-20da-4627-955b-860b29162c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17995 | 2024.09.23 18:28:37.593199 [ 3 ] {ae478e1f-20da-4627-955b-860b29162c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17996 | 2024.09.23 18:28:37.593429 [ 3 ] {ae478e1f-20da-4627-955b-860b29162c5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17997 | 2024.09.23 18:28:37.593744 [ 3 ] {ae478e1f-20da-4627-955b-860b29162c5d} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17998 | 2024.09.23 18:28:37.593781 [ 3 ] {ae478e1f-20da-4627-955b-860b29162c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
17999 | 2024.09.23 18:28:37.594137 [ 3 ] {ae478e1f-20da-4627-955b-860b29162c5d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
18000 | 2024.09.23 18:28:37.594502 [ 3 ] {ae478e1f-20da-4627-955b-860b29162c5d} <Trace> oximeter.fields_u8 (dfdfede0-c9bf-4c1c-a5b3-288ad399790f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18001 | 2024.09.23 18:28:37.594627 [ 3 ] {ae478e1f-20da-4627-955b-860b29162c5d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 237.12 KiB/sec. | ||
18002 | 2024.09.23 18:28:37.594793 [ 3 ] {ae478e1f-20da-4627-955b-860b29162c5d} <Debug> DynamicQueryHandler: Done processing query | ||
18003 | 2024.09.23 18:28:37.594817 [ 3 ] {ae478e1f-20da-4627-955b-860b29162c5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18004 | 2024.09.23 18:28:37.594834 [ 3 ] {} <Debug> HTTP-Session: 91855dac-e260-4295-9ce5-bf2687a2650c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18005 | 2024.09.23 18:28:37.595042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 138850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18006 | 2024.09.23 18:28:37.595092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18007 | 2024.09.23 18:28:37.595111 [ 3 ] {} <Debug> HTTP-Session: 0850eaaa-1392-423f-a4bb-5a82a309592c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
18008 | 2024.09.23 18:28:37.595127 [ 3 ] {} <Debug> HTTP-Session: 0850eaaa-1392-423f-a4bb-5a82a309592c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18009 | 2024.09.23 18:28:37.595141 [ 3 ] {} <Debug> HTTP-Session: 0850eaaa-1392-423f-a4bb-5a82a309592c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18010 | 2024.09.23 18:28:37.595171 [ 3 ] {} <Trace> HTTP-Session: 0850eaaa-1392-423f-a4bb-5a82a309592c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18011 | 2024.09.23 18:28:37.595476 [ 3 ] {72bece51-1d9c-4de7-93ad-b29cb810e3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
18012 | 2024.09.23 18:28:37.595520 [ 3 ] {72bece51-1d9c-4de7-93ad-b29cb810e3d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
18013 | 2024.09.23 18:28:37.595741 [ 3 ] {72bece51-1d9c-4de7-93ad-b29cb810e3d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18014 | 2024.09.23 18:28:37.596546 [ 3 ] {72bece51-1d9c-4de7-93ad-b29cb810e3d2} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18015 | 2024.09.23 18:28:37.596582 [ 3 ] {72bece51-1d9c-4de7-93ad-b29cb810e3d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
18016 | 2024.09.23 18:28:37.596963 [ 3 ] {72bece51-1d9c-4de7-93ad-b29cb810e3d2} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
18017 | 2024.09.23 18:28:37.597316 [ 3 ] {72bece51-1d9c-4de7-93ad-b29cb810e3d2} <Trace> oximeter.fields_uuid (95d06a70-bbb2-438d-b089-4db92496702a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18018 | 2024.09.23 18:28:37.597450 [ 3 ] {72bece51-1d9c-4de7-93ad-b29cb810e3d2} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.00216 sec., 393518.51851851854 rows/sec., 28.45 MiB/sec. | ||
18019 | 2024.09.23 18:28:37.597608 [ 3 ] {72bece51-1d9c-4de7-93ad-b29cb810e3d2} <Debug> DynamicQueryHandler: Done processing query | ||
18020 | 2024.09.23 18:28:37.597632 [ 3 ] {72bece51-1d9c-4de7-93ad-b29cb810e3d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
18021 | 2024.09.23 18:28:37.597647 [ 3 ] {} <Debug> HTTP-Session: 0850eaaa-1392-423f-a4bb-5a82a309592c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18022 | 2024.09.23 18:28:37.597969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18023 | 2024.09.23 18:28:37.598017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18024 | 2024.09.23 18:28:37.598036 [ 3 ] {} <Debug> HTTP-Session: 0eb46262-90f6-4256-baa2-f4e1340abd07 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
18025 | 2024.09.23 18:28:37.598052 [ 3 ] {} <Debug> HTTP-Session: 0eb46262-90f6-4256-baa2-f4e1340abd07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18026 | 2024.09.23 18:28:37.598065 [ 3 ] {} <Debug> HTTP-Session: 0eb46262-90f6-4256-baa2-f4e1340abd07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18027 | 2024.09.23 18:28:37.598096 [ 3 ] {} <Trace> HTTP-Session: 0eb46262-90f6-4256-baa2-f4e1340abd07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18028 | 2024.09.23 18:28:37.598192 [ 3 ] {f5bd8912-bbca-4e03-ac3f-305714beabe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
18029 | 2024.09.23 18:28:37.598236 [ 3 ] {f5bd8912-bbca-4e03-ac3f-305714beabe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
18030 | 2024.09.23 18:28:37.598363 [ 3 ] {f5bd8912-bbca-4e03-ac3f-305714beabe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18031 | 2024.09.23 18:28:37.598600 [ 3 ] {f5bd8912-bbca-4e03-ac3f-305714beabe5} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18032 | 2024.09.23 18:28:37.598635 [ 3 ] {f5bd8912-bbca-4e03-ac3f-305714beabe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
18033 | 2024.09.23 18:28:37.598996 [ 3 ] {f5bd8912-bbca-4e03-ac3f-305714beabe5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
18034 | 2024.09.23 18:28:37.599318 [ 3 ] {f5bd8912-bbca-4e03-ac3f-305714beabe5} <Trace> oximeter.measurements_bool (d179cb5d-65fc-436d-b105-687e92b4e702): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18035 | 2024.09.23 18:28:37.599443 [ 3 ] {f5bd8912-bbca-4e03-ac3f-305714beabe5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001274 sec., 4709.576138147567 rows/sec., 246.06 KiB/sec. | ||
18036 | 2024.09.23 18:28:37.599709 [ 3 ] {f5bd8912-bbca-4e03-ac3f-305714beabe5} <Debug> DynamicQueryHandler: Done processing query | ||
18037 | 2024.09.23 18:28:37.599763 [ 3 ] {f5bd8912-bbca-4e03-ac3f-305714beabe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
18038 | 2024.09.23 18:28:37.599807 [ 3 ] {} <Debug> HTTP-Session: 0eb46262-90f6-4256-baa2-f4e1340abd07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18039 | 2024.09.23 18:28:37.600065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 185049, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18040 | 2024.09.23 18:28:37.600116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18041 | 2024.09.23 18:28:37.600136 [ 3 ] {} <Debug> HTTP-Session: 251795a5-723b-426e-9de0-2c54595f9bb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
18042 | 2024.09.23 18:28:37.600153 [ 3 ] {} <Debug> HTTP-Session: 251795a5-723b-426e-9de0-2c54595f9bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18043 | 2024.09.23 18:28:37.600167 [ 3 ] {} <Debug> HTTP-Session: 251795a5-723b-426e-9de0-2c54595f9bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18044 | 2024.09.23 18:28:37.600198 [ 3 ] {} <Trace> HTTP-Session: 251795a5-723b-426e-9de0-2c54595f9bb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18045 | 2024.09.23 18:28:37.600589 [ 3 ] {080a3cf2-88cb-4161-a1d6-c22aaa4ff736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
18046 | 2024.09.23 18:28:37.600637 [ 3 ] {080a3cf2-88cb-4161-a1d6-c22aaa4ff736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
18047 | 2024.09.23 18:28:37.600797 [ 3 ] {080a3cf2-88cb-4161-a1d6-c22aaa4ff736} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18048 | 2024.09.23 18:28:37.601631 [ 3 ] {080a3cf2-88cb-4161-a1d6-c22aaa4ff736} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18049 | 2024.09.23 18:28:37.601666 [ 3 ] {080a3cf2-88cb-4161-a1d6-c22aaa4ff736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
18050 | 2024.09.23 18:28:37.602087 [ 3 ] {080a3cf2-88cb-4161-a1d6-c22aaa4ff736} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
18051 | 2024.09.23 18:28:37.602427 [ 3 ] {080a3cf2-88cb-4161-a1d6-c22aaa4ff736} <Trace> oximeter.measurements_cumulativeu64 (52ae9018-d06f-4087-9973-8dd6e8e33396): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18052 | 2024.09.23 18:28:37.602557 [ 3 ] {080a3cf2-88cb-4161-a1d6-c22aaa4ff736} <Debug> executeQuery: Read 977 rows, 66.53 KiB in 0.002239 sec., 436355.5158552925 rows/sec., 29.02 MiB/sec. | ||
18053 | 2024.09.23 18:28:37.602710 [ 3 ] {080a3cf2-88cb-4161-a1d6-c22aaa4ff736} <Debug> DynamicQueryHandler: Done processing query | ||
18054 | 2024.09.23 18:28:37.602734 [ 3 ] {080a3cf2-88cb-4161-a1d6-c22aaa4ff736} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
18055 | 2024.09.23 18:28:37.602749 [ 3 ] {} <Debug> HTTP-Session: 251795a5-723b-426e-9de0-2c54595f9bb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18056 | 2024.09.23 18:28:37.603098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18057 | 2024.09.23 18:28:37.603146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18058 | 2024.09.23 18:28:37.603165 [ 3 ] {} <Debug> HTTP-Session: 6fcd81ec-dabb-4fd7-a587-79bdda2b7a2c Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
18059 | 2024.09.23 18:28:37.603181 [ 3 ] {} <Debug> HTTP-Session: 6fcd81ec-dabb-4fd7-a587-79bdda2b7a2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18060 | 2024.09.23 18:28:37.603195 [ 3 ] {} <Debug> HTTP-Session: 6fcd81ec-dabb-4fd7-a587-79bdda2b7a2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18061 | 2024.09.23 18:28:37.603225 [ 3 ] {} <Trace> HTTP-Session: 6fcd81ec-dabb-4fd7-a587-79bdda2b7a2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18062 | 2024.09.23 18:28:37.603315 [ 3 ] {d79fc341-ba98-4c8a-a147-c0ddd19070b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
18063 | 2024.09.23 18:28:37.603359 [ 3 ] {d79fc341-ba98-4c8a-a147-c0ddd19070b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
18064 | 2024.09.23 18:28:37.603484 [ 3 ] {d79fc341-ba98-4c8a-a147-c0ddd19070b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18065 | 2024.09.23 18:28:37.603711 [ 3 ] {d79fc341-ba98-4c8a-a147-c0ddd19070b1} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18066 | 2024.09.23 18:28:37.603746 [ 3 ] {d79fc341-ba98-4c8a-a147-c0ddd19070b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
18067 | 2024.09.23 18:28:37.604091 [ 3 ] {d79fc341-ba98-4c8a-a147-c0ddd19070b1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
18068 | 2024.09.23 18:28:37.604417 [ 3 ] {d79fc341-ba98-4c8a-a147-c0ddd19070b1} <Trace> oximeter.measurements_f64 (e5f2ca84-bf13-452e-ad65-1fd86dc8429b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18069 | 2024.09.23 18:28:37.604543 [ 3 ] {d79fc341-ba98-4c8a-a147-c0ddd19070b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001251 sec., 799.3605115907275 rows/sec., 53.86 KiB/sec. | ||
18070 | 2024.09.23 18:28:37.604690 [ 3 ] {d79fc341-ba98-4c8a-a147-c0ddd19070b1} <Debug> DynamicQueryHandler: Done processing query | ||
18071 | 2024.09.23 18:28:37.604714 [ 3 ] {d79fc341-ba98-4c8a-a147-c0ddd19070b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
18072 | 2024.09.23 18:28:37.604729 [ 3 ] {} <Debug> HTTP-Session: 6fcd81ec-dabb-4fd7-a587-79bdda2b7a2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18073 | 2024.09.23 18:28:37.604854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 14223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18074 | 2024.09.23 18:28:37.604903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18075 | 2024.09.23 18:28:37.604923 [ 3 ] {} <Debug> HTTP-Session: 3e170ce3-d9d9-4b3b-963e-6ff706194923 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
18076 | 2024.09.23 18:28:37.604939 [ 3 ] {} <Debug> HTTP-Session: 3e170ce3-d9d9-4b3b-963e-6ff706194923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18077 | 2024.09.23 18:28:37.604953 [ 3 ] {} <Debug> HTTP-Session: 3e170ce3-d9d9-4b3b-963e-6ff706194923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18078 | 2024.09.23 18:28:37.604983 [ 3 ] {} <Trace> HTTP-Session: 3e170ce3-d9d9-4b3b-963e-6ff706194923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18079 | 2024.09.23 18:28:37.605126 [ 3 ] {3995314b-eed8-4518-9895-f8ff3b44d639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
18080 | 2024.09.23 18:28:37.605189 [ 3 ] {3995314b-eed8-4518-9895-f8ff3b44d639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
18081 | 2024.09.23 18:28:37.605600 [ 3 ] {3995314b-eed8-4518-9895-f8ff3b44d639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18082 | 2024.09.23 18:28:37.606037 [ 3 ] {3995314b-eed8-4518-9895-f8ff3b44d639} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18083 | 2024.09.23 18:28:37.606073 [ 3 ] {3995314b-eed8-4518-9895-f8ff3b44d639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
18084 | 2024.09.23 18:28:37.606647 [ 3 ] {3995314b-eed8-4518-9895-f8ff3b44d639} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
18085 | 2024.09.23 18:28:37.607054 [ 3 ] {3995314b-eed8-4518-9895-f8ff3b44d639} <Trace> oximeter.measurements_histogramu64 (7737a3d9-f2f3-4164-8873-1cc9ef311638): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18086 | 2024.09.23 18:28:37.607199 [ 3 ] {3995314b-eed8-4518-9895-f8ff3b44d639} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002145 sec., 3729.6037296037293 rows/sec., 6.68 MiB/sec. | ||
18087 | 2024.09.23 18:28:37.607390 [ 3 ] {3995314b-eed8-4518-9895-f8ff3b44d639} <Debug> DynamicQueryHandler: Done processing query | ||
18088 | 2024.09.23 18:28:37.607414 [ 3 ] {3995314b-eed8-4518-9895-f8ff3b44d639} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
18089 | 2024.09.23 18:28:37.607431 [ 3 ] {} <Debug> HTTP-Session: 3e170ce3-d9d9-4b3b-963e-6ff706194923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18090 | 2024.09.23 18:28:37.607557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50862, User-Agent: (none), Length: 5810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
18091 | 2024.09.23 18:28:37.607605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18092 | 2024.09.23 18:28:37.607623 [ 3 ] {} <Debug> HTTP-Session: 39440802-96bc-4bcf-b963-0005db0a4421 Authenticating user 'default' from [fd00:1122:3344:101::d]:50862 | ||
18093 | 2024.09.23 18:28:37.607640 [ 3 ] {} <Debug> HTTP-Session: 39440802-96bc-4bcf-b963-0005db0a4421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18094 | 2024.09.23 18:28:37.607653 [ 3 ] {} <Debug> HTTP-Session: 39440802-96bc-4bcf-b963-0005db0a4421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18095 | 2024.09.23 18:28:37.607683 [ 3 ] {} <Trace> HTTP-Session: 39440802-96bc-4bcf-b963-0005db0a4421 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18096 | 2024.09.23 18:28:37.607786 [ 3 ] {c0f909d2-0908-4cda-9422-1225c375c4d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50862) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
18097 | 2024.09.23 18:28:37.607830 [ 3 ] {c0f909d2-0908-4cda-9422-1225c375c4d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18098 | 2024.09.23 18:28:37.607955 [ 3 ] {c0f909d2-0908-4cda-9422-1225c375c4d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18099 | 2024.09.23 18:28:37.608220 [ 3 ] {c0f909d2-0908-4cda-9422-1225c375c4d2} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18100 | 2024.09.23 18:28:37.608256 [ 3 ] {c0f909d2-0908-4cda-9422-1225c375c4d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
18101 | 2024.09.23 18:28:37.608603 [ 3 ] {c0f909d2-0908-4cda-9422-1225c375c4d2} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
18102 | 2024.09.23 18:28:37.608927 [ 3 ] {c0f909d2-0908-4cda-9422-1225c375c4d2} <Trace> oximeter.measurements_u64 (acef6439-0547-4c7b-af35-1a36fce76311): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18103 | 2024.09.23 18:28:37.609057 [ 3 ] {c0f909d2-0908-4cda-9422-1225c375c4d2} <Debug> executeQuery: Read 40 rows, 2.44 KiB in 0.001302 sec., 30721.966205837172 rows/sec., 1.83 MiB/sec. | ||
18104 | 2024.09.23 18:28:37.609293 [ 3 ] {c0f909d2-0908-4cda-9422-1225c375c4d2} <Debug> DynamicQueryHandler: Done processing query | ||
18105 | 2024.09.23 18:28:37.609353 [ 3 ] {c0f909d2-0908-4cda-9422-1225c375c4d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
18106 | 2024.09.23 18:28:37.609408 [ 3 ] {} <Debug> HTTP-Session: 39440802-96bc-4bcf-b963-0005db0a4421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |