1 | [ Sep 1 21:00:20 Enabled. ] | ||
2 | [ Sep 1 21:00:20 Rereading configuration. ] | ||
3 | [ Sep 1 21:00:21 Rereading configuration. ] | ||
4 | [ Sep 1 21:00:22 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 1 21:00:22 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.01 21:00:23.471736 [ 1 ] {} <Information> Application: Will watch for the process with pid 28552 | ||
30 | 2024.09.01 21:00:23.472387 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
31 | 2024.09.01 21:00:23.713954 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 28552 | ||
32 | 2024.09.01 21:00:23.714692 [ 1 ] {} <Information> Application: starting up | ||
33 | 2024.09.01 21:00:23.715423 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
34 | 2024.09.01 21:00:23.806744 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
35 | 2024.09.01 21:00:23.992075 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
36 | 2024.09.01 21:00:23.992148 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
37 | 2024.09.01 21:00:23.992176 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
38 | 2024.09.01 21:00:23.992263 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
39 | 2024.09.01 21:00:23.992659 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
40 | 2024.09.01 21:00:23.994370 [ 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.01 21:00:23.994844 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
45 | 2024.09.01 21:00:23.995658 [ 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.01 21:00:23.995685 [ 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.01 21:00:23.995697 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
48 | 2024.09.01 21:00:23.995861 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2024.09.01 21:00:23.996825 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
50 | 2024.09.01 21:00:24.002294 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
51 | 2024.09.01 21:00:24.003055 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.09.01 21:00:24.004480 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
53 | 2024.09.01 21:00:24.004548 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
54 | 2024.09.01 21:00:24.006036 [ 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.01 21:00:24.006307 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
59 | 2024.09.01 21:00:24.010748 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
60 | 2024.09.01 21:00:24.011068 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
61 | 2024.09.01 21:00:24.012624 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
62 | 2024.09.01 21:00:24.012986 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
63 | 2024.09.01 21:00:24.013345 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
64 | 2024.09.01 21:00:24.013679 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
65 | 2024.09.01 21:00:24.014990 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
66 | 2024.09.01 21:00:24.015024 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
67 | 2024.09.01 21:00:24.015120 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
68 | 2024.09.01 21:00:24.015287 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
69 | 2024.09.01 21:00:24.054305 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
70 | 2024.09.01 21:00:24.054334 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000148782 sec | ||
71 | 2024.09.01 21:00:24.054380 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
72 | 2024.09.01 21:00:24.054392 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
73 | 2024.09.01 21:00:24.055616 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
74 | 2024.09.01 21:00:24.056768 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
75 | 2024.09.01 21:00:24.056787 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
76 | 2024.09.01 21:00:24.056829 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
77 | 2024.09.01 21:00:24.056845 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
78 | 2024.09.01 21:00:24.056857 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
79 | 2024.09.01 21:00:24.056890 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
80 | 2024.09.01 21:00:24.056903 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
81 | 2024.09.01 21:00:24.056919 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
82 | 2024.09.01 21:00:24.056948 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
83 | 2024.09.01 21:00:24.056966 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
84 | 2024.09.01 21:00:24.056980 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
85 | 2024.09.01 21:00:24.056998 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
86 | 2024.09.01 21:00:24.057031 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
87 | 2024.09.01 21:00:24.057046 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
88 | 2024.09.01 21:00:24.057058 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
89 | 2024.09.01 21:00:24.057092 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
90 | 2024.09.01 21:00:24.057108 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
91 | 2024.09.01 21:00:24.093948 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
92 | 2024.09.01 21:00:24.097298 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
93 | 2024.09.01 21:00:24.097329 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3431e-05 sec | ||
94 | 2024.09.01 21:00:24.097347 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
95 | 2024.09.01 21:00:24.097361 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
96 | 2024.09.01 21:00:24.097390 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
97 | 2024.09.01 21:00:24.097591 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
98 | 2024.09.01 21:00:24.097641 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
99 | 2024.09.01 21:00:24.097658 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
100 | 2024.09.01 21:00:24.097673 [ 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.01 21:00:24.097696 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
102 | 2024.09.01 21:00:24.118034 [ 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.01 21:00:24.322977 [ 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.01 21:00:24.323039 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
105 | 2024.09.01 21:00:24.407356 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
106 | 2024.09.01 21:00:24.407559 [ 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.23 MiB | ||
107 | 2024.09.01 21:00:24.408449 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.315e-05 sec. | ||
108 | 2024.09.01 21:00:24.408800 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
109 | 2024.09.01 21:00:24.408882 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
110 | 2024.09.01 21:00:24.408941 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
111 | 2024.09.01 21:00:24.408961 [ 1 ] {} <Information> Application: Ready for connections. | ||
112 | 2024.09.01 21:00:24.409894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
113 | 2024.09.01 21:00:24.410106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
114 | 2024.09.01 21:00:24.410142 [ 3 ] {} <Debug> HTTP-Session: d8c22324-c019-412b-ba14-8e744e38aaea Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
115 | 2024.09.01 21:00:24.410173 [ 3 ] {} <Debug> HTTP-Session: d8c22324-c019-412b-ba14-8e744e38aaea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
116 | 2024.09.01 21:00:24.410197 [ 3 ] {} <Debug> HTTP-Session: d8c22324-c019-412b-ba14-8e744e38aaea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
117 | 2024.09.01 21:00:24.410282 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
118 | 2024.09.01 21:00:24.410315 [ 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.01 21:00:24.410336 [ 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.01 21:00:24.410398 [ 3 ] {} <Trace> HTTP-Session: d8c22324-c019-412b-ba14-8e744e38aaea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
121 | 2024.09.01 21:00:24.411550 [ 3 ] {86a36c4e-7cbe-4ad9-a1c3-b0a968016f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
122 | 2024.09.01 21:00:24.443077 [ 3 ] {86a36c4e-7cbe-4ad9-a1c3-b0a968016f74} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61298) (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.01 21:00:24.443863 [ 3 ] {86a36c4e-7cbe-4ad9-a1c3-b0a968016f74} <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.01 21:00:24.445345 [ 3 ] {} <Debug> HTTP-Session: d8c22324-c019-412b-ba14-8e744e38aaea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2024.09.01 21:00:24.447683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
174 | 2024.09.01 21:00:24.447774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
175 | 2024.09.01 21:00:24.447799 [ 3 ] {} <Debug> HTTP-Session: bb49cc45-6ce7-4ebc-8cfd-8c8c38b99a8f Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
176 | 2024.09.01 21:00:24.447823 [ 3 ] {} <Debug> HTTP-Session: bb49cc45-6ce7-4ebc-8cfd-8c8c38b99a8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2024.09.01 21:00:24.447837 [ 3 ] {} <Debug> HTTP-Session: bb49cc45-6ce7-4ebc-8cfd-8c8c38b99a8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2024.09.01 21:00:24.447879 [ 3 ] {} <Trace> HTTP-Session: bb49cc45-6ce7-4ebc-8cfd-8c8c38b99a8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
179 | 2024.09.01 21:00:24.448060 [ 3 ] {492571e7-9678-4511-bf6b-40099f5f2ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
180 | 2024.09.01 21:00:24.448421 [ 3 ] {492571e7-9678-4511-bf6b-40099f5f2ea6} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61298) (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.01 21:00:24.448597 [ 3 ] {492571e7-9678-4511-bf6b-40099f5f2ea6} <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.01 21:00:24.448812 [ 3 ] {} <Debug> HTTP-Session: bb49cc45-6ce7-4ebc-8cfd-8c8c38b99a8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2024.09.01 21:00:24.460471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
232 | 2024.09.01 21:00:24.460560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
233 | 2024.09.01 21:00:24.460597 [ 3 ] {} <Debug> HTTP-Session: 7db19bed-a326-4f4f-a649-c016ae9b30dd Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
234 | 2024.09.01 21:00:24.460626 [ 3 ] {} <Debug> HTTP-Session: 7db19bed-a326-4f4f-a649-c016ae9b30dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2024.09.01 21:00:24.460648 [ 3 ] {} <Debug> HTTP-Session: 7db19bed-a326-4f4f-a649-c016ae9b30dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
236 | 2024.09.01 21:00:24.460700 [ 3 ] {} <Trace> HTTP-Session: 7db19bed-a326-4f4f-a649-c016ae9b30dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
237 | 2024.09.01 21:00:24.462548 [ 3 ] {1b8a7a2a-9f6d-4ab8-bd33-9d72c5fd342d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
238 | 2024.09.01 21:00:24.463651 [ 3 ] {1b8a7a2a-9f6d-4ab8-bd33-9d72c5fd342d} <Debug> DynamicQueryHandler: Done processing query | ||
239 | 2024.09.01 21:00:24.463717 [ 3 ] {} <Debug> HTTP-Session: 7db19bed-a326-4f4f-a649-c016ae9b30dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2024.09.01 21:00:24.469058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
241 | 2024.09.01 21:00:24.469103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
242 | 2024.09.01 21:00:24.469127 [ 3 ] {} <Debug> HTTP-Session: 3de7a5a4-e295-43a3-a772-69a2d24d1915 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
243 | 2024.09.01 21:00:24.469145 [ 3 ] {} <Debug> HTTP-Session: 3de7a5a4-e295-43a3-a772-69a2d24d1915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
244 | 2024.09.01 21:00:24.469160 [ 3 ] {} <Debug> HTTP-Session: 3de7a5a4-e295-43a3-a772-69a2d24d1915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
245 | 2024.09.01 21:00:24.469192 [ 3 ] {} <Trace> HTTP-Session: 3de7a5a4-e295-43a3-a772-69a2d24d1915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
246 | 2024.09.01 21:00:24.469276 [ 3 ] {23a28aab-c0b4-4c52-a151-a19b7faa67d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
247 | 2024.09.01 21:00:24.469372 [ 3 ] {23a28aab-c0b4-4c52-a151-a19b7faa67d3} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
248 | 2024.09.01 21:00:24.486269 [ 3 ] {23a28aab-c0b4-4c52-a151-a19b7faa67d3} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
249 | 2024.09.01 21:00:24.486308 [ 3 ] {23a28aab-c0b4-4c52-a151-a19b7faa67d3} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.1761e-05 sec | ||
250 | 2024.09.01 21:00:24.486329 [ 3 ] {23a28aab-c0b4-4c52-a151-a19b7faa67d3} <Trace> ReferentialDeps: No tables | ||
251 | 2024.09.01 21:00:24.486354 [ 3 ] {23a28aab-c0b4-4c52-a151-a19b7faa67d3} <Trace> LoadingDeps: No tables | ||
252 | 2024.09.01 21:00:24.486384 [ 3 ] {23a28aab-c0b4-4c52-a151-a19b7faa67d3} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
253 | 2024.09.01 21:00:24.486564 [ 3 ] {23a28aab-c0b4-4c52-a151-a19b7faa67d3} <Debug> DynamicQueryHandler: Done processing query | ||
254 | 2024.09.01 21:00:24.486596 [ 3 ] {} <Debug> HTTP-Session: 3de7a5a4-e295-43a3-a772-69a2d24d1915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
255 | 2024.09.01 21:00:24.486763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
256 | 2024.09.01 21:00:24.486833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
257 | 2024.09.01 21:00:24.486862 [ 3 ] {} <Debug> HTTP-Session: 5e1526bf-4a67-463d-9c9f-de6d04b3c17f Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
258 | 2024.09.01 21:00:24.486889 [ 3 ] {} <Debug> HTTP-Session: 5e1526bf-4a67-463d-9c9f-de6d04b3c17f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
259 | 2024.09.01 21:00:24.486918 [ 3 ] {} <Debug> HTTP-Session: 5e1526bf-4a67-463d-9c9f-de6d04b3c17f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.09.01 21:00:24.486963 [ 3 ] {} <Trace> HTTP-Session: 5e1526bf-4a67-463d-9c9f-de6d04b3c17f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
261 | 2024.09.01 21:00:24.487184 [ 3 ] {6d3509e8-7916-4f52-8209-ed5735781f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) /* 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.01 21:00:24.487250 [ 3 ] {6d3509e8-7916-4f52-8209-ed5735781f7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
264 | 2024.09.01 21:00:24.497497 [ 3 ] {6d3509e8-7916-4f52-8209-ed5735781f7f} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
265 | 2024.09.01 21:00:24.501040 [ 3 ] {6d3509e8-7916-4f52-8209-ed5735781f7f} <Debug> oximeter.version (19f90c57-d85a-4c14-b0fe-5f11a374171c): Loading data parts | ||
266 | 2024.09.01 21:00:24.501602 [ 3 ] {6d3509e8-7916-4f52-8209-ed5735781f7f} <Debug> oximeter.version (19f90c57-d85a-4c14-b0fe-5f11a374171c): There are no data parts | ||
267 | 2024.09.01 21:00:24.516565 [ 3 ] {6d3509e8-7916-4f52-8209-ed5735781f7f} <Debug> DynamicQueryHandler: Done processing query | ||
268 | 2024.09.01 21:00:24.516642 [ 3 ] {} <Debug> HTTP-Session: 5e1526bf-4a67-463d-9c9f-de6d04b3c17f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
269 | 2024.09.01 21:00:24.516814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
270 | 2024.09.01 21:00:24.516892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
271 | 2024.09.01 21:00:24.516923 [ 3 ] {} <Debug> HTTP-Session: 62c51329-f594-401d-a0d0-792b04ee241b Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
272 | 2024.09.01 21:00:24.516947 [ 3 ] {} <Debug> HTTP-Session: 62c51329-f594-401d-a0d0-792b04ee241b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
273 | 2024.09.01 21:00:24.516978 [ 3 ] {} <Debug> HTTP-Session: 62c51329-f594-401d-a0d0-792b04ee241b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
274 | 2024.09.01 21:00:24.517024 [ 3 ] {} <Trace> HTTP-Session: 62c51329-f594-401d-a0d0-792b04ee241b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
275 | 2024.09.01 21:00:24.517305 [ 3 ] {155d2084-79ad-4a40-85f6-713a8d661514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) /* 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.01 21:00:24.517377 [ 3 ] {155d2084-79ad-4a40-85f6-713a8d661514} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
287 | 2024.09.01 21:00:24.537107 [ 3 ] {155d2084-79ad-4a40-85f6-713a8d661514} <Debug> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Loading data parts | ||
288 | 2024.09.01 21:00:24.537342 [ 3 ] {155d2084-79ad-4a40-85f6-713a8d661514} <Debug> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): There are no data parts | ||
289 | 2024.09.01 21:00:24.553776 [ 3 ] {155d2084-79ad-4a40-85f6-713a8d661514} <Debug> DynamicQueryHandler: Done processing query | ||
290 | 2024.09.01 21:00:24.553814 [ 3 ] {} <Debug> HTTP-Session: 62c51329-f594-401d-a0d0-792b04ee241b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
291 | 2024.09.01 21:00:24.553975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
292 | 2024.09.01 21:00:24.554040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
293 | 2024.09.01 21:00:24.554070 [ 3 ] {} <Debug> HTTP-Session: 4e020449-6e06-4f13-8939-45ea98400974 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
294 | 2024.09.01 21:00:24.554093 [ 3 ] {} <Debug> HTTP-Session: 4e020449-6e06-4f13-8939-45ea98400974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
295 | 2024.09.01 21:00:24.554109 [ 3 ] {} <Debug> HTTP-Session: 4e020449-6e06-4f13-8939-45ea98400974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
296 | 2024.09.01 21:00:24.554152 [ 3 ] {} <Trace> HTTP-Session: 4e020449-6e06-4f13-8939-45ea98400974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
297 | 2024.09.01 21:00:24.554379 [ 3 ] {62756bab-8504-4c8e-bca7-2c849c5a06cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.554441 [ 3 ] {62756bab-8504-4c8e-bca7-2c849c5a06cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
299 | 2024.09.01 21:00:24.577218 [ 3 ] {62756bab-8504-4c8e-bca7-2c849c5a06cb} <Debug> oximeter.measurements_i8 (73feb59b-8864-42a3-b345-453fbcdfcc4c): Loading data parts | ||
300 | 2024.09.01 21:00:24.577477 [ 3 ] {62756bab-8504-4c8e-bca7-2c849c5a06cb} <Debug> oximeter.measurements_i8 (73feb59b-8864-42a3-b345-453fbcdfcc4c): There are no data parts | ||
301 | 2024.09.01 21:00:24.593333 [ 3 ] {62756bab-8504-4c8e-bca7-2c849c5a06cb} <Debug> DynamicQueryHandler: Done processing query | ||
302 | 2024.09.01 21:00:24.593365 [ 3 ] {} <Debug> HTTP-Session: 4e020449-6e06-4f13-8939-45ea98400974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
303 | 2024.09.01 21:00:24.593509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
304 | 2024.09.01 21:00:24.593565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
305 | 2024.09.01 21:00:24.593588 [ 3 ] {} <Debug> HTTP-Session: f8b78e97-a011-4479-ba46-aa3533b0602f Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
306 | 2024.09.01 21:00:24.593606 [ 3 ] {} <Debug> HTTP-Session: f8b78e97-a011-4479-ba46-aa3533b0602f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.09.01 21:00:24.593619 [ 3 ] {} <Debug> HTTP-Session: f8b78e97-a011-4479-ba46-aa3533b0602f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
308 | 2024.09.01 21:00:24.593652 [ 3 ] {} <Trace> HTTP-Session: f8b78e97-a011-4479-ba46-aa3533b0602f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
309 | 2024.09.01 21:00:24.593828 [ 3 ] {5b75547c-4257-43e4-bcc1-f763b73b77dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.593876 [ 3 ] {5b75547c-4257-43e4-bcc1-f763b73b77dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
311 | 2024.09.01 21:00:24.618521 [ 3 ] {5b75547c-4257-43e4-bcc1-f763b73b77dc} <Debug> oximeter.measurements_u8 (8f9c7a02-46fe-40d5-a775-55e616e2ae8c): Loading data parts | ||
312 | 2024.09.01 21:00:24.618803 [ 3 ] {5b75547c-4257-43e4-bcc1-f763b73b77dc} <Debug> oximeter.measurements_u8 (8f9c7a02-46fe-40d5-a775-55e616e2ae8c): There are no data parts | ||
313 | 2024.09.01 21:00:24.628995 [ 3 ] {5b75547c-4257-43e4-bcc1-f763b73b77dc} <Debug> DynamicQueryHandler: Done processing query | ||
314 | 2024.09.01 21:00:24.629037 [ 3 ] {} <Debug> HTTP-Session: f8b78e97-a011-4479-ba46-aa3533b0602f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
315 | 2024.09.01 21:00:24.629173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
316 | 2024.09.01 21:00:24.629226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
317 | 2024.09.01 21:00:24.629290 [ 3 ] {} <Debug> HTTP-Session: 96352b6f-654c-47f8-8b75-1a7a53937ba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
318 | 2024.09.01 21:00:24.629312 [ 3 ] {} <Debug> HTTP-Session: 96352b6f-654c-47f8-8b75-1a7a53937ba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.09.01 21:00:24.629326 [ 3 ] {} <Debug> HTTP-Session: 96352b6f-654c-47f8-8b75-1a7a53937ba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
320 | 2024.09.01 21:00:24.629362 [ 3 ] {} <Trace> HTTP-Session: 96352b6f-654c-47f8-8b75-1a7a53937ba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
321 | 2024.09.01 21:00:24.629565 [ 3 ] {955361d6-37e0-4753-aac1-6e09fea60250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.629637 [ 3 ] {955361d6-37e0-4753-aac1-6e09fea60250} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
323 | 2024.09.01 21:00:24.632373 [ 3 ] {955361d6-37e0-4753-aac1-6e09fea60250} <Debug> oximeter.measurements_i16 (d10e45a3-8b4d-453a-a39e-5966bb6d36ac): Loading data parts | ||
324 | 2024.09.01 21:00:24.632528 [ 3 ] {955361d6-37e0-4753-aac1-6e09fea60250} <Debug> oximeter.measurements_i16 (d10e45a3-8b4d-453a-a39e-5966bb6d36ac): There are no data parts | ||
325 | 2024.09.01 21:00:24.646449 [ 3 ] {955361d6-37e0-4753-aac1-6e09fea60250} <Debug> DynamicQueryHandler: Done processing query | ||
326 | 2024.09.01 21:00:24.646481 [ 3 ] {} <Debug> HTTP-Session: 96352b6f-654c-47f8-8b75-1a7a53937ba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
327 | 2024.09.01 21:00:24.646621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
328 | 2024.09.01 21:00:24.646694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
329 | 2024.09.01 21:00:24.646717 [ 3 ] {} <Debug> HTTP-Session: ba8a40d2-bc61-4d53-8f5c-674f45f0cb29 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
330 | 2024.09.01 21:00:24.646742 [ 3 ] {} <Debug> HTTP-Session: ba8a40d2-bc61-4d53-8f5c-674f45f0cb29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.09.01 21:00:24.646758 [ 3 ] {} <Debug> HTTP-Session: ba8a40d2-bc61-4d53-8f5c-674f45f0cb29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
332 | 2024.09.01 21:00:24.646798 [ 3 ] {} <Trace> HTTP-Session: ba8a40d2-bc61-4d53-8f5c-674f45f0cb29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
333 | 2024.09.01 21:00:24.647013 [ 3 ] {0f419b0e-59c6-45ec-873b-3a2f31862340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.647071 [ 3 ] {0f419b0e-59c6-45ec-873b-3a2f31862340} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
335 | 2024.09.01 21:00:24.657506 [ 3 ] {0f419b0e-59c6-45ec-873b-3a2f31862340} <Debug> oximeter.measurements_u16 (b0fd248c-8f16-427c-8d7f-f075fac2b6b5): Loading data parts | ||
336 | 2024.09.01 21:00:24.657704 [ 3 ] {0f419b0e-59c6-45ec-873b-3a2f31862340} <Debug> oximeter.measurements_u16 (b0fd248c-8f16-427c-8d7f-f075fac2b6b5): There are no data parts | ||
337 | 2024.09.01 21:00:24.671543 [ 3 ] {0f419b0e-59c6-45ec-873b-3a2f31862340} <Debug> DynamicQueryHandler: Done processing query | ||
338 | 2024.09.01 21:00:24.671584 [ 3 ] {} <Debug> HTTP-Session: ba8a40d2-bc61-4d53-8f5c-674f45f0cb29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
339 | 2024.09.01 21:00:24.671725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
340 | 2024.09.01 21:00:24.671788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
341 | 2024.09.01 21:00:24.671810 [ 3 ] {} <Debug> HTTP-Session: be531f46-f209-4d77-b5df-5ea702db361a Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
342 | 2024.09.01 21:00:24.671835 [ 3 ] {} <Debug> HTTP-Session: be531f46-f209-4d77-b5df-5ea702db361a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.09.01 21:00:24.671851 [ 3 ] {} <Debug> HTTP-Session: be531f46-f209-4d77-b5df-5ea702db361a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
344 | 2024.09.01 21:00:24.671898 [ 3 ] {} <Trace> HTTP-Session: be531f46-f209-4d77-b5df-5ea702db361a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
345 | 2024.09.01 21:00:24.672085 [ 3 ] {97025737-c73c-41eb-bebd-b86382d448b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.672136 [ 3 ] {97025737-c73c-41eb-bebd-b86382d448b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
347 | 2024.09.01 21:00:24.682618 [ 3 ] {97025737-c73c-41eb-bebd-b86382d448b9} <Debug> oximeter.measurements_i32 (c217f4b6-0b7c-4345-9c8b-c264b3464d59): Loading data parts | ||
348 | 2024.09.01 21:00:24.682808 [ 3 ] {97025737-c73c-41eb-bebd-b86382d448b9} <Debug> oximeter.measurements_i32 (c217f4b6-0b7c-4345-9c8b-c264b3464d59): There are no data parts | ||
349 | 2024.09.01 21:00:24.696834 [ 3 ] {97025737-c73c-41eb-bebd-b86382d448b9} <Debug> DynamicQueryHandler: Done processing query | ||
350 | 2024.09.01 21:00:24.696866 [ 3 ] {} <Debug> HTTP-Session: be531f46-f209-4d77-b5df-5ea702db361a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
351 | 2024.09.01 21:00:24.697011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
352 | 2024.09.01 21:00:24.697062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
353 | 2024.09.01 21:00:24.697081 [ 3 ] {} <Debug> HTTP-Session: e839b1c6-a425-4a78-8fef-882d7f97d50e Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
354 | 2024.09.01 21:00:24.697110 [ 3 ] {} <Debug> HTTP-Session: e839b1c6-a425-4a78-8fef-882d7f97d50e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.09.01 21:00:24.697128 [ 3 ] {} <Debug> HTTP-Session: e839b1c6-a425-4a78-8fef-882d7f97d50e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.09.01 21:00:24.697158 [ 3 ] {} <Trace> HTTP-Session: e839b1c6-a425-4a78-8fef-882d7f97d50e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
357 | 2024.09.01 21:00:24.697342 [ 3 ] {0ab394b2-615e-4101-be72-87b59ed581b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.697394 [ 3 ] {0ab394b2-615e-4101-be72-87b59ed581b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
359 | 2024.09.01 21:00:24.707872 [ 3 ] {0ab394b2-615e-4101-be72-87b59ed581b1} <Debug> oximeter.measurements_u32 (25a2670f-7a0e-4485-b625-8ff059456897): Loading data parts | ||
360 | 2024.09.01 21:00:24.708046 [ 3 ] {0ab394b2-615e-4101-be72-87b59ed581b1} <Debug> oximeter.measurements_u32 (25a2670f-7a0e-4485-b625-8ff059456897): There are no data parts | ||
361 | 2024.09.01 21:00:24.721920 [ 3 ] {0ab394b2-615e-4101-be72-87b59ed581b1} <Debug> DynamicQueryHandler: Done processing query | ||
362 | 2024.09.01 21:00:24.721951 [ 3 ] {} <Debug> HTTP-Session: e839b1c6-a425-4a78-8fef-882d7f97d50e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
363 | 2024.09.01 21:00:24.722098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
364 | 2024.09.01 21:00:24.722160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
365 | 2024.09.01 21:00:24.722180 [ 3 ] {} <Debug> HTTP-Session: 58ab2dde-62db-469c-a154-ef37567bf46c Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
366 | 2024.09.01 21:00:24.722204 [ 3 ] {} <Debug> HTTP-Session: 58ab2dde-62db-469c-a154-ef37567bf46c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.09.01 21:00:24.722225 [ 3 ] {} <Debug> HTTP-Session: 58ab2dde-62db-469c-a154-ef37567bf46c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
368 | 2024.09.01 21:00:24.722256 [ 3 ] {} <Trace> HTTP-Session: 58ab2dde-62db-469c-a154-ef37567bf46c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
369 | 2024.09.01 21:00:24.722437 [ 3 ] {3d787f91-9857-4d23-8458-8d50dadabb16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.722493 [ 3 ] {3d787f91-9857-4d23-8458-8d50dadabb16} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
371 | 2024.09.01 21:00:24.733393 [ 3 ] {3d787f91-9857-4d23-8458-8d50dadabb16} <Debug> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Loading data parts | ||
372 | 2024.09.01 21:00:24.733611 [ 3 ] {3d787f91-9857-4d23-8458-8d50dadabb16} <Debug> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): There are no data parts | ||
373 | 2024.09.01 21:00:24.747393 [ 3 ] {3d787f91-9857-4d23-8458-8d50dadabb16} <Debug> DynamicQueryHandler: Done processing query | ||
374 | 2024.09.01 21:00:24.747428 [ 3 ] {} <Debug> HTTP-Session: 58ab2dde-62db-469c-a154-ef37567bf46c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
375 | 2024.09.01 21:00:24.747585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
376 | 2024.09.01 21:00:24.747660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
377 | 2024.09.01 21:00:24.747684 [ 3 ] {} <Debug> HTTP-Session: 45e90bd3-594c-4b7f-9933-21274576fbfb Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
378 | 2024.09.01 21:00:24.747717 [ 3 ] {} <Debug> HTTP-Session: 45e90bd3-594c-4b7f-9933-21274576fbfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.09.01 21:00:24.747740 [ 3 ] {} <Debug> HTTP-Session: 45e90bd3-594c-4b7f-9933-21274576fbfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.09.01 21:00:24.747780 [ 3 ] {} <Trace> HTTP-Session: 45e90bd3-594c-4b7f-9933-21274576fbfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2024.09.01 21:00:24.747999 [ 3 ] {f9ca8016-7b1e-4f76-a341-2e133ff2c650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.748055 [ 3 ] {f9ca8016-7b1e-4f76-a341-2e133ff2c650} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
383 | 2024.09.01 21:00:24.758489 [ 3 ] {f9ca8016-7b1e-4f76-a341-2e133ff2c650} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Loading data parts | ||
384 | 2024.09.01 21:00:24.758684 [ 3 ] {f9ca8016-7b1e-4f76-a341-2e133ff2c650} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): There are no data parts | ||
385 | 2024.09.01 21:00:24.769727 [ 3 ] {f9ca8016-7b1e-4f76-a341-2e133ff2c650} <Debug> DynamicQueryHandler: Done processing query | ||
386 | 2024.09.01 21:00:24.769754 [ 3 ] {} <Debug> HTTP-Session: 45e90bd3-594c-4b7f-9933-21274576fbfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
387 | 2024.09.01 21:00:24.769891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
388 | 2024.09.01 21:00:24.769950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
389 | 2024.09.01 21:00:24.769969 [ 3 ] {} <Debug> HTTP-Session: d0f3a6af-a814-4ff5-b567-9b139a7fdbdd Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
390 | 2024.09.01 21:00:24.769989 [ 3 ] {} <Debug> HTTP-Session: d0f3a6af-a814-4ff5-b567-9b139a7fdbdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.09.01 21:00:24.770008 [ 3 ] {} <Debug> HTTP-Session: d0f3a6af-a814-4ff5-b567-9b139a7fdbdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.09.01 21:00:24.770039 [ 3 ] {} <Trace> HTTP-Session: d0f3a6af-a814-4ff5-b567-9b139a7fdbdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2024.09.01 21:00:24.770232 [ 3 ] {5be0225d-a33d-4285-b6af-2182f9baa56d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.770288 [ 3 ] {5be0225d-a33d-4285-b6af-2182f9baa56d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
395 | 2024.09.01 21:00:24.785701 [ 3 ] {5be0225d-a33d-4285-b6af-2182f9baa56d} <Debug> oximeter.measurements_f32 (b80cf284-f1d2-4f03-9e06-ae0965f999b8): Loading data parts | ||
396 | 2024.09.01 21:00:24.785916 [ 3 ] {5be0225d-a33d-4285-b6af-2182f9baa56d} <Debug> oximeter.measurements_f32 (b80cf284-f1d2-4f03-9e06-ae0965f999b8): There are no data parts | ||
397 | 2024.09.01 21:00:24.808194 [ 3 ] {5be0225d-a33d-4285-b6af-2182f9baa56d} <Debug> DynamicQueryHandler: Done processing query | ||
398 | 2024.09.01 21:00:24.808226 [ 3 ] {} <Debug> HTTP-Session: d0f3a6af-a814-4ff5-b567-9b139a7fdbdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
399 | 2024.09.01 21:00:24.808410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
400 | 2024.09.01 21:00:24.808476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
401 | 2024.09.01 21:00:24.808500 [ 3 ] {} <Debug> HTTP-Session: eca2f294-ab31-40f5-9742-d351bf111697 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
402 | 2024.09.01 21:00:24.808529 [ 3 ] {} <Debug> HTTP-Session: eca2f294-ab31-40f5-9742-d351bf111697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.09.01 21:00:24.808552 [ 3 ] {} <Debug> HTTP-Session: eca2f294-ab31-40f5-9742-d351bf111697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.09.01 21:00:24.808590 [ 3 ] {} <Trace> HTTP-Session: eca2f294-ab31-40f5-9742-d351bf111697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
405 | 2024.09.01 21:00:24.808809 [ 3 ] {c767c7fd-aa82-49f7-8c9c-4da288e06ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.808871 [ 3 ] {c767c7fd-aa82-49f7-8c9c-4da288e06ae6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
407 | 2024.09.01 21:00:24.832779 [ 3 ] {c767c7fd-aa82-49f7-8c9c-4da288e06ae6} <Debug> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Loading data parts | ||
408 | 2024.09.01 21:00:24.833008 [ 3 ] {c767c7fd-aa82-49f7-8c9c-4da288e06ae6} <Debug> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): There are no data parts | ||
409 | 2024.09.01 21:00:24.836056 [ 3 ] {c767c7fd-aa82-49f7-8c9c-4da288e06ae6} <Debug> DynamicQueryHandler: Done processing query | ||
410 | 2024.09.01 21:00:24.836081 [ 3 ] {} <Debug> HTTP-Session: eca2f294-ab31-40f5-9742-d351bf111697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
411 | 2024.09.01 21:00:24.836221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
412 | 2024.09.01 21:00:24.836275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
413 | 2024.09.01 21:00:24.836297 [ 3 ] {} <Debug> HTTP-Session: f884aef5-ff06-4244-ad1d-33a032316ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
414 | 2024.09.01 21:00:24.836313 [ 3 ] {} <Debug> HTTP-Session: f884aef5-ff06-4244-ad1d-33a032316ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.09.01 21:00:24.836331 [ 3 ] {} <Debug> HTTP-Session: f884aef5-ff06-4244-ad1d-33a032316ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.09.01 21:00:24.836364 [ 3 ] {} <Trace> HTTP-Session: f884aef5-ff06-4244-ad1d-33a032316ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
417 | 2024.09.01 21:00:24.836542 [ 3 ] {12584bce-63db-4725-bcf7-378a659e23be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.836600 [ 3 ] {12584bce-63db-4725-bcf7-378a659e23be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
419 | 2024.09.01 21:00:24.872803 [ 3 ] {12584bce-63db-4725-bcf7-378a659e23be} <Debug> oximeter.measurements_string (856b5432-b18e-46c3-abc4-4d1eff746af3): Loading data parts | ||
420 | 2024.09.01 21:00:24.872989 [ 3 ] {12584bce-63db-4725-bcf7-378a659e23be} <Debug> oximeter.measurements_string (856b5432-b18e-46c3-abc4-4d1eff746af3): There are no data parts | ||
421 | 2024.09.01 21:00:24.894848 [ 3 ] {12584bce-63db-4725-bcf7-378a659e23be} <Debug> DynamicQueryHandler: Done processing query | ||
422 | 2024.09.01 21:00:24.894875 [ 3 ] {} <Debug> HTTP-Session: f884aef5-ff06-4244-ad1d-33a032316ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
423 | 2024.09.01 21:00:24.895002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
424 | 2024.09.01 21:00:24.895054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
425 | 2024.09.01 21:00:24.895077 [ 3 ] {} <Debug> HTTP-Session: df6e7d1c-f1dd-4924-b313-c3a34e1c168a Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
426 | 2024.09.01 21:00:24.895093 [ 3 ] {} <Debug> HTTP-Session: df6e7d1c-f1dd-4924-b313-c3a34e1c168a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.09.01 21:00:24.895110 [ 3 ] {} <Debug> HTTP-Session: df6e7d1c-f1dd-4924-b313-c3a34e1c168a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.09.01 21:00:24.895143 [ 3 ] {} <Trace> HTTP-Session: df6e7d1c-f1dd-4924-b313-c3a34e1c168a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
429 | 2024.09.01 21:00:24.895325 [ 3 ] {14848ed6-a2fa-40d8-83fc-0edb23d53f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.895380 [ 3 ] {14848ed6-a2fa-40d8-83fc-0edb23d53f57} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
438 | 2024.09.01 21:00:24.902031 [ 3 ] {14848ed6-a2fa-40d8-83fc-0edb23d53f57} <Debug> oximeter.measurements_bytes (bd5b2356-33af-44f3-989b-96af2538a2b0): Loading data parts | ||
439 | 2024.09.01 21:00:24.902215 [ 3 ] {14848ed6-a2fa-40d8-83fc-0edb23d53f57} <Debug> oximeter.measurements_bytes (bd5b2356-33af-44f3-989b-96af2538a2b0): There are no data parts | ||
440 | 2024.09.01 21:00:24.923088 [ 3 ] {14848ed6-a2fa-40d8-83fc-0edb23d53f57} <Debug> DynamicQueryHandler: Done processing query | ||
441 | 2024.09.01 21:00:24.923171 [ 3 ] {} <Debug> HTTP-Session: df6e7d1c-f1dd-4924-b313-c3a34e1c168a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
442 | 2024.09.01 21:00:24.923400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
443 | 2024.09.01 21:00:24.923457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
444 | 2024.09.01 21:00:24.923481 [ 3 ] {} <Debug> HTTP-Session: 22061093-de3d-4dec-afda-9f935a6e00b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
445 | 2024.09.01 21:00:24.923501 [ 3 ] {} <Debug> HTTP-Session: 22061093-de3d-4dec-afda-9f935a6e00b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
446 | 2024.09.01 21:00:24.923514 [ 3 ] {} <Debug> HTTP-Session: 22061093-de3d-4dec-afda-9f935a6e00b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
447 | 2024.09.01 21:00:24.923548 [ 3 ] {} <Trace> HTTP-Session: 22061093-de3d-4dec-afda-9f935a6e00b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
448 | 2024.09.01 21:00:24.923735 [ 3 ] {8f9e34cb-7338-48be-a1ce-5afa89137000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.923789 [ 3 ] {8f9e34cb-7338-48be-a1ce-5afa89137000} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
450 | 2024.09.01 21:00:24.947348 [ 3 ] {8f9e34cb-7338-48be-a1ce-5afa89137000} <Debug> oximeter.measurements_cumulativei64 (6bf65b91-06bf-4ae3-a7cb-2901c1998336): Loading data parts | ||
451 | 2024.09.01 21:00:24.947627 [ 3 ] {8f9e34cb-7338-48be-a1ce-5afa89137000} <Debug> oximeter.measurements_cumulativei64 (6bf65b91-06bf-4ae3-a7cb-2901c1998336): There are no data parts | ||
452 | 2024.09.01 21:00:24.951669 [ 3 ] {8f9e34cb-7338-48be-a1ce-5afa89137000} <Debug> DynamicQueryHandler: Done processing query | ||
453 | 2024.09.01 21:00:24.951699 [ 3 ] {} <Debug> HTTP-Session: 22061093-de3d-4dec-afda-9f935a6e00b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
454 | 2024.09.01 21:00:24.951853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
455 | 2024.09.01 21:00:24.951916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
456 | 2024.09.01 21:00:24.951939 [ 3 ] {} <Debug> HTTP-Session: 4b13d7fe-9c41-48be-846e-2440aa8ec817 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
457 | 2024.09.01 21:00:24.951964 [ 3 ] {} <Debug> HTTP-Session: 4b13d7fe-9c41-48be-846e-2440aa8ec817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.09.01 21:00:24.951983 [ 3 ] {} <Debug> HTTP-Session: 4b13d7fe-9c41-48be-846e-2440aa8ec817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.09.01 21:00:24.952011 [ 3 ] {} <Trace> HTTP-Session: 4b13d7fe-9c41-48be-846e-2440aa8ec817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
460 | 2024.09.01 21:00:24.952197 [ 3 ] {33d889ae-8836-479f-a417-52d616502b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.952251 [ 3 ] {33d889ae-8836-479f-a417-52d616502b05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
462 | 2024.09.01 21:00:24.963250 [ 3 ] {33d889ae-8836-479f-a417-52d616502b05} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Loading data parts | ||
463 | 2024.09.01 21:00:24.963399 [ 3 ] {33d889ae-8836-479f-a417-52d616502b05} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): There are no data parts | ||
464 | 2024.09.01 21:00:24.976895 [ 3 ] {33d889ae-8836-479f-a417-52d616502b05} <Debug> DynamicQueryHandler: Done processing query | ||
465 | 2024.09.01 21:00:24.976967 [ 3 ] {} <Debug> HTTP-Session: 4b13d7fe-9c41-48be-846e-2440aa8ec817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
466 | 2024.09.01 21:00:24.977128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
467 | 2024.09.01 21:00:24.977185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
468 | 2024.09.01 21:00:24.977208 [ 3 ] {} <Debug> HTTP-Session: c3c49bbc-7cab-410f-8f9a-2f5c34271616 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
469 | 2024.09.01 21:00:24.977224 [ 3 ] {} <Debug> HTTP-Session: c3c49bbc-7cab-410f-8f9a-2f5c34271616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.09.01 21:00:24.977242 [ 3 ] {} <Debug> HTTP-Session: c3c49bbc-7cab-410f-8f9a-2f5c34271616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.09.01 21:00:24.977276 [ 3 ] {} <Trace> HTTP-Session: c3c49bbc-7cab-410f-8f9a-2f5c34271616 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
472 | 2024.09.01 21:00:24.977459 [ 3 ] {2db08797-7476-4d14-8de6-56d9152e052c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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.01 21:00:24.977514 [ 3 ] {2db08797-7476-4d14-8de6-56d9152e052c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
474 | 2024.09.01 21:00:24.997448 [ 3 ] {2db08797-7476-4d14-8de6-56d9152e052c} <Debug> oximeter.measurements_cumulativef32 (88f0c5ff-2eb5-4bc4-b8a0-8100cb7a3b9d): Loading data parts | ||
475 | 2024.09.01 21:00:24.997595 [ 3 ] {2db08797-7476-4d14-8de6-56d9152e052c} <Debug> oximeter.measurements_cumulativef32 (88f0c5ff-2eb5-4bc4-b8a0-8100cb7a3b9d): There are no data parts | ||
476 | 2024.09.01 21:00:25.001143 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.57 MiB, peak 159.58 MiB, free memory in arenas 0.00 B, will set to 168.35 MiB (RSS), difference: 8.77 MiB | ||
477 | 2024.09.01 21:00:25.003038 [ 3 ] {2db08797-7476-4d14-8de6-56d9152e052c} <Debug> DynamicQueryHandler: Done processing query | ||
478 | 2024.09.01 21:00:25.003076 [ 3 ] {} <Debug> HTTP-Session: c3c49bbc-7cab-410f-8f9a-2f5c34271616 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
479 | 2024.09.01 21:00:25.003199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
480 | 2024.09.01 21:00:25.003260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
481 | 2024.09.01 21:00:25.003284 [ 3 ] {} <Debug> HTTP-Session: 4dcb3df7-4ecf-423f-8acd-d663a7bb9c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
482 | 2024.09.01 21:00:25.003300 [ 3 ] {} <Debug> HTTP-Session: 4dcb3df7-4ecf-423f-8acd-d663a7bb9c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.09.01 21:00:25.003319 [ 3 ] {} <Debug> HTTP-Session: 4dcb3df7-4ecf-423f-8acd-d663a7bb9c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
484 | 2024.09.01 21:00:25.003353 [ 3 ] {} <Trace> HTTP-Session: 4dcb3df7-4ecf-423f-8acd-d663a7bb9c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
485 | 2024.09.01 21:00:25.003576 [ 3 ] {43dcce5a-a698-45b9-9268-ad02666b627e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
486 | 2024.09.01 21:00:25.003639 [ 3 ] {43dcce5a-a698-45b9-9268-ad02666b627e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
487 | 2024.09.01 21:00:25.013871 [ 3 ] {43dcce5a-a698-45b9-9268-ad02666b627e} <Debug> oximeter.measurements_cumulativef64 (f4f38296-f5ca-4142-954d-28dc75012cfc): Loading data parts | ||
488 | 2024.09.01 21:00:25.014069 [ 3 ] {43dcce5a-a698-45b9-9268-ad02666b627e} <Debug> oximeter.measurements_cumulativef64 (f4f38296-f5ca-4142-954d-28dc75012cfc): There are no data parts | ||
489 | 2024.09.01 21:00:25.027938 [ 3 ] {43dcce5a-a698-45b9-9268-ad02666b627e} <Debug> DynamicQueryHandler: Done processing query | ||
490 | 2024.09.01 21:00:25.027988 [ 3 ] {} <Debug> HTTP-Session: 4dcb3df7-4ecf-423f-8acd-d663a7bb9c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
491 | 2024.09.01 21:00:25.028132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
492 | 2024.09.01 21:00:25.028187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
493 | 2024.09.01 21:00:25.028206 [ 3 ] {} <Debug> HTTP-Session: 51dbfd9f-85ab-45d1-8648-524b0c171f3d Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
494 | 2024.09.01 21:00:25.028228 [ 3 ] {} <Debug> HTTP-Session: 51dbfd9f-85ab-45d1-8648-524b0c171f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.09.01 21:00:25.028258 [ 3 ] {} <Debug> HTTP-Session: 51dbfd9f-85ab-45d1-8648-524b0c171f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
496 | 2024.09.01 21:00:25.028288 [ 3 ] {} <Trace> HTTP-Session: 51dbfd9f-85ab-45d1-8648-524b0c171f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
497 | 2024.09.01 21:00:25.028540 [ 3 ] {91b1b6e5-5602-4932-af9b-19681b780dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
498 | * NOTE: Array types cannot be Nullable, see | ||
499 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
500 | * for more details. | ||
501 | * | ||
502 | * This means we need to use empty arrays to indicate a missing value. This | ||
503 | * is unfortunate, and at this point relies on the fact that an | ||
504 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
505 | * to figure out another way to represent missing samples here. | ||
506 | */ | ||
507 | 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) | ||
508 | 2024.09.01 21:00:25.028606 [ 3 ] {91b1b6e5-5602-4932-af9b-19681b780dcb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
509 | 2024.09.01 21:00:25.038631 [ 3 ] {91b1b6e5-5602-4932-af9b-19681b780dcb} <Debug> oximeter.measurements_histogrami8 (1944c2fd-f3bd-4632-9f33-73c5d72703d9): Loading data parts | ||
510 | 2024.09.01 21:00:25.038822 [ 3 ] {91b1b6e5-5602-4932-af9b-19681b780dcb} <Debug> oximeter.measurements_histogrami8 (1944c2fd-f3bd-4632-9f33-73c5d72703d9): There are no data parts | ||
511 | 2024.09.01 21:00:25.061638 [ 3 ] {91b1b6e5-5602-4932-af9b-19681b780dcb} <Debug> DynamicQueryHandler: Done processing query | ||
512 | 2024.09.01 21:00:25.061688 [ 3 ] {} <Debug> HTTP-Session: 51dbfd9f-85ab-45d1-8648-524b0c171f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
513 | 2024.09.01 21:00:25.061929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
514 | 2024.09.01 21:00:25.062083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
515 | 2024.09.01 21:00:25.062128 [ 3 ] {} <Debug> HTTP-Session: 74edd916-2ddf-49e2-9d4e-efe04972ace3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
516 | 2024.09.01 21:00:25.062182 [ 3 ] {} <Debug> HTTP-Session: 74edd916-2ddf-49e2-9d4e-efe04972ace3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
517 | 2024.09.01 21:00:25.062214 [ 3 ] {} <Debug> HTTP-Session: 74edd916-2ddf-49e2-9d4e-efe04972ace3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
518 | 2024.09.01 21:00:25.062297 [ 3 ] {} <Trace> HTTP-Session: 74edd916-2ddf-49e2-9d4e-efe04972ace3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
519 | 2024.09.01 21:00:25.062605 [ 3 ] {844a4ac6-a1ae-466f-afa6-c01635234420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
520 | 2024.09.01 21:00:25.062682 [ 3 ] {844a4ac6-a1ae-466f-afa6-c01635234420} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
521 | 2024.09.01 21:00:25.079443 [ 3 ] {844a4ac6-a1ae-466f-afa6-c01635234420} <Debug> oximeter.measurements_histogramu8 (3e39b477-9773-41bc-b066-0cfff43eaf93): Loading data parts | ||
522 | 2024.09.01 21:00:25.079694 [ 3 ] {844a4ac6-a1ae-466f-afa6-c01635234420} <Debug> oximeter.measurements_histogramu8 (3e39b477-9773-41bc-b066-0cfff43eaf93): There are no data parts | ||
523 | 2024.09.01 21:00:25.104358 [ 3 ] {844a4ac6-a1ae-466f-afa6-c01635234420} <Debug> DynamicQueryHandler: Done processing query | ||
524 | 2024.09.01 21:00:25.104438 [ 3 ] {} <Debug> HTTP-Session: 74edd916-2ddf-49e2-9d4e-efe04972ace3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
525 | 2024.09.01 21:00:25.104604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
526 | 2024.09.01 21:00:25.104662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
527 | 2024.09.01 21:00:25.104682 [ 3 ] {} <Debug> HTTP-Session: 210796b5-abb9-46bb-8827-fd9288e416f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
528 | 2024.09.01 21:00:25.104704 [ 3 ] {} <Debug> HTTP-Session: 210796b5-abb9-46bb-8827-fd9288e416f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.09.01 21:00:25.104718 [ 3 ] {} <Debug> HTTP-Session: 210796b5-abb9-46bb-8827-fd9288e416f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
530 | 2024.09.01 21:00:25.104759 [ 3 ] {} <Trace> HTTP-Session: 210796b5-abb9-46bb-8827-fd9288e416f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
531 | 2024.09.01 21:00:25.105018 [ 3 ] {834395b0-498a-42ef-9f75-490bc4a0c5ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
532 | 2024.09.01 21:00:25.105094 [ 3 ] {834395b0-498a-42ef-9f75-490bc4a0c5ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
533 | 2024.09.01 21:00:25.115434 [ 3 ] {834395b0-498a-42ef-9f75-490bc4a0c5ab} <Debug> oximeter.measurements_histogrami16 (f1c52ca3-266b-4c6a-8ba0-cbde88452775): Loading data parts | ||
534 | 2024.09.01 21:00:25.115614 [ 3 ] {834395b0-498a-42ef-9f75-490bc4a0c5ab} <Debug> oximeter.measurements_histogrami16 (f1c52ca3-266b-4c6a-8ba0-cbde88452775): There are no data parts | ||
535 | 2024.09.01 21:00:25.129325 [ 3 ] {834395b0-498a-42ef-9f75-490bc4a0c5ab} <Debug> DynamicQueryHandler: Done processing query | ||
536 | 2024.09.01 21:00:25.129356 [ 3 ] {} <Debug> HTTP-Session: 210796b5-abb9-46bb-8827-fd9288e416f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
537 | 2024.09.01 21:00:25.129542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
538 | 2024.09.01 21:00:25.129608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
539 | 2024.09.01 21:00:25.129632 [ 3 ] {} <Debug> HTTP-Session: c39f319d-bbf8-496d-a794-aaa602df4eb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
540 | 2024.09.01 21:00:25.129659 [ 3 ] {} <Debug> HTTP-Session: c39f319d-bbf8-496d-a794-aaa602df4eb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.09.01 21:00:25.129682 [ 3 ] {} <Debug> HTTP-Session: c39f319d-bbf8-496d-a794-aaa602df4eb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
542 | 2024.09.01 21:00:25.129718 [ 3 ] {} <Trace> HTTP-Session: c39f319d-bbf8-496d-a794-aaa602df4eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
543 | 2024.09.01 21:00:25.130022 [ 3 ] {694e2a43-2df0-4a07-96bc-30a0301de173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
544 | 2024.09.01 21:00:25.130088 [ 3 ] {694e2a43-2df0-4a07-96bc-30a0301de173} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
545 | 2024.09.01 21:00:25.149376 [ 3 ] {694e2a43-2df0-4a07-96bc-30a0301de173} <Debug> oximeter.measurements_histogramu16 (dd51e692-7c84-4b32-a5f5-07e3a9e5338c): Loading data parts | ||
546 | 2024.09.01 21:00:25.149660 [ 3 ] {694e2a43-2df0-4a07-96bc-30a0301de173} <Debug> oximeter.measurements_histogramu16 (dd51e692-7c84-4b32-a5f5-07e3a9e5338c): There are no data parts | ||
547 | 2024.09.01 21:00:25.164875 [ 3 ] {694e2a43-2df0-4a07-96bc-30a0301de173} <Debug> DynamicQueryHandler: Done processing query | ||
548 | 2024.09.01 21:00:25.164902 [ 3 ] {} <Debug> HTTP-Session: c39f319d-bbf8-496d-a794-aaa602df4eb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
549 | 2024.09.01 21:00:25.165051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
550 | 2024.09.01 21:00:25.165109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
551 | 2024.09.01 21:00:25.165128 [ 3 ] {} <Debug> HTTP-Session: 7c8a5a53-1938-476a-befc-1af4245fbd2a Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
552 | 2024.09.01 21:00:25.165150 [ 3 ] {} <Debug> HTTP-Session: 7c8a5a53-1938-476a-befc-1af4245fbd2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.09.01 21:00:25.165169 [ 3 ] {} <Debug> HTTP-Session: 7c8a5a53-1938-476a-befc-1af4245fbd2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
554 | 2024.09.01 21:00:25.165199 [ 3 ] {} <Trace> HTTP-Session: 7c8a5a53-1938-476a-befc-1af4245fbd2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
555 | 2024.09.01 21:00:25.165457 [ 3 ] {2f91f63b-ec12-4a94-8b95-bf569504a654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
556 | 2024.09.01 21:00:25.165524 [ 3 ] {2f91f63b-ec12-4a94-8b95-bf569504a654} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
557 | 2024.09.01 21:00:25.187981 [ 3 ] {2f91f63b-ec12-4a94-8b95-bf569504a654} <Debug> oximeter.measurements_histogrami32 (7d12c33d-fca6-400c-b7b7-bbb9b040c188): Loading data parts | ||
558 | 2024.09.01 21:00:25.188214 [ 3 ] {2f91f63b-ec12-4a94-8b95-bf569504a654} <Debug> oximeter.measurements_histogrami32 (7d12c33d-fca6-400c-b7b7-bbb9b040c188): There are no data parts | ||
559 | 2024.09.01 21:00:25.191251 [ 3 ] {2f91f63b-ec12-4a94-8b95-bf569504a654} <Debug> DynamicQueryHandler: Done processing query | ||
560 | 2024.09.01 21:00:25.191277 [ 3 ] {} <Debug> HTTP-Session: 7c8a5a53-1938-476a-befc-1af4245fbd2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
561 | 2024.09.01 21:00:25.191491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
562 | 2024.09.01 21:00:25.191557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
563 | 2024.09.01 21:00:25.191577 [ 3 ] {} <Debug> HTTP-Session: 0403d285-1e8e-4a89-af7c-8469cc58bafc Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
564 | 2024.09.01 21:00:25.191612 [ 3 ] {} <Debug> HTTP-Session: 0403d285-1e8e-4a89-af7c-8469cc58bafc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.09.01 21:00:25.191636 [ 3 ] {} <Debug> HTTP-Session: 0403d285-1e8e-4a89-af7c-8469cc58bafc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
566 | 2024.09.01 21:00:25.191667 [ 3 ] {} <Trace> HTTP-Session: 0403d285-1e8e-4a89-af7c-8469cc58bafc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
567 | 2024.09.01 21:00:25.191938 [ 3 ] {3c0af2d8-d08b-481f-8c90-172d488d7fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
568 | 2024.09.01 21:00:25.192020 [ 3 ] {3c0af2d8-d08b-481f-8c90-172d488d7fb4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
569 | 2024.09.01 21:00:25.213983 [ 3 ] {3c0af2d8-d08b-481f-8c90-172d488d7fb4} <Debug> oximeter.measurements_histogramu32 (2f1cb0d9-fc82-42a2-afc0-86dac2f56984): Loading data parts | ||
570 | 2024.09.01 21:00:25.214239 [ 3 ] {3c0af2d8-d08b-481f-8c90-172d488d7fb4} <Debug> oximeter.measurements_histogramu32 (2f1cb0d9-fc82-42a2-afc0-86dac2f56984): There are no data parts | ||
571 | 2024.09.01 21:00:25.225398 [ 3 ] {3c0af2d8-d08b-481f-8c90-172d488d7fb4} <Debug> DynamicQueryHandler: Done processing query | ||
572 | 2024.09.01 21:00:25.225433 [ 3 ] {} <Debug> HTTP-Session: 0403d285-1e8e-4a89-af7c-8469cc58bafc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
573 | 2024.09.01 21:00:25.225612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
574 | 2024.09.01 21:00:25.225690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
575 | 2024.09.01 21:00:25.225712 [ 3 ] {} <Debug> HTTP-Session: 4629ce5a-cbfe-4090-90fc-92619bce6b0a Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
576 | 2024.09.01 21:00:25.225738 [ 3 ] {} <Debug> HTTP-Session: 4629ce5a-cbfe-4090-90fc-92619bce6b0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.09.01 21:00:25.225761 [ 3 ] {} <Debug> HTTP-Session: 4629ce5a-cbfe-4090-90fc-92619bce6b0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
578 | 2024.09.01 21:00:25.225796 [ 3 ] {} <Trace> HTTP-Session: 4629ce5a-cbfe-4090-90fc-92619bce6b0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
579 | 2024.09.01 21:00:25.226077 [ 3 ] {727c9186-caee-4b63-8f2d-23c6a0f2ae31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
580 | 2024.09.01 21:00:25.226154 [ 3 ] {727c9186-caee-4b63-8f2d-23c6a0f2ae31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
581 | 2024.09.01 21:00:25.240783 [ 3 ] {727c9186-caee-4b63-8f2d-23c6a0f2ae31} <Debug> oximeter.measurements_histogrami64 (47c4b17d-cdde-4933-939c-be78f1ce593e): Loading data parts | ||
582 | 2024.09.01 21:00:25.240966 [ 3 ] {727c9186-caee-4b63-8f2d-23c6a0f2ae31} <Debug> oximeter.measurements_histogrami64 (47c4b17d-cdde-4933-939c-be78f1ce593e): There are no data parts | ||
583 | 2024.09.01 21:00:25.264524 [ 3 ] {727c9186-caee-4b63-8f2d-23c6a0f2ae31} <Debug> DynamicQueryHandler: Done processing query | ||
584 | 2024.09.01 21:00:25.264555 [ 3 ] {} <Debug> HTTP-Session: 4629ce5a-cbfe-4090-90fc-92619bce6b0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
585 | 2024.09.01 21:00:25.264741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
586 | 2024.09.01 21:00:25.264807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
587 | 2024.09.01 21:00:25.264831 [ 3 ] {} <Debug> HTTP-Session: 74f11ca1-9e47-4818-b24c-c4408d958638 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
588 | 2024.09.01 21:00:25.264860 [ 3 ] {} <Debug> HTTP-Session: 74f11ca1-9e47-4818-b24c-c4408d958638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.09.01 21:00:25.264883 [ 3 ] {} <Debug> HTTP-Session: 74f11ca1-9e47-4818-b24c-c4408d958638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
590 | 2024.09.01 21:00:25.264919 [ 3 ] {} <Trace> HTTP-Session: 74f11ca1-9e47-4818-b24c-c4408d958638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
591 | 2024.09.01 21:00:25.265187 [ 3 ] {bb70e9c8-2aa6-4907-a784-983b0db89640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
592 | 2024.09.01 21:00:25.265254 [ 3 ] {bb70e9c8-2aa6-4907-a784-983b0db89640} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
593 | 2024.09.01 21:00:25.280570 [ 3 ] {bb70e9c8-2aa6-4907-a784-983b0db89640} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Loading data parts | ||
594 | 2024.09.01 21:00:25.280716 [ 3 ] {bb70e9c8-2aa6-4907-a784-983b0db89640} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): There are no data parts | ||
595 | 2024.09.01 21:00:25.301882 [ 3 ] {bb70e9c8-2aa6-4907-a784-983b0db89640} <Debug> DynamicQueryHandler: Done processing query | ||
596 | 2024.09.01 21:00:25.301908 [ 3 ] {} <Debug> HTTP-Session: 74f11ca1-9e47-4818-b24c-c4408d958638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
597 | 2024.09.01 21:00:25.302083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
598 | 2024.09.01 21:00:25.302143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
599 | 2024.09.01 21:00:25.302171 [ 3 ] {} <Debug> HTTP-Session: a2297639-2ae4-4f23-ab0c-df259bfabaad Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
600 | 2024.09.01 21:00:25.302188 [ 3 ] {} <Debug> HTTP-Session: a2297639-2ae4-4f23-ab0c-df259bfabaad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.09.01 21:00:25.302212 [ 3 ] {} <Debug> HTTP-Session: a2297639-2ae4-4f23-ab0c-df259bfabaad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
602 | 2024.09.01 21:00:25.302247 [ 3 ] {} <Trace> HTTP-Session: a2297639-2ae4-4f23-ab0c-df259bfabaad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
603 | 2024.09.01 21:00:25.302495 [ 3 ] {1d2f683b-9a8c-49d9-8e30-f0c64cb9025b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
604 | 2024.09.01 21:00:25.302562 [ 3 ] {1d2f683b-9a8c-49d9-8e30-f0c64cb9025b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
605 | 2024.09.01 21:00:25.306489 [ 3 ] {1d2f683b-9a8c-49d9-8e30-f0c64cb9025b} <Debug> oximeter.measurements_histogramf32 (e1b9cf99-1e91-49bd-a9d2-a9571a7f558a): Loading data parts | ||
606 | 2024.09.01 21:00:25.306626 [ 3 ] {1d2f683b-9a8c-49d9-8e30-f0c64cb9025b} <Debug> oximeter.measurements_histogramf32 (e1b9cf99-1e91-49bd-a9d2-a9571a7f558a): There are no data parts | ||
607 | 2024.09.01 21:00:25.318102 [ 3 ] {1d2f683b-9a8c-49d9-8e30-f0c64cb9025b} <Debug> DynamicQueryHandler: Done processing query | ||
608 | 2024.09.01 21:00:25.318129 [ 3 ] {} <Debug> HTTP-Session: a2297639-2ae4-4f23-ab0c-df259bfabaad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
609 | 2024.09.01 21:00:25.318276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
610 | 2024.09.01 21:00:25.318332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
611 | 2024.09.01 21:00:25.318360 [ 3 ] {} <Debug> HTTP-Session: 8f7a931a-a006-48e1-9dd4-40c0aa825222 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
612 | 2024.09.01 21:00:25.318377 [ 3 ] {} <Debug> HTTP-Session: 8f7a931a-a006-48e1-9dd4-40c0aa825222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.09.01 21:00:25.318398 [ 3 ] {} <Debug> HTTP-Session: 8f7a931a-a006-48e1-9dd4-40c0aa825222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
614 | 2024.09.01 21:00:25.318434 [ 3 ] {} <Trace> HTTP-Session: 8f7a931a-a006-48e1-9dd4-40c0aa825222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
615 | 2024.09.01 21:00:25.318686 [ 3 ] {5515120d-3150-465e-a81e-0034e2bc3d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
616 | 2024.09.01 21:00:25.318763 [ 3 ] {5515120d-3150-465e-a81e-0034e2bc3d95} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
617 | 2024.09.01 21:00:25.331296 [ 3 ] {5515120d-3150-465e-a81e-0034e2bc3d95} <Debug> oximeter.measurements_histogramf64 (19f523e8-cd3b-4d75-a3d2-b816ee3740d9): Loading data parts | ||
618 | 2024.09.01 21:00:25.331518 [ 3 ] {5515120d-3150-465e-a81e-0034e2bc3d95} <Debug> oximeter.measurements_histogramf64 (19f523e8-cd3b-4d75-a3d2-b816ee3740d9): There are no data parts | ||
619 | 2024.09.01 21:00:25.343023 [ 3 ] {5515120d-3150-465e-a81e-0034e2bc3d95} <Debug> DynamicQueryHandler: Done processing query | ||
620 | 2024.09.01 21:00:25.343058 [ 3 ] {} <Debug> HTTP-Session: 8f7a931a-a006-48e1-9dd4-40c0aa825222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
621 | 2024.09.01 21:00:25.343219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
622 | 2024.09.01 21:00:25.343276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
623 | 2024.09.01 21:00:25.343301 [ 3 ] {} <Debug> HTTP-Session: 60ff5738-889b-4220-b2a9-3fad3d0063fc Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
624 | 2024.09.01 21:00:25.343317 [ 3 ] {} <Debug> HTTP-Session: 60ff5738-889b-4220-b2a9-3fad3d0063fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.09.01 21:00:25.343344 [ 3 ] {} <Debug> HTTP-Session: 60ff5738-889b-4220-b2a9-3fad3d0063fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
626 | 2024.09.01 21:00:25.343380 [ 3 ] {} <Trace> HTTP-Session: 60ff5738-889b-4220-b2a9-3fad3d0063fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
627 | 2024.09.01 21:00:25.343576 [ 3 ] {59c0ec46-c6bb-4da2-ad2c-299fdb418ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) /* The field tables store named dimensions of each timeseries. | ||
628 | * | ||
629 | * As with the measurement tables, there is one field table for each field data | ||
630 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
631 | * this behavior **must not** be relied upon for query correctness. | ||
632 | * | ||
633 | * The index for the fields differs from the measurements, however. Rows are | ||
634 | * sorted by timeseries name, then field name, field value, and finally | ||
635 | * timeseries key. This reflects the most common pattern for looking them up: | ||
636 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
637 | * usually then used to look up measurements. | ||
638 | * | ||
639 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
640 | * timeseries name and then key, since it would improve lookups where one | ||
641 | * already has the key. Realistically though, these tables are quite small and | ||
642 | * so performance benefits will be low in absolute terms. | ||
643 | * | ||
644 | * TTL: We use a materialized column to expire old field table records. This | ||
645 | * column is generated automatically by the database whenever a new row is | ||
646 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
647 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
648 | * record will remain during a deduplication, which will have the last | ||
649 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
650 | * measurement tables. | ||
651 | */ | ||
652 | 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) | ||
653 | 2024.09.01 21:00:25.343650 [ 3 ] {59c0ec46-c6bb-4da2-ad2c-299fdb418ff7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
654 | 2024.09.01 21:00:25.365867 [ 3 ] {59c0ec46-c6bb-4da2-ad2c-299fdb418ff7} <Debug> oximeter.fields_bool (e4a422ee-25b7-468e-baa9-df429db641da): Loading data parts | ||
655 | 2024.09.01 21:00:25.366105 [ 3 ] {59c0ec46-c6bb-4da2-ad2c-299fdb418ff7} <Debug> oximeter.fields_bool (e4a422ee-25b7-468e-baa9-df429db641da): There are no data parts | ||
656 | 2024.09.01 21:00:25.381411 [ 3 ] {59c0ec46-c6bb-4da2-ad2c-299fdb418ff7} <Debug> DynamicQueryHandler: Done processing query | ||
657 | 2024.09.01 21:00:25.381443 [ 3 ] {} <Debug> HTTP-Session: 60ff5738-889b-4220-b2a9-3fad3d0063fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
658 | 2024.09.01 21:00:25.381625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
659 | 2024.09.01 21:00:25.381695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
660 | 2024.09.01 21:00:25.381719 [ 3 ] {} <Debug> HTTP-Session: e4d3fcd4-0c6a-44da-8ce4-d0d806b07f57 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
661 | 2024.09.01 21:00:25.381748 [ 3 ] {} <Debug> HTTP-Session: e4d3fcd4-0c6a-44da-8ce4-d0d806b07f57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
662 | 2024.09.01 21:00:25.381773 [ 3 ] {} <Debug> HTTP-Session: e4d3fcd4-0c6a-44da-8ce4-d0d806b07f57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
663 | 2024.09.01 21:00:25.381811 [ 3 ] {} <Trace> HTTP-Session: e4d3fcd4-0c6a-44da-8ce4-d0d806b07f57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
664 | 2024.09.01 21:00:25.382034 [ 3 ] {6bb6a798-ef05-4976-ba39-220a2e3aa842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
665 | 2024.09.01 21:00:25.382090 [ 3 ] {6bb6a798-ef05-4976-ba39-220a2e3aa842} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
666 | 2024.09.01 21:00:25.402612 [ 3 ] {6bb6a798-ef05-4976-ba39-220a2e3aa842} <Debug> oximeter.fields_i8 (6b50056f-9542-4f79-8b9a-9db6273ad901): Loading data parts | ||
667 | 2024.09.01 21:00:25.402801 [ 3 ] {6bb6a798-ef05-4976-ba39-220a2e3aa842} <Debug> oximeter.fields_i8 (6b50056f-9542-4f79-8b9a-9db6273ad901): There are no data parts | ||
668 | 2024.09.01 21:00:25.408901 [ 3 ] {6bb6a798-ef05-4976-ba39-220a2e3aa842} <Debug> DynamicQueryHandler: Done processing query | ||
669 | 2024.09.01 21:00:25.408946 [ 3 ] {} <Debug> HTTP-Session: e4d3fcd4-0c6a-44da-8ce4-d0d806b07f57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.09.01 21:00:25.409095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
671 | 2024.09.01 21:00:25.409159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
672 | 2024.09.01 21:00:25.409187 [ 3 ] {} <Debug> HTTP-Session: d0521d84-69f6-4bfa-8613-9504554c808d Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
673 | 2024.09.01 21:00:25.409203 [ 3 ] {} <Debug> HTTP-Session: d0521d84-69f6-4bfa-8613-9504554c808d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
674 | 2024.09.01 21:00:25.409224 [ 3 ] {} <Debug> HTTP-Session: d0521d84-69f6-4bfa-8613-9504554c808d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
675 | 2024.09.01 21:00:25.409262 [ 3 ] {} <Trace> HTTP-Session: d0521d84-69f6-4bfa-8613-9504554c808d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
676 | 2024.09.01 21:00:25.409440 [ 3 ] {46795a17-d095-4181-8cbc-0daaa7dd3834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
677 | 2024.09.01 21:00:25.409499 [ 3 ] {46795a17-d095-4181-8cbc-0daaa7dd3834} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
678 | 2024.09.01 21:00:25.444872 [ 3 ] {46795a17-d095-4181-8cbc-0daaa7dd3834} <Debug> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Loading data parts | ||
679 | 2024.09.01 21:00:25.445041 [ 3 ] {46795a17-d095-4181-8cbc-0daaa7dd3834} <Debug> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): There are no data parts | ||
680 | 2024.09.01 21:00:25.456162 [ 3 ] {46795a17-d095-4181-8cbc-0daaa7dd3834} <Debug> DynamicQueryHandler: Done processing query | ||
681 | 2024.09.01 21:00:25.456207 [ 3 ] {} <Debug> HTTP-Session: d0521d84-69f6-4bfa-8613-9504554c808d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.09.01 21:00:25.456336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
683 | 2024.09.01 21:00:25.456394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
684 | 2024.09.01 21:00:25.456421 [ 3 ] {} <Debug> HTTP-Session: b92b6d32-38f1-46ee-881e-9038978861a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
685 | 2024.09.01 21:00:25.456437 [ 3 ] {} <Debug> HTTP-Session: b92b6d32-38f1-46ee-881e-9038978861a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
686 | 2024.09.01 21:00:25.456462 [ 3 ] {} <Debug> HTTP-Session: b92b6d32-38f1-46ee-881e-9038978861a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
687 | 2024.09.01 21:00:25.456510 [ 3 ] {} <Trace> HTTP-Session: b92b6d32-38f1-46ee-881e-9038978861a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
688 | 2024.09.01 21:00:25.456704 [ 3 ] {ccc08ffb-88a5-4779-b934-a8497a37c9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
689 | 2024.09.01 21:00:25.456757 [ 3 ] {ccc08ffb-88a5-4779-b934-a8497a37c9d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
690 | 2024.09.01 21:00:25.480888 [ 3 ] {ccc08ffb-88a5-4779-b934-a8497a37c9d0} <Debug> oximeter.fields_i16 (cc58f5f6-fa91-463a-9b8a-e46273f86b57): Loading data parts | ||
691 | 2024.09.01 21:00:25.481072 [ 3 ] {ccc08ffb-88a5-4779-b934-a8497a37c9d0} <Debug> oximeter.fields_i16 (cc58f5f6-fa91-463a-9b8a-e46273f86b57): There are no data parts | ||
692 | 2024.09.01 21:00:25.509821 [ 3 ] {ccc08ffb-88a5-4779-b934-a8497a37c9d0} <Debug> DynamicQueryHandler: Done processing query | ||
693 | 2024.09.01 21:00:25.509859 [ 3 ] {} <Debug> HTTP-Session: b92b6d32-38f1-46ee-881e-9038978861a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.09.01 21:00:25.510021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
695 | 2024.09.01 21:00:25.510079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
696 | 2024.09.01 21:00:25.510106 [ 3 ] {} <Debug> HTTP-Session: 7ba5c69b-319b-44ec-a87d-b9ef9ba1025d Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
697 | 2024.09.01 21:00:25.510125 [ 3 ] {} <Debug> HTTP-Session: 7ba5c69b-319b-44ec-a87d-b9ef9ba1025d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
698 | 2024.09.01 21:00:25.510146 [ 3 ] {} <Debug> HTTP-Session: 7ba5c69b-319b-44ec-a87d-b9ef9ba1025d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
699 | 2024.09.01 21:00:25.510182 [ 3 ] {} <Trace> HTTP-Session: 7ba5c69b-319b-44ec-a87d-b9ef9ba1025d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
700 | 2024.09.01 21:00:25.510365 [ 3 ] {018ae23f-7511-4ad2-80c3-fa38076005e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
701 | 2024.09.01 21:00:25.510416 [ 3 ] {018ae23f-7511-4ad2-80c3-fa38076005e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
702 | 2024.09.01 21:00:25.531915 [ 3 ] {018ae23f-7511-4ad2-80c3-fa38076005e3} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Loading data parts | ||
703 | 2024.09.01 21:00:25.532164 [ 3 ] {018ae23f-7511-4ad2-80c3-fa38076005e3} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): There are no data parts | ||
704 | 2024.09.01 21:00:25.537889 [ 3 ] {018ae23f-7511-4ad2-80c3-fa38076005e3} <Debug> DynamicQueryHandler: Done processing query | ||
705 | 2024.09.01 21:00:25.537992 [ 3 ] {} <Debug> HTTP-Session: 7ba5c69b-319b-44ec-a87d-b9ef9ba1025d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.09.01 21:00:25.538145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
707 | 2024.09.01 21:00:25.538200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
708 | 2024.09.01 21:00:25.538229 [ 3 ] {} <Debug> HTTP-Session: 0b433d18-25f1-4ec5-a8bf-6455775d448a Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
709 | 2024.09.01 21:00:25.538252 [ 3 ] {} <Debug> HTTP-Session: 0b433d18-25f1-4ec5-a8bf-6455775d448a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
710 | 2024.09.01 21:00:25.538266 [ 3 ] {} <Debug> HTTP-Session: 0b433d18-25f1-4ec5-a8bf-6455775d448a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
711 | 2024.09.01 21:00:25.538306 [ 3 ] {} <Trace> HTTP-Session: 0b433d18-25f1-4ec5-a8bf-6455775d448a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
712 | 2024.09.01 21:00:25.538505 [ 3 ] {84aa2742-2e8c-4135-a5dd-27091c950dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
713 | 2024.09.01 21:00:25.538566 [ 3 ] {84aa2742-2e8c-4135-a5dd-27091c950dd5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
714 | 2024.09.01 21:00:25.559895 [ 3 ] {84aa2742-2e8c-4135-a5dd-27091c950dd5} <Debug> oximeter.fields_i32 (3ca66399-694b-460b-97cc-82086d366a0d): Loading data parts | ||
715 | 2024.09.01 21:00:25.560267 [ 3 ] {84aa2742-2e8c-4135-a5dd-27091c950dd5} <Debug> oximeter.fields_i32 (3ca66399-694b-460b-97cc-82086d366a0d): There are no data parts | ||
716 | 2024.09.01 21:00:25.565594 [ 3 ] {84aa2742-2e8c-4135-a5dd-27091c950dd5} <Debug> DynamicQueryHandler: Done processing query | ||
717 | 2024.09.01 21:00:25.565647 [ 3 ] {} <Debug> HTTP-Session: 0b433d18-25f1-4ec5-a8bf-6455775d448a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.09.01 21:00:25.565925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
719 | 2024.09.01 21:00:25.566037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
720 | 2024.09.01 21:00:25.566064 [ 3 ] {} <Debug> HTTP-Session: ebbef117-121e-49bc-9c9c-f3bb3b84732f Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
721 | 2024.09.01 21:00:25.566104 [ 3 ] {} <Debug> HTTP-Session: ebbef117-121e-49bc-9c9c-f3bb3b84732f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
722 | 2024.09.01 21:00:25.566127 [ 3 ] {} <Debug> HTTP-Session: ebbef117-121e-49bc-9c9c-f3bb3b84732f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
723 | 2024.09.01 21:00:25.566166 [ 3 ] {} <Trace> HTTP-Session: ebbef117-121e-49bc-9c9c-f3bb3b84732f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
724 | 2024.09.01 21:00:25.566377 [ 3 ] {f2374b4c-b367-4b15-ad48-3b410e811f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
725 | 2024.09.01 21:00:25.566441 [ 3 ] {f2374b4c-b367-4b15-ad48-3b410e811f0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
726 | 2024.09.01 21:00:25.590631 [ 3 ] {f2374b4c-b367-4b15-ad48-3b410e811f0f} <Debug> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Loading data parts | ||
727 | 2024.09.01 21:00:25.590838 [ 3 ] {f2374b4c-b367-4b15-ad48-3b410e811f0f} <Debug> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): There are no data parts | ||
728 | 2024.09.01 21:00:25.615546 [ 3 ] {f2374b4c-b367-4b15-ad48-3b410e811f0f} <Debug> DynamicQueryHandler: Done processing query | ||
729 | 2024.09.01 21:00:25.615578 [ 3 ] {} <Debug> HTTP-Session: ebbef117-121e-49bc-9c9c-f3bb3b84732f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.09.01 21:00:25.615802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
731 | 2024.09.01 21:00:25.615877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
732 | 2024.09.01 21:00:25.615900 [ 3 ] {} <Debug> HTTP-Session: 65ac42e3-8d25-42b7-8718-675592b94591 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
733 | 2024.09.01 21:00:25.615934 [ 3 ] {} <Debug> HTTP-Session: 65ac42e3-8d25-42b7-8718-675592b94591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
734 | 2024.09.01 21:00:25.615964 [ 3 ] {} <Debug> HTTP-Session: 65ac42e3-8d25-42b7-8718-675592b94591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
735 | 2024.09.01 21:00:25.615996 [ 3 ] {} <Trace> HTTP-Session: 65ac42e3-8d25-42b7-8718-675592b94591 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
736 | 2024.09.01 21:00:25.616178 [ 3 ] {6c1f2912-3902-4920-bc40-6f985b6a0b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
737 | 2024.09.01 21:00:25.616302 [ 3 ] {6c1f2912-3902-4920-bc40-6f985b6a0b37} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
738 | 2024.09.01 21:00:25.636280 [ 3 ] {6c1f2912-3902-4920-bc40-6f985b6a0b37} <Debug> oximeter.fields_i64 (8814092c-d7e8-450a-b19c-b02d6a786219): Loading data parts | ||
739 | 2024.09.01 21:00:25.636542 [ 3 ] {6c1f2912-3902-4920-bc40-6f985b6a0b37} <Debug> oximeter.fields_i64 (8814092c-d7e8-450a-b19c-b02d6a786219): There are no data parts | ||
740 | 2024.09.01 21:00:25.642916 [ 3 ] {6c1f2912-3902-4920-bc40-6f985b6a0b37} <Debug> DynamicQueryHandler: Done processing query | ||
741 | 2024.09.01 21:00:25.642943 [ 3 ] {} <Debug> HTTP-Session: 65ac42e3-8d25-42b7-8718-675592b94591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.09.01 21:00:25.643071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
743 | 2024.09.01 21:00:25.643134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
744 | 2024.09.01 21:00:25.643155 [ 3 ] {} <Debug> HTTP-Session: a0e66855-9018-4d93-98fe-bf43a73b5de7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
745 | 2024.09.01 21:00:25.643171 [ 3 ] {} <Debug> HTTP-Session: a0e66855-9018-4d93-98fe-bf43a73b5de7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
746 | 2024.09.01 21:00:25.643196 [ 3 ] {} <Debug> HTTP-Session: a0e66855-9018-4d93-98fe-bf43a73b5de7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
747 | 2024.09.01 21:00:25.643228 [ 3 ] {} <Trace> HTTP-Session: a0e66855-9018-4d93-98fe-bf43a73b5de7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
748 | 2024.09.01 21:00:25.643402 [ 3 ] {b9392f3b-66b7-4215-8d60-19293b2d2cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
749 | 2024.09.01 21:00:25.643448 [ 3 ] {b9392f3b-66b7-4215-8d60-19293b2d2cc3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
750 | 2024.09.01 21:00:25.667801 [ 3 ] {b9392f3b-66b7-4215-8d60-19293b2d2cc3} <Debug> oximeter.fields_u64 (09fef93e-db8b-4604-ba42-2813117f9994): Loading data parts | ||
751 | 2024.09.01 21:00:25.667995 [ 3 ] {b9392f3b-66b7-4215-8d60-19293b2d2cc3} <Debug> oximeter.fields_u64 (09fef93e-db8b-4604-ba42-2813117f9994): There are no data parts | ||
752 | 2024.09.01 21:00:25.703006 [ 3 ] {b9392f3b-66b7-4215-8d60-19293b2d2cc3} <Debug> DynamicQueryHandler: Done processing query | ||
753 | 2024.09.01 21:00:25.703033 [ 3 ] {} <Debug> HTTP-Session: a0e66855-9018-4d93-98fe-bf43a73b5de7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.09.01 21:00:25.703157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
755 | 2024.09.01 21:00:25.703206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
756 | 2024.09.01 21:00:25.703225 [ 3 ] {} <Debug> HTTP-Session: 8f71afb0-0438-47d2-8956-31cb88d47a20 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
757 | 2024.09.01 21:00:25.703242 [ 3 ] {} <Debug> HTTP-Session: 8f71afb0-0438-47d2-8956-31cb88d47a20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
758 | 2024.09.01 21:00:25.703257 [ 3 ] {} <Debug> HTTP-Session: 8f71afb0-0438-47d2-8956-31cb88d47a20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
759 | 2024.09.01 21:00:25.703295 [ 3 ] {} <Trace> HTTP-Session: 8f71afb0-0438-47d2-8956-31cb88d47a20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
760 | 2024.09.01 21:00:25.703474 [ 3 ] {81cadf7a-9721-4855-844d-bbff5e46f4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
761 | 2024.09.01 21:00:25.703524 [ 3 ] {81cadf7a-9721-4855-844d-bbff5e46f4ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
762 | 2024.09.01 21:00:25.720142 [ 3 ] {81cadf7a-9721-4855-844d-bbff5e46f4ed} <Debug> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Loading data parts | ||
763 | 2024.09.01 21:00:25.720345 [ 3 ] {81cadf7a-9721-4855-844d-bbff5e46f4ed} <Debug> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): There are no data parts | ||
764 | 2024.09.01 21:00:25.730196 [ 3 ] {81cadf7a-9721-4855-844d-bbff5e46f4ed} <Debug> DynamicQueryHandler: Done processing query | ||
765 | 2024.09.01 21:00:25.730258 [ 3 ] {} <Debug> HTTP-Session: 8f71afb0-0438-47d2-8956-31cb88d47a20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.09.01 21:00:25.730466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
767 | 2024.09.01 21:00:25.730560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
768 | 2024.09.01 21:00:25.730599 [ 3 ] {} <Debug> HTTP-Session: 285a9543-0582-4d7f-b64b-e525808c9ffa Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
769 | 2024.09.01 21:00:25.730631 [ 3 ] {} <Debug> HTTP-Session: 285a9543-0582-4d7f-b64b-e525808c9ffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
770 | 2024.09.01 21:00:25.730658 [ 3 ] {} <Debug> HTTP-Session: 285a9543-0582-4d7f-b64b-e525808c9ffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
771 | 2024.09.01 21:00:25.730719 [ 3 ] {} <Trace> HTTP-Session: 285a9543-0582-4d7f-b64b-e525808c9ffa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
772 | 2024.09.01 21:00:25.731052 [ 3 ] {13a59e2a-e90c-44c6-a667-f4e9fa365d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
773 | 2024.09.01 21:00:25.731096 [ 3 ] {13a59e2a-e90c-44c6-a667-f4e9fa365d7a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
774 | 2024.09.01 21:00:25.745367 [ 3 ] {13a59e2a-e90c-44c6-a667-f4e9fa365d7a} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Loading data parts | ||
775 | 2024.09.01 21:00:25.745562 [ 3 ] {13a59e2a-e90c-44c6-a667-f4e9fa365d7a} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): There are no data parts | ||
776 | 2024.09.01 21:00:25.766756 [ 3 ] {13a59e2a-e90c-44c6-a667-f4e9fa365d7a} <Debug> DynamicQueryHandler: Done processing query | ||
777 | 2024.09.01 21:00:25.766810 [ 3 ] {} <Debug> HTTP-Session: 285a9543-0582-4d7f-b64b-e525808c9ffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.09.01 21:00:25.767008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
779 | 2024.09.01 21:00:25.767063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
780 | 2024.09.01 21:00:25.767082 [ 3 ] {} <Debug> HTTP-Session: 592ea64c-d9b4-4677-a610-34c56343b048 Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
781 | 2024.09.01 21:00:25.767099 [ 3 ] {} <Debug> HTTP-Session: 592ea64c-d9b4-4677-a610-34c56343b048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
782 | 2024.09.01 21:00:25.767114 [ 3 ] {} <Debug> HTTP-Session: 592ea64c-d9b4-4677-a610-34c56343b048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
783 | 2024.09.01 21:00:25.767144 [ 3 ] {} <Trace> HTTP-Session: 592ea64c-d9b4-4677-a610-34c56343b048 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
784 | 2024.09.01 21:00:25.767317 [ 3 ] {5fb7dec2-813f-4e38-84e8-b5300e8b205c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) 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) | ||
785 | 2024.09.01 21:00:25.767361 [ 3 ] {5fb7dec2-813f-4e38-84e8-b5300e8b205c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
786 | 2024.09.01 21:00:25.781611 [ 3 ] {5fb7dec2-813f-4e38-84e8-b5300e8b205c} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Loading data parts | ||
787 | 2024.09.01 21:00:25.781787 [ 3 ] {5fb7dec2-813f-4e38-84e8-b5300e8b205c} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): There are no data parts | ||
788 | 2024.09.01 21:00:25.805963 [ 3 ] {5fb7dec2-813f-4e38-84e8-b5300e8b205c} <Debug> DynamicQueryHandler: Done processing query | ||
789 | 2024.09.01 21:00:25.805992 [ 3 ] {} <Debug> HTTP-Session: 592ea64c-d9b4-4677-a610-34c56343b048 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.09.01 21:00:25.806116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
791 | 2024.09.01 21:00:25.806164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
792 | 2024.09.01 21:00:25.806183 [ 3 ] {} <Debug> HTTP-Session: 2eb47691-e684-4750-bfb6-6edebdf7788d Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
793 | 2024.09.01 21:00:25.806200 [ 3 ] {} <Debug> HTTP-Session: 2eb47691-e684-4750-bfb6-6edebdf7788d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
794 | 2024.09.01 21:00:25.806213 [ 3 ] {} <Debug> HTTP-Session: 2eb47691-e684-4750-bfb6-6edebdf7788d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
795 | 2024.09.01 21:00:25.806244 [ 3 ] {} <Trace> HTTP-Session: 2eb47691-e684-4750-bfb6-6edebdf7788d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
796 | 2024.09.01 21:00:25.806455 [ 3 ] {5dfb5ff0-0baf-487d-9cdb-fb9162d647f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) /* The timeseries schema table stores the extracted schema for the samples | ||
797 | * oximeter collects. | ||
798 | */ | ||
799 | 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) | ||
800 | 2024.09.01 21:00:25.806514 [ 3 ] {5dfb5ff0-0baf-487d-9cdb-fb9162d647f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
801 | 2024.09.01 21:00:25.822933 [ 3 ] {5dfb5ff0-0baf-487d-9cdb-fb9162d647f0} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Loading data parts | ||
802 | 2024.09.01 21:00:25.823109 [ 3 ] {5dfb5ff0-0baf-487d-9cdb-fb9162d647f0} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): There are no data parts | ||
803 | 2024.09.01 21:00:25.833138 [ 3 ] {5dfb5ff0-0baf-487d-9cdb-fb9162d647f0} <Debug> DynamicQueryHandler: Done processing query | ||
804 | 2024.09.01 21:00:25.833169 [ 3 ] {} <Debug> HTTP-Session: 2eb47691-e684-4750-bfb6-6edebdf7788d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
805 | 2024.09.01 21:00:25.833311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61298, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
806 | 2024.09.01 21:00:25.833371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
807 | 2024.09.01 21:00:25.833396 [ 3 ] {} <Debug> HTTP-Session: 95d8681b-1838-4127-9bec-0d3e3541bf7c Authenticating user 'default' from [fd00:1122:3344:101::d]:61298 | ||
808 | 2024.09.01 21:00:25.833416 [ 3 ] {} <Debug> HTTP-Session: 95d8681b-1838-4127-9bec-0d3e3541bf7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
809 | 2024.09.01 21:00:25.833434 [ 3 ] {} <Debug> HTTP-Session: 95d8681b-1838-4127-9bec-0d3e3541bf7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
810 | 2024.09.01 21:00:25.833471 [ 3 ] {} <Trace> HTTP-Session: 95d8681b-1838-4127-9bec-0d3e3541bf7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
811 | 2024.09.01 21:00:25.833663 [ 3 ] {84919bb5-541d-421a-8dbd-d2a1a15c9a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61298) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
812 | 2024.09.01 21:00:25.835513 [ 3 ] {84919bb5-541d-421a-8dbd-d2a1a15c9a65} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
813 | 2024.09.01 21:00:25.841427 [ 3 ] {84919bb5-541d-421a-8dbd-d2a1a15c9a65} <Trace> oximeter.version (19f90c57-d85a-4c14-b0fe-5f11a374171c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
814 | 2024.09.01 21:00:25.841468 [ 3 ] {84919bb5-541d-421a-8dbd-d2a1a15c9a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. | ||
815 | 2024.09.01 21:00:25.846169 [ 3 ] {84919bb5-541d-421a-8dbd-d2a1a15c9a65} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
816 | 2024.09.01 21:00:25.847235 [ 3 ] {84919bb5-541d-421a-8dbd-d2a1a15c9a65} <Trace> oximeter.version (19f90c57-d85a-4c14-b0fe-5f11a374171c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
817 | 2024.09.01 21:00:25.847506 [ 3 ] {84919bb5-541d-421a-8dbd-d2a1a15c9a65} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013931 sec., 71.78235589692054 rows/sec., 1.12 KiB/sec. | ||
818 | 2024.09.01 21:00:25.847675 [ 3 ] {84919bb5-541d-421a-8dbd-d2a1a15c9a65} <Debug> DynamicQueryHandler: Done processing query | ||
819 | 2024.09.01 21:00:25.847700 [ 3 ] {84919bb5-541d-421a-8dbd-d2a1a15c9a65} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
820 | 2024.09.01 21:00:25.847716 [ 3 ] {} <Debug> HTTP-Session: 95d8681b-1838-4127-9bec-0d3e3541bf7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
821 | 2024.09.01 21:00:26.001133 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.53 MiB, peak 174.67 MiB, free memory in arenas 0.00 B, will set to 171.66 MiB (RSS), difference: 2.13 MiB | ||
822 | 2024.09.01 21:00:39.015369 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
823 | 2024.09.01 21:00:39.015436 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
824 | 2024.09.01 21:00:50.863278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
825 | 2024.09.01 21:00:50.863421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
826 | 2024.09.01 21:00:50.863457 [ 3 ] {} <Debug> HTTP-Session: b39ddf96-fc36-46e9-a22a-ebf916b0e7f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
827 | 2024.09.01 21:00:50.863492 [ 3 ] {} <Debug> HTTP-Session: b39ddf96-fc36-46e9-a22a-ebf916b0e7f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.09.01 21:00:50.863512 [ 3 ] {} <Debug> HTTP-Session: b39ddf96-fc36-46e9-a22a-ebf916b0e7f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.09.01 21:00:50.863562 [ 3 ] {} <Trace> HTTP-Session: b39ddf96-fc36-46e9-a22a-ebf916b0e7f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
830 | 2024.09.01 21:00:50.863746 [ 3 ] {d5f278d1-596f-4c2e-9ef1-46949f2d8194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
831 | 2024.09.01 21:00:50.868028 [ 3 ] {d5f278d1-596f-4c2e-9ef1-46949f2d8194} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
832 | 2024.09.01 21:00:50.871988 [ 3 ] {d5f278d1-596f-4c2e-9ef1-46949f2d8194} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
833 | 2024.09.01 21:00:50.894718 [ 3 ] {d5f278d1-596f-4c2e-9ef1-46949f2d8194} <Debug> DynamicQueryHandler: Done processing query | ||
834 | 2024.09.01 21:00:50.894748 [ 3 ] {d5f278d1-596f-4c2e-9ef1-46949f2d8194} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
835 | 2024.09.01 21:00:50.894766 [ 3 ] {} <Debug> HTTP-Session: b39ddf96-fc36-46e9-a22a-ebf916b0e7f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.09.01 21:00:50.923051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
837 | 2024.09.01 21:00:50.923122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
838 | 2024.09.01 21:00:50.923146 [ 3 ] {} <Debug> HTTP-Session: 94179b49-3e9f-4654-94ab-8545868df440 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
839 | 2024.09.01 21:00:50.923166 [ 3 ] {} <Debug> HTTP-Session: 94179b49-3e9f-4654-94ab-8545868df440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
840 | 2024.09.01 21:00:50.923180 [ 3 ] {} <Debug> HTTP-Session: 94179b49-3e9f-4654-94ab-8545868df440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
841 | 2024.09.01 21:00:50.923221 [ 3 ] {} <Trace> HTTP-Session: 94179b49-3e9f-4654-94ab-8545868df440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
842 | 2024.09.01 21:00:50.923406 [ 3 ] {6e9d0005-6e28-4cd6-b38b-807fe2b17d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
843 | 2024.09.01 21:00:50.939027 [ 3 ] {6e9d0005-6e28-4cd6-b38b-807fe2b17d1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
844 | 2024.09.01 21:00:50.939106 [ 3 ] {6e9d0005-6e28-4cd6-b38b-807fe2b17d1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
845 | 2024.09.01 21:00:50.940214 [ 3 ] {6e9d0005-6e28-4cd6-b38b-807fe2b17d1c} <Debug> DynamicQueryHandler: Done processing query | ||
846 | 2024.09.01 21:00:50.940243 [ 3 ] {6e9d0005-6e28-4cd6-b38b-807fe2b17d1c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
847 | 2024.09.01 21:00:50.940260 [ 3 ] {} <Debug> HTTP-Session: 94179b49-3e9f-4654-94ab-8545868df440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.09.01 21:00:50.940612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
849 | 2024.09.01 21:00:50.940669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
850 | 2024.09.01 21:00:50.940690 [ 3 ] {} <Debug> HTTP-Session: 7cebce51-8cd3-41a7-891f-1d5cbfd323ed Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
851 | 2024.09.01 21:00:50.940710 [ 3 ] {} <Debug> HTTP-Session: 7cebce51-8cd3-41a7-891f-1d5cbfd323ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
852 | 2024.09.01 21:00:50.940725 [ 3 ] {} <Debug> HTTP-Session: 7cebce51-8cd3-41a7-891f-1d5cbfd323ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
853 | 2024.09.01 21:00:50.940765 [ 3 ] {} <Trace> HTTP-Session: 7cebce51-8cd3-41a7-891f-1d5cbfd323ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
854 | 2024.09.01 21:00:50.940931 [ 3 ] {f5deecf6-7171-403d-9ec0-710dc16c2425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
855 | 2024.09.01 21:00:50.941349 [ 3 ] {f5deecf6-7171-403d-9ec0-710dc16c2425} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
856 | 2024.09.01 21:00:50.941404 [ 3 ] {f5deecf6-7171-403d-9ec0-710dc16c2425} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
857 | 2024.09.01 21:00:50.942326 [ 3 ] {f5deecf6-7171-403d-9ec0-710dc16c2425} <Debug> DynamicQueryHandler: Done processing query | ||
858 | 2024.09.01 21:00:50.942359 [ 3 ] {f5deecf6-7171-403d-9ec0-710dc16c2425} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
859 | 2024.09.01 21:00:50.942378 [ 3 ] {} <Debug> HTTP-Session: 7cebce51-8cd3-41a7-891f-1d5cbfd323ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.09.01 21:00:50.942634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
861 | 2024.09.01 21:00:50.942686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
862 | 2024.09.01 21:00:50.942705 [ 3 ] {} <Debug> HTTP-Session: fafcf3fd-cd07-4f9a-bc5d-519b07d13fba Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
863 | 2024.09.01 21:00:50.942722 [ 3 ] {} <Debug> HTTP-Session: fafcf3fd-cd07-4f9a-bc5d-519b07d13fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
864 | 2024.09.01 21:00:50.942736 [ 3 ] {} <Debug> HTTP-Session: fafcf3fd-cd07-4f9a-bc5d-519b07d13fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
865 | 2024.09.01 21:00:50.942771 [ 3 ] {} <Trace> HTTP-Session: fafcf3fd-cd07-4f9a-bc5d-519b07d13fba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
866 | 2024.09.01 21:00:50.942903 [ 3 ] {1aa2f52b-e944-4539-a238-6618ba2ee797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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) | ||
867 | 2024.09.01 21:00:50.943231 [ 3 ] {1aa2f52b-e944-4539-a238-6618ba2ee797} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
868 | 2024.09.01 21:00:50.943284 [ 3 ] {1aa2f52b-e944-4539-a238-6618ba2ee797} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
869 | 2024.09.01 21:00:50.944178 [ 3 ] {1aa2f52b-e944-4539-a238-6618ba2ee797} <Debug> DynamicQueryHandler: Done processing query | ||
870 | 2024.09.01 21:00:50.944204 [ 3 ] {1aa2f52b-e944-4539-a238-6618ba2ee797} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
871 | 2024.09.01 21:00:50.944220 [ 3 ] {} <Debug> HTTP-Session: fafcf3fd-cd07-4f9a-bc5d-519b07d13fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.09.01 21:00:50.944426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
873 | 2024.09.01 21:00:50.944474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
874 | 2024.09.01 21:00:50.944493 [ 3 ] {} <Debug> HTTP-Session: 74e2179b-f8f6-4f8b-b638-d31a90400f61 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
875 | 2024.09.01 21:00:50.944510 [ 3 ] {} <Debug> HTTP-Session: 74e2179b-f8f6-4f8b-b638-d31a90400f61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
876 | 2024.09.01 21:00:50.944523 [ 3 ] {} <Debug> HTTP-Session: 74e2179b-f8f6-4f8b-b638-d31a90400f61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
877 | 2024.09.01 21:00:50.944555 [ 3 ] {} <Trace> HTTP-Session: 74e2179b-f8f6-4f8b-b638-d31a90400f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
878 | 2024.09.01 21:00:50.944677 [ 3 ] {53a2621b-2667-4e66-a40c-0408af5262c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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.01 21:00:50.944992 [ 3 ] {53a2621b-2667-4e66-a40c-0408af5262c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
880 | 2024.09.01 21:00:50.945044 [ 3 ] {53a2621b-2667-4e66-a40c-0408af5262c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
881 | 2024.09.01 21:00:50.945905 [ 3 ] {53a2621b-2667-4e66-a40c-0408af5262c4} <Debug> DynamicQueryHandler: Done processing query | ||
882 | 2024.09.01 21:00:50.945930 [ 3 ] {53a2621b-2667-4e66-a40c-0408af5262c4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
883 | 2024.09.01 21:00:50.945946 [ 3 ] {} <Debug> HTTP-Session: 74e2179b-f8f6-4f8b-b638-d31a90400f61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.09.01 21:00:50.946161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
885 | 2024.09.01 21:00:50.946207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
886 | 2024.09.01 21:00:50.946225 [ 3 ] {} <Debug> HTTP-Session: af1f9e97-2568-4634-8070-3fd02b54ae42 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
887 | 2024.09.01 21:00:50.946241 [ 3 ] {} <Debug> HTTP-Session: af1f9e97-2568-4634-8070-3fd02b54ae42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
888 | 2024.09.01 21:00:50.946255 [ 3 ] {} <Debug> HTTP-Session: af1f9e97-2568-4634-8070-3fd02b54ae42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
889 | 2024.09.01 21:00:50.946287 [ 3 ] {} <Trace> HTTP-Session: af1f9e97-2568-4634-8070-3fd02b54ae42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
890 | 2024.09.01 21:00:50.946409 [ 3 ] {4eaa3259-b2cb-4d53-a097-95eaa3fece0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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.01 21:00:50.946727 [ 3 ] {4eaa3259-b2cb-4d53-a097-95eaa3fece0f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
892 | 2024.09.01 21:00:50.946777 [ 3 ] {4eaa3259-b2cb-4d53-a097-95eaa3fece0f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
893 | 2024.09.01 21:00:50.947592 [ 3 ] {4eaa3259-b2cb-4d53-a097-95eaa3fece0f} <Debug> DynamicQueryHandler: Done processing query | ||
894 | 2024.09.01 21:00:50.947617 [ 3 ] {4eaa3259-b2cb-4d53-a097-95eaa3fece0f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
895 | 2024.09.01 21:00:50.947633 [ 3 ] {} <Debug> HTTP-Session: af1f9e97-2568-4634-8070-3fd02b54ae42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.09.01 21:00:50.947852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
897 | 2024.09.01 21:00:50.947899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
898 | 2024.09.01 21:00:50.947918 [ 3 ] {} <Debug> HTTP-Session: a569bbf2-52ce-477e-9761-fffdb0f9ccfc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
899 | 2024.09.01 21:00:50.947934 [ 3 ] {} <Debug> HTTP-Session: a569bbf2-52ce-477e-9761-fffdb0f9ccfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
900 | 2024.09.01 21:00:50.947948 [ 3 ] {} <Debug> HTTP-Session: a569bbf2-52ce-477e-9761-fffdb0f9ccfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.09.01 21:00:50.947978 [ 3 ] {} <Trace> HTTP-Session: a569bbf2-52ce-477e-9761-fffdb0f9ccfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
902 | 2024.09.01 21:00:50.948100 [ 3 ] {a9f0bae5-5ee1-4f59-a0ad-6c4f4dd91032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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.01 21:00:50.948422 [ 3 ] {a9f0bae5-5ee1-4f59-a0ad-6c4f4dd91032} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
904 | 2024.09.01 21:00:50.948473 [ 3 ] {a9f0bae5-5ee1-4f59-a0ad-6c4f4dd91032} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
905 | 2024.09.01 21:00:50.949432 [ 3 ] {a9f0bae5-5ee1-4f59-a0ad-6c4f4dd91032} <Debug> DynamicQueryHandler: Done processing query | ||
906 | 2024.09.01 21:00:50.949456 [ 3 ] {a9f0bae5-5ee1-4f59-a0ad-6c4f4dd91032} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
907 | 2024.09.01 21:00:50.949472 [ 3 ] {} <Debug> HTTP-Session: a569bbf2-52ce-477e-9761-fffdb0f9ccfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.09.01 21:00:50.949697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
909 | 2024.09.01 21:00:50.949743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
910 | 2024.09.01 21:00:50.949761 [ 3 ] {} <Debug> HTTP-Session: b9ea47f8-f78b-40bb-a45a-5bb420fdcd08 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
911 | 2024.09.01 21:00:50.949777 [ 3 ] {} <Debug> HTTP-Session: b9ea47f8-f78b-40bb-a45a-5bb420fdcd08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
912 | 2024.09.01 21:00:50.949791 [ 3 ] {} <Debug> HTTP-Session: b9ea47f8-f78b-40bb-a45a-5bb420fdcd08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.09.01 21:00:50.949821 [ 3 ] {} <Trace> HTTP-Session: b9ea47f8-f78b-40bb-a45a-5bb420fdcd08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
914 | 2024.09.01 21:00:50.949945 [ 3 ] {b29c8d7e-2a9e-4d64-aa04-2d9e0982a7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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.01 21:00:50.950269 [ 3 ] {b29c8d7e-2a9e-4d64-aa04-2d9e0982a7dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
916 | 2024.09.01 21:00:50.950319 [ 3 ] {b29c8d7e-2a9e-4d64-aa04-2d9e0982a7dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
917 | 2024.09.01 21:00:50.951192 [ 3 ] {b29c8d7e-2a9e-4d64-aa04-2d9e0982a7dd} <Debug> DynamicQueryHandler: Done processing query | ||
918 | 2024.09.01 21:00:50.951217 [ 3 ] {b29c8d7e-2a9e-4d64-aa04-2d9e0982a7dd} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
919 | 2024.09.01 21:00:50.951233 [ 3 ] {} <Debug> HTTP-Session: b9ea47f8-f78b-40bb-a45a-5bb420fdcd08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.09.01 21:00:50.951425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
921 | 2024.09.01 21:00:50.951472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
922 | 2024.09.01 21:00:50.951491 [ 3 ] {} <Debug> HTTP-Session: 3841567c-b33d-4cad-b5cf-fe6a5b069214 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
923 | 2024.09.01 21:00:50.951508 [ 3 ] {} <Debug> HTTP-Session: 3841567c-b33d-4cad-b5cf-fe6a5b069214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
924 | 2024.09.01 21:00:50.951521 [ 3 ] {} <Debug> HTTP-Session: 3841567c-b33d-4cad-b5cf-fe6a5b069214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
925 | 2024.09.01 21:00:50.951552 [ 3 ] {} <Trace> HTTP-Session: 3841567c-b33d-4cad-b5cf-fe6a5b069214 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
926 | 2024.09.01 21:00:50.951674 [ 3 ] {a502f155-3707-4f8e-8f05-05301661c1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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.01 21:00:50.952003 [ 3 ] {a502f155-3707-4f8e-8f05-05301661c1a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
928 | 2024.09.01 21:00:50.952053 [ 3 ] {a502f155-3707-4f8e-8f05-05301661c1a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
929 | 2024.09.01 21:00:50.952968 [ 3 ] {a502f155-3707-4f8e-8f05-05301661c1a4} <Debug> DynamicQueryHandler: Done processing query | ||
930 | 2024.09.01 21:00:50.952994 [ 3 ] {a502f155-3707-4f8e-8f05-05301661c1a4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
931 | 2024.09.01 21:00:50.953009 [ 3 ] {} <Debug> HTTP-Session: 3841567c-b33d-4cad-b5cf-fe6a5b069214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.09.01 21:00:50.953209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
933 | 2024.09.01 21:00:50.953254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
934 | 2024.09.01 21:00:50.953274 [ 3 ] {} <Debug> HTTP-Session: f71c698c-d35f-4832-a438-cbf435a10d83 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
935 | 2024.09.01 21:00:50.953290 [ 3 ] {} <Debug> HTTP-Session: f71c698c-d35f-4832-a438-cbf435a10d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
936 | 2024.09.01 21:00:50.953305 [ 3 ] {} <Debug> HTTP-Session: f71c698c-d35f-4832-a438-cbf435a10d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
937 | 2024.09.01 21:00:50.953334 [ 3 ] {} <Trace> HTTP-Session: f71c698c-d35f-4832-a438-cbf435a10d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
938 | 2024.09.01 21:00:50.953460 [ 3 ] {d689aa91-3941-4a77-8995-ed74b19dfc7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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.01 21:00:50.953791 [ 3 ] {d689aa91-3941-4a77-8995-ed74b19dfc7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
940 | 2024.09.01 21:00:50.953842 [ 3 ] {d689aa91-3941-4a77-8995-ed74b19dfc7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
941 | 2024.09.01 21:00:50.954792 [ 3 ] {d689aa91-3941-4a77-8995-ed74b19dfc7b} <Debug> DynamicQueryHandler: Done processing query | ||
942 | 2024.09.01 21:00:50.954818 [ 3 ] {d689aa91-3941-4a77-8995-ed74b19dfc7b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
943 | 2024.09.01 21:00:50.954834 [ 3 ] {} <Debug> HTTP-Session: f71c698c-d35f-4832-a438-cbf435a10d83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.09.01 21:00:50.955058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
945 | 2024.09.01 21:00:50.955104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
946 | 2024.09.01 21:00:50.955122 [ 3 ] {} <Debug> HTTP-Session: 37e86b72-8a56-422a-9c6b-7083cba7e717 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
947 | 2024.09.01 21:00:50.955138 [ 3 ] {} <Debug> HTTP-Session: 37e86b72-8a56-422a-9c6b-7083cba7e717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
948 | 2024.09.01 21:00:50.955153 [ 3 ] {} <Debug> HTTP-Session: 37e86b72-8a56-422a-9c6b-7083cba7e717 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
949 | 2024.09.01 21:00:50.955182 [ 3 ] {} <Trace> HTTP-Session: 37e86b72-8a56-422a-9c6b-7083cba7e717 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
950 | 2024.09.01 21:00:50.955308 [ 3 ] {bb8d2799-0192-4b75-885d-9a7c00dc2bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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.01 21:00:50.955647 [ 3 ] {bb8d2799-0192-4b75-885d-9a7c00dc2bef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
952 | 2024.09.01 21:00:50.955698 [ 3 ] {bb8d2799-0192-4b75-885d-9a7c00dc2bef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
953 | 2024.09.01 21:00:50.956597 [ 3 ] {bb8d2799-0192-4b75-885d-9a7c00dc2bef} <Debug> DynamicQueryHandler: Done processing query | ||
954 | 2024.09.01 21:00:50.956622 [ 3 ] {bb8d2799-0192-4b75-885d-9a7c00dc2bef} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
955 | 2024.09.01 21:00:50.956638 [ 3 ] {} <Debug> HTTP-Session: 37e86b72-8a56-422a-9c6b-7083cba7e717 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.09.01 21:00:50.956852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
957 | 2024.09.01 21:00:50.956899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
958 | 2024.09.01 21:00:50.956917 [ 3 ] {} <Debug> HTTP-Session: 8411fc19-4f75-4427-9faf-d8fa57179492 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
959 | 2024.09.01 21:00:50.956933 [ 3 ] {} <Debug> HTTP-Session: 8411fc19-4f75-4427-9faf-d8fa57179492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
960 | 2024.09.01 21:00:50.956947 [ 3 ] {} <Debug> HTTP-Session: 8411fc19-4f75-4427-9faf-d8fa57179492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
961 | 2024.09.01 21:00:50.956976 [ 3 ] {} <Trace> HTTP-Session: 8411fc19-4f75-4427-9faf-d8fa57179492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
962 | 2024.09.01 21:00:50.957103 [ 3 ] {d7c8830a-8ebb-47b7-a206-9fc70f514513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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.01 21:00:50.957438 [ 3 ] {d7c8830a-8ebb-47b7-a206-9fc70f514513} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
964 | 2024.09.01 21:00:50.957489 [ 3 ] {d7c8830a-8ebb-47b7-a206-9fc70f514513} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
965 | 2024.09.01 21:00:50.958449 [ 3 ] {d7c8830a-8ebb-47b7-a206-9fc70f514513} <Debug> DynamicQueryHandler: Done processing query | ||
966 | 2024.09.01 21:00:50.958473 [ 3 ] {d7c8830a-8ebb-47b7-a206-9fc70f514513} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
967 | 2024.09.01 21:00:50.958489 [ 3 ] {} <Debug> HTTP-Session: 8411fc19-4f75-4427-9faf-d8fa57179492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.09.01 21:00:50.958683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
969 | 2024.09.01 21:00:50.958729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
970 | 2024.09.01 21:00:50.958748 [ 3 ] {} <Debug> HTTP-Session: a60dd151-12e3-4b2d-a0f4-e6bbb61434b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
971 | 2024.09.01 21:00:50.958764 [ 3 ] {} <Debug> HTTP-Session: a60dd151-12e3-4b2d-a0f4-e6bbb61434b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
972 | 2024.09.01 21:00:50.958778 [ 3 ] {} <Debug> HTTP-Session: a60dd151-12e3-4b2d-a0f4-e6bbb61434b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
973 | 2024.09.01 21:00:50.958808 [ 3 ] {} <Trace> HTTP-Session: a60dd151-12e3-4b2d-a0f4-e6bbb61434b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
974 | 2024.09.01 21:00:50.958935 [ 3 ] {c0f24c36-e765-4613-815a-176219ee384b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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.01 21:00:50.959278 [ 3 ] {c0f24c36-e765-4613-815a-176219ee384b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
976 | 2024.09.01 21:00:50.959328 [ 3 ] {c0f24c36-e765-4613-815a-176219ee384b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
977 | 2024.09.01 21:00:50.961729 [ 3 ] {c0f24c36-e765-4613-815a-176219ee384b} <Debug> DynamicQueryHandler: Done processing query | ||
978 | 2024.09.01 21:00:50.961756 [ 3 ] {c0f24c36-e765-4613-815a-176219ee384b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
979 | 2024.09.01 21:00:50.961773 [ 3 ] {} <Debug> HTTP-Session: a60dd151-12e3-4b2d-a0f4-e6bbb61434b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.09.01 21:00:50.961994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
981 | 2024.09.01 21:00:50.962040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
982 | 2024.09.01 21:00:50.962059 [ 3 ] {} <Debug> HTTP-Session: f1cfe68e-0577-4ba6-8c95-5eb52b396f0d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
983 | 2024.09.01 21:00:50.962075 [ 3 ] {} <Debug> HTTP-Session: f1cfe68e-0577-4ba6-8c95-5eb52b396f0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
984 | 2024.09.01 21:00:50.962089 [ 3 ] {} <Debug> HTTP-Session: f1cfe68e-0577-4ba6-8c95-5eb52b396f0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
985 | 2024.09.01 21:00:50.962119 [ 3 ] {} <Trace> HTTP-Session: f1cfe68e-0577-4ba6-8c95-5eb52b396f0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
986 | 2024.09.01 21:00:50.962247 [ 3 ] {f01336c0-fe49-42ed-9a45-364f6c045d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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.01 21:00:50.962595 [ 3 ] {f01336c0-fe49-42ed-9a45-364f6c045d3f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
988 | 2024.09.01 21:00:50.962648 [ 3 ] {f01336c0-fe49-42ed-9a45-364f6c045d3f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
989 | 2024.09.01 21:00:50.963706 [ 3 ] {f01336c0-fe49-42ed-9a45-364f6c045d3f} <Debug> DynamicQueryHandler: Done processing query | ||
990 | 2024.09.01 21:00:50.963739 [ 3 ] {f01336c0-fe49-42ed-9a45-364f6c045d3f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
991 | 2024.09.01 21:00:50.963761 [ 3 ] {} <Debug> HTTP-Session: f1cfe68e-0577-4ba6-8c95-5eb52b396f0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.09.01 21:00:50.969151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
993 | 2024.09.01 21:00:50.969204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
994 | 2024.09.01 21:00:50.969223 [ 3 ] {} <Debug> HTTP-Session: 2e085509-3e4c-4165-9810-e4d8297c1d0a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
995 | 2024.09.01 21:00:50.969240 [ 3 ] {} <Debug> HTTP-Session: 2e085509-3e4c-4165-9810-e4d8297c1d0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
996 | 2024.09.01 21:00:50.969254 [ 3 ] {} <Debug> HTTP-Session: 2e085509-3e4c-4165-9810-e4d8297c1d0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
997 | 2024.09.01 21:00:50.969285 [ 3 ] {} <Trace> HTTP-Session: 2e085509-3e4c-4165-9810-e4d8297c1d0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
998 | 2024.09.01 21:00:50.969412 [ 3 ] {d01c6960-88b9-4750-a2e0-fa8923073f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
999 | 2024.09.01 21:00:50.969460 [ 3 ] {d01c6960-88b9-4750-a2e0-fa8923073f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1000 | 2024.09.01 21:00:50.971618 [ 3 ] {d01c6960-88b9-4750-a2e0-fa8923073f3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1001 | 2024.09.01 21:00:50.978032 [ 3 ] {d01c6960-88b9-4750-a2e0-fa8923073f3e} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1002 | 2024.09.01 21:00:50.978084 [ 3 ] {d01c6960-88b9-4750-a2e0-fa8923073f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1003 | 2024.09.01 21:00:50.980476 [ 3 ] {d01c6960-88b9-4750-a2e0-fa8923073f3e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1004 | 2024.09.01 21:00:50.980789 [ 3 ] {d01c6960-88b9-4750-a2e0-fa8923073f3e} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1005 | 2024.09.01 21:00:50.980935 [ 3 ] {d01c6960-88b9-4750-a2e0-fa8923073f3e} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.011569 sec., 1210.1305212205032 rows/sec., 173.64 KiB/sec. | ||
1006 | 2024.09.01 21:00:50.981127 [ 3 ] {d01c6960-88b9-4750-a2e0-fa8923073f3e} <Debug> DynamicQueryHandler: Done processing query | ||
1007 | 2024.09.01 21:00:50.981152 [ 3 ] {d01c6960-88b9-4750-a2e0-fa8923073f3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1008 | 2024.09.01 21:00:50.981168 [ 3 ] {} <Debug> HTTP-Session: 2e085509-3e4c-4165-9810-e4d8297c1d0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1009 | 2024.09.01 21:00:50.981300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1010 | 2024.09.01 21:00:50.981347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1011 | 2024.09.01 21:00:50.981368 [ 3 ] {} <Debug> HTTP-Session: 394e79bd-abbb-4137-a522-b2fa4ff47664 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1012 | 2024.09.01 21:00:50.981384 [ 3 ] {} <Debug> HTTP-Session: 394e79bd-abbb-4137-a522-b2fa4ff47664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1013 | 2024.09.01 21:00:50.981398 [ 3 ] {} <Debug> HTTP-Session: 394e79bd-abbb-4137-a522-b2fa4ff47664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1014 | 2024.09.01 21:00:50.981429 [ 3 ] {} <Trace> HTTP-Session: 394e79bd-abbb-4137-a522-b2fa4ff47664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1015 | 2024.09.01 21:00:50.981537 [ 3 ] {4d8a7280-15f0-4c11-a0da-91d2e5cdf121} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1016 | 2024.09.01 21:00:50.981580 [ 3 ] {4d8a7280-15f0-4c11-a0da-91d2e5cdf121} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1017 | 2024.09.01 21:00:50.981834 [ 3 ] {4d8a7280-15f0-4c11-a0da-91d2e5cdf121} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1018 | 2024.09.01 21:00:50.986687 [ 3 ] {4d8a7280-15f0-4c11-a0da-91d2e5cdf121} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1019 | 2024.09.01 21:00:50.986731 [ 3 ] {4d8a7280-15f0-4c11-a0da-91d2e5cdf121} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1020 | 2024.09.01 21:00:50.989026 [ 3 ] {4d8a7280-15f0-4c11-a0da-91d2e5cdf121} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1021 | 2024.09.01 21:00:50.989387 [ 3 ] {4d8a7280-15f0-4c11-a0da-91d2e5cdf121} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1022 | 2024.09.01 21:00:50.989547 [ 3 ] {4d8a7280-15f0-4c11-a0da-91d2e5cdf121} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.008033 sec., 3236.648823602639 rows/sec., 246.42 KiB/sec. | ||
1023 | 2024.09.01 21:00:50.989748 [ 3 ] {4d8a7280-15f0-4c11-a0da-91d2e5cdf121} <Debug> DynamicQueryHandler: Done processing query | ||
1024 | 2024.09.01 21:00:50.989773 [ 3 ] {4d8a7280-15f0-4c11-a0da-91d2e5cdf121} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1025 | 2024.09.01 21:00:50.989788 [ 3 ] {} <Debug> HTTP-Session: 394e79bd-abbb-4137-a522-b2fa4ff47664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1026 | 2024.09.01 21:00:50.989911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1027 | 2024.09.01 21:00:50.989959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1028 | 2024.09.01 21:00:50.989978 [ 3 ] {} <Debug> HTTP-Session: 14f6a64e-b2ba-4598-b826-6824d0e4770c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1029 | 2024.09.01 21:00:50.989994 [ 3 ] {} <Debug> HTTP-Session: 14f6a64e-b2ba-4598-b826-6824d0e4770c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1030 | 2024.09.01 21:00:50.990008 [ 3 ] {} <Debug> HTTP-Session: 14f6a64e-b2ba-4598-b826-6824d0e4770c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1031 | 2024.09.01 21:00:50.990038 [ 3 ] {} <Trace> HTTP-Session: 14f6a64e-b2ba-4598-b826-6824d0e4770c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1032 | 2024.09.01 21:00:50.990144 [ 3 ] {7947225d-d650-4d99-b106-478cce60ca21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1033 | 2024.09.01 21:00:50.990187 [ 3 ] {7947225d-d650-4d99-b106-478cce60ca21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1034 | 2024.09.01 21:00:50.990957 [ 3 ] {7947225d-d650-4d99-b106-478cce60ca21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1035 | 2024.09.01 21:00:50.991315 [ 3 ] {7947225d-d650-4d99-b106-478cce60ca21} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1036 | 2024.09.01 21:00:50.991352 [ 3 ] {7947225d-d650-4d99-b106-478cce60ca21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1037 | 2024.09.01 21:00:50.994364 [ 3 ] {7947225d-d650-4d99-b106-478cce60ca21} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1038 | 2024.09.01 21:00:50.994740 [ 3 ] {7947225d-d650-4d99-b106-478cce60ca21} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1039 | 2024.09.01 21:00:50.994891 [ 3 ] {7947225d-d650-4d99-b106-478cce60ca21} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.004771 sec., 5868.790609935024 rows/sec., 468.73 KiB/sec. | ||
1040 | 2024.09.01 21:00:50.995172 [ 3 ] {7947225d-d650-4d99-b106-478cce60ca21} <Debug> DynamicQueryHandler: Done processing query | ||
1041 | 2024.09.01 21:00:50.995196 [ 3 ] {7947225d-d650-4d99-b106-478cce60ca21} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1042 | 2024.09.01 21:00:50.995212 [ 3 ] {} <Debug> HTTP-Session: 14f6a64e-b2ba-4598-b826-6824d0e4770c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1043 | 2024.09.01 21:00:50.995439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 22903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1044 | 2024.09.01 21:00:50.995486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1045 | 2024.09.01 21:00:50.995505 [ 3 ] {} <Debug> HTTP-Session: 88f7131e-66a4-4c8b-8f2e-13ada02ff9d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1046 | 2024.09.01 21:00:50.995520 [ 3 ] {} <Debug> HTTP-Session: 88f7131e-66a4-4c8b-8f2e-13ada02ff9d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1047 | 2024.09.01 21:00:50.995534 [ 3 ] {} <Debug> HTTP-Session: 88f7131e-66a4-4c8b-8f2e-13ada02ff9d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1048 | 2024.09.01 21:00:50.995564 [ 3 ] {} <Trace> HTTP-Session: 88f7131e-66a4-4c8b-8f2e-13ada02ff9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1049 | 2024.09.01 21:00:50.995704 [ 3 ] {af2f6390-ceff-4812-97b8-b256354514cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1050 | 2024.09.01 21:00:50.996284 [ 3 ] {af2f6390-ceff-4812-97b8-b256354514cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1051 | 2024.09.01 21:00:50.996453 [ 3 ] {af2f6390-ceff-4812-97b8-b256354514cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1052 | 2024.09.01 21:00:51.001207 [ 3 ] {af2f6390-ceff-4812-97b8-b256354514cb} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1053 | 2024.09.01 21:00:51.001245 [ 3 ] {af2f6390-ceff-4812-97b8-b256354514cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1054 | 2024.09.01 21:00:51.006398 [ 3 ] {af2f6390-ceff-4812-97b8-b256354514cb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1055 | 2024.09.01 21:00:51.007402 [ 3 ] {af2f6390-ceff-4812-97b8-b256354514cb} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1056 | 2024.09.01 21:00:51.007656 [ 3 ] {af2f6390-ceff-4812-97b8-b256354514cb} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.012011 sec., 9990.841728415618 rows/sec., 709.31 KiB/sec. | ||
1057 | 2024.09.01 21:00:51.007895 [ 3 ] {af2f6390-ceff-4812-97b8-b256354514cb} <Debug> DynamicQueryHandler: Done processing query | ||
1058 | 2024.09.01 21:00:51.007920 [ 3 ] {af2f6390-ceff-4812-97b8-b256354514cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1059 | 2024.09.01 21:00:51.007936 [ 3 ] {} <Debug> HTTP-Session: 88f7131e-66a4-4c8b-8f2e-13ada02ff9d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1060 | 2024.09.01 21:00:51.008100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5529, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1061 | 2024.09.01 21:00:51.008154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1062 | 2024.09.01 21:00:51.008173 [ 3 ] {} <Debug> HTTP-Session: 1bb62e78-1adf-455f-909b-c0bf3a1130e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1063 | 2024.09.01 21:00:51.008191 [ 3 ] {} <Debug> HTTP-Session: 1bb62e78-1adf-455f-909b-c0bf3a1130e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1064 | 2024.09.01 21:00:51.008205 [ 3 ] {} <Debug> HTTP-Session: 1bb62e78-1adf-455f-909b-c0bf3a1130e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1065 | 2024.09.01 21:00:51.008241 [ 3 ] {} <Trace> HTTP-Session: 1bb62e78-1adf-455f-909b-c0bf3a1130e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1066 | 2024.09.01 21:00:51.008367 [ 3 ] {59c04fa8-c84e-4a8f-a832-c43cfc0a76a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1067 | 2024.09.01 21:00:51.008415 [ 3 ] {59c04fa8-c84e-4a8f-a832-c43cfc0a76a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1068 | 2024.09.01 21:00:51.008555 [ 3 ] {59c04fa8-c84e-4a8f-a832-c43cfc0a76a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1069 | 2024.09.01 21:00:51.008863 [ 3 ] {59c04fa8-c84e-4a8f-a832-c43cfc0a76a8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1070 | 2024.09.01 21:00:51.008900 [ 3 ] {59c04fa8-c84e-4a8f-a832-c43cfc0a76a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1071 | 2024.09.01 21:00:51.009291 [ 3 ] {59c04fa8-c84e-4a8f-a832-c43cfc0a76a8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1072 | 2024.09.01 21:00:51.009630 [ 3 ] {59c04fa8-c84e-4a8f-a832-c43cfc0a76a8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1073 | 2024.09.01 21:00:51.009778 [ 3 ] {59c04fa8-c84e-4a8f-a832-c43cfc0a76a8} <Debug> executeQuery: Read 36 rows, 2.53 KiB in 0.001455 sec., 24742.268041237116 rows/sec., 1.69 MiB/sec. | ||
1074 | 2024.09.01 21:00:51.009942 [ 3 ] {59c04fa8-c84e-4a8f-a832-c43cfc0a76a8} <Debug> DynamicQueryHandler: Done processing query | ||
1075 | 2024.09.01 21:00:51.009965 [ 3 ] {59c04fa8-c84e-4a8f-a832-c43cfc0a76a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1076 | 2024.09.01 21:00:51.009981 [ 3 ] {} <Debug> HTTP-Session: 1bb62e78-1adf-455f-909b-c0bf3a1130e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1077 | 2024.09.01 21:00:54.015684 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1078 | 2024.09.01 21:00:54.015735 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1079 | 2024.09.01 21:00:55.853109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1080 | 2024.09.01 21:00:55.853246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1081 | 2024.09.01 21:00:55.853274 [ 3 ] {} <Debug> HTTP-Session: bf367901-643c-4101-b03f-f267e615dbfe Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1082 | 2024.09.01 21:00:55.853303 [ 3 ] {} <Debug> HTTP-Session: bf367901-643c-4101-b03f-f267e615dbfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1083 | 2024.09.01 21:00:55.853322 [ 3 ] {} <Debug> HTTP-Session: bf367901-643c-4101-b03f-f267e615dbfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1084 | 2024.09.01 21:00:55.853377 [ 3 ] {} <Trace> HTTP-Session: bf367901-643c-4101-b03f-f267e615dbfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1085 | 2024.09.01 21:00:55.853580 [ 3 ] {2866b33e-837a-4da4-9a68-ecb8f9695012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1086 | 2024.09.01 21:00:55.853645 [ 3 ] {2866b33e-837a-4da4-9a68-ecb8f9695012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1087 | 2024.09.01 21:00:55.853969 [ 3 ] {2866b33e-837a-4da4-9a68-ecb8f9695012} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1088 | 2024.09.01 21:00:55.854397 [ 3 ] {2866b33e-837a-4da4-9a68-ecb8f9695012} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1089 | 2024.09.01 21:00:55.854445 [ 3 ] {2866b33e-837a-4da4-9a68-ecb8f9695012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1090 | 2024.09.01 21:00:55.854853 [ 3 ] {2866b33e-837a-4da4-9a68-ecb8f9695012} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1091 | 2024.09.01 21:00:55.855228 [ 3 ] {2866b33e-837a-4da4-9a68-ecb8f9695012} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1092 | 2024.09.01 21:00:55.855433 [ 3 ] {2866b33e-837a-4da4-9a68-ecb8f9695012} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00191 sec., 13612.565445026177 rows/sec., 1.01 MiB/sec. | ||
1093 | 2024.09.01 21:00:55.855651 [ 3 ] {2866b33e-837a-4da4-9a68-ecb8f9695012} <Debug> DynamicQueryHandler: Done processing query | ||
1094 | 2024.09.01 21:00:55.855678 [ 3 ] {2866b33e-837a-4da4-9a68-ecb8f9695012} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1095 | 2024.09.01 21:00:55.855695 [ 3 ] {} <Debug> HTTP-Session: bf367901-643c-4101-b03f-f267e615dbfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1096 | 2024.09.01 21:00:55.855836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1097 | 2024.09.01 21:00:55.855889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1098 | 2024.09.01 21:00:55.855909 [ 3 ] {} <Debug> HTTP-Session: 8e4cec12-e714-4bf4-896d-f06dee975fab Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1099 | 2024.09.01 21:00:55.855928 [ 3 ] {} <Debug> HTTP-Session: 8e4cec12-e714-4bf4-896d-f06dee975fab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1100 | 2024.09.01 21:00:55.855942 [ 3 ] {} <Debug> HTTP-Session: 8e4cec12-e714-4bf4-896d-f06dee975fab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1101 | 2024.09.01 21:00:55.855977 [ 3 ] {} <Trace> HTTP-Session: 8e4cec12-e714-4bf4-896d-f06dee975fab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1102 | 2024.09.01 21:00:55.856089 [ 3 ] {8518928f-960e-4155-914c-326190387e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1103 | 2024.09.01 21:00:55.856135 [ 3 ] {8518928f-960e-4155-914c-326190387e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1104 | 2024.09.01 21:00:55.856382 [ 3 ] {8518928f-960e-4155-914c-326190387e46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1105 | 2024.09.01 21:00:55.856716 [ 3 ] {8518928f-960e-4155-914c-326190387e46} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1106 | 2024.09.01 21:00:55.856753 [ 3 ] {8518928f-960e-4155-914c-326190387e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1107 | 2024.09.01 21:00:55.857109 [ 3 ] {8518928f-960e-4155-914c-326190387e46} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1108 | 2024.09.01 21:00:55.857462 [ 3 ] {8518928f-960e-4155-914c-326190387e46} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1109 | 2024.09.01 21:00:55.857623 [ 3 ] {8518928f-960e-4155-914c-326190387e46} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00157 sec., 17834.394904458597 rows/sec., 1.39 MiB/sec. | ||
1110 | 2024.09.01 21:00:55.857927 [ 3 ] {8518928f-960e-4155-914c-326190387e46} <Debug> DynamicQueryHandler: Done processing query | ||
1111 | 2024.09.01 21:00:55.857953 [ 3 ] {8518928f-960e-4155-914c-326190387e46} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1112 | 2024.09.01 21:00:55.857969 [ 3 ] {} <Debug> HTTP-Session: 8e4cec12-e714-4bf4-896d-f06dee975fab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1113 | 2024.09.01 21:00:55.858128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1114 | 2024.09.01 21:00:55.858177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1115 | 2024.09.01 21:00:55.858196 [ 3 ] {} <Debug> HTTP-Session: a3d3f6b7-d496-46d4-bdfe-d433e97990ec Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1116 | 2024.09.01 21:00:55.858213 [ 3 ] {} <Debug> HTTP-Session: a3d3f6b7-d496-46d4-bdfe-d433e97990ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1117 | 2024.09.01 21:00:55.858227 [ 3 ] {} <Debug> HTTP-Session: a3d3f6b7-d496-46d4-bdfe-d433e97990ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1118 | 2024.09.01 21:00:55.858260 [ 3 ] {} <Trace> HTTP-Session: a3d3f6b7-d496-46d4-bdfe-d433e97990ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1119 | 2024.09.01 21:00:55.858396 [ 3 ] {b1d5d542-5609-4163-9457-b16e6a686c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1120 | 2024.09.01 21:00:55.858445 [ 3 ] {b1d5d542-5609-4163-9457-b16e6a686c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1121 | 2024.09.01 21:00:55.858608 [ 3 ] {b1d5d542-5609-4163-9457-b16e6a686c5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1122 | 2024.09.01 21:00:55.858961 [ 3 ] {b1d5d542-5609-4163-9457-b16e6a686c5b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1123 | 2024.09.01 21:00:55.858996 [ 3 ] {b1d5d542-5609-4163-9457-b16e6a686c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1124 | 2024.09.01 21:00:55.859367 [ 3 ] {b1d5d542-5609-4163-9457-b16e6a686c5b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1125 | 2024.09.01 21:00:55.859697 [ 3 ] {b1d5d542-5609-4163-9457-b16e6a686c5b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1126 | 2024.09.01 21:00:55.859852 [ 3 ] {b1d5d542-5609-4163-9457-b16e6a686c5b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001514 sec., 66050.19815059446 rows/sec., 4.58 MiB/sec. | ||
1127 | 2024.09.01 21:00:55.860022 [ 3 ] {b1d5d542-5609-4163-9457-b16e6a686c5b} <Debug> DynamicQueryHandler: Done processing query | ||
1128 | 2024.09.01 21:00:55.860047 [ 3 ] {b1d5d542-5609-4163-9457-b16e6a686c5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1129 | 2024.09.01 21:00:55.860062 [ 3 ] {} <Debug> HTTP-Session: a3d3f6b7-d496-46d4-bdfe-d433e97990ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1130 | 2024.09.01 21:00:55.860181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1131 | 2024.09.01 21:00:55.860229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1132 | 2024.09.01 21:00:55.860247 [ 3 ] {} <Debug> HTTP-Session: 69339dbc-45d8-4dfa-8fbe-bcfe248e0c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1133 | 2024.09.01 21:00:55.860264 [ 3 ] {} <Debug> HTTP-Session: 69339dbc-45d8-4dfa-8fbe-bcfe248e0c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1134 | 2024.09.01 21:00:55.860278 [ 3 ] {} <Debug> HTTP-Session: 69339dbc-45d8-4dfa-8fbe-bcfe248e0c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1135 | 2024.09.01 21:00:55.860310 [ 3 ] {} <Trace> HTTP-Session: 69339dbc-45d8-4dfa-8fbe-bcfe248e0c0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1136 | 2024.09.01 21:00:55.860415 [ 3 ] {ce566733-5d27-4f7c-b406-5a026729b353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1137 | 2024.09.01 21:00:55.860459 [ 3 ] {ce566733-5d27-4f7c-b406-5a026729b353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1138 | 2024.09.01 21:00:55.860608 [ 3 ] {ce566733-5d27-4f7c-b406-5a026729b353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1139 | 2024.09.01 21:00:55.860963 [ 3 ] {ce566733-5d27-4f7c-b406-5a026729b353} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1140 | 2024.09.01 21:00:55.861008 [ 3 ] {ce566733-5d27-4f7c-b406-5a026729b353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1141 | 2024.09.01 21:00:55.861460 [ 3 ] {ce566733-5d27-4f7c-b406-5a026729b353} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1142 | 2024.09.01 21:00:55.861797 [ 3 ] {ce566733-5d27-4f7c-b406-5a026729b353} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1143 | 2024.09.01 21:00:55.861958 [ 3 ] {ce566733-5d27-4f7c-b406-5a026729b353} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001574 sec., 19059.72045743329 rows/sec., 1.31 MiB/sec. | ||
1144 | 2024.09.01 21:00:55.862227 [ 3 ] {ce566733-5d27-4f7c-b406-5a026729b353} <Debug> DynamicQueryHandler: Done processing query | ||
1145 | 2024.09.01 21:00:55.862252 [ 3 ] {ce566733-5d27-4f7c-b406-5a026729b353} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1146 | 2024.09.01 21:00:55.862268 [ 3 ] {} <Debug> HTTP-Session: 69339dbc-45d8-4dfa-8fbe-bcfe248e0c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1147 | 2024.09.01 21:01:00.852055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1148 | 2024.09.01 21:01:00.852181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1149 | 2024.09.01 21:01:00.852206 [ 3 ] {} <Debug> HTTP-Session: f9879c90-83e4-409f-b8cb-7395d895c549 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1150 | 2024.09.01 21:01:00.852231 [ 3 ] {} <Debug> HTTP-Session: f9879c90-83e4-409f-b8cb-7395d895c549 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1151 | 2024.09.01 21:01:00.852246 [ 3 ] {} <Debug> HTTP-Session: f9879c90-83e4-409f-b8cb-7395d895c549 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1152 | 2024.09.01 21:01:00.852294 [ 3 ] {} <Trace> HTTP-Session: f9879c90-83e4-409f-b8cb-7395d895c549 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1153 | 2024.09.01 21:01:00.852527 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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) | ||
1154 | 2024.09.01 21:01:00.854983 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1155 | 2024.09.01 21:01:00.858939 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
1156 | 2024.09.01 21:01:00.859253 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1157 | 2024.09.01 21:01:00.863540 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1158 | 2024.09.01 21:01:00.865838 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1159 | 2024.09.01 21:01:00.870922 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1160 | 2024.09.01 21:01:00.872974 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1161 | 2024.09.01 21:01:00.873010 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1162 | 2024.09.01 21:01:00.875075 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <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'))" | ||
1163 | 2024.09.01 21:01:00.875109 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1164 | 2024.09.01 21:01:00.896163 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.043726 sec., 320.175639207794 rows/sec., 13.07 KiB/sec. | ||
1165 | 2024.09.01 21:01:00.896634 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Debug> DynamicQueryHandler: Done processing query | ||
1166 | 2024.09.01 21:01:00.896666 [ 3 ] {8da7b22b-95e6-423d-a921-e17f5f80d6a4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1167 | 2024.09.01 21:01:00.896690 [ 3 ] {} <Debug> HTTP-Session: f9879c90-83e4-409f-b8cb-7395d895c549 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1168 | 2024.09.01 21:01:00.899374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1169 | 2024.09.01 21:01:00.899437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1170 | 2024.09.01 21:01:00.899460 [ 3 ] {} <Debug> HTTP-Session: faa1e928-fd0e-43aa-950b-545b25f36494 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1171 | 2024.09.01 21:01:00.899481 [ 3 ] {} <Debug> HTTP-Session: faa1e928-fd0e-43aa-950b-545b25f36494 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1172 | 2024.09.01 21:01:00.899496 [ 3 ] {} <Debug> HTTP-Session: faa1e928-fd0e-43aa-950b-545b25f36494 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1173 | 2024.09.01 21:01:00.899537 [ 3 ] {} <Trace> HTTP-Session: faa1e928-fd0e-43aa-950b-545b25f36494 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1174 | 2024.09.01 21:01:00.899708 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1175 | 2024.09.01 21:01:00.899995 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1176 | 2024.09.01 21:01:00.900035 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1177 | 2024.09.01 21:01:00.900290 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1178 | 2024.09.01 21:01:00.900360 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1179 | 2024.09.01 21:01:00.900520 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1180 | 2024.09.01 21:01:00.900559 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1181 | 2024.09.01 21:01:00.900587 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1182 | 2024.09.01 21:01:00.900609 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1183 | 2024.09.01 21:01:00.900661 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1184 | 2024.09.01 21:01:00.900693 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1185 | 2024.09.01 21:01:00.901677 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002044 sec., 6849.315068493152 rows/sec., 279.50 KiB/sec. | ||
1186 | 2024.09.01 21:01:00.901929 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Debug> DynamicQueryHandler: Done processing query | ||
1187 | 2024.09.01 21:01:00.901962 [ 3 ] {e722b14b-257b-49e9-9fce-4732aac16606} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1188 | 2024.09.01 21:01:00.901982 [ 3 ] {} <Debug> HTTP-Session: faa1e928-fd0e-43aa-950b-545b25f36494 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1189 | 2024.09.01 21:01:00.902281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1190 | 2024.09.01 21:01:00.902348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1191 | 2024.09.01 21:01:00.902373 [ 3 ] {} <Debug> HTTP-Session: fa2f9907-11e8-40e3-9eb8-243d918ee6dc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1192 | 2024.09.01 21:01:00.902391 [ 3 ] {} <Debug> HTTP-Session: fa2f9907-11e8-40e3-9eb8-243d918ee6dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1193 | 2024.09.01 21:01:00.902405 [ 3 ] {} <Debug> HTTP-Session: fa2f9907-11e8-40e3-9eb8-243d918ee6dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1194 | 2024.09.01 21:01:00.902443 [ 3 ] {} <Trace> HTTP-Session: fa2f9907-11e8-40e3-9eb8-243d918ee6dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1195 | 2024.09.01 21:01:00.902600 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1196 | 2024.09.01 21:01:00.902870 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1197 | 2024.09.01 21:01:00.902911 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1198 | 2024.09.01 21:01:00.903172 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1199 | 2024.09.01 21:01:00.903241 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1200 | 2024.09.01 21:01:00.903383 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1201 | 2024.09.01 21:01:00.903417 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1202 | 2024.09.01 21:01:00.903441 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1203 | 2024.09.01 21:01:00.903459 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1204 | 2024.09.01 21:01:00.903501 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1205 | 2024.09.01 21:01:00.903524 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1206 | 2024.09.01 21:01:00.904380 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001844 sec., 7592.190889370933 rows/sec., 309.81 KiB/sec. | ||
1207 | 2024.09.01 21:01:00.904649 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Debug> DynamicQueryHandler: Done processing query | ||
1208 | 2024.09.01 21:01:00.904684 [ 3 ] {2e6231cb-bf49-459d-b689-2ed4a3186240} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1209 | 2024.09.01 21:01:00.904710 [ 3 ] {} <Debug> HTTP-Session: fa2f9907-11e8-40e3-9eb8-243d918ee6dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1210 | 2024.09.01 21:01:00.904958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1211 | 2024.09.01 21:01:00.905015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1212 | 2024.09.01 21:01:00.905037 [ 3 ] {} <Debug> HTTP-Session: cb38a614-dd8f-4687-8e54-f3d88b487fcc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1213 | 2024.09.01 21:01:00.905054 [ 3 ] {} <Debug> HTTP-Session: cb38a614-dd8f-4687-8e54-f3d88b487fcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1214 | 2024.09.01 21:01:00.905068 [ 3 ] {} <Debug> HTTP-Session: cb38a614-dd8f-4687-8e54-f3d88b487fcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1215 | 2024.09.01 21:01:00.905103 [ 3 ] {} <Trace> HTTP-Session: cb38a614-dd8f-4687-8e54-f3d88b487fcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1216 | 2024.09.01 21:01:00.905251 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1217 | 2024.09.01 21:01:00.905520 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1218 | 2024.09.01 21:01:00.905560 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1219 | 2024.09.01 21:01:00.905816 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1220 | 2024.09.01 21:01:00.905884 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1221 | 2024.09.01 21:01:00.906026 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1222 | 2024.09.01 21:01:00.906060 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1223 | 2024.09.01 21:01:00.906084 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1224 | 2024.09.01 21:01:00.906103 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1225 | 2024.09.01 21:01:00.906144 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1226 | 2024.09.01 21:01:00.906166 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1227 | 2024.09.01 21:01:00.906968 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001782 sec., 7856.341189674523 rows/sec., 320.59 KiB/sec. | ||
1228 | 2024.09.01 21:01:00.907207 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Debug> DynamicQueryHandler: Done processing query | ||
1229 | 2024.09.01 21:01:00.907231 [ 3 ] {8b584ecb-0ac1-471a-abcd-9161ea62ee61} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1230 | 2024.09.01 21:01:00.907248 [ 3 ] {} <Debug> HTTP-Session: cb38a614-dd8f-4687-8e54-f3d88b487fcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1231 | 2024.09.01 21:01:00.908634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1232 | 2024.09.01 21:01:00.908695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1233 | 2024.09.01 21:01:00.908720 [ 3 ] {} <Debug> HTTP-Session: 61685657-ac4f-4cde-a393-816f891d45fd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1234 | 2024.09.01 21:01:00.908740 [ 3 ] {} <Debug> HTTP-Session: 61685657-ac4f-4cde-a393-816f891d45fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1235 | 2024.09.01 21:01:00.908758 [ 3 ] {} <Debug> HTTP-Session: 61685657-ac4f-4cde-a393-816f891d45fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1236 | 2024.09.01 21:01:00.908797 [ 3 ] {} <Trace> HTTP-Session: 61685657-ac4f-4cde-a393-816f891d45fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1237 | 2024.09.01 21:01:00.908929 [ 3 ] {2161a923-13e3-4e3d-9a27-27939d90c144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1238 | 2024.09.01 21:01:00.908984 [ 3 ] {2161a923-13e3-4e3d-9a27-27939d90c144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1239 | 2024.09.01 21:01:00.909183 [ 3 ] {2161a923-13e3-4e3d-9a27-27939d90c144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1240 | 2024.09.01 21:01:00.909570 [ 3 ] {2161a923-13e3-4e3d-9a27-27939d90c144} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1241 | 2024.09.01 21:01:00.909618 [ 3 ] {2161a923-13e3-4e3d-9a27-27939d90c144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1242 | 2024.09.01 21:01:00.910146 [ 3 ] {2161a923-13e3-4e3d-9a27-27939d90c144} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1243 | 2024.09.01 21:01:00.910484 [ 3 ] {2161a923-13e3-4e3d-9a27-27939d90c144} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1244 | 2024.09.01 21:01:00.910632 [ 3 ] {2161a923-13e3-4e3d-9a27-27939d90c144} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001747 sec., 2289.6393817973667 rows/sec., 242.04 KiB/sec. | ||
1245 | 2024.09.01 21:01:00.910897 [ 3 ] {2161a923-13e3-4e3d-9a27-27939d90c144} <Debug> DynamicQueryHandler: Done processing query | ||
1246 | 2024.09.01 21:01:00.910922 [ 3 ] {2161a923-13e3-4e3d-9a27-27939d90c144} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1247 | 2024.09.01 21:01:00.910939 [ 3 ] {} <Debug> HTTP-Session: 61685657-ac4f-4cde-a393-816f891d45fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2024.09.01 21:01:00.911094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 10788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1249 | 2024.09.01 21:01:00.911144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1250 | 2024.09.01 21:01:00.911164 [ 3 ] {} <Debug> HTTP-Session: 7c825f3a-b2ab-41ce-9cd2-b109289f963b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1251 | 2024.09.01 21:01:00.911180 [ 3 ] {} <Debug> HTTP-Session: 7c825f3a-b2ab-41ce-9cd2-b109289f963b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1252 | 2024.09.01 21:01:00.911194 [ 3 ] {} <Debug> HTTP-Session: 7c825f3a-b2ab-41ce-9cd2-b109289f963b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1253 | 2024.09.01 21:01:00.911226 [ 3 ] {} <Trace> HTTP-Session: 7c825f3a-b2ab-41ce-9cd2-b109289f963b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1254 | 2024.09.01 21:01:00.911350 [ 3 ] {ecb993e5-8ac9-4b35-be56-5002b3bc103c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1255 | 2024.09.01 21:01:00.911395 [ 3 ] {ecb993e5-8ac9-4b35-be56-5002b3bc103c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1256 | 2024.09.01 21:01:00.911647 [ 3 ] {ecb993e5-8ac9-4b35-be56-5002b3bc103c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1257 | 2024.09.01 21:01:00.912008 [ 3 ] {ecb993e5-8ac9-4b35-be56-5002b3bc103c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1258 | 2024.09.01 21:01:00.912046 [ 3 ] {ecb993e5-8ac9-4b35-be56-5002b3bc103c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1259 | 2024.09.01 21:01:00.912477 [ 3 ] {ecb993e5-8ac9-4b35-be56-5002b3bc103c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1260 | 2024.09.01 21:01:00.912865 [ 3 ] {ecb993e5-8ac9-4b35-be56-5002b3bc103c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1261 | 2024.09.01 21:01:00.913027 [ 3 ] {ecb993e5-8ac9-4b35-be56-5002b3bc103c} <Debug> executeQuery: Read 72 rows, 6.38 KiB in 0.001722 sec., 41811.84668989547 rows/sec., 3.62 MiB/sec. | ||
1262 | 2024.09.01 21:01:00.913190 [ 3 ] {ecb993e5-8ac9-4b35-be56-5002b3bc103c} <Debug> DynamicQueryHandler: Done processing query | ||
1263 | 2024.09.01 21:01:00.913214 [ 3 ] {ecb993e5-8ac9-4b35-be56-5002b3bc103c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1264 | 2024.09.01 21:01:00.913229 [ 3 ] {} <Debug> HTTP-Session: 7c825f3a-b2ab-41ce-9cd2-b109289f963b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1265 | 2024.09.01 21:01:00.913349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1266 | 2024.09.01 21:01:00.913399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1267 | 2024.09.01 21:01:00.913418 [ 3 ] {} <Debug> HTTP-Session: d23d1045-4d37-4797-939b-77a6b4a83c34 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1268 | 2024.09.01 21:01:00.913434 [ 3 ] {} <Debug> HTTP-Session: d23d1045-4d37-4797-939b-77a6b4a83c34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1269 | 2024.09.01 21:01:00.913448 [ 3 ] {} <Debug> HTTP-Session: d23d1045-4d37-4797-939b-77a6b4a83c34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1270 | 2024.09.01 21:01:00.913479 [ 3 ] {} <Trace> HTTP-Session: d23d1045-4d37-4797-939b-77a6b4a83c34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1271 | 2024.09.01 21:01:00.913578 [ 3 ] {35e61549-7b42-463b-9db2-0abb91a2aed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1272 | 2024.09.01 21:01:00.913622 [ 3 ] {35e61549-7b42-463b-9db2-0abb91a2aed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1273 | 2024.09.01 21:01:00.915899 [ 3 ] {35e61549-7b42-463b-9db2-0abb91a2aed8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1274 | 2024.09.01 21:01:00.918245 [ 3 ] {35e61549-7b42-463b-9db2-0abb91a2aed8} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1275 | 2024.09.01 21:01:00.918281 [ 3 ] {35e61549-7b42-463b-9db2-0abb91a2aed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1276 | 2024.09.01 21:01:00.918657 [ 3 ] {35e61549-7b42-463b-9db2-0abb91a2aed8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1277 | 2024.09.01 21:01:00.919020 [ 3 ] {35e61549-7b42-463b-9db2-0abb91a2aed8} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1278 | 2024.09.01 21:01:00.919179 [ 3 ] {35e61549-7b42-463b-9db2-0abb91a2aed8} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.005616 sec., 4095.4415954415954 rows/sec., 307.96 KiB/sec. | ||
1279 | 2024.09.01 21:01:00.919457 [ 3 ] {35e61549-7b42-463b-9db2-0abb91a2aed8} <Debug> DynamicQueryHandler: Done processing query | ||
1280 | 2024.09.01 21:01:00.919482 [ 3 ] {35e61549-7b42-463b-9db2-0abb91a2aed8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1281 | 2024.09.01 21:01:00.919498 [ 3 ] {} <Debug> HTTP-Session: d23d1045-4d37-4797-939b-77a6b4a83c34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1282 | 2024.09.01 21:01:00.919618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1283 | 2024.09.01 21:01:00.919668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1284 | 2024.09.01 21:01:00.919687 [ 3 ] {} <Debug> HTTP-Session: ffc6e845-3316-4dd7-bffd-06eb04fa7331 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1285 | 2024.09.01 21:01:00.919703 [ 3 ] {} <Debug> HTTP-Session: ffc6e845-3316-4dd7-bffd-06eb04fa7331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1286 | 2024.09.01 21:01:00.919717 [ 3 ] {} <Debug> HTTP-Session: ffc6e845-3316-4dd7-bffd-06eb04fa7331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1287 | 2024.09.01 21:01:00.919748 [ 3 ] {} <Trace> HTTP-Session: ffc6e845-3316-4dd7-bffd-06eb04fa7331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1288 | 2024.09.01 21:01:00.919862 [ 3 ] {eb12da5d-6ad0-45b8-9ceb-1edb7221cf0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1289 | 2024.09.01 21:01:00.919906 [ 3 ] {eb12da5d-6ad0-45b8-9ceb-1edb7221cf0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1290 | 2024.09.01 21:01:00.920146 [ 3 ] {eb12da5d-6ad0-45b8-9ceb-1edb7221cf0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1291 | 2024.09.01 21:01:00.920476 [ 3 ] {eb12da5d-6ad0-45b8-9ceb-1edb7221cf0f} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1292 | 2024.09.01 21:01:00.920512 [ 3 ] {eb12da5d-6ad0-45b8-9ceb-1edb7221cf0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1293 | 2024.09.01 21:01:00.920900 [ 3 ] {eb12da5d-6ad0-45b8-9ceb-1edb7221cf0f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1294 | 2024.09.01 21:01:00.921288 [ 3 ] {eb12da5d-6ad0-45b8-9ceb-1edb7221cf0f} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1295 | 2024.09.01 21:01:00.921443 [ 3 ] {eb12da5d-6ad0-45b8-9ceb-1edb7221cf0f} <Debug> executeQuery: Read 58 rows, 4.65 KiB in 0.001609 sec., 36047.234307023 rows/sec., 2.82 MiB/sec. | ||
1296 | 2024.09.01 21:01:00.921706 [ 3 ] {eb12da5d-6ad0-45b8-9ceb-1edb7221cf0f} <Debug> DynamicQueryHandler: Done processing query | ||
1297 | 2024.09.01 21:01:00.921730 [ 3 ] {eb12da5d-6ad0-45b8-9ceb-1edb7221cf0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1298 | 2024.09.01 21:01:00.921745 [ 3 ] {} <Debug> HTTP-Session: ffc6e845-3316-4dd7-bffd-06eb04fa7331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1299 | 2024.09.01 21:01:00.921884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1300 | 2024.09.01 21:01:00.921932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1301 | 2024.09.01 21:01:00.921950 [ 3 ] {} <Debug> HTTP-Session: f53b63d2-161c-4219-bfea-2d42bc8f909b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1302 | 2024.09.01 21:01:00.921966 [ 3 ] {} <Debug> HTTP-Session: f53b63d2-161c-4219-bfea-2d42bc8f909b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1303 | 2024.09.01 21:01:00.921980 [ 3 ] {} <Debug> HTTP-Session: f53b63d2-161c-4219-bfea-2d42bc8f909b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1304 | 2024.09.01 21:01:00.922010 [ 3 ] {} <Trace> HTTP-Session: f53b63d2-161c-4219-bfea-2d42bc8f909b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1305 | 2024.09.01 21:01:00.922143 [ 3 ] {08d4628a-3fc2-4432-a8f3-f7143c6959a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1306 | 2024.09.01 21:01:00.922191 [ 3 ] {08d4628a-3fc2-4432-a8f3-f7143c6959a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1307 | 2024.09.01 21:01:00.922356 [ 3 ] {08d4628a-3fc2-4432-a8f3-f7143c6959a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1308 | 2024.09.01 21:01:00.922702 [ 3 ] {08d4628a-3fc2-4432-a8f3-f7143c6959a4} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1309 | 2024.09.01 21:01:00.922740 [ 3 ] {08d4628a-3fc2-4432-a8f3-f7143c6959a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1310 | 2024.09.01 21:01:00.923164 [ 3 ] {08d4628a-3fc2-4432-a8f3-f7143c6959a4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1311 | 2024.09.01 21:01:00.923508 [ 3 ] {08d4628a-3fc2-4432-a8f3-f7143c6959a4} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1312 | 2024.09.01 21:01:00.923664 [ 3 ] {08d4628a-3fc2-4432-a8f3-f7143c6959a4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001576 sec., 63451.77664974619 rows/sec., 4.40 MiB/sec. | ||
1313 | 2024.09.01 21:01:00.923834 [ 3 ] {08d4628a-3fc2-4432-a8f3-f7143c6959a4} <Debug> DynamicQueryHandler: Done processing query | ||
1314 | 2024.09.01 21:01:00.923858 [ 3 ] {08d4628a-3fc2-4432-a8f3-f7143c6959a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1315 | 2024.09.01 21:01:00.923874 [ 3 ] {} <Debug> HTTP-Session: f53b63d2-161c-4219-bfea-2d42bc8f909b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1316 | 2024.09.01 21:01:00.924069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 38680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1317 | 2024.09.01 21:01:00.924118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1318 | 2024.09.01 21:01:00.924136 [ 3 ] {} <Debug> HTTP-Session: d37f34d2-e0a7-4878-a911-ecf719f84c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1319 | 2024.09.01 21:01:00.924153 [ 3 ] {} <Debug> HTTP-Session: d37f34d2-e0a7-4878-a911-ecf719f84c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1320 | 2024.09.01 21:01:00.924166 [ 3 ] {} <Debug> HTTP-Session: d37f34d2-e0a7-4878-a911-ecf719f84c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1321 | 2024.09.01 21:01:00.924197 [ 3 ] {} <Trace> HTTP-Session: d37f34d2-e0a7-4878-a911-ecf719f84c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1322 | 2024.09.01 21:01:00.924469 [ 3 ] {ac1eeeb0-9df1-40cf-9353-2795ff960d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1323 | 2024.09.01 21:01:00.924533 [ 3 ] {ac1eeeb0-9df1-40cf-9353-2795ff960d85} <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 | ||
1324 | 2024.09.01 21:01:00.924990 [ 3 ] {ac1eeeb0-9df1-40cf-9353-2795ff960d85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1325 | 2024.09.01 21:01:00.927547 [ 3 ] {ac1eeeb0-9df1-40cf-9353-2795ff960d85} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1326 | 2024.09.01 21:01:00.927591 [ 3 ] {ac1eeeb0-9df1-40cf-9353-2795ff960d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1327 | 2024.09.01 21:01:00.932616 [ 3 ] {ac1eeeb0-9df1-40cf-9353-2795ff960d85} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1328 | 2024.09.01 21:01:00.933071 [ 3 ] {ac1eeeb0-9df1-40cf-9353-2795ff960d85} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1329 | 2024.09.01 21:01:00.933277 [ 3 ] {ac1eeeb0-9df1-40cf-9353-2795ff960d85} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.008986 sec., 2559.537057645226 rows/sec., 4.59 MiB/sec. | ||
1330 | 2024.09.01 21:01:00.933642 [ 3 ] {ac1eeeb0-9df1-40cf-9353-2795ff960d85} <Debug> DynamicQueryHandler: Done processing query | ||
1331 | 2024.09.01 21:01:00.933666 [ 3 ] {ac1eeeb0-9df1-40cf-9353-2795ff960d85} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1332 | 2024.09.01 21:01:00.933683 [ 3 ] {} <Debug> HTTP-Session: d37f34d2-e0a7-4878-a911-ecf719f84c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1333 | 2024.09.01 21:01:00.933814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1334 | 2024.09.01 21:01:00.933861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1335 | 2024.09.01 21:01:00.933881 [ 3 ] {} <Debug> HTTP-Session: adfee378-dadb-420d-9b4c-e7921dda45e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1336 | 2024.09.01 21:01:00.933897 [ 3 ] {} <Debug> HTTP-Session: adfee378-dadb-420d-9b4c-e7921dda45e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1337 | 2024.09.01 21:01:00.933911 [ 3 ] {} <Debug> HTTP-Session: adfee378-dadb-420d-9b4c-e7921dda45e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1338 | 2024.09.01 21:01:00.933941 [ 3 ] {} <Trace> HTTP-Session: adfee378-dadb-420d-9b4c-e7921dda45e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1339 | 2024.09.01 21:01:00.934041 [ 3 ] {d2461519-3ddc-4c22-b74a-28c03df80a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1340 | 2024.09.01 21:01:00.934092 [ 3 ] {d2461519-3ddc-4c22-b74a-28c03df80a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1341 | 2024.09.01 21:01:00.934228 [ 3 ] {d2461519-3ddc-4c22-b74a-28c03df80a70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1342 | 2024.09.01 21:01:00.934548 [ 3 ] {d2461519-3ddc-4c22-b74a-28c03df80a70} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1343 | 2024.09.01 21:01:00.934585 [ 3 ] {d2461519-3ddc-4c22-b74a-28c03df80a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1344 | 2024.09.01 21:01:00.934947 [ 3 ] {d2461519-3ddc-4c22-b74a-28c03df80a70} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1345 | 2024.09.01 21:01:00.935269 [ 3 ] {d2461519-3ddc-4c22-b74a-28c03df80a70} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1346 | 2024.09.01 21:01:00.935418 [ 3 ] {d2461519-3ddc-4c22-b74a-28c03df80a70} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.001394 sec., 6456.241032998565 rows/sec., 476.37 KiB/sec. | ||
1347 | 2024.09.01 21:01:00.935579 [ 3 ] {d2461519-3ddc-4c22-b74a-28c03df80a70} <Debug> DynamicQueryHandler: Done processing query | ||
1348 | 2024.09.01 21:01:00.935603 [ 3 ] {d2461519-3ddc-4c22-b74a-28c03df80a70} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1349 | 2024.09.01 21:01:00.935618 [ 3 ] {} <Debug> HTTP-Session: adfee378-dadb-420d-9b4c-e7921dda45e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1350 | 2024.09.01 21:01:00.935727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1351 | 2024.09.01 21:01:00.935775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1352 | 2024.09.01 21:01:00.935794 [ 3 ] {} <Debug> HTTP-Session: 2ac7d5f0-77d3-48d5-82aa-b7894eb9c40f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1353 | 2024.09.01 21:01:00.935810 [ 3 ] {} <Debug> HTTP-Session: 2ac7d5f0-77d3-48d5-82aa-b7894eb9c40f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1354 | 2024.09.01 21:01:00.935823 [ 3 ] {} <Debug> HTTP-Session: 2ac7d5f0-77d3-48d5-82aa-b7894eb9c40f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1355 | 2024.09.01 21:01:00.935854 [ 3 ] {} <Trace> HTTP-Session: 2ac7d5f0-77d3-48d5-82aa-b7894eb9c40f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1356 | 2024.09.01 21:01:00.935955 [ 3 ] {60d14744-fab2-48a5-9b0a-ddc5cac74c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1357 | 2024.09.01 21:01:00.935998 [ 3 ] {60d14744-fab2-48a5-9b0a-ddc5cac74c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1358 | 2024.09.01 21:01:00.936125 [ 3 ] {60d14744-fab2-48a5-9b0a-ddc5cac74c5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1359 | 2024.09.01 21:01:00.936383 [ 3 ] {60d14744-fab2-48a5-9b0a-ddc5cac74c5a} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1360 | 2024.09.01 21:01:00.936419 [ 3 ] {60d14744-fab2-48a5-9b0a-ddc5cac74c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1361 | 2024.09.01 21:01:00.936763 [ 3 ] {60d14744-fab2-48a5-9b0a-ddc5cac74c5a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1362 | 2024.09.01 21:01:00.937076 [ 3 ] {60d14744-fab2-48a5-9b0a-ddc5cac74c5a} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1363 | 2024.09.01 21:01:00.937227 [ 3 ] {60d14744-fab2-48a5-9b0a-ddc5cac74c5a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001302 sec., 23041.474654377882 rows/sec., 1.58 MiB/sec. | ||
1364 | 2024.09.01 21:01:00.937498 [ 3 ] {60d14744-fab2-48a5-9b0a-ddc5cac74c5a} <Debug> DynamicQueryHandler: Done processing query | ||
1365 | 2024.09.01 21:01:00.937522 [ 3 ] {60d14744-fab2-48a5-9b0a-ddc5cac74c5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1366 | 2024.09.01 21:01:00.937537 [ 3 ] {} <Debug> HTTP-Session: 2ac7d5f0-77d3-48d5-82aa-b7894eb9c40f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1367 | 2024.09.01 21:01:05.854028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1368 | 2024.09.01 21:01:05.854159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1369 | 2024.09.01 21:01:05.854186 [ 3 ] {} <Debug> HTTP-Session: 95a72c63-c4ae-4c58-b8f9-6f6c695fdc19 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1370 | 2024.09.01 21:01:05.854212 [ 3 ] {} <Debug> HTTP-Session: 95a72c63-c4ae-4c58-b8f9-6f6c695fdc19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1371 | 2024.09.01 21:01:05.854229 [ 3 ] {} <Debug> HTTP-Session: 95a72c63-c4ae-4c58-b8f9-6f6c695fdc19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1372 | 2024.09.01 21:01:05.854279 [ 3 ] {} <Trace> HTTP-Session: 95a72c63-c4ae-4c58-b8f9-6f6c695fdc19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1373 | 2024.09.01 21:01:05.854476 [ 3 ] {77da5155-1cbf-4cae-88c5-970433049cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1374 | 2024.09.01 21:01:05.854544 [ 3 ] {77da5155-1cbf-4cae-88c5-970433049cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1375 | 2024.09.01 21:01:05.854878 [ 3 ] {77da5155-1cbf-4cae-88c5-970433049cf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1376 | 2024.09.01 21:01:05.855322 [ 3 ] {77da5155-1cbf-4cae-88c5-970433049cf6} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1377 | 2024.09.01 21:01:05.855373 [ 3 ] {77da5155-1cbf-4cae-88c5-970433049cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1378 | 2024.09.01 21:01:05.855836 [ 3 ] {77da5155-1cbf-4cae-88c5-970433049cf6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1379 | 2024.09.01 21:01:05.856246 [ 3 ] {77da5155-1cbf-4cae-88c5-970433049cf6} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1380 | 2024.09.01 21:01:05.856388 [ 3 ] {77da5155-1cbf-4cae-88c5-970433049cf6} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001972 sec., 13184.584178498988 rows/sec., 1003.80 KiB/sec. | ||
1381 | 2024.09.01 21:01:05.856631 [ 3 ] {77da5155-1cbf-4cae-88c5-970433049cf6} <Debug> DynamicQueryHandler: Done processing query | ||
1382 | 2024.09.01 21:01:05.856658 [ 3 ] {77da5155-1cbf-4cae-88c5-970433049cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1383 | 2024.09.01 21:01:05.856675 [ 3 ] {} <Debug> HTTP-Session: 95a72c63-c4ae-4c58-b8f9-6f6c695fdc19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1384 | 2024.09.01 21:01:05.856845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1385 | 2024.09.01 21:01:05.856898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1386 | 2024.09.01 21:01:05.856919 [ 3 ] {} <Debug> HTTP-Session: fff26c09-6075-461d-9f5f-5d1ce9669c29 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1387 | 2024.09.01 21:01:05.856938 [ 3 ] {} <Debug> HTTP-Session: fff26c09-6075-461d-9f5f-5d1ce9669c29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1388 | 2024.09.01 21:01:05.856952 [ 3 ] {} <Debug> HTTP-Session: fff26c09-6075-461d-9f5f-5d1ce9669c29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1389 | 2024.09.01 21:01:05.856988 [ 3 ] {} <Trace> HTTP-Session: fff26c09-6075-461d-9f5f-5d1ce9669c29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1390 | 2024.09.01 21:01:05.857107 [ 3 ] {a14893f2-6928-4046-8184-24fc8b991da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1391 | 2024.09.01 21:01:05.857169 [ 3 ] {a14893f2-6928-4046-8184-24fc8b991da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1392 | 2024.09.01 21:01:05.857417 [ 3 ] {a14893f2-6928-4046-8184-24fc8b991da2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1393 | 2024.09.01 21:01:05.857775 [ 3 ] {a14893f2-6928-4046-8184-24fc8b991da2} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1394 | 2024.09.01 21:01:05.857812 [ 3 ] {a14893f2-6928-4046-8184-24fc8b991da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1395 | 2024.09.01 21:01:05.858184 [ 3 ] {a14893f2-6928-4046-8184-24fc8b991da2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1396 | 2024.09.01 21:01:05.858564 [ 3 ] {a14893f2-6928-4046-8184-24fc8b991da2} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1397 | 2024.09.01 21:01:05.858691 [ 3 ] {a14893f2-6928-4046-8184-24fc8b991da2} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001624 sec., 17241.379310344826 rows/sec., 1.34 MiB/sec. | ||
1398 | 2024.09.01 21:01:05.859013 [ 3 ] {a14893f2-6928-4046-8184-24fc8b991da2} <Debug> DynamicQueryHandler: Done processing query | ||
1399 | 2024.09.01 21:01:05.859041 [ 3 ] {a14893f2-6928-4046-8184-24fc8b991da2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1400 | 2024.09.01 21:01:05.859058 [ 3 ] {} <Debug> HTTP-Session: fff26c09-6075-461d-9f5f-5d1ce9669c29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1401 | 2024.09.01 21:01:05.859236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1402 | 2024.09.01 21:01:05.859288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1403 | 2024.09.01 21:01:05.859308 [ 3 ] {} <Debug> HTTP-Session: 0205fcd1-dcfe-4721-bfaa-fd4866e8e56b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1404 | 2024.09.01 21:01:05.859325 [ 3 ] {} <Debug> HTTP-Session: 0205fcd1-dcfe-4721-bfaa-fd4866e8e56b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1405 | 2024.09.01 21:01:05.859339 [ 3 ] {} <Debug> HTTP-Session: 0205fcd1-dcfe-4721-bfaa-fd4866e8e56b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1406 | 2024.09.01 21:01:05.859376 [ 3 ] {} <Trace> HTTP-Session: 0205fcd1-dcfe-4721-bfaa-fd4866e8e56b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1407 | 2024.09.01 21:01:05.859520 [ 3 ] {999746a6-d42e-43b6-87f4-24ef9a4403e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1408 | 2024.09.01 21:01:05.859570 [ 3 ] {999746a6-d42e-43b6-87f4-24ef9a4403e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1409 | 2024.09.01 21:01:05.859786 [ 3 ] {999746a6-d42e-43b6-87f4-24ef9a4403e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1410 | 2024.09.01 21:01:05.860155 [ 3 ] {999746a6-d42e-43b6-87f4-24ef9a4403e9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1411 | 2024.09.01 21:01:05.860190 [ 3 ] {999746a6-d42e-43b6-87f4-24ef9a4403e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1412 | 2024.09.01 21:01:05.860661 [ 3 ] {999746a6-d42e-43b6-87f4-24ef9a4403e9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1413 | 2024.09.01 21:01:05.860996 [ 3 ] {999746a6-d42e-43b6-87f4-24ef9a4403e9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1414 | 2024.09.01 21:01:05.861123 [ 3 ] {999746a6-d42e-43b6-87f4-24ef9a4403e9} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00166 sec., 60240.96385542169 rows/sec., 4.18 MiB/sec. | ||
1415 | 2024.09.01 21:01:05.861288 [ 3 ] {999746a6-d42e-43b6-87f4-24ef9a4403e9} <Debug> DynamicQueryHandler: Done processing query | ||
1416 | 2024.09.01 21:01:05.861314 [ 3 ] {999746a6-d42e-43b6-87f4-24ef9a4403e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1417 | 2024.09.01 21:01:05.861330 [ 3 ] {} <Debug> HTTP-Session: 0205fcd1-dcfe-4721-bfaa-fd4866e8e56b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1418 | 2024.09.01 21:01:05.861475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1419 | 2024.09.01 21:01:05.861522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1420 | 2024.09.01 21:01:05.861541 [ 3 ] {} <Debug> HTTP-Session: 334112d2-0ec0-4879-bbec-4a51ed2797b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1421 | 2024.09.01 21:01:05.861558 [ 3 ] {} <Debug> HTTP-Session: 334112d2-0ec0-4879-bbec-4a51ed2797b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1422 | 2024.09.01 21:01:05.861572 [ 3 ] {} <Debug> HTTP-Session: 334112d2-0ec0-4879-bbec-4a51ed2797b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1423 | 2024.09.01 21:01:05.861603 [ 3 ] {} <Trace> HTTP-Session: 334112d2-0ec0-4879-bbec-4a51ed2797b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1424 | 2024.09.01 21:01:05.861708 [ 3 ] {e9fd6545-460f-4549-8680-c44f7f10f4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1425 | 2024.09.01 21:01:05.861752 [ 3 ] {e9fd6545-460f-4549-8680-c44f7f10f4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1426 | 2024.09.01 21:01:05.861878 [ 3 ] {e9fd6545-460f-4549-8680-c44f7f10f4db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1427 | 2024.09.01 21:01:05.862176 [ 3 ] {e9fd6545-460f-4549-8680-c44f7f10f4db} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1428 | 2024.09.01 21:01:05.862211 [ 3 ] {e9fd6545-460f-4549-8680-c44f7f10f4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1429 | 2024.09.01 21:01:05.862570 [ 3 ] {e9fd6545-460f-4549-8680-c44f7f10f4db} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1430 | 2024.09.01 21:01:05.862892 [ 3 ] {e9fd6545-460f-4549-8680-c44f7f10f4db} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1431 | 2024.09.01 21:01:05.863015 [ 3 ] {e9fd6545-460f-4549-8680-c44f7f10f4db} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001338 sec., 22421.52466367713 rows/sec., 1.54 MiB/sec. | ||
1432 | 2024.09.01 21:01:05.863167 [ 3 ] {e9fd6545-460f-4549-8680-c44f7f10f4db} <Debug> DynamicQueryHandler: Done processing query | ||
1433 | 2024.09.01 21:01:05.863192 [ 3 ] {e9fd6545-460f-4549-8680-c44f7f10f4db} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1434 | 2024.09.01 21:01:05.863210 [ 3 ] {} <Debug> HTTP-Session: 334112d2-0ec0-4879-bbec-4a51ed2797b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1435 | 2024.09.01 21:01:09.015996 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1436 | 2024.09.01 21:01:09.016056 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1437 | 2024.09.01 21:01:10.856816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 14495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1438 | 2024.09.01 21:01:10.856952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1439 | 2024.09.01 21:01:10.856983 [ 3 ] {} <Debug> HTTP-Session: 5df07a88-9e6f-45e5-933f-ed543a02d012 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1440 | 2024.09.01 21:01:10.857011 [ 3 ] {} <Debug> HTTP-Session: 5df07a88-9e6f-45e5-933f-ed543a02d012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1441 | 2024.09.01 21:01:10.857029 [ 3 ] {} <Debug> HTTP-Session: 5df07a88-9e6f-45e5-933f-ed543a02d012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1442 | 2024.09.01 21:01:10.857084 [ 3 ] {} <Trace> HTTP-Session: 5df07a88-9e6f-45e5-933f-ed543a02d012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1443 | 2024.09.01 21:01:10.857325 [ 3 ] {38b7bda8-8246-44f3-8fb7-01d84639d3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1444 | 2024.09.01 21:01:10.857398 [ 3 ] {38b7bda8-8246-44f3-8fb7-01d84639d3ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1445 | 2024.09.01 21:01:10.857797 [ 3 ] {38b7bda8-8246-44f3-8fb7-01d84639d3ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1446 | 2024.09.01 21:01:10.858289 [ 3 ] {38b7bda8-8246-44f3-8fb7-01d84639d3ee} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1447 | 2024.09.01 21:01:10.858332 [ 3 ] {38b7bda8-8246-44f3-8fb7-01d84639d3ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1448 | 2024.09.01 21:01:10.858744 [ 3 ] {38b7bda8-8246-44f3-8fb7-01d84639d3ee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1449 | 2024.09.01 21:01:10.859132 [ 3 ] {38b7bda8-8246-44f3-8fb7-01d84639d3ee} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1450 | 2024.09.01 21:01:10.859296 [ 3 ] {38b7bda8-8246-44f3-8fb7-01d84639d3ee} <Debug> executeQuery: Read 96 rows, 8.63 KiB in 0.002058 sec., 46647.23032069971 rows/sec., 4.09 MiB/sec. | ||
1451 | 2024.09.01 21:01:10.859511 [ 3 ] {38b7bda8-8246-44f3-8fb7-01d84639d3ee} <Debug> DynamicQueryHandler: Done processing query | ||
1452 | 2024.09.01 21:01:10.859537 [ 3 ] {38b7bda8-8246-44f3-8fb7-01d84639d3ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1453 | 2024.09.01 21:01:10.859554 [ 3 ] {} <Debug> HTTP-Session: 5df07a88-9e6f-45e5-933f-ed543a02d012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1454 | 2024.09.01 21:01:10.859688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1455 | 2024.09.01 21:01:10.859739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1456 | 2024.09.01 21:01:10.859758 [ 3 ] {} <Debug> HTTP-Session: 0a833e0d-c9ed-42cb-a229-f77e4266b302 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1457 | 2024.09.01 21:01:10.859774 [ 3 ] {} <Debug> HTTP-Session: 0a833e0d-c9ed-42cb-a229-f77e4266b302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1458 | 2024.09.01 21:01:10.859788 [ 3 ] {} <Debug> HTTP-Session: 0a833e0d-c9ed-42cb-a229-f77e4266b302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1459 | 2024.09.01 21:01:10.859819 [ 3 ] {} <Trace> HTTP-Session: 0a833e0d-c9ed-42cb-a229-f77e4266b302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1460 | 2024.09.01 21:01:10.859924 [ 3 ] {94df020a-3f18-4329-bf15-c4b81598cfc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1461 | 2024.09.01 21:01:10.859967 [ 3 ] {94df020a-3f18-4329-bf15-c4b81598cfc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1462 | 2024.09.01 21:01:10.860193 [ 3 ] {94df020a-3f18-4329-bf15-c4b81598cfc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1463 | 2024.09.01 21:01:10.860574 [ 3 ] {94df020a-3f18-4329-bf15-c4b81598cfc3} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1464 | 2024.09.01 21:01:10.860612 [ 3 ] {94df020a-3f18-4329-bf15-c4b81598cfc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1465 | 2024.09.01 21:01:10.860963 [ 3 ] {94df020a-3f18-4329-bf15-c4b81598cfc3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1466 | 2024.09.01 21:01:10.861338 [ 3 ] {94df020a-3f18-4329-bf15-c4b81598cfc3} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1467 | 2024.09.01 21:01:10.861488 [ 3 ] {94df020a-3f18-4329-bf15-c4b81598cfc3} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001586 sec., 22068.095838587644 rows/sec., 1.62 MiB/sec. | ||
1468 | 2024.09.01 21:01:10.861665 [ 3 ] {94df020a-3f18-4329-bf15-c4b81598cfc3} <Debug> DynamicQueryHandler: Done processing query | ||
1469 | 2024.09.01 21:01:10.861691 [ 3 ] {94df020a-3f18-4329-bf15-c4b81598cfc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1470 | 2024.09.01 21:01:10.861707 [ 3 ] {} <Debug> HTTP-Session: 0a833e0d-c9ed-42cb-a229-f77e4266b302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1471 | 2024.09.01 21:01:10.861833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11763, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1472 | 2024.09.01 21:01:10.861883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1473 | 2024.09.01 21:01:10.861902 [ 3 ] {} <Debug> HTTP-Session: 4ea253c7-b6a7-4855-9249-52152c9dbdb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1474 | 2024.09.01 21:01:10.861919 [ 3 ] {} <Debug> HTTP-Session: 4ea253c7-b6a7-4855-9249-52152c9dbdb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1475 | 2024.09.01 21:01:10.861933 [ 3 ] {} <Debug> HTTP-Session: 4ea253c7-b6a7-4855-9249-52152c9dbdb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1476 | 2024.09.01 21:01:10.861965 [ 3 ] {} <Trace> HTTP-Session: 4ea253c7-b6a7-4855-9249-52152c9dbdb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1477 | 2024.09.01 21:01:10.862081 [ 3 ] {b7c7aca2-81b7-437f-8633-e28094bd7386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1478 | 2024.09.01 21:01:10.862123 [ 3 ] {b7c7aca2-81b7-437f-8633-e28094bd7386} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1479 | 2024.09.01 21:01:10.862406 [ 3 ] {b7c7aca2-81b7-437f-8633-e28094bd7386} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1480 | 2024.09.01 21:01:10.863099 [ 3 ] {b7c7aca2-81b7-437f-8633-e28094bd7386} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1481 | 2024.09.01 21:01:10.863143 [ 3 ] {b7c7aca2-81b7-437f-8633-e28094bd7386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1482 | 2024.09.01 21:01:10.863564 [ 3 ] {b7c7aca2-81b7-437f-8633-e28094bd7386} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1483 | 2024.09.01 21:01:10.864053 [ 3 ] {b7c7aca2-81b7-437f-8633-e28094bd7386} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1484 | 2024.09.01 21:01:10.864244 [ 3 ] {b7c7aca2-81b7-437f-8633-e28094bd7386} <Debug> executeQuery: Read 69 rows, 5.55 KiB in 0.002195 sec., 31435.079726651482 rows/sec., 2.47 MiB/sec. | ||
1485 | 2024.09.01 21:01:10.864460 [ 3 ] {b7c7aca2-81b7-437f-8633-e28094bd7386} <Debug> DynamicQueryHandler: Done processing query | ||
1486 | 2024.09.01 21:01:10.864486 [ 3 ] {b7c7aca2-81b7-437f-8633-e28094bd7386} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1487 | 2024.09.01 21:01:10.864502 [ 3 ] {} <Debug> HTTP-Session: 4ea253c7-b6a7-4855-9249-52152c9dbdb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1488 | 2024.09.01 21:01:10.864648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1489 | 2024.09.01 21:01:10.864698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1490 | 2024.09.01 21:01:10.864717 [ 3 ] {} <Debug> HTTP-Session: 79040bf8-7f43-4b80-bcd9-f544c3b74afe Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1491 | 2024.09.01 21:01:10.864733 [ 3 ] {} <Debug> HTTP-Session: 79040bf8-7f43-4b80-bcd9-f544c3b74afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1492 | 2024.09.01 21:01:10.864749 [ 3 ] {} <Debug> HTTP-Session: 79040bf8-7f43-4b80-bcd9-f544c3b74afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1493 | 2024.09.01 21:01:10.864781 [ 3 ] {} <Trace> HTTP-Session: 79040bf8-7f43-4b80-bcd9-f544c3b74afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1494 | 2024.09.01 21:01:10.864913 [ 3 ] {a59f90b1-57cf-4a1b-88d6-ea0fb5445837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1495 | 2024.09.01 21:01:10.864961 [ 3 ] {a59f90b1-57cf-4a1b-88d6-ea0fb5445837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1496 | 2024.09.01 21:01:10.865105 [ 3 ] {a59f90b1-57cf-4a1b-88d6-ea0fb5445837} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1497 | 2024.09.01 21:01:10.865542 [ 3 ] {a59f90b1-57cf-4a1b-88d6-ea0fb5445837} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1498 | 2024.09.01 21:01:10.865592 [ 3 ] {a59f90b1-57cf-4a1b-88d6-ea0fb5445837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1499 | 2024.09.01 21:01:10.866111 [ 3 ] {a59f90b1-57cf-4a1b-88d6-ea0fb5445837} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1500 | 2024.09.01 21:01:10.866642 [ 3 ] {a59f90b1-57cf-4a1b-88d6-ea0fb5445837} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1501 | 2024.09.01 21:01:10.866778 [ 3 ] {a59f90b1-57cf-4a1b-88d6-ea0fb5445837} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001918 sec., 52137.64337851929 rows/sec., 3.61 MiB/sec. | ||
1502 | 2024.09.01 21:01:10.866971 [ 3 ] {a59f90b1-57cf-4a1b-88d6-ea0fb5445837} <Debug> DynamicQueryHandler: Done processing query | ||
1503 | 2024.09.01 21:01:10.866996 [ 3 ] {a59f90b1-57cf-4a1b-88d6-ea0fb5445837} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1504 | 2024.09.01 21:01:10.867012 [ 3 ] {} <Debug> HTTP-Session: 79040bf8-7f43-4b80-bcd9-f544c3b74afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1505 | 2024.09.01 21:01:10.867244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1506 | 2024.09.01 21:01:10.867293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1507 | 2024.09.01 21:01:10.867312 [ 3 ] {} <Debug> HTTP-Session: 386af2a5-e213-4454-8813-97e3893db402 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1508 | 2024.09.01 21:01:10.867328 [ 3 ] {} <Debug> HTTP-Session: 386af2a5-e213-4454-8813-97e3893db402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1509 | 2024.09.01 21:01:10.867342 [ 3 ] {} <Debug> HTTP-Session: 386af2a5-e213-4454-8813-97e3893db402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1510 | 2024.09.01 21:01:10.867374 [ 3 ] {} <Trace> HTTP-Session: 386af2a5-e213-4454-8813-97e3893db402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1511 | 2024.09.01 21:01:10.868380 [ 3 ] {caa14ab9-ab96-401e-a555-e272b9e1a8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1512 | 2024.09.01 21:01:10.868453 [ 3 ] {caa14ab9-ab96-401e-a555-e272b9e1a8e4} <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 | ||
1513 | 2024.09.01 21:01:10.868855 [ 3 ] {caa14ab9-ab96-401e-a555-e272b9e1a8e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1514 | 2024.09.01 21:01:10.869596 [ 3 ] {caa14ab9-ab96-401e-a555-e272b9e1a8e4} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1515 | 2024.09.01 21:01:10.869632 [ 3 ] {caa14ab9-ab96-401e-a555-e272b9e1a8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1516 | 2024.09.01 21:01:10.870297 [ 3 ] {caa14ab9-ab96-401e-a555-e272b9e1a8e4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1517 | 2024.09.01 21:01:10.870716 [ 3 ] {caa14ab9-ab96-401e-a555-e272b9e1a8e4} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1518 | 2024.09.01 21:01:10.870893 [ 3 ] {caa14ab9-ab96-401e-a555-e272b9e1a8e4} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003431 sec., 10201.107548819586 rows/sec., 18.28 MiB/sec. | ||
1519 | 2024.09.01 21:01:10.871176 [ 3 ] {caa14ab9-ab96-401e-a555-e272b9e1a8e4} <Debug> DynamicQueryHandler: Done processing query | ||
1520 | 2024.09.01 21:01:10.871200 [ 3 ] {caa14ab9-ab96-401e-a555-e272b9e1a8e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
1521 | 2024.09.01 21:01:10.871216 [ 3 ] {} <Debug> HTTP-Session: 386af2a5-e213-4454-8813-97e3893db402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1522 | 2024.09.01 21:01:10.871332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1523 | 2024.09.01 21:01:10.871380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1524 | 2024.09.01 21:01:10.871399 [ 3 ] {} <Debug> HTTP-Session: a5719714-351d-4c48-8ad6-97dd8a1afa90 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1525 | 2024.09.01 21:01:10.871415 [ 3 ] {} <Debug> HTTP-Session: a5719714-351d-4c48-8ad6-97dd8a1afa90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1526 | 2024.09.01 21:01:10.871429 [ 3 ] {} <Debug> HTTP-Session: a5719714-351d-4c48-8ad6-97dd8a1afa90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1527 | 2024.09.01 21:01:10.871460 [ 3 ] {} <Trace> HTTP-Session: a5719714-351d-4c48-8ad6-97dd8a1afa90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1528 | 2024.09.01 21:01:10.871560 [ 3 ] {7c1c4912-1e3a-43a9-bc4b-d18cdd4c27a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1529 | 2024.09.01 21:01:10.871605 [ 3 ] {7c1c4912-1e3a-43a9-bc4b-d18cdd4c27a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1530 | 2024.09.01 21:01:10.871733 [ 3 ] {7c1c4912-1e3a-43a9-bc4b-d18cdd4c27a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1531 | 2024.09.01 21:01:10.872003 [ 3 ] {7c1c4912-1e3a-43a9-bc4b-d18cdd4c27a3} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1532 | 2024.09.01 21:01:10.872038 [ 3 ] {7c1c4912-1e3a-43a9-bc4b-d18cdd4c27a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1533 | 2024.09.01 21:01:10.872390 [ 3 ] {7c1c4912-1e3a-43a9-bc4b-d18cdd4c27a3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1534 | 2024.09.01 21:01:10.872725 [ 3 ] {7c1c4912-1e3a-43a9-bc4b-d18cdd4c27a3} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1535 | 2024.09.01 21:01:10.872872 [ 3 ] {7c1c4912-1e3a-43a9-bc4b-d18cdd4c27a3} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001332 sec., 6756.756756756757 rows/sec., 519.81 KiB/sec. | ||
1536 | 2024.09.01 21:01:10.873130 [ 3 ] {7c1c4912-1e3a-43a9-bc4b-d18cdd4c27a3} <Debug> DynamicQueryHandler: Done processing query | ||
1537 | 2024.09.01 21:01:10.873154 [ 3 ] {7c1c4912-1e3a-43a9-bc4b-d18cdd4c27a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1538 | 2024.09.01 21:01:10.873170 [ 3 ] {} <Debug> HTTP-Session: a5719714-351d-4c48-8ad6-97dd8a1afa90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1539 | 2024.09.01 21:01:10.873288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1540 | 2024.09.01 21:01:10.873337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1541 | 2024.09.01 21:01:10.873356 [ 3 ] {} <Debug> HTTP-Session: ba9ae331-9b12-4810-be77-820e63204db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1542 | 2024.09.01 21:01:10.873373 [ 3 ] {} <Debug> HTTP-Session: ba9ae331-9b12-4810-be77-820e63204db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.09.01 21:01:10.873388 [ 3 ] {} <Debug> HTTP-Session: ba9ae331-9b12-4810-be77-820e63204db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1544 | 2024.09.01 21:01:10.873430 [ 3 ] {} <Trace> HTTP-Session: ba9ae331-9b12-4810-be77-820e63204db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1545 | 2024.09.01 21:01:10.873546 [ 3 ] {00459199-19f3-4895-a69a-2b3fdcea201d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1546 | 2024.09.01 21:01:10.873597 [ 3 ] {00459199-19f3-4895-a69a-2b3fdcea201d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1547 | 2024.09.01 21:01:10.873743 [ 3 ] {00459199-19f3-4895-a69a-2b3fdcea201d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1548 | 2024.09.01 21:01:10.874035 [ 3 ] {00459199-19f3-4895-a69a-2b3fdcea201d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1549 | 2024.09.01 21:01:10.874071 [ 3 ] {00459199-19f3-4895-a69a-2b3fdcea201d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1550 | 2024.09.01 21:01:10.874433 [ 3 ] {00459199-19f3-4895-a69a-2b3fdcea201d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1551 | 2024.09.01 21:01:10.874760 [ 3 ] {00459199-19f3-4895-a69a-2b3fdcea201d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1552 | 2024.09.01 21:01:10.874903 [ 3 ] {00459199-19f3-4895-a69a-2b3fdcea201d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001383 sec., 21691.97396963124 rows/sec., 1.49 MiB/sec. | ||
1553 | 2024.09.01 21:01:10.875161 [ 3 ] {00459199-19f3-4895-a69a-2b3fdcea201d} <Debug> DynamicQueryHandler: Done processing query | ||
1554 | 2024.09.01 21:01:10.875186 [ 3 ] {00459199-19f3-4895-a69a-2b3fdcea201d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1555 | 2024.09.01 21:01:10.875201 [ 3 ] {} <Debug> HTTP-Session: ba9ae331-9b12-4810-be77-820e63204db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1556 | 2024.09.01 21:01:15.853635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1557 | 2024.09.01 21:01:15.853764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1558 | 2024.09.01 21:01:15.853789 [ 3 ] {} <Debug> HTTP-Session: 678dc170-cf1a-4d67-abff-ab9c70d0df19 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1559 | 2024.09.01 21:01:15.853813 [ 3 ] {} <Debug> HTTP-Session: 678dc170-cf1a-4d67-abff-ab9c70d0df19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1560 | 2024.09.01 21:01:15.853828 [ 3 ] {} <Debug> HTTP-Session: 678dc170-cf1a-4d67-abff-ab9c70d0df19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1561 | 2024.09.01 21:01:15.853875 [ 3 ] {} <Trace> HTTP-Session: 678dc170-cf1a-4d67-abff-ab9c70d0df19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1562 | 2024.09.01 21:01:15.854064 [ 3 ] {a4abff02-c56d-444f-b617-96fbea4eacf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1563 | 2024.09.01 21:01:15.854130 [ 3 ] {a4abff02-c56d-444f-b617-96fbea4eacf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1564 | 2024.09.01 21:01:15.854484 [ 3 ] {a4abff02-c56d-444f-b617-96fbea4eacf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1565 | 2024.09.01 21:01:15.854937 [ 3 ] {a4abff02-c56d-444f-b617-96fbea4eacf8} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1566 | 2024.09.01 21:01:15.854985 [ 3 ] {a4abff02-c56d-444f-b617-96fbea4eacf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1567 | 2024.09.01 21:01:15.855401 [ 3 ] {a4abff02-c56d-444f-b617-96fbea4eacf8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1568 | 2024.09.01 21:01:15.855781 [ 3 ] {a4abff02-c56d-444f-b617-96fbea4eacf8} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1569 | 2024.09.01 21:01:15.855942 [ 3 ] {a4abff02-c56d-444f-b617-96fbea4eacf8} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001937 sec., 13422.818791946309 rows/sec., 1021.94 KiB/sec. | ||
1570 | 2024.09.01 21:01:15.855943 [ 76 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1571 | 2024.09.01 21:01:15.856016 [ 76 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1572 | 2024.09.01 21:01:15.856053 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1573 | 2024.09.01 21:01:15.856222 [ 3 ] {a4abff02-c56d-444f-b617-96fbea4eacf8} <Debug> DynamicQueryHandler: Done processing query | ||
1574 | 2024.09.01 21:01:15.856252 [ 3 ] {a4abff02-c56d-444f-b617-96fbea4eacf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1575 | 2024.09.01 21:01:15.856271 [ 3 ] {} <Debug> HTTP-Session: 678dc170-cf1a-4d67-abff-ab9c70d0df19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1576 | 2024.09.01 21:01:15.856410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1577 | 2024.09.01 21:01:15.856463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1578 | 2024.09.01 21:01:15.856483 [ 3 ] {} <Debug> HTTP-Session: 9d772618-e4c9-4596-9ba9-3fce477bb795 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1579 | 2024.09.01 21:01:15.856502 [ 3 ] {} <Debug> HTTP-Session: 9d772618-e4c9-4596-9ba9-3fce477bb795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1580 | 2024.09.01 21:01:15.856516 [ 3 ] {} <Debug> HTTP-Session: 9d772618-e4c9-4596-9ba9-3fce477bb795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1581 | 2024.09.01 21:01:15.856552 [ 3 ] {} <Trace> HTTP-Session: 9d772618-e4c9-4596-9ba9-3fce477bb795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1582 | 2024.09.01 21:01:15.856670 [ 3 ] {e8971905-ceb0-43a7-8693-bc727b845ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1583 | 2024.09.01 21:01:15.856719 [ 3 ] {e8971905-ceb0-43a7-8693-bc727b845ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1584 | 2024.09.01 21:01:15.857005 [ 3 ] {e8971905-ceb0-43a7-8693-bc727b845ca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1585 | 2024.09.01 21:01:15.857380 [ 3 ] {e8971905-ceb0-43a7-8693-bc727b845ca7} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1586 | 2024.09.01 21:01:15.857417 [ 3 ] {e8971905-ceb0-43a7-8693-bc727b845ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1587 | 2024.09.01 21:01:15.857773 [ 3 ] {e8971905-ceb0-43a7-8693-bc727b845ca7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1588 | 2024.09.01 21:01:15.858171 [ 3 ] {e8971905-ceb0-43a7-8693-bc727b845ca7} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1589 | 2024.09.01 21:01:15.858310 [ 76 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1590 | 2024.09.01 21:01:15.858314 [ 3 ] {e8971905-ceb0-43a7-8693-bc727b845ca7} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001681 sec., 16656.75193337299 rows/sec., 1.30 MiB/sec. | ||
1591 | 2024.09.01 21:01:15.858353 [ 76 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1592 | 2024.09.01 21:01:15.858392 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1593 | 2024.09.01 21:01:15.858567 [ 3 ] {e8971905-ceb0-43a7-8693-bc727b845ca7} <Debug> DynamicQueryHandler: Done processing query | ||
1594 | 2024.09.01 21:01:15.858594 [ 3 ] {e8971905-ceb0-43a7-8693-bc727b845ca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1595 | 2024.09.01 21:01:15.858610 [ 3 ] {} <Debug> HTTP-Session: 9d772618-e4c9-4596-9ba9-3fce477bb795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1596 | 2024.09.01 21:01:15.858746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1597 | 2024.09.01 21:01:15.858799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1598 | 2024.09.01 21:01:15.858819 [ 3 ] {} <Debug> HTTP-Session: bf0ef018-6f36-4f87-ad20-c849d1f80d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1599 | 2024.09.01 21:01:15.858837 [ 3 ] {} <Debug> HTTP-Session: bf0ef018-6f36-4f87-ad20-c849d1f80d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1600 | 2024.09.01 21:01:15.858851 [ 3 ] {} <Debug> HTTP-Session: bf0ef018-6f36-4f87-ad20-c849d1f80d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1601 | 2024.09.01 21:01:15.858885 [ 3 ] {} <Trace> HTTP-Session: bf0ef018-6f36-4f87-ad20-c849d1f80d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1602 | 2024.09.01 21:01:15.859029 [ 3 ] {99f89ff0-8426-44ed-b920-7b3765049bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1603 | 2024.09.01 21:01:15.859080 [ 3 ] {99f89ff0-8426-44ed-b920-7b3765049bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1604 | 2024.09.01 21:01:15.859225 [ 3 ] {99f89ff0-8426-44ed-b920-7b3765049bc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1605 | 2024.09.01 21:01:15.859571 [ 3 ] {99f89ff0-8426-44ed-b920-7b3765049bc7} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1606 | 2024.09.01 21:01:15.859607 [ 3 ] {99f89ff0-8426-44ed-b920-7b3765049bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1607 | 2024.09.01 21:01:15.859985 [ 3 ] {99f89ff0-8426-44ed-b920-7b3765049bc7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1608 | 2024.09.01 21:01:15.860304 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
1609 | 2024.09.01 21:01:15.860317 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
1610 | 2024.09.01 21:01:15.860544 [ 3 ] {99f89ff0-8426-44ed-b920-7b3765049bc7} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1611 | 2024.09.01 21:01:15.860999 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1612 | 2024.09.01 21:01:15.860999 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1613 | 2024.09.01 21:01:15.861032 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1614 | 2024.09.01 21:01:15.861118 [ 3 ] {99f89ff0-8426-44ed-b920-7b3765049bc7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00214 sec., 46728.97196261682 rows/sec., 3.24 MiB/sec. | ||
1615 | 2024.09.01 21:01:15.861120 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1616 | 2024.09.01 21:01:15.861191 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1617 | 2024.09.01 21:01:15.861242 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
1618 | 2024.09.01 21:01:15.861257 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
1619 | 2024.09.01 21:01:15.861835 [ 3 ] {99f89ff0-8426-44ed-b920-7b3765049bc7} <Debug> DynamicQueryHandler: Done processing query | ||
1620 | 2024.09.01 21:01:15.861925 [ 3 ] {99f89ff0-8426-44ed-b920-7b3765049bc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1621 | 2024.09.01 21:01:15.861929 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
1622 | 2024.09.01 21:01:15.861999 [ 3 ] {} <Debug> HTTP-Session: bf0ef018-6f36-4f87-ad20-c849d1f80d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1623 | 2024.09.01 21:01:15.862154 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
1624 | 2024.09.01 21:01:15.862346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1625 | 2024.09.01 21:01:15.862550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1626 | 2024.09.01 21:01:15.862643 [ 3 ] {} <Debug> HTTP-Session: be1582fa-c5a0-42ce-bded-f2053ad241c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1627 | 2024.09.01 21:01:15.862713 [ 3 ] {} <Debug> HTTP-Session: be1582fa-c5a0-42ce-bded-f2053ad241c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1628 | 2024.09.01 21:01:15.862775 [ 3 ] {} <Debug> HTTP-Session: be1582fa-c5a0-42ce-bded-f2053ad241c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1629 | 2024.09.01 21:01:15.862916 [ 3 ] {} <Trace> HTTP-Session: be1582fa-c5a0-42ce-bded-f2053ad241c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1630 | 2024.09.01 21:01:15.862915 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1631 | 2024.09.01 21:01:15.863043 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
1632 | 2024.09.01 21:01:15.863173 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 120 rows starting from the beginning of the part | ||
1633 | 2024.09.01 21:01:15.863432 [ 3 ] {a7efc637-a931-4764-8cab-f39704620d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1634 | 2024.09.01 21:01:15.863401 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
1635 | 2024.09.01 21:01:15.863673 [ 3 ] {a7efc637-a931-4764-8cab-f39704620d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1636 | 2024.09.01 21:01:15.863731 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
1637 | 2024.09.01 21:01:15.863957 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
1638 | 2024.09.01 21:01:15.864326 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
1639 | 2024.09.01 21:01:15.864649 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
1640 | 2024.09.01 21:01:15.865090 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
1641 | 2024.09.01 21:01:15.865331 [ 3 ] {a7efc637-a931-4764-8cab-f39704620d9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1642 | 2024.09.01 21:01:15.865716 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
1643 | 2024.09.01 21:01:15.866062 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 96 rows starting from the beginning of the part | ||
1644 | 2024.09.01 21:01:15.866672 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
1645 | 2024.09.01 21:01:15.866871 [ 3 ] {a7efc637-a931-4764-8cab-f39704620d9d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1646 | 2024.09.01 21:01:15.866912 [ 3 ] {a7efc637-a931-4764-8cab-f39704620d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1647 | 2024.09.01 21:01:15.867298 [ 3 ] {a7efc637-a931-4764-8cab-f39704620d9d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1648 | 2024.09.01 21:01:15.867660 [ 3 ] {a7efc637-a931-4764-8cab-f39704620d9d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1649 | 2024.09.01 21:01:15.867792 [ 76 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1650 | 2024.09.01 21:01:15.867793 [ 3 ] {a7efc637-a931-4764-8cab-f39704620d9d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004586 sec., 6541.648495420846 rows/sec., 458.89 KiB/sec. | ||
1651 | 2024.09.01 21:01:15.867826 [ 76 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1652 | 2024.09.01 21:01:15.867866 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1653 | 2024.09.01 21:01:15.868181 [ 3 ] {a7efc637-a931-4764-8cab-f39704620d9d} <Debug> DynamicQueryHandler: Done processing query | ||
1654 | 2024.09.01 21:01:15.868274 [ 3 ] {a7efc637-a931-4764-8cab-f39704620d9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1655 | 2024.09.01 21:01:15.868319 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
1656 | 2024.09.01 21:01:15.868378 [ 3 ] {} <Debug> HTTP-Session: be1582fa-c5a0-42ce-bded-f2053ad241c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1657 | 2024.09.01 21:01:15.869384 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
1658 | 2024.09.01 21:01:15.869444 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
1659 | 2024.09.01 21:01:15.870274 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1660 | 2024.09.01 21:01:15.870463 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 69 rows starting from the beginning of the part | ||
1661 | 2024.09.01 21:01:15.870510 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
1662 | 2024.09.01 21:01:15.871308 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
1663 | 2024.09.01 21:01:15.871331 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
1664 | 2024.09.01 21:01:15.871807 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
1665 | 2024.09.01 21:01:15.872312 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
1666 | 2024.09.01 21:01:15.872824 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1667 | 2024.09.01 21:01:15.873302 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
1668 | 2024.09.01 21:01:15.875335 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 620 rows, containing 5 columns (5 merged, 0 gathered) in 0.013908777 sec., 44576.16942165368 rows/sec., 3.09 MiB/sec. | ||
1669 | 2024.09.01 21:01:15.875834 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1670 | 2024.09.01 21:01:15.878627 [ 190 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1671 | 2024.09.01 21:01:15.879340 [ 190 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1672 | 2024.09.01 21:01:15.879881 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
1673 | 2024.09.01 21:01:15.881229 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.025050528 sec., 10858.054568750009 rows/sec., 957.32 KiB/sec. | ||
1674 | 2024.09.01 21:01:15.881344 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.01334333 sec., 13939.548823269753 rows/sec., 977.86 KiB/sec. | ||
1675 | 2024.09.01 21:01:15.881489 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1676 | 2024.09.01 21:01:15.881560 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 239 rows, containing 5 columns (5 merged, 0 gathered) in 0.021334937 sec., 11202.28290338987 rows/sec., 941.14 KiB/sec. | ||
1677 | 2024.09.01 21:01:15.881621 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1678 | 2024.09.01 21:01:15.881954 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1679 | 2024.09.01 21:01:15.883366 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_6_1} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1680 | 2024.09.01 21:01:15.883487 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_6_1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1681 | 2024.09.01 21:01:15.883690 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_6_1} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1682 | 2024.09.01 21:01:15.883696 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_6_1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1683 | 2024.09.01 21:01:15.883963 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1684 | 2024.09.01 21:01:15.884023 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1685 | 2024.09.01 21:01:15.884065 [ 201 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_6_1} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1686 | 2024.09.01 21:01:15.884144 [ 201 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_6_1} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1687 | 2024.09.01 21:01:15.884227 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1688 | 2024.09.01 21:01:20.851866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1689 | 2024.09.01 21:01:20.852017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1690 | 2024.09.01 21:01:20.852048 [ 3 ] {} <Debug> HTTP-Session: 07f4d85d-555f-45c3-8e41-b29e1bc1829f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1691 | 2024.09.01 21:01:20.852087 [ 3 ] {} <Debug> HTTP-Session: 07f4d85d-555f-45c3-8e41-b29e1bc1829f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1692 | 2024.09.01 21:01:20.852119 [ 3 ] {} <Debug> HTTP-Session: 07f4d85d-555f-45c3-8e41-b29e1bc1829f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1693 | 2024.09.01 21:01:20.852197 [ 3 ] {} <Trace> HTTP-Session: 07f4d85d-555f-45c3-8e41-b29e1bc1829f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1694 | 2024.09.01 21:01:20.852446 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1695 | 2024.09.01 21:01:20.852818 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1696 | 2024.09.01 21:01:20.852862 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1697 | 2024.09.01 21:01:20.853168 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1698 | 2024.09.01 21:01:20.853254 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1699 | 2024.09.01 21:01:20.853429 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1700 | 2024.09.01 21:01:20.853569 [ 250 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1701 | 2024.09.01 21:01:20.853656 [ 250 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1702 | 2024.09.01 21:01:20.853729 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1703 | 2024.09.01 21:01:20.853757 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1704 | 2024.09.01 21:01:20.857928 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1705 | 2024.09.01 21:01:20.859840 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1706 | 2024.09.01 21:01:20.859911 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1707 | 2024.09.01 21:01:20.859960 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
1708 | 2024.09.01 21:01:20.862029 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.009686 sec., 1858.3522609952508 rows/sec., 78.04 KiB/sec. | ||
1709 | 2024.09.01 21:01:20.862372 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Debug> DynamicQueryHandler: Done processing query | ||
1710 | 2024.09.01 21:01:20.862399 [ 3 ] {b798cc18-a44d-4a66-a353-0845efb3e040} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1711 | 2024.09.01 21:01:20.862425 [ 3 ] {} <Debug> HTTP-Session: 07f4d85d-555f-45c3-8e41-b29e1bc1829f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1712 | 2024.09.01 21:01:20.862661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1713 | 2024.09.01 21:01:20.862718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1714 | 2024.09.01 21:01:20.862738 [ 3 ] {} <Debug> HTTP-Session: 1c522c26-3bdd-46d8-b831-edc036d6a630 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1715 | 2024.09.01 21:01:20.862756 [ 3 ] {} <Debug> HTTP-Session: 1c522c26-3bdd-46d8-b831-edc036d6a630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1716 | 2024.09.01 21:01:20.862771 [ 3 ] {} <Debug> HTTP-Session: 1c522c26-3bdd-46d8-b831-edc036d6a630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1717 | 2024.09.01 21:01:20.862807 [ 3 ] {} <Trace> HTTP-Session: 1c522c26-3bdd-46d8-b831-edc036d6a630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1718 | 2024.09.01 21:01:20.862964 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT JSONEachRow; (stage: Complete) | ||
1719 | 2024.09.01 21:01:20.863244 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1720 | 2024.09.01 21:01:20.863286 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
1721 | 2024.09.01 21:01:20.863552 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1722 | 2024.09.01 21:01:20.863620 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1723 | 2024.09.01 21:01:20.863767 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1724 | 2024.09.01 21:01:20.863876 [ 260 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1725 | 2024.09.01 21:01:20.863882 [ 261 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1726 | 2024.09.01 21:01:20.864002 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1727 | 2024.09.01 21:01:20.864031 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1728 | 2024.09.01 21:01:20.864113 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1729 | 2024.09.01 21:01:20.864134 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1730 | 2024.09.01 21:01:20.864173 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
1731 | 2024.09.01 21:01:20.864215 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
1732 | 2024.09.01 21:01:20.865471 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002579 sec., 6979.449398991857 rows/sec., 293.08 KiB/sec. | ||
1733 | 2024.09.01 21:01:20.865775 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Debug> DynamicQueryHandler: Done processing query | ||
1734 | 2024.09.01 21:01:20.865800 [ 3 ] {f90c980b-abe7-4b5a-830c-e985550019da} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1735 | 2024.09.01 21:01:20.865817 [ 3 ] {} <Debug> HTTP-Session: 1c522c26-3bdd-46d8-b831-edc036d6a630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1736 | 2024.09.01 21:01:20.866445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1737 | 2024.09.01 21:01:20.866497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1738 | 2024.09.01 21:01:20.866516 [ 3 ] {} <Debug> HTTP-Session: 7b51db1a-6f61-480a-bd85-0bc90abeeb77 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1739 | 2024.09.01 21:01:20.866534 [ 3 ] {} <Debug> HTTP-Session: 7b51db1a-6f61-480a-bd85-0bc90abeeb77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1740 | 2024.09.01 21:01:20.866548 [ 3 ] {} <Debug> HTTP-Session: 7b51db1a-6f61-480a-bd85-0bc90abeeb77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1741 | 2024.09.01 21:01:20.866583 [ 3 ] {} <Trace> HTTP-Session: 7b51db1a-6f61-480a-bd85-0bc90abeeb77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1742 | 2024.09.01 21:01:20.866731 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT JSONEachRow; (stage: Complete) | ||
1743 | 2024.09.01 21:01:20.867008 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1744 | 2024.09.01 21:01:20.867048 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
1745 | 2024.09.01 21:01:20.867312 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1746 | 2024.09.01 21:01:20.867376 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1747 | 2024.09.01 21:01:20.867518 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1748 | 2024.09.01 21:01:20.867602 [ 250 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1749 | 2024.09.01 21:01:20.867621 [ 257 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1750 | 2024.09.01 21:01:20.867726 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1751 | 2024.09.01 21:01:20.867754 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1752 | 2024.09.01 21:01:20.867832 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1753 | 2024.09.01 21:01:20.867852 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1754 | 2024.09.01 21:01:20.867890 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
1755 | 2024.09.01 21:01:20.867930 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
1756 | 2024.09.01 21:01:20.869287 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002624 sec., 6859.756097560976 rows/sec., 288.06 KiB/sec. | ||
1757 | 2024.09.01 21:01:20.869584 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Debug> DynamicQueryHandler: Done processing query | ||
1758 | 2024.09.01 21:01:20.869607 [ 3 ] {b6a20390-ca16-44e3-9d40-125a54c1d908} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1759 | 2024.09.01 21:01:20.869624 [ 3 ] {} <Debug> HTTP-Session: 7b51db1a-6f61-480a-bd85-0bc90abeeb77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1760 | 2024.09.01 21:01:20.869831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 860, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1761 | 2024.09.01 21:01:20.869881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1762 | 2024.09.01 21:01:20.869900 [ 3 ] {} <Debug> HTTP-Session: 8238174d-208f-44b4-a98d-4c8f012250e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1763 | 2024.09.01 21:01:20.869916 [ 3 ] {} <Debug> HTTP-Session: 8238174d-208f-44b4-a98d-4c8f012250e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1764 | 2024.09.01 21:01:20.869930 [ 3 ] {} <Debug> HTTP-Session: 8238174d-208f-44b4-a98d-4c8f012250e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1765 | 2024.09.01 21:01:20.869962 [ 3 ] {} <Trace> HTTP-Session: 8238174d-208f-44b4-a98d-4c8f012250e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1766 | 2024.09.01 21:01:20.870103 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1767 | 2024.09.01 21:01:20.870370 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1768 | 2024.09.01 21:01:20.870416 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
1769 | 2024.09.01 21:01:20.870680 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1770 | 2024.09.01 21:01:20.870744 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1771 | 2024.09.01 21:01:20.870881 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1772 | 2024.09.01 21:01:20.870991 [ 261 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1773 | 2024.09.01 21:01:20.870992 [ 262 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1774 | 2024.09.01 21:01:20.871107 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1775 | 2024.09.01 21:01:20.871134 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1776 | 2024.09.01 21:01:20.871214 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1777 | 2024.09.01 21:01:20.871234 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1778 | 2024.09.01 21:01:20.871273 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
1779 | 2024.09.01 21:01:20.871313 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
1780 | 2024.09.01 21:01:20.872714 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002678 sec., 6721.433905899926 rows/sec., 282.25 KiB/sec. | ||
1781 | 2024.09.01 21:01:20.872997 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Debug> DynamicQueryHandler: Done processing query | ||
1782 | 2024.09.01 21:01:20.873020 [ 3 ] {aff7bb4b-d15e-4c5b-b376-4565e317be1d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1783 | 2024.09.01 21:01:20.873039 [ 3 ] {} <Debug> HTTP-Session: 8238174d-208f-44b4-a98d-4c8f012250e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1784 | 2024.09.01 21:01:20.873268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1785 | 2024.09.01 21:01:20.873320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1786 | 2024.09.01 21:01:20.873338 [ 3 ] {} <Debug> HTTP-Session: 8a695ad3-edcd-421e-9ba9-f429795a7080 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1787 | 2024.09.01 21:01:20.873355 [ 3 ] {} <Debug> HTTP-Session: 8a695ad3-edcd-421e-9ba9-f429795a7080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1788 | 2024.09.01 21:01:20.873369 [ 3 ] {} <Debug> HTTP-Session: 8a695ad3-edcd-421e-9ba9-f429795a7080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1789 | 2024.09.01 21:01:20.873400 [ 3 ] {} <Trace> HTTP-Session: 8a695ad3-edcd-421e-9ba9-f429795a7080 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1790 | 2024.09.01 21:01:20.873539 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1791 | 2024.09.01 21:01:20.873806 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1792 | 2024.09.01 21:01:20.873846 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1793 | 2024.09.01 21:01:20.874111 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1794 | 2024.09.01 21:01:20.874175 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1795 | 2024.09.01 21:01:20.874316 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1796 | 2024.09.01 21:01:20.874380 [ 260 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1797 | 2024.09.01 21:01:20.874386 [ 250 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1798 | 2024.09.01 21:01:20.874460 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1799 | 2024.09.01 21:01:20.874482 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1800 | 2024.09.01 21:01:20.874557 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1801 | 2024.09.01 21:01:20.874577 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1802 | 2024.09.01 21:01:20.874614 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1803 | 2024.09.01 21:01:20.874655 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1804 | 2024.09.01 21:01:20.875982 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002504 sec., 7188.49840255591 rows/sec., 301.86 KiB/sec. | ||
1805 | 2024.09.01 21:01:20.876299 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Debug> DynamicQueryHandler: Done processing query | ||
1806 | 2024.09.01 21:01:20.876322 [ 3 ] {e55f6482-ccdc-4650-8861-28b8c1281032} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1807 | 2024.09.01 21:01:20.876338 [ 3 ] {} <Debug> HTTP-Session: 8a695ad3-edcd-421e-9ba9-f429795a7080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1808 | 2024.09.01 21:01:20.876554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1809 | 2024.09.01 21:01:20.876601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1810 | 2024.09.01 21:01:20.876621 [ 3 ] {} <Debug> HTTP-Session: 1b52b5a2-1643-41a8-9875-09a064fa3b5d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1811 | 2024.09.01 21:01:20.876637 [ 3 ] {} <Debug> HTTP-Session: 1b52b5a2-1643-41a8-9875-09a064fa3b5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1812 | 2024.09.01 21:01:20.876651 [ 3 ] {} <Debug> HTTP-Session: 1b52b5a2-1643-41a8-9875-09a064fa3b5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1813 | 2024.09.01 21:01:20.876681 [ 3 ] {} <Trace> HTTP-Session: 1b52b5a2-1643-41a8-9875-09a064fa3b5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1814 | 2024.09.01 21:01:20.876822 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1815 | 2024.09.01 21:01:20.877098 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1816 | 2024.09.01 21:01:20.877139 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1817 | 2024.09.01 21:01:20.877409 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1818 | 2024.09.01 21:01:20.877474 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1819 | 2024.09.01 21:01:20.877612 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1820 | 2024.09.01 21:01:20.877698 [ 262 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1821 | 2024.09.01 21:01:20.877710 [ 250 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1822 | 2024.09.01 21:01:20.877793 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1823 | 2024.09.01 21:01:20.877818 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1824 | 2024.09.01 21:01:20.877895 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1825 | 2024.09.01 21:01:20.877915 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1826 | 2024.09.01 21:01:20.877953 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1827 | 2024.09.01 21:01:20.877992 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1828 | 2024.09.01 21:01:20.879115 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002359 sec., 7630.351844001696 rows/sec., 320.42 KiB/sec. | ||
1829 | 2024.09.01 21:01:20.879368 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Debug> DynamicQueryHandler: Done processing query | ||
1830 | 2024.09.01 21:01:20.879391 [ 3 ] {143c0710-e4d8-488a-bc9a-9d1c1c15f21d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1831 | 2024.09.01 21:01:20.879409 [ 3 ] {} <Debug> HTTP-Session: 1b52b5a2-1643-41a8-9875-09a064fa3b5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1832 | 2024.09.01 21:01:20.879609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 934, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1833 | 2024.09.01 21:01:20.879656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1834 | 2024.09.01 21:01:20.879675 [ 3 ] {} <Debug> HTTP-Session: 6ec0cedf-ba91-41cd-b160-ab1ca5264b6a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1835 | 2024.09.01 21:01:20.879691 [ 3 ] {} <Debug> HTTP-Session: 6ec0cedf-ba91-41cd-b160-ab1ca5264b6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1836 | 2024.09.01 21:01:20.879705 [ 3 ] {} <Debug> HTTP-Session: 6ec0cedf-ba91-41cd-b160-ab1ca5264b6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1837 | 2024.09.01 21:01:20.879736 [ 3 ] {} <Trace> HTTP-Session: 6ec0cedf-ba91-41cd-b160-ab1ca5264b6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1838 | 2024.09.01 21:01:20.879876 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1839 | 2024.09.01 21:01:20.880141 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1840 | 2024.09.01 21:01:20.880185 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1841 | 2024.09.01 21:01:20.880456 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1842 | 2024.09.01 21:01:20.880520 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1843 | 2024.09.01 21:01:20.880659 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1844 | 2024.09.01 21:01:20.880736 [ 262 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1845 | 2024.09.01 21:01:20.880739 [ 257 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1846 | 2024.09.01 21:01:20.880828 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1847 | 2024.09.01 21:01:20.880857 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1848 | 2024.09.01 21:01:20.880935 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1849 | 2024.09.01 21:01:20.880956 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1850 | 2024.09.01 21:01:20.880994 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1851 | 2024.09.01 21:01:20.881033 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1852 | 2024.09.01 21:01:20.882358 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002548 sec., 7064.364207221351 rows/sec., 296.65 KiB/sec. | ||
1853 | 2024.09.01 21:01:20.882642 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Debug> DynamicQueryHandler: Done processing query | ||
1854 | 2024.09.01 21:01:20.882665 [ 3 ] {a8b196fd-8499-4b70-afbb-0054ab95b547} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1855 | 2024.09.01 21:01:20.882682 [ 3 ] {} <Debug> HTTP-Session: 6ec0cedf-ba91-41cd-b160-ab1ca5264b6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1856 | 2024.09.01 21:01:20.882893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1857 | 2024.09.01 21:01:20.882944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1858 | 2024.09.01 21:01:20.882963 [ 3 ] {} <Debug> HTTP-Session: 6bbc2fd6-85c8-401c-b123-289f5b91665e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1859 | 2024.09.01 21:01:20.882979 [ 3 ] {} <Debug> HTTP-Session: 6bbc2fd6-85c8-401c-b123-289f5b91665e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1860 | 2024.09.01 21:01:20.882993 [ 3 ] {} <Debug> HTTP-Session: 6bbc2fd6-85c8-401c-b123-289f5b91665e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1861 | 2024.09.01 21:01:20.883024 [ 3 ] {} <Trace> HTTP-Session: 6bbc2fd6-85c8-401c-b123-289f5b91665e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1862 | 2024.09.01 21:01:20.883167 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1863 | 2024.09.01 21:01:20.883444 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1864 | 2024.09.01 21:01:20.883486 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1865 | 2024.09.01 21:01:20.883761 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1866 | 2024.09.01 21:01:20.883826 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1867 | 2024.09.01 21:01:20.883965 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1868 | 2024.09.01 21:01:20.884056 [ 262 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1869 | 2024.09.01 21:01:20.884073 [ 258 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1870 | 2024.09.01 21:01:20.884177 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1871 | 2024.09.01 21:01:20.884205 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1872 | 2024.09.01 21:01:20.884283 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1873 | 2024.09.01 21:01:20.884303 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1874 | 2024.09.01 21:01:20.884343 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1875 | 2024.09.01 21:01:20.884385 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1876 | 2024.09.01 21:01:20.885438 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.00234 sec., 7692.307692307692 rows/sec., 323.02 KiB/sec. | ||
1877 | 2024.09.01 21:01:20.885703 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Debug> DynamicQueryHandler: Done processing query | ||
1878 | 2024.09.01 21:01:20.885726 [ 3 ] {79d272e8-8436-4afc-a38c-d4df6e5ca9a3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1879 | 2024.09.01 21:01:20.885743 [ 3 ] {} <Debug> HTTP-Session: 6bbc2fd6-85c8-401c-b123-289f5b91665e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1880 | 2024.09.01 21:01:20.885967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1881 | 2024.09.01 21:01:20.886013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1882 | 2024.09.01 21:01:20.886031 [ 3 ] {} <Debug> HTTP-Session: 75528a25-a874-43cf-a1a2-046c89e10d45 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1883 | 2024.09.01 21:01:20.886047 [ 3 ] {} <Debug> HTTP-Session: 75528a25-a874-43cf-a1a2-046c89e10d45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1884 | 2024.09.01 21:01:20.886061 [ 3 ] {} <Debug> HTTP-Session: 75528a25-a874-43cf-a1a2-046c89e10d45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1885 | 2024.09.01 21:01:20.886092 [ 3 ] {} <Trace> HTTP-Session: 75528a25-a874-43cf-a1a2-046c89e10d45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1886 | 2024.09.01 21:01:20.886235 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1887 | 2024.09.01 21:01:20.886505 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1888 | 2024.09.01 21:01:20.886546 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1889 | 2024.09.01 21:01:20.886822 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1890 | 2024.09.01 21:01:20.886886 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1891 | 2024.09.01 21:01:20.887022 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1892 | 2024.09.01 21:01:20.887099 [ 262 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1893 | 2024.09.01 21:01:20.887102 [ 257 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1894 | 2024.09.01 21:01:20.887189 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1895 | 2024.09.01 21:01:20.887216 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1896 | 2024.09.01 21:01:20.887296 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1897 | 2024.09.01 21:01:20.887316 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1898 | 2024.09.01 21:01:20.887356 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1899 | 2024.09.01 21:01:20.887396 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1900 | 2024.09.01 21:01:20.888655 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002487 sec., 7237.6357056694815 rows/sec., 303.92 KiB/sec. | ||
1901 | 2024.09.01 21:01:20.888930 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Debug> DynamicQueryHandler: Done processing query | ||
1902 | 2024.09.01 21:01:20.888954 [ 3 ] {94f007e7-39b0-4345-a318-b33868b2b63a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1903 | 2024.09.01 21:01:20.888970 [ 3 ] {} <Debug> HTTP-Session: 75528a25-a874-43cf-a1a2-046c89e10d45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1904 | 2024.09.01 21:01:20.889194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1905 | 2024.09.01 21:01:20.889240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1906 | 2024.09.01 21:01:20.889259 [ 3 ] {} <Debug> HTTP-Session: 0ca6ef51-59d6-4a27-8d4f-9d00ff4c824f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1907 | 2024.09.01 21:01:20.889275 [ 3 ] {} <Debug> HTTP-Session: 0ca6ef51-59d6-4a27-8d4f-9d00ff4c824f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1908 | 2024.09.01 21:01:20.889289 [ 3 ] {} <Debug> HTTP-Session: 0ca6ef51-59d6-4a27-8d4f-9d00ff4c824f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1909 | 2024.09.01 21:01:20.889319 [ 3 ] {} <Trace> HTTP-Session: 0ca6ef51-59d6-4a27-8d4f-9d00ff4c824f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1910 | 2024.09.01 21:01:20.889462 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1911 | 2024.09.01 21:01:20.889734 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1912 | 2024.09.01 21:01:20.889778 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1913 | 2024.09.01 21:01:20.890057 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1914 | 2024.09.01 21:01:20.890121 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1915 | 2024.09.01 21:01:20.890259 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1916 | 2024.09.01 21:01:20.890368 [ 258 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1917 | 2024.09.01 21:01:20.890369 [ 262 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1918 | 2024.09.01 21:01:20.890481 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1919 | 2024.09.01 21:01:20.890508 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1920 | 2024.09.01 21:01:20.890588 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1921 | 2024.09.01 21:01:20.890609 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1922 | 2024.09.01 21:01:20.890649 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1923 | 2024.09.01 21:01:20.890689 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1924 | 2024.09.01 21:01:20.891965 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002571 sec., 7001.166861143524 rows/sec., 293.99 KiB/sec. | ||
1925 | 2024.09.01 21:01:20.892246 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Debug> DynamicQueryHandler: Done processing query | ||
1926 | 2024.09.01 21:01:20.892269 [ 3 ] {6ff57a3a-d590-4c1b-80cb-918820962a54} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1927 | 2024.09.01 21:01:20.892285 [ 3 ] {} <Debug> HTTP-Session: 0ca6ef51-59d6-4a27-8d4f-9d00ff4c824f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1928 | 2024.09.01 21:01:20.892520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1929 | 2024.09.01 21:01:20.892567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1930 | 2024.09.01 21:01:20.892586 [ 3 ] {} <Debug> HTTP-Session: 3bf4105b-00a0-436d-ba83-0ff312e5de95 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1931 | 2024.09.01 21:01:20.892603 [ 3 ] {} <Debug> HTTP-Session: 3bf4105b-00a0-436d-ba83-0ff312e5de95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1932 | 2024.09.01 21:01:20.892617 [ 3 ] {} <Debug> HTTP-Session: 3bf4105b-00a0-436d-ba83-0ff312e5de95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1933 | 2024.09.01 21:01:20.892648 [ 3 ] {} <Trace> HTTP-Session: 3bf4105b-00a0-436d-ba83-0ff312e5de95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1934 | 2024.09.01 21:01:20.892800 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1935 | 2024.09.01 21:01:20.893095 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1936 | 2024.09.01 21:01:20.893139 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1937 | 2024.09.01 21:01:20.893420 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1938 | 2024.09.01 21:01:20.893484 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1939 | 2024.09.01 21:01:20.893622 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1940 | 2024.09.01 21:01:20.893741 [ 261 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1941 | 2024.09.01 21:01:20.893744 [ 260 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1942 | 2024.09.01 21:01:20.893859 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1943 | 2024.09.01 21:01:20.893882 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1944 | 2024.09.01 21:01:20.893957 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1945 | 2024.09.01 21:01:20.893977 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1946 | 2024.09.01 21:01:20.894015 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1947 | 2024.09.01 21:01:20.894056 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1948 | 2024.09.01 21:01:20.895308 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002577 sec., 6984.866123399302 rows/sec., 293.31 KiB/sec. | ||
1949 | 2024.09.01 21:01:20.895591 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Debug> DynamicQueryHandler: Done processing query | ||
1950 | 2024.09.01 21:01:20.895615 [ 3 ] {0adb6bc2-7edb-41f1-96c4-2576415deff6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1951 | 2024.09.01 21:01:20.895631 [ 3 ] {} <Debug> HTTP-Session: 3bf4105b-00a0-436d-ba83-0ff312e5de95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1952 | 2024.09.01 21:01:20.899715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1953 | 2024.09.01 21:01:20.899799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1954 | 2024.09.01 21:01:20.899833 [ 3 ] {} <Debug> HTTP-Session: 8eb49363-998d-41ad-ab55-05d28864da44 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1955 | 2024.09.01 21:01:20.899865 [ 3 ] {} <Debug> HTTP-Session: 8eb49363-998d-41ad-ab55-05d28864da44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1956 | 2024.09.01 21:01:20.899890 [ 3 ] {} <Debug> HTTP-Session: 8eb49363-998d-41ad-ab55-05d28864da44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1957 | 2024.09.01 21:01:20.899946 [ 3 ] {} <Trace> HTTP-Session: 8eb49363-998d-41ad-ab55-05d28864da44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1958 | 2024.09.01 21:01:20.900210 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
1959 | 2024.09.01 21:01:20.900490 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1960 | 2024.09.01 21:01:20.900534 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
1961 | 2024.09.01 21:01:20.900818 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1962 | 2024.09.01 21:01:20.900882 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1963 | 2024.09.01 21:01:20.901020 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1964 | 2024.09.01 21:01:20.901119 [ 258 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1965 | 2024.09.01 21:01:20.901134 [ 262 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1966 | 2024.09.01 21:01:20.901238 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
1967 | 2024.09.01 21:01:20.901266 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1968 | 2024.09.01 21:01:20.901345 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1969 | 2024.09.01 21:01:20.901365 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1970 | 2024.09.01 21:01:20.901404 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1971 | 2024.09.01 21:01:20.901445 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
1972 | 2024.09.01 21:01:20.902633 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002565 sec., 7017.543859649123 rows/sec., 294.68 KiB/sec. | ||
1973 | 2024.09.01 21:01:20.903022 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Debug> DynamicQueryHandler: Done processing query | ||
1974 | 2024.09.01 21:01:20.903047 [ 3 ] {cf6dc496-57d1-4e6d-8235-4b198a383be9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1975 | 2024.09.01 21:01:20.903064 [ 3 ] {} <Debug> HTTP-Session: 8eb49363-998d-41ad-ab55-05d28864da44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1976 | 2024.09.01 21:01:20.907156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1977 | 2024.09.01 21:01:20.907207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1978 | 2024.09.01 21:01:20.907226 [ 3 ] {} <Debug> HTTP-Session: 6bb902a2-2a54-48ee-8d62-184935a5efce Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1979 | 2024.09.01 21:01:20.907243 [ 3 ] {} <Debug> HTTP-Session: 6bb902a2-2a54-48ee-8d62-184935a5efce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1980 | 2024.09.01 21:01:20.907256 [ 3 ] {} <Debug> HTTP-Session: 6bb902a2-2a54-48ee-8d62-184935a5efce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1981 | 2024.09.01 21:01:20.907287 [ 3 ] {} <Trace> HTTP-Session: 6bb902a2-2a54-48ee-8d62-184935a5efce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1982 | 2024.09.01 21:01:20.907407 [ 3 ] {994645f7-dbbd-438b-baab-bf27b0814db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1983 | 2024.09.01 21:01:20.907453 [ 3 ] {994645f7-dbbd-438b-baab-bf27b0814db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1984 | 2024.09.01 21:01:20.907627 [ 3 ] {994645f7-dbbd-438b-baab-bf27b0814db3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1985 | 2024.09.01 21:01:20.907976 [ 3 ] {994645f7-dbbd-438b-baab-bf27b0814db3} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1986 | 2024.09.01 21:01:20.908016 [ 3 ] {994645f7-dbbd-438b-baab-bf27b0814db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
1987 | 2024.09.01 21:01:20.908516 [ 3 ] {994645f7-dbbd-438b-baab-bf27b0814db3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1988 | 2024.09.01 21:01:20.908833 [ 3 ] {994645f7-dbbd-438b-baab-bf27b0814db3} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1989 | 2024.09.01 21:01:20.908990 [ 3 ] {994645f7-dbbd-438b-baab-bf27b0814db3} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.001624 sec., 7389.162561576355 rows/sec., 1.24 MiB/sec. | ||
1990 | 2024.09.01 21:01:20.909169 [ 3 ] {994645f7-dbbd-438b-baab-bf27b0814db3} <Debug> DynamicQueryHandler: Done processing query | ||
1991 | 2024.09.01 21:01:20.909192 [ 3 ] {994645f7-dbbd-438b-baab-bf27b0814db3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1992 | 2024.09.01 21:01:20.909208 [ 3 ] {} <Debug> HTTP-Session: 6bb902a2-2a54-48ee-8d62-184935a5efce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1993 | 2024.09.01 21:01:20.909385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 35047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1994 | 2024.09.01 21:01:20.909433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1995 | 2024.09.01 21:01:20.909452 [ 3 ] {} <Debug> HTTP-Session: f78afd09-4ada-4b81-9c55-88052822dd4c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
1996 | 2024.09.01 21:01:20.909468 [ 3 ] {} <Debug> HTTP-Session: f78afd09-4ada-4b81-9c55-88052822dd4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1997 | 2024.09.01 21:01:20.909482 [ 3 ] {} <Debug> HTTP-Session: f78afd09-4ada-4b81-9c55-88052822dd4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1998 | 2024.09.01 21:01:20.909511 [ 3 ] {} <Trace> HTTP-Session: f78afd09-4ada-4b81-9c55-88052822dd4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1999 | 2024.09.01 21:01:20.909663 [ 3 ] {90207bb4-3f29-4372-bc0a-e61ed0d915d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2000 | 2024.09.01 21:01:20.909707 [ 3 ] {90207bb4-3f29-4372-bc0a-e61ed0d915d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2001 | 2024.09.01 21:01:20.909942 [ 3 ] {90207bb4-3f29-4372-bc0a-e61ed0d915d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2002 | 2024.09.01 21:01:20.910412 [ 3 ] {90207bb4-3f29-4372-bc0a-e61ed0d915d7} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2003 | 2024.09.01 21:01:20.910449 [ 3 ] {90207bb4-3f29-4372-bc0a-e61ed0d915d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2004 | 2024.09.01 21:01:20.910823 [ 3 ] {90207bb4-3f29-4372-bc0a-e61ed0d915d7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2005 | 2024.09.01 21:01:20.911179 [ 3 ] {90207bb4-3f29-4372-bc0a-e61ed0d915d7} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2006 | 2024.09.01 21:01:20.911334 [ 3 ] {90207bb4-3f29-4372-bc0a-e61ed0d915d7} <Debug> executeQuery: Read 229 rows, 21.11 KiB in 0.001744 sec., 131307.33944954126 rows/sec., 11.82 MiB/sec. | ||
2007 | 2024.09.01 21:01:20.911660 [ 3 ] {90207bb4-3f29-4372-bc0a-e61ed0d915d7} <Debug> DynamicQueryHandler: Done processing query | ||
2008 | 2024.09.01 21:01:20.911684 [ 3 ] {90207bb4-3f29-4372-bc0a-e61ed0d915d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2009 | 2024.09.01 21:01:20.911700 [ 3 ] {} <Debug> HTTP-Session: f78afd09-4ada-4b81-9c55-88052822dd4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2010 | 2024.09.01 21:01:20.911828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2011 | 2024.09.01 21:01:20.911878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2012 | 2024.09.01 21:01:20.911896 [ 3 ] {} <Debug> HTTP-Session: 9e10a0b4-fa73-470d-b91c-bcef55609684 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2013 | 2024.09.01 21:01:20.911913 [ 3 ] {} <Debug> HTTP-Session: 9e10a0b4-fa73-470d-b91c-bcef55609684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2014 | 2024.09.01 21:01:20.911927 [ 3 ] {} <Debug> HTTP-Session: 9e10a0b4-fa73-470d-b91c-bcef55609684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2015 | 2024.09.01 21:01:20.911956 [ 3 ] {} <Trace> HTTP-Session: 9e10a0b4-fa73-470d-b91c-bcef55609684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2016 | 2024.09.01 21:01:20.912067 [ 3 ] {6b648f44-36f1-40b1-9f81-f704cf9c89d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2017 | 2024.09.01 21:01:20.912111 [ 3 ] {6b648f44-36f1-40b1-9f81-f704cf9c89d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2018 | 2024.09.01 21:01:20.912357 [ 3 ] {6b648f44-36f1-40b1-9f81-f704cf9c89d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2019 | 2024.09.01 21:01:20.912755 [ 3 ] {6b648f44-36f1-40b1-9f81-f704cf9c89d8} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2020 | 2024.09.01 21:01:20.912804 [ 3 ] {6b648f44-36f1-40b1-9f81-f704cf9c89d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2021 | 2024.09.01 21:01:20.913228 [ 3 ] {6b648f44-36f1-40b1-9f81-f704cf9c89d8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2022 | 2024.09.01 21:01:20.913594 [ 3 ] {6b648f44-36f1-40b1-9f81-f704cf9c89d8} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2023 | 2024.09.01 21:01:20.913722 [ 3 ] {6b648f44-36f1-40b1-9f81-f704cf9c89d8} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.00169 sec., 20710.059171597633 rows/sec., 1.52 MiB/sec. | ||
2024 | 2024.09.01 21:01:20.913924 [ 3 ] {6b648f44-36f1-40b1-9f81-f704cf9c89d8} <Debug> DynamicQueryHandler: Done processing query | ||
2025 | 2024.09.01 21:01:20.913949 [ 3 ] {6b648f44-36f1-40b1-9f81-f704cf9c89d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2026 | 2024.09.01 21:01:20.913964 [ 3 ] {} <Debug> HTTP-Session: 9e10a0b4-fa73-470d-b91c-bcef55609684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2027 | 2024.09.01 21:01:20.914093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2028 | 2024.09.01 21:01:20.914144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2029 | 2024.09.01 21:01:20.914163 [ 3 ] {} <Debug> HTTP-Session: de5c680b-2152-4496-87a6-4b330956f7ce Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2030 | 2024.09.01 21:01:20.914179 [ 3 ] {} <Debug> HTTP-Session: de5c680b-2152-4496-87a6-4b330956f7ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2031 | 2024.09.01 21:01:20.914193 [ 3 ] {} <Debug> HTTP-Session: de5c680b-2152-4496-87a6-4b330956f7ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2032 | 2024.09.01 21:01:20.914223 [ 3 ] {} <Trace> HTTP-Session: de5c680b-2152-4496-87a6-4b330956f7ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2033 | 2024.09.01 21:01:20.914322 [ 3 ] {81b6b15f-ea4f-4213-ac82-007b86e5f53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2034 | 2024.09.01 21:01:20.914363 [ 3 ] {81b6b15f-ea4f-4213-ac82-007b86e5f53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2035 | 2024.09.01 21:01:20.914580 [ 3 ] {81b6b15f-ea4f-4213-ac82-007b86e5f53d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2036 | 2024.09.01 21:01:20.916944 [ 3 ] {81b6b15f-ea4f-4213-ac82-007b86e5f53d} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2037 | 2024.09.01 21:01:20.916988 [ 3 ] {81b6b15f-ea4f-4213-ac82-007b86e5f53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2038 | 2024.09.01 21:01:20.917485 [ 3 ] {81b6b15f-ea4f-4213-ac82-007b86e5f53d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2039 | 2024.09.01 21:01:20.917844 [ 3 ] {81b6b15f-ea4f-4213-ac82-007b86e5f53d} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2040 | 2024.09.01 21:01:20.917995 [ 3 ] {81b6b15f-ea4f-4213-ac82-007b86e5f53d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003691 sec., 3793.010024383636 rows/sec., 265.64 KiB/sec. | ||
2041 | 2024.09.01 21:01:20.918259 [ 3 ] {81b6b15f-ea4f-4213-ac82-007b86e5f53d} <Debug> DynamicQueryHandler: Done processing query | ||
2042 | 2024.09.01 21:01:20.918283 [ 3 ] {81b6b15f-ea4f-4213-ac82-007b86e5f53d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2043 | 2024.09.01 21:01:20.918299 [ 3 ] {} <Debug> HTTP-Session: de5c680b-2152-4496-87a6-4b330956f7ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2044 | 2024.09.01 21:01:20.918410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2045 | 2024.09.01 21:01:20.918458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2046 | 2024.09.01 21:01:20.918477 [ 3 ] {} <Debug> HTTP-Session: 62b0b438-67f3-45f5-92cb-a12c543cf2d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2047 | 2024.09.01 21:01:20.918494 [ 3 ] {} <Debug> HTTP-Session: 62b0b438-67f3-45f5-92cb-a12c543cf2d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2048 | 2024.09.01 21:01:20.918507 [ 3 ] {} <Debug> HTTP-Session: 62b0b438-67f3-45f5-92cb-a12c543cf2d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2049 | 2024.09.01 21:01:20.918538 [ 3 ] {} <Trace> HTTP-Session: 62b0b438-67f3-45f5-92cb-a12c543cf2d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2050 | 2024.09.01 21:01:20.918632 [ 3 ] {5a508049-41d5-4c1b-9bd3-bc1a40a43a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2051 | 2024.09.01 21:01:20.918675 [ 3 ] {5a508049-41d5-4c1b-9bd3-bc1a40a43a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2052 | 2024.09.01 21:01:20.918911 [ 3 ] {5a508049-41d5-4c1b-9bd3-bc1a40a43a41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2053 | 2024.09.01 21:01:20.919245 [ 3 ] {5a508049-41d5-4c1b-9bd3-bc1a40a43a41} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2054 | 2024.09.01 21:01:20.919280 [ 3 ] {5a508049-41d5-4c1b-9bd3-bc1a40a43a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2055 | 2024.09.01 21:01:20.919694 [ 3 ] {5a508049-41d5-4c1b-9bd3-bc1a40a43a41} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2056 | 2024.09.01 21:01:20.920049 [ 3 ] {5a508049-41d5-4c1b-9bd3-bc1a40a43a41} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2057 | 2024.09.01 21:01:20.920210 [ 3 ] {5a508049-41d5-4c1b-9bd3-bc1a40a43a41} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 222.67 KiB/sec. | ||
2058 | 2024.09.01 21:01:20.920512 [ 3 ] {5a508049-41d5-4c1b-9bd3-bc1a40a43a41} <Debug> DynamicQueryHandler: Done processing query | ||
2059 | 2024.09.01 21:01:20.920536 [ 3 ] {5a508049-41d5-4c1b-9bd3-bc1a40a43a41} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2060 | 2024.09.01 21:01:20.920551 [ 3 ] {} <Debug> HTTP-Session: 62b0b438-67f3-45f5-92cb-a12c543cf2d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2061 | 2024.09.01 21:01:20.920782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 61622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2062 | 2024.09.01 21:01:20.920831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2063 | 2024.09.01 21:01:20.920850 [ 3 ] {} <Debug> HTTP-Session: 56a519f2-a1a0-45b2-9c22-66bea7c30253 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2064 | 2024.09.01 21:01:20.920866 [ 3 ] {} <Debug> HTTP-Session: 56a519f2-a1a0-45b2-9c22-66bea7c30253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2065 | 2024.09.01 21:01:20.920880 [ 3 ] {} <Debug> HTTP-Session: 56a519f2-a1a0-45b2-9c22-66bea7c30253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2066 | 2024.09.01 21:01:20.920910 [ 3 ] {} <Trace> HTTP-Session: 56a519f2-a1a0-45b2-9c22-66bea7c30253 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2067 | 2024.09.01 21:01:20.921116 [ 3 ] {32a05bfb-0c06-4544-aac9-e41df5e4dd5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2068 | 2024.09.01 21:01:20.921159 [ 3 ] {32a05bfb-0c06-4544-aac9-e41df5e4dd5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2069 | 2024.09.01 21:01:20.921399 [ 3 ] {32a05bfb-0c06-4544-aac9-e41df5e4dd5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2070 | 2024.09.01 21:01:20.921941 [ 3 ] {32a05bfb-0c06-4544-aac9-e41df5e4dd5b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2071 | 2024.09.01 21:01:20.921978 [ 3 ] {32a05bfb-0c06-4544-aac9-e41df5e4dd5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2072 | 2024.09.01 21:01:20.922350 [ 3 ] {32a05bfb-0c06-4544-aac9-e41df5e4dd5b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2073 | 2024.09.01 21:01:20.922700 [ 3 ] {32a05bfb-0c06-4544-aac9-e41df5e4dd5b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2074 | 2024.09.01 21:01:20.922857 [ 3 ] {32a05bfb-0c06-4544-aac9-e41df5e4dd5b} <Debug> executeQuery: Read 381 rows, 27.61 KiB in 0.001854 sec., 205501.61812297735 rows/sec., 14.54 MiB/sec. | ||
2075 | 2024.09.01 21:01:20.923026 [ 3 ] {32a05bfb-0c06-4544-aac9-e41df5e4dd5b} <Debug> DynamicQueryHandler: Done processing query | ||
2076 | 2024.09.01 21:01:20.923050 [ 3 ] {32a05bfb-0c06-4544-aac9-e41df5e4dd5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
2077 | 2024.09.01 21:01:20.923065 [ 3 ] {} <Debug> HTTP-Session: 56a519f2-a1a0-45b2-9c22-66bea7c30253 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2078 | 2024.09.01 21:01:20.923187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2079 | 2024.09.01 21:01:20.923235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2080 | 2024.09.01 21:01:20.923253 [ 3 ] {} <Debug> HTTP-Session: 9b84aed5-bd32-4d8c-8ba1-de19b9b683b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2081 | 2024.09.01 21:01:20.923269 [ 3 ] {} <Debug> HTTP-Session: 9b84aed5-bd32-4d8c-8ba1-de19b9b683b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2082 | 2024.09.01 21:01:20.923283 [ 3 ] {} <Debug> HTTP-Session: 9b84aed5-bd32-4d8c-8ba1-de19b9b683b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2083 | 2024.09.01 21:01:20.923313 [ 3 ] {} <Trace> HTTP-Session: 9b84aed5-bd32-4d8c-8ba1-de19b9b683b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2084 | 2024.09.01 21:01:20.923409 [ 3 ] {520fe72b-f06e-4249-a642-b21cf78bfe3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2085 | 2024.09.01 21:01:20.923452 [ 3 ] {520fe72b-f06e-4249-a642-b21cf78bfe3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2086 | 2024.09.01 21:01:20.923578 [ 3 ] {520fe72b-f06e-4249-a642-b21cf78bfe3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2087 | 2024.09.01 21:01:20.923846 [ 3 ] {520fe72b-f06e-4249-a642-b21cf78bfe3d} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2088 | 2024.09.01 21:01:20.923881 [ 3 ] {520fe72b-f06e-4249-a642-b21cf78bfe3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2089 | 2024.09.01 21:01:20.924344 [ 3 ] {520fe72b-f06e-4249-a642-b21cf78bfe3d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2090 | 2024.09.01 21:01:20.924717 [ 3 ] {520fe72b-f06e-4249-a642-b21cf78bfe3d} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2091 | 2024.09.01 21:01:20.924901 [ 3 ] {520fe72b-f06e-4249-a642-b21cf78bfe3d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 208.29 KiB/sec. | ||
2092 | 2024.09.01 21:01:20.925172 [ 3 ] {520fe72b-f06e-4249-a642-b21cf78bfe3d} <Debug> DynamicQueryHandler: Done processing query | ||
2093 | 2024.09.01 21:01:20.925195 [ 3 ] {520fe72b-f06e-4249-a642-b21cf78bfe3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2094 | 2024.09.01 21:01:20.925210 [ 3 ] {} <Debug> HTTP-Session: 9b84aed5-bd32-4d8c-8ba1-de19b9b683b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2095 | 2024.09.01 21:01:20.925389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 33110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2096 | 2024.09.01 21:01:20.925439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2097 | 2024.09.01 21:01:20.925458 [ 3 ] {} <Debug> HTTP-Session: 89242e90-2073-4291-acfb-24e2be6f0a60 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2098 | 2024.09.01 21:01:20.925474 [ 3 ] {} <Debug> HTTP-Session: 89242e90-2073-4291-acfb-24e2be6f0a60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2099 | 2024.09.01 21:01:20.925488 [ 3 ] {} <Debug> HTTP-Session: 89242e90-2073-4291-acfb-24e2be6f0a60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2100 | 2024.09.01 21:01:20.925518 [ 3 ] {} <Trace> HTTP-Session: 89242e90-2073-4291-acfb-24e2be6f0a60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2101 | 2024.09.01 21:01:20.925690 [ 3 ] {95238414-4199-4c69-8b71-c62584815e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2102 | 2024.09.01 21:01:20.925735 [ 3 ] {95238414-4199-4c69-8b71-c62584815e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2103 | 2024.09.01 21:01:20.925895 [ 3 ] {95238414-4199-4c69-8b71-c62584815e1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2104 | 2024.09.01 21:01:20.926278 [ 3 ] {95238414-4199-4c69-8b71-c62584815e1b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2105 | 2024.09.01 21:01:20.926313 [ 3 ] {95238414-4199-4c69-8b71-c62584815e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2106 | 2024.09.01 21:01:20.926683 [ 3 ] {95238414-4199-4c69-8b71-c62584815e1b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2107 | 2024.09.01 21:01:20.927013 [ 3 ] {95238414-4199-4c69-8b71-c62584815e1b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2108 | 2024.09.01 21:01:20.927175 [ 3 ] {95238414-4199-4c69-8b71-c62584815e1b} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00157 sec., 112738.85350318471 rows/sec., 7.44 MiB/sec. | ||
2109 | 2024.09.01 21:01:20.927496 [ 3 ] {95238414-4199-4c69-8b71-c62584815e1b} <Debug> DynamicQueryHandler: Done processing query | ||
2110 | 2024.09.01 21:01:20.927520 [ 3 ] {95238414-4199-4c69-8b71-c62584815e1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2111 | 2024.09.01 21:01:20.927535 [ 3 ] {} <Debug> HTTP-Session: 89242e90-2073-4291-acfb-24e2be6f0a60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2112 | 2024.09.01 21:01:20.927646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2113 | 2024.09.01 21:01:20.927698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2114 | 2024.09.01 21:01:20.927718 [ 3 ] {} <Debug> HTTP-Session: e183e9b0-2655-4e87-ac61-408570132bd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2115 | 2024.09.01 21:01:20.927734 [ 3 ] {} <Debug> HTTP-Session: e183e9b0-2655-4e87-ac61-408570132bd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2116 | 2024.09.01 21:01:20.927747 [ 3 ] {} <Debug> HTTP-Session: e183e9b0-2655-4e87-ac61-408570132bd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2117 | 2024.09.01 21:01:20.927777 [ 3 ] {} <Trace> HTTP-Session: e183e9b0-2655-4e87-ac61-408570132bd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2118 | 2024.09.01 21:01:20.927870 [ 3 ] {f056c125-8423-43dd-ac1f-29187aa9cdaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2119 | 2024.09.01 21:01:20.927916 [ 3 ] {f056c125-8423-43dd-ac1f-29187aa9cdaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2120 | 2024.09.01 21:01:20.928072 [ 3 ] {f056c125-8423-43dd-ac1f-29187aa9cdaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2121 | 2024.09.01 21:01:20.928340 [ 3 ] {f056c125-8423-43dd-ac1f-29187aa9cdaf} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2122 | 2024.09.01 21:01:20.928374 [ 3 ] {f056c125-8423-43dd-ac1f-29187aa9cdaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2123 | 2024.09.01 21:01:20.928890 [ 3 ] {f056c125-8423-43dd-ac1f-29187aa9cdaf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2124 | 2024.09.01 21:01:20.929214 [ 3 ] {f056c125-8423-43dd-ac1f-29187aa9cdaf} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2125 | 2024.09.01 21:01:20.929366 [ 3 ] {f056c125-8423-43dd-ac1f-29187aa9cdaf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001514 sec., 660.5019815059445 rows/sec., 44.51 KiB/sec. | ||
2126 | 2024.09.01 21:01:20.929607 [ 3 ] {f056c125-8423-43dd-ac1f-29187aa9cdaf} <Debug> DynamicQueryHandler: Done processing query | ||
2127 | 2024.09.01 21:01:20.929630 [ 3 ] {f056c125-8423-43dd-ac1f-29187aa9cdaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2128 | 2024.09.01 21:01:20.929645 [ 3 ] {} <Debug> HTTP-Session: e183e9b0-2655-4e87-ac61-408570132bd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2129 | 2024.09.01 21:01:20.929810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58545, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2130 | 2024.09.01 21:01:20.929858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2131 | 2024.09.01 21:01:20.929877 [ 3 ] {} <Debug> HTTP-Session: 22236b87-effa-4d40-a858-a7f13dbf3119 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2132 | 2024.09.01 21:01:20.929893 [ 3 ] {} <Debug> HTTP-Session: 22236b87-effa-4d40-a858-a7f13dbf3119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2133 | 2024.09.01 21:01:20.929907 [ 3 ] {} <Debug> HTTP-Session: 22236b87-effa-4d40-a858-a7f13dbf3119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2134 | 2024.09.01 21:01:20.929937 [ 3 ] {} <Trace> HTTP-Session: 22236b87-effa-4d40-a858-a7f13dbf3119 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2135 | 2024.09.01 21:01:20.930570 [ 3 ] {e599d7c2-e919-40ae-960b-3152f2185be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2136 | 2024.09.01 21:01:20.930640 [ 3 ] {e599d7c2-e919-40ae-960b-3152f2185be7} <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 | ||
2137 | 2024.09.01 21:01:20.931063 [ 3 ] {e599d7c2-e919-40ae-960b-3152f2185be7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2138 | 2024.09.01 21:01:20.931780 [ 3 ] {e599d7c2-e919-40ae-960b-3152f2185be7} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2139 | 2024.09.01 21:01:20.931815 [ 3 ] {e599d7c2-e919-40ae-960b-3152f2185be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2140 | 2024.09.01 21:01:20.932477 [ 3 ] {e599d7c2-e919-40ae-960b-3152f2185be7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2141 | 2024.09.01 21:01:20.932878 [ 3 ] {e599d7c2-e919-40ae-960b-3152f2185be7} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2142 | 2024.09.01 21:01:20.933063 [ 3 ] {e599d7c2-e919-40ae-960b-3152f2185be7} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003037 sec., 11524.530786960815 rows/sec., 20.65 MiB/sec. | ||
2143 | 2024.09.01 21:01:20.933271 [ 3 ] {e599d7c2-e919-40ae-960b-3152f2185be7} <Debug> DynamicQueryHandler: Done processing query | ||
2144 | 2024.09.01 21:01:20.933295 [ 3 ] {e599d7c2-e919-40ae-960b-3152f2185be7} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
2145 | 2024.09.01 21:01:20.933311 [ 3 ] {} <Debug> HTTP-Session: 22236b87-effa-4d40-a858-a7f13dbf3119 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2146 | 2024.09.01 21:01:20.933432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2147 | 2024.09.01 21:01:20.933479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2148 | 2024.09.01 21:01:20.933498 [ 3 ] {} <Debug> HTTP-Session: 4d160b51-c291-4a2a-974d-7e6751c6f0ff Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2149 | 2024.09.01 21:01:20.933514 [ 3 ] {} <Debug> HTTP-Session: 4d160b51-c291-4a2a-974d-7e6751c6f0ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2150 | 2024.09.01 21:01:20.933528 [ 3 ] {} <Debug> HTTP-Session: 4d160b51-c291-4a2a-974d-7e6751c6f0ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2151 | 2024.09.01 21:01:20.933559 [ 3 ] {} <Trace> HTTP-Session: 4d160b51-c291-4a2a-974d-7e6751c6f0ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2152 | 2024.09.01 21:01:20.933665 [ 3 ] {f0e12c2c-b11d-412d-b7b6-f3e0d6aa36ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2153 | 2024.09.01 21:01:20.933708 [ 3 ] {f0e12c2c-b11d-412d-b7b6-f3e0d6aa36ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2154 | 2024.09.01 21:01:20.933837 [ 3 ] {f0e12c2c-b11d-412d-b7b6-f3e0d6aa36ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2155 | 2024.09.01 21:01:20.934131 [ 3 ] {f0e12c2c-b11d-412d-b7b6-f3e0d6aa36ef} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2156 | 2024.09.01 21:01:20.934166 [ 3 ] {f0e12c2c-b11d-412d-b7b6-f3e0d6aa36ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2157 | 2024.09.01 21:01:20.934514 [ 3 ] {f0e12c2c-b11d-412d-b7b6-f3e0d6aa36ef} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2158 | 2024.09.01 21:01:20.934830 [ 3 ] {f0e12c2c-b11d-412d-b7b6-f3e0d6aa36ef} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2159 | 2024.09.01 21:01:20.934985 [ 3 ] {f0e12c2c-b11d-412d-b7b6-f3e0d6aa36ef} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001353 sec., 38433.11160384331 rows/sec., 2.38 MiB/sec. | ||
2160 | 2024.09.01 21:01:20.935176 [ 3 ] {f0e12c2c-b11d-412d-b7b6-f3e0d6aa36ef} <Debug> DynamicQueryHandler: Done processing query | ||
2161 | 2024.09.01 21:01:20.935200 [ 3 ] {f0e12c2c-b11d-412d-b7b6-f3e0d6aa36ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2162 | 2024.09.01 21:01:20.935216 [ 3 ] {} <Debug> HTTP-Session: 4d160b51-c291-4a2a-974d-7e6751c6f0ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2163 | 2024.09.01 21:01:24.016120 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2164 | 2024.09.01 21:01:24.016194 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2165 | 2024.09.01 21:01:25.853152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2166 | 2024.09.01 21:01:25.853344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2167 | 2024.09.01 21:01:25.853374 [ 3 ] {} <Debug> HTTP-Session: 9f1d0161-17fb-4aaf-a97f-2443e7ffd2d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2168 | 2024.09.01 21:01:25.853402 [ 3 ] {} <Debug> HTTP-Session: 9f1d0161-17fb-4aaf-a97f-2443e7ffd2d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2169 | 2024.09.01 21:01:25.853422 [ 3 ] {} <Debug> HTTP-Session: 9f1d0161-17fb-4aaf-a97f-2443e7ffd2d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2170 | 2024.09.01 21:01:25.853476 [ 3 ] {} <Trace> HTTP-Session: 9f1d0161-17fb-4aaf-a97f-2443e7ffd2d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2171 | 2024.09.01 21:01:25.853688 [ 3 ] {0562a261-cc7d-4f49-a405-e391fcd0fb0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2172 | 2024.09.01 21:01:25.853762 [ 3 ] {0562a261-cc7d-4f49-a405-e391fcd0fb0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2173 | 2024.09.01 21:01:25.854130 [ 3 ] {0562a261-cc7d-4f49-a405-e391fcd0fb0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2174 | 2024.09.01 21:01:25.854574 [ 3 ] {0562a261-cc7d-4f49-a405-e391fcd0fb0c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2175 | 2024.09.01 21:01:25.854617 [ 3 ] {0562a261-cc7d-4f49-a405-e391fcd0fb0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2176 | 2024.09.01 21:01:25.855023 [ 3 ] {0562a261-cc7d-4f49-a405-e391fcd0fb0c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2177 | 2024.09.01 21:01:25.855413 [ 3 ] {0562a261-cc7d-4f49-a405-e391fcd0fb0c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2178 | 2024.09.01 21:01:25.855567 [ 3 ] {0562a261-cc7d-4f49-a405-e391fcd0fb0c} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001946 sec., 13360.739979445016 rows/sec., 1017.21 KiB/sec. | ||
2179 | 2024.09.01 21:01:25.855907 [ 3 ] {0562a261-cc7d-4f49-a405-e391fcd0fb0c} <Debug> DynamicQueryHandler: Done processing query | ||
2180 | 2024.09.01 21:01:25.855944 [ 3 ] {0562a261-cc7d-4f49-a405-e391fcd0fb0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2181 | 2024.09.01 21:01:25.855970 [ 3 ] {} <Debug> HTTP-Session: 9f1d0161-17fb-4aaf-a97f-2443e7ffd2d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2182 | 2024.09.01 21:01:25.856138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2183 | 2024.09.01 21:01:25.856196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2184 | 2024.09.01 21:01:25.856217 [ 3 ] {} <Debug> HTTP-Session: 466d93ca-2bb4-4ab1-9898-2f9c7f6d1927 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2185 | 2024.09.01 21:01:25.856236 [ 3 ] {} <Debug> HTTP-Session: 466d93ca-2bb4-4ab1-9898-2f9c7f6d1927 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2186 | 2024.09.01 21:01:25.856251 [ 3 ] {} <Debug> HTTP-Session: 466d93ca-2bb4-4ab1-9898-2f9c7f6d1927 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2187 | 2024.09.01 21:01:25.856293 [ 3 ] {} <Trace> HTTP-Session: 466d93ca-2bb4-4ab1-9898-2f9c7f6d1927 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2188 | 2024.09.01 21:01:25.856412 [ 3 ] {10ac7c98-75fa-47c1-916e-d47a59dfb212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2189 | 2024.09.01 21:01:25.856459 [ 3 ] {10ac7c98-75fa-47c1-916e-d47a59dfb212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2190 | 2024.09.01 21:01:25.856708 [ 3 ] {10ac7c98-75fa-47c1-916e-d47a59dfb212} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2191 | 2024.09.01 21:01:25.857098 [ 3 ] {10ac7c98-75fa-47c1-916e-d47a59dfb212} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2192 | 2024.09.01 21:01:25.857136 [ 3 ] {10ac7c98-75fa-47c1-916e-d47a59dfb212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2193 | 2024.09.01 21:01:25.857497 [ 3 ] {10ac7c98-75fa-47c1-916e-d47a59dfb212} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2194 | 2024.09.01 21:01:25.857844 [ 3 ] {10ac7c98-75fa-47c1-916e-d47a59dfb212} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2195 | 2024.09.01 21:01:25.858007 [ 3 ] {10ac7c98-75fa-47c1-916e-d47a59dfb212} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001617 sec., 17316.017316017318 rows/sec., 1.35 MiB/sec. | ||
2196 | 2024.09.01 21:01:25.858234 [ 3 ] {10ac7c98-75fa-47c1-916e-d47a59dfb212} <Debug> DynamicQueryHandler: Done processing query | ||
2197 | 2024.09.01 21:01:25.858271 [ 3 ] {10ac7c98-75fa-47c1-916e-d47a59dfb212} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2198 | 2024.09.01 21:01:25.858293 [ 3 ] {} <Debug> HTTP-Session: 466d93ca-2bb4-4ab1-9898-2f9c7f6d1927 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2199 | 2024.09.01 21:01:25.858448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2200 | 2024.09.01 21:01:25.858500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2201 | 2024.09.01 21:01:25.858520 [ 3 ] {} <Debug> HTTP-Session: d7fc9015-2aad-495f-9e49-5dd9ee5b6958 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2202 | 2024.09.01 21:01:25.858537 [ 3 ] {} <Debug> HTTP-Session: d7fc9015-2aad-495f-9e49-5dd9ee5b6958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2203 | 2024.09.01 21:01:25.858551 [ 3 ] {} <Debug> HTTP-Session: d7fc9015-2aad-495f-9e49-5dd9ee5b6958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2204 | 2024.09.01 21:01:25.858581 [ 3 ] {} <Trace> HTTP-Session: d7fc9015-2aad-495f-9e49-5dd9ee5b6958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2205 | 2024.09.01 21:01:25.858715 [ 3 ] {06e62539-5be2-4cd2-aca5-26c6f2bcd17e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2206 | 2024.09.01 21:01:25.858762 [ 3 ] {06e62539-5be2-4cd2-aca5-26c6f2bcd17e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2207 | 2024.09.01 21:01:25.858903 [ 3 ] {06e62539-5be2-4cd2-aca5-26c6f2bcd17e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2208 | 2024.09.01 21:01:25.859282 [ 3 ] {06e62539-5be2-4cd2-aca5-26c6f2bcd17e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2209 | 2024.09.01 21:01:25.859317 [ 3 ] {06e62539-5be2-4cd2-aca5-26c6f2bcd17e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2210 | 2024.09.01 21:01:25.859716 [ 3 ] {06e62539-5be2-4cd2-aca5-26c6f2bcd17e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2211 | 2024.09.01 21:01:25.860075 [ 3 ] {06e62539-5be2-4cd2-aca5-26c6f2bcd17e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2212 | 2024.09.01 21:01:25.860223 [ 3 ] {06e62539-5be2-4cd2-aca5-26c6f2bcd17e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001558 sec., 64184.85237483954 rows/sec., 4.45 MiB/sec. | ||
2213 | 2024.09.01 21:01:25.860507 [ 3 ] {06e62539-5be2-4cd2-aca5-26c6f2bcd17e} <Debug> DynamicQueryHandler: Done processing query | ||
2214 | 2024.09.01 21:01:25.860533 [ 3 ] {06e62539-5be2-4cd2-aca5-26c6f2bcd17e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2215 | 2024.09.01 21:01:25.860552 [ 3 ] {} <Debug> HTTP-Session: d7fc9015-2aad-495f-9e49-5dd9ee5b6958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2216 | 2024.09.01 21:01:25.860681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2217 | 2024.09.01 21:01:25.860733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2218 | 2024.09.01 21:01:25.860752 [ 3 ] {} <Debug> HTTP-Session: 70b364e0-d06c-426c-8e15-9675ba15b058 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2219 | 2024.09.01 21:01:25.860769 [ 3 ] {} <Debug> HTTP-Session: 70b364e0-d06c-426c-8e15-9675ba15b058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2220 | 2024.09.01 21:01:25.860783 [ 3 ] {} <Debug> HTTP-Session: 70b364e0-d06c-426c-8e15-9675ba15b058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2221 | 2024.09.01 21:01:25.860815 [ 3 ] {} <Trace> HTTP-Session: 70b364e0-d06c-426c-8e15-9675ba15b058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2222 | 2024.09.01 21:01:25.860942 [ 3 ] {c3fe5ae8-6f3b-4ca1-8b2b-8dc8628516fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2223 | 2024.09.01 21:01:25.860988 [ 3 ] {c3fe5ae8-6f3b-4ca1-8b2b-8dc8628516fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2224 | 2024.09.01 21:01:25.861136 [ 3 ] {c3fe5ae8-6f3b-4ca1-8b2b-8dc8628516fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2225 | 2024.09.01 21:01:25.861434 [ 3 ] {c3fe5ae8-6f3b-4ca1-8b2b-8dc8628516fb} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2226 | 2024.09.01 21:01:25.861470 [ 3 ] {c3fe5ae8-6f3b-4ca1-8b2b-8dc8628516fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2227 | 2024.09.01 21:01:25.861873 [ 3 ] {c3fe5ae8-6f3b-4ca1-8b2b-8dc8628516fb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2228 | 2024.09.01 21:01:25.862197 [ 3 ] {c3fe5ae8-6f3b-4ca1-8b2b-8dc8628516fb} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2229 | 2024.09.01 21:01:25.862353 [ 3 ] {c3fe5ae8-6f3b-4ca1-8b2b-8dc8628516fb} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001434 sec., 20920.50209205021 rows/sec., 1.43 MiB/sec. | ||
2230 | 2024.09.01 21:01:25.862864 [ 3 ] {c3fe5ae8-6f3b-4ca1-8b2b-8dc8628516fb} <Debug> DynamicQueryHandler: Done processing query | ||
2231 | 2024.09.01 21:01:25.862889 [ 3 ] {c3fe5ae8-6f3b-4ca1-8b2b-8dc8628516fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2232 | 2024.09.01 21:01:25.862905 [ 3 ] {} <Debug> HTTP-Session: 70b364e0-d06c-426c-8e15-9675ba15b058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2233 | 2024.09.01 21:01:30.859796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 35047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2234 | 2024.09.01 21:01:30.859932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2235 | 2024.09.01 21:01:30.859973 [ 3 ] {} <Debug> HTTP-Session: 48e3a4f5-47e7-4f65-af9a-213a68b712fe Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2236 | 2024.09.01 21:01:30.860011 [ 3 ] {} <Debug> HTTP-Session: 48e3a4f5-47e7-4f65-af9a-213a68b712fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2237 | 2024.09.01 21:01:30.860038 [ 3 ] {} <Debug> HTTP-Session: 48e3a4f5-47e7-4f65-af9a-213a68b712fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2238 | 2024.09.01 21:01:30.860105 [ 3 ] {} <Trace> HTTP-Session: 48e3a4f5-47e7-4f65-af9a-213a68b712fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2239 | 2024.09.01 21:01:30.860352 [ 3 ] {62f98d1f-07d0-45dd-b157-78119de751ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2240 | 2024.09.01 21:01:30.860418 [ 3 ] {62f98d1f-07d0-45dd-b157-78119de751ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2241 | 2024.09.01 21:01:30.860761 [ 3 ] {62f98d1f-07d0-45dd-b157-78119de751ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2242 | 2024.09.01 21:01:30.861433 [ 3 ] {62f98d1f-07d0-45dd-b157-78119de751ad} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2243 | 2024.09.01 21:01:30.861481 [ 3 ] {62f98d1f-07d0-45dd-b157-78119de751ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2244 | 2024.09.01 21:01:30.862028 [ 3 ] {62f98d1f-07d0-45dd-b157-78119de751ad} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2245 | 2024.09.01 21:01:30.862479 [ 3 ] {62f98d1f-07d0-45dd-b157-78119de751ad} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2246 | 2024.09.01 21:01:30.862625 [ 3 ] {62f98d1f-07d0-45dd-b157-78119de751ad} <Debug> executeQuery: Read 229 rows, 21.11 KiB in 0.002377 sec., 96339.92427429532 rows/sec., 8.67 MiB/sec. | ||
2247 | 2024.09.01 21:01:30.862996 [ 3 ] {62f98d1f-07d0-45dd-b157-78119de751ad} <Debug> DynamicQueryHandler: Done processing query | ||
2248 | 2024.09.01 21:01:30.863022 [ 3 ] {62f98d1f-07d0-45dd-b157-78119de751ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2249 | 2024.09.01 21:01:30.863039 [ 3 ] {} <Debug> HTTP-Session: 48e3a4f5-47e7-4f65-af9a-213a68b712fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2250 | 2024.09.01 21:01:30.863167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2251 | 2024.09.01 21:01:30.863226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2252 | 2024.09.01 21:01:30.863247 [ 3 ] {} <Debug> HTTP-Session: e274f168-6902-4622-867c-0dc216cd63ce Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2253 | 2024.09.01 21:01:30.863265 [ 3 ] {} <Debug> HTTP-Session: e274f168-6902-4622-867c-0dc216cd63ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2254 | 2024.09.01 21:01:30.863279 [ 3 ] {} <Debug> HTTP-Session: e274f168-6902-4622-867c-0dc216cd63ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2255 | 2024.09.01 21:01:30.863314 [ 3 ] {} <Trace> HTTP-Session: e274f168-6902-4622-867c-0dc216cd63ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2256 | 2024.09.01 21:01:30.863432 [ 3 ] {83696bb5-282b-4ec9-ac4a-c99b48938eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2257 | 2024.09.01 21:01:30.863481 [ 3 ] {83696bb5-282b-4ec9-ac4a-c99b48938eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2258 | 2024.09.01 21:01:30.863732 [ 3 ] {83696bb5-282b-4ec9-ac4a-c99b48938eae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2259 | 2024.09.01 21:01:30.864113 [ 3 ] {83696bb5-282b-4ec9-ac4a-c99b48938eae} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2260 | 2024.09.01 21:01:30.864149 [ 3 ] {83696bb5-282b-4ec9-ac4a-c99b48938eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2261 | 2024.09.01 21:01:30.864497 [ 3 ] {83696bb5-282b-4ec9-ac4a-c99b48938eae} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2262 | 2024.09.01 21:01:30.864876 [ 3 ] {83696bb5-282b-4ec9-ac4a-c99b48938eae} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2263 | 2024.09.01 21:01:30.864999 [ 3 ] {83696bb5-282b-4ec9-ac4a-c99b48938eae} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001603 sec., 21834.06113537118 rows/sec., 1.60 MiB/sec. | ||
2264 | 2024.09.01 21:01:30.865168 [ 3 ] {83696bb5-282b-4ec9-ac4a-c99b48938eae} <Debug> DynamicQueryHandler: Done processing query | ||
2265 | 2024.09.01 21:01:30.865191 [ 3 ] {83696bb5-282b-4ec9-ac4a-c99b48938eae} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2266 | 2024.09.01 21:01:30.865207 [ 3 ] {} <Debug> HTTP-Session: e274f168-6902-4622-867c-0dc216cd63ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2267 | 2024.09.01 21:01:30.865317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2268 | 2024.09.01 21:01:30.865366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2269 | 2024.09.01 21:01:30.865385 [ 3 ] {} <Debug> HTTP-Session: dc762774-fffc-4e68-a68f-27de67850b56 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2270 | 2024.09.01 21:01:30.865401 [ 3 ] {} <Debug> HTTP-Session: dc762774-fffc-4e68-a68f-27de67850b56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2271 | 2024.09.01 21:01:30.865415 [ 3 ] {} <Debug> HTTP-Session: dc762774-fffc-4e68-a68f-27de67850b56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2272 | 2024.09.01 21:01:30.865447 [ 3 ] {} <Trace> HTTP-Session: dc762774-fffc-4e68-a68f-27de67850b56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2273 | 2024.09.01 21:01:30.865546 [ 3 ] {034e5388-4e51-4317-aced-f3f203a6683b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2274 | 2024.09.01 21:01:30.865588 [ 3 ] {034e5388-4e51-4317-aced-f3f203a6683b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2275 | 2024.09.01 21:01:30.865822 [ 3 ] {034e5388-4e51-4317-aced-f3f203a6683b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2276 | 2024.09.01 21:01:30.866157 [ 3 ] {034e5388-4e51-4317-aced-f3f203a6683b} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2277 | 2024.09.01 21:01:30.866192 [ 3 ] {034e5388-4e51-4317-aced-f3f203a6683b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2278 | 2024.09.01 21:01:30.866537 [ 3 ] {034e5388-4e51-4317-aced-f3f203a6683b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2279 | 2024.09.01 21:01:30.866882 [ 3 ] {034e5388-4e51-4317-aced-f3f203a6683b} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2280 | 2024.09.01 21:01:30.867014 [ 3 ] {034e5388-4e51-4317-aced-f3f203a6683b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001489 sec., 9402.283411685694 rows/sec., 658.47 KiB/sec. | ||
2281 | 2024.09.01 21:01:30.867241 [ 3 ] {034e5388-4e51-4317-aced-f3f203a6683b} <Debug> DynamicQueryHandler: Done processing query | ||
2282 | 2024.09.01 21:01:30.867265 [ 3 ] {034e5388-4e51-4317-aced-f3f203a6683b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2283 | 2024.09.01 21:01:30.867281 [ 3 ] {} <Debug> HTTP-Session: dc762774-fffc-4e68-a68f-27de67850b56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2284 | 2024.09.01 21:01:30.867389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2285 | 2024.09.01 21:01:30.867438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2286 | 2024.09.01 21:01:30.867457 [ 3 ] {} <Debug> HTTP-Session: 99bf11a8-b5c5-4b8a-bf51-1dc2edb9f6b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2287 | 2024.09.01 21:01:30.867474 [ 3 ] {} <Debug> HTTP-Session: 99bf11a8-b5c5-4b8a-bf51-1dc2edb9f6b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2288 | 2024.09.01 21:01:30.867487 [ 3 ] {} <Debug> HTTP-Session: 99bf11a8-b5c5-4b8a-bf51-1dc2edb9f6b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2289 | 2024.09.01 21:01:30.867517 [ 3 ] {} <Trace> HTTP-Session: 99bf11a8-b5c5-4b8a-bf51-1dc2edb9f6b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2290 | 2024.09.01 21:01:30.867612 [ 3 ] {82bfd03b-41b8-49ba-8c74-e9c9c5b6d283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2291 | 2024.09.01 21:01:30.867654 [ 3 ] {82bfd03b-41b8-49ba-8c74-e9c9c5b6d283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2292 | 2024.09.01 21:01:30.867882 [ 3 ] {82bfd03b-41b8-49ba-8c74-e9c9c5b6d283} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2293 | 2024.09.01 21:01:30.868186 [ 3 ] {82bfd03b-41b8-49ba-8c74-e9c9c5b6d283} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2294 | 2024.09.01 21:01:30.868222 [ 3 ] {82bfd03b-41b8-49ba-8c74-e9c9c5b6d283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2295 | 2024.09.01 21:01:30.868558 [ 3 ] {82bfd03b-41b8-49ba-8c74-e9c9c5b6d283} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2296 | 2024.09.01 21:01:30.868905 [ 3 ] {82bfd03b-41b8-49ba-8c74-e9c9c5b6d283} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2297 | 2024.09.01 21:01:30.869051 [ 3 ] {82bfd03b-41b8-49ba-8c74-e9c9c5b6d283} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 243.64 KiB/sec. | ||
2298 | 2024.09.01 21:01:30.869319 [ 3 ] {82bfd03b-41b8-49ba-8c74-e9c9c5b6d283} <Debug> DynamicQueryHandler: Done processing query | ||
2299 | 2024.09.01 21:01:30.869343 [ 3 ] {82bfd03b-41b8-49ba-8c74-e9c9c5b6d283} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2300 | 2024.09.01 21:01:30.869358 [ 3 ] {} <Debug> HTTP-Session: 99bf11a8-b5c5-4b8a-bf51-1dc2edb9f6b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2301 | 2024.09.01 21:01:30.869603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 61622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2302 | 2024.09.01 21:01:30.869652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2303 | 2024.09.01 21:01:30.869670 [ 3 ] {} <Debug> HTTP-Session: 96b14755-f00a-404e-bce9-b1574738506e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2304 | 2024.09.01 21:01:30.869687 [ 3 ] {} <Debug> HTTP-Session: 96b14755-f00a-404e-bce9-b1574738506e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2305 | 2024.09.01 21:01:30.869701 [ 3 ] {} <Debug> HTTP-Session: 96b14755-f00a-404e-bce9-b1574738506e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2306 | 2024.09.01 21:01:30.869731 [ 3 ] {} <Trace> HTTP-Session: 96b14755-f00a-404e-bce9-b1574738506e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2307 | 2024.09.01 21:01:30.869933 [ 3 ] {997ca809-0679-47a4-9f72-c9316a03c226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2308 | 2024.09.01 21:01:30.869976 [ 3 ] {997ca809-0679-47a4-9f72-c9316a03c226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2309 | 2024.09.01 21:01:30.870218 [ 3 ] {997ca809-0679-47a4-9f72-c9316a03c226} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2310 | 2024.09.01 21:01:30.870800 [ 3 ] {997ca809-0679-47a4-9f72-c9316a03c226} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2311 | 2024.09.01 21:01:30.870838 [ 3 ] {997ca809-0679-47a4-9f72-c9316a03c226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2312 | 2024.09.01 21:01:30.871195 [ 3 ] {997ca809-0679-47a4-9f72-c9316a03c226} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2313 | 2024.09.01 21:01:30.871546 [ 3 ] {997ca809-0679-47a4-9f72-c9316a03c226} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2314 | 2024.09.01 21:01:30.871711 [ 3 ] {997ca809-0679-47a4-9f72-c9316a03c226} <Debug> executeQuery: Read 381 rows, 27.61 KiB in 0.001874 sec., 203308.43116328708 rows/sec., 14.39 MiB/sec. | ||
2315 | 2024.09.01 21:01:30.871882 [ 3 ] {997ca809-0679-47a4-9f72-c9316a03c226} <Debug> DynamicQueryHandler: Done processing query | ||
2316 | 2024.09.01 21:01:30.871905 [ 3 ] {997ca809-0679-47a4-9f72-c9316a03c226} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
2317 | 2024.09.01 21:01:30.871921 [ 3 ] {} <Debug> HTTP-Session: 96b14755-f00a-404e-bce9-b1574738506e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2318 | 2024.09.01 21:01:30.872082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2319 | 2024.09.01 21:01:30.872130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2320 | 2024.09.01 21:01:30.872150 [ 3 ] {} <Debug> HTTP-Session: 77d7f2d1-025b-4c31-8337-c6644b7c0444 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2321 | 2024.09.01 21:01:30.872166 [ 3 ] {} <Debug> HTTP-Session: 77d7f2d1-025b-4c31-8337-c6644b7c0444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2322 | 2024.09.01 21:01:30.872180 [ 3 ] {} <Debug> HTTP-Session: 77d7f2d1-025b-4c31-8337-c6644b7c0444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2323 | 2024.09.01 21:01:30.872211 [ 3 ] {} <Trace> HTTP-Session: 77d7f2d1-025b-4c31-8337-c6644b7c0444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2324 | 2024.09.01 21:01:30.872304 [ 3 ] {5f17672b-421f-4f57-b008-d491483b7b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2325 | 2024.09.01 21:01:30.872349 [ 3 ] {5f17672b-421f-4f57-b008-d491483b7b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2326 | 2024.09.01 21:01:30.872479 [ 3 ] {5f17672b-421f-4f57-b008-d491483b7b88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2327 | 2024.09.01 21:01:30.872757 [ 3 ] {5f17672b-421f-4f57-b008-d491483b7b88} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2328 | 2024.09.01 21:01:30.872792 [ 3 ] {5f17672b-421f-4f57-b008-d491483b7b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2329 | 2024.09.01 21:01:30.873138 [ 3 ] {5f17672b-421f-4f57-b008-d491483b7b88} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2330 | 2024.09.01 21:01:30.873455 [ 3 ] {5f17672b-421f-4f57-b008-d491483b7b88} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2331 | 2024.09.01 21:01:30.873620 [ 3 ] {5f17672b-421f-4f57-b008-d491483b7b88} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 236.23 KiB/sec. | ||
2332 | 2024.09.01 21:01:30.873828 [ 3 ] {5f17672b-421f-4f57-b008-d491483b7b88} <Debug> DynamicQueryHandler: Done processing query | ||
2333 | 2024.09.01 21:01:30.873853 [ 3 ] {5f17672b-421f-4f57-b008-d491483b7b88} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2334 | 2024.09.01 21:01:30.873868 [ 3 ] {} <Debug> HTTP-Session: 77d7f2d1-025b-4c31-8337-c6644b7c0444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2335 | 2024.09.01 21:01:30.874121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 33110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2336 | 2024.09.01 21:01:30.874170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2337 | 2024.09.01 21:01:30.874188 [ 3 ] {} <Debug> HTTP-Session: 578f06f4-ed5d-491f-afa7-2c398a0872f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2338 | 2024.09.01 21:01:30.874204 [ 3 ] {} <Debug> HTTP-Session: 578f06f4-ed5d-491f-afa7-2c398a0872f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2339 | 2024.09.01 21:01:30.874218 [ 3 ] {} <Debug> HTTP-Session: 578f06f4-ed5d-491f-afa7-2c398a0872f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2340 | 2024.09.01 21:01:30.874248 [ 3 ] {} <Trace> HTTP-Session: 578f06f4-ed5d-491f-afa7-2c398a0872f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2341 | 2024.09.01 21:01:30.874419 [ 3 ] {4617ee07-6539-4b37-8f8f-3537f5f7a22f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2342 | 2024.09.01 21:01:30.874466 [ 3 ] {4617ee07-6539-4b37-8f8f-3537f5f7a22f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2343 | 2024.09.01 21:01:30.874607 [ 3 ] {4617ee07-6539-4b37-8f8f-3537f5f7a22f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2344 | 2024.09.01 21:01:30.875010 [ 3 ] {4617ee07-6539-4b37-8f8f-3537f5f7a22f} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2345 | 2024.09.01 21:01:30.875046 [ 3 ] {4617ee07-6539-4b37-8f8f-3537f5f7a22f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2346 | 2024.09.01 21:01:30.875412 [ 3 ] {4617ee07-6539-4b37-8f8f-3537f5f7a22f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2347 | 2024.09.01 21:01:30.875738 [ 3 ] {4617ee07-6539-4b37-8f8f-3537f5f7a22f} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2348 | 2024.09.01 21:01:30.875907 [ 3 ] {4617ee07-6539-4b37-8f8f-3537f5f7a22f} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001563 sec., 113243.76199616124 rows/sec., 7.47 MiB/sec. | ||
2349 | 2024.09.01 21:01:30.876199 [ 3 ] {4617ee07-6539-4b37-8f8f-3537f5f7a22f} <Debug> DynamicQueryHandler: Done processing query | ||
2350 | 2024.09.01 21:01:30.876223 [ 3 ] {4617ee07-6539-4b37-8f8f-3537f5f7a22f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2351 | 2024.09.01 21:01:30.876239 [ 3 ] {} <Debug> HTTP-Session: 578f06f4-ed5d-491f-afa7-2c398a0872f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2352 | 2024.09.01 21:01:30.876340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2353 | 2024.09.01 21:01:30.876389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2354 | 2024.09.01 21:01:30.876408 [ 3 ] {} <Debug> HTTP-Session: 4479e259-edab-4c6c-a1a4-ebd49af9ef95 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2355 | 2024.09.01 21:01:30.876424 [ 3 ] {} <Debug> HTTP-Session: 4479e259-edab-4c6c-a1a4-ebd49af9ef95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2356 | 2024.09.01 21:01:30.876440 [ 3 ] {} <Debug> HTTP-Session: 4479e259-edab-4c6c-a1a4-ebd49af9ef95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2357 | 2024.09.01 21:01:30.876471 [ 3 ] {} <Trace> HTTP-Session: 4479e259-edab-4c6c-a1a4-ebd49af9ef95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2358 | 2024.09.01 21:01:30.876561 [ 3 ] {9b4edf83-3974-44af-8ab6-84b4d2e56c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2359 | 2024.09.01 21:01:30.876607 [ 3 ] {9b4edf83-3974-44af-8ab6-84b4d2e56c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2360 | 2024.09.01 21:01:30.876755 [ 3 ] {9b4edf83-3974-44af-8ab6-84b4d2e56c28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2361 | 2024.09.01 21:01:30.877017 [ 3 ] {9b4edf83-3974-44af-8ab6-84b4d2e56c28} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2362 | 2024.09.01 21:01:30.877052 [ 3 ] {9b4edf83-3974-44af-8ab6-84b4d2e56c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2363 | 2024.09.01 21:01:30.877402 [ 3 ] {9b4edf83-3974-44af-8ab6-84b4d2e56c28} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2364 | 2024.09.01 21:01:30.877717 [ 3 ] {9b4edf83-3974-44af-8ab6-84b4d2e56c28} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2365 | 2024.09.01 21:01:30.877869 [ 3 ] {9b4edf83-3974-44af-8ab6-84b4d2e56c28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
2366 | 2024.09.01 21:01:30.878074 [ 3 ] {9b4edf83-3974-44af-8ab6-84b4d2e56c28} <Debug> DynamicQueryHandler: Done processing query | ||
2367 | 2024.09.01 21:01:30.878098 [ 3 ] {9b4edf83-3974-44af-8ab6-84b4d2e56c28} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2368 | 2024.09.01 21:01:30.878113 [ 3 ] {} <Debug> HTTP-Session: 4479e259-edab-4c6c-a1a4-ebd49af9ef95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2369 | 2024.09.01 21:01:30.878308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2370 | 2024.09.01 21:01:30.878357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2371 | 2024.09.01 21:01:30.878376 [ 3 ] {} <Debug> HTTP-Session: 75ca366a-8cf1-49b9-95c2-f67a2a318375 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2372 | 2024.09.01 21:01:30.878392 [ 3 ] {} <Debug> HTTP-Session: 75ca366a-8cf1-49b9-95c2-f67a2a318375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2373 | 2024.09.01 21:01:30.878405 [ 3 ] {} <Debug> HTTP-Session: 75ca366a-8cf1-49b9-95c2-f67a2a318375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2374 | 2024.09.01 21:01:30.878436 [ 3 ] {} <Trace> HTTP-Session: 75ca366a-8cf1-49b9-95c2-f67a2a318375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2375 | 2024.09.01 21:01:30.879087 [ 3 ] {57dd52e1-e1f2-45e3-861d-b76856a5d443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2376 | 2024.09.01 21:01:30.879150 [ 3 ] {57dd52e1-e1f2-45e3-861d-b76856a5d443} <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 | ||
2377 | 2024.09.01 21:01:30.879558 [ 3 ] {57dd52e1-e1f2-45e3-861d-b76856a5d443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2378 | 2024.09.01 21:01:30.880281 [ 3 ] {57dd52e1-e1f2-45e3-861d-b76856a5d443} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2379 | 2024.09.01 21:01:30.880315 [ 3 ] {57dd52e1-e1f2-45e3-861d-b76856a5d443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2380 | 2024.09.01 21:01:30.880947 [ 3 ] {57dd52e1-e1f2-45e3-861d-b76856a5d443} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2381 | 2024.09.01 21:01:30.881349 [ 3 ] {57dd52e1-e1f2-45e3-861d-b76856a5d443} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2382 | 2024.09.01 21:01:30.881537 [ 3 ] {57dd52e1-e1f2-45e3-861d-b76856a5d443} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003006 sec., 11643.37990685296 rows/sec., 20.86 MiB/sec. | ||
2383 | 2024.09.01 21:01:30.881749 [ 3 ] {57dd52e1-e1f2-45e3-861d-b76856a5d443} <Debug> DynamicQueryHandler: Done processing query | ||
2384 | 2024.09.01 21:01:30.881772 [ 3 ] {57dd52e1-e1f2-45e3-861d-b76856a5d443} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
2385 | 2024.09.01 21:01:30.881787 [ 3 ] {} <Debug> HTTP-Session: 75ca366a-8cf1-49b9-95c2-f67a2a318375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2386 | 2024.09.01 21:01:30.881941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2387 | 2024.09.01 21:01:30.881990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2388 | 2024.09.01 21:01:30.882008 [ 3 ] {} <Debug> HTTP-Session: cbbe778c-5c2d-4641-8f12-a7285cae02a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2389 | 2024.09.01 21:01:30.882025 [ 3 ] {} <Debug> HTTP-Session: cbbe778c-5c2d-4641-8f12-a7285cae02a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2390 | 2024.09.01 21:01:30.882039 [ 3 ] {} <Debug> HTTP-Session: cbbe778c-5c2d-4641-8f12-a7285cae02a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2391 | 2024.09.01 21:01:30.882069 [ 3 ] {} <Trace> HTTP-Session: cbbe778c-5c2d-4641-8f12-a7285cae02a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2392 | 2024.09.01 21:01:30.882174 [ 3 ] {bf6108c5-03a9-4ae0-bf06-cdfedd05ea50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2393 | 2024.09.01 21:01:30.882218 [ 3 ] {bf6108c5-03a9-4ae0-bf06-cdfedd05ea50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2394 | 2024.09.01 21:01:30.882343 [ 3 ] {bf6108c5-03a9-4ae0-bf06-cdfedd05ea50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2395 | 2024.09.01 21:01:30.882648 [ 3 ] {bf6108c5-03a9-4ae0-bf06-cdfedd05ea50} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2396 | 2024.09.01 21:01:30.882685 [ 3 ] {bf6108c5-03a9-4ae0-bf06-cdfedd05ea50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2397 | 2024.09.01 21:01:30.883033 [ 3 ] {bf6108c5-03a9-4ae0-bf06-cdfedd05ea50} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2398 | 2024.09.01 21:01:30.883355 [ 3 ] {bf6108c5-03a9-4ae0-bf06-cdfedd05ea50} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2399 | 2024.09.01 21:01:30.883506 [ 3 ] {bf6108c5-03a9-4ae0-bf06-cdfedd05ea50} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001356 sec., 38348.082595870204 rows/sec., 2.37 MiB/sec. | ||
2400 | 2024.09.01 21:01:30.883671 [ 3 ] {bf6108c5-03a9-4ae0-bf06-cdfedd05ea50} <Debug> DynamicQueryHandler: Done processing query | ||
2401 | 2024.09.01 21:01:30.883695 [ 3 ] {bf6108c5-03a9-4ae0-bf06-cdfedd05ea50} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2402 | 2024.09.01 21:01:30.883710 [ 3 ] {} <Debug> HTTP-Session: cbbe778c-5c2d-4641-8f12-a7285cae02a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2403 | 2024.09.01 21:01:35.854000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2404 | 2024.09.01 21:01:35.854157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2405 | 2024.09.01 21:01:35.854191 [ 3 ] {} <Debug> HTTP-Session: 496b0cec-3ce4-45a9-b953-b921b985a0a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2406 | 2024.09.01 21:01:35.854224 [ 3 ] {} <Debug> HTTP-Session: 496b0cec-3ce4-45a9-b953-b921b985a0a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2407 | 2024.09.01 21:01:35.854246 [ 3 ] {} <Debug> HTTP-Session: 496b0cec-3ce4-45a9-b953-b921b985a0a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2408 | 2024.09.01 21:01:35.854309 [ 3 ] {} <Trace> HTTP-Session: 496b0cec-3ce4-45a9-b953-b921b985a0a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2409 | 2024.09.01 21:01:35.854550 [ 3 ] {c768e5e4-d228-4bd6-8462-8ed6dc045c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2410 | 2024.09.01 21:01:35.854628 [ 3 ] {c768e5e4-d228-4bd6-8462-8ed6dc045c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2411 | 2024.09.01 21:01:35.854948 [ 3 ] {c768e5e4-d228-4bd6-8462-8ed6dc045c9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2412 | 2024.09.01 21:01:35.855369 [ 3 ] {c768e5e4-d228-4bd6-8462-8ed6dc045c9c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2413 | 2024.09.01 21:01:35.855410 [ 3 ] {c768e5e4-d228-4bd6-8462-8ed6dc045c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2414 | 2024.09.01 21:01:35.855817 [ 3 ] {c768e5e4-d228-4bd6-8462-8ed6dc045c9c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2415 | 2024.09.01 21:01:35.856194 [ 3 ] {c768e5e4-d228-4bd6-8462-8ed6dc045c9c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2416 | 2024.09.01 21:01:35.856368 [ 3 ] {c768e5e4-d228-4bd6-8462-8ed6dc045c9c} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001891 sec., 13749.338974087783 rows/sec., 1.02 MiB/sec. | ||
2417 | 2024.09.01 21:01:35.856569 [ 3 ] {c768e5e4-d228-4bd6-8462-8ed6dc045c9c} <Debug> DynamicQueryHandler: Done processing query | ||
2418 | 2024.09.01 21:01:35.856595 [ 3 ] {c768e5e4-d228-4bd6-8462-8ed6dc045c9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2419 | 2024.09.01 21:01:35.856612 [ 3 ] {} <Debug> HTTP-Session: 496b0cec-3ce4-45a9-b953-b921b985a0a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2420 | 2024.09.01 21:01:35.856777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2421 | 2024.09.01 21:01:35.856826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2422 | 2024.09.01 21:01:35.856845 [ 3 ] {} <Debug> HTTP-Session: ebd3430f-483a-4a08-a977-a0365cafeb8e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2423 | 2024.09.01 21:01:35.856862 [ 3 ] {} <Debug> HTTP-Session: ebd3430f-483a-4a08-a977-a0365cafeb8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2424 | 2024.09.01 21:01:35.856876 [ 3 ] {} <Debug> HTTP-Session: ebd3430f-483a-4a08-a977-a0365cafeb8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2425 | 2024.09.01 21:01:35.856907 [ 3 ] {} <Trace> HTTP-Session: ebd3430f-483a-4a08-a977-a0365cafeb8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2426 | 2024.09.01 21:01:35.857009 [ 3 ] {a937de08-bb6a-4a1b-9d91-dd038af230e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2427 | 2024.09.01 21:01:35.857052 [ 3 ] {a937de08-bb6a-4a1b-9d91-dd038af230e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2428 | 2024.09.01 21:01:35.857273 [ 3 ] {a937de08-bb6a-4a1b-9d91-dd038af230e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2429 | 2024.09.01 21:01:35.857595 [ 3 ] {a937de08-bb6a-4a1b-9d91-dd038af230e1} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2430 | 2024.09.01 21:01:35.857631 [ 3 ] {a937de08-bb6a-4a1b-9d91-dd038af230e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2431 | 2024.09.01 21:01:35.857981 [ 3 ] {a937de08-bb6a-4a1b-9d91-dd038af230e1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2432 | 2024.09.01 21:01:35.858327 [ 3 ] {a937de08-bb6a-4a1b-9d91-dd038af230e1} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2433 | 2024.09.01 21:01:35.858479 [ 3 ] {a937de08-bb6a-4a1b-9d91-dd038af230e1} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001496 sec., 18716.57754010695 rows/sec., 1.46 MiB/sec. | ||
2434 | 2024.09.01 21:01:35.858645 [ 3 ] {a937de08-bb6a-4a1b-9d91-dd038af230e1} <Debug> DynamicQueryHandler: Done processing query | ||
2435 | 2024.09.01 21:01:35.858669 [ 3 ] {a937de08-bb6a-4a1b-9d91-dd038af230e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2436 | 2024.09.01 21:01:35.858685 [ 3 ] {} <Debug> HTTP-Session: ebd3430f-483a-4a08-a977-a0365cafeb8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2437 | 2024.09.01 21:01:35.858815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2438 | 2024.09.01 21:01:35.858864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2439 | 2024.09.01 21:01:35.858883 [ 3 ] {} <Debug> HTTP-Session: 225c7888-dcc7-426f-ac69-054842fab738 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2440 | 2024.09.01 21:01:35.858899 [ 3 ] {} <Debug> HTTP-Session: 225c7888-dcc7-426f-ac69-054842fab738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2441 | 2024.09.01 21:01:35.858912 [ 3 ] {} <Debug> HTTP-Session: 225c7888-dcc7-426f-ac69-054842fab738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2442 | 2024.09.01 21:01:35.858943 [ 3 ] {} <Trace> HTTP-Session: 225c7888-dcc7-426f-ac69-054842fab738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2443 | 2024.09.01 21:01:35.859072 [ 3 ] {f894f2e7-4340-4896-814f-75d685e74621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2444 | 2024.09.01 21:01:35.859120 [ 3 ] {f894f2e7-4340-4896-814f-75d685e74621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2445 | 2024.09.01 21:01:35.859263 [ 3 ] {f894f2e7-4340-4896-814f-75d685e74621} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2446 | 2024.09.01 21:01:35.859630 [ 3 ] {f894f2e7-4340-4896-814f-75d685e74621} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2447 | 2024.09.01 21:01:35.859669 [ 3 ] {f894f2e7-4340-4896-814f-75d685e74621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2448 | 2024.09.01 21:01:35.860078 [ 3 ] {f894f2e7-4340-4896-814f-75d685e74621} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2449 | 2024.09.01 21:01:35.860428 [ 3 ] {f894f2e7-4340-4896-814f-75d685e74621} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2450 | 2024.09.01 21:01:35.860588 [ 3 ] {f894f2e7-4340-4896-814f-75d685e74621} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001568 sec., 63775.510204081635 rows/sec., 4.42 MiB/sec. | ||
2451 | 2024.09.01 21:01:35.860750 [ 3 ] {f894f2e7-4340-4896-814f-75d685e74621} <Debug> DynamicQueryHandler: Done processing query | ||
2452 | 2024.09.01 21:01:35.860774 [ 3 ] {f894f2e7-4340-4896-814f-75d685e74621} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2453 | 2024.09.01 21:01:35.860790 [ 3 ] {} <Debug> HTTP-Session: 225c7888-dcc7-426f-ac69-054842fab738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2454 | 2024.09.01 21:01:35.860924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2455 | 2024.09.01 21:01:35.860974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2456 | 2024.09.01 21:01:35.860994 [ 3 ] {} <Debug> HTTP-Session: 9e7945c2-1980-4982-892b-3f3182daf2df Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2457 | 2024.09.01 21:01:35.861011 [ 3 ] {} <Debug> HTTP-Session: 9e7945c2-1980-4982-892b-3f3182daf2df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2458 | 2024.09.01 21:01:35.861025 [ 3 ] {} <Debug> HTTP-Session: 9e7945c2-1980-4982-892b-3f3182daf2df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2459 | 2024.09.01 21:01:35.861056 [ 3 ] {} <Trace> HTTP-Session: 9e7945c2-1980-4982-892b-3f3182daf2df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2460 | 2024.09.01 21:01:35.861163 [ 3 ] {d36d89da-0f78-467a-aeb3-0a38f6cfa9b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2461 | 2024.09.01 21:01:35.861209 [ 3 ] {d36d89da-0f78-467a-aeb3-0a38f6cfa9b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2462 | 2024.09.01 21:01:35.861340 [ 3 ] {d36d89da-0f78-467a-aeb3-0a38f6cfa9b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2463 | 2024.09.01 21:01:35.861607 [ 3 ] {d36d89da-0f78-467a-aeb3-0a38f6cfa9b8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2464 | 2024.09.01 21:01:35.861644 [ 3 ] {d36d89da-0f78-467a-aeb3-0a38f6cfa9b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2465 | 2024.09.01 21:01:35.861996 [ 3 ] {d36d89da-0f78-467a-aeb3-0a38f6cfa9b8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2466 | 2024.09.01 21:01:35.862326 [ 3 ] {d36d89da-0f78-467a-aeb3-0a38f6cfa9b8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2467 | 2024.09.01 21:01:35.862479 [ 3 ] {d36d89da-0f78-467a-aeb3-0a38f6cfa9b8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001349 sec., 22238.695329873983 rows/sec., 1.52 MiB/sec. | ||
2468 | 2024.09.01 21:01:35.862641 [ 3 ] {d36d89da-0f78-467a-aeb3-0a38f6cfa9b8} <Debug> DynamicQueryHandler: Done processing query | ||
2469 | 2024.09.01 21:01:35.862666 [ 3 ] {d36d89da-0f78-467a-aeb3-0a38f6cfa9b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2470 | 2024.09.01 21:01:35.862682 [ 3 ] {} <Debug> HTTP-Session: 9e7945c2-1980-4982-892b-3f3182daf2df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2471 | 2024.09.01 21:01:39.016240 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2472 | 2024.09.01 21:01:39.016298 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2473 | 2024.09.01 21:01:40.860255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 35047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2474 | 2024.09.01 21:01:40.860394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2475 | 2024.09.01 21:01:40.860422 [ 3 ] {} <Debug> HTTP-Session: 935abb57-6315-4a9a-bdc5-7636b1fcb11c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2476 | 2024.09.01 21:01:40.860450 [ 3 ] {} <Debug> HTTP-Session: 935abb57-6315-4a9a-bdc5-7636b1fcb11c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2477 | 2024.09.01 21:01:40.860468 [ 3 ] {} <Debug> HTTP-Session: 935abb57-6315-4a9a-bdc5-7636b1fcb11c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2478 | 2024.09.01 21:01:40.860525 [ 3 ] {} <Trace> HTTP-Session: 935abb57-6315-4a9a-bdc5-7636b1fcb11c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2479 | 2024.09.01 21:01:40.860782 [ 3 ] {95255d48-f1f0-4f0d-a9ad-05db3e1475d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2480 | 2024.09.01 21:01:40.860848 [ 3 ] {95255d48-f1f0-4f0d-a9ad-05db3e1475d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2481 | 2024.09.01 21:01:40.861169 [ 3 ] {95255d48-f1f0-4f0d-a9ad-05db3e1475d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2482 | 2024.09.01 21:01:40.861712 [ 3 ] {95255d48-f1f0-4f0d-a9ad-05db3e1475d7} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2483 | 2024.09.01 21:01:40.861755 [ 3 ] {95255d48-f1f0-4f0d-a9ad-05db3e1475d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2484 | 2024.09.01 21:01:40.862178 [ 3 ] {95255d48-f1f0-4f0d-a9ad-05db3e1475d7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2485 | 2024.09.01 21:01:40.862557 [ 3 ] {95255d48-f1f0-4f0d-a9ad-05db3e1475d7} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2486 | 2024.09.01 21:01:40.862727 [ 3 ] {95255d48-f1f0-4f0d-a9ad-05db3e1475d7} <Debug> executeQuery: Read 229 rows, 21.11 KiB in 0.002047 sec., 111871.03077674644 rows/sec., 10.07 MiB/sec. | ||
2487 | 2024.09.01 21:01:40.862737 [ 59 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2488 | 2024.09.01 21:01:40.862832 [ 59 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2489 | 2024.09.01 21:01:40.862880 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2490 | 2024.09.01 21:01:40.863048 [ 3 ] {95255d48-f1f0-4f0d-a9ad-05db3e1475d7} <Debug> DynamicQueryHandler: Done processing query | ||
2491 | 2024.09.01 21:01:40.863123 [ 3 ] {95255d48-f1f0-4f0d-a9ad-05db3e1475d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2492 | 2024.09.01 21:01:40.863180 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
2493 | 2024.09.01 21:01:40.863203 [ 3 ] {} <Debug> HTTP-Session: 935abb57-6315-4a9a-bdc5-7636b1fcb11c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2494 | 2024.09.01 21:01:40.863480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2495 | 2024.09.01 21:01:40.863516 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2496 | 2024.09.01 21:01:40.863555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2497 | 2024.09.01 21:01:40.863567 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 96 rows starting from the beginning of the part | ||
2498 | 2024.09.01 21:01:40.863589 [ 3 ] {} <Debug> HTTP-Session: c6b3ec72-1043-4fd4-ad71-ca69505363b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2499 | 2024.09.01 21:01:40.863608 [ 3 ] {} <Debug> HTTP-Session: c6b3ec72-1043-4fd4-ad71-ca69505363b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2500 | 2024.09.01 21:01:40.863627 [ 3 ] {} <Debug> HTTP-Session: c6b3ec72-1043-4fd4-ad71-ca69505363b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2501 | 2024.09.01 21:01:40.863693 [ 3 ] {} <Trace> HTTP-Session: c6b3ec72-1043-4fd4-ad71-ca69505363b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2502 | 2024.09.01 21:01:40.863723 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 229 rows starting from the beginning of the part | ||
2503 | 2024.09.01 21:01:40.863889 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
2504 | 2024.09.01 21:01:40.863979 [ 3 ] {1cd910e1-d27f-4a68-aa73-e2c37d310608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2505 | 2024.09.01 21:01:40.864225 [ 3 ] {1cd910e1-d27f-4a68-aa73-e2c37d310608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2506 | 2024.09.01 21:01:40.864254 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 229 rows starting from the beginning of the part | ||
2507 | 2024.09.01 21:01:40.864452 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
2508 | 2024.09.01 21:01:40.864658 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 229 rows starting from the beginning of the part | ||
2509 | 2024.09.01 21:01:40.865513 [ 3 ] {1cd910e1-d27f-4a68-aa73-e2c37d310608} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2510 | 2024.09.01 21:01:40.866087 [ 3 ] {1cd910e1-d27f-4a68-aa73-e2c37d310608} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2511 | 2024.09.01 21:01:40.866130 [ 3 ] {1cd910e1-d27f-4a68-aa73-e2c37d310608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2512 | 2024.09.01 21:01:40.866747 [ 3 ] {1cd910e1-d27f-4a68-aa73-e2c37d310608} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2513 | 2024.09.01 21:01:40.866957 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 835 rows, containing 5 columns (5 merged, 0 gathered) in 0.003985734 sec., 209497.17166273514 rows/sec., 19.40 MiB/sec. | ||
2514 | 2024.09.01 21:01:40.867130 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2515 | 2024.09.01 21:01:40.867293 [ 3 ] {1cd910e1-d27f-4a68-aa73-e2c37d310608} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2516 | 2024.09.01 21:01:40.867634 [ 3 ] {1cd910e1-d27f-4a68-aa73-e2c37d310608} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.003752 sec., 9328.358208955224 rows/sec., 701.45 KiB/sec. | ||
2517 | 2024.09.01 21:01:40.868114 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_11_2} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2518 | 2024.09.01 21:01:40.868126 [ 3 ] {1cd910e1-d27f-4a68-aa73-e2c37d310608} <Debug> DynamicQueryHandler: Done processing query | ||
2519 | 2024.09.01 21:01:40.868159 [ 3 ] {1cd910e1-d27f-4a68-aa73-e2c37d310608} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2520 | 2024.09.01 21:01:40.868184 [ 3 ] {} <Debug> HTTP-Session: c6b3ec72-1043-4fd4-ad71-ca69505363b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2521 | 2024.09.01 21:01:40.868221 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_11_2} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2522 | 2024.09.01 21:01:40.868296 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
2523 | 2024.09.01 21:01:40.868339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2524 | 2024.09.01 21:01:40.868387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2525 | 2024.09.01 21:01:40.868408 [ 3 ] {} <Debug> HTTP-Session: 30c1b487-d4a4-4f2e-9926-1e9500c830d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2526 | 2024.09.01 21:01:40.868424 [ 3 ] {} <Debug> HTTP-Session: 30c1b487-d4a4-4f2e-9926-1e9500c830d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2527 | 2024.09.01 21:01:40.868438 [ 3 ] {} <Debug> HTTP-Session: 30c1b487-d4a4-4f2e-9926-1e9500c830d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2528 | 2024.09.01 21:01:40.868469 [ 3 ] {} <Trace> HTTP-Session: 30c1b487-d4a4-4f2e-9926-1e9500c830d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2529 | 2024.09.01 21:01:40.868572 [ 3 ] {b552fc45-0038-452f-b3cb-6389b697f890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2530 | 2024.09.01 21:01:40.868615 [ 3 ] {b552fc45-0038-452f-b3cb-6389b697f890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2531 | 2024.09.01 21:01:40.868870 [ 3 ] {b552fc45-0038-452f-b3cb-6389b697f890} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2532 | 2024.09.01 21:01:40.869222 [ 3 ] {b552fc45-0038-452f-b3cb-6389b697f890} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2533 | 2024.09.01 21:01:40.869263 [ 3 ] {b552fc45-0038-452f-b3cb-6389b697f890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2534 | 2024.09.01 21:01:40.869635 [ 3 ] {b552fc45-0038-452f-b3cb-6389b697f890} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2535 | 2024.09.01 21:01:40.869997 [ 3 ] {b552fc45-0038-452f-b3cb-6389b697f890} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2536 | 2024.09.01 21:01:40.870153 [ 3 ] {b552fc45-0038-452f-b3cb-6389b697f890} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001596 sec., 8771.929824561405 rows/sec., 614.33 KiB/sec. | ||
2537 | 2024.09.01 21:01:40.870342 [ 3 ] {b552fc45-0038-452f-b3cb-6389b697f890} <Debug> DynamicQueryHandler: Done processing query | ||
2538 | 2024.09.01 21:01:40.870365 [ 3 ] {b552fc45-0038-452f-b3cb-6389b697f890} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2539 | 2024.09.01 21:01:40.870380 [ 3 ] {} <Debug> HTTP-Session: 30c1b487-d4a4-4f2e-9926-1e9500c830d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2540 | 2024.09.01 21:01:40.870504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2541 | 2024.09.01 21:01:40.870551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2542 | 2024.09.01 21:01:40.870569 [ 3 ] {} <Debug> HTTP-Session: 3a59984d-973c-4f5c-aa99-649653661b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2543 | 2024.09.01 21:01:40.870585 [ 3 ] {} <Debug> HTTP-Session: 3a59984d-973c-4f5c-aa99-649653661b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2544 | 2024.09.01 21:01:40.870599 [ 3 ] {} <Debug> HTTP-Session: 3a59984d-973c-4f5c-aa99-649653661b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2545 | 2024.09.01 21:01:40.870629 [ 3 ] {} <Trace> HTTP-Session: 3a59984d-973c-4f5c-aa99-649653661b55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2546 | 2024.09.01 21:01:40.870723 [ 3 ] {9c7fff8e-e386-4fba-a18e-f12ff0340e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2547 | 2024.09.01 21:01:40.870764 [ 3 ] {9c7fff8e-e386-4fba-a18e-f12ff0340e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2548 | 2024.09.01 21:01:40.870984 [ 3 ] {9c7fff8e-e386-4fba-a18e-f12ff0340e77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2549 | 2024.09.01 21:01:40.871274 [ 3 ] {9c7fff8e-e386-4fba-a18e-f12ff0340e77} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2550 | 2024.09.01 21:01:40.871311 [ 3 ] {9c7fff8e-e386-4fba-a18e-f12ff0340e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2551 | 2024.09.01 21:01:40.871645 [ 3 ] {9c7fff8e-e386-4fba-a18e-f12ff0340e77} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2552 | 2024.09.01 21:01:40.872010 [ 3 ] {9c7fff8e-e386-4fba-a18e-f12ff0340e77} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2553 | 2024.09.01 21:01:40.872169 [ 3 ] {9c7fff8e-e386-4fba-a18e-f12ff0340e77} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001471 sec., 4078.8579197824606 rows/sec., 240.99 KiB/sec. | ||
2554 | 2024.09.01 21:01:40.872328 [ 3 ] {9c7fff8e-e386-4fba-a18e-f12ff0340e77} <Debug> DynamicQueryHandler: Done processing query | ||
2555 | 2024.09.01 21:01:40.872352 [ 3 ] {9c7fff8e-e386-4fba-a18e-f12ff0340e77} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2556 | 2024.09.01 21:01:40.872367 [ 3 ] {} <Debug> HTTP-Session: 3a59984d-973c-4f5c-aa99-649653661b55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2557 | 2024.09.01 21:01:40.872553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 61622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2558 | 2024.09.01 21:01:40.872600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2559 | 2024.09.01 21:01:40.872618 [ 3 ] {} <Debug> HTTP-Session: 9c098b3c-3131-47d6-aa10-ff0c8ea40c2d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2560 | 2024.09.01 21:01:40.872634 [ 3 ] {} <Debug> HTTP-Session: 9c098b3c-3131-47d6-aa10-ff0c8ea40c2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2561 | 2024.09.01 21:01:40.872648 [ 3 ] {} <Debug> HTTP-Session: 9c098b3c-3131-47d6-aa10-ff0c8ea40c2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2562 | 2024.09.01 21:01:40.872678 [ 3 ] {} <Trace> HTTP-Session: 9c098b3c-3131-47d6-aa10-ff0c8ea40c2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2563 | 2024.09.01 21:01:40.872866 [ 3 ] {df6504ba-38c7-4aac-92cf-201e261d250d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2564 | 2024.09.01 21:01:40.872909 [ 3 ] {df6504ba-38c7-4aac-92cf-201e261d250d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2565 | 2024.09.01 21:01:40.873125 [ 3 ] {df6504ba-38c7-4aac-92cf-201e261d250d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2566 | 2024.09.01 21:01:40.873634 [ 3 ] {df6504ba-38c7-4aac-92cf-201e261d250d} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2567 | 2024.09.01 21:01:40.873671 [ 3 ] {df6504ba-38c7-4aac-92cf-201e261d250d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2568 | 2024.09.01 21:01:40.874037 [ 3 ] {df6504ba-38c7-4aac-92cf-201e261d250d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2569 | 2024.09.01 21:01:40.874389 [ 3 ] {df6504ba-38c7-4aac-92cf-201e261d250d} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2570 | 2024.09.01 21:01:40.874547 [ 59 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2571 | 2024.09.01 21:01:40.874561 [ 3 ] {df6504ba-38c7-4aac-92cf-201e261d250d} <Debug> executeQuery: Read 381 rows, 27.61 KiB in 0.001793 sec., 212493.0284439487 rows/sec., 15.04 MiB/sec. | ||
2572 | 2024.09.01 21:01:40.874614 [ 59 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2573 | 2024.09.01 21:01:40.874687 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2574 | 2024.09.01 21:01:40.875032 [ 3 ] {df6504ba-38c7-4aac-92cf-201e261d250d} <Debug> DynamicQueryHandler: Done processing query | ||
2575 | 2024.09.01 21:01:40.875093 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
2576 | 2024.09.01 21:01:40.875116 [ 3 ] {df6504ba-38c7-4aac-92cf-201e261d250d} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
2577 | 2024.09.01 21:01:40.875193 [ 3 ] {} <Debug> HTTP-Session: 9c098b3c-3131-47d6-aa10-ff0c8ea40c2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2578 | 2024.09.01 21:01:40.875403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2579 | 2024.09.01 21:01:40.875426 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2580 | 2024.09.01 21:01:40.875510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2581 | 2024.09.01 21:01:40.875512 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 73 rows starting from the beginning of the part | ||
2582 | 2024.09.01 21:01:40.875558 [ 3 ] {} <Debug> HTTP-Session: 017b84a2-c7e3-45c9-806f-f96384763f1f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2583 | 2024.09.01 21:01:40.875632 [ 3 ] {} <Debug> HTTP-Session: 017b84a2-c7e3-45c9-806f-f96384763f1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2584 | 2024.09.01 21:01:40.875702 [ 3 ] {} <Debug> HTTP-Session: 017b84a2-c7e3-45c9-806f-f96384763f1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2585 | 2024.09.01 21:01:40.875829 [ 3 ] {} <Trace> HTTP-Session: 017b84a2-c7e3-45c9-806f-f96384763f1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2586 | 2024.09.01 21:01:40.875860 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 381 rows starting from the beginning of the part | ||
2587 | 2024.09.01 21:01:40.876174 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
2588 | 2024.09.01 21:01:40.876191 [ 3 ] {9df7f4f1-aa51-4156-b54f-3023227398fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2589 | 2024.09.01 21:01:40.876373 [ 3 ] {9df7f4f1-aa51-4156-b54f-3023227398fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2590 | 2024.09.01 21:01:40.876498 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 381 rows starting from the beginning of the part | ||
2591 | 2024.09.01 21:01:40.876942 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part | ||
2592 | 2024.09.01 21:01:40.877330 [ 3 ] {9df7f4f1-aa51-4156-b54f-3023227398fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2593 | 2024.09.01 21:01:40.877336 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 381 rows starting from the beginning of the part | ||
2594 | 2024.09.01 21:01:40.878115 [ 3 ] {9df7f4f1-aa51-4156-b54f-3023227398fe} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2595 | 2024.09.01 21:01:40.878171 [ 3 ] {9df7f4f1-aa51-4156-b54f-3023227398fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2596 | 2024.09.01 21:01:40.879190 [ 3 ] {9df7f4f1-aa51-4156-b54f-3023227398fe} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2597 | 2024.09.01 21:01:40.880069 [ 3 ] {9df7f4f1-aa51-4156-b54f-3023227398fe} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2598 | 2024.09.01 21:01:40.880590 [ 3 ] {9df7f4f1-aa51-4156-b54f-3023227398fe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004538 sec., 1322.1683561040104 rows/sec., 69.08 KiB/sec. | ||
2599 | 2024.09.01 21:01:40.880767 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1272 rows, containing 5 columns (5 merged, 0 gathered) in 0.005931999 sec., 214430.24518379048 rows/sec., 16.15 MiB/sec. | ||
2600 | 2024.09.01 21:01:40.880966 [ 3 ] {9df7f4f1-aa51-4156-b54f-3023227398fe} <Debug> DynamicQueryHandler: Done processing query | ||
2601 | 2024.09.01 21:01:40.881008 [ 3 ] {9df7f4f1-aa51-4156-b54f-3023227398fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2602 | 2024.09.01 21:01:40.881034 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2603 | 2024.09.01 21:01:40.881043 [ 3 ] {} <Debug> HTTP-Session: 017b84a2-c7e3-45c9-806f-f96384763f1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2604 | 2024.09.01 21:01:40.881283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 33110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2605 | 2024.09.01 21:01:40.881474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2606 | 2024.09.01 21:01:40.881548 [ 3 ] {} <Debug> HTTP-Session: 5eaff7cf-eda9-493b-be43-8d1950d538f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2607 | 2024.09.01 21:01:40.881601 [ 3 ] {} <Debug> HTTP-Session: 5eaff7cf-eda9-493b-be43-8d1950d538f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2608 | 2024.09.01 21:01:40.881703 [ 3 ] {} <Debug> HTTP-Session: 5eaff7cf-eda9-493b-be43-8d1950d538f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2609 | 2024.09.01 21:01:40.881758 [ 3 ] {} <Trace> HTTP-Session: 5eaff7cf-eda9-493b-be43-8d1950d538f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2610 | 2024.09.01 21:01:40.881877 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_11_2} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2611 | 2024.09.01 21:01:40.882015 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_11_2} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2612 | 2024.09.01 21:01:40.882054 [ 3 ] {030d9339-0fc8-403c-b9c3-63fe0b6717ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2613 | 2024.09.01 21:01:40.882171 [ 3 ] {030d9339-0fc8-403c-b9c3-63fe0b6717ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2614 | 2024.09.01 21:01:40.882177 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
2615 | 2024.09.01 21:01:40.882379 [ 3 ] {030d9339-0fc8-403c-b9c3-63fe0b6717ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2616 | 2024.09.01 21:01:40.882754 [ 3 ] {030d9339-0fc8-403c-b9c3-63fe0b6717ef} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2617 | 2024.09.01 21:01:40.882874 [ 3 ] {030d9339-0fc8-403c-b9c3-63fe0b6717ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2618 | 2024.09.01 21:01:40.883270 [ 3 ] {030d9339-0fc8-403c-b9c3-63fe0b6717ef} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2619 | 2024.09.01 21:01:40.883617 [ 3 ] {030d9339-0fc8-403c-b9c3-63fe0b6717ef} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2620 | 2024.09.01 21:01:40.883768 [ 3 ] {030d9339-0fc8-403c-b9c3-63fe0b6717ef} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001862 sec., 95059.07626208378 rows/sec., 6.27 MiB/sec. | ||
2621 | 2024.09.01 21:01:40.883779 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2622 | 2024.09.01 21:01:40.883868 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2623 | 2024.09.01 21:01:40.883920 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2624 | 2024.09.01 21:01:40.884038 [ 3 ] {030d9339-0fc8-403c-b9c3-63fe0b6717ef} <Debug> DynamicQueryHandler: Done processing query | ||
2625 | 2024.09.01 21:01:40.884098 [ 3 ] {030d9339-0fc8-403c-b9c3-63fe0b6717ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2626 | 2024.09.01 21:01:40.884130 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
2627 | 2024.09.01 21:01:40.884133 [ 3 ] {} <Debug> HTTP-Session: 5eaff7cf-eda9-493b-be43-8d1950d538f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2628 | 2024.09.01 21:01:40.884376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2629 | 2024.09.01 21:01:40.884418 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2630 | 2024.09.01 21:01:40.884473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2631 | 2024.09.01 21:01:40.884492 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 620 rows starting from the beginning of the part | ||
2632 | 2024.09.01 21:01:40.884518 [ 3 ] {} <Debug> HTTP-Session: 1f0766a9-8a7b-463e-9770-2f15a827903b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2633 | 2024.09.01 21:01:40.884543 [ 3 ] {} <Debug> HTTP-Session: 1f0766a9-8a7b-463e-9770-2f15a827903b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2634 | 2024.09.01 21:01:40.884576 [ 3 ] {} <Debug> HTTP-Session: 1f0766a9-8a7b-463e-9770-2f15a827903b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2635 | 2024.09.01 21:01:40.884698 [ 3 ] {} <Trace> HTTP-Session: 1f0766a9-8a7b-463e-9770-2f15a827903b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2636 | 2024.09.01 21:01:40.884835 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 177 rows starting from the beginning of the part | ||
2637 | 2024.09.01 21:01:40.885047 [ 3 ] {70d7ac8d-7408-46bc-bb2a-19ce1095a614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2638 | 2024.09.01 21:01:40.885151 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part | ||
2639 | 2024.09.01 21:01:40.885215 [ 3 ] {70d7ac8d-7408-46bc-bb2a-19ce1095a614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2640 | 2024.09.01 21:01:40.885557 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 177 rows starting from the beginning of the part | ||
2641 | 2024.09.01 21:01:40.885937 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part | ||
2642 | 2024.09.01 21:01:40.886196 [ 3 ] {70d7ac8d-7408-46bc-bb2a-19ce1095a614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2643 | 2024.09.01 21:01:40.886347 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 177 rows starting from the beginning of the part | ||
2644 | 2024.09.01 21:01:40.887144 [ 3 ] {70d7ac8d-7408-46bc-bb2a-19ce1095a614} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2645 | 2024.09.01 21:01:40.887206 [ 3 ] {70d7ac8d-7408-46bc-bb2a-19ce1095a614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2646 | 2024.09.01 21:01:40.888157 [ 3 ] {70d7ac8d-7408-46bc-bb2a-19ce1095a614} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2647 | 2024.09.01 21:01:40.889087 [ 3 ] {70d7ac8d-7408-46bc-bb2a-19ce1095a614} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2648 | 2024.09.01 21:01:40.889544 [ 3 ] {70d7ac8d-7408-46bc-bb2a-19ce1095a614} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004613 sec., 216.77866897897246 rows/sec., 14.61 KiB/sec. | ||
2649 | 2024.09.01 21:01:40.889822 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1351 rows, containing 5 columns (5 merged, 0 gathered) in 0.005796658 sec., 233065.32833229078 rows/sec., 15.85 MiB/sec. | ||
2650 | 2024.09.01 21:01:40.889955 [ 3 ] {70d7ac8d-7408-46bc-bb2a-19ce1095a614} <Debug> DynamicQueryHandler: Done processing query | ||
2651 | 2024.09.01 21:01:40.889992 [ 3 ] {70d7ac8d-7408-46bc-bb2a-19ce1095a614} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2652 | 2024.09.01 21:01:40.890024 [ 3 ] {} <Debug> HTTP-Session: 1f0766a9-8a7b-463e-9770-2f15a827903b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2653 | 2024.09.01 21:01:40.890094 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2654 | 2024.09.01 21:01:40.890211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2655 | 2024.09.01 21:01:40.890294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2656 | 2024.09.01 21:01:40.890344 [ 3 ] {} <Debug> HTTP-Session: 08b8abb8-4260-4260-b99a-828f60b23619 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2657 | 2024.09.01 21:01:40.890413 [ 3 ] {} <Debug> HTTP-Session: 08b8abb8-4260-4260-b99a-828f60b23619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2658 | 2024.09.01 21:01:40.890471 [ 3 ] {} <Debug> HTTP-Session: 08b8abb8-4260-4260-b99a-828f60b23619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2659 | 2024.09.01 21:01:40.890588 [ 3 ] {} <Trace> HTTP-Session: 08b8abb8-4260-4260-b99a-828f60b23619 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2660 | 2024.09.01 21:01:40.890894 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2661 | 2024.09.01 21:01:40.890982 [ 189 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2662 | 2024.09.01 21:01:40.891073 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
2663 | 2024.09.01 21:01:40.891479 [ 3 ] {e0c51f44-0d13-4676-bb36-9b85b2889b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2664 | 2024.09.01 21:01:40.891559 [ 3 ] {e0c51f44-0d13-4676-bb36-9b85b2889b3d} <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 | ||
2665 | 2024.09.01 21:01:40.892015 [ 3 ] {e0c51f44-0d13-4676-bb36-9b85b2889b3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2666 | 2024.09.01 21:01:40.892610 [ 3 ] {e0c51f44-0d13-4676-bb36-9b85b2889b3d} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2667 | 2024.09.01 21:01:40.892647 [ 3 ] {e0c51f44-0d13-4676-bb36-9b85b2889b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2668 | 2024.09.01 21:01:40.893305 [ 3 ] {e0c51f44-0d13-4676-bb36-9b85b2889b3d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2669 | 2024.09.01 21:01:40.893718 [ 3 ] {e0c51f44-0d13-4676-bb36-9b85b2889b3d} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2670 | 2024.09.01 21:01:40.893907 [ 3 ] {e0c51f44-0d13-4676-bb36-9b85b2889b3d} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00314 sec., 11146.496815286624 rows/sec., 19.97 MiB/sec. | ||
2671 | 2024.09.01 21:01:40.894096 [ 3 ] {e0c51f44-0d13-4676-bb36-9b85b2889b3d} <Debug> DynamicQueryHandler: Done processing query | ||
2672 | 2024.09.01 21:01:40.894120 [ 3 ] {e0c51f44-0d13-4676-bb36-9b85b2889b3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
2673 | 2024.09.01 21:01:40.894135 [ 3 ] {} <Debug> HTTP-Session: 08b8abb8-4260-4260-b99a-828f60b23619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2674 | 2024.09.01 21:01:40.894258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2675 | 2024.09.01 21:01:40.894305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2676 | 2024.09.01 21:01:40.894323 [ 3 ] {} <Debug> HTTP-Session: 0c2989ba-745a-4dbb-a393-3d7fb93e25ab Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2677 | 2024.09.01 21:01:40.894339 [ 3 ] {} <Debug> HTTP-Session: 0c2989ba-745a-4dbb-a393-3d7fb93e25ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2678 | 2024.09.01 21:01:40.894353 [ 3 ] {} <Debug> HTTP-Session: 0c2989ba-745a-4dbb-a393-3d7fb93e25ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2679 | 2024.09.01 21:01:40.894385 [ 3 ] {} <Trace> HTTP-Session: 0c2989ba-745a-4dbb-a393-3d7fb93e25ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2680 | 2024.09.01 21:01:40.894492 [ 3 ] {0ec622a2-0ad5-4051-ad91-3eeb0de7466e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2681 | 2024.09.01 21:01:40.894535 [ 3 ] {0ec622a2-0ad5-4051-ad91-3eeb0de7466e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2682 | 2024.09.01 21:01:40.894660 [ 3 ] {0ec622a2-0ad5-4051-ad91-3eeb0de7466e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2683 | 2024.09.01 21:01:40.894911 [ 3 ] {0ec622a2-0ad5-4051-ad91-3eeb0de7466e} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2684 | 2024.09.01 21:01:40.894945 [ 3 ] {0ec622a2-0ad5-4051-ad91-3eeb0de7466e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2685 | 2024.09.01 21:01:40.895301 [ 3 ] {0ec622a2-0ad5-4051-ad91-3eeb0de7466e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2686 | 2024.09.01 21:01:40.895628 [ 3 ] {0ec622a2-0ad5-4051-ad91-3eeb0de7466e} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2687 | 2024.09.01 21:01:40.895779 [ 59 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2688 | 2024.09.01 21:01:40.895791 [ 3 ] {0ec622a2-0ad5-4051-ad91-3eeb0de7466e} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001328 sec., 39156.6265060241 rows/sec., 2.42 MiB/sec. | ||
2689 | 2024.09.01 21:01:40.895832 [ 59 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2690 | 2024.09.01 21:01:40.895898 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. | ||
2691 | 2024.09.01 21:01:40.896096 [ 3 ] {0ec622a2-0ad5-4051-ad91-3eeb0de7466e} <Debug> DynamicQueryHandler: Done processing query | ||
2692 | 2024.09.01 21:01:40.896143 [ 3 ] {0ec622a2-0ad5-4051-ad91-3eeb0de7466e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2693 | 2024.09.01 21:01:40.896142 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
2694 | 2024.09.01 21:01:40.896168 [ 3 ] {} <Debug> HTTP-Session: 0c2989ba-745a-4dbb-a393-3d7fb93e25ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2695 | 2024.09.01 21:01:40.896387 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2696 | 2024.09.01 21:01:40.896441 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 186 rows starting from the beginning of the part | ||
2697 | 2024.09.01 21:01:40.896584 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part | ||
2698 | 2024.09.01 21:01:40.896800 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
2699 | 2024.09.01 21:01:40.897019 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part | ||
2700 | 2024.09.01 21:01:40.897144 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
2701 | 2024.09.01 21:01:40.897398 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 52 rows starting from the beginning of the part | ||
2702 | 2024.09.01 21:01:40.898582 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 4 columns (4 merged, 0 gathered) in 0.002566755 sec., 156617.9865238404 rows/sec., 10.33 MiB/sec. | ||
2703 | 2024.09.01 21:01:40.898802 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2704 | 2024.09.01 21:01:40.899252 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_11_2} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2705 | 2024.09.01 21:01:40.899346 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_11_2} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2706 | 2024.09.01 21:01:40.899443 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2707 | 2024.09.01 21:01:45.852124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2708 | 2024.09.01 21:01:45.852255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2709 | 2024.09.01 21:01:45.852284 [ 3 ] {} <Debug> HTTP-Session: 05ccee43-3256-45ce-9534-4187c561c089 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2710 | 2024.09.01 21:01:45.852311 [ 3 ] {} <Debug> HTTP-Session: 05ccee43-3256-45ce-9534-4187c561c089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2711 | 2024.09.01 21:01:45.852329 [ 3 ] {} <Debug> HTTP-Session: 05ccee43-3256-45ce-9534-4187c561c089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.09.01 21:01:45.852385 [ 3 ] {} <Trace> HTTP-Session: 05ccee43-3256-45ce-9534-4187c561c089 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2713 | 2024.09.01 21:01:45.852657 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
2714 | 2024.09.01 21:01:45.853064 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2715 | 2024.09.01 21:01:45.853111 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
2716 | 2024.09.01 21:01:45.853451 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2717 | 2024.09.01 21:01:45.853531 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2718 | 2024.09.01 21:01:45.853705 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2719 | 2024.09.01 21:01:45.853807 [ 250 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2720 | 2024.09.01 21:01:45.853827 [ 260 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2721 | 2024.09.01 21:01:45.853881 [ 258 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2722 | 2024.09.01 21:01:45.854012 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
2723 | 2024.09.01 21:01:45.854042 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2724 | 2024.09.01 21:01:45.854155 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2725 | 2024.09.01 21:01:45.854178 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2726 | 2024.09.01 21:01:45.854222 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2727 | 2024.09.01 21:01:45.854269 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2728 | 2024.09.01 21:01:45.854309 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2729 | 2024.09.01 21:01:45.856255 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003726 sec., 8051.529790660225 rows/sec., 306.91 KiB/sec. | ||
2730 | 2024.09.01 21:01:45.856620 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Debug> DynamicQueryHandler: Done processing query | ||
2731 | 2024.09.01 21:01:45.856647 [ 3 ] {68eaf623-4883-4d2c-8f92-00ce8ef39f41} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2732 | 2024.09.01 21:01:45.856664 [ 3 ] {} <Debug> HTTP-Session: 05ccee43-3256-45ce-9534-4187c561c089 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2733 | 2024.09.01 21:01:45.857767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2734 | 2024.09.01 21:01:45.857815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2735 | 2024.09.01 21:01:45.857834 [ 3 ] {} <Debug> HTTP-Session: 03c51a3e-7067-4de3-b59d-f3dff22430bd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2736 | 2024.09.01 21:01:45.857850 [ 3 ] {} <Debug> HTTP-Session: 03c51a3e-7067-4de3-b59d-f3dff22430bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2737 | 2024.09.01 21:01:45.857864 [ 3 ] {} <Debug> HTTP-Session: 03c51a3e-7067-4de3-b59d-f3dff22430bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2738 | 2024.09.01 21:01:45.857895 [ 3 ] {} <Trace> HTTP-Session: 03c51a3e-7067-4de3-b59d-f3dff22430bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2739 | 2024.09.01 21:01:45.858008 [ 3 ] {c6c7be83-e273-4040-adce-9b6987bf4323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2740 | 2024.09.01 21:01:45.858054 [ 3 ] {c6c7be83-e273-4040-adce-9b6987bf4323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2741 | 2024.09.01 21:01:45.858223 [ 3 ] {c6c7be83-e273-4040-adce-9b6987bf4323} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2742 | 2024.09.01 21:01:45.858528 [ 3 ] {c6c7be83-e273-4040-adce-9b6987bf4323} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2743 | 2024.09.01 21:01:45.858567 [ 3 ] {c6c7be83-e273-4040-adce-9b6987bf4323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2744 | 2024.09.01 21:01:45.859045 [ 3 ] {c6c7be83-e273-4040-adce-9b6987bf4323} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2745 | 2024.09.01 21:01:45.859373 [ 3 ] {c6c7be83-e273-4040-adce-9b6987bf4323} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2746 | 2024.09.01 21:01:45.859537 [ 3 ] {c6c7be83-e273-4040-adce-9b6987bf4323} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001557 sec., 642.2607578676943 rows/sec., 145.51 KiB/sec. | ||
2747 | 2024.09.01 21:01:45.859900 [ 3 ] {c6c7be83-e273-4040-adce-9b6987bf4323} <Debug> DynamicQueryHandler: Done processing query | ||
2748 | 2024.09.01 21:01:45.859924 [ 3 ] {c6c7be83-e273-4040-adce-9b6987bf4323} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2749 | 2024.09.01 21:01:45.859940 [ 3 ] {} <Debug> HTTP-Session: 03c51a3e-7067-4de3-b59d-f3dff22430bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2750 | 2024.09.01 21:01:45.860061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2751 | 2024.09.01 21:01:45.860109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2752 | 2024.09.01 21:01:45.860128 [ 3 ] {} <Debug> HTTP-Session: abca149a-1558-49a0-aa09-5eb306e06d78 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2753 | 2024.09.01 21:01:45.860145 [ 3 ] {} <Debug> HTTP-Session: abca149a-1558-49a0-aa09-5eb306e06d78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2754 | 2024.09.01 21:01:45.860159 [ 3 ] {} <Debug> HTTP-Session: abca149a-1558-49a0-aa09-5eb306e06d78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2755 | 2024.09.01 21:01:45.860190 [ 3 ] {} <Trace> HTTP-Session: abca149a-1558-49a0-aa09-5eb306e06d78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2756 | 2024.09.01 21:01:45.860289 [ 3 ] {6f76d9ea-1d5b-4765-b59a-402e4c7089d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2757 | 2024.09.01 21:01:45.860335 [ 3 ] {6f76d9ea-1d5b-4765-b59a-402e4c7089d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2758 | 2024.09.01 21:01:45.860663 [ 3 ] {6f76d9ea-1d5b-4765-b59a-402e4c7089d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2759 | 2024.09.01 21:01:45.860970 [ 3 ] {6f76d9ea-1d5b-4765-b59a-402e4c7089d7} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2760 | 2024.09.01 21:01:45.861004 [ 3 ] {6f76d9ea-1d5b-4765-b59a-402e4c7089d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2761 | 2024.09.01 21:01:45.863654 [ 3 ] {6f76d9ea-1d5b-4765-b59a-402e4c7089d7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2762 | 2024.09.01 21:01:45.864163 [ 3 ] {6f76d9ea-1d5b-4765-b59a-402e4c7089d7} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2763 | 2024.09.01 21:01:45.864427 [ 3 ] {6f76d9ea-1d5b-4765-b59a-402e4c7089d7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004146 sec., 482.39266763145196 rows/sec., 39.34 KiB/sec. | ||
2764 | 2024.09.01 21:01:45.864832 [ 3 ] {6f76d9ea-1d5b-4765-b59a-402e4c7089d7} <Debug> DynamicQueryHandler: Done processing query | ||
2765 | 2024.09.01 21:01:45.864869 [ 3 ] {6f76d9ea-1d5b-4765-b59a-402e4c7089d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2766 | 2024.09.01 21:01:45.864885 [ 3 ] {} <Debug> HTTP-Session: abca149a-1558-49a0-aa09-5eb306e06d78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2767 | 2024.09.01 21:01:45.865003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2768 | 2024.09.01 21:01:45.865051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2769 | 2024.09.01 21:01:45.865070 [ 3 ] {} <Debug> HTTP-Session: e0cbe5d3-cd5c-4c30-963e-89f14e15a3d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2770 | 2024.09.01 21:01:45.865087 [ 3 ] {} <Debug> HTTP-Session: e0cbe5d3-cd5c-4c30-963e-89f14e15a3d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2771 | 2024.09.01 21:01:45.865101 [ 3 ] {} <Debug> HTTP-Session: e0cbe5d3-cd5c-4c30-963e-89f14e15a3d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2772 | 2024.09.01 21:01:45.865133 [ 3 ] {} <Trace> HTTP-Session: e0cbe5d3-cd5c-4c30-963e-89f14e15a3d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2773 | 2024.09.01 21:01:45.865236 [ 3 ] {42c9c22a-5883-426d-b4cc-a9349cb667b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2774 | 2024.09.01 21:01:45.865278 [ 3 ] {42c9c22a-5883-426d-b4cc-a9349cb667b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2775 | 2024.09.01 21:01:45.865518 [ 3 ] {42c9c22a-5883-426d-b4cc-a9349cb667b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2776 | 2024.09.01 21:01:45.865828 [ 3 ] {42c9c22a-5883-426d-b4cc-a9349cb667b9} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2777 | 2024.09.01 21:01:45.865864 [ 3 ] {42c9c22a-5883-426d-b4cc-a9349cb667b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2778 | 2024.09.01 21:01:45.866206 [ 3 ] {42c9c22a-5883-426d-b4cc-a9349cb667b9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2779 | 2024.09.01 21:01:45.866559 [ 3 ] {42c9c22a-5883-426d-b4cc-a9349cb667b9} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2780 | 2024.09.01 21:01:45.866692 [ 3 ] {42c9c22a-5883-426d-b4cc-a9349cb667b9} <Debug> executeQuery: Read 27 rows, 2.05 KiB in 0.001481 sec., 18230.92505064146 rows/sec., 1.35 MiB/sec. | ||
2781 | 2024.09.01 21:01:45.866901 [ 3 ] {42c9c22a-5883-426d-b4cc-a9349cb667b9} <Debug> DynamicQueryHandler: Done processing query | ||
2782 | 2024.09.01 21:01:45.866925 [ 3 ] {42c9c22a-5883-426d-b4cc-a9349cb667b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2783 | 2024.09.01 21:01:45.866941 [ 3 ] {} <Debug> HTTP-Session: e0cbe5d3-cd5c-4c30-963e-89f14e15a3d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2784 | 2024.09.01 21:01:45.867048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2785 | 2024.09.01 21:01:45.867096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2786 | 2024.09.01 21:01:45.867115 [ 3 ] {} <Debug> HTTP-Session: 16aeba7b-8946-44ab-a4d5-4f350b9ad69d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2787 | 2024.09.01 21:01:45.867131 [ 3 ] {} <Debug> HTTP-Session: 16aeba7b-8946-44ab-a4d5-4f350b9ad69d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2788 | 2024.09.01 21:01:45.867145 [ 3 ] {} <Debug> HTTP-Session: 16aeba7b-8946-44ab-a4d5-4f350b9ad69d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2789 | 2024.09.01 21:01:45.867175 [ 3 ] {} <Trace> HTTP-Session: 16aeba7b-8946-44ab-a4d5-4f350b9ad69d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2790 | 2024.09.01 21:01:45.867268 [ 3 ] {59e37a38-2ecb-4b1d-9ef0-c780737eb991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2791 | 2024.09.01 21:01:45.867310 [ 3 ] {59e37a38-2ecb-4b1d-9ef0-c780737eb991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2792 | 2024.09.01 21:01:45.867543 [ 3 ] {59e37a38-2ecb-4b1d-9ef0-c780737eb991} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2793 | 2024.09.01 21:01:45.867833 [ 3 ] {59e37a38-2ecb-4b1d-9ef0-c780737eb991} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2794 | 2024.09.01 21:01:45.867869 [ 3 ] {59e37a38-2ecb-4b1d-9ef0-c780737eb991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2795 | 2024.09.01 21:01:45.868202 [ 3 ] {59e37a38-2ecb-4b1d-9ef0-c780737eb991} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2796 | 2024.09.01 21:01:45.868559 [ 3 ] {59e37a38-2ecb-4b1d-9ef0-c780737eb991} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2797 | 2024.09.01 21:01:45.868708 [ 53 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2798 | 2024.09.01 21:01:45.868730 [ 3 ] {59e37a38-2ecb-4b1d-9ef0-c780737eb991} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00148 sec., 1351.3513513513515 rows/sec., 94.36 KiB/sec. | ||
2799 | 2024.09.01 21:01:45.868774 [ 53 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2800 | 2024.09.01 21:01:45.868856 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2801 | 2024.09.01 21:01:45.869062 [ 3 ] {59e37a38-2ecb-4b1d-9ef0-c780737eb991} <Debug> DynamicQueryHandler: Done processing query | ||
2802 | 2024.09.01 21:01:45.869089 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
2803 | 2024.09.01 21:01:45.869104 [ 3 ] {59e37a38-2ecb-4b1d-9ef0-c780737eb991} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2804 | 2024.09.01 21:01:45.869172 [ 3 ] {} <Debug> HTTP-Session: 16aeba7b-8946-44ab-a4d5-4f350b9ad69d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2805 | 2024.09.01 21:01:45.869338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2806 | 2024.09.01 21:01:45.869415 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2807 | 2024.09.01 21:01:45.869431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2808 | 2024.09.01 21:01:45.869492 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
2809 | 2024.09.01 21:01:45.869497 [ 3 ] {} <Debug> HTTP-Session: 7ec12e90-07b4-4e58-b8ef-9e68f11e22f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2810 | 2024.09.01 21:01:45.869555 [ 3 ] {} <Debug> HTTP-Session: 7ec12e90-07b4-4e58-b8ef-9e68f11e22f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2811 | 2024.09.01 21:01:45.869600 [ 3 ] {} <Debug> HTTP-Session: 7ec12e90-07b4-4e58-b8ef-9e68f11e22f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2812 | 2024.09.01 21:01:45.869735 [ 3 ] {} <Trace> HTTP-Session: 7ec12e90-07b4-4e58-b8ef-9e68f11e22f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2813 | 2024.09.01 21:01:45.869789 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 35 rows starting from the beginning of the part | ||
2814 | 2024.09.01 21:01:45.870100 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part | ||
2815 | 2024.09.01 21:01:45.870104 [ 3 ] {9eb458fb-2990-4ad9-8ff7-5152bb08dca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2816 | 2024.09.01 21:01:45.870268 [ 3 ] {9eb458fb-2990-4ad9-8ff7-5152bb08dca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2817 | 2024.09.01 21:01:45.870552 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
2818 | 2024.09.01 21:01:45.870834 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part | ||
2819 | 2024.09.01 21:01:45.871205 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
2820 | 2024.09.01 21:01:45.871977 [ 3 ] {9eb458fb-2990-4ad9-8ff7-5152bb08dca5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2821 | 2024.09.01 21:01:45.872823 [ 3 ] {9eb458fb-2990-4ad9-8ff7-5152bb08dca5} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2822 | 2024.09.01 21:01:45.872894 [ 3 ] {9eb458fb-2990-4ad9-8ff7-5152bb08dca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2823 | 2024.09.01 21:01:45.873953 [ 3 ] {9eb458fb-2990-4ad9-8ff7-5152bb08dca5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2824 | 2024.09.01 21:01:45.874291 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.005298491 sec., 31140.941826644605 rows/sec., 2.40 MiB/sec. | ||
2825 | 2024.09.01 21:01:45.874552 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2826 | 2024.09.01 21:01:45.874788 [ 3 ] {9eb458fb-2990-4ad9-8ff7-5152bb08dca5} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2827 | 2024.09.01 21:01:45.875255 [ 3 ] {9eb458fb-2990-4ad9-8ff7-5152bb08dca5} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.005291 sec., 5670.00567000567 rows/sec., 453.49 KiB/sec. | ||
2828 | 2024.09.01 21:01:45.875735 [ 3 ] {9eb458fb-2990-4ad9-8ff7-5152bb08dca5} <Debug> DynamicQueryHandler: Done processing query | ||
2829 | 2024.09.01 21:01:45.875776 [ 3 ] {9eb458fb-2990-4ad9-8ff7-5152bb08dca5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2830 | 2024.09.01 21:01:45.875821 [ 3 ] {} <Debug> HTTP-Session: 7ec12e90-07b4-4e58-b8ef-9e68f11e22f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2831 | 2024.09.01 21:01:45.875869 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_6_1} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2832 | 2024.09.01 21:01:45.875972 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_6_1} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2833 | 2024.09.01 21:01:45.876014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19287, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2834 | 2024.09.01 21:01:45.876119 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2835 | 2024.09.01 21:01:45.876135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2836 | 2024.09.01 21:01:45.876177 [ 3 ] {} <Debug> HTTP-Session: fa48bbc6-a73b-477e-8222-fb7b7b3f8836 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2837 | 2024.09.01 21:01:45.876196 [ 3 ] {} <Debug> HTTP-Session: fa48bbc6-a73b-477e-8222-fb7b7b3f8836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2838 | 2024.09.01 21:01:45.876210 [ 3 ] {} <Debug> HTTP-Session: fa48bbc6-a73b-477e-8222-fb7b7b3f8836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2839 | 2024.09.01 21:01:45.876243 [ 3 ] {} <Trace> HTTP-Session: fa48bbc6-a73b-477e-8222-fb7b7b3f8836 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2840 | 2024.09.01 21:01:45.876410 [ 3 ] {1964ac93-166f-40be-9f89-4d9b07a50e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2841 | 2024.09.01 21:01:45.876466 [ 3 ] {1964ac93-166f-40be-9f89-4d9b07a50e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2842 | 2024.09.01 21:01:45.876662 [ 3 ] {1964ac93-166f-40be-9f89-4d9b07a50e4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2843 | 2024.09.01 21:01:45.877054 [ 3 ] {1964ac93-166f-40be-9f89-4d9b07a50e4d} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2844 | 2024.09.01 21:01:45.877091 [ 3 ] {1964ac93-166f-40be-9f89-4d9b07a50e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2845 | 2024.09.01 21:01:45.877476 [ 3 ] {1964ac93-166f-40be-9f89-4d9b07a50e4d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2846 | 2024.09.01 21:01:45.877818 [ 3 ] {1964ac93-166f-40be-9f89-4d9b07a50e4d} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2847 | 2024.09.01 21:01:45.877975 [ 3 ] {1964ac93-166f-40be-9f89-4d9b07a50e4d} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001642 sec., 61510.35322777101 rows/sec., 4.26 MiB/sec. | ||
2848 | 2024.09.01 21:01:45.878132 [ 3 ] {1964ac93-166f-40be-9f89-4d9b07a50e4d} <Debug> DynamicQueryHandler: Done processing query | ||
2849 | 2024.09.01 21:01:45.878155 [ 3 ] {1964ac93-166f-40be-9f89-4d9b07a50e4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2850 | 2024.09.01 21:01:45.878171 [ 3 ] {} <Debug> HTTP-Session: fa48bbc6-a73b-477e-8222-fb7b7b3f8836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2851 | 2024.09.01 21:01:45.878287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2852 | 2024.09.01 21:01:45.878335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2853 | 2024.09.01 21:01:45.878354 [ 3 ] {} <Debug> HTTP-Session: 1df74f90-5515-45f6-8369-2b37bb15348d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2854 | 2024.09.01 21:01:45.878371 [ 3 ] {} <Debug> HTTP-Session: 1df74f90-5515-45f6-8369-2b37bb15348d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2855 | 2024.09.01 21:01:45.878384 [ 3 ] {} <Debug> HTTP-Session: 1df74f90-5515-45f6-8369-2b37bb15348d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2856 | 2024.09.01 21:01:45.878415 [ 3 ] {} <Trace> HTTP-Session: 1df74f90-5515-45f6-8369-2b37bb15348d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2857 | 2024.09.01 21:01:45.878526 [ 3 ] {df2cc129-c709-4fea-9b6e-2905992291f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2858 | 2024.09.01 21:01:45.878570 [ 3 ] {df2cc129-c709-4fea-9b6e-2905992291f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2859 | 2024.09.01 21:01:45.878698 [ 3 ] {df2cc129-c709-4fea-9b6e-2905992291f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2860 | 2024.09.01 21:01:45.878967 [ 3 ] {df2cc129-c709-4fea-9b6e-2905992291f0} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2861 | 2024.09.01 21:01:45.879003 [ 3 ] {df2cc129-c709-4fea-9b6e-2905992291f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
2862 | 2024.09.01 21:01:45.879361 [ 3 ] {df2cc129-c709-4fea-9b6e-2905992291f0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2863 | 2024.09.01 21:01:45.879684 [ 3 ] {df2cc129-c709-4fea-9b6e-2905992291f0} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2864 | 2024.09.01 21:01:45.879837 [ 3 ] {df2cc129-c709-4fea-9b6e-2905992291f0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001349 sec., 22238.695329873983 rows/sec., 1.52 MiB/sec. | ||
2865 | 2024.09.01 21:01:45.880002 [ 3 ] {df2cc129-c709-4fea-9b6e-2905992291f0} <Debug> DynamicQueryHandler: Done processing query | ||
2866 | 2024.09.01 21:01:45.880026 [ 3 ] {df2cc129-c709-4fea-9b6e-2905992291f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2867 | 2024.09.01 21:01:45.880042 [ 3 ] {} <Debug> HTTP-Session: 1df74f90-5515-45f6-8369-2b37bb15348d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2868 | 2024.09.01 21:01:47.938737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2869 | 2024.09.01 21:01:47.938914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2870 | 2024.09.01 21:01:47.938960 [ 3 ] {} <Debug> HTTP-Session: 52113f6d-29f5-4a06-a3e7-5b8f5a44732d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2871 | 2024.09.01 21:01:47.939003 [ 3 ] {} <Debug> HTTP-Session: 52113f6d-29f5-4a06-a3e7-5b8f5a44732d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2872 | 2024.09.01 21:01:47.939032 [ 3 ] {} <Debug> HTTP-Session: 52113f6d-29f5-4a06-a3e7-5b8f5a44732d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2873 | 2024.09.01 21:01:47.939110 [ 3 ] {} <Trace> HTTP-Session: 52113f6d-29f5-4a06-a3e7-5b8f5a44732d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2874 | 2024.09.01 21:01:47.939503 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
2875 | 2024.09.01 21:01:47.940069 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2876 | 2024.09.01 21:01:47.940119 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
2877 | 2024.09.01 21:01:47.940465 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2878 | 2024.09.01 21:01:47.940553 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2879 | 2024.09.01 21:01:47.940727 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2880 | 2024.09.01 21:01:47.940951 [ 263 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2881 | 2024.09.01 21:01:47.940969 [ 260 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2882 | 2024.09.01 21:01:47.941001 [ 261 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2883 | 2024.09.01 21:01:47.940963 [ 250 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2884 | 2024.09.01 21:01:47.941187 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2885 | 2024.09.01 21:01:47.941214 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2886 | 2024.09.01 21:01:47.941329 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2887 | 2024.09.01 21:01:47.941353 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2888 | 2024.09.01 21:01:47.941395 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2889 | 2024.09.01 21:01:47.941440 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2890 | 2024.09.01 21:01:47.941482 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2891 | 2024.09.01 21:01:47.943214 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003908 sec., 7676.560900716479 rows/sec., 292.62 KiB/sec. | ||
2892 | 2024.09.01 21:01:47.943596 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Debug> DynamicQueryHandler: Done processing query | ||
2893 | 2024.09.01 21:01:47.943622 [ 3 ] {5c07b55c-3c1c-445f-9919-c55f8229f3d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2894 | 2024.09.01 21:01:47.943639 [ 3 ] {} <Debug> HTTP-Session: 52113f6d-29f5-4a06-a3e7-5b8f5a44732d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2895 | 2024.09.01 21:01:47.943889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2896 | 2024.09.01 21:01:47.943943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2897 | 2024.09.01 21:01:47.943962 [ 3 ] {} <Debug> HTTP-Session: 6c1d718d-4619-458c-9397-7f100e0644d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2898 | 2024.09.01 21:01:47.943981 [ 3 ] {} <Debug> HTTP-Session: 6c1d718d-4619-458c-9397-7f100e0644d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2899 | 2024.09.01 21:01:47.943995 [ 3 ] {} <Debug> HTTP-Session: 6c1d718d-4619-458c-9397-7f100e0644d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2900 | 2024.09.01 21:01:47.944030 [ 3 ] {} <Trace> HTTP-Session: 6c1d718d-4619-458c-9397-7f100e0644d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2901 | 2024.09.01 21:01:47.944196 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
2902 | 2024.09.01 21:01:47.944493 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2903 | 2024.09.01 21:01:47.944540 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
2904 | 2024.09.01 21:01:47.944847 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2905 | 2024.09.01 21:01:47.944912 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2906 | 2024.09.01 21:01:47.945057 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2907 | 2024.09.01 21:01:47.945251 [ 262 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2908 | 2024.09.01 21:01:47.945272 [ 260 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2909 | 2024.09.01 21:01:47.945286 [ 264 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2910 | 2024.09.01 21:01:47.945261 [ 250 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2911 | 2024.09.01 21:01:47.945473 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2912 | 2024.09.01 21:01:47.945500 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2913 | 2024.09.01 21:01:47.945606 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2914 | 2024.09.01 21:01:47.945629 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2915 | 2024.09.01 21:01:47.945669 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2916 | 2024.09.01 21:01:47.945710 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2917 | 2024.09.01 21:01:47.945747 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2918 | 2024.09.01 21:01:47.947348 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003233 sec., 9279.307145066501 rows/sec., 353.71 KiB/sec. | ||
2919 | 2024.09.01 21:01:47.947672 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Debug> DynamicQueryHandler: Done processing query | ||
2920 | 2024.09.01 21:01:47.947696 [ 3 ] {d67ca90e-4400-40e0-9495-1e2282c143cd} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2921 | 2024.09.01 21:01:47.947713 [ 3 ] {} <Debug> HTTP-Session: 6c1d718d-4619-458c-9397-7f100e0644d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2922 | 2024.09.01 21:01:47.948015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2923 | 2024.09.01 21:01:47.948065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2924 | 2024.09.01 21:01:47.948085 [ 3 ] {} <Debug> HTTP-Session: 78d5e2c8-5dd5-441c-964e-1b5e3e938452 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2925 | 2024.09.01 21:01:47.948102 [ 3 ] {} <Debug> HTTP-Session: 78d5e2c8-5dd5-441c-964e-1b5e3e938452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2926 | 2024.09.01 21:01:47.948115 [ 3 ] {} <Debug> HTTP-Session: 78d5e2c8-5dd5-441c-964e-1b5e3e938452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2927 | 2024.09.01 21:01:47.948150 [ 3 ] {} <Trace> HTTP-Session: 78d5e2c8-5dd5-441c-964e-1b5e3e938452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2928 | 2024.09.01 21:01:47.948310 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
2929 | 2024.09.01 21:01:47.948606 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2930 | 2024.09.01 21:01:47.948651 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
2931 | 2024.09.01 21:01:47.948957 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2932 | 2024.09.01 21:01:47.949022 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2933 | 2024.09.01 21:01:47.949161 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2934 | 2024.09.01 21:01:47.949380 [ 250 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2935 | 2024.09.01 21:01:47.949410 [ 260 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2936 | 2024.09.01 21:01:47.949428 [ 261 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2937 | 2024.09.01 21:01:47.949445 [ 258 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2938 | 2024.09.01 21:01:47.949632 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2939 | 2024.09.01 21:01:47.949663 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2940 | 2024.09.01 21:01:47.949767 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2941 | 2024.09.01 21:01:47.949789 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2942 | 2024.09.01 21:01:47.949827 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2943 | 2024.09.01 21:01:47.949870 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2944 | 2024.09.01 21:01:47.949909 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <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', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2945 | 2024.09.01 21:01:47.951465 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003231 sec., 9285.051067780872 rows/sec., 353.93 KiB/sec. | ||
2946 | 2024.09.01 21:01:47.951801 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Debug> DynamicQueryHandler: Done processing query | ||
2947 | 2024.09.01 21:01:47.951825 [ 3 ] {603cf0a0-ae79-4718-b4ac-eda997524da4} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2948 | 2024.09.01 21:01:47.951842 [ 3 ] {} <Debug> HTTP-Session: 78d5e2c8-5dd5-441c-964e-1b5e3e938452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2949 | 2024.09.01 21:01:47.952059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2950 | 2024.09.01 21:01:47.952107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2951 | 2024.09.01 21:01:47.952126 [ 3 ] {} <Debug> HTTP-Session: 079adcd2-e212-4169-8cc2-f6f67e2c9cdc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2952 | 2024.09.01 21:01:47.952143 [ 3 ] {} <Debug> HTTP-Session: 079adcd2-e212-4169-8cc2-f6f67e2c9cdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2953 | 2024.09.01 21:01:47.952157 [ 3 ] {} <Debug> HTTP-Session: 079adcd2-e212-4169-8cc2-f6f67e2c9cdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2954 | 2024.09.01 21:01:47.952189 [ 3 ] {} <Trace> HTTP-Session: 079adcd2-e212-4169-8cc2-f6f67e2c9cdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2955 | 2024.09.01 21:01:47.952344 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
2956 | 2024.09.01 21:01:47.952653 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2957 | 2024.09.01 21:01:47.952698 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
2958 | 2024.09.01 21:01:47.953005 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2959 | 2024.09.01 21:01:47.953070 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2960 | 2024.09.01 21:01:47.953209 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2961 | 2024.09.01 21:01:47.953341 [ 260 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2962 | 2024.09.01 21:01:47.953362 [ 250 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2963 | 2024.09.01 21:01:47.953416 [ 262 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2964 | 2024.09.01 21:01:47.953445 [ 264 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2965 | 2024.09.01 21:01:47.953558 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2966 | 2024.09.01 21:01:47.953588 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2967 | 2024.09.01 21:01:47.953692 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2968 | 2024.09.01 21:01:47.953713 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2969 | 2024.09.01 21:01:47.953752 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2970 | 2024.09.01 21:01:47.953794 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2971 | 2024.09.01 21:01:47.953833 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2972 | 2024.09.01 21:01:47.955402 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003136 sec., 9566.326530612245 rows/sec., 364.65 KiB/sec. | ||
2973 | 2024.09.01 21:01:47.955747 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Debug> DynamicQueryHandler: Done processing query | ||
2974 | 2024.09.01 21:01:47.955770 [ 3 ] {e07603b8-a48e-4138-b7af-f51edc8459a0} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2975 | 2024.09.01 21:01:47.955788 [ 3 ] {} <Debug> HTTP-Session: 079adcd2-e212-4169-8cc2-f6f67e2c9cdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2976 | 2024.09.01 21:01:47.956000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1277, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2977 | 2024.09.01 21:01:47.956048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2978 | 2024.09.01 21:01:47.956067 [ 3 ] {} <Debug> HTTP-Session: 441922e8-bf3c-45a4-a6f2-1cb9798c423e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
2979 | 2024.09.01 21:01:47.956084 [ 3 ] {} <Debug> HTTP-Session: 441922e8-bf3c-45a4-a6f2-1cb9798c423e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2980 | 2024.09.01 21:01:47.956099 [ 3 ] {} <Debug> HTTP-Session: 441922e8-bf3c-45a4-a6f2-1cb9798c423e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2981 | 2024.09.01 21:01:47.956129 [ 3 ] {} <Trace> HTTP-Session: 441922e8-bf3c-45a4-a6f2-1cb9798c423e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2982 | 2024.09.01 21:01:47.956284 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
2983 | 2024.09.01 21:01:47.956576 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2984 | 2024.09.01 21:01:47.956623 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
2985 | 2024.09.01 21:01:47.956934 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2986 | 2024.09.01 21:01:47.956999 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2987 | 2024.09.01 21:01:47.957136 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2988 | 2024.09.01 21:01:47.957316 [ 262 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2989 | 2024.09.01 21:01:47.957352 [ 263 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2990 | 2024.09.01 21:01:47.957322 [ 260 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2991 | 2024.09.01 21:01:47.957353 [ 258 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2992 | 2024.09.01 21:01:47.957525 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
2993 | 2024.09.01 21:01:47.957554 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2994 | 2024.09.01 21:01:47.957657 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2995 | 2024.09.01 21:01:47.957677 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2996 | 2024.09.01 21:01:47.957716 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2997 | 2024.09.01 21:01:47.957759 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2998 | 2024.09.01 21:01:47.957800 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
2999 | 2024.09.01 21:01:47.959586 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.003379 sec., 8878.366380585972 rows/sec., 338.43 KiB/sec. | ||
3000 | 2024.09.01 21:01:47.959924 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Debug> DynamicQueryHandler: Done processing query | ||
3001 | 2024.09.01 21:01:47.959947 [ 3 ] {3d44f145-f2e7-4a14-9d29-2d9d842ae614} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3002 | 2024.09.01 21:01:47.959964 [ 3 ] {} <Debug> HTTP-Session: 441922e8-bf3c-45a4-a6f2-1cb9798c423e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3003 | 2024.09.01 21:01:47.960189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1306, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3004 | 2024.09.01 21:01:47.960237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3005 | 2024.09.01 21:01:47.960256 [ 3 ] {} <Debug> HTTP-Session: b72ceeae-eb34-4438-98e6-7a5aa06e7452 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3006 | 2024.09.01 21:01:47.960272 [ 3 ] {} <Debug> HTTP-Session: b72ceeae-eb34-4438-98e6-7a5aa06e7452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3007 | 2024.09.01 21:01:47.960286 [ 3 ] {} <Debug> HTTP-Session: b72ceeae-eb34-4438-98e6-7a5aa06e7452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3008 | 2024.09.01 21:01:47.960317 [ 3 ] {} <Trace> HTTP-Session: b72ceeae-eb34-4438-98e6-7a5aa06e7452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3009 | 2024.09.01 21:01:47.960469 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
3010 | 2024.09.01 21:01:47.960766 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3011 | 2024.09.01 21:01:47.960812 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
3012 | 2024.09.01 21:01:47.961124 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3013 | 2024.09.01 21:01:47.961188 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3014 | 2024.09.01 21:01:47.961326 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
3015 | 2024.09.01 21:01:47.961458 [ 250 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3016 | 2024.09.01 21:01:47.961473 [ 260 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3017 | 2024.09.01 21:01:47.961504 [ 263 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3018 | 2024.09.01 21:01:47.961565 [ 264 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3019 | 2024.09.01 21:01:47.961671 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3020 | 2024.09.01 21:01:47.961700 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3021 | 2024.09.01 21:01:47.961803 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3022 | 2024.09.01 21:01:47.961824 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
3023 | 2024.09.01 21:01:47.961865 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
3024 | 2024.09.01 21:01:47.961908 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
3025 | 2024.09.01 21:01:47.961948 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
3026 | 2024.09.01 21:01:47.963591 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Debug> executeQuery: Read 30 rows, 1.14 KiB in 0.0032 sec., 9375 rows/sec., 357.36 KiB/sec. | ||
3027 | 2024.09.01 21:01:47.963919 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Debug> DynamicQueryHandler: Done processing query | ||
3028 | 2024.09.01 21:01:47.963943 [ 3 ] {c0389cfd-53e7-43f3-a6c9-53fe1ddcd40d} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
3029 | 2024.09.01 21:01:47.963960 [ 3 ] {} <Debug> HTTP-Session: b72ceeae-eb34-4438-98e6-7a5aa06e7452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3030 | 2024.09.01 21:01:48.083301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3031 | 2024.09.01 21:01:48.083426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3032 | 2024.09.01 21:01:48.083454 [ 3 ] {} <Debug> HTTP-Session: a46febc8-2068-41ea-841d-359ccd4b46d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3033 | 2024.09.01 21:01:48.083481 [ 3 ] {} <Debug> HTTP-Session: a46febc8-2068-41ea-841d-359ccd4b46d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3034 | 2024.09.01 21:01:48.083500 [ 3 ] {} <Debug> HTTP-Session: a46febc8-2068-41ea-841d-359ccd4b46d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3035 | 2024.09.01 21:01:48.083555 [ 3 ] {} <Trace> HTTP-Session: a46febc8-2068-41ea-841d-359ccd4b46d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3036 | 2024.09.01 21:01:48.083765 [ 3 ] {bd77d27a-8294-4ff1-a1e7-3be05d3a94bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3037 | 2024.09.01 21:01:48.083846 [ 3 ] {bd77d27a-8294-4ff1-a1e7-3be05d3a94bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3038 | 2024.09.01 21:01:48.084082 [ 3 ] {bd77d27a-8294-4ff1-a1e7-3be05d3a94bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3039 | 2024.09.01 21:01:48.084448 [ 3 ] {bd77d27a-8294-4ff1-a1e7-3be05d3a94bd} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3040 | 2024.09.01 21:01:48.084491 [ 3 ] {bd77d27a-8294-4ff1-a1e7-3be05d3a94bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3041 | 2024.09.01 21:01:48.085006 [ 3 ] {bd77d27a-8294-4ff1-a1e7-3be05d3a94bd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3042 | 2024.09.01 21:01:48.085326 [ 3 ] {bd77d27a-8294-4ff1-a1e7-3be05d3a94bd} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3043 | 2024.09.01 21:01:48.085494 [ 3 ] {bd77d27a-8294-4ff1-a1e7-3be05d3a94bd} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001789 sec., 3353.828954723309 rows/sec., 746.75 KiB/sec. | ||
3044 | 2024.09.01 21:01:48.085683 [ 3 ] {bd77d27a-8294-4ff1-a1e7-3be05d3a94bd} <Debug> DynamicQueryHandler: Done processing query | ||
3045 | 2024.09.01 21:01:48.085708 [ 3 ] {bd77d27a-8294-4ff1-a1e7-3be05d3a94bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3046 | 2024.09.01 21:01:48.085724 [ 3 ] {} <Debug> HTTP-Session: a46febc8-2068-41ea-841d-359ccd4b46d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3047 | 2024.09.01 21:01:48.086060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 168581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3048 | 2024.09.01 21:01:48.086108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3049 | 2024.09.01 21:01:48.086127 [ 3 ] {} <Debug> HTTP-Session: bb6acba3-35aa-49ca-9712-6e812c1f9911 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3050 | 2024.09.01 21:01:48.086143 [ 3 ] {} <Debug> HTTP-Session: bb6acba3-35aa-49ca-9712-6e812c1f9911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3051 | 2024.09.01 21:01:48.086157 [ 3 ] {} <Debug> HTTP-Session: bb6acba3-35aa-49ca-9712-6e812c1f9911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3052 | 2024.09.01 21:01:48.086188 [ 3 ] {} <Trace> HTTP-Session: bb6acba3-35aa-49ca-9712-6e812c1f9911 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3053 | 2024.09.01 21:01:48.087012 [ 3 ] {3413d65f-eb8f-4d85-9948-b98d971b5a69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3054 | 2024.09.01 21:01:48.087059 [ 3 ] {3413d65f-eb8f-4d85-9948-b98d971b5a69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3055 | 2024.09.01 21:01:48.087304 [ 3 ] {3413d65f-eb8f-4d85-9948-b98d971b5a69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3056 | 2024.09.01 21:01:48.088323 [ 3 ] {3413d65f-eb8f-4d85-9948-b98d971b5a69} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3057 | 2024.09.01 21:01:48.088359 [ 3 ] {3413d65f-eb8f-4d85-9948-b98d971b5a69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3058 | 2024.09.01 21:01:48.088866 [ 3 ] {3413d65f-eb8f-4d85-9948-b98d971b5a69} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3059 | 2024.09.01 21:01:48.089244 [ 3 ] {3413d65f-eb8f-4d85-9948-b98d971b5a69} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3060 | 2024.09.01 21:01:48.089405 [ 3 ] {3413d65f-eb8f-4d85-9948-b98d971b5a69} <Debug> executeQuery: Read 1166 rows, 98.10 KiB in 0.003069 sec., 379928.3154121864 rows/sec., 31.21 MiB/sec. | ||
3061 | 2024.09.01 21:01:48.089623 [ 3 ] {3413d65f-eb8f-4d85-9948-b98d971b5a69} <Debug> DynamicQueryHandler: Done processing query | ||
3062 | 2024.09.01 21:01:48.089648 [ 3 ] {3413d65f-eb8f-4d85-9948-b98d971b5a69} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
3063 | 2024.09.01 21:01:48.089663 [ 3 ] {} <Debug> HTTP-Session: bb6acba3-35aa-49ca-9712-6e812c1f9911 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3064 | 2024.09.01 21:01:48.089887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3065 | 2024.09.01 21:01:48.089936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3066 | 2024.09.01 21:01:48.089954 [ 3 ] {} <Debug> HTTP-Session: a59c16d6-d0bd-477d-bd87-db553b66abad Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3067 | 2024.09.01 21:01:48.089971 [ 3 ] {} <Debug> HTTP-Session: a59c16d6-d0bd-477d-bd87-db553b66abad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3068 | 2024.09.01 21:01:48.089984 [ 3 ] {} <Debug> HTTP-Session: a59c16d6-d0bd-477d-bd87-db553b66abad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3069 | 2024.09.01 21:01:48.090014 [ 3 ] {} <Trace> HTTP-Session: a59c16d6-d0bd-477d-bd87-db553b66abad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3070 | 2024.09.01 21:01:48.090157 [ 3 ] {8fa02231-a909-42e6-a812-c7609325b44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3071 | 2024.09.01 21:01:48.090199 [ 3 ] {8fa02231-a909-42e6-a812-c7609325b44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3072 | 2024.09.01 21:01:48.090422 [ 3 ] {8fa02231-a909-42e6-a812-c7609325b44f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3073 | 2024.09.01 21:01:48.090798 [ 3 ] {8fa02231-a909-42e6-a812-c7609325b44f} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3074 | 2024.09.01 21:01:48.090835 [ 3 ] {8fa02231-a909-42e6-a812-c7609325b44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3075 | 2024.09.01 21:01:48.091192 [ 3 ] {8fa02231-a909-42e6-a812-c7609325b44f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3076 | 2024.09.01 21:01:48.091541 [ 3 ] {8fa02231-a909-42e6-a812-c7609325b44f} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3077 | 2024.09.01 21:01:48.091692 [ 3 ] {8fa02231-a909-42e6-a812-c7609325b44f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001602 sec., 142322.09737827716 rows/sec., 9.64 MiB/sec. | ||
3078 | 2024.09.01 21:01:48.091849 [ 3 ] {8fa02231-a909-42e6-a812-c7609325b44f} <Debug> DynamicQueryHandler: Done processing query | ||
3079 | 2024.09.01 21:01:48.091872 [ 3 ] {8fa02231-a909-42e6-a812-c7609325b44f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3080 | 2024.09.01 21:01:48.091889 [ 3 ] {} <Debug> HTTP-Session: a59c16d6-d0bd-477d-bd87-db553b66abad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3081 | 2024.09.01 21:01:48.092111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 79744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3082 | 2024.09.01 21:01:48.092158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3083 | 2024.09.01 21:01:48.092177 [ 3 ] {} <Debug> HTTP-Session: c9878d4d-5576-4de4-a56d-7935e70b20b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3084 | 2024.09.01 21:01:48.092194 [ 3 ] {} <Debug> HTTP-Session: c9878d4d-5576-4de4-a56d-7935e70b20b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3085 | 2024.09.01 21:01:48.092208 [ 3 ] {} <Debug> HTTP-Session: c9878d4d-5576-4de4-a56d-7935e70b20b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3086 | 2024.09.01 21:01:48.092238 [ 3 ] {} <Trace> HTTP-Session: c9878d4d-5576-4de4-a56d-7935e70b20b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3087 | 2024.09.01 21:01:48.092448 [ 3 ] {26b1897d-dece-435e-8b8f-1d998a763deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3088 | 2024.09.01 21:01:48.092492 [ 3 ] {26b1897d-dece-435e-8b8f-1d998a763deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3089 | 2024.09.01 21:01:48.092725 [ 3 ] {26b1897d-dece-435e-8b8f-1d998a763deb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3090 | 2024.09.01 21:01:48.093248 [ 3 ] {26b1897d-dece-435e-8b8f-1d998a763deb} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3091 | 2024.09.01 21:01:48.093284 [ 3 ] {26b1897d-dece-435e-8b8f-1d998a763deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3092 | 2024.09.01 21:01:48.093650 [ 3 ] {26b1897d-dece-435e-8b8f-1d998a763deb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3093 | 2024.09.01 21:01:48.093999 [ 3 ] {26b1897d-dece-435e-8b8f-1d998a763deb} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3094 | 2024.09.01 21:01:48.094162 [ 3 ] {26b1897d-dece-435e-8b8f-1d998a763deb} <Debug> executeQuery: Read 484 rows, 36.53 KiB in 0.001835 sec., 263760.2179836512 rows/sec., 19.44 MiB/sec. | ||
3095 | 2024.09.01 21:01:48.094474 [ 3 ] {26b1897d-dece-435e-8b8f-1d998a763deb} <Debug> DynamicQueryHandler: Done processing query | ||
3096 | 2024.09.01 21:01:48.094500 [ 3 ] {26b1897d-dece-435e-8b8f-1d998a763deb} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
3097 | 2024.09.01 21:01:48.094516 [ 3 ] {} <Debug> HTTP-Session: c9878d4d-5576-4de4-a56d-7935e70b20b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3098 | 2024.09.01 21:01:48.096004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 607709, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3099 | 2024.09.01 21:01:48.096052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3100 | 2024.09.01 21:01:48.096071 [ 3 ] {} <Debug> HTTP-Session: b57fcef8-0573-4d33-8195-b2c76a44bc5f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3101 | 2024.09.01 21:01:48.096087 [ 3 ] {} <Debug> HTTP-Session: b57fcef8-0573-4d33-8195-b2c76a44bc5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3102 | 2024.09.01 21:01:48.096101 [ 3 ] {} <Debug> HTTP-Session: b57fcef8-0573-4d33-8195-b2c76a44bc5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3103 | 2024.09.01 21:01:48.096130 [ 3 ] {} <Trace> HTTP-Session: b57fcef8-0573-4d33-8195-b2c76a44bc5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3104 | 2024.09.01 21:01:48.096933 [ 3 ] {2c9f88bf-5a98-4788-ade1-78a5893051ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3105 | 2024.09.01 21:01:48.096984 [ 3 ] {2c9f88bf-5a98-4788-ade1-78a5893051ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3106 | 2024.09.01 21:01:48.097143 [ 3 ] {2c9f88bf-5a98-4788-ade1-78a5893051ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3107 | 2024.09.01 21:01:48.099211 [ 3 ] {2c9f88bf-5a98-4788-ade1-78a5893051ad} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3108 | 2024.09.01 21:01:48.099250 [ 3 ] {2c9f88bf-5a98-4788-ade1-78a5893051ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3109 | 2024.09.01 21:01:48.100052 [ 3 ] {2c9f88bf-5a98-4788-ade1-78a5893051ad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3110 | 2024.09.01 21:01:48.100393 [ 3 ] {2c9f88bf-5a98-4788-ade1-78a5893051ad} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3111 | 2024.09.01 21:01:48.100550 [ 3 ] {2c9f88bf-5a98-4788-ade1-78a5893051ad} <Debug> executeQuery: Read 3214 rows, 219.81 KiB in 0.004228 sec., 760170.293282876 rows/sec., 50.77 MiB/sec. | ||
3112 | 2024.09.01 21:01:48.100703 [ 3 ] {2c9f88bf-5a98-4788-ade1-78a5893051ad} <Debug> DynamicQueryHandler: Done processing query | ||
3113 | 2024.09.01 21:01:48.100726 [ 3 ] {2c9f88bf-5a98-4788-ade1-78a5893051ad} <Debug> MemoryTracker: Peak memory usage (for query): 5.62 MiB. | ||
3114 | 2024.09.01 21:01:48.100741 [ 3 ] {} <Debug> HTTP-Session: b57fcef8-0573-4d33-8195-b2c76a44bc5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3115 | 2024.09.01 21:01:48.101054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1881, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3116 | 2024.09.01 21:01:48.101101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3117 | 2024.09.01 21:01:48.101120 [ 3 ] {} <Debug> HTTP-Session: bc96d074-74db-4137-96bc-49bb411a2bb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3118 | 2024.09.01 21:01:48.101137 [ 3 ] {} <Debug> HTTP-Session: bc96d074-74db-4137-96bc-49bb411a2bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3119 | 2024.09.01 21:01:48.101151 [ 3 ] {} <Debug> HTTP-Session: bc96d074-74db-4137-96bc-49bb411a2bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3120 | 2024.09.01 21:01:48.101181 [ 3 ] {} <Trace> HTTP-Session: bc96d074-74db-4137-96bc-49bb411a2bb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3121 | 2024.09.01 21:01:48.101279 [ 3 ] {00f921b6-be72-4283-9e21-ed1acb4af470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3122 | 2024.09.01 21:01:48.101322 [ 3 ] {00f921b6-be72-4283-9e21-ed1acb4af470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3123 | 2024.09.01 21:01:48.101451 [ 3 ] {00f921b6-be72-4283-9e21-ed1acb4af470} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3124 | 2024.09.01 21:01:48.101689 [ 3 ] {00f921b6-be72-4283-9e21-ed1acb4af470} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3125 | 2024.09.01 21:01:48.101723 [ 3 ] {00f921b6-be72-4283-9e21-ed1acb4af470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3126 | 2024.09.01 21:01:48.102069 [ 3 ] {00f921b6-be72-4283-9e21-ed1acb4af470} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3127 | 2024.09.01 21:01:48.102386 [ 3 ] {00f921b6-be72-4283-9e21-ed1acb4af470} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3128 | 2024.09.01 21:01:48.102539 [ 3 ] {00f921b6-be72-4283-9e21-ed1acb4af470} <Debug> executeQuery: Read 12 rows, 862.00 B in 0.001285 sec., 9338.52140077821 rows/sec., 655.09 KiB/sec. | ||
3129 | 2024.09.01 21:01:48.102689 [ 3 ] {00f921b6-be72-4283-9e21-ed1acb4af470} <Debug> DynamicQueryHandler: Done processing query | ||
3130 | 2024.09.01 21:01:48.102712 [ 3 ] {00f921b6-be72-4283-9e21-ed1acb4af470} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3131 | 2024.09.01 21:01:48.102727 [ 3 ] {} <Debug> HTTP-Session: bc96d074-74db-4137-96bc-49bb411a2bb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3132 | 2024.09.01 21:01:50.857658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3133 | 2024.09.01 21:01:50.857794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3134 | 2024.09.01 21:01:50.857823 [ 3 ] {} <Debug> HTTP-Session: 7dffc23b-b19d-4de8-8c06-d62068c5fcfc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3135 | 2024.09.01 21:01:50.857852 [ 3 ] {} <Debug> HTTP-Session: 7dffc23b-b19d-4de8-8c06-d62068c5fcfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3136 | 2024.09.01 21:01:50.857870 [ 3 ] {} <Debug> HTTP-Session: 7dffc23b-b19d-4de8-8c06-d62068c5fcfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3137 | 2024.09.01 21:01:50.857924 [ 3 ] {} <Trace> HTTP-Session: 7dffc23b-b19d-4de8-8c06-d62068c5fcfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3138 | 2024.09.01 21:01:50.858108 [ 3 ] {c0e51492-f990-46eb-92c5-f15d64a5a9ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3139 | 2024.09.01 21:01:50.858174 [ 3 ] {c0e51492-f990-46eb-92c5-f15d64a5a9ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3140 | 2024.09.01 21:01:50.858505 [ 3 ] {c0e51492-f990-46eb-92c5-f15d64a5a9ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3141 | 2024.09.01 21:01:50.858860 [ 3 ] {c0e51492-f990-46eb-92c5-f15d64a5a9ec} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3142 | 2024.09.01 21:01:50.858901 [ 3 ] {c0e51492-f990-46eb-92c5-f15d64a5a9ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3143 | 2024.09.01 21:01:50.859302 [ 3 ] {c0e51492-f990-46eb-92c5-f15d64a5a9ec} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3144 | 2024.09.01 21:01:50.859688 [ 3 ] {c0e51492-f990-46eb-92c5-f15d64a5a9ec} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3145 | 2024.09.01 21:01:50.859852 [ 3 ] {c0e51492-f990-46eb-92c5-f15d64a5a9ec} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001791 sec., 2233.3891680625347 rows/sec., 182.12 KiB/sec. | ||
3146 | 2024.09.01 21:01:50.860043 [ 3 ] {c0e51492-f990-46eb-92c5-f15d64a5a9ec} <Debug> DynamicQueryHandler: Done processing query | ||
3147 | 2024.09.01 21:01:50.860068 [ 3 ] {c0e51492-f990-46eb-92c5-f15d64a5a9ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3148 | 2024.09.01 21:01:50.860084 [ 3 ] {} <Debug> HTTP-Session: 7dffc23b-b19d-4de8-8c06-d62068c5fcfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3149 | 2024.09.01 21:01:50.860299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 35314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3150 | 2024.09.01 21:01:50.860350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3151 | 2024.09.01 21:01:50.860369 [ 3 ] {} <Debug> HTTP-Session: d442988a-a9df-40dc-8ddd-db117c152797 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3152 | 2024.09.01 21:01:50.860387 [ 3 ] {} <Debug> HTTP-Session: d442988a-a9df-40dc-8ddd-db117c152797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3153 | 2024.09.01 21:01:50.860401 [ 3 ] {} <Debug> HTTP-Session: d442988a-a9df-40dc-8ddd-db117c152797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3154 | 2024.09.01 21:01:50.860432 [ 3 ] {} <Trace> HTTP-Session: d442988a-a9df-40dc-8ddd-db117c152797 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3155 | 2024.09.01 21:01:50.860583 [ 3 ] {72c30533-15bc-4047-9f15-f55113957b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3156 | 2024.09.01 21:01:50.860626 [ 3 ] {72c30533-15bc-4047-9f15-f55113957b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3157 | 2024.09.01 21:01:50.860847 [ 3 ] {72c30533-15bc-4047-9f15-f55113957b06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3158 | 2024.09.01 21:01:50.861338 [ 3 ] {72c30533-15bc-4047-9f15-f55113957b06} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3159 | 2024.09.01 21:01:50.861376 [ 3 ] {72c30533-15bc-4047-9f15-f55113957b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3160 | 2024.09.01 21:01:50.861740 [ 3 ] {72c30533-15bc-4047-9f15-f55113957b06} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3161 | 2024.09.01 21:01:50.862093 [ 3 ] {72c30533-15bc-4047-9f15-f55113957b06} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3162 | 2024.09.01 21:01:50.862252 [ 3 ] {72c30533-15bc-4047-9f15-f55113957b06} <Debug> executeQuery: Read 231 rows, 21.25 KiB in 0.001735 sec., 133141.21037463978 rows/sec., 11.96 MiB/sec. | ||
3163 | 2024.09.01 21:01:50.862418 [ 3 ] {72c30533-15bc-4047-9f15-f55113957b06} <Debug> DynamicQueryHandler: Done processing query | ||
3164 | 2024.09.01 21:01:50.862442 [ 3 ] {72c30533-15bc-4047-9f15-f55113957b06} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3165 | 2024.09.01 21:01:50.862457 [ 3 ] {} <Debug> HTTP-Session: d442988a-a9df-40dc-8ddd-db117c152797 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3166 | 2024.09.01 21:01:50.862653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3167 | 2024.09.01 21:01:50.862703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3168 | 2024.09.01 21:01:50.862721 [ 3 ] {} <Debug> HTTP-Session: df08ff2e-da3f-4e88-aafc-110ec542a445 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3169 | 2024.09.01 21:01:50.862738 [ 3 ] {} <Debug> HTTP-Session: df08ff2e-da3f-4e88-aafc-110ec542a445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3170 | 2024.09.01 21:01:50.862751 [ 3 ] {} <Debug> HTTP-Session: df08ff2e-da3f-4e88-aafc-110ec542a445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3171 | 2024.09.01 21:01:50.862782 [ 3 ] {} <Trace> HTTP-Session: df08ff2e-da3f-4e88-aafc-110ec542a445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3172 | 2024.09.01 21:01:50.862886 [ 3 ] {9b85b434-7b17-4c19-92c8-451ab805faf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3173 | 2024.09.01 21:01:50.862929 [ 3 ] {9b85b434-7b17-4c19-92c8-451ab805faf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3174 | 2024.09.01 21:01:50.863151 [ 3 ] {9b85b434-7b17-4c19-92c8-451ab805faf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3175 | 2024.09.01 21:01:50.863465 [ 3 ] {9b85b434-7b17-4c19-92c8-451ab805faf6} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3176 | 2024.09.01 21:01:50.863501 [ 3 ] {9b85b434-7b17-4c19-92c8-451ab805faf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3177 | 2024.09.01 21:01:50.863838 [ 3 ] {9b85b434-7b17-4c19-92c8-451ab805faf6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3178 | 2024.09.01 21:01:50.864185 [ 3 ] {9b85b434-7b17-4c19-92c8-451ab805faf6} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3179 | 2024.09.01 21:01:50.864340 [ 3 ] {9b85b434-7b17-4c19-92c8-451ab805faf6} <Debug> executeQuery: Read 39 rows, 2.91 KiB in 0.001484 sec., 26280.32345013477 rows/sec., 1.92 MiB/sec. | ||
3180 | 2024.09.01 21:01:50.864498 [ 3 ] {9b85b434-7b17-4c19-92c8-451ab805faf6} <Debug> DynamicQueryHandler: Done processing query | ||
3181 | 2024.09.01 21:01:50.864521 [ 3 ] {9b85b434-7b17-4c19-92c8-451ab805faf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3182 | 2024.09.01 21:01:50.864536 [ 3 ] {} <Debug> HTTP-Session: df08ff2e-da3f-4e88-aafc-110ec542a445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3183 | 2024.09.01 21:01:50.864663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3184 | 2024.09.01 21:01:50.864710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3185 | 2024.09.01 21:01:50.864729 [ 3 ] {} <Debug> HTTP-Session: f99e5a62-0a72-4feb-9ebf-c7092752c284 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3186 | 2024.09.01 21:01:50.864745 [ 3 ] {} <Debug> HTTP-Session: f99e5a62-0a72-4feb-9ebf-c7092752c284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3187 | 2024.09.01 21:01:50.864758 [ 3 ] {} <Debug> HTTP-Session: f99e5a62-0a72-4feb-9ebf-c7092752c284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3188 | 2024.09.01 21:01:50.864788 [ 3 ] {} <Trace> HTTP-Session: f99e5a62-0a72-4feb-9ebf-c7092752c284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3189 | 2024.09.01 21:01:50.864887 [ 3 ] {6017d181-b4c5-419c-b568-f29e9ec3a814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3190 | 2024.09.01 21:01:50.864928 [ 3 ] {6017d181-b4c5-419c-b568-f29e9ec3a814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3191 | 2024.09.01 21:01:50.865147 [ 3 ] {6017d181-b4c5-419c-b568-f29e9ec3a814} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3192 | 2024.09.01 21:01:50.865437 [ 3 ] {6017d181-b4c5-419c-b568-f29e9ec3a814} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3193 | 2024.09.01 21:01:50.865472 [ 3 ] {6017d181-b4c5-419c-b568-f29e9ec3a814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3194 | 2024.09.01 21:01:50.865822 [ 3 ] {6017d181-b4c5-419c-b568-f29e9ec3a814} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3195 | 2024.09.01 21:01:50.866181 [ 3 ] {6017d181-b4c5-419c-b568-f29e9ec3a814} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3196 | 2024.09.01 21:01:50.866366 [ 3 ] {6017d181-b4c5-419c-b568-f29e9ec3a814} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001494 sec., 9370.816599732261 rows/sec., 656.27 KiB/sec. | ||
3197 | 2024.09.01 21:01:50.866639 [ 3 ] {6017d181-b4c5-419c-b568-f29e9ec3a814} <Debug> DynamicQueryHandler: Done processing query | ||
3198 | 2024.09.01 21:01:50.866663 [ 3 ] {6017d181-b4c5-419c-b568-f29e9ec3a814} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3199 | 2024.09.01 21:01:50.866679 [ 3 ] {} <Debug> HTTP-Session: f99e5a62-0a72-4feb-9ebf-c7092752c284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3200 | 2024.09.01 21:01:50.866841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3201 | 2024.09.01 21:01:50.866889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3202 | 2024.09.01 21:01:50.866909 [ 3 ] {} <Debug> HTTP-Session: 9d9bcdfa-b024-4802-9979-34108eac00de Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3203 | 2024.09.01 21:01:50.866925 [ 3 ] {} <Debug> HTTP-Session: 9d9bcdfa-b024-4802-9979-34108eac00de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3204 | 2024.09.01 21:01:50.866939 [ 3 ] {} <Debug> HTTP-Session: 9d9bcdfa-b024-4802-9979-34108eac00de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3205 | 2024.09.01 21:01:50.866969 [ 3 ] {} <Trace> HTTP-Session: 9d9bcdfa-b024-4802-9979-34108eac00de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3206 | 2024.09.01 21:01:50.867065 [ 3 ] {b696eba7-19fe-4862-beea-b950834e9928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3207 | 2024.09.01 21:01:50.867108 [ 3 ] {b696eba7-19fe-4862-beea-b950834e9928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3208 | 2024.09.01 21:01:50.867348 [ 3 ] {b696eba7-19fe-4862-beea-b950834e9928} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3209 | 2024.09.01 21:01:50.867638 [ 3 ] {b696eba7-19fe-4862-beea-b950834e9928} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3210 | 2024.09.01 21:01:50.867674 [ 3 ] {b696eba7-19fe-4862-beea-b950834e9928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3211 | 2024.09.01 21:01:50.868010 [ 3 ] {b696eba7-19fe-4862-beea-b950834e9928} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3212 | 2024.09.01 21:01:50.868370 [ 3 ] {b696eba7-19fe-4862-beea-b950834e9928} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3213 | 2024.09.01 21:01:50.868497 [ 3 ] {b696eba7-19fe-4862-beea-b950834e9928} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 243.64 KiB/sec. | ||
3214 | 2024.09.01 21:01:50.868675 [ 3 ] {b696eba7-19fe-4862-beea-b950834e9928} <Debug> DynamicQueryHandler: Done processing query | ||
3215 | 2024.09.01 21:01:50.868698 [ 3 ] {b696eba7-19fe-4862-beea-b950834e9928} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3216 | 2024.09.01 21:01:50.868714 [ 3 ] {} <Debug> HTTP-Session: 9d9bcdfa-b024-4802-9979-34108eac00de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3217 | 2024.09.01 21:01:50.868861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 62306, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3218 | 2024.09.01 21:01:50.868908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3219 | 2024.09.01 21:01:50.868927 [ 3 ] {} <Debug> HTTP-Session: 96cd4ec8-b0b0-4de7-9a36-22b80c9bbfea Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3220 | 2024.09.01 21:01:50.868943 [ 3 ] {} <Debug> HTTP-Session: 96cd4ec8-b0b0-4de7-9a36-22b80c9bbfea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3221 | 2024.09.01 21:01:50.868957 [ 3 ] {} <Debug> HTTP-Session: 96cd4ec8-b0b0-4de7-9a36-22b80c9bbfea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3222 | 2024.09.01 21:01:50.868987 [ 3 ] {} <Trace> HTTP-Session: 96cd4ec8-b0b0-4de7-9a36-22b80c9bbfea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3223 | 2024.09.01 21:01:50.869175 [ 3 ] {798643ee-8a50-424a-aad2-9f9eff417474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3224 | 2024.09.01 21:01:50.869218 [ 3 ] {798643ee-8a50-424a-aad2-9f9eff417474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3225 | 2024.09.01 21:01:50.869440 [ 3 ] {798643ee-8a50-424a-aad2-9f9eff417474} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3226 | 2024.09.01 21:01:50.870190 [ 3 ] {798643ee-8a50-424a-aad2-9f9eff417474} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3227 | 2024.09.01 21:01:50.870227 [ 3 ] {798643ee-8a50-424a-aad2-9f9eff417474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3228 | 2024.09.01 21:01:50.870585 [ 3 ] {798643ee-8a50-424a-aad2-9f9eff417474} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3229 | 2024.09.01 21:01:50.870936 [ 3 ] {798643ee-8a50-424a-aad2-9f9eff417474} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3230 | 2024.09.01 21:01:50.871094 [ 3 ] {798643ee-8a50-424a-aad2-9f9eff417474} <Debug> executeQuery: Read 385 rows, 27.93 KiB in 0.002013 sec., 191256.8306010929 rows/sec., 13.55 MiB/sec. | ||
3231 | 2024.09.01 21:01:50.871423 [ 3 ] {798643ee-8a50-424a-aad2-9f9eff417474} <Debug> DynamicQueryHandler: Done processing query | ||
3232 | 2024.09.01 21:01:50.871460 [ 3 ] {798643ee-8a50-424a-aad2-9f9eff417474} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3233 | 2024.09.01 21:01:50.871491 [ 3 ] {} <Debug> HTTP-Session: 96cd4ec8-b0b0-4de7-9a36-22b80c9bbfea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3234 | 2024.09.01 21:01:50.871656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3235 | 2024.09.01 21:01:50.871706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3236 | 2024.09.01 21:01:50.871725 [ 3 ] {} <Debug> HTTP-Session: a9d816fa-00ad-4204-b228-5bcc9a3e86d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3237 | 2024.09.01 21:01:50.871741 [ 3 ] {} <Debug> HTTP-Session: a9d816fa-00ad-4204-b228-5bcc9a3e86d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3238 | 2024.09.01 21:01:50.871755 [ 3 ] {} <Debug> HTTP-Session: a9d816fa-00ad-4204-b228-5bcc9a3e86d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3239 | 2024.09.01 21:01:50.871785 [ 3 ] {} <Trace> HTTP-Session: a9d816fa-00ad-4204-b228-5bcc9a3e86d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3240 | 2024.09.01 21:01:50.871884 [ 3 ] {2ebe814f-e1d9-4618-aedf-bada389fb163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3241 | 2024.09.01 21:01:50.871931 [ 3 ] {2ebe814f-e1d9-4618-aedf-bada389fb163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3242 | 2024.09.01 21:01:50.872088 [ 3 ] {2ebe814f-e1d9-4618-aedf-bada389fb163} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3243 | 2024.09.01 21:01:50.872350 [ 3 ] {2ebe814f-e1d9-4618-aedf-bada389fb163} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3244 | 2024.09.01 21:01:50.872386 [ 3 ] {2ebe814f-e1d9-4618-aedf-bada389fb163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3245 | 2024.09.01 21:01:50.872751 [ 3 ] {2ebe814f-e1d9-4618-aedf-bada389fb163} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3246 | 2024.09.01 21:01:50.873076 [ 3 ] {2ebe814f-e1d9-4618-aedf-bada389fb163} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3247 | 2024.09.01 21:01:50.873227 [ 3 ] {2ebe814f-e1d9-4618-aedf-bada389fb163} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 230.50 KiB/sec. | ||
3248 | 2024.09.01 21:01:50.873490 [ 3 ] {2ebe814f-e1d9-4618-aedf-bada389fb163} <Debug> DynamicQueryHandler: Done processing query | ||
3249 | 2024.09.01 21:01:50.873515 [ 3 ] {2ebe814f-e1d9-4618-aedf-bada389fb163} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3250 | 2024.09.01 21:01:50.873531 [ 3 ] {} <Debug> HTTP-Session: a9d816fa-00ad-4204-b228-5bcc9a3e86d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3251 | 2024.09.01 21:01:50.873662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 25877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3252 | 2024.09.01 21:01:50.873709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3253 | 2024.09.01 21:01:50.873728 [ 3 ] {} <Debug> HTTP-Session: 3ce112a0-eb04-487e-8f71-71835d0305fc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3254 | 2024.09.01 21:01:50.873744 [ 3 ] {} <Debug> HTTP-Session: 3ce112a0-eb04-487e-8f71-71835d0305fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3255 | 2024.09.01 21:01:50.873757 [ 3 ] {} <Debug> HTTP-Session: 3ce112a0-eb04-487e-8f71-71835d0305fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3256 | 2024.09.01 21:01:50.873787 [ 3 ] {} <Trace> HTTP-Session: 3ce112a0-eb04-487e-8f71-71835d0305fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3257 | 2024.09.01 21:01:50.873946 [ 3 ] {27e4bc9e-03bd-43e9-bfbf-b4d2e30d533e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3258 | 2024.09.01 21:01:50.873991 [ 3 ] {27e4bc9e-03bd-43e9-bfbf-b4d2e30d533e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3259 | 2024.09.01 21:01:50.874152 [ 3 ] {27e4bc9e-03bd-43e9-bfbf-b4d2e30d533e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3260 | 2024.09.01 21:01:50.874529 [ 3 ] {27e4bc9e-03bd-43e9-bfbf-b4d2e30d533e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3261 | 2024.09.01 21:01:50.874565 [ 3 ] {27e4bc9e-03bd-43e9-bfbf-b4d2e30d533e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3262 | 2024.09.01 21:01:50.874936 [ 3 ] {27e4bc9e-03bd-43e9-bfbf-b4d2e30d533e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3263 | 2024.09.01 21:01:50.875267 [ 3 ] {27e4bc9e-03bd-43e9-bfbf-b4d2e30d533e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3264 | 2024.09.01 21:01:50.875411 [ 3 ] {27e4bc9e-03bd-43e9-bfbf-b4d2e30d533e} <Debug> executeQuery: Read 139 rows, 9.26 KiB in 0.001546 sec., 89909.44372574385 rows/sec., 5.85 MiB/sec. | ||
3265 | 2024.09.01 21:01:50.875698 [ 3 ] {27e4bc9e-03bd-43e9-bfbf-b4d2e30d533e} <Debug> DynamicQueryHandler: Done processing query | ||
3266 | 2024.09.01 21:01:50.875734 [ 3 ] {27e4bc9e-03bd-43e9-bfbf-b4d2e30d533e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3267 | 2024.09.01 21:01:50.875756 [ 3 ] {} <Debug> HTTP-Session: 3ce112a0-eb04-487e-8f71-71835d0305fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3268 | 2024.09.01 21:01:50.875921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3269 | 2024.09.01 21:01:50.876565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3270 | 2024.09.01 21:01:50.876689 [ 3 ] {} <Debug> HTTP-Session: 0cbc71cf-bfd5-4789-9abe-f69d300265f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3271 | 2024.09.01 21:01:50.876739 [ 3 ] {} <Debug> HTTP-Session: 0cbc71cf-bfd5-4789-9abe-f69d300265f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3272 | 2024.09.01 21:01:50.876789 [ 3 ] {} <Debug> HTTP-Session: 0cbc71cf-bfd5-4789-9abe-f69d300265f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3273 | 2024.09.01 21:01:50.876855 [ 3 ] {} <Trace> HTTP-Session: 0cbc71cf-bfd5-4789-9abe-f69d300265f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3274 | 2024.09.01 21:01:50.877074 [ 3 ] {2fb04cb9-d06a-4c7f-97ff-e6a8f7c332bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3275 | 2024.09.01 21:01:50.877156 [ 3 ] {2fb04cb9-d06a-4c7f-97ff-e6a8f7c332bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3276 | 2024.09.01 21:01:50.877396 [ 3 ] {2fb04cb9-d06a-4c7f-97ff-e6a8f7c332bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3277 | 2024.09.01 21:01:50.877745 [ 3 ] {2fb04cb9-d06a-4c7f-97ff-e6a8f7c332bf} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3278 | 2024.09.01 21:01:50.877791 [ 3 ] {2fb04cb9-d06a-4c7f-97ff-e6a8f7c332bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3279 | 2024.09.01 21:01:50.878160 [ 3 ] {2fb04cb9-d06a-4c7f-97ff-e6a8f7c332bf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3280 | 2024.09.01 21:01:50.878495 [ 3 ] {2fb04cb9-d06a-4c7f-97ff-e6a8f7c332bf} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3281 | 2024.09.01 21:01:50.878656 [ 3 ] {2fb04cb9-d06a-4c7f-97ff-e6a8f7c332bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001645 sec., 607.90273556231 rows/sec., 40.96 KiB/sec. | ||
3282 | 2024.09.01 21:01:50.878868 [ 3 ] {2fb04cb9-d06a-4c7f-97ff-e6a8f7c332bf} <Debug> DynamicQueryHandler: Done processing query | ||
3283 | 2024.09.01 21:01:50.878893 [ 3 ] {2fb04cb9-d06a-4c7f-97ff-e6a8f7c332bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3284 | 2024.09.01 21:01:50.878909 [ 3 ] {} <Debug> HTTP-Session: 0cbc71cf-bfd5-4789-9abe-f69d300265f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3285 | 2024.09.01 21:01:50.879063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3286 | 2024.09.01 21:01:50.879114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3287 | 2024.09.01 21:01:50.879133 [ 3 ] {} <Debug> HTTP-Session: 66213305-1d81-44eb-81f0-ab32caa68699 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3288 | 2024.09.01 21:01:50.879149 [ 3 ] {} <Debug> HTTP-Session: 66213305-1d81-44eb-81f0-ab32caa68699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3289 | 2024.09.01 21:01:50.879163 [ 3 ] {} <Debug> HTTP-Session: 66213305-1d81-44eb-81f0-ab32caa68699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3290 | 2024.09.01 21:01:50.879197 [ 3 ] {} <Trace> HTTP-Session: 66213305-1d81-44eb-81f0-ab32caa68699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3291 | 2024.09.01 21:01:50.879584 [ 3 ] {bef5e6ed-45d5-4366-bd6d-0a8d59a0b37b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3292 | 2024.09.01 21:01:50.879648 [ 3 ] {bef5e6ed-45d5-4366-bd6d-0a8d59a0b37b} <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 | ||
3293 | 2024.09.01 21:01:50.880038 [ 3 ] {bef5e6ed-45d5-4366-bd6d-0a8d59a0b37b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3294 | 2024.09.01 21:01:50.880798 [ 3 ] {bef5e6ed-45d5-4366-bd6d-0a8d59a0b37b} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3295 | 2024.09.01 21:01:50.880834 [ 3 ] {bef5e6ed-45d5-4366-bd6d-0a8d59a0b37b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3296 | 2024.09.01 21:01:50.881463 [ 3 ] {bef5e6ed-45d5-4366-bd6d-0a8d59a0b37b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3297 | 2024.09.01 21:01:50.881875 [ 3 ] {bef5e6ed-45d5-4366-bd6d-0a8d59a0b37b} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3298 | 2024.09.01 21:01:50.882032 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3299 | 2024.09.01 21:01:50.882056 [ 3 ] {bef5e6ed-45d5-4366-bd6d-0a8d59a0b37b} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002769 sec., 12639.942217407006 rows/sec., 22.65 MiB/sec. | ||
3300 | 2024.09.01 21:01:50.882096 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3301 | 2024.09.01 21:01:50.882159 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3302 | 2024.09.01 21:01:50.882753 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
3303 | 2024.09.01 21:01:50.882765 [ 3 ] {bef5e6ed-45d5-4366-bd6d-0a8d59a0b37b} <Debug> DynamicQueryHandler: Done processing query | ||
3304 | 2024.09.01 21:01:50.882840 [ 3 ] {bef5e6ed-45d5-4366-bd6d-0a8d59a0b37b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3305 | 2024.09.01 21:01:50.882872 [ 3 ] {} <Debug> HTTP-Session: 66213305-1d81-44eb-81f0-ab32caa68699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3306 | 2024.09.01 21:01:50.883107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3307 | 2024.09.01 21:01:50.883229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3308 | 2024.09.01 21:01:50.883300 [ 3 ] {} <Debug> HTTP-Session: 346b8d70-0e74-4eff-ba32-cdf485aa851a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3309 | 2024.09.01 21:01:50.883355 [ 3 ] {} <Debug> HTTP-Session: 346b8d70-0e74-4eff-ba32-cdf485aa851a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3310 | 2024.09.01 21:01:50.883400 [ 3 ] {} <Debug> HTTP-Session: 346b8d70-0e74-4eff-ba32-cdf485aa851a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3311 | 2024.09.01 21:01:50.883504 [ 3 ] {} <Trace> HTTP-Session: 346b8d70-0e74-4eff-ba32-cdf485aa851a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3312 | 2024.09.01 21:01:50.883603 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3313 | 2024.09.01 21:01:50.883786 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
3314 | 2024.09.01 21:01:50.883796 [ 3 ] {6e31fafd-8635-49d4-9b03-536eefd9e8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3315 | 2024.09.01 21:01:50.883888 [ 3 ] {6e31fafd-8635-49d4-9b03-536eefd9e8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3316 | 2024.09.01 21:01:50.884716 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 35 rows starting from the beginning of the part | ||
3317 | 2024.09.01 21:01:50.884767 [ 3 ] {6e31fafd-8635-49d4-9b03-536eefd9e8a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3318 | 2024.09.01 21:01:50.885222 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part | ||
3319 | 2024.09.01 21:01:50.885941 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
3320 | 2024.09.01 21:01:50.886012 [ 3 ] {6e31fafd-8635-49d4-9b03-536eefd9e8a5} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3321 | 2024.09.01 21:01:50.886090 [ 3 ] {6e31fafd-8635-49d4-9b03-536eefd9e8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3322 | 2024.09.01 21:01:50.886554 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part | ||
3323 | 2024.09.01 21:01:50.887206 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part | ||
3324 | 2024.09.01 21:01:50.887794 [ 3 ] {6e31fafd-8635-49d4-9b03-536eefd9e8a5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3325 | 2024.09.01 21:01:50.888659 [ 3 ] {6e31fafd-8635-49d4-9b03-536eefd9e8a5} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3326 | 2024.09.01 21:01:50.889159 [ 3 ] {6e31fafd-8635-49d4-9b03-536eefd9e8a5} <Debug> executeQuery: Read 40 rows, 2.46 KiB in 0.005468 sec., 7315.2889539136795 rows/sec., 448.99 KiB/sec. | ||
3327 | 2024.09.01 21:01:50.889481 [ 3 ] {6e31fafd-8635-49d4-9b03-536eefd9e8a5} <Debug> DynamicQueryHandler: Done processing query | ||
3328 | 2024.09.01 21:01:50.889538 [ 3 ] {6e31fafd-8635-49d4-9b03-536eefd9e8a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3329 | 2024.09.01 21:01:50.889589 [ 3 ] {} <Debug> HTTP-Session: 346b8d70-0e74-4eff-ba32-cdf485aa851a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3330 | 2024.09.01 21:01:50.894697 [ 190 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 19 columns (19 merged, 0 gathered) in 0.012362327 sec., 16016.40208999487 rows/sec., 28.70 MiB/sec. | ||
3331 | 2024.09.01 21:01:50.895331 [ 190 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3332 | 2024.09.01 21:01:50.895983 [ 190 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3333 | 2024.09.01 21:01:50.896074 [ 190 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3334 | 2024.09.01 21:01:50.896234 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
3335 | 2024.09.01 21:01:54.016552 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3336 | 2024.09.01 21:01:54.016617 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3337 | 2024.09.01 21:01:55.851796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3338 | 2024.09.01 21:01:55.851939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3339 | 2024.09.01 21:01:55.851970 [ 3 ] {} <Debug> HTTP-Session: 1af7a81f-a15b-45db-94b0-e5734af80720 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3340 | 2024.09.01 21:01:55.851997 [ 3 ] {} <Debug> HTTP-Session: 1af7a81f-a15b-45db-94b0-e5734af80720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3341 | 2024.09.01 21:01:55.852016 [ 3 ] {} <Debug> HTTP-Session: 1af7a81f-a15b-45db-94b0-e5734af80720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3342 | 2024.09.01 21:01:55.852071 [ 3 ] {} <Trace> HTTP-Session: 1af7a81f-a15b-45db-94b0-e5734af80720 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3343 | 2024.09.01 21:01:55.852318 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
3344 | 2024.09.01 21:01:55.852717 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3345 | 2024.09.01 21:01:55.852768 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
3346 | 2024.09.01 21:01:55.853126 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3347 | 2024.09.01 21:01:55.853205 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3348 | 2024.09.01 21:01:55.853377 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
3349 | 2024.09.01 21:01:55.853582 [ 260 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
3350 | 2024.09.01 21:01:55.853589 [ 263 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3351 | 2024.09.01 21:01:55.853647 [ 264 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3352 | 2024.09.01 21:01:55.853684 [ 261 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3353 | 2024.09.01 21:01:55.853712 [ 258 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3354 | 2024.09.01 21:01:55.853846 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
3355 | 2024.09.01 21:01:55.853877 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3356 | 2024.09.01 21:01:55.854016 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3357 | 2024.09.01 21:01:55.854040 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
3358 | 2024.09.01 21:01:55.854085 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
3359 | 2024.09.01 21:01:55.854133 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
3360 | 2024.09.01 21:01:55.854175 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
3361 | 2024.09.01 21:01:55.854215 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
3362 | 2024.09.01 21:01:55.856396 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Debug> executeQuery: Read 36 rows, 1.36 KiB in 0.004188 sec., 8595.988538681948 rows/sec., 324.82 KiB/sec. | ||
3363 | 2024.09.01 21:01:55.856861 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Debug> DynamicQueryHandler: Done processing query | ||
3364 | 2024.09.01 21:01:55.856893 [ 3 ] {036a31e8-3df6-4344-b8e4-2295d1c21609} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
3365 | 2024.09.01 21:01:55.856925 [ 3 ] {} <Debug> HTTP-Session: 1af7a81f-a15b-45db-94b0-e5734af80720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3366 | 2024.09.01 21:01:55.859263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 273, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3367 | 2024.09.01 21:01:55.859326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3368 | 2024.09.01 21:01:55.859349 [ 3 ] {} <Debug> HTTP-Session: c6407da5-cf85-45c5-afd8-c0a3d6bcd70b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3369 | 2024.09.01 21:01:55.859370 [ 3 ] {} <Debug> HTTP-Session: c6407da5-cf85-45c5-afd8-c0a3d6bcd70b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3370 | 2024.09.01 21:01:55.859388 [ 3 ] {} <Debug> HTTP-Session: c6407da5-cf85-45c5-afd8-c0a3d6bcd70b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3371 | 2024.09.01 21:01:55.859429 [ 3 ] {} <Trace> HTTP-Session: c6407da5-cf85-45c5-afd8-c0a3d6bcd70b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3372 | 2024.09.01 21:01:55.859560 [ 3 ] {b3879465-2cec-44f6-8396-ee2447953965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3373 | 2024.09.01 21:01:55.859617 [ 3 ] {b3879465-2cec-44f6-8396-ee2447953965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3374 | 2024.09.01 21:01:55.859827 [ 3 ] {b3879465-2cec-44f6-8396-ee2447953965} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3375 | 2024.09.01 21:01:55.860158 [ 3 ] {b3879465-2cec-44f6-8396-ee2447953965} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3376 | 2024.09.01 21:01:55.860199 [ 3 ] {b3879465-2cec-44f6-8396-ee2447953965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3377 | 2024.09.01 21:01:55.860683 [ 3 ] {b3879465-2cec-44f6-8396-ee2447953965} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3378 | 2024.09.01 21:01:55.860995 [ 3 ] {b3879465-2cec-44f6-8396-ee2447953965} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3379 | 2024.09.01 21:01:55.861170 [ 3 ] {b3879465-2cec-44f6-8396-ee2447953965} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001638 sec., 610.5006105006105 rows/sec., 63.20 KiB/sec. | ||
3380 | 2024.09.01 21:01:55.861182 [ 38 ] {} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3381 | 2024.09.01 21:01:55.861316 [ 38 ] {} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3382 | 2024.09.01 21:01:55.861381 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3383 | 2024.09.01 21:01:55.861455 [ 3 ] {b3879465-2cec-44f6-8396-ee2447953965} <Debug> DynamicQueryHandler: Done processing query | ||
3384 | 2024.09.01 21:01:55.861540 [ 3 ] {b3879465-2cec-44f6-8396-ee2447953965} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3385 | 2024.09.01 21:01:55.861615 [ 3 ] {} <Debug> HTTP-Session: c6407da5-cf85-45c5-afd8-c0a3d6bcd70b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3386 | 2024.09.01 21:01:55.861901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3387 | 2024.09.01 21:01:55.861927 [ 193 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::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 | ||
3388 | 2024.09.01 21:01:55.861984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3389 | 2024.09.01 21:01:55.862046 [ 3 ] {} <Debug> HTTP-Session: f5e7c0b5-b85b-4b48-8dda-1f4d6c7bbe01 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3390 | 2024.09.01 21:01:55.862071 [ 3 ] {} <Debug> HTTP-Session: f5e7c0b5-b85b-4b48-8dda-1f4d6c7bbe01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3391 | 2024.09.01 21:01:55.862117 [ 3 ] {} <Debug> HTTP-Session: f5e7c0b5-b85b-4b48-8dda-1f4d6c7bbe01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3392 | 2024.09.01 21:01:55.862209 [ 3 ] {} <Trace> HTTP-Session: f5e7c0b5-b85b-4b48-8dda-1f4d6c7bbe01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3393 | 2024.09.01 21:01:55.862502 [ 3 ] {e294bc4a-a78a-4444-b174-9f6ba1246fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3394 | 2024.09.01 21:01:55.862633 [ 3 ] {e294bc4a-a78a-4444-b174-9f6ba1246fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3395 | 2024.09.01 21:01:55.862840 [ 193 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3396 | 2024.09.01 21:01:55.862923 [ 193 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::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 | ||
3397 | 2024.09.01 21:01:55.863215 [ 193 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
3398 | 2024.09.01 21:01:55.863537 [ 193 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
3399 | 2024.09.01 21:01:55.863772 [ 3 ] {e294bc4a-a78a-4444-b174-9f6ba1246fa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3400 | 2024.09.01 21:01:55.863819 [ 193 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
3401 | 2024.09.01 21:01:55.864173 [ 193 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::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 | ||
3402 | 2024.09.01 21:01:55.864529 [ 193 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::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 | ||
3403 | 2024.09.01 21:01:55.865194 [ 3 ] {e294bc4a-a78a-4444-b174-9f6ba1246fa1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3404 | 2024.09.01 21:01:55.865257 [ 3 ] {e294bc4a-a78a-4444-b174-9f6ba1246fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3405 | 2024.09.01 21:01:55.866275 [ 3 ] {e294bc4a-a78a-4444-b174-9f6ba1246fa1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3406 | 2024.09.01 21:01:55.867549 [ 3 ] {e294bc4a-a78a-4444-b174-9f6ba1246fa1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3407 | 2024.09.01 21:01:55.868074 [ 3 ] {e294bc4a-a78a-4444-b174-9f6ba1246fa1} <Debug> executeQuery: Read 31 rows, 2.46 KiB in 0.00567 sec., 5467.372134038801 rows/sec., 432.99 KiB/sec. | ||
3408 | 2024.09.01 21:01:55.868664 [ 3 ] {e294bc4a-a78a-4444-b174-9f6ba1246fa1} <Debug> DynamicQueryHandler: Done processing query | ||
3409 | 2024.09.01 21:01:55.868739 [ 3 ] {e294bc4a-a78a-4444-b174-9f6ba1246fa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3410 | 2024.09.01 21:01:55.868805 [ 3 ] {} <Debug> HTTP-Session: f5e7c0b5-b85b-4b48-8dda-1f4d6c7bbe01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3411 | 2024.09.01 21:01:55.869025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3412 | 2024.09.01 21:01:55.869175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3413 | 2024.09.01 21:01:55.869248 [ 3 ] {} <Debug> HTTP-Session: 4007e099-e0c6-4e86-9f40-fb2da920d81a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3414 | 2024.09.01 21:01:55.869310 [ 3 ] {} <Debug> HTTP-Session: 4007e099-e0c6-4e86-9f40-fb2da920d81a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3415 | 2024.09.01 21:01:55.869371 [ 3 ] {} <Debug> HTTP-Session: 4007e099-e0c6-4e86-9f40-fb2da920d81a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3416 | 2024.09.01 21:01:55.869462 [ 3 ] {} <Trace> HTTP-Session: 4007e099-e0c6-4e86-9f40-fb2da920d81a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3417 | 2024.09.01 21:01:55.869742 [ 3 ] {643e36a3-62e1-473e-804b-be2776aad0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3418 | 2024.09.01 21:01:55.869864 [ 3 ] {643e36a3-62e1-473e-804b-be2776aad0b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3419 | 2024.09.01 21:01:55.871281 [ 3 ] {643e36a3-62e1-473e-804b-be2776aad0b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3420 | 2024.09.01 21:01:55.872505 [ 3 ] {643e36a3-62e1-473e-804b-be2776aad0b3} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3421 | 2024.09.01 21:01:55.872579 [ 3 ] {643e36a3-62e1-473e-804b-be2776aad0b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3422 | 2024.09.01 21:01:55.873744 [ 3 ] {643e36a3-62e1-473e-804b-be2776aad0b3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3423 | 2024.09.01 21:01:55.874120 [ 3 ] {643e36a3-62e1-473e-804b-be2776aad0b3} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3424 | 2024.09.01 21:01:55.874387 [ 3 ] {643e36a3-62e1-473e-804b-be2776aad0b3} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.004741 sec., 421.85192997257957 rows/sec., 31.72 KiB/sec. | ||
3425 | 2024.09.01 21:01:55.875010 [ 3 ] {643e36a3-62e1-473e-804b-be2776aad0b3} <Debug> DynamicQueryHandler: Done processing query | ||
3426 | 2024.09.01 21:01:55.875074 [ 3 ] {643e36a3-62e1-473e-804b-be2776aad0b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3427 | 2024.09.01 21:01:55.875119 [ 3 ] {} <Debug> HTTP-Session: 4007e099-e0c6-4e86-9f40-fb2da920d81a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3428 | 2024.09.01 21:01:55.875345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3429 | 2024.09.01 21:01:55.875497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3430 | 2024.09.01 21:01:55.875548 [ 3 ] {} <Debug> HTTP-Session: 2f633057-f4cb-4247-8eed-29a8fc65d6d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3431 | 2024.09.01 21:01:55.875566 [ 193 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 6 columns (6 merged, 0 gathered) in 0.01404993 sec., 2704.6398095933573 rows/sec., 438.31 KiB/sec. | ||
3432 | 2024.09.01 21:01:55.875579 [ 3 ] {} <Debug> HTTP-Session: 2f633057-f4cb-4247-8eed-29a8fc65d6d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3433 | 2024.09.01 21:01:55.875635 [ 3 ] {} <Debug> HTTP-Session: 2f633057-f4cb-4247-8eed-29a8fc65d6d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3434 | 2024.09.01 21:01:55.875680 [ 3 ] {} <Trace> HTTP-Session: 2f633057-f4cb-4247-8eed-29a8fc65d6d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3435 | 2024.09.01 21:01:55.875802 [ 3 ] {bb6d1c2d-05eb-4e4c-b8de-3b4ca5c79b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3436 | 2024.09.01 21:01:55.875856 [ 195 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3437 | 2024.09.01 21:01:55.875874 [ 3 ] {bb6d1c2d-05eb-4e4c-b8de-3b4ca5c79b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3438 | 2024.09.01 21:01:55.876845 [ 3 ] {bb6d1c2d-05eb-4e4c-b8de-3b4ca5c79b5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3439 | 2024.09.01 21:01:55.877498 [ 195 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::all_1_6_1} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3440 | 2024.09.01 21:01:55.877568 [ 3 ] {bb6d1c2d-05eb-4e4c-b8de-3b4ca5c79b5b} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3441 | 2024.09.01 21:01:55.877635 [ 3 ] {bb6d1c2d-05eb-4e4c-b8de-3b4ca5c79b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3442 | 2024.09.01 21:01:55.877672 [ 195 ] {27fcdc54-a352-4fbc-a6ac-56af4a69e08c::all_1_6_1} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3443 | 2024.09.01 21:01:55.877850 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3444 | 2024.09.01 21:01:55.878133 [ 3 ] {bb6d1c2d-05eb-4e4c-b8de-3b4ca5c79b5b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3445 | 2024.09.01 21:01:55.878494 [ 3 ] {bb6d1c2d-05eb-4e4c-b8de-3b4ca5c79b5b} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3446 | 2024.09.01 21:01:55.878641 [ 3 ] {bb6d1c2d-05eb-4e4c-b8de-3b4ca5c79b5b} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.002864 sec., 349.1620111731844 rows/sec., 23.19 KiB/sec. | ||
3447 | 2024.09.01 21:01:55.878665 [ 37 ] {} <Debug> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3448 | 2024.09.01 21:01:55.878752 [ 37 ] {} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3449 | 2024.09.01 21:01:55.878814 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3450 | 2024.09.01 21:01:55.878957 [ 3 ] {bb6d1c2d-05eb-4e4c-b8de-3b4ca5c79b5b} <Debug> DynamicQueryHandler: Done processing query | ||
3451 | 2024.09.01 21:01:55.878973 [ 200 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
3452 | 2024.09.01 21:01:55.878987 [ 3 ] {bb6d1c2d-05eb-4e4c-b8de-3b4ca5c79b5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3453 | 2024.09.01 21:01:55.879014 [ 3 ] {} <Debug> HTTP-Session: 2f633057-f4cb-4247-8eed-29a8fc65d6d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3454 | 2024.09.01 21:01:55.879142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 6647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3455 | 2024.09.01 21:01:55.879144 [ 200 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3456 | 2024.09.01 21:01:55.879198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3457 | 2024.09.01 21:01:55.879195 [ 200 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
3458 | 2024.09.01 21:01:55.879222 [ 3 ] {} <Debug> HTTP-Session: 7e79d407-9837-4fe4-9f06-f5452bc2bff9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3459 | 2024.09.01 21:01:55.879240 [ 3 ] {} <Debug> HTTP-Session: 7e79d407-9837-4fe4-9f06-f5452bc2bff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3460 | 2024.09.01 21:01:55.879259 [ 3 ] {} <Debug> HTTP-Session: 7e79d407-9837-4fe4-9f06-f5452bc2bff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3461 | 2024.09.01 21:01:55.879325 [ 3 ] {} <Trace> HTTP-Session: 7e79d407-9837-4fe4-9f06-f5452bc2bff9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3462 | 2024.09.01 21:01:55.879427 [ 200 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
3463 | 2024.09.01 21:01:55.879656 [ 3 ] {d123840c-773d-4d68-a1e3-366a73bf99de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3464 | 2024.09.01 21:01:55.879659 [ 200 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
3465 | 2024.09.01 21:01:55.879740 [ 3 ] {d123840c-773d-4d68-a1e3-366a73bf99de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3466 | 2024.09.01 21:01:55.879812 [ 200 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part | ||
3467 | 2024.09.01 21:01:55.880194 [ 200 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
3468 | 2024.09.01 21:01:55.880359 [ 200 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
3469 | 2024.09.01 21:01:55.880793 [ 3 ] {d123840c-773d-4d68-a1e3-366a73bf99de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3470 | 2024.09.01 21:01:55.881215 [ 3 ] {d123840c-773d-4d68-a1e3-366a73bf99de} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3471 | 2024.09.01 21:01:55.881252 [ 3 ] {d123840c-773d-4d68-a1e3-366a73bf99de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3472 | 2024.09.01 21:01:55.881609 [ 3 ] {d123840c-773d-4d68-a1e3-366a73bf99de} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3473 | 2024.09.01 21:01:55.882072 [ 3 ] {d123840c-773d-4d68-a1e3-366a73bf99de} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3474 | 2024.09.01 21:01:55.882241 [ 3 ] {d123840c-773d-4d68-a1e3-366a73bf99de} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.002711 sec., 14385.835485060863 rows/sec., 1.12 MiB/sec. | ||
3475 | 2024.09.01 21:01:55.882584 [ 3 ] {d123840c-773d-4d68-a1e3-366a73bf99de} <Debug> DynamicQueryHandler: Done processing query | ||
3476 | 2024.09.01 21:01:55.882609 [ 3 ] {d123840c-773d-4d68-a1e3-366a73bf99de} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3477 | 2024.09.01 21:01:55.882625 [ 3 ] {} <Debug> HTTP-Session: 7e79d407-9837-4fe4-9f06-f5452bc2bff9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.09.01 21:01:55.882754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3479 | 2024.09.01 21:01:55.882805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3480 | 2024.09.01 21:01:55.882824 [ 3 ] {} <Debug> HTTP-Session: 307986c2-45f5-4471-a621-5f6dae607702 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3481 | 2024.09.01 21:01:55.882841 [ 3 ] {} <Debug> HTTP-Session: 307986c2-45f5-4471-a621-5f6dae607702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3482 | 2024.09.01 21:01:55.882855 [ 3 ] {} <Debug> HTTP-Session: 307986c2-45f5-4471-a621-5f6dae607702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3483 | 2024.09.01 21:01:55.882887 [ 3 ] {} <Trace> HTTP-Session: 307986c2-45f5-4471-a621-5f6dae607702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3484 | 2024.09.01 21:01:55.883047 [ 3 ] {b26be968-e6fc-4545-b8db-c0eb3286a603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3485 | 2024.09.01 21:01:55.883102 [ 3 ] {b26be968-e6fc-4545-b8db-c0eb3286a603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3486 | 2024.09.01 21:01:55.883450 [ 3 ] {b26be968-e6fc-4545-b8db-c0eb3286a603} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3487 | 2024.09.01 21:01:55.884117 [ 3 ] {b26be968-e6fc-4545-b8db-c0eb3286a603} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3488 | 2024.09.01 21:01:55.884168 [ 3 ] {b26be968-e6fc-4545-b8db-c0eb3286a603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3489 | 2024.09.01 21:01:55.884189 [ 195 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 5 columns (5 merged, 0 gathered) in 0.005267511 sec., 54105.25008870413 rows/sec., 3.68 MiB/sec. | ||
3490 | 2024.09.01 21:01:55.884436 [ 195 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3491 | 2024.09.01 21:01:55.884937 [ 3 ] {b26be968-e6fc-4545-b8db-c0eb3286a603} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3492 | 2024.09.01 21:01:55.885459 [ 195 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_6_1} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3493 | 2024.09.01 21:01:55.885583 [ 195 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_6_1} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3494 | 2024.09.01 21:01:55.885737 [ 3 ] {b26be968-e6fc-4545-b8db-c0eb3286a603} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3495 | 2024.09.01 21:01:55.885750 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3496 | 2024.09.01 21:01:55.885964 [ 3 ] {b26be968-e6fc-4545-b8db-c0eb3286a603} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002988 sec., 33467.20214190093 rows/sec., 2.32 MiB/sec. | ||
3497 | 2024.09.01 21:01:55.886307 [ 3 ] {b26be968-e6fc-4545-b8db-c0eb3286a603} <Debug> DynamicQueryHandler: Done processing query | ||
3498 | 2024.09.01 21:01:55.886332 [ 3 ] {b26be968-e6fc-4545-b8db-c0eb3286a603} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3499 | 2024.09.01 21:01:55.886349 [ 3 ] {} <Debug> HTTP-Session: 307986c2-45f5-4471-a621-5f6dae607702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3500 | 2024.09.01 21:01:55.886489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3501 | 2024.09.01 21:01:55.886538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3502 | 2024.09.01 21:01:55.886558 [ 3 ] {} <Debug> HTTP-Session: ec3cfe78-7d36-4a2f-a8d6-33847df2b296 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3503 | 2024.09.01 21:01:55.886574 [ 3 ] {} <Debug> HTTP-Session: ec3cfe78-7d36-4a2f-a8d6-33847df2b296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3504 | 2024.09.01 21:01:55.886588 [ 3 ] {} <Debug> HTTP-Session: ec3cfe78-7d36-4a2f-a8d6-33847df2b296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3505 | 2024.09.01 21:01:55.886621 [ 3 ] {} <Trace> HTTP-Session: ec3cfe78-7d36-4a2f-a8d6-33847df2b296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3506 | 2024.09.01 21:01:55.886714 [ 3 ] {3129c213-5ad0-40d1-b9da-3a04e18c20eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3507 | 2024.09.01 21:01:55.886761 [ 3 ] {3129c213-5ad0-40d1-b9da-3a04e18c20eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3508 | 2024.09.01 21:01:55.886913 [ 3 ] {3129c213-5ad0-40d1-b9da-3a04e18c20eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3509 | 2024.09.01 21:01:55.887181 [ 3 ] {3129c213-5ad0-40d1-b9da-3a04e18c20eb} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3510 | 2024.09.01 21:01:55.887217 [ 3 ] {3129c213-5ad0-40d1-b9da-3a04e18c20eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3511 | 2024.09.01 21:01:55.887558 [ 3 ] {3129c213-5ad0-40d1-b9da-3a04e18c20eb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3512 | 2024.09.01 21:01:55.887891 [ 3 ] {3129c213-5ad0-40d1-b9da-3a04e18c20eb} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3513 | 2024.09.01 21:01:55.888054 [ 3 ] {3129c213-5ad0-40d1-b9da-3a04e18c20eb} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001361 sec., 734.7538574577517 rows/sec., 46.64 KiB/sec. | ||
3514 | 2024.09.01 21:01:55.888246 [ 3 ] {3129c213-5ad0-40d1-b9da-3a04e18c20eb} <Debug> DynamicQueryHandler: Done processing query | ||
3515 | 2024.09.01 21:01:55.888270 [ 3 ] {3129c213-5ad0-40d1-b9da-3a04e18c20eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3516 | 2024.09.01 21:01:55.888286 [ 3 ] {} <Debug> HTTP-Session: ec3cfe78-7d36-4a2f-a8d6-33847df2b296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3517 | 2024.09.01 21:01:55.888397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3518 | 2024.09.01 21:01:55.888444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3519 | 2024.09.01 21:01:55.888463 [ 3 ] {} <Debug> HTTP-Session: f9ffd59a-920f-4e40-998e-0ca41f11ab63 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3520 | 2024.09.01 21:01:55.888480 [ 3 ] {} <Debug> HTTP-Session: f9ffd59a-920f-4e40-998e-0ca41f11ab63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3521 | 2024.09.01 21:01:55.888493 [ 3 ] {} <Debug> HTTP-Session: f9ffd59a-920f-4e40-998e-0ca41f11ab63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3522 | 2024.09.01 21:01:55.888524 [ 3 ] {} <Trace> HTTP-Session: f9ffd59a-920f-4e40-998e-0ca41f11ab63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3523 | 2024.09.01 21:01:55.888645 [ 3 ] {344dff10-3d4c-4254-9e09-3de585a8ccba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3524 | 2024.09.01 21:01:55.888708 [ 3 ] {344dff10-3d4c-4254-9e09-3de585a8ccba} <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 | ||
3525 | 2024.09.01 21:01:55.889106 [ 3 ] {344dff10-3d4c-4254-9e09-3de585a8ccba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3526 | 2024.09.01 21:01:55.889591 [ 3 ] {344dff10-3d4c-4254-9e09-3de585a8ccba} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3527 | 2024.09.01 21:01:55.889623 [ 3 ] {344dff10-3d4c-4254-9e09-3de585a8ccba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3528 | 2024.09.01 21:01:55.890209 [ 3 ] {344dff10-3d4c-4254-9e09-3de585a8ccba} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3529 | 2024.09.01 21:01:55.890620 [ 3 ] {344dff10-3d4c-4254-9e09-3de585a8ccba} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3530 | 2024.09.01 21:01:55.890825 [ 3 ] {344dff10-3d4c-4254-9e09-3de585a8ccba} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002217 sec., 902.1199819576004 rows/sec., 1.62 MiB/sec. | ||
3531 | 2024.09.01 21:01:55.891268 [ 3 ] {344dff10-3d4c-4254-9e09-3de585a8ccba} <Debug> DynamicQueryHandler: Done processing query | ||
3532 | 2024.09.01 21:01:55.891291 [ 3 ] {344dff10-3d4c-4254-9e09-3de585a8ccba} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3533 | 2024.09.01 21:01:55.891307 [ 3 ] {} <Debug> HTTP-Session: f9ffd59a-920f-4e40-998e-0ca41f11ab63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3534 | 2024.09.01 21:01:55.891412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3535 | 2024.09.01 21:01:55.891461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3536 | 2024.09.01 21:01:55.891480 [ 3 ] {} <Debug> HTTP-Session: bde082f2-44ce-43a7-abe3-1e26df5b1bf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3537 | 2024.09.01 21:01:55.891496 [ 3 ] {} <Debug> HTTP-Session: bde082f2-44ce-43a7-abe3-1e26df5b1bf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3538 | 2024.09.01 21:01:55.891509 [ 3 ] {} <Debug> HTTP-Session: bde082f2-44ce-43a7-abe3-1e26df5b1bf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3539 | 2024.09.01 21:01:55.891541 [ 3 ] {} <Trace> HTTP-Session: bde082f2-44ce-43a7-abe3-1e26df5b1bf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3540 | 2024.09.01 21:01:55.891638 [ 3 ] {2d690a5d-fc93-45d5-acd4-fc10cb8b1f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3541 | 2024.09.01 21:01:55.891682 [ 3 ] {2d690a5d-fc93-45d5-acd4-fc10cb8b1f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3542 | 2024.09.01 21:01:55.891818 [ 3 ] {2d690a5d-fc93-45d5-acd4-fc10cb8b1f84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3543 | 2024.09.01 21:01:55.892112 [ 3 ] {2d690a5d-fc93-45d5-acd4-fc10cb8b1f84} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3544 | 2024.09.01 21:01:55.892156 [ 3 ] {2d690a5d-fc93-45d5-acd4-fc10cb8b1f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3545 | 2024.09.01 21:01:55.892506 [ 3 ] {2d690a5d-fc93-45d5-acd4-fc10cb8b1f84} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3546 | 2024.09.01 21:01:55.892820 [ 3 ] {2d690a5d-fc93-45d5-acd4-fc10cb8b1f84} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3547 | 2024.09.01 21:01:55.892976 [ 3 ] {2d690a5d-fc93-45d5-acd4-fc10cb8b1f84} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001355 sec., 6642.066420664206 rows/sec., 469.18 KiB/sec. | ||
3548 | 2024.09.01 21:01:55.893145 [ 3 ] {2d690a5d-fc93-45d5-acd4-fc10cb8b1f84} <Debug> DynamicQueryHandler: Done processing query | ||
3549 | 2024.09.01 21:01:55.893169 [ 3 ] {2d690a5d-fc93-45d5-acd4-fc10cb8b1f84} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3550 | 2024.09.01 21:01:55.893184 [ 3 ] {} <Debug> HTTP-Session: bde082f2-44ce-43a7-abe3-1e26df5b1bf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3551 | 2024.09.01 21:01:55.893299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3552 | 2024.09.01 21:01:55.893346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3553 | 2024.09.01 21:01:55.893365 [ 3 ] {} <Debug> HTTP-Session: a633bc90-d509-4d47-962b-1cd197cf4c74 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3554 | 2024.09.01 21:01:55.893381 [ 3 ] {} <Debug> HTTP-Session: a633bc90-d509-4d47-962b-1cd197cf4c74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3555 | 2024.09.01 21:01:55.893394 [ 3 ] {} <Debug> HTTP-Session: a633bc90-d509-4d47-962b-1cd197cf4c74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3556 | 2024.09.01 21:01:55.893424 [ 3 ] {} <Trace> HTTP-Session: a633bc90-d509-4d47-962b-1cd197cf4c74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3557 | 2024.09.01 21:01:55.893528 [ 3 ] {07537873-41c9-4288-98c6-7db10e6c0903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3558 | 2024.09.01 21:01:55.893572 [ 3 ] {07537873-41c9-4288-98c6-7db10e6c0903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3559 | 2024.09.01 21:01:55.893702 [ 3 ] {07537873-41c9-4288-98c6-7db10e6c0903} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3560 | 2024.09.01 21:01:55.894040 [ 3 ] {07537873-41c9-4288-98c6-7db10e6c0903} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3561 | 2024.09.01 21:01:55.894084 [ 3 ] {07537873-41c9-4288-98c6-7db10e6c0903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3562 | 2024.09.01 21:01:55.894453 [ 3 ] {07537873-41c9-4288-98c6-7db10e6c0903} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3563 | 2024.09.01 21:01:55.894776 [ 3 ] {07537873-41c9-4288-98c6-7db10e6c0903} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3564 | 2024.09.01 21:01:55.894947 [ 3 ] {07537873-41c9-4288-98c6-7db10e6c0903} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00144 sec., 20833.333333333332 rows/sec., 1.43 MiB/sec. | ||
3565 | 2024.09.01 21:01:55.895105 [ 3 ] {07537873-41c9-4288-98c6-7db10e6c0903} <Debug> DynamicQueryHandler: Done processing query | ||
3566 | 2024.09.01 21:01:55.895130 [ 3 ] {07537873-41c9-4288-98c6-7db10e6c0903} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3567 | 2024.09.01 21:01:55.895145 [ 3 ] {} <Debug> HTTP-Session: a633bc90-d509-4d47-962b-1cd197cf4c74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3568 | 2024.09.01 21:02:00.859149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 35047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3569 | 2024.09.01 21:02:00.859299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3570 | 2024.09.01 21:02:00.859344 [ 3 ] {} <Debug> HTTP-Session: 5c51e63e-be45-4d58-8138-4ec48faa0040 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3571 | 2024.09.01 21:02:00.859385 [ 3 ] {} <Debug> HTTP-Session: 5c51e63e-be45-4d58-8138-4ec48faa0040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3572 | 2024.09.01 21:02:00.859414 [ 3 ] {} <Debug> HTTP-Session: 5c51e63e-be45-4d58-8138-4ec48faa0040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3573 | 2024.09.01 21:02:00.859491 [ 3 ] {} <Trace> HTTP-Session: 5c51e63e-be45-4d58-8138-4ec48faa0040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3574 | 2024.09.01 21:02:00.859870 [ 3 ] {1e841ad5-5f47-4d3f-9435-f10d6860fc7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3575 | 2024.09.01 21:02:00.859975 [ 3 ] {1e841ad5-5f47-4d3f-9435-f10d6860fc7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3576 | 2024.09.01 21:02:00.860413 [ 3 ] {1e841ad5-5f47-4d3f-9435-f10d6860fc7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3577 | 2024.09.01 21:02:00.861085 [ 3 ] {1e841ad5-5f47-4d3f-9435-f10d6860fc7b} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3578 | 2024.09.01 21:02:00.861122 [ 3 ] {1e841ad5-5f47-4d3f-9435-f10d6860fc7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3579 | 2024.09.01 21:02:00.861541 [ 3 ] {1e841ad5-5f47-4d3f-9435-f10d6860fc7b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3580 | 2024.09.01 21:02:00.861929 [ 3 ] {1e841ad5-5f47-4d3f-9435-f10d6860fc7b} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3581 | 2024.09.01 21:02:00.862073 [ 3 ] {1e841ad5-5f47-4d3f-9435-f10d6860fc7b} <Debug> executeQuery: Read 229 rows, 21.11 KiB in 0.002379 sec., 96258.9323245061 rows/sec., 8.66 MiB/sec. | ||
3582 | 2024.09.01 21:02:00.862076 [ 32 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3583 | 2024.09.01 21:02:00.862141 [ 32 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3584 | 2024.09.01 21:02:00.862178 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3585 | 2024.09.01 21:02:00.862297 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
3586 | 2024.09.01 21:02:00.862307 [ 3 ] {1e841ad5-5f47-4d3f-9435-f10d6860fc7b} <Debug> DynamicQueryHandler: Done processing query | ||
3587 | 2024.09.01 21:02:00.862348 [ 3 ] {1e841ad5-5f47-4d3f-9435-f10d6860fc7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3588 | 2024.09.01 21:02:00.862373 [ 3 ] {} <Debug> HTTP-Session: 5c51e63e-be45-4d58-8138-4ec48faa0040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3589 | 2024.09.01 21:02:00.862463 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3590 | 2024.09.01 21:02:00.862500 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 229 rows starting from the beginning of the part | ||
3591 | 2024.09.01 21:02:00.862526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3592 | 2024.09.01 21:02:00.862624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3593 | 2024.09.01 21:02:00.862635 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
3594 | 2024.09.01 21:02:00.862668 [ 3 ] {} <Debug> HTTP-Session: c2754b57-1d77-4db0-98a7-fe97740c16dc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3595 | 2024.09.01 21:02:00.862707 [ 3 ] {} <Debug> HTTP-Session: c2754b57-1d77-4db0-98a7-fe97740c16dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3596 | 2024.09.01 21:02:00.862758 [ 3 ] {} <Debug> HTTP-Session: c2754b57-1d77-4db0-98a7-fe97740c16dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3597 | 2024.09.01 21:02:00.862806 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1166 rows starting from the beginning of the part | ||
3598 | 2024.09.01 21:02:00.862857 [ 3 ] {} <Trace> HTTP-Session: c2754b57-1d77-4db0-98a7-fe97740c16dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3599 | 2024.09.01 21:02:00.863277 [ 3 ] {156e605d-3e19-424c-9953-93dd5ae17bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3600 | 2024.09.01 21:02:00.863282 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 231 rows starting from the beginning of the part | ||
3601 | 2024.09.01 21:02:00.863336 [ 3 ] {156e605d-3e19-424c-9953-93dd5ae17bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3602 | 2024.09.01 21:02:00.863452 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
3603 | 2024.09.01 21:02:00.863668 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 229 rows starting from the beginning of the part | ||
3604 | 2024.09.01 21:02:00.864123 [ 3 ] {156e605d-3e19-424c-9953-93dd5ae17bf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3605 | 2024.09.01 21:02:00.864627 [ 3 ] {156e605d-3e19-424c-9953-93dd5ae17bf1} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3606 | 2024.09.01 21:02:00.864670 [ 3 ] {156e605d-3e19-424c-9953-93dd5ae17bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3607 | 2024.09.01 21:02:00.865254 [ 3 ] {156e605d-3e19-424c-9953-93dd5ae17bf1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3608 | 2024.09.01 21:02:00.865802 [ 3 ] {156e605d-3e19-424c-9953-93dd5ae17bf1} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3609 | 2024.09.01 21:02:00.865803 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1913 rows, containing 5 columns (5 merged, 0 gathered) in 0.003566528 sec., 536375.9936834928 rows/sec., 47.52 MiB/sec. | ||
3610 | 2024.09.01 21:02:00.865958 [ 3 ] {156e605d-3e19-424c-9953-93dd5ae17bf1} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.002845 sec., 12302.284710017575 rows/sec., 925.07 KiB/sec. | ||
3611 | 2024.09.01 21:02:00.866029 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3612 | 2024.09.01 21:02:00.866156 [ 3 ] {156e605d-3e19-424c-9953-93dd5ae17bf1} <Debug> DynamicQueryHandler: Done processing query | ||
3613 | 2024.09.01 21:02:00.866183 [ 3 ] {156e605d-3e19-424c-9953-93dd5ae17bf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3614 | 2024.09.01 21:02:00.866210 [ 3 ] {} <Debug> HTTP-Session: c2754b57-1d77-4db0-98a7-fe97740c16dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3615 | 2024.09.01 21:02:00.866390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3616 | 2024.09.01 21:02:00.866447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3617 | 2024.09.01 21:02:00.866472 [ 3 ] {} <Debug> HTTP-Session: 48ec81a8-49b0-4106-b5c2-1299ea99c101 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3618 | 2024.09.01 21:02:00.866495 [ 3 ] {} <Debug> HTTP-Session: 48ec81a8-49b0-4106-b5c2-1299ea99c101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3619 | 2024.09.01 21:02:00.866503 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_16_3} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3620 | 2024.09.01 21:02:00.866512 [ 3 ] {} <Debug> HTTP-Session: 48ec81a8-49b0-4106-b5c2-1299ea99c101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3621 | 2024.09.01 21:02:00.866562 [ 3 ] {} <Trace> HTTP-Session: 48ec81a8-49b0-4106-b5c2-1299ea99c101 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3622 | 2024.09.01 21:02:00.866598 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_16_3} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3623 | 2024.09.01 21:02:00.866678 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
3624 | 2024.09.01 21:02:00.866695 [ 3 ] {6f51a165-0c15-432d-9065-159535a83376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3625 | 2024.09.01 21:02:00.866740 [ 3 ] {6f51a165-0c15-432d-9065-159535a83376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3626 | 2024.09.01 21:02:00.866962 [ 3 ] {6f51a165-0c15-432d-9065-159535a83376} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3627 | 2024.09.01 21:02:00.867307 [ 3 ] {6f51a165-0c15-432d-9065-159535a83376} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3628 | 2024.09.01 21:02:00.867342 [ 3 ] {6f51a165-0c15-432d-9065-159535a83376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3629 | 2024.09.01 21:02:00.867688 [ 3 ] {6f51a165-0c15-432d-9065-159535a83376} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3630 | 2024.09.01 21:02:00.868038 [ 3 ] {6f51a165-0c15-432d-9065-159535a83376} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3631 | 2024.09.01 21:02:00.868159 [ 3 ] {6f51a165-0c15-432d-9065-159535a83376} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001514 sec., 9247.027741083224 rows/sec., 647.60 KiB/sec. | ||
3632 | 2024.09.01 21:02:00.868471 [ 3 ] {6f51a165-0c15-432d-9065-159535a83376} <Debug> DynamicQueryHandler: Done processing query | ||
3633 | 2024.09.01 21:02:00.868495 [ 3 ] {6f51a165-0c15-432d-9065-159535a83376} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3634 | 2024.09.01 21:02:00.868511 [ 3 ] {} <Debug> HTTP-Session: 48ec81a8-49b0-4106-b5c2-1299ea99c101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3635 | 2024.09.01 21:02:00.868671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3636 | 2024.09.01 21:02:00.868720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3637 | 2024.09.01 21:02:00.868739 [ 3 ] {} <Debug> HTTP-Session: e6a5b57f-ac0e-46fb-b03a-07b967147b05 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3638 | 2024.09.01 21:02:00.868755 [ 3 ] {} <Debug> HTTP-Session: e6a5b57f-ac0e-46fb-b03a-07b967147b05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3639 | 2024.09.01 21:02:00.868769 [ 3 ] {} <Debug> HTTP-Session: e6a5b57f-ac0e-46fb-b03a-07b967147b05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3640 | 2024.09.01 21:02:00.868800 [ 3 ] {} <Trace> HTTP-Session: e6a5b57f-ac0e-46fb-b03a-07b967147b05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3641 | 2024.09.01 21:02:00.868895 [ 3 ] {59b2a1ea-d878-4db8-b5ee-729fd3bf59b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3642 | 2024.09.01 21:02:00.868937 [ 3 ] {59b2a1ea-d878-4db8-b5ee-729fd3bf59b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3643 | 2024.09.01 21:02:00.869179 [ 3 ] {59b2a1ea-d878-4db8-b5ee-729fd3bf59b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3644 | 2024.09.01 21:02:00.869472 [ 3 ] {59b2a1ea-d878-4db8-b5ee-729fd3bf59b4} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3645 | 2024.09.01 21:02:00.869507 [ 3 ] {59b2a1ea-d878-4db8-b5ee-729fd3bf59b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3646 | 2024.09.01 21:02:00.869847 [ 3 ] {59b2a1ea-d878-4db8-b5ee-729fd3bf59b4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3647 | 2024.09.01 21:02:00.870203 [ 3 ] {59b2a1ea-d878-4db8-b5ee-729fd3bf59b4} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3648 | 2024.09.01 21:02:00.870337 [ 3 ] {59b2a1ea-d878-4db8-b5ee-729fd3bf59b4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001465 sec., 4095.563139931741 rows/sec., 241.97 KiB/sec. | ||
3649 | 2024.09.01 21:02:00.870373 [ 31 ] {} <Debug> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3650 | 2024.09.01 21:02:00.870480 [ 31 ] {} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3651 | 2024.09.01 21:02:00.870518 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3652 | 2024.09.01 21:02:00.870587 [ 3 ] {59b2a1ea-d878-4db8-b5ee-729fd3bf59b4} <Debug> DynamicQueryHandler: Done processing query | ||
3653 | 2024.09.01 21:02:00.870649 [ 3 ] {59b2a1ea-d878-4db8-b5ee-729fd3bf59b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3654 | 2024.09.01 21:02:00.870727 [ 3 ] {} <Debug> HTTP-Session: e6a5b57f-ac0e-46fb-b03a-07b967147b05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3655 | 2024.09.01 21:02:00.870788 [ 200 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
3656 | 2024.09.01 21:02:00.871095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 61622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3657 | 2024.09.01 21:02:00.871120 [ 200 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3658 | 2024.09.01 21:02:00.871163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3659 | 2024.09.01 21:02:00.871167 [ 200 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
3660 | 2024.09.01 21:02:00.871188 [ 3 ] {} <Debug> HTTP-Session: a545b472-5b7b-4f4c-baa0-8daab671f315 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3661 | 2024.09.01 21:02:00.871209 [ 3 ] {} <Debug> HTTP-Session: a545b472-5b7b-4f4c-baa0-8daab671f315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3662 | 2024.09.01 21:02:00.871232 [ 3 ] {} <Debug> HTTP-Session: a545b472-5b7b-4f4c-baa0-8daab671f315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3663 | 2024.09.01 21:02:00.871328 [ 3 ] {} <Trace> HTTP-Session: a545b472-5b7b-4f4c-baa0-8daab671f315 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3664 | 2024.09.01 21:02:00.871340 [ 200 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
3665 | 2024.09.01 21:02:00.871519 [ 200 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
3666 | 2024.09.01 21:02:00.871741 [ 3 ] {891cabd8-58a3-472a-a0fc-2441aa0b4c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3667 | 2024.09.01 21:02:00.871791 [ 200 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
3668 | 2024.09.01 21:02:00.871821 [ 3 ] {891cabd8-58a3-472a-a0fc-2441aa0b4c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3669 | 2024.09.01 21:02:00.872012 [ 200 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
3670 | 2024.09.01 21:02:00.872701 [ 3 ] {891cabd8-58a3-472a-a0fc-2441aa0b4c78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3671 | 2024.09.01 21:02:00.873279 [ 3 ] {891cabd8-58a3-472a-a0fc-2441aa0b4c78} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3672 | 2024.09.01 21:02:00.873316 [ 3 ] {891cabd8-58a3-472a-a0fc-2441aa0b4c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3673 | 2024.09.01 21:02:00.873671 [ 3 ] {891cabd8-58a3-472a-a0fc-2441aa0b4c78} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3674 | 2024.09.01 21:02:00.874018 [ 3 ] {891cabd8-58a3-472a-a0fc-2441aa0b4c78} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3675 | 2024.09.01 21:02:00.874166 [ 3 ] {891cabd8-58a3-472a-a0fc-2441aa0b4c78} <Debug> executeQuery: Read 381 rows, 27.61 KiB in 0.002674 sec., 142483.1712789828 rows/sec., 10.08 MiB/sec. | ||
3676 | 2024.09.01 21:02:00.874171 [ 31 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3677 | 2024.09.01 21:02:00.874251 [ 31 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3678 | 2024.09.01 21:02:00.874296 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3679 | 2024.09.01 21:02:00.874433 [ 3 ] {891cabd8-58a3-472a-a0fc-2441aa0b4c78} <Debug> DynamicQueryHandler: Done processing query | ||
3680 | 2024.09.01 21:02:00.874458 [ 196 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
3681 | 2024.09.01 21:02:00.874466 [ 3 ] {891cabd8-58a3-472a-a0fc-2441aa0b4c78} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
3682 | 2024.09.01 21:02:00.874501 [ 3 ] {} <Debug> HTTP-Session: a545b472-5b7b-4f4c-baa0-8daab671f315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3683 | 2024.09.01 21:02:00.874596 [ 196 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3684 | 2024.09.01 21:02:00.874634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3685 | 2024.09.01 21:02:00.874634 [ 196 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 391 rows starting from the beginning of the part | ||
3686 | 2024.09.01 21:02:00.874688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3687 | 2024.09.01 21:02:00.874736 [ 3 ] {} <Debug> HTTP-Session: 8fffd496-2509-4eff-9f9a-928f2329c9b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3688 | 2024.09.01 21:02:00.874809 [ 3 ] {} <Debug> HTTP-Session: 8fffd496-2509-4eff-9f9a-928f2329c9b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3689 | 2024.09.01 21:02:00.874886 [ 3 ] {} <Debug> HTTP-Session: 8fffd496-2509-4eff-9f9a-928f2329c9b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3690 | 2024.09.01 21:02:00.874904 [ 196 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
3691 | 2024.09.01 21:02:00.875102 [ 3 ] {} <Trace> HTTP-Session: 8fffd496-2509-4eff-9f9a-928f2329c9b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3692 | 2024.09.01 21:02:00.875414 [ 196 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 484 rows starting from the beginning of the part | ||
3693 | 2024.09.01 21:02:00.875462 [ 3 ] {ea470b35-d473-4e92-8ccf-6920d0b0fc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3694 | 2024.09.01 21:02:00.875617 [ 3 ] {ea470b35-d473-4e92-8ccf-6920d0b0fc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3695 | 2024.09.01 21:02:00.875805 [ 196 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 385 rows starting from the beginning of the part | ||
3696 | 2024.09.01 21:02:00.876246 [ 196 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part | ||
3697 | 2024.09.01 21:02:00.876757 [ 196 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 381 rows starting from the beginning of the part | ||
3698 | 2024.09.01 21:02:00.876962 [ 3 ] {ea470b35-d473-4e92-8ccf-6920d0b0fc77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3699 | 2024.09.01 21:02:00.878010 [ 198 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.0073927 sec., 4058.0572727149756 rows/sec., 257.59 KiB/sec. | ||
3700 | 2024.09.01 21:02:00.878072 [ 3 ] {ea470b35-d473-4e92-8ccf-6920d0b0fc77} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3701 | 2024.09.01 21:02:00.878169 [ 3 ] {ea470b35-d473-4e92-8ccf-6920d0b0fc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3702 | 2024.09.01 21:02:00.878488 [ 198 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3703 | 2024.09.01 21:02:00.879613 [ 3 ] {ea470b35-d473-4e92-8ccf-6920d0b0fc77} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3704 | 2024.09.01 21:02:00.880679 [ 198 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_5_1} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3705 | 2024.09.01 21:02:00.880998 [ 198 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_5_1} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3706 | 2024.09.01 21:02:00.881077 [ 3 ] {ea470b35-d473-4e92-8ccf-6920d0b0fc77} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3707 | 2024.09.01 21:02:00.881374 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3708 | 2024.09.01 21:02:00.881675 [ 3 ] {ea470b35-d473-4e92-8ccf-6920d0b0fc77} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006332 sec., 947.5679090334808 rows/sec., 49.51 KiB/sec. | ||
3709 | 2024.09.01 21:02:00.881702 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1710 rows, containing 5 columns (5 merged, 0 gathered) in 0.007299708 sec., 234255.94558028897 rows/sec., 17.75 MiB/sec. | ||
3710 | 2024.09.01 21:02:00.881966 [ 3 ] {ea470b35-d473-4e92-8ccf-6920d0b0fc77} <Debug> DynamicQueryHandler: Done processing query | ||
3711 | 2024.09.01 21:02:00.881973 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3712 | 2024.09.01 21:02:00.882009 [ 3 ] {ea470b35-d473-4e92-8ccf-6920d0b0fc77} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3713 | 2024.09.01 21:02:00.882063 [ 3 ] {} <Debug> HTTP-Session: 8fffd496-2509-4eff-9f9a-928f2329c9b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3714 | 2024.09.01 21:02:00.882332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 33110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3715 | 2024.09.01 21:02:00.882485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3716 | 2024.09.01 21:02:00.882558 [ 3 ] {} <Debug> HTTP-Session: 7ce4c729-0f6c-45fe-9391-b5aea9dca597 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3717 | 2024.09.01 21:02:00.882612 [ 3 ] {} <Debug> HTTP-Session: 7ce4c729-0f6c-45fe-9391-b5aea9dca597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3718 | 2024.09.01 21:02:00.882637 [ 3 ] {} <Debug> HTTP-Session: 7ce4c729-0f6c-45fe-9391-b5aea9dca597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3719 | 2024.09.01 21:02:00.882691 [ 3 ] {} <Trace> HTTP-Session: 7ce4c729-0f6c-45fe-9391-b5aea9dca597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3720 | 2024.09.01 21:02:00.882852 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_16_3} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3721 | 2024.09.01 21:02:00.882976 [ 3 ] {ec71a638-9185-4ce3-90f8-ddb99ffc136e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3722 | 2024.09.01 21:02:00.883019 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_16_3} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3723 | 2024.09.01 21:02:00.883068 [ 3 ] {ec71a638-9185-4ce3-90f8-ddb99ffc136e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3724 | 2024.09.01 21:02:00.883198 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
3725 | 2024.09.01 21:02:00.883369 [ 3 ] {ec71a638-9185-4ce3-90f8-ddb99ffc136e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3726 | 2024.09.01 21:02:00.883843 [ 3 ] {ec71a638-9185-4ce3-90f8-ddb99ffc136e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3727 | 2024.09.01 21:02:00.883885 [ 3 ] {ec71a638-9185-4ce3-90f8-ddb99ffc136e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3728 | 2024.09.01 21:02:00.884286 [ 3 ] {ec71a638-9185-4ce3-90f8-ddb99ffc136e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3729 | 2024.09.01 21:02:00.884643 [ 3 ] {ec71a638-9185-4ce3-90f8-ddb99ffc136e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3730 | 2024.09.01 21:02:00.884809 [ 3 ] {ec71a638-9185-4ce3-90f8-ddb99ffc136e} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001986 sec., 89123.86706948641 rows/sec., 5.88 MiB/sec. | ||
3731 | 2024.09.01 21:02:00.884814 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3732 | 2024.09.01 21:02:00.884894 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3733 | 2024.09.01 21:02:00.884930 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3734 | 2024.09.01 21:02:00.885121 [ 3 ] {ec71a638-9185-4ce3-90f8-ddb99ffc136e} <Debug> DynamicQueryHandler: Done processing query | ||
3735 | 2024.09.01 21:02:00.885179 [ 3 ] {ec71a638-9185-4ce3-90f8-ddb99ffc136e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3736 | 2024.09.01 21:02:00.885196 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
3737 | 2024.09.01 21:02:00.885244 [ 3 ] {} <Debug> HTTP-Session: 7ce4c729-0f6c-45fe-9391-b5aea9dca597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3738 | 2024.09.01 21:02:00.885496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3739 | 2024.09.01 21:02:00.885643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3740 | 2024.09.01 21:02:00.885679 [ 3 ] {} <Debug> HTTP-Session: 08058c6a-2c9f-44a6-99a2-5257d68518b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3741 | 2024.09.01 21:02:00.885679 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3742 | 2024.09.01 21:02:00.885704 [ 3 ] {} <Debug> HTTP-Session: 08058c6a-2c9f-44a6-99a2-5257d68518b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3743 | 2024.09.01 21:02:00.885727 [ 3 ] {} <Debug> HTTP-Session: 08058c6a-2c9f-44a6-99a2-5257d68518b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3744 | 2024.09.01 21:02:00.885730 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1351 rows starting from the beginning of the part | ||
3745 | 2024.09.01 21:02:00.885769 [ 3 ] {} <Trace> HTTP-Session: 08058c6a-2c9f-44a6-99a2-5257d68518b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3746 | 2024.09.01 21:02:00.885918 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 101 rows starting from the beginning of the part | ||
3747 | 2024.09.01 21:02:00.886059 [ 3 ] {3947d8d1-ac81-4a54-9a51-3710e85c75e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3748 | 2024.09.01 21:02:00.886276 [ 3 ] {3947d8d1-ac81-4a54-9a51-3710e85c75e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3749 | 2024.09.01 21:02:00.886293 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 3214 rows starting from the beginning of the part | ||
3750 | 2024.09.01 21:02:00.886680 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 139 rows starting from the beginning of the part | ||
3751 | 2024.09.01 21:02:00.887049 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 100 rows starting from the beginning of the part | ||
3752 | 2024.09.01 21:02:00.887352 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 177 rows starting from the beginning of the part | ||
3753 | 2024.09.01 21:02:00.887590 [ 3 ] {3947d8d1-ac81-4a54-9a51-3710e85c75e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3754 | 2024.09.01 21:02:00.888205 [ 3 ] {3947d8d1-ac81-4a54-9a51-3710e85c75e0} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3755 | 2024.09.01 21:02:00.888249 [ 3 ] {3947d8d1-ac81-4a54-9a51-3710e85c75e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3756 | 2024.09.01 21:02:00.888728 [ 3 ] {3947d8d1-ac81-4a54-9a51-3710e85c75e0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3757 | 2024.09.01 21:02:00.889292 [ 3 ] {3947d8d1-ac81-4a54-9a51-3710e85c75e0} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3758 | 2024.09.01 21:02:00.889553 [ 31 ] {} <Debug> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3759 | 2024.09.01 21:02:00.889557 [ 3 ] {3947d8d1-ac81-4a54-9a51-3710e85c75e0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003625 sec., 275.8620689655172 rows/sec., 18.59 KiB/sec. | ||
3760 | 2024.09.01 21:02:00.889612 [ 31 ] {} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3761 | 2024.09.01 21:02:00.889850 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3762 | 2024.09.01 21:02:00.890286 [ 3 ] {3947d8d1-ac81-4a54-9a51-3710e85c75e0} <Debug> DynamicQueryHandler: Done processing query | ||
3763 | 2024.09.01 21:02:00.890352 [ 3 ] {3947d8d1-ac81-4a54-9a51-3710e85c75e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3764 | 2024.09.01 21:02:00.890364 [ 198 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
3765 | 2024.09.01 21:02:00.890381 [ 3 ] {} <Debug> HTTP-Session: 08058c6a-2c9f-44a6-99a2-5257d68518b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3766 | 2024.09.01 21:02:00.890577 [ 198 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3767 | 2024.09.01 21:02:00.890640 [ 198 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
3768 | 2024.09.01 21:02:00.890649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3769 | 2024.09.01 21:02:00.890774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3770 | 2024.09.01 21:02:00.890903 [ 3 ] {} <Debug> HTTP-Session: 80ffe1da-f530-4240-8fd6-692bcd21d184 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3771 | 2024.09.01 21:02:00.891017 [ 3 ] {} <Debug> HTTP-Session: 80ffe1da-f530-4240-8fd6-692bcd21d184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3772 | 2024.09.01 21:02:00.891047 [ 198 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
3773 | 2024.09.01 21:02:00.891093 [ 3 ] {} <Debug> HTTP-Session: 80ffe1da-f530-4240-8fd6-692bcd21d184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3774 | 2024.09.01 21:02:00.891324 [ 3 ] {} <Trace> HTTP-Session: 80ffe1da-f530-4240-8fd6-692bcd21d184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3775 | 2024.09.01 21:02:00.891648 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5082 rows, containing 5 columns (5 merged, 0 gathered) in 0.006602388 sec., 769721.5007660865 rows/sec., 51.68 MiB/sec. | ||
3776 | 2024.09.01 21:02:00.891894 [ 198 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
3777 | 2024.09.01 21:02:00.892048 [ 198 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
3778 | 2024.09.01 21:02:00.892176 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3779 | 2024.09.01 21:02:00.892350 [ 198 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
3780 | 2024.09.01 21:02:00.892669 [ 3 ] {258c0262-d5cb-4d2d-a988-5c656faf0688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3781 | 2024.09.01 21:02:00.893017 [ 198 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
3782 | 2024.09.01 21:02:00.893090 [ 3 ] {258c0262-d5cb-4d2d-a988-5c656faf0688} <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 | ||
3783 | 2024.09.01 21:02:00.894556 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3784 | 2024.09.01 21:02:00.894889 [ 200 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3785 | 2024.09.01 21:02:00.895170 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
3786 | 2024.09.01 21:02:00.896531 [ 3 ] {258c0262-d5cb-4d2d-a988-5c656faf0688} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3787 | 2024.09.01 21:02:00.897438 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.00739602 sec., 811.2471302132769 rows/sec., 54.14 KiB/sec. | ||
3788 | 2024.09.01 21:02:00.897614 [ 198 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3789 | 2024.09.01 21:02:00.898466 [ 3 ] {258c0262-d5cb-4d2d-a988-5c656faf0688} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3790 | 2024.09.01 21:02:00.898524 [ 3 ] {258c0262-d5cb-4d2d-a988-5c656faf0688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3791 | 2024.09.01 21:02:00.898645 [ 198 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_6_1} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3792 | 2024.09.01 21:02:00.898873 [ 198 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_6_1} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3793 | 2024.09.01 21:02:00.899059 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
3794 | 2024.09.01 21:02:00.899602 [ 3 ] {258c0262-d5cb-4d2d-a988-5c656faf0688} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3795 | 2024.09.01 21:02:00.900039 [ 3 ] {258c0262-d5cb-4d2d-a988-5c656faf0688} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3796 | 2024.09.01 21:02:00.900226 [ 3 ] {258c0262-d5cb-4d2d-a988-5c656faf0688} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00859 sec., 4074.5052386495922 rows/sec., 7.30 MiB/sec. | ||
3797 | 2024.09.01 21:02:00.900498 [ 3 ] {258c0262-d5cb-4d2d-a988-5c656faf0688} <Debug> DynamicQueryHandler: Done processing query | ||
3798 | 2024.09.01 21:02:00.900524 [ 3 ] {258c0262-d5cb-4d2d-a988-5c656faf0688} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3799 | 2024.09.01 21:02:00.900541 [ 3 ] {} <Debug> HTTP-Session: 80ffe1da-f530-4240-8fd6-692bcd21d184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3800 | 2024.09.01 21:02:00.900697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3801 | 2024.09.01 21:02:00.900756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3802 | 2024.09.01 21:02:00.900776 [ 3 ] {} <Debug> HTTP-Session: e3d5c052-f60c-45b8-b29a-36bbeca0db6d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3803 | 2024.09.01 21:02:00.900793 [ 3 ] {} <Debug> HTTP-Session: e3d5c052-f60c-45b8-b29a-36bbeca0db6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3804 | 2024.09.01 21:02:00.900807 [ 3 ] {} <Debug> HTTP-Session: e3d5c052-f60c-45b8-b29a-36bbeca0db6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3805 | 2024.09.01 21:02:00.900842 [ 3 ] {} <Trace> HTTP-Session: e3d5c052-f60c-45b8-b29a-36bbeca0db6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3806 | 2024.09.01 21:02:00.900955 [ 3 ] {d84fb10a-fe8d-4acc-8d48-ff20aee8e099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3807 | 2024.09.01 21:02:00.901001 [ 3 ] {d84fb10a-fe8d-4acc-8d48-ff20aee8e099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3808 | 2024.09.01 21:02:00.901136 [ 3 ] {d84fb10a-fe8d-4acc-8d48-ff20aee8e099} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3809 | 2024.09.01 21:02:00.901459 [ 3 ] {d84fb10a-fe8d-4acc-8d48-ff20aee8e099} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3810 | 2024.09.01 21:02:00.901494 [ 3 ] {d84fb10a-fe8d-4acc-8d48-ff20aee8e099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3811 | 2024.09.01 21:02:00.901861 [ 3 ] {d84fb10a-fe8d-4acc-8d48-ff20aee8e099} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3812 | 2024.09.01 21:02:00.902184 [ 3 ] {d84fb10a-fe8d-4acc-8d48-ff20aee8e099} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3813 | 2024.09.01 21:02:00.902356 [ 3 ] {d84fb10a-fe8d-4acc-8d48-ff20aee8e099} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001433 sec., 36287.508722958824 rows/sec., 2.25 MiB/sec. | ||
3814 | 2024.09.01 21:02:00.902362 [ 30 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3815 | 2024.09.01 21:02:00.902444 [ 30 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3816 | 2024.09.01 21:02:00.902500 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3817 | 2024.09.01 21:02:00.902650 [ 3 ] {d84fb10a-fe8d-4acc-8d48-ff20aee8e099} <Debug> DynamicQueryHandler: Done processing query | ||
3818 | 2024.09.01 21:02:00.902682 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
3819 | 2024.09.01 21:02:00.902694 [ 3 ] {d84fb10a-fe8d-4acc-8d48-ff20aee8e099} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3820 | 2024.09.01 21:02:00.902749 [ 3 ] {} <Debug> HTTP-Session: e3d5c052-f60c-45b8-b29a-36bbeca0db6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3821 | 2024.09.01 21:02:00.902877 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3822 | 2024.09.01 21:02:00.902916 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 402 rows starting from the beginning of the part | ||
3823 | 2024.09.01 21:02:00.902992 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
3824 | 2024.09.01 21:02:00.903091 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
3825 | 2024.09.01 21:02:00.903310 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
3826 | 2024.09.01 21:02:00.903382 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
3827 | 2024.09.01 21:02:00.903453 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 52 rows starting from the beginning of the part | ||
3828 | 2024.09.01 21:02:00.904691 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 4 columns (4 merged, 0 gathered) in 0.002093498 sec., 270360.8983624536 rows/sec., 17.70 MiB/sec. | ||
3829 | 2024.09.01 21:02:00.904910 [ 191 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3830 | 2024.09.01 21:02:00.905311 [ 191 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_16_3} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3831 | 2024.09.01 21:02:00.905419 [ 191 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_16_3} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3832 | 2024.09.01 21:02:00.905529 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
3833 | 2024.09.01 21:02:01.000173 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.86 MiB, peak 194.19 MiB, free memory in arenas 0.00 B, will set to 183.89 MiB (RSS), difference: 1.02 MiB | ||
3834 | 2024.09.01 21:02:05.853560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3835 | 2024.09.01 21:02:05.853684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3836 | 2024.09.01 21:02:05.853709 [ 3 ] {} <Debug> HTTP-Session: 37ac01b4-2bc7-4ed3-a46c-92272c0e0b8d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3837 | 2024.09.01 21:02:05.853733 [ 3 ] {} <Debug> HTTP-Session: 37ac01b4-2bc7-4ed3-a46c-92272c0e0b8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3838 | 2024.09.01 21:02:05.853747 [ 3 ] {} <Debug> HTTP-Session: 37ac01b4-2bc7-4ed3-a46c-92272c0e0b8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3839 | 2024.09.01 21:02:05.853794 [ 3 ] {} <Trace> HTTP-Session: 37ac01b4-2bc7-4ed3-a46c-92272c0e0b8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3840 | 2024.09.01 21:02:05.853986 [ 3 ] {eb0b61f0-1f85-4e98-9a4a-d6de869d270e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3841 | 2024.09.01 21:02:05.854052 [ 3 ] {eb0b61f0-1f85-4e98-9a4a-d6de869d270e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3842 | 2024.09.01 21:02:05.854381 [ 3 ] {eb0b61f0-1f85-4e98-9a4a-d6de869d270e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3843 | 2024.09.01 21:02:05.854883 [ 3 ] {eb0b61f0-1f85-4e98-9a4a-d6de869d270e} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3844 | 2024.09.01 21:02:05.854929 [ 3 ] {eb0b61f0-1f85-4e98-9a4a-d6de869d270e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3845 | 2024.09.01 21:02:05.855350 [ 3 ] {eb0b61f0-1f85-4e98-9a4a-d6de869d270e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3846 | 2024.09.01 21:02:05.855739 [ 3 ] {eb0b61f0-1f85-4e98-9a4a-d6de869d270e} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3847 | 2024.09.01 21:02:05.855895 [ 3 ] {eb0b61f0-1f85-4e98-9a4a-d6de869d270e} <Debug> executeQuery: Read 30 rows, 2.36 KiB in 0.001968 sec., 15243.902439024389 rows/sec., 1.17 MiB/sec. | ||
3848 | 2024.09.01 21:02:05.856239 [ 3 ] {eb0b61f0-1f85-4e98-9a4a-d6de869d270e} <Debug> DynamicQueryHandler: Done processing query | ||
3849 | 2024.09.01 21:02:05.856267 [ 3 ] {eb0b61f0-1f85-4e98-9a4a-d6de869d270e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3850 | 2024.09.01 21:02:05.856284 [ 3 ] {} <Debug> HTTP-Session: 37ac01b4-2bc7-4ed3-a46c-92272c0e0b8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3851 | 2024.09.01 21:02:05.856405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3852 | 2024.09.01 21:02:05.856464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3853 | 2024.09.01 21:02:05.856483 [ 3 ] {} <Debug> HTTP-Session: d1f05608-6295-4706-a8fa-31996324c611 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3854 | 2024.09.01 21:02:05.856501 [ 3 ] {} <Debug> HTTP-Session: d1f05608-6295-4706-a8fa-31996324c611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3855 | 2024.09.01 21:02:05.856515 [ 3 ] {} <Debug> HTTP-Session: d1f05608-6295-4706-a8fa-31996324c611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3856 | 2024.09.01 21:02:05.856551 [ 3 ] {} <Trace> HTTP-Session: d1f05608-6295-4706-a8fa-31996324c611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3857 | 2024.09.01 21:02:05.856660 [ 3 ] {7a0b8136-7a1f-4d5d-a493-f66d59e2db0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3858 | 2024.09.01 21:02:05.856708 [ 3 ] {7a0b8136-7a1f-4d5d-a493-f66d59e2db0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3859 | 2024.09.01 21:02:05.856969 [ 3 ] {7a0b8136-7a1f-4d5d-a493-f66d59e2db0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3860 | 2024.09.01 21:02:05.857298 [ 3 ] {7a0b8136-7a1f-4d5d-a493-f66d59e2db0f} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3861 | 2024.09.01 21:02:05.857335 [ 3 ] {7a0b8136-7a1f-4d5d-a493-f66d59e2db0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3862 | 2024.09.01 21:02:05.857680 [ 3 ] {7a0b8136-7a1f-4d5d-a493-f66d59e2db0f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3863 | 2024.09.01 21:02:05.858050 [ 3 ] {7a0b8136-7a1f-4d5d-a493-f66d59e2db0f} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3864 | 2024.09.01 21:02:05.858213 [ 3 ] {7a0b8136-7a1f-4d5d-a493-f66d59e2db0f} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001575 sec., 1269.8412698412699 rows/sec., 95.49 KiB/sec. | ||
3865 | 2024.09.01 21:02:05.858396 [ 3 ] {7a0b8136-7a1f-4d5d-a493-f66d59e2db0f} <Debug> DynamicQueryHandler: Done processing query | ||
3866 | 2024.09.01 21:02:05.858420 [ 3 ] {7a0b8136-7a1f-4d5d-a493-f66d59e2db0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3867 | 2024.09.01 21:02:05.858436 [ 3 ] {} <Debug> HTTP-Session: d1f05608-6295-4706-a8fa-31996324c611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3868 | 2024.09.01 21:02:05.858558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3869 | 2024.09.01 21:02:05.858607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3870 | 2024.09.01 21:02:05.858626 [ 3 ] {} <Debug> HTTP-Session: cbc74d26-1f6c-42a2-b666-9601604cc956 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3871 | 2024.09.01 21:02:05.858643 [ 3 ] {} <Debug> HTTP-Session: cbc74d26-1f6c-42a2-b666-9601604cc956 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3872 | 2024.09.01 21:02:05.858657 [ 3 ] {} <Debug> HTTP-Session: cbc74d26-1f6c-42a2-b666-9601604cc956 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3873 | 2024.09.01 21:02:05.858689 [ 3 ] {} <Trace> HTTP-Session: cbc74d26-1f6c-42a2-b666-9601604cc956 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3874 | 2024.09.01 21:02:05.858793 [ 3 ] {4f21bd6d-b1c6-401e-a680-da0deb85fc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3875 | 2024.09.01 21:02:05.858836 [ 3 ] {4f21bd6d-b1c6-401e-a680-da0deb85fc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3876 | 2024.09.01 21:02:05.859064 [ 3 ] {4f21bd6d-b1c6-401e-a680-da0deb85fc03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3877 | 2024.09.01 21:02:05.859417 [ 3 ] {4f21bd6d-b1c6-401e-a680-da0deb85fc03} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3878 | 2024.09.01 21:02:05.859454 [ 3 ] {4f21bd6d-b1c6-401e-a680-da0deb85fc03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3879 | 2024.09.01 21:02:05.859800 [ 3 ] {4f21bd6d-b1c6-401e-a680-da0deb85fc03} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3880 | 2024.09.01 21:02:05.860164 [ 3 ] {4f21bd6d-b1c6-401e-a680-da0deb85fc03} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3881 | 2024.09.01 21:02:05.860358 [ 3 ] {4f21bd6d-b1c6-401e-a680-da0deb85fc03} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001594 sec., 18820.577164366376 rows/sec., 1.47 MiB/sec. | ||
3882 | 2024.09.01 21:02:05.860565 [ 3 ] {4f21bd6d-b1c6-401e-a680-da0deb85fc03} <Debug> DynamicQueryHandler: Done processing query | ||
3883 | 2024.09.01 21:02:05.860590 [ 3 ] {4f21bd6d-b1c6-401e-a680-da0deb85fc03} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3884 | 2024.09.01 21:02:05.860606 [ 3 ] {} <Debug> HTTP-Session: cbc74d26-1f6c-42a2-b666-9601604cc956 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3885 | 2024.09.01 21:02:05.860745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3886 | 2024.09.01 21:02:05.860796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3887 | 2024.09.01 21:02:05.860816 [ 3 ] {} <Debug> HTTP-Session: 2c38b8f3-a68b-48da-a06d-b09c3d5b4278 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3888 | 2024.09.01 21:02:05.860835 [ 3 ] {} <Debug> HTTP-Session: 2c38b8f3-a68b-48da-a06d-b09c3d5b4278 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3889 | 2024.09.01 21:02:05.860849 [ 3 ] {} <Debug> HTTP-Session: 2c38b8f3-a68b-48da-a06d-b09c3d5b4278 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3890 | 2024.09.01 21:02:05.860883 [ 3 ] {} <Trace> HTTP-Session: 2c38b8f3-a68b-48da-a06d-b09c3d5b4278 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3891 | 2024.09.01 21:02:05.861020 [ 3 ] {9b2bfb62-bdc3-4685-9bff-112dedce6045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3892 | 2024.09.01 21:02:05.861068 [ 3 ] {9b2bfb62-bdc3-4685-9bff-112dedce6045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3893 | 2024.09.01 21:02:05.861216 [ 3 ] {9b2bfb62-bdc3-4685-9bff-112dedce6045} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3894 | 2024.09.01 21:02:05.861589 [ 3 ] {9b2bfb62-bdc3-4685-9bff-112dedce6045} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3895 | 2024.09.01 21:02:05.861625 [ 3 ] {9b2bfb62-bdc3-4685-9bff-112dedce6045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3896 | 2024.09.01 21:02:05.862021 [ 3 ] {9b2bfb62-bdc3-4685-9bff-112dedce6045} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3897 | 2024.09.01 21:02:05.862364 [ 3 ] {9b2bfb62-bdc3-4685-9bff-112dedce6045} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3898 | 2024.09.01 21:02:05.862520 [ 3 ] {9b2bfb62-bdc3-4685-9bff-112dedce6045} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001549 sec., 64557.77921239509 rows/sec., 4.48 MiB/sec. | ||
3899 | 2024.09.01 21:02:05.862790 [ 3 ] {9b2bfb62-bdc3-4685-9bff-112dedce6045} <Debug> DynamicQueryHandler: Done processing query | ||
3900 | 2024.09.01 21:02:05.862818 [ 3 ] {9b2bfb62-bdc3-4685-9bff-112dedce6045} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3901 | 2024.09.01 21:02:05.862835 [ 3 ] {} <Debug> HTTP-Session: 2c38b8f3-a68b-48da-a06d-b09c3d5b4278 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3902 | 2024.09.01 21:02:05.862956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3903 | 2024.09.01 21:02:05.863007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3904 | 2024.09.01 21:02:05.863026 [ 3 ] {} <Debug> HTTP-Session: fefa7859-070d-4f9f-b9c1-1ab922854021 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3905 | 2024.09.01 21:02:05.863042 [ 3 ] {} <Debug> HTTP-Session: fefa7859-070d-4f9f-b9c1-1ab922854021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3906 | 2024.09.01 21:02:05.863055 [ 3 ] {} <Debug> HTTP-Session: fefa7859-070d-4f9f-b9c1-1ab922854021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3907 | 2024.09.01 21:02:05.863088 [ 3 ] {} <Trace> HTTP-Session: fefa7859-070d-4f9f-b9c1-1ab922854021 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3908 | 2024.09.01 21:02:05.863206 [ 3 ] {ea014fa0-69e6-4596-908c-02e8034e4787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3909 | 2024.09.01 21:02:05.863274 [ 3 ] {ea014fa0-69e6-4596-908c-02e8034e4787} <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 | ||
3910 | 2024.09.01 21:02:05.863717 [ 3 ] {ea014fa0-69e6-4596-908c-02e8034e4787} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3911 | 2024.09.01 21:02:05.864249 [ 3 ] {ea014fa0-69e6-4596-908c-02e8034e4787} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3912 | 2024.09.01 21:02:05.864285 [ 3 ] {ea014fa0-69e6-4596-908c-02e8034e4787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3913 | 2024.09.01 21:02:05.864868 [ 3 ] {ea014fa0-69e6-4596-908c-02e8034e4787} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3914 | 2024.09.01 21:02:05.865283 [ 3 ] {ea014fa0-69e6-4596-908c-02e8034e4787} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3915 | 2024.09.01 21:02:05.865475 [ 3 ] {ea014fa0-69e6-4596-908c-02e8034e4787} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002311 sec., 865.4262224145391 rows/sec., 1.55 MiB/sec. | ||
3916 | 2024.09.01 21:02:05.865792 [ 3 ] {ea014fa0-69e6-4596-908c-02e8034e4787} <Debug> DynamicQueryHandler: Done processing query | ||
3917 | 2024.09.01 21:02:05.865832 [ 3 ] {ea014fa0-69e6-4596-908c-02e8034e4787} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3918 | 2024.09.01 21:02:05.865858 [ 3 ] {} <Debug> HTTP-Session: fefa7859-070d-4f9f-b9c1-1ab922854021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3919 | 2024.09.01 21:02:05.865995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3920 | 2024.09.01 21:02:05.866051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3921 | 2024.09.01 21:02:05.866072 [ 3 ] {} <Debug> HTTP-Session: 20bf2076-962b-483d-830c-3cbd698e5c39 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3922 | 2024.09.01 21:02:05.866106 [ 3 ] {} <Debug> HTTP-Session: 20bf2076-962b-483d-830c-3cbd698e5c39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3923 | 2024.09.01 21:02:05.866126 [ 3 ] {} <Debug> HTTP-Session: 20bf2076-962b-483d-830c-3cbd698e5c39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3924 | 2024.09.01 21:02:05.866159 [ 3 ] {} <Trace> HTTP-Session: 20bf2076-962b-483d-830c-3cbd698e5c39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3925 | 2024.09.01 21:02:05.866281 [ 3 ] {08f919e3-4ca1-4b0e-b941-8ed62409a908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3926 | 2024.09.01 21:02:05.866327 [ 3 ] {08f919e3-4ca1-4b0e-b941-8ed62409a908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3927 | 2024.09.01 21:02:05.866463 [ 3 ] {08f919e3-4ca1-4b0e-b941-8ed62409a908} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3928 | 2024.09.01 21:02:05.866793 [ 3 ] {08f919e3-4ca1-4b0e-b941-8ed62409a908} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3929 | 2024.09.01 21:02:05.866830 [ 3 ] {08f919e3-4ca1-4b0e-b941-8ed62409a908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. | ||
3930 | 2024.09.01 21:02:05.867233 [ 3 ] {08f919e3-4ca1-4b0e-b941-8ed62409a908} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3931 | 2024.09.01 21:02:05.867586 [ 3 ] {08f919e3-4ca1-4b0e-b941-8ed62409a908} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3932 | 2024.09.01 21:02:05.867736 [ 3 ] {08f919e3-4ca1-4b0e-b941-8ed62409a908} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00148 sec., 20270.27027027027 rows/sec., 1.39 MiB/sec. | ||
3933 | 2024.09.01 21:02:05.867926 [ 3 ] {08f919e3-4ca1-4b0e-b941-8ed62409a908} <Debug> DynamicQueryHandler: Done processing query | ||
3934 | 2024.09.01 21:02:05.867962 [ 3 ] {08f919e3-4ca1-4b0e-b941-8ed62409a908} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3935 | 2024.09.01 21:02:05.867983 [ 3 ] {} <Debug> HTTP-Session: 20bf2076-962b-483d-830c-3cbd698e5c39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3936 | 2024.09.01 21:02:09.016870 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3937 | 2024.09.01 21:02:09.016921 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3938 | 2024.09.01 21:02:10.860109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3939 | 2024.09.01 21:02:10.860241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3940 | 2024.09.01 21:02:10.860269 [ 3 ] {} <Debug> HTTP-Session: de2e88d2-da70-45de-8c50-9eb621c35950 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3941 | 2024.09.01 21:02:10.860296 [ 3 ] {} <Debug> HTTP-Session: de2e88d2-da70-45de-8c50-9eb621c35950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3942 | 2024.09.01 21:02:10.860314 [ 3 ] {} <Debug> HTTP-Session: de2e88d2-da70-45de-8c50-9eb621c35950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3943 | 2024.09.01 21:02:10.860366 [ 3 ] {} <Trace> HTTP-Session: de2e88d2-da70-45de-8c50-9eb621c35950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3944 | 2024.09.01 21:02:10.860553 [ 3 ] {0680c7c0-fa7e-4f09-a8f3-23dbfcd4f83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3945 | 2024.09.01 21:02:10.860617 [ 3 ] {0680c7c0-fa7e-4f09-a8f3-23dbfcd4f83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3946 | 2024.09.01 21:02:10.860939 [ 3 ] {0680c7c0-fa7e-4f09-a8f3-23dbfcd4f83b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3947 | 2024.09.01 21:02:10.861361 [ 3 ] {0680c7c0-fa7e-4f09-a8f3-23dbfcd4f83b} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3948 | 2024.09.01 21:02:10.861400 [ 3 ] {0680c7c0-fa7e-4f09-a8f3-23dbfcd4f83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3949 | 2024.09.01 21:02:10.861811 [ 3 ] {0680c7c0-fa7e-4f09-a8f3-23dbfcd4f83b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3950 | 2024.09.01 21:02:10.862193 [ 3 ] {0680c7c0-fa7e-4f09-a8f3-23dbfcd4f83b} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3951 | 2024.09.01 21:02:10.862333 [ 3 ] {0680c7c0-fa7e-4f09-a8f3-23dbfcd4f83b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00183 sec., 1092.896174863388 rows/sec., 89.12 KiB/sec. | ||
3952 | 2024.09.01 21:02:10.862568 [ 3 ] {0680c7c0-fa7e-4f09-a8f3-23dbfcd4f83b} <Debug> DynamicQueryHandler: Done processing query | ||
3953 | 2024.09.01 21:02:10.862596 [ 3 ] {0680c7c0-fa7e-4f09-a8f3-23dbfcd4f83b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3954 | 2024.09.01 21:02:10.862613 [ 3 ] {} <Debug> HTTP-Session: de2e88d2-da70-45de-8c50-9eb621c35950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3955 | 2024.09.01 21:02:10.862842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 35180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3956 | 2024.09.01 21:02:10.862898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3957 | 2024.09.01 21:02:10.862918 [ 3 ] {} <Debug> HTTP-Session: 0224941e-8d27-4bd7-9920-c1a890682b68 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3958 | 2024.09.01 21:02:10.862936 [ 3 ] {} <Debug> HTTP-Session: 0224941e-8d27-4bd7-9920-c1a890682b68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3959 | 2024.09.01 21:02:10.862950 [ 3 ] {} <Debug> HTTP-Session: 0224941e-8d27-4bd7-9920-c1a890682b68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3960 | 2024.09.01 21:02:10.862984 [ 3 ] {} <Trace> HTTP-Session: 0224941e-8d27-4bd7-9920-c1a890682b68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3961 | 2024.09.01 21:02:10.863136 [ 3 ] {4f82243f-f4f8-4073-9ad1-cc4456487159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3962 | 2024.09.01 21:02:10.863178 [ 3 ] {4f82243f-f4f8-4073-9ad1-cc4456487159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3963 | 2024.09.01 21:02:10.863397 [ 3 ] {4f82243f-f4f8-4073-9ad1-cc4456487159} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3964 | 2024.09.01 21:02:10.863908 [ 3 ] {4f82243f-f4f8-4073-9ad1-cc4456487159} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3965 | 2024.09.01 21:02:10.863944 [ 3 ] {4f82243f-f4f8-4073-9ad1-cc4456487159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3966 | 2024.09.01 21:02:10.864305 [ 3 ] {4f82243f-f4f8-4073-9ad1-cc4456487159} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3967 | 2024.09.01 21:02:10.864660 [ 3 ] {4f82243f-f4f8-4073-9ad1-cc4456487159} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3968 | 2024.09.01 21:02:10.864797 [ 3 ] {4f82243f-f4f8-4073-9ad1-cc4456487159} <Debug> executeQuery: Read 230 rows, 21.18 KiB in 0.001729 sec., 133024.86986697512 rows/sec., 11.96 MiB/sec. | ||
3969 | 2024.09.01 21:02:10.865122 [ 3 ] {4f82243f-f4f8-4073-9ad1-cc4456487159} <Debug> DynamicQueryHandler: Done processing query | ||
3970 | 2024.09.01 21:02:10.865147 [ 3 ] {4f82243f-f4f8-4073-9ad1-cc4456487159} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3971 | 2024.09.01 21:02:10.865163 [ 3 ] {} <Debug> HTTP-Session: 0224941e-8d27-4bd7-9920-c1a890682b68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3972 | 2024.09.01 21:02:10.865295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3973 | 2024.09.01 21:02:10.865343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3974 | 2024.09.01 21:02:10.865361 [ 3 ] {} <Debug> HTTP-Session: 7725e320-db5a-42e9-b1ff-9f8326d44f73 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3975 | 2024.09.01 21:02:10.865378 [ 3 ] {} <Debug> HTTP-Session: 7725e320-db5a-42e9-b1ff-9f8326d44f73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3976 | 2024.09.01 21:02:10.865392 [ 3 ] {} <Debug> HTTP-Session: 7725e320-db5a-42e9-b1ff-9f8326d44f73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3977 | 2024.09.01 21:02:10.865422 [ 3 ] {} <Trace> HTTP-Session: 7725e320-db5a-42e9-b1ff-9f8326d44f73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3978 | 2024.09.01 21:02:10.865530 [ 3 ] {8836ef5d-98de-428e-ad6f-bc5e6b9ab7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3979 | 2024.09.01 21:02:10.865573 [ 3 ] {8836ef5d-98de-428e-ad6f-bc5e6b9ab7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3980 | 2024.09.01 21:02:10.865815 [ 3 ] {8836ef5d-98de-428e-ad6f-bc5e6b9ab7d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3981 | 2024.09.01 21:02:10.866156 [ 3 ] {8836ef5d-98de-428e-ad6f-bc5e6b9ab7d8} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3982 | 2024.09.01 21:02:10.866192 [ 3 ] {8836ef5d-98de-428e-ad6f-bc5e6b9ab7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3983 | 2024.09.01 21:02:10.866528 [ 3 ] {8836ef5d-98de-428e-ad6f-bc5e6b9ab7d8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3984 | 2024.09.01 21:02:10.866888 [ 3 ] {8836ef5d-98de-428e-ad6f-bc5e6b9ab7d8} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3985 | 2024.09.01 21:02:10.867004 [ 40 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3986 | 2024.09.01 21:02:10.867015 [ 3 ] {8836ef5d-98de-428e-ad6f-bc5e6b9ab7d8} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001516 sec., 24406.332453825857 rows/sec., 1.79 MiB/sec. | ||
3987 | 2024.09.01 21:02:10.867054 [ 40 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3988 | 2024.09.01 21:02:10.867095 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
3989 | 2024.09.01 21:02:10.867252 [ 3 ] {8836ef5d-98de-428e-ad6f-bc5e6b9ab7d8} <Debug> DynamicQueryHandler: Done processing query | ||
3990 | 2024.09.01 21:02:10.867291 [ 3 ] {8836ef5d-98de-428e-ad6f-bc5e6b9ab7d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3991 | 2024.09.01 21:02:10.867291 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
3992 | 2024.09.01 21:02:10.867314 [ 3 ] {} <Debug> HTTP-Session: 7725e320-db5a-42e9-b1ff-9f8326d44f73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3993 | 2024.09.01 21:02:10.867510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3994 | 2024.09.01 21:02:10.867576 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3995 | 2024.09.01 21:02:10.867605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3996 | 2024.09.01 21:02:10.867639 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 37 rows starting from the beginning of the part | ||
3997 | 2024.09.01 21:02:10.867649 [ 3 ] {} <Debug> HTTP-Session: c9273366-a442-4b3f-ae46-77a92f0814de Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
3998 | 2024.09.01 21:02:10.867695 [ 3 ] {} <Debug> HTTP-Session: c9273366-a442-4b3f-ae46-77a92f0814de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3999 | 2024.09.01 21:02:10.867737 [ 3 ] {} <Debug> HTTP-Session: c9273366-a442-4b3f-ae46-77a92f0814de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4000 | 2024.09.01 21:02:10.867894 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
4001 | 2024.09.01 21:02:10.867911 [ 3 ] {} <Trace> HTTP-Session: c9273366-a442-4b3f-ae46-77a92f0814de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4002 | 2024.09.01 21:02:10.868139 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
4003 | 2024.09.01 21:02:10.868309 [ 3 ] {926317cf-f6f4-4d35-b5d8-9deb1f327769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4004 | 2024.09.01 21:02:10.868478 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part | ||
4005 | 2024.09.01 21:02:10.868572 [ 3 ] {926317cf-f6f4-4d35-b5d8-9deb1f327769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4006 | 2024.09.01 21:02:10.868728 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
4007 | 2024.09.01 21:02:10.869200 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 37 rows starting from the beginning of the part | ||
4008 | 2024.09.01 21:02:10.869996 [ 3 ] {926317cf-f6f4-4d35-b5d8-9deb1f327769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4009 | 2024.09.01 21:02:10.870815 [ 3 ] {926317cf-f6f4-4d35-b5d8-9deb1f327769} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4010 | 2024.09.01 21:02:10.870872 [ 3 ] {926317cf-f6f4-4d35-b5d8-9deb1f327769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4011 | 2024.09.01 21:02:10.871881 [ 3 ] {926317cf-f6f4-4d35-b5d8-9deb1f327769} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4012 | 2024.09.01 21:02:10.871963 [ 198 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 5 columns (5 merged, 0 gathered) in 0.004774505 sec., 31835.760984646575 rows/sec., 2.45 MiB/sec. | ||
4013 | 2024.09.01 21:02:10.872241 [ 198 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4014 | 2024.09.01 21:02:10.872539 [ 3 ] {926317cf-f6f4-4d35-b5d8-9deb1f327769} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4015 | 2024.09.01 21:02:10.873133 [ 3 ] {926317cf-f6f4-4d35-b5d8-9deb1f327769} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004954 sec., 2825.999192571659 rows/sec., 197.91 KiB/sec. | ||
4016 | 2024.09.01 21:02:10.873607 [ 3 ] {926317cf-f6f4-4d35-b5d8-9deb1f327769} <Debug> DynamicQueryHandler: Done processing query | ||
4017 | 2024.09.01 21:02:10.873646 [ 3 ] {926317cf-f6f4-4d35-b5d8-9deb1f327769} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4018 | 2024.09.01 21:02:10.873680 [ 3 ] {} <Debug> HTTP-Session: c9273366-a442-4b3f-ae46-77a92f0814de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4019 | 2024.09.01 21:02:10.873684 [ 198 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_11_2} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4020 | 2024.09.01 21:02:10.873810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4021 | 2024.09.01 21:02:10.873820 [ 198 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_11_2} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4022 | 2024.09.01 21:02:10.873898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4023 | 2024.09.01 21:02:10.873968 [ 3 ] {} <Debug> HTTP-Session: 58d7ebe8-05e1-4507-ac4e-a8b67c50dca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4024 | 2024.09.01 21:02:10.873999 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4025 | 2024.09.01 21:02:10.874007 [ 3 ] {} <Debug> HTTP-Session: 58d7ebe8-05e1-4507-ac4e-a8b67c50dca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4026 | 2024.09.01 21:02:10.874053 [ 3 ] {} <Debug> HTTP-Session: 58d7ebe8-05e1-4507-ac4e-a8b67c50dca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4027 | 2024.09.01 21:02:10.874086 [ 3 ] {} <Trace> HTTP-Session: 58d7ebe8-05e1-4507-ac4e-a8b67c50dca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4028 | 2024.09.01 21:02:10.874196 [ 3 ] {f817d644-d76f-41b1-925c-1b6f931852c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4029 | 2024.09.01 21:02:10.874241 [ 3 ] {f817d644-d76f-41b1-925c-1b6f931852c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4030 | 2024.09.01 21:02:10.874485 [ 3 ] {f817d644-d76f-41b1-925c-1b6f931852c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4031 | 2024.09.01 21:02:10.874804 [ 3 ] {f817d644-d76f-41b1-925c-1b6f931852c7} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4032 | 2024.09.01 21:02:10.874842 [ 3 ] {f817d644-d76f-41b1-925c-1b6f931852c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4033 | 2024.09.01 21:02:10.875190 [ 3 ] {f817d644-d76f-41b1-925c-1b6f931852c7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4034 | 2024.09.01 21:02:10.875549 [ 3 ] {f817d644-d76f-41b1-925c-1b6f931852c7} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4035 | 2024.09.01 21:02:10.875684 [ 3 ] {f817d644-d76f-41b1-925c-1b6f931852c7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001514 sec., 3963.011889035667 rows/sec., 234.14 KiB/sec. | ||
4036 | 2024.09.01 21:02:10.875858 [ 3 ] {f817d644-d76f-41b1-925c-1b6f931852c7} <Debug> DynamicQueryHandler: Done processing query | ||
4037 | 2024.09.01 21:02:10.875881 [ 3 ] {f817d644-d76f-41b1-925c-1b6f931852c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4038 | 2024.09.01 21:02:10.875898 [ 3 ] {} <Debug> HTTP-Session: 58d7ebe8-05e1-4507-ac4e-a8b67c50dca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4039 | 2024.09.01 21:02:10.876101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 61963, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4040 | 2024.09.01 21:02:10.876149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4041 | 2024.09.01 21:02:10.876168 [ 3 ] {} <Debug> HTTP-Session: b7f2bf55-d4bf-4c56-85e6-e37c61dcff74 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4042 | 2024.09.01 21:02:10.876184 [ 3 ] {} <Debug> HTTP-Session: b7f2bf55-d4bf-4c56-85e6-e37c61dcff74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4043 | 2024.09.01 21:02:10.876198 [ 3 ] {} <Debug> HTTP-Session: b7f2bf55-d4bf-4c56-85e6-e37c61dcff74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4044 | 2024.09.01 21:02:10.876228 [ 3 ] {} <Trace> HTTP-Session: b7f2bf55-d4bf-4c56-85e6-e37c61dcff74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4045 | 2024.09.01 21:02:10.876452 [ 3 ] {041bbcbb-0003-4181-af71-4826a2952aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4046 | 2024.09.01 21:02:10.876496 [ 3 ] {041bbcbb-0003-4181-af71-4826a2952aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4047 | 2024.09.01 21:02:10.876718 [ 3 ] {041bbcbb-0003-4181-af71-4826a2952aff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4048 | 2024.09.01 21:02:10.877288 [ 3 ] {041bbcbb-0003-4181-af71-4826a2952aff} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4049 | 2024.09.01 21:02:10.877325 [ 3 ] {041bbcbb-0003-4181-af71-4826a2952aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4050 | 2024.09.01 21:02:10.877688 [ 3 ] {041bbcbb-0003-4181-af71-4826a2952aff} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4051 | 2024.09.01 21:02:10.878041 [ 3 ] {041bbcbb-0003-4181-af71-4826a2952aff} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4052 | 2024.09.01 21:02:10.878176 [ 3 ] {041bbcbb-0003-4181-af71-4826a2952aff} <Debug> executeQuery: Read 383 rows, 27.77 KiB in 0.001848 sec., 207251.08225108226 rows/sec., 14.67 MiB/sec. | ||
4053 | 2024.09.01 21:02:10.878341 [ 3 ] {041bbcbb-0003-4181-af71-4826a2952aff} <Debug> DynamicQueryHandler: Done processing query | ||
4054 | 2024.09.01 21:02:10.878364 [ 3 ] {041bbcbb-0003-4181-af71-4826a2952aff} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
4055 | 2024.09.01 21:02:10.878380 [ 3 ] {} <Debug> HTTP-Session: b7f2bf55-d4bf-4c56-85e6-e37c61dcff74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4056 | 2024.09.01 21:02:10.878502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4057 | 2024.09.01 21:02:10.878550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4058 | 2024.09.01 21:02:10.878570 [ 3 ] {} <Debug> HTTP-Session: c332b11c-c173-4e3c-867f-8d3f153ec9ec Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4059 | 2024.09.01 21:02:10.878586 [ 3 ] {} <Debug> HTTP-Session: c332b11c-c173-4e3c-867f-8d3f153ec9ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4060 | 2024.09.01 21:02:10.878600 [ 3 ] {} <Debug> HTTP-Session: c332b11c-c173-4e3c-867f-8d3f153ec9ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4061 | 2024.09.01 21:02:10.878632 [ 3 ] {} <Trace> HTTP-Session: c332b11c-c173-4e3c-867f-8d3f153ec9ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4062 | 2024.09.01 21:02:10.878726 [ 3 ] {8604462c-0cb5-451c-90e6-5bf0edb2f4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4063 | 2024.09.01 21:02:10.878769 [ 3 ] {8604462c-0cb5-451c-90e6-5bf0edb2f4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4064 | 2024.09.01 21:02:10.878899 [ 3 ] {8604462c-0cb5-451c-90e6-5bf0edb2f4e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4065 | 2024.09.01 21:02:10.879314 [ 3 ] {8604462c-0cb5-451c-90e6-5bf0edb2f4e7} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4066 | 2024.09.01 21:02:10.879350 [ 3 ] {8604462c-0cb5-451c-90e6-5bf0edb2f4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4067 | 2024.09.01 21:02:10.879693 [ 3 ] {8604462c-0cb5-451c-90e6-5bf0edb2f4e7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4068 | 2024.09.01 21:02:10.880010 [ 3 ] {8604462c-0cb5-451c-90e6-5bf0edb2f4e7} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4069 | 2024.09.01 21:02:10.880123 [ 40 ] {} <Debug> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4070 | 2024.09.01 21:02:10.880135 [ 3 ] {8604462c-0cb5-451c-90e6-5bf0edb2f4e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
4071 | 2024.09.01 21:02:10.880157 [ 40 ] {} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4072 | 2024.09.01 21:02:10.880190 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4073 | 2024.09.01 21:02:10.880316 [ 188 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
4074 | 2024.09.01 21:02:10.880338 [ 3 ] {8604462c-0cb5-451c-90e6-5bf0edb2f4e7} <Debug> DynamicQueryHandler: Done processing query | ||
4075 | 2024.09.01 21:02:10.880369 [ 3 ] {8604462c-0cb5-451c-90e6-5bf0edb2f4e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4076 | 2024.09.01 21:02:10.880392 [ 3 ] {} <Debug> HTTP-Session: c332b11c-c173-4e3c-867f-8d3f153ec9ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4077 | 2024.09.01 21:02:10.880471 [ 188 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4078 | 2024.09.01 21:02:10.880521 [ 188 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
4079 | 2024.09.01 21:02:10.880565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 33299, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4080 | 2024.09.01 21:02:10.880673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4081 | 2024.09.01 21:02:10.880674 [ 188 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
4082 | 2024.09.01 21:02:10.880725 [ 3 ] {} <Debug> HTTP-Session: ed46f760-59b6-4f29-9ad9-5d85bfd5452e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4083 | 2024.09.01 21:02:10.880804 [ 3 ] {} <Debug> HTTP-Session: ed46f760-59b6-4f29-9ad9-5d85bfd5452e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4084 | 2024.09.01 21:02:10.880906 [ 3 ] {} <Debug> HTTP-Session: ed46f760-59b6-4f29-9ad9-5d85bfd5452e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4085 | 2024.09.01 21:02:10.881033 [ 3 ] {} <Trace> HTTP-Session: ed46f760-59b6-4f29-9ad9-5d85bfd5452e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4086 | 2024.09.01 21:02:10.881033 [ 188 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
4087 | 2024.09.01 21:02:10.881164 [ 188 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
4088 | 2024.09.01 21:02:10.881300 [ 188 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
4089 | 2024.09.01 21:02:10.881312 [ 3 ] {725bc6e9-d3de-48e5-8170-3854e8961476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4090 | 2024.09.01 21:02:10.881420 [ 3 ] {725bc6e9-d3de-48e5-8170-3854e8961476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4091 | 2024.09.01 21:02:10.881447 [ 188 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
4092 | 2024.09.01 21:02:10.881878 [ 3 ] {725bc6e9-d3de-48e5-8170-3854e8961476} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4093 | 2024.09.01 21:02:10.882437 [ 3 ] {725bc6e9-d3de-48e5-8170-3854e8961476} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4094 | 2024.09.01 21:02:10.882481 [ 3 ] {725bc6e9-d3de-48e5-8170-3854e8961476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4095 | 2024.09.01 21:02:10.883018 [ 199 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002758917 sec., 13048.598417422489 rows/sec., 681.74 KiB/sec. | ||
4096 | 2024.09.01 21:02:10.883107 [ 3 ] {725bc6e9-d3de-48e5-8170-3854e8961476} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4097 | 2024.09.01 21:02:10.883217 [ 199 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4098 | 2024.09.01 21:02:10.883953 [ 3 ] {725bc6e9-d3de-48e5-8170-3854e8961476} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4099 | 2024.09.01 21:02:10.884204 [ 3 ] {725bc6e9-d3de-48e5-8170-3854e8961476} <Debug> executeQuery: Read 178 rows, 12.03 KiB in 0.00304 sec., 58552.63157894737 rows/sec., 3.86 MiB/sec. | ||
4100 | 2024.09.01 21:02:10.884227 [ 199 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_6_1} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4101 | 2024.09.01 21:02:10.884430 [ 199 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_6_1} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4102 | 2024.09.01 21:02:10.884557 [ 3 ] {725bc6e9-d3de-48e5-8170-3854e8961476} <Debug> DynamicQueryHandler: Done processing query | ||
4103 | 2024.09.01 21:02:10.884576 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4104 | 2024.09.01 21:02:10.884602 [ 3 ] {725bc6e9-d3de-48e5-8170-3854e8961476} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4105 | 2024.09.01 21:02:10.884636 [ 3 ] {} <Debug> HTTP-Session: ed46f760-59b6-4f29-9ad9-5d85bfd5452e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4106 | 2024.09.01 21:02:10.884759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4107 | 2024.09.01 21:02:10.884808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4108 | 2024.09.01 21:02:10.884827 [ 3 ] {} <Debug> HTTP-Session: b9e5d91e-69d7-4d20-9bf5-e976a8656ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4109 | 2024.09.01 21:02:10.884843 [ 3 ] {} <Debug> HTTP-Session: b9e5d91e-69d7-4d20-9bf5-e976a8656ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4110 | 2024.09.01 21:02:10.884857 [ 3 ] {} <Debug> HTTP-Session: b9e5d91e-69d7-4d20-9bf5-e976a8656ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4111 | 2024.09.01 21:02:10.884889 [ 3 ] {} <Trace> HTTP-Session: b9e5d91e-69d7-4d20-9bf5-e976a8656ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4112 | 2024.09.01 21:02:10.884983 [ 3 ] {95bd729b-a02f-4b11-8e8d-974d1cc3586c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4113 | 2024.09.01 21:02:10.885029 [ 3 ] {95bd729b-a02f-4b11-8e8d-974d1cc3586c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4114 | 2024.09.01 21:02:10.885176 [ 3 ] {95bd729b-a02f-4b11-8e8d-974d1cc3586c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4115 | 2024.09.01 21:02:10.885501 [ 3 ] {95bd729b-a02f-4b11-8e8d-974d1cc3586c} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4116 | 2024.09.01 21:02:10.885535 [ 3 ] {95bd729b-a02f-4b11-8e8d-974d1cc3586c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4117 | 2024.09.01 21:02:10.885886 [ 3 ] {95bd729b-a02f-4b11-8e8d-974d1cc3586c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4118 | 2024.09.01 21:02:10.886209 [ 3 ] {95bd729b-a02f-4b11-8e8d-974d1cc3586c} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4119 | 2024.09.01 21:02:10.886334 [ 3 ] {95bd729b-a02f-4b11-8e8d-974d1cc3586c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec. | ||
4120 | 2024.09.01 21:02:10.886494 [ 3 ] {95bd729b-a02f-4b11-8e8d-974d1cc3586c} <Debug> DynamicQueryHandler: Done processing query | ||
4121 | 2024.09.01 21:02:10.886517 [ 3 ] {95bd729b-a02f-4b11-8e8d-974d1cc3586c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4122 | 2024.09.01 21:02:10.886533 [ 3 ] {} <Debug> HTTP-Session: b9e5d91e-69d7-4d20-9bf5-e976a8656ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4123 | 2024.09.01 21:02:10.886696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4124 | 2024.09.01 21:02:10.886744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4125 | 2024.09.01 21:02:10.886764 [ 3 ] {} <Debug> HTTP-Session: 701bdb65-b553-49bc-8fed-d2c33ddf0200 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4126 | 2024.09.01 21:02:10.886780 [ 3 ] {} <Debug> HTTP-Session: 701bdb65-b553-49bc-8fed-d2c33ddf0200 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4127 | 2024.09.01 21:02:10.886794 [ 3 ] {} <Debug> HTTP-Session: 701bdb65-b553-49bc-8fed-d2c33ddf0200 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4128 | 2024.09.01 21:02:10.886825 [ 3 ] {} <Trace> HTTP-Session: 701bdb65-b553-49bc-8fed-d2c33ddf0200 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4129 | 2024.09.01 21:02:10.887290 [ 3 ] {a973c698-4bc0-4ae0-9969-46bda4ab1837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4130 | 2024.09.01 21:02:10.887355 [ 3 ] {a973c698-4bc0-4ae0-9969-46bda4ab1837} <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 | ||
4131 | 2024.09.01 21:02:10.887757 [ 3 ] {a973c698-4bc0-4ae0-9969-46bda4ab1837} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4132 | 2024.09.01 21:02:10.888503 [ 3 ] {a973c698-4bc0-4ae0-9969-46bda4ab1837} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4133 | 2024.09.01 21:02:10.888538 [ 3 ] {a973c698-4bc0-4ae0-9969-46bda4ab1837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4134 | 2024.09.01 21:02:10.889160 [ 3 ] {a973c698-4bc0-4ae0-9969-46bda4ab1837} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4135 | 2024.09.01 21:02:10.889561 [ 3 ] {a973c698-4bc0-4ae0-9969-46bda4ab1837} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4136 | 2024.09.01 21:02:10.889715 [ 3 ] {a973c698-4bc0-4ae0-9969-46bda4ab1837} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002783 sec., 12576.356449874236 rows/sec., 22.54 MiB/sec. | ||
4137 | 2024.09.01 21:02:10.890031 [ 3 ] {a973c698-4bc0-4ae0-9969-46bda4ab1837} <Debug> DynamicQueryHandler: Done processing query | ||
4138 | 2024.09.01 21:02:10.890055 [ 3 ] {a973c698-4bc0-4ae0-9969-46bda4ab1837} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4139 | 2024.09.01 21:02:10.890071 [ 3 ] {} <Debug> HTTP-Session: 701bdb65-b553-49bc-8fed-d2c33ddf0200 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4140 | 2024.09.01 21:02:10.890184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4141 | 2024.09.01 21:02:10.890233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4142 | 2024.09.01 21:02:10.890252 [ 3 ] {} <Debug> HTTP-Session: 31dc3e89-c26d-41b1-be0f-cec3f962f982 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4143 | 2024.09.01 21:02:10.890268 [ 3 ] {} <Debug> HTTP-Session: 31dc3e89-c26d-41b1-be0f-cec3f962f982 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4144 | 2024.09.01 21:02:10.890282 [ 3 ] {} <Debug> HTTP-Session: 31dc3e89-c26d-41b1-be0f-cec3f962f982 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4145 | 2024.09.01 21:02:10.890315 [ 3 ] {} <Trace> HTTP-Session: 31dc3e89-c26d-41b1-be0f-cec3f962f982 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4146 | 2024.09.01 21:02:10.890422 [ 3 ] {8b9d1d7a-d485-42ee-bb3e-9b0fed51279b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4147 | 2024.09.01 21:02:10.890465 [ 3 ] {8b9d1d7a-d485-42ee-bb3e-9b0fed51279b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4148 | 2024.09.01 21:02:10.890608 [ 3 ] {8b9d1d7a-d485-42ee-bb3e-9b0fed51279b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4149 | 2024.09.01 21:02:10.890903 [ 3 ] {8b9d1d7a-d485-42ee-bb3e-9b0fed51279b} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4150 | 2024.09.01 21:02:10.890938 [ 3 ] {8b9d1d7a-d485-42ee-bb3e-9b0fed51279b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4151 | 2024.09.01 21:02:10.891309 [ 3 ] {8b9d1d7a-d485-42ee-bb3e-9b0fed51279b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4152 | 2024.09.01 21:02:10.891663 [ 3 ] {8b9d1d7a-d485-42ee-bb3e-9b0fed51279b} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4153 | 2024.09.01 21:02:10.891815 [ 3 ] {8b9d1d7a-d485-42ee-bb3e-9b0fed51279b} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001424 sec., 36516.85393258427 rows/sec., 2.26 MiB/sec. | ||
4154 | 2024.09.01 21:02:10.892155 [ 3 ] {8b9d1d7a-d485-42ee-bb3e-9b0fed51279b} <Debug> DynamicQueryHandler: Done processing query | ||
4155 | 2024.09.01 21:02:10.892180 [ 3 ] {8b9d1d7a-d485-42ee-bb3e-9b0fed51279b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4156 | 2024.09.01 21:02:10.892196 [ 3 ] {} <Debug> HTTP-Session: 31dc3e89-c26d-41b1-be0f-cec3f962f982 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4157 | 2024.09.01 21:02:15.853273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4158 | 2024.09.01 21:02:15.853399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4159 | 2024.09.01 21:02:15.853424 [ 3 ] {} <Debug> HTTP-Session: ce04a0da-c365-4fe6-a55f-eebc454adf4e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4160 | 2024.09.01 21:02:15.853450 [ 3 ] {} <Debug> HTTP-Session: ce04a0da-c365-4fe6-a55f-eebc454adf4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.09.01 21:02:15.853464 [ 3 ] {} <Debug> HTTP-Session: ce04a0da-c365-4fe6-a55f-eebc454adf4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4162 | 2024.09.01 21:02:15.853514 [ 3 ] {} <Trace> HTTP-Session: ce04a0da-c365-4fe6-a55f-eebc454adf4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4163 | 2024.09.01 21:02:15.853709 [ 3 ] {5e619ae1-dbd4-4198-bb7f-4f5db5bffca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4164 | 2024.09.01 21:02:15.853775 [ 3 ] {5e619ae1-dbd4-4198-bb7f-4f5db5bffca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4165 | 2024.09.01 21:02:15.854110 [ 3 ] {5e619ae1-dbd4-4198-bb7f-4f5db5bffca2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4166 | 2024.09.01 21:02:15.854574 [ 3 ] {5e619ae1-dbd4-4198-bb7f-4f5db5bffca2} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4167 | 2024.09.01 21:02:15.854620 [ 3 ] {5e619ae1-dbd4-4198-bb7f-4f5db5bffca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4168 | 2024.09.01 21:02:15.855044 [ 3 ] {5e619ae1-dbd4-4198-bb7f-4f5db5bffca2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4169 | 2024.09.01 21:02:15.855431 [ 3 ] {5e619ae1-dbd4-4198-bb7f-4f5db5bffca2} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4170 | 2024.09.01 21:02:15.855603 [ 3 ] {5e619ae1-dbd4-4198-bb7f-4f5db5bffca2} <Debug> executeQuery: Read 30 rows, 2.36 KiB in 0.00195 sec., 15384.615384615385 rows/sec., 1.18 MiB/sec. | ||
4171 | 2024.09.01 21:02:15.855939 [ 3 ] {5e619ae1-dbd4-4198-bb7f-4f5db5bffca2} <Debug> DynamicQueryHandler: Done processing query | ||
4172 | 2024.09.01 21:02:15.855967 [ 3 ] {5e619ae1-dbd4-4198-bb7f-4f5db5bffca2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4173 | 2024.09.01 21:02:15.855984 [ 3 ] {} <Debug> HTTP-Session: ce04a0da-c365-4fe6-a55f-eebc454adf4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4174 | 2024.09.01 21:02:15.856152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4175 | 2024.09.01 21:02:15.856208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4176 | 2024.09.01 21:02:15.856228 [ 3 ] {} <Debug> HTTP-Session: a280a44b-8eb0-467d-b2ab-adcc3d52d23b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4177 | 2024.09.01 21:02:15.856248 [ 3 ] {} <Debug> HTTP-Session: a280a44b-8eb0-467d-b2ab-adcc3d52d23b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4178 | 2024.09.01 21:02:15.856262 [ 3 ] {} <Debug> HTTP-Session: a280a44b-8eb0-467d-b2ab-adcc3d52d23b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4179 | 2024.09.01 21:02:15.856298 [ 3 ] {} <Trace> HTTP-Session: a280a44b-8eb0-467d-b2ab-adcc3d52d23b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4180 | 2024.09.01 21:02:15.856404 [ 3 ] {85722ae3-746f-4951-915d-85df5178fc11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4181 | 2024.09.01 21:02:15.856452 [ 3 ] {85722ae3-746f-4951-915d-85df5178fc11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4182 | 2024.09.01 21:02:15.856710 [ 3 ] {85722ae3-746f-4951-915d-85df5178fc11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4183 | 2024.09.01 21:02:15.857104 [ 3 ] {85722ae3-746f-4951-915d-85df5178fc11} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4184 | 2024.09.01 21:02:15.857143 [ 3 ] {85722ae3-746f-4951-915d-85df5178fc11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4185 | 2024.09.01 21:02:15.857497 [ 3 ] {85722ae3-746f-4951-915d-85df5178fc11} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4186 | 2024.09.01 21:02:15.857856 [ 3 ] {85722ae3-746f-4951-915d-85df5178fc11} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4187 | 2024.09.01 21:02:15.858028 [ 3 ] {85722ae3-746f-4951-915d-85df5178fc11} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001646 sec., 1215.0668286755772 rows/sec., 91.37 KiB/sec. | ||
4188 | 2024.09.01 21:02:15.858361 [ 3 ] {85722ae3-746f-4951-915d-85df5178fc11} <Debug> DynamicQueryHandler: Done processing query | ||
4189 | 2024.09.01 21:02:15.858385 [ 3 ] {85722ae3-746f-4951-915d-85df5178fc11} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4190 | 2024.09.01 21:02:15.858402 [ 3 ] {} <Debug> HTTP-Session: a280a44b-8eb0-467d-b2ab-adcc3d52d23b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4191 | 2024.09.01 21:02:15.858531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4192 | 2024.09.01 21:02:15.858582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4193 | 2024.09.01 21:02:15.858601 [ 3 ] {} <Debug> HTTP-Session: 4b19ddf2-d376-43ec-97d2-39ab9186b491 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4194 | 2024.09.01 21:02:15.858618 [ 3 ] {} <Debug> HTTP-Session: 4b19ddf2-d376-43ec-97d2-39ab9186b491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4195 | 2024.09.01 21:02:15.858631 [ 3 ] {} <Debug> HTTP-Session: 4b19ddf2-d376-43ec-97d2-39ab9186b491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4196 | 2024.09.01 21:02:15.858663 [ 3 ] {} <Trace> HTTP-Session: 4b19ddf2-d376-43ec-97d2-39ab9186b491 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4197 | 2024.09.01 21:02:15.858775 [ 3 ] {5b1b8762-8ced-4bae-b327-aa9f5719b238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4198 | 2024.09.01 21:02:15.858818 [ 3 ] {5b1b8762-8ced-4bae-b327-aa9f5719b238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4199 | 2024.09.01 21:02:15.859063 [ 3 ] {5b1b8762-8ced-4bae-b327-aa9f5719b238} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4200 | 2024.09.01 21:02:15.859412 [ 3 ] {5b1b8762-8ced-4bae-b327-aa9f5719b238} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4201 | 2024.09.01 21:02:15.859450 [ 3 ] {5b1b8762-8ced-4bae-b327-aa9f5719b238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4202 | 2024.09.01 21:02:15.859798 [ 3 ] {5b1b8762-8ced-4bae-b327-aa9f5719b238} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4203 | 2024.09.01 21:02:15.860164 [ 3 ] {5b1b8762-8ced-4bae-b327-aa9f5719b238} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4204 | 2024.09.01 21:02:15.860327 [ 3 ] {5b1b8762-8ced-4bae-b327-aa9f5719b238} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.00158 sec., 18987.3417721519 rows/sec., 1.48 MiB/sec. | ||
4205 | 2024.09.01 21:02:15.860498 [ 3 ] {5b1b8762-8ced-4bae-b327-aa9f5719b238} <Debug> DynamicQueryHandler: Done processing query | ||
4206 | 2024.09.01 21:02:15.860522 [ 3 ] {5b1b8762-8ced-4bae-b327-aa9f5719b238} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4207 | 2024.09.01 21:02:15.860538 [ 3 ] {} <Debug> HTTP-Session: 4b19ddf2-d376-43ec-97d2-39ab9186b491 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4208 | 2024.09.01 21:02:15.860689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4209 | 2024.09.01 21:02:15.860737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4210 | 2024.09.01 21:02:15.860756 [ 3 ] {} <Debug> HTTP-Session: 4c75bf74-f4e2-4057-807f-4d7146c459d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4211 | 2024.09.01 21:02:15.860772 [ 3 ] {} <Debug> HTTP-Session: 4c75bf74-f4e2-4057-807f-4d7146c459d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4212 | 2024.09.01 21:02:15.860786 [ 3 ] {} <Debug> HTTP-Session: 4c75bf74-f4e2-4057-807f-4d7146c459d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4213 | 2024.09.01 21:02:15.860818 [ 3 ] {} <Trace> HTTP-Session: 4c75bf74-f4e2-4057-807f-4d7146c459d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4214 | 2024.09.01 21:02:15.860954 [ 3 ] {aa8f533d-be27-4319-af9b-56df288b4d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4215 | 2024.09.01 21:02:15.861000 [ 3 ] {aa8f533d-be27-4319-af9b-56df288b4d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4216 | 2024.09.01 21:02:15.861144 [ 3 ] {aa8f533d-be27-4319-af9b-56df288b4d82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4217 | 2024.09.01 21:02:15.861494 [ 3 ] {aa8f533d-be27-4319-af9b-56df288b4d82} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4218 | 2024.09.01 21:02:15.861529 [ 3 ] {aa8f533d-be27-4319-af9b-56df288b4d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4219 | 2024.09.01 21:02:15.861898 [ 3 ] {aa8f533d-be27-4319-af9b-56df288b4d82} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4220 | 2024.09.01 21:02:15.862228 [ 3 ] {aa8f533d-be27-4319-af9b-56df288b4d82} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4221 | 2024.09.01 21:02:15.862386 [ 3 ] {aa8f533d-be27-4319-af9b-56df288b4d82} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001483 sec., 67430.88334457182 rows/sec., 4.68 MiB/sec. | ||
4222 | 2024.09.01 21:02:15.862547 [ 3 ] {aa8f533d-be27-4319-af9b-56df288b4d82} <Debug> DynamicQueryHandler: Done processing query | ||
4223 | 2024.09.01 21:02:15.862570 [ 3 ] {aa8f533d-be27-4319-af9b-56df288b4d82} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4224 | 2024.09.01 21:02:15.862586 [ 3 ] {} <Debug> HTTP-Session: 4c75bf74-f4e2-4057-807f-4d7146c459d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4225 | 2024.09.01 21:02:15.862700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4226 | 2024.09.01 21:02:15.862747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4227 | 2024.09.01 21:02:15.862765 [ 3 ] {} <Debug> HTTP-Session: ce3f85fc-9d3d-4910-a70e-ada34146ce80 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4228 | 2024.09.01 21:02:15.862781 [ 3 ] {} <Debug> HTTP-Session: ce3f85fc-9d3d-4910-a70e-ada34146ce80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4229 | 2024.09.01 21:02:15.862795 [ 3 ] {} <Debug> HTTP-Session: ce3f85fc-9d3d-4910-a70e-ada34146ce80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4230 | 2024.09.01 21:02:15.862826 [ 3 ] {} <Trace> HTTP-Session: ce3f85fc-9d3d-4910-a70e-ada34146ce80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4231 | 2024.09.01 21:02:15.862941 [ 3 ] {ed5a385b-2e34-4524-96dc-882965aa1175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4232 | 2024.09.01 21:02:15.863004 [ 3 ] {ed5a385b-2e34-4524-96dc-882965aa1175} <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 | ||
4233 | 2024.09.01 21:02:15.863412 [ 3 ] {ed5a385b-2e34-4524-96dc-882965aa1175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4234 | 2024.09.01 21:02:15.863884 [ 3 ] {ed5a385b-2e34-4524-96dc-882965aa1175} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4235 | 2024.09.01 21:02:15.863919 [ 3 ] {ed5a385b-2e34-4524-96dc-882965aa1175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4236 | 2024.09.01 21:02:15.864485 [ 3 ] {ed5a385b-2e34-4524-96dc-882965aa1175} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4237 | 2024.09.01 21:02:15.864887 [ 3 ] {ed5a385b-2e34-4524-96dc-882965aa1175} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4238 | 2024.09.01 21:02:15.865061 [ 8 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4239 | 2024.09.01 21:02:15.865086 [ 3 ] {ed5a385b-2e34-4524-96dc-882965aa1175} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002186 sec., 914.9130832570905 rows/sec., 1.64 MiB/sec. | ||
4240 | 2024.09.01 21:02:15.865144 [ 8 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4241 | 2024.09.01 21:02:15.865222 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4242 | 2024.09.01 21:02:15.865472 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
4243 | 2024.09.01 21:02:15.865594 [ 3 ] {ed5a385b-2e34-4524-96dc-882965aa1175} <Debug> DynamicQueryHandler: Done processing query | ||
4244 | 2024.09.01 21:02:15.865638 [ 3 ] {ed5a385b-2e34-4524-96dc-882965aa1175} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4245 | 2024.09.01 21:02:15.865690 [ 3 ] {} <Debug> HTTP-Session: ce3f85fc-9d3d-4910-a70e-ada34146ce80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4246 | 2024.09.01 21:02:15.865918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4247 | 2024.09.01 21:02:15.866035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4248 | 2024.09.01 21:02:15.866100 [ 3 ] {} <Debug> HTTP-Session: a32c8cac-3105-487c-b077-4cc0ef7a2289 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4249 | 2024.09.01 21:02:15.866115 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4250 | 2024.09.01 21:02:15.866136 [ 3 ] {} <Debug> HTTP-Session: a32c8cac-3105-487c-b077-4cc0ef7a2289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4251 | 2024.09.01 21:02:15.866181 [ 3 ] {} <Debug> HTTP-Session: a32c8cac-3105-487c-b077-4cc0ef7a2289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4252 | 2024.09.01 21:02:15.866278 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 198 rows starting from the beginning of the part | ||
4253 | 2024.09.01 21:02:15.866286 [ 3 ] {} <Trace> HTTP-Session: a32c8cac-3105-487c-b077-4cc0ef7a2289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4254 | 2024.09.01 21:02:15.866670 [ 3 ] {15bffcd5-6d23-4f8f-8456-54b42a65697b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4255 | 2024.09.01 21:02:15.866839 [ 3 ] {15bffcd5-6d23-4f8f-8456-54b42a65697b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4256 | 2024.09.01 21:02:15.866991 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
4257 | 2024.09.01 21:02:15.867823 [ 3 ] {15bffcd5-6d23-4f8f-8456-54b42a65697b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4258 | 2024.09.01 21:02:15.867844 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 35 rows starting from the beginning of the part | ||
4259 | 2024.09.01 21:02:15.868517 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
4260 | 2024.09.01 21:02:15.868962 [ 3 ] {15bffcd5-6d23-4f8f-8456-54b42a65697b} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4261 | 2024.09.01 21:02:15.869060 [ 3 ] {15bffcd5-6d23-4f8f-8456-54b42a65697b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4262 | 2024.09.01 21:02:15.869299 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 35 rows starting from the beginning of the part | ||
4263 | 2024.09.01 21:02:15.869911 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
4264 | 2024.09.01 21:02:15.870379 [ 3 ] {15bffcd5-6d23-4f8f-8456-54b42a65697b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4265 | 2024.09.01 21:02:15.871360 [ 3 ] {15bffcd5-6d23-4f8f-8456-54b42a65697b} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4266 | 2024.09.01 21:02:15.871851 [ 3 ] {15bffcd5-6d23-4f8f-8456-54b42a65697b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005329 sec., 5629.57402889848 rows/sec., 394.91 KiB/sec. | ||
4267 | 2024.09.01 21:02:15.872542 [ 3 ] {15bffcd5-6d23-4f8f-8456-54b42a65697b} <Debug> DynamicQueryHandler: Done processing query | ||
4268 | 2024.09.01 21:02:15.872639 [ 3 ] {15bffcd5-6d23-4f8f-8456-54b42a65697b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4269 | 2024.09.01 21:02:15.872671 [ 3 ] {} <Debug> HTTP-Session: a32c8cac-3105-487c-b077-4cc0ef7a2289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4270 | 2024.09.01 21:02:15.877418 [ 188 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 19 columns (19 merged, 0 gathered) in 0.012065553 sec., 22709.278223716727 rows/sec., 40.69 MiB/sec. | ||
4271 | 2024.09.01 21:02:15.878213 [ 197 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4272 | 2024.09.01 21:02:15.879048 [ 197 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4273 | 2024.09.01 21:02:15.879134 [ 197 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4274 | 2024.09.01 21:02:15.879268 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.66 MiB. | ||
4275 | 2024.09.01 21:02:20.888309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4276 | 2024.09.01 21:02:20.888440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4277 | 2024.09.01 21:02:20.888465 [ 3 ] {} <Debug> HTTP-Session: fb8b0f56-f90e-4337-b2d2-f1a1ebfdba05 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4278 | 2024.09.01 21:02:20.888491 [ 3 ] {} <Debug> HTTP-Session: fb8b0f56-f90e-4337-b2d2-f1a1ebfdba05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4279 | 2024.09.01 21:02:20.888506 [ 3 ] {} <Debug> HTTP-Session: fb8b0f56-f90e-4337-b2d2-f1a1ebfdba05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4280 | 2024.09.01 21:02:20.888554 [ 3 ] {} <Trace> HTTP-Session: fb8b0f56-f90e-4337-b2d2-f1a1ebfdba05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4281 | 2024.09.01 21:02:20.888738 [ 3 ] {d165619e-675a-4639-aaf4-d65f12925291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4282 | 2024.09.01 21:02:20.888801 [ 3 ] {d165619e-675a-4639-aaf4-d65f12925291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4283 | 2024.09.01 21:02:20.889125 [ 3 ] {d165619e-675a-4639-aaf4-d65f12925291} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4284 | 2024.09.01 21:02:20.889529 [ 3 ] {d165619e-675a-4639-aaf4-d65f12925291} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4285 | 2024.09.01 21:02:20.889569 [ 3 ] {d165619e-675a-4639-aaf4-d65f12925291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4286 | 2024.09.01 21:02:20.889971 [ 3 ] {d165619e-675a-4639-aaf4-d65f12925291} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4287 | 2024.09.01 21:02:20.890359 [ 3 ] {d165619e-675a-4639-aaf4-d65f12925291} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4288 | 2024.09.01 21:02:20.890499 [ 3 ] {d165619e-675a-4639-aaf4-d65f12925291} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001813 sec., 1103.1439602868174 rows/sec., 89.95 KiB/sec. | ||
4289 | 2024.09.01 21:02:20.890701 [ 3 ] {d165619e-675a-4639-aaf4-d65f12925291} <Debug> DynamicQueryHandler: Done processing query | ||
4290 | 2024.09.01 21:02:20.890726 [ 3 ] {d165619e-675a-4639-aaf4-d65f12925291} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4291 | 2024.09.01 21:02:20.890742 [ 3 ] {} <Debug> HTTP-Session: fb8b0f56-f90e-4337-b2d2-f1a1ebfdba05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4292 | 2024.09.01 21:02:20.891063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 200170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4293 | 2024.09.01 21:02:20.891115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4294 | 2024.09.01 21:02:20.891134 [ 3 ] {} <Debug> HTTP-Session: 5f86feca-8e43-4b59-8e67-69d802f28ba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4295 | 2024.09.01 21:02:20.891152 [ 3 ] {} <Debug> HTTP-Session: 5f86feca-8e43-4b59-8e67-69d802f28ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4296 | 2024.09.01 21:02:20.891166 [ 3 ] {} <Debug> HTTP-Session: 5f86feca-8e43-4b59-8e67-69d802f28ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4297 | 2024.09.01 21:02:20.891198 [ 3 ] {} <Trace> HTTP-Session: 5f86feca-8e43-4b59-8e67-69d802f28ba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4298 | 2024.09.01 21:02:20.891659 [ 3 ] {c0893729-867b-4896-a839-8d599b33f9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4299 | 2024.09.01 21:02:20.891705 [ 3 ] {c0893729-867b-4896-a839-8d599b33f9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4300 | 2024.09.01 21:02:20.891928 [ 3 ] {c0893729-867b-4896-a839-8d599b33f9a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4301 | 2024.09.01 21:02:20.893086 [ 3 ] {c0893729-867b-4896-a839-8d599b33f9a4} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4302 | 2024.09.01 21:02:20.893122 [ 3 ] {c0893729-867b-4896-a839-8d599b33f9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4303 | 2024.09.01 21:02:20.893557 [ 3 ] {c0893729-867b-4896-a839-8d599b33f9a4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4304 | 2024.09.01 21:02:20.893927 [ 3 ] {c0893729-867b-4896-a839-8d599b33f9a4} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4305 | 2024.09.01 21:02:20.894054 [ 3 ] {c0893729-867b-4896-a839-8d599b33f9a4} <Debug> executeQuery: Read 1370 rows, 117.30 KiB in 0.002727 sec., 502383.5716905024 rows/sec., 42.01 MiB/sec. | ||
4306 | 2024.09.01 21:02:20.894214 [ 3 ] {c0893729-867b-4896-a839-8d599b33f9a4} <Debug> DynamicQueryHandler: Done processing query | ||
4307 | 2024.09.01 21:02:20.894237 [ 3 ] {c0893729-867b-4896-a839-8d599b33f9a4} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
4308 | 2024.09.01 21:02:20.894254 [ 3 ] {} <Debug> HTTP-Session: 5f86feca-8e43-4b59-8e67-69d802f28ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4309 | 2024.09.01 21:02:20.894446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4310 | 2024.09.01 21:02:20.894493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4311 | 2024.09.01 21:02:20.894511 [ 3 ] {} <Debug> HTTP-Session: 7baa6399-1cbd-4115-b23e-ee0885ccf253 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4312 | 2024.09.01 21:02:20.894528 [ 3 ] {} <Debug> HTTP-Session: 7baa6399-1cbd-4115-b23e-ee0885ccf253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4313 | 2024.09.01 21:02:20.894542 [ 3 ] {} <Debug> HTTP-Session: 7baa6399-1cbd-4115-b23e-ee0885ccf253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4314 | 2024.09.01 21:02:20.894575 [ 3 ] {} <Trace> HTTP-Session: 7baa6399-1cbd-4115-b23e-ee0885ccf253 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4315 | 2024.09.01 21:02:20.894676 [ 3 ] {f4b15ef9-58f7-4e83-aa12-a4b721076759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4316 | 2024.09.01 21:02:20.894718 [ 3 ] {f4b15ef9-58f7-4e83-aa12-a4b721076759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4317 | 2024.09.01 21:02:20.894937 [ 3 ] {f4b15ef9-58f7-4e83-aa12-a4b721076759} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4318 | 2024.09.01 21:02:20.895255 [ 3 ] {f4b15ef9-58f7-4e83-aa12-a4b721076759} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4319 | 2024.09.01 21:02:20.895290 [ 3 ] {f4b15ef9-58f7-4e83-aa12-a4b721076759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4320 | 2024.09.01 21:02:20.895638 [ 3 ] {f4b15ef9-58f7-4e83-aa12-a4b721076759} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4321 | 2024.09.01 21:02:20.895992 [ 3 ] {f4b15ef9-58f7-4e83-aa12-a4b721076759} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4322 | 2024.09.01 21:02:20.896119 [ 3 ] {f4b15ef9-58f7-4e83-aa12-a4b721076759} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001474 sec., 25101.763907734057 rows/sec., 1.84 MiB/sec. | ||
4323 | 2024.09.01 21:02:20.896285 [ 3 ] {f4b15ef9-58f7-4e83-aa12-a4b721076759} <Debug> DynamicQueryHandler: Done processing query | ||
4324 | 2024.09.01 21:02:20.896309 [ 3 ] {f4b15ef9-58f7-4e83-aa12-a4b721076759} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4325 | 2024.09.01 21:02:20.896326 [ 3 ] {} <Debug> HTTP-Session: 7baa6399-1cbd-4115-b23e-ee0885ccf253 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4326 | 2024.09.01 21:02:20.896495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4327 | 2024.09.01 21:02:20.896542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4328 | 2024.09.01 21:02:20.896561 [ 3 ] {} <Debug> HTTP-Session: b7605494-c9bc-4565-b65c-368d7969538a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4329 | 2024.09.01 21:02:20.896578 [ 3 ] {} <Debug> HTTP-Session: b7605494-c9bc-4565-b65c-368d7969538a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4330 | 2024.09.01 21:02:20.896593 [ 3 ] {} <Debug> HTTP-Session: b7605494-c9bc-4565-b65c-368d7969538a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4331 | 2024.09.01 21:02:20.896624 [ 3 ] {} <Trace> HTTP-Session: b7605494-c9bc-4565-b65c-368d7969538a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4332 | 2024.09.01 21:02:20.896794 [ 3 ] {97dd191f-522e-4742-9920-5bd091115561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4333 | 2024.09.01 21:02:20.896838 [ 3 ] {97dd191f-522e-4742-9920-5bd091115561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4334 | 2024.09.01 21:02:20.897058 [ 3 ] {97dd191f-522e-4742-9920-5bd091115561} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4335 | 2024.09.01 21:02:20.897486 [ 3 ] {97dd191f-522e-4742-9920-5bd091115561} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4336 | 2024.09.01 21:02:20.897523 [ 3 ] {97dd191f-522e-4742-9920-5bd091115561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4337 | 2024.09.01 21:02:20.897880 [ 3 ] {97dd191f-522e-4742-9920-5bd091115561} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4338 | 2024.09.01 21:02:20.898225 [ 3 ] {97dd191f-522e-4742-9920-5bd091115561} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4339 | 2024.09.01 21:02:20.898348 [ 3 ] {97dd191f-522e-4742-9920-5bd091115561} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001645 sec., 147112.46200607903 rows/sec., 9.97 MiB/sec. | ||
4340 | 2024.09.01 21:02:20.898636 [ 3 ] {97dd191f-522e-4742-9920-5bd091115561} <Debug> DynamicQueryHandler: Done processing query | ||
4341 | 2024.09.01 21:02:20.898661 [ 3 ] {97dd191f-522e-4742-9920-5bd091115561} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4342 | 2024.09.01 21:02:20.898677 [ 3 ] {} <Debug> HTTP-Session: b7605494-c9bc-4565-b65c-368d7969538a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4343 | 2024.09.01 21:02:20.898812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4344 | 2024.09.01 21:02:20.898858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4345 | 2024.09.01 21:02:20.898877 [ 3 ] {} <Debug> HTTP-Session: 3d6eac4e-0c4d-4379-a08d-8e4f9e4959ce Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4346 | 2024.09.01 21:02:20.898894 [ 3 ] {} <Debug> HTTP-Session: 3d6eac4e-0c4d-4379-a08d-8e4f9e4959ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4347 | 2024.09.01 21:02:20.898907 [ 3 ] {} <Debug> HTTP-Session: 3d6eac4e-0c4d-4379-a08d-8e4f9e4959ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4348 | 2024.09.01 21:02:20.898938 [ 3 ] {} <Trace> HTTP-Session: 3d6eac4e-0c4d-4379-a08d-8e4f9e4959ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4349 | 2024.09.01 21:02:20.899065 [ 3 ] {ae90b316-c200-414e-9699-e7ecfec0e576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4350 | 2024.09.01 21:02:20.899113 [ 3 ] {ae90b316-c200-414e-9699-e7ecfec0e576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4351 | 2024.09.01 21:02:20.899352 [ 3 ] {ae90b316-c200-414e-9699-e7ecfec0e576} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4352 | 2024.09.01 21:02:20.899669 [ 3 ] {ae90b316-c200-414e-9699-e7ecfec0e576} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4353 | 2024.09.01 21:02:20.899705 [ 3 ] {ae90b316-c200-414e-9699-e7ecfec0e576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4354 | 2024.09.01 21:02:20.900050 [ 3 ] {ae90b316-c200-414e-9699-e7ecfec0e576} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4355 | 2024.09.01 21:02:20.900490 [ 3 ] {ae90b316-c200-414e-9699-e7ecfec0e576} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4356 | 2024.09.01 21:02:20.900622 [ 3 ] {ae90b316-c200-414e-9699-e7ecfec0e576} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 221.83 KiB/sec. | ||
4357 | 2024.09.01 21:02:20.900790 [ 3 ] {ae90b316-c200-414e-9699-e7ecfec0e576} <Debug> DynamicQueryHandler: Done processing query | ||
4358 | 2024.09.01 21:02:20.900815 [ 3 ] {ae90b316-c200-414e-9699-e7ecfec0e576} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4359 | 2024.09.01 21:02:20.900831 [ 3 ] {} <Debug> HTTP-Session: 3d6eac4e-0c4d-4379-a08d-8e4f9e4959ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4360 | 2024.09.01 21:02:20.901059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 136927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4361 | 2024.09.01 21:02:20.901110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4362 | 2024.09.01 21:02:20.901129 [ 3 ] {} <Debug> HTTP-Session: 0bb7693b-3fb1-4ba9-b9e7-53de3c7e674e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4363 | 2024.09.01 21:02:20.901145 [ 3 ] {} <Debug> HTTP-Session: 0bb7693b-3fb1-4ba9-b9e7-53de3c7e674e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4364 | 2024.09.01 21:02:20.901159 [ 3 ] {} <Debug> HTTP-Session: 0bb7693b-3fb1-4ba9-b9e7-53de3c7e674e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4365 | 2024.09.01 21:02:20.901190 [ 3 ] {} <Trace> HTTP-Session: 0bb7693b-3fb1-4ba9-b9e7-53de3c7e674e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4366 | 2024.09.01 21:02:20.901499 [ 3 ] {17255351-1ee8-432f-8dee-74902364073a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4367 | 2024.09.01 21:02:20.901543 [ 3 ] {17255351-1ee8-432f-8dee-74902364073a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4368 | 2024.09.01 21:02:20.901802 [ 3 ] {17255351-1ee8-432f-8dee-74902364073a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4369 | 2024.09.01 21:02:20.902567 [ 3 ] {17255351-1ee8-432f-8dee-74902364073a} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4370 | 2024.09.01 21:02:20.902606 [ 3 ] {17255351-1ee8-432f-8dee-74902364073a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4371 | 2024.09.01 21:02:20.903091 [ 3 ] {17255351-1ee8-432f-8dee-74902364073a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4372 | 2024.09.01 21:02:20.903466 [ 3 ] {17255351-1ee8-432f-8dee-74902364073a} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4373 | 2024.09.01 21:02:20.903589 [ 3 ] {17255351-1ee8-432f-8dee-74902364073a} <Debug> executeQuery: Read 839 rows, 62.06 KiB in 0.002292 sec., 366055.8464223385 rows/sec., 26.44 MiB/sec. | ||
4374 | 2024.09.01 21:02:20.903746 [ 3 ] {17255351-1ee8-432f-8dee-74902364073a} <Debug> DynamicQueryHandler: Done processing query | ||
4375 | 2024.09.01 21:02:20.903771 [ 3 ] {17255351-1ee8-432f-8dee-74902364073a} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
4376 | 2024.09.01 21:02:20.903787 [ 3 ] {} <Debug> HTTP-Session: 0bb7693b-3fb1-4ba9-b9e7-53de3c7e674e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4377 | 2024.09.01 21:02:20.903977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4378 | 2024.09.01 21:02:20.904043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4379 | 2024.09.01 21:02:20.904067 [ 3 ] {} <Debug> HTTP-Session: 9a4bb33b-911f-4142-8183-e8219f76f886 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4380 | 2024.09.01 21:02:20.904084 [ 3 ] {} <Debug> HTTP-Session: 9a4bb33b-911f-4142-8183-e8219f76f886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4381 | 2024.09.01 21:02:20.904099 [ 3 ] {} <Debug> HTTP-Session: 9a4bb33b-911f-4142-8183-e8219f76f886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4382 | 2024.09.01 21:02:20.904131 [ 3 ] {} <Trace> HTTP-Session: 9a4bb33b-911f-4142-8183-e8219f76f886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4383 | 2024.09.01 21:02:20.904245 [ 3 ] {7b1de00f-6365-4c25-b1ec-db1126ab5647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4384 | 2024.09.01 21:02:20.904292 [ 3 ] {7b1de00f-6365-4c25-b1ec-db1126ab5647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4385 | 2024.09.01 21:02:20.904421 [ 3 ] {7b1de00f-6365-4c25-b1ec-db1126ab5647} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4386 | 2024.09.01 21:02:20.904670 [ 3 ] {7b1de00f-6365-4c25-b1ec-db1126ab5647} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4387 | 2024.09.01 21:02:20.904708 [ 3 ] {7b1de00f-6365-4c25-b1ec-db1126ab5647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4388 | 2024.09.01 21:02:20.905133 [ 3 ] {7b1de00f-6365-4c25-b1ec-db1126ab5647} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4389 | 2024.09.01 21:02:20.905598 [ 3 ] {7b1de00f-6365-4c25-b1ec-db1126ab5647} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4390 | 2024.09.01 21:02:20.905743 [ 3 ] {7b1de00f-6365-4c25-b1ec-db1126ab5647} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec. | ||
4391 | 2024.09.01 21:02:20.905934 [ 3 ] {7b1de00f-6365-4c25-b1ec-db1126ab5647} <Debug> DynamicQueryHandler: Done processing query | ||
4392 | 2024.09.01 21:02:20.905959 [ 3 ] {7b1de00f-6365-4c25-b1ec-db1126ab5647} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4393 | 2024.09.01 21:02:20.905974 [ 3 ] {} <Debug> HTTP-Session: 9a4bb33b-911f-4142-8183-e8219f76f886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4394 | 2024.09.01 21:02:20.906187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 162915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4395 | 2024.09.01 21:02:20.906236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4396 | 2024.09.01 21:02:20.906257 [ 3 ] {} <Debug> HTTP-Session: 189ed0d6-bc05-4998-835a-b05edac8b92e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4397 | 2024.09.01 21:02:20.906273 [ 3 ] {} <Debug> HTTP-Session: 189ed0d6-bc05-4998-835a-b05edac8b92e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4398 | 2024.09.01 21:02:20.906287 [ 3 ] {} <Debug> HTTP-Session: 189ed0d6-bc05-4998-835a-b05edac8b92e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4399 | 2024.09.01 21:02:20.906318 [ 3 ] {} <Trace> HTTP-Session: 189ed0d6-bc05-4998-835a-b05edac8b92e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4400 | 2024.09.01 21:02:20.906684 [ 3 ] {a502feba-d50a-4842-b211-ca3e6746f9ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4401 | 2024.09.01 21:02:20.906732 [ 3 ] {a502feba-d50a-4842-b211-ca3e6746f9ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4402 | 2024.09.01 21:02:20.906871 [ 3 ] {a502feba-d50a-4842-b211-ca3e6746f9ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4403 | 2024.09.01 21:02:20.907712 [ 3 ] {a502feba-d50a-4842-b211-ca3e6746f9ef} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4404 | 2024.09.01 21:02:20.907747 [ 3 ] {a502feba-d50a-4842-b211-ca3e6746f9ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4405 | 2024.09.01 21:02:20.908176 [ 3 ] {a502feba-d50a-4842-b211-ca3e6746f9ef} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4406 | 2024.09.01 21:02:20.908517 [ 3 ] {a502feba-d50a-4842-b211-ca3e6746f9ef} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4407 | 2024.09.01 21:02:20.908647 [ 3 ] {a502feba-d50a-4842-b211-ca3e6746f9ef} <Debug> executeQuery: Read 862 rows, 58.78 KiB in 0.002216 sec., 388989.16967509023 rows/sec., 25.90 MiB/sec. | ||
4408 | 2024.09.01 21:02:20.908978 [ 3 ] {a502feba-d50a-4842-b211-ca3e6746f9ef} <Debug> DynamicQueryHandler: Done processing query | ||
4409 | 2024.09.01 21:02:20.909004 [ 3 ] {a502feba-d50a-4842-b211-ca3e6746f9ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
4410 | 2024.09.01 21:02:20.909020 [ 3 ] {} <Debug> HTTP-Session: 189ed0d6-bc05-4998-835a-b05edac8b92e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4411 | 2024.09.01 21:02:20.909260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4412 | 2024.09.01 21:02:20.909310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4413 | 2024.09.01 21:02:20.909329 [ 3 ] {} <Debug> HTTP-Session: 217df31c-b198-426e-b33b-67aa70caf05f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4414 | 2024.09.01 21:02:20.909346 [ 3 ] {} <Debug> HTTP-Session: 217df31c-b198-426e-b33b-67aa70caf05f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4415 | 2024.09.01 21:02:20.909360 [ 3 ] {} <Debug> HTTP-Session: 217df31c-b198-426e-b33b-67aa70caf05f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4416 | 2024.09.01 21:02:20.909391 [ 3 ] {} <Trace> HTTP-Session: 217df31c-b198-426e-b33b-67aa70caf05f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4417 | 2024.09.01 21:02:20.909486 [ 3 ] {abd1103f-ea6b-471f-bb19-b7f2d0bdbcee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4418 | 2024.09.01 21:02:20.909533 [ 3 ] {abd1103f-ea6b-471f-bb19-b7f2d0bdbcee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4419 | 2024.09.01 21:02:20.909694 [ 3 ] {abd1103f-ea6b-471f-bb19-b7f2d0bdbcee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4420 | 2024.09.01 21:02:20.909952 [ 3 ] {abd1103f-ea6b-471f-bb19-b7f2d0bdbcee} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4421 | 2024.09.01 21:02:20.909988 [ 3 ] {abd1103f-ea6b-471f-bb19-b7f2d0bdbcee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4422 | 2024.09.01 21:02:20.910330 [ 3 ] {abd1103f-ea6b-471f-bb19-b7f2d0bdbcee} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4423 | 2024.09.01 21:02:20.910650 [ 3 ] {abd1103f-ea6b-471f-bb19-b7f2d0bdbcee} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4424 | 2024.09.01 21:02:20.910776 [ 3 ] {abd1103f-ea6b-471f-bb19-b7f2d0bdbcee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec. | ||
4425 | 2024.09.01 21:02:20.910923 [ 3 ] {abd1103f-ea6b-471f-bb19-b7f2d0bdbcee} <Debug> DynamicQueryHandler: Done processing query | ||
4426 | 2024.09.01 21:02:20.910948 [ 3 ] {abd1103f-ea6b-471f-bb19-b7f2d0bdbcee} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4427 | 2024.09.01 21:02:20.910963 [ 3 ] {} <Debug> HTTP-Session: 217df31c-b198-426e-b33b-67aa70caf05f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4428 | 2024.09.01 21:02:20.911114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58728, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4429 | 2024.09.01 21:02:20.911163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4430 | 2024.09.01 21:02:20.911182 [ 3 ] {} <Debug> HTTP-Session: 9fae45c0-10fd-4672-a320-198da9c292aa Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4431 | 2024.09.01 21:02:20.911198 [ 3 ] {} <Debug> HTTP-Session: 9fae45c0-10fd-4672-a320-198da9c292aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4432 | 2024.09.01 21:02:20.911211 [ 3 ] {} <Debug> HTTP-Session: 9fae45c0-10fd-4672-a320-198da9c292aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4433 | 2024.09.01 21:02:20.911242 [ 3 ] {} <Trace> HTTP-Session: 9fae45c0-10fd-4672-a320-198da9c292aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4434 | 2024.09.01 21:02:20.911610 [ 3 ] {68dcec24-d298-4c49-bbf0-9aa227d2cefe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4435 | 2024.09.01 21:02:20.911673 [ 3 ] {68dcec24-d298-4c49-bbf0-9aa227d2cefe} <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 | ||
4436 | 2024.09.01 21:02:20.912064 [ 3 ] {68dcec24-d298-4c49-bbf0-9aa227d2cefe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4437 | 2024.09.01 21:02:20.912833 [ 3 ] {68dcec24-d298-4c49-bbf0-9aa227d2cefe} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4438 | 2024.09.01 21:02:20.912870 [ 3 ] {68dcec24-d298-4c49-bbf0-9aa227d2cefe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4439 | 2024.09.01 21:02:20.913534 [ 3 ] {68dcec24-d298-4c49-bbf0-9aa227d2cefe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4440 | 2024.09.01 21:02:20.913956 [ 3 ] {68dcec24-d298-4c49-bbf0-9aa227d2cefe} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4441 | 2024.09.01 21:02:20.914099 [ 3 ] {68dcec24-d298-4c49-bbf0-9aa227d2cefe} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002775 sec., 12612.612612612613 rows/sec., 22.60 MiB/sec. | ||
4442 | 2024.09.01 21:02:20.914344 [ 3 ] {68dcec24-d298-4c49-bbf0-9aa227d2cefe} <Debug> DynamicQueryHandler: Done processing query | ||
4443 | 2024.09.01 21:02:20.914374 [ 3 ] {68dcec24-d298-4c49-bbf0-9aa227d2cefe} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4444 | 2024.09.01 21:02:20.914396 [ 3 ] {} <Debug> HTTP-Session: 9fae45c0-10fd-4672-a320-198da9c292aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4445 | 2024.09.01 21:02:20.914525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4446 | 2024.09.01 21:02:20.914576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4447 | 2024.09.01 21:02:20.914595 [ 3 ] {} <Debug> HTTP-Session: b6be5901-dec0-4c19-9972-8e14ba328841 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4448 | 2024.09.01 21:02:20.914612 [ 3 ] {} <Debug> HTTP-Session: b6be5901-dec0-4c19-9972-8e14ba328841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4449 | 2024.09.01 21:02:20.914626 [ 3 ] {} <Debug> HTTP-Session: b6be5901-dec0-4c19-9972-8e14ba328841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4450 | 2024.09.01 21:02:20.914656 [ 3 ] {} <Trace> HTTP-Session: b6be5901-dec0-4c19-9972-8e14ba328841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4451 | 2024.09.01 21:02:20.914773 [ 3 ] {8113f92a-e95f-44f7-8301-7a7ec5f49f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4452 | 2024.09.01 21:02:20.914817 [ 3 ] {8113f92a-e95f-44f7-8301-7a7ec5f49f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4453 | 2024.09.01 21:02:20.914941 [ 3 ] {8113f92a-e95f-44f7-8301-7a7ec5f49f4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4454 | 2024.09.01 21:02:20.915247 [ 3 ] {8113f92a-e95f-44f7-8301-7a7ec5f49f4b} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4455 | 2024.09.01 21:02:20.915282 [ 3 ] {8113f92a-e95f-44f7-8301-7a7ec5f49f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4456 | 2024.09.01 21:02:20.915635 [ 3 ] {8113f92a-e95f-44f7-8301-7a7ec5f49f4b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4457 | 2024.09.01 21:02:20.915962 [ 3 ] {8113f92a-e95f-44f7-8301-7a7ec5f49f4b} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4458 | 2024.09.01 21:02:20.916094 [ 3 ] {8113f92a-e95f-44f7-8301-7a7ec5f49f4b} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001357 sec., 38319.82313927782 rows/sec., 2.37 MiB/sec. | ||
4459 | 2024.09.01 21:02:20.916254 [ 3 ] {8113f92a-e95f-44f7-8301-7a7ec5f49f4b} <Debug> DynamicQueryHandler: Done processing query | ||
4460 | 2024.09.01 21:02:20.916278 [ 3 ] {8113f92a-e95f-44f7-8301-7a7ec5f49f4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4461 | 2024.09.01 21:02:20.916294 [ 3 ] {} <Debug> HTTP-Session: b6be5901-dec0-4c19-9972-8e14ba328841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4462 | 2024.09.01 21:02:24.016967 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4463 | 2024.09.01 21:02:24.017030 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4464 | 2024.09.01 21:02:25.001715 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001236066 sec. | ||
4465 | 2024.09.01 21:02:25.853758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4466 | 2024.09.01 21:02:25.853885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4467 | 2024.09.01 21:02:25.853911 [ 3 ] {} <Debug> HTTP-Session: f166f98e-f154-4165-8f82-a6965f7fc4bf Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4468 | 2024.09.01 21:02:25.853936 [ 3 ] {} <Debug> HTTP-Session: f166f98e-f154-4165-8f82-a6965f7fc4bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4469 | 2024.09.01 21:02:25.853950 [ 3 ] {} <Debug> HTTP-Session: f166f98e-f154-4165-8f82-a6965f7fc4bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4470 | 2024.09.01 21:02:25.853999 [ 3 ] {} <Trace> HTTP-Session: f166f98e-f154-4165-8f82-a6965f7fc4bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4471 | 2024.09.01 21:02:25.854196 [ 3 ] {af712f0d-d237-49f0-a3b7-851636b6109e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4472 | 2024.09.01 21:02:25.854264 [ 3 ] {af712f0d-d237-49f0-a3b7-851636b6109e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4473 | 2024.09.01 21:02:25.854591 [ 3 ] {af712f0d-d237-49f0-a3b7-851636b6109e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4474 | 2024.09.01 21:02:25.855024 [ 3 ] {af712f0d-d237-49f0-a3b7-851636b6109e} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4475 | 2024.09.01 21:02:25.855073 [ 3 ] {af712f0d-d237-49f0-a3b7-851636b6109e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4476 | 2024.09.01 21:02:25.855499 [ 3 ] {af712f0d-d237-49f0-a3b7-851636b6109e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4477 | 2024.09.01 21:02:25.855882 [ 3 ] {af712f0d-d237-49f0-a3b7-851636b6109e} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4478 | 2024.09.01 21:02:25.856042 [ 3 ] {af712f0d-d237-49f0-a3b7-851636b6109e} <Debug> executeQuery: Read 30 rows, 2.36 KiB in 0.001908 sec., 15723.270440251572 rows/sec., 1.21 MiB/sec. | ||
4479 | 2024.09.01 21:02:25.856103 [ 153 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4480 | 2024.09.01 21:02:25.856231 [ 153 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4481 | 2024.09.01 21:02:25.856266 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4482 | 2024.09.01 21:02:25.856405 [ 3 ] {af712f0d-d237-49f0-a3b7-851636b6109e} <Debug> DynamicQueryHandler: Done processing query | ||
4483 | 2024.09.01 21:02:25.856506 [ 3 ] {af712f0d-d237-49f0-a3b7-851636b6109e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4484 | 2024.09.01 21:02:25.856538 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
4485 | 2024.09.01 21:02:25.856578 [ 3 ] {} <Debug> HTTP-Session: f166f98e-f154-4165-8f82-a6965f7fc4bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4486 | 2024.09.01 21:02:25.856787 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4487 | 2024.09.01 21:02:25.856844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4488 | 2024.09.01 21:02:25.856851 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1377 rows starting from the beginning of the part | ||
4489 | 2024.09.01 21:02:25.856940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4490 | 2024.09.01 21:02:25.856997 [ 3 ] {} <Debug> HTTP-Session: ba902e40-2ede-41c9-a445-6a5ae70be4a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4491 | 2024.09.01 21:02:25.857062 [ 3 ] {} <Debug> HTTP-Session: ba902e40-2ede-41c9-a445-6a5ae70be4a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4492 | 2024.09.01 21:02:25.857094 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
4493 | 2024.09.01 21:02:25.857115 [ 3 ] {} <Debug> HTTP-Session: ba902e40-2ede-41c9-a445-6a5ae70be4a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4494 | 2024.09.01 21:02:25.857282 [ 3 ] {} <Trace> HTTP-Session: ba902e40-2ede-41c9-a445-6a5ae70be4a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4495 | 2024.09.01 21:02:25.857443 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 230 rows starting from the beginning of the part | ||
4496 | 2024.09.01 21:02:25.857707 [ 3 ] {8c4eef49-7168-4c20-91a1-672cf1c7dbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4497 | 2024.09.01 21:02:25.857744 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
4498 | 2024.09.01 21:02:25.857862 [ 3 ] {8c4eef49-7168-4c20-91a1-672cf1c7dbf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4499 | 2024.09.01 21:02:25.858132 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1370 rows starting from the beginning of the part | ||
4500 | 2024.09.01 21:02:25.858429 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
4501 | 2024.09.01 21:02:25.859176 [ 3 ] {8c4eef49-7168-4c20-91a1-672cf1c7dbf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4502 | 2024.09.01 21:02:25.859888 [ 3 ] {8c4eef49-7168-4c20-91a1-672cf1c7dbf3} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4503 | 2024.09.01 21:02:25.859951 [ 3 ] {8c4eef49-7168-4c20-91a1-672cf1c7dbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4504 | 2024.09.01 21:02:25.860803 [ 3 ] {8c4eef49-7168-4c20-91a1-672cf1c7dbf3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4505 | 2024.09.01 21:02:25.861599 [ 3 ] {8c4eef49-7168-4c20-91a1-672cf1c7dbf3} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4506 | 2024.09.01 21:02:25.862030 [ 3 ] {8c4eef49-7168-4c20-91a1-672cf1c7dbf3} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.004464 sec., 448.02867383512546 rows/sec., 33.69 KiB/sec. | ||
4507 | 2024.09.01 21:02:25.862047 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3067 rows, containing 5 columns (5 merged, 0 gathered) in 0.005693047 sec., 538727.3282655141 rows/sec., 47.25 MiB/sec. | ||
4508 | 2024.09.01 21:02:25.862556 [ 3 ] {8c4eef49-7168-4c20-91a1-672cf1c7dbf3} <Debug> DynamicQueryHandler: Done processing query | ||
4509 | 2024.09.01 21:02:25.862634 [ 3 ] {8c4eef49-7168-4c20-91a1-672cf1c7dbf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4510 | 2024.09.01 21:02:25.862665 [ 3 ] {} <Debug> HTTP-Session: ba902e40-2ede-41c9-a445-6a5ae70be4a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4511 | 2024.09.01 21:02:25.862667 [ 189 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4512 | 2024.09.01 21:02:25.862824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4513 | 2024.09.01 21:02:25.862902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4514 | 2024.09.01 21:02:25.862938 [ 3 ] {} <Debug> HTTP-Session: 8b80c0eb-30f6-4221-9cf4-92dfb70a4eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4515 | 2024.09.01 21:02:25.863005 [ 3 ] {} <Debug> HTTP-Session: 8b80c0eb-30f6-4221-9cf4-92dfb70a4eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4516 | 2024.09.01 21:02:25.863058 [ 3 ] {} <Debug> HTTP-Session: 8b80c0eb-30f6-4221-9cf4-92dfb70a4eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4517 | 2024.09.01 21:02:25.863212 [ 3 ] {} <Trace> HTTP-Session: 8b80c0eb-30f6-4221-9cf4-92dfb70a4eb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4518 | 2024.09.01 21:02:25.863449 [ 3 ] {0d599eba-434c-4a72-ba34-ea6628ed9fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4519 | 2024.09.01 21:02:25.863514 [ 3 ] {0d599eba-434c-4a72-ba34-ea6628ed9fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4520 | 2024.09.01 21:02:25.863614 [ 189 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_21_4} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4521 | 2024.09.01 21:02:25.863828 [ 189 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_21_4} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4522 | 2024.09.01 21:02:25.864033 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
4523 | 2024.09.01 21:02:25.864164 [ 3 ] {0d599eba-434c-4a72-ba34-ea6628ed9fda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4524 | 2024.09.01 21:02:25.864533 [ 3 ] {0d599eba-434c-4a72-ba34-ea6628ed9fda} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4525 | 2024.09.01 21:02:25.864573 [ 3 ] {0d599eba-434c-4a72-ba34-ea6628ed9fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4526 | 2024.09.01 21:02:25.864938 [ 3 ] {0d599eba-434c-4a72-ba34-ea6628ed9fda} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4527 | 2024.09.01 21:02:25.865303 [ 3 ] {0d599eba-434c-4a72-ba34-ea6628ed9fda} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4528 | 2024.09.01 21:02:25.865465 [ 153 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4529 | 2024.09.01 21:02:25.865472 [ 3 ] {0d599eba-434c-4a72-ba34-ea6628ed9fda} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002105 sec., 14251.781472684084 rows/sec., 1.11 MiB/sec. | ||
4530 | 2024.09.01 21:02:25.865531 [ 153 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4531 | 2024.09.01 21:02:25.865594 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4532 | 2024.09.01 21:02:25.865868 [ 3 ] {0d599eba-434c-4a72-ba34-ea6628ed9fda} <Debug> DynamicQueryHandler: Done processing query | ||
4533 | 2024.09.01 21:02:25.865938 [ 3 ] {0d599eba-434c-4a72-ba34-ea6628ed9fda} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4534 | 2024.09.01 21:02:25.866034 [ 3 ] {} <Debug> HTTP-Session: 8b80c0eb-30f6-4221-9cf4-92dfb70a4eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4535 | 2024.09.01 21:02:25.866039 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
4536 | 2024.09.01 21:02:25.866400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4537 | 2024.09.01 21:02:25.866623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4538 | 2024.09.01 21:02:25.866734 [ 3 ] {} <Debug> HTTP-Session: 7b4e8ea3-05b8-414e-ac16-83bbee68b2c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4539 | 2024.09.01 21:02:25.866799 [ 3 ] {} <Debug> HTTP-Session: 7b4e8ea3-05b8-414e-ac16-83bbee68b2c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4540 | 2024.09.01 21:02:25.866904 [ 3 ] {} <Debug> HTTP-Session: 7b4e8ea3-05b8-414e-ac16-83bbee68b2c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4541 | 2024.09.01 21:02:25.866906 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4542 | 2024.09.01 21:02:25.867047 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 863 rows starting from the beginning of the part | ||
4543 | 2024.09.01 21:02:25.867052 [ 3 ] {} <Trace> HTTP-Session: 7b4e8ea3-05b8-414e-ac16-83bbee68b2c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4544 | 2024.09.01 21:02:25.867334 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
4545 | 2024.09.01 21:02:25.867480 [ 3 ] {062f5dcf-c12f-42b0-bedd-77a8f6a79c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4546 | 2024.09.01 21:02:25.867547 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 383 rows starting from the beginning of the part | ||
4547 | 2024.09.01 21:02:25.867659 [ 3 ] {062f5dcf-c12f-42b0-bedd-77a8f6a79c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4548 | 2024.09.01 21:02:25.867857 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
4549 | 2024.09.01 21:02:25.868068 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 839 rows starting from the beginning of the part | ||
4550 | 2024.09.01 21:02:25.868368 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
4551 | 2024.09.01 21:02:25.868683 [ 3 ] {062f5dcf-c12f-42b0-bedd-77a8f6a79c53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4552 | 2024.09.01 21:02:25.869326 [ 3 ] {062f5dcf-c12f-42b0-bedd-77a8f6a79c53} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4553 | 2024.09.01 21:02:25.869366 [ 3 ] {062f5dcf-c12f-42b0-bedd-77a8f6a79c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4554 | 2024.09.01 21:02:25.870001 [ 3 ] {062f5dcf-c12f-42b0-bedd-77a8f6a79c53} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4555 | 2024.09.01 21:02:25.870450 [ 3 ] {062f5dcf-c12f-42b0-bedd-77a8f6a79c53} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4556 | 2024.09.01 21:02:25.870467 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.004765775 sec., 456379.0779044332 rows/sec., 34.73 MiB/sec. | ||
4557 | 2024.09.01 21:02:25.870656 [ 153 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4558 | 2024.09.01 21:02:25.870679 [ 3 ] {062f5dcf-c12f-42b0-bedd-77a8f6a79c53} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.003357 sec., 29788.50163836759 rows/sec., 2.07 MiB/sec. | ||
4559 | 2024.09.01 21:02:25.870699 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4560 | 2024.09.01 21:02:25.870726 [ 153 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4561 | 2024.09.01 21:02:25.870880 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4562 | 2024.09.01 21:02:25.871423 [ 3 ] {062f5dcf-c12f-42b0-bedd-77a8f6a79c53} <Debug> DynamicQueryHandler: Done processing query | ||
4563 | 2024.09.01 21:02:25.871549 [ 3 ] {062f5dcf-c12f-42b0-bedd-77a8f6a79c53} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4564 | 2024.09.01 21:02:25.871595 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
4565 | 2024.09.01 21:02:25.871642 [ 3 ] {} <Debug> HTTP-Session: 7b4e8ea3-05b8-414e-ac16-83bbee68b2c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4566 | 2024.09.01 21:02:25.872065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4567 | 2024.09.01 21:02:25.872257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4568 | 2024.09.01 21:02:25.872361 [ 3 ] {} <Debug> HTTP-Session: 0c5d4ff1-fc6c-4483-9ed8-a25815a2686a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4569 | 2024.09.01 21:02:25.872438 [ 3 ] {} <Debug> HTTP-Session: 0c5d4ff1-fc6c-4483-9ed8-a25815a2686a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4570 | 2024.09.01 21:02:25.872518 [ 3 ] {} <Debug> HTTP-Session: 0c5d4ff1-fc6c-4483-9ed8-a25815a2686a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4571 | 2024.09.01 21:02:25.872642 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4572 | 2024.09.01 21:02:25.872739 [ 3 ] {} <Trace> HTTP-Session: 0c5d4ff1-fc6c-4483-9ed8-a25815a2686a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4573 | 2024.09.01 21:02:25.872758 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5082 rows starting from the beginning of the part | ||
4574 | 2024.09.01 21:02:25.873172 [ 3 ] {7570d823-b470-44c4-ac90-46b1de5b3fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4575 | 2024.09.01 21:02:25.873256 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_21_4} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4576 | 2024.09.01 21:02:25.873319 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 100 rows starting from the beginning of the part | ||
4577 | 2024.09.01 21:02:25.873554 [ 3 ] {7570d823-b470-44c4-ac90-46b1de5b3fca} <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 | ||
4578 | 2024.09.01 21:02:25.873596 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_21_4} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4579 | 2024.09.01 21:02:25.873841 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 178 rows starting from the beginning of the part | ||
4580 | 2024.09.01 21:02:25.873956 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
4581 | 2024.09.01 21:02:25.874334 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 100 rows starting from the beginning of the part | ||
4582 | 2024.09.01 21:02:25.874712 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 862 rows starting from the beginning of the part | ||
4583 | 2024.09.01 21:02:25.875049 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 100 rows starting from the beginning of the part | ||
4584 | 2024.09.01 21:02:25.876396 [ 3 ] {7570d823-b470-44c4-ac90-46b1de5b3fca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4585 | 2024.09.01 21:02:25.877454 [ 3 ] {7570d823-b470-44c4-ac90-46b1de5b3fca} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4586 | 2024.09.01 21:02:25.877525 [ 3 ] {7570d823-b470-44c4-ac90-46b1de5b3fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4587 | 2024.09.01 21:02:25.879266 [ 3 ] {7570d823-b470-44c4-ac90-46b1de5b3fca} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4588 | 2024.09.01 21:02:25.879812 [ 3 ] {7570d823-b470-44c4-ac90-46b1de5b3fca} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4589 | 2024.09.01 21:02:25.880059 [ 3 ] {7570d823-b470-44c4-ac90-46b1de5b3fca} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.007131 sec., 280.4655728509325 rows/sec., 514.64 KiB/sec. | ||
4590 | 2024.09.01 21:02:25.880992 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6422 rows, containing 5 columns (5 merged, 0 gathered) in 0.009925284 sec., 647034.3820892178 rows/sec., 43.44 MiB/sec. | ||
4591 | 2024.09.01 21:02:25.881155 [ 3 ] {7570d823-b470-44c4-ac90-46b1de5b3fca} <Debug> DynamicQueryHandler: Done processing query | ||
4592 | 2024.09.01 21:02:25.881184 [ 3 ] {7570d823-b470-44c4-ac90-46b1de5b3fca} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4593 | 2024.09.01 21:02:25.881201 [ 3 ] {} <Debug> HTTP-Session: 0c5d4ff1-fc6c-4483-9ed8-a25815a2686a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4594 | 2024.09.01 21:02:25.881328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4595 | 2024.09.01 21:02:25.881378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4596 | 2024.09.01 21:02:25.881397 [ 3 ] {} <Debug> HTTP-Session: dbf9925d-4419-4756-b41c-baf5e66ed409 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4597 | 2024.09.01 21:02:25.881415 [ 3 ] {} <Debug> HTTP-Session: dbf9925d-4419-4756-b41c-baf5e66ed409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4598 | 2024.09.01 21:02:25.881429 [ 3 ] {} <Debug> HTTP-Session: dbf9925d-4419-4756-b41c-baf5e66ed409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4599 | 2024.09.01 21:02:25.881462 [ 3 ] {} <Trace> HTTP-Session: dbf9925d-4419-4756-b41c-baf5e66ed409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4600 | 2024.09.01 21:02:25.881648 [ 3 ] {0cb0edef-78ce-49af-b431-1b87803bfae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4601 | 2024.09.01 21:02:25.881670 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4602 | 2024.09.01 21:02:25.881718 [ 3 ] {0cb0edef-78ce-49af-b431-1b87803bfae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4603 | 2024.09.01 21:02:25.882136 [ 3 ] {0cb0edef-78ce-49af-b431-1b87803bfae8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4604 | 2024.09.01 21:02:25.882868 [ 3 ] {0cb0edef-78ce-49af-b431-1b87803bfae8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4605 | 2024.09.01 21:02:25.882922 [ 3 ] {0cb0edef-78ce-49af-b431-1b87803bfae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4606 | 2024.09.01 21:02:25.883242 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4607 | 2024.09.01 21:02:25.883524 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4608 | 2024.09.01 21:02:25.883567 [ 3 ] {0cb0edef-78ce-49af-b431-1b87803bfae8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4609 | 2024.09.01 21:02:25.883701 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
4610 | 2024.09.01 21:02:25.884002 [ 3 ] {0cb0edef-78ce-49af-b431-1b87803bfae8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4611 | 2024.09.01 21:02:25.884175 [ 153 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4612 | 2024.09.01 21:02:25.884185 [ 3 ] {0cb0edef-78ce-49af-b431-1b87803bfae8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002585 sec., 11605.41586073501 rows/sec., 814.12 KiB/sec. | ||
4613 | 2024.09.01 21:02:25.884244 [ 153 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4614 | 2024.09.01 21:02:25.884323 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4615 | 2024.09.01 21:02:25.884525 [ 3 ] {0cb0edef-78ce-49af-b431-1b87803bfae8} <Debug> DynamicQueryHandler: Done processing query | ||
4616 | 2024.09.01 21:02:25.884525 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
4617 | 2024.09.01 21:02:25.884575 [ 3 ] {0cb0edef-78ce-49af-b431-1b87803bfae8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4618 | 2024.09.01 21:02:25.884630 [ 3 ] {} <Debug> HTTP-Session: dbf9925d-4419-4756-b41c-baf5e66ed409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4619 | 2024.09.01 21:02:25.884745 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4620 | 2024.09.01 21:02:25.884775 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 566 rows starting from the beginning of the part | ||
4621 | 2024.09.01 21:02:25.884837 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
4622 | 2024.09.01 21:02:25.885049 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 52 rows starting from the beginning of the part | ||
4623 | 2024.09.01 21:02:25.885245 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
4624 | 2024.09.01 21:02:25.885432 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 52 rows starting from the beginning of the part | ||
4625 | 2024.09.01 21:02:25.885607 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
4626 | 2024.09.01 21:02:25.886807 [ 193 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 760 rows, containing 4 columns (4 merged, 0 gathered) in 0.002375081 sec., 319989.0866879909 rows/sec., 20.91 MiB/sec. | ||
4627 | 2024.09.01 21:02:25.886990 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4628 | 2024.09.01 21:02:25.887409 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_21_4} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4629 | 2024.09.01 21:02:25.887494 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_21_4} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4630 | 2024.09.01 21:02:25.887583 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
4631 | 2024.09.01 21:02:26.000163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.33 MiB, peak 194.88 MiB, free memory in arenas 0.00 B, will set to 186.45 MiB (RSS), difference: 1.12 MiB | ||
4632 | 2024.09.01 21:02:30.859622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 35047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4633 | 2024.09.01 21:02:30.859804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4634 | 2024.09.01 21:02:30.859849 [ 3 ] {} <Debug> HTTP-Session: 5b230b57-5406-4c60-832e-877c0c26dac5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4635 | 2024.09.01 21:02:30.859891 [ 3 ] {} <Debug> HTTP-Session: 5b230b57-5406-4c60-832e-877c0c26dac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4636 | 2024.09.01 21:02:30.859920 [ 3 ] {} <Debug> HTTP-Session: 5b230b57-5406-4c60-832e-877c0c26dac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4637 | 2024.09.01 21:02:30.859999 [ 3 ] {} <Trace> HTTP-Session: 5b230b57-5406-4c60-832e-877c0c26dac5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4638 | 2024.09.01 21:02:30.860275 [ 3 ] {9ec91a78-4de3-497c-8bbf-1ca1b3adf133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4639 | 2024.09.01 21:02:30.860342 [ 3 ] {9ec91a78-4de3-497c-8bbf-1ca1b3adf133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4640 | 2024.09.01 21:02:30.860671 [ 3 ] {9ec91a78-4de3-497c-8bbf-1ca1b3adf133} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4641 | 2024.09.01 21:02:30.861256 [ 3 ] {9ec91a78-4de3-497c-8bbf-1ca1b3adf133} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4642 | 2024.09.01 21:02:30.861298 [ 3 ] {9ec91a78-4de3-497c-8bbf-1ca1b3adf133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4643 | 2024.09.01 21:02:30.861744 [ 3 ] {9ec91a78-4de3-497c-8bbf-1ca1b3adf133} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4644 | 2024.09.01 21:02:30.862137 [ 3 ] {9ec91a78-4de3-497c-8bbf-1ca1b3adf133} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4645 | 2024.09.01 21:02:30.862283 [ 3 ] {9ec91a78-4de3-497c-8bbf-1ca1b3adf133} <Debug> executeQuery: Read 229 rows, 21.11 KiB in 0.00211 sec., 108530.8056872038 rows/sec., 9.77 MiB/sec. | ||
4646 | 2024.09.01 21:02:30.862493 [ 3 ] {9ec91a78-4de3-497c-8bbf-1ca1b3adf133} <Debug> DynamicQueryHandler: Done processing query | ||
4647 | 2024.09.01 21:02:30.862520 [ 3 ] {9ec91a78-4de3-497c-8bbf-1ca1b3adf133} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4648 | 2024.09.01 21:02:30.862537 [ 3 ] {} <Debug> HTTP-Session: 5b230b57-5406-4c60-832e-877c0c26dac5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4649 | 2024.09.01 21:02:30.862716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4650 | 2024.09.01 21:02:30.862770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4651 | 2024.09.01 21:02:30.862789 [ 3 ] {} <Debug> HTTP-Session: ef476a80-19d4-40cc-83aa-9c0c21f5dfed Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4652 | 2024.09.01 21:02:30.862808 [ 3 ] {} <Debug> HTTP-Session: ef476a80-19d4-40cc-83aa-9c0c21f5dfed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4653 | 2024.09.01 21:02:30.862823 [ 3 ] {} <Debug> HTTP-Session: ef476a80-19d4-40cc-83aa-9c0c21f5dfed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4654 | 2024.09.01 21:02:30.862859 [ 3 ] {} <Trace> HTTP-Session: ef476a80-19d4-40cc-83aa-9c0c21f5dfed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4655 | 2024.09.01 21:02:30.862976 [ 3 ] {24eb45a6-8ef5-4cd9-af67-b2fd4c60652c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4656 | 2024.09.01 21:02:30.863023 [ 3 ] {24eb45a6-8ef5-4cd9-af67-b2fd4c60652c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4657 | 2024.09.01 21:02:30.863262 [ 3 ] {24eb45a6-8ef5-4cd9-af67-b2fd4c60652c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4658 | 2024.09.01 21:02:30.863615 [ 3 ] {24eb45a6-8ef5-4cd9-af67-b2fd4c60652c} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4659 | 2024.09.01 21:02:30.863651 [ 3 ] {24eb45a6-8ef5-4cd9-af67-b2fd4c60652c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4660 | 2024.09.01 21:02:30.863998 [ 3 ] {24eb45a6-8ef5-4cd9-af67-b2fd4c60652c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4661 | 2024.09.01 21:02:30.864359 [ 3 ] {24eb45a6-8ef5-4cd9-af67-b2fd4c60652c} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4662 | 2024.09.01 21:02:30.864489 [ 3 ] {24eb45a6-8ef5-4cd9-af67-b2fd4c60652c} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001549 sec., 22595.222724338284 rows/sec., 1.66 MiB/sec. | ||
4663 | 2024.09.01 21:02:30.864656 [ 3 ] {24eb45a6-8ef5-4cd9-af67-b2fd4c60652c} <Debug> DynamicQueryHandler: Done processing query | ||
4664 | 2024.09.01 21:02:30.864680 [ 3 ] {24eb45a6-8ef5-4cd9-af67-b2fd4c60652c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4665 | 2024.09.01 21:02:30.864695 [ 3 ] {} <Debug> HTTP-Session: ef476a80-19d4-40cc-83aa-9c0c21f5dfed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4666 | 2024.09.01 21:02:30.864825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4667 | 2024.09.01 21:02:30.864875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4668 | 2024.09.01 21:02:30.864893 [ 3 ] {} <Debug> HTTP-Session: 86488f21-e901-4353-84c0-dbc930ba46ba Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4669 | 2024.09.01 21:02:30.864910 [ 3 ] {} <Debug> HTTP-Session: 86488f21-e901-4353-84c0-dbc930ba46ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4670 | 2024.09.01 21:02:30.864924 [ 3 ] {} <Debug> HTTP-Session: 86488f21-e901-4353-84c0-dbc930ba46ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4671 | 2024.09.01 21:02:30.864957 [ 3 ] {} <Trace> HTTP-Session: 86488f21-e901-4353-84c0-dbc930ba46ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4672 | 2024.09.01 21:02:30.865057 [ 3 ] {883ae8be-44ca-480a-9b92-6103b2daa160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4673 | 2024.09.01 21:02:30.865100 [ 3 ] {883ae8be-44ca-480a-9b92-6103b2daa160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4674 | 2024.09.01 21:02:30.865325 [ 3 ] {883ae8be-44ca-480a-9b92-6103b2daa160} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4675 | 2024.09.01 21:02:30.865625 [ 3 ] {883ae8be-44ca-480a-9b92-6103b2daa160} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4676 | 2024.09.01 21:02:30.865660 [ 3 ] {883ae8be-44ca-480a-9b92-6103b2daa160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4677 | 2024.09.01 21:02:30.866008 [ 3 ] {883ae8be-44ca-480a-9b92-6103b2daa160} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4678 | 2024.09.01 21:02:30.866372 [ 3 ] {883ae8be-44ca-480a-9b92-6103b2daa160} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4679 | 2024.09.01 21:02:30.866501 [ 3 ] {883ae8be-44ca-480a-9b92-6103b2daa160} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001473 sec., 9504.412763068569 rows/sec., 665.63 KiB/sec. | ||
4680 | 2024.09.01 21:02:30.866656 [ 3 ] {883ae8be-44ca-480a-9b92-6103b2daa160} <Debug> DynamicQueryHandler: Done processing query | ||
4681 | 2024.09.01 21:02:30.866679 [ 3 ] {883ae8be-44ca-480a-9b92-6103b2daa160} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4682 | 2024.09.01 21:02:30.866696 [ 3 ] {} <Debug> HTTP-Session: 86488f21-e901-4353-84c0-dbc930ba46ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4683 | 2024.09.01 21:02:30.866809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4684 | 2024.09.01 21:02:30.866856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4685 | 2024.09.01 21:02:30.866875 [ 3 ] {} <Debug> HTTP-Session: 9ef5a569-d550-49af-b245-721bb8c93fb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4686 | 2024.09.01 21:02:30.866892 [ 3 ] {} <Debug> HTTP-Session: 9ef5a569-d550-49af-b245-721bb8c93fb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4687 | 2024.09.01 21:02:30.866906 [ 3 ] {} <Debug> HTTP-Session: 9ef5a569-d550-49af-b245-721bb8c93fb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4688 | 2024.09.01 21:02:30.866938 [ 3 ] {} <Trace> HTTP-Session: 9ef5a569-d550-49af-b245-721bb8c93fb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4689 | 2024.09.01 21:02:30.867033 [ 3 ] {4ee833be-867c-499c-b20f-7e8f34313790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4690 | 2024.09.01 21:02:30.867075 [ 3 ] {4ee833be-867c-499c-b20f-7e8f34313790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4691 | 2024.09.01 21:02:30.867296 [ 3 ] {4ee833be-867c-499c-b20f-7e8f34313790} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4692 | 2024.09.01 21:02:30.867585 [ 3 ] {4ee833be-867c-499c-b20f-7e8f34313790} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4693 | 2024.09.01 21:02:30.867622 [ 3 ] {4ee833be-867c-499c-b20f-7e8f34313790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4694 | 2024.09.01 21:02:30.867963 [ 3 ] {4ee833be-867c-499c-b20f-7e8f34313790} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4695 | 2024.09.01 21:02:30.868310 [ 3 ] {4ee833be-867c-499c-b20f-7e8f34313790} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4696 | 2024.09.01 21:02:30.868433 [ 3 ] {4ee833be-867c-499c-b20f-7e8f34313790} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 248.94 KiB/sec. | ||
4697 | 2024.09.01 21:02:30.868593 [ 3 ] {4ee833be-867c-499c-b20f-7e8f34313790} <Debug> DynamicQueryHandler: Done processing query | ||
4698 | 2024.09.01 21:02:30.868618 [ 3 ] {4ee833be-867c-499c-b20f-7e8f34313790} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4699 | 2024.09.01 21:02:30.868633 [ 3 ] {} <Debug> HTTP-Session: 9ef5a569-d550-49af-b245-721bb8c93fb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4700 | 2024.09.01 21:02:30.868784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 61622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4701 | 2024.09.01 21:02:30.868833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4702 | 2024.09.01 21:02:30.868852 [ 3 ] {} <Debug> HTTP-Session: 991ae277-6277-4ce5-b026-08eae6c612ee Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4703 | 2024.09.01 21:02:30.868868 [ 3 ] {} <Debug> HTTP-Session: 991ae277-6277-4ce5-b026-08eae6c612ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4704 | 2024.09.01 21:02:30.868881 [ 3 ] {} <Debug> HTTP-Session: 991ae277-6277-4ce5-b026-08eae6c612ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4705 | 2024.09.01 21:02:30.868912 [ 3 ] {} <Trace> HTTP-Session: 991ae277-6277-4ce5-b026-08eae6c612ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4706 | 2024.09.01 21:02:30.869120 [ 3 ] {96899415-dbc4-48c0-9634-257d379a1803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4707 | 2024.09.01 21:02:30.869163 [ 3 ] {96899415-dbc4-48c0-9634-257d379a1803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4708 | 2024.09.01 21:02:30.869385 [ 3 ] {96899415-dbc4-48c0-9634-257d379a1803} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4709 | 2024.09.01 21:02:30.870148 [ 3 ] {96899415-dbc4-48c0-9634-257d379a1803} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4710 | 2024.09.01 21:02:30.870184 [ 3 ] {96899415-dbc4-48c0-9634-257d379a1803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4711 | 2024.09.01 21:02:30.870546 [ 3 ] {96899415-dbc4-48c0-9634-257d379a1803} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4712 | 2024.09.01 21:02:30.870903 [ 3 ] {96899415-dbc4-48c0-9634-257d379a1803} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4713 | 2024.09.01 21:02:30.871034 [ 3 ] {96899415-dbc4-48c0-9634-257d379a1803} <Debug> executeQuery: Read 381 rows, 27.61 KiB in 0.002031 sec., 187592.3190546529 rows/sec., 13.27 MiB/sec. | ||
4714 | 2024.09.01 21:02:30.871200 [ 3 ] {96899415-dbc4-48c0-9634-257d379a1803} <Debug> DynamicQueryHandler: Done processing query | ||
4715 | 2024.09.01 21:02:30.871223 [ 3 ] {96899415-dbc4-48c0-9634-257d379a1803} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
4716 | 2024.09.01 21:02:30.871239 [ 3 ] {} <Debug> HTTP-Session: 991ae277-6277-4ce5-b026-08eae6c612ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4717 | 2024.09.01 21:02:30.871469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4718 | 2024.09.01 21:02:30.871517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4719 | 2024.09.01 21:02:30.871536 [ 3 ] {} <Debug> HTTP-Session: 6ae81b83-f8a6-4f3c-b168-81a7b541b19f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4720 | 2024.09.01 21:02:30.871552 [ 3 ] {} <Debug> HTTP-Session: 6ae81b83-f8a6-4f3c-b168-81a7b541b19f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4721 | 2024.09.01 21:02:30.871566 [ 3 ] {} <Debug> HTTP-Session: 6ae81b83-f8a6-4f3c-b168-81a7b541b19f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4722 | 2024.09.01 21:02:30.871599 [ 3 ] {} <Trace> HTTP-Session: 6ae81b83-f8a6-4f3c-b168-81a7b541b19f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4723 | 2024.09.01 21:02:30.871695 [ 3 ] {43b46a94-cf6f-4006-bede-9810117b41fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4724 | 2024.09.01 21:02:30.871740 [ 3 ] {43b46a94-cf6f-4006-bede-9810117b41fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4725 | 2024.09.01 21:02:30.871867 [ 3 ] {43b46a94-cf6f-4006-bede-9810117b41fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4726 | 2024.09.01 21:02:30.872117 [ 3 ] {43b46a94-cf6f-4006-bede-9810117b41fb} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4727 | 2024.09.01 21:02:30.872152 [ 3 ] {43b46a94-cf6f-4006-bede-9810117b41fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4728 | 2024.09.01 21:02:30.872511 [ 3 ] {43b46a94-cf6f-4006-bede-9810117b41fb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4729 | 2024.09.01 21:02:30.872831 [ 3 ] {43b46a94-cf6f-4006-bede-9810117b41fb} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4730 | 2024.09.01 21:02:30.872952 [ 3 ] {43b46a94-cf6f-4006-bede-9810117b41fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001281 sec., 4683.840749414519 rows/sec., 244.71 KiB/sec. | ||
4731 | 2024.09.01 21:02:30.873240 [ 3 ] {43b46a94-cf6f-4006-bede-9810117b41fb} <Debug> DynamicQueryHandler: Done processing query | ||
4732 | 2024.09.01 21:02:30.873265 [ 3 ] {43b46a94-cf6f-4006-bede-9810117b41fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4733 | 2024.09.01 21:02:30.873281 [ 3 ] {} <Debug> HTTP-Session: 6ae81b83-f8a6-4f3c-b168-81a7b541b19f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4734 | 2024.09.01 21:02:30.873489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 33110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4735 | 2024.09.01 21:02:30.873536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4736 | 2024.09.01 21:02:30.873554 [ 3 ] {} <Debug> HTTP-Session: 4ce453e2-77cf-45c3-b773-66189b41f820 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4737 | 2024.09.01 21:02:30.873570 [ 3 ] {} <Debug> HTTP-Session: 4ce453e2-77cf-45c3-b773-66189b41f820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4738 | 2024.09.01 21:02:30.873584 [ 3 ] {} <Debug> HTTP-Session: 4ce453e2-77cf-45c3-b773-66189b41f820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4739 | 2024.09.01 21:02:30.873616 [ 3 ] {} <Trace> HTTP-Session: 4ce453e2-77cf-45c3-b773-66189b41f820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4740 | 2024.09.01 21:02:30.873801 [ 3 ] {24a8006a-c016-48dc-8920-63203090fddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4741 | 2024.09.01 21:02:30.873847 [ 3 ] {24a8006a-c016-48dc-8920-63203090fddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4742 | 2024.09.01 21:02:30.874007 [ 3 ] {24a8006a-c016-48dc-8920-63203090fddd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4743 | 2024.09.01 21:02:30.874688 [ 3 ] {24a8006a-c016-48dc-8920-63203090fddd} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4744 | 2024.09.01 21:02:30.874726 [ 3 ] {24a8006a-c016-48dc-8920-63203090fddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4745 | 2024.09.01 21:02:30.875105 [ 3 ] {24a8006a-c016-48dc-8920-63203090fddd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4746 | 2024.09.01 21:02:30.875439 [ 3 ] {24a8006a-c016-48dc-8920-63203090fddd} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4747 | 2024.09.01 21:02:30.875568 [ 3 ] {24a8006a-c016-48dc-8920-63203090fddd} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001867 sec., 94804.49919657204 rows/sec., 6.25 MiB/sec. | ||
4748 | 2024.09.01 21:02:30.875733 [ 3 ] {24a8006a-c016-48dc-8920-63203090fddd} <Debug> DynamicQueryHandler: Done processing query | ||
4749 | 2024.09.01 21:02:30.875756 [ 3 ] {24a8006a-c016-48dc-8920-63203090fddd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4750 | 2024.09.01 21:02:30.875772 [ 3 ] {} <Debug> HTTP-Session: 4ce453e2-77cf-45c3-b773-66189b41f820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4751 | 2024.09.01 21:02:30.875918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4752 | 2024.09.01 21:02:30.875966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4753 | 2024.09.01 21:02:30.875984 [ 3 ] {} <Debug> HTTP-Session: 73fffef8-3360-45f3-9b7a-ee5d2eae11c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4754 | 2024.09.01 21:02:30.876000 [ 3 ] {} <Debug> HTTP-Session: 73fffef8-3360-45f3-9b7a-ee5d2eae11c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4755 | 2024.09.01 21:02:30.876014 [ 3 ] {} <Debug> HTTP-Session: 73fffef8-3360-45f3-9b7a-ee5d2eae11c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4756 | 2024.09.01 21:02:30.876046 [ 3 ] {} <Trace> HTTP-Session: 73fffef8-3360-45f3-9b7a-ee5d2eae11c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4757 | 2024.09.01 21:02:30.876138 [ 3 ] {3f537108-cd6c-483c-9ba3-12e3cbd55987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4758 | 2024.09.01 21:02:30.876181 [ 3 ] {3f537108-cd6c-483c-9ba3-12e3cbd55987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4759 | 2024.09.01 21:02:30.876307 [ 3 ] {3f537108-cd6c-483c-9ba3-12e3cbd55987} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4760 | 2024.09.01 21:02:30.876551 [ 3 ] {3f537108-cd6c-483c-9ba3-12e3cbd55987} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4761 | 2024.09.01 21:02:30.876586 [ 3 ] {3f537108-cd6c-483c-9ba3-12e3cbd55987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4762 | 2024.09.01 21:02:30.876928 [ 3 ] {3f537108-cd6c-483c-9ba3-12e3cbd55987} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4763 | 2024.09.01 21:02:30.877254 [ 3 ] {3f537108-cd6c-483c-9ba3-12e3cbd55987} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4764 | 2024.09.01 21:02:30.877375 [ 3 ] {3f537108-cd6c-483c-9ba3-12e3cbd55987} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00126 sec., 793.6507936507936 rows/sec., 53.48 KiB/sec. | ||
4765 | 2024.09.01 21:02:30.877519 [ 3 ] {3f537108-cd6c-483c-9ba3-12e3cbd55987} <Debug> DynamicQueryHandler: Done processing query | ||
4766 | 2024.09.01 21:02:30.877543 [ 3 ] {3f537108-cd6c-483c-9ba3-12e3cbd55987} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4767 | 2024.09.01 21:02:30.877558 [ 3 ] {} <Debug> HTTP-Session: 73fffef8-3360-45f3-9b7a-ee5d2eae11c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4768 | 2024.09.01 21:02:30.877694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4769 | 2024.09.01 21:02:30.877742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4770 | 2024.09.01 21:02:30.877761 [ 3 ] {} <Debug> HTTP-Session: 8f3a369a-86e6-467c-97f8-b65c51512316 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4771 | 2024.09.01 21:02:30.877777 [ 3 ] {} <Debug> HTTP-Session: 8f3a369a-86e6-467c-97f8-b65c51512316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4772 | 2024.09.01 21:02:30.877791 [ 3 ] {} <Debug> HTTP-Session: 8f3a369a-86e6-467c-97f8-b65c51512316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4773 | 2024.09.01 21:02:30.877822 [ 3 ] {} <Trace> HTTP-Session: 8f3a369a-86e6-467c-97f8-b65c51512316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4774 | 2024.09.01 21:02:30.878300 [ 3 ] {4183182e-5c57-4b48-af4b-216036283301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4775 | 2024.09.01 21:02:30.878363 [ 3 ] {4183182e-5c57-4b48-af4b-216036283301} <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 | ||
4776 | 2024.09.01 21:02:30.878770 [ 3 ] {4183182e-5c57-4b48-af4b-216036283301} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4777 | 2024.09.01 21:02:30.879561 [ 3 ] {4183182e-5c57-4b48-af4b-216036283301} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4778 | 2024.09.01 21:02:30.879595 [ 3 ] {4183182e-5c57-4b48-af4b-216036283301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4779 | 2024.09.01 21:02:30.880245 [ 3 ] {4183182e-5c57-4b48-af4b-216036283301} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4780 | 2024.09.01 21:02:30.880642 [ 3 ] {4183182e-5c57-4b48-af4b-216036283301} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4781 | 2024.09.01 21:02:30.880794 [ 3 ] {4183182e-5c57-4b48-af4b-216036283301} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002888 sec., 12119.113573407203 rows/sec., 21.72 MiB/sec. | ||
4782 | 2024.09.01 21:02:30.881151 [ 3 ] {4183182e-5c57-4b48-af4b-216036283301} <Debug> DynamicQueryHandler: Done processing query | ||
4783 | 2024.09.01 21:02:30.881175 [ 3 ] {4183182e-5c57-4b48-af4b-216036283301} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4784 | 2024.09.01 21:02:30.881191 [ 3 ] {} <Debug> HTTP-Session: 8f3a369a-86e6-467c-97f8-b65c51512316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4785 | 2024.09.01 21:02:30.881322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4786 | 2024.09.01 21:02:30.881372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4787 | 2024.09.01 21:02:30.881391 [ 3 ] {} <Debug> HTTP-Session: f2194cdc-b2d9-4da3-a5ed-580636c59f39 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4788 | 2024.09.01 21:02:30.881407 [ 3 ] {} <Debug> HTTP-Session: f2194cdc-b2d9-4da3-a5ed-580636c59f39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4789 | 2024.09.01 21:02:30.881421 [ 3 ] {} <Debug> HTTP-Session: f2194cdc-b2d9-4da3-a5ed-580636c59f39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4790 | 2024.09.01 21:02:30.881451 [ 3 ] {} <Trace> HTTP-Session: f2194cdc-b2d9-4da3-a5ed-580636c59f39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4791 | 2024.09.01 21:02:30.881560 [ 3 ] {3f477179-82a9-4e1f-8d57-ab5858be078b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4792 | 2024.09.01 21:02:30.881604 [ 3 ] {3f477179-82a9-4e1f-8d57-ab5858be078b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4793 | 2024.09.01 21:02:30.881733 [ 3 ] {3f477179-82a9-4e1f-8d57-ab5858be078b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4794 | 2024.09.01 21:02:30.882008 [ 3 ] {3f477179-82a9-4e1f-8d57-ab5858be078b} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4795 | 2024.09.01 21:02:30.882043 [ 3 ] {3f477179-82a9-4e1f-8d57-ab5858be078b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4796 | 2024.09.01 21:02:30.882391 [ 3 ] {3f477179-82a9-4e1f-8d57-ab5858be078b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4797 | 2024.09.01 21:02:30.882739 [ 3 ] {3f477179-82a9-4e1f-8d57-ab5858be078b} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4798 | 2024.09.01 21:02:30.882859 [ 3 ] {3f477179-82a9-4e1f-8d57-ab5858be078b} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001333 sec., 39009.75243810953 rows/sec., 2.42 MiB/sec. | ||
4799 | 2024.09.01 21:02:30.883179 [ 3 ] {3f477179-82a9-4e1f-8d57-ab5858be078b} <Debug> DynamicQueryHandler: Done processing query | ||
4800 | 2024.09.01 21:02:30.883212 [ 3 ] {3f477179-82a9-4e1f-8d57-ab5858be078b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4801 | 2024.09.01 21:02:30.883232 [ 3 ] {} <Debug> HTTP-Session: f2194cdc-b2d9-4da3-a5ed-580636c59f39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4802 | 2024.09.01 21:02:35.853416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4803 | 2024.09.01 21:02:35.853539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4804 | 2024.09.01 21:02:35.853564 [ 3 ] {} <Debug> HTTP-Session: 2297290e-8085-45ae-b210-35aaeb06f78d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4805 | 2024.09.01 21:02:35.853588 [ 3 ] {} <Debug> HTTP-Session: 2297290e-8085-45ae-b210-35aaeb06f78d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4806 | 2024.09.01 21:02:35.853603 [ 3 ] {} <Debug> HTTP-Session: 2297290e-8085-45ae-b210-35aaeb06f78d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4807 | 2024.09.01 21:02:35.853652 [ 3 ] {} <Trace> HTTP-Session: 2297290e-8085-45ae-b210-35aaeb06f78d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4808 | 2024.09.01 21:02:35.853844 [ 3 ] {f3a87b0c-c583-4dce-aac4-c0a7b9159e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4809 | 2024.09.01 21:02:35.853909 [ 3 ] {f3a87b0c-c583-4dce-aac4-c0a7b9159e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4810 | 2024.09.01 21:02:35.854231 [ 3 ] {f3a87b0c-c583-4dce-aac4-c0a7b9159e8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4811 | 2024.09.01 21:02:35.854753 [ 3 ] {f3a87b0c-c583-4dce-aac4-c0a7b9159e8f} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4812 | 2024.09.01 21:02:35.854798 [ 3 ] {f3a87b0c-c583-4dce-aac4-c0a7b9159e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4813 | 2024.09.01 21:02:35.855222 [ 3 ] {f3a87b0c-c583-4dce-aac4-c0a7b9159e8f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4814 | 2024.09.01 21:02:35.855612 [ 3 ] {f3a87b0c-c583-4dce-aac4-c0a7b9159e8f} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4815 | 2024.09.01 21:02:35.855761 [ 3 ] {f3a87b0c-c583-4dce-aac4-c0a7b9159e8f} <Debug> executeQuery: Read 30 rows, 2.36 KiB in 0.001975 sec., 15189.873417721517 rows/sec., 1.17 MiB/sec. | ||
4816 | 2024.09.01 21:02:35.856115 [ 3 ] {f3a87b0c-c583-4dce-aac4-c0a7b9159e8f} <Debug> DynamicQueryHandler: Done processing query | ||
4817 | 2024.09.01 21:02:35.856167 [ 3 ] {f3a87b0c-c583-4dce-aac4-c0a7b9159e8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4818 | 2024.09.01 21:02:35.856205 [ 3 ] {} <Debug> HTTP-Session: 2297290e-8085-45ae-b210-35aaeb06f78d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4819 | 2024.09.01 21:02:35.856372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4820 | 2024.09.01 21:02:35.856427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4821 | 2024.09.01 21:02:35.856447 [ 3 ] {} <Debug> HTTP-Session: 14005a01-d6b8-4546-afaa-d0992a1ac8a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4822 | 2024.09.01 21:02:35.856465 [ 3 ] {} <Debug> HTTP-Session: 14005a01-d6b8-4546-afaa-d0992a1ac8a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4823 | 2024.09.01 21:02:35.856479 [ 3 ] {} <Debug> HTTP-Session: 14005a01-d6b8-4546-afaa-d0992a1ac8a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4824 | 2024.09.01 21:02:35.856516 [ 3 ] {} <Trace> HTTP-Session: 14005a01-d6b8-4546-afaa-d0992a1ac8a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4825 | 2024.09.01 21:02:35.856626 [ 3 ] {5bb4f44e-80b5-490e-ad74-bd114bbf02e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4826 | 2024.09.01 21:02:35.856675 [ 3 ] {5bb4f44e-80b5-490e-ad74-bd114bbf02e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4827 | 2024.09.01 21:02:35.856932 [ 3 ] {5bb4f44e-80b5-490e-ad74-bd114bbf02e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4828 | 2024.09.01 21:02:35.857266 [ 3 ] {5bb4f44e-80b5-490e-ad74-bd114bbf02e5} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4829 | 2024.09.01 21:02:35.857302 [ 3 ] {5bb4f44e-80b5-490e-ad74-bd114bbf02e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4830 | 2024.09.01 21:02:35.857652 [ 3 ] {5bb4f44e-80b5-490e-ad74-bd114bbf02e5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4831 | 2024.09.01 21:02:35.858008 [ 3 ] {5bb4f44e-80b5-490e-ad74-bd114bbf02e5} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4832 | 2024.09.01 21:02:35.858129 [ 136 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4833 | 2024.09.01 21:02:35.858137 [ 3 ] {5bb4f44e-80b5-490e-ad74-bd114bbf02e5} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00154 sec., 1298.7012987012988 rows/sec., 97.66 KiB/sec. | ||
4834 | 2024.09.01 21:02:35.858180 [ 136 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4835 | 2024.09.01 21:02:35.858220 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4836 | 2024.09.01 21:02:35.858415 [ 3 ] {5bb4f44e-80b5-490e-ad74-bd114bbf02e5} <Debug> DynamicQueryHandler: Done processing query | ||
4837 | 2024.09.01 21:02:35.858486 [ 3 ] {5bb4f44e-80b5-490e-ad74-bd114bbf02e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4838 | 2024.09.01 21:02:35.858564 [ 3 ] {} <Debug> HTTP-Session: 14005a01-d6b8-4546-afaa-d0992a1ac8a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4839 | 2024.09.01 21:02:35.858879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4840 | 2024.09.01 21:02:35.858987 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
4841 | 2024.09.01 21:02:35.859009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4842 | 2024.09.01 21:02:35.859118 [ 3 ] {} <Debug> HTTP-Session: b41dc8d0-32c5-4f1f-99f6-b8ca87f2d865 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4843 | 2024.09.01 21:02:35.859161 [ 3 ] {} <Debug> HTTP-Session: b41dc8d0-32c5-4f1f-99f6-b8ca87f2d865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4844 | 2024.09.01 21:02:35.859176 [ 3 ] {} <Debug> HTTP-Session: b41dc8d0-32c5-4f1f-99f6-b8ca87f2d865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4845 | 2024.09.01 21:02:35.859238 [ 3 ] {} <Trace> HTTP-Session: b41dc8d0-32c5-4f1f-99f6-b8ca87f2d865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4846 | 2024.09.01 21:02:35.859408 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4847 | 2024.09.01 21:02:35.859496 [ 3 ] {b9e4e7f6-dde3-4881-9613-3c984c80bb39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4848 | 2024.09.01 21:02:35.859500 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 45 rows starting from the beginning of the part | ||
4849 | 2024.09.01 21:02:35.859582 [ 3 ] {b9e4e7f6-dde3-4881-9613-3c984c80bb39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4850 | 2024.09.01 21:02:35.859784 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
4851 | 2024.09.01 21:02:35.860151 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 37 rows starting from the beginning of the part | ||
4852 | 2024.09.01 21:02:35.860500 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
4853 | 2024.09.01 21:02:35.860900 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 35 rows starting from the beginning of the part | ||
4854 | 2024.09.01 21:02:35.861230 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
4855 | 2024.09.01 21:02:35.861787 [ 3 ] {b9e4e7f6-dde3-4881-9613-3c984c80bb39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4856 | 2024.09.01 21:02:35.862734 [ 3 ] {b9e4e7f6-dde3-4881-9613-3c984c80bb39} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4857 | 2024.09.01 21:02:35.862789 [ 3 ] {b9e4e7f6-dde3-4881-9613-3c984c80bb39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
4858 | 2024.09.01 21:02:35.863957 [ 3 ] {b9e4e7f6-dde3-4881-9613-3c984c80bb39} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4859 | 2024.09.01 21:02:35.864025 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 5 columns (5 merged, 0 gathered) in 0.005679807 sec., 21655.665412574755 rows/sec., 1.66 MiB/sec. | ||
4860 | 2024.09.01 21:02:35.864219 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4861 | 2024.09.01 21:02:35.865009 [ 3 ] {b9e4e7f6-dde3-4881-9613-3c984c80bb39} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4862 | 2024.09.01 21:02:35.865318 [ 3 ] {b9e4e7f6-dde3-4881-9613-3c984c80bb39} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.005883 sec., 5099.439061703212 rows/sec., 407.36 KiB/sec. | ||
4863 | 2024.09.01 21:02:35.865382 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_16_3} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4864 | 2024.09.01 21:02:35.865716 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_16_3} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4865 | 2024.09.01 21:02:35.865985 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4866 | 2024.09.01 21:02:35.866078 [ 3 ] {b9e4e7f6-dde3-4881-9613-3c984c80bb39} <Debug> DynamicQueryHandler: Done processing query | ||
4867 | 2024.09.01 21:02:35.866109 [ 3 ] {b9e4e7f6-dde3-4881-9613-3c984c80bb39} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4868 | 2024.09.01 21:02:35.866125 [ 3 ] {} <Debug> HTTP-Session: b41dc8d0-32c5-4f1f-99f6-b8ca87f2d865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4869 | 2024.09.01 21:02:35.866270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4870 | 2024.09.01 21:02:35.866323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4871 | 2024.09.01 21:02:35.866342 [ 3 ] {} <Debug> HTTP-Session: cfbbcddf-7e3d-41e9-aeed-5e322ba0e17b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4872 | 2024.09.01 21:02:35.866358 [ 3 ] {} <Debug> HTTP-Session: cfbbcddf-7e3d-41e9-aeed-5e322ba0e17b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4873 | 2024.09.01 21:02:35.866371 [ 3 ] {} <Debug> HTTP-Session: cfbbcddf-7e3d-41e9-aeed-5e322ba0e17b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4874 | 2024.09.01 21:02:35.866407 [ 3 ] {} <Trace> HTTP-Session: cfbbcddf-7e3d-41e9-aeed-5e322ba0e17b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4875 | 2024.09.01 21:02:35.866559 [ 3 ] {3afb2530-1b8d-49b9-95ab-0ad550672d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4876 | 2024.09.01 21:02:35.866609 [ 3 ] {3afb2530-1b8d-49b9-95ab-0ad550672d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4877 | 2024.09.01 21:02:35.866798 [ 3 ] {3afb2530-1b8d-49b9-95ab-0ad550672d2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4878 | 2024.09.01 21:02:35.867175 [ 3 ] {3afb2530-1b8d-49b9-95ab-0ad550672d2e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4879 | 2024.09.01 21:02:35.867211 [ 3 ] {3afb2530-1b8d-49b9-95ab-0ad550672d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4880 | 2024.09.01 21:02:35.867614 [ 3 ] {3afb2530-1b8d-49b9-95ab-0ad550672d2e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4881 | 2024.09.01 21:02:35.867977 [ 3 ] {3afb2530-1b8d-49b9-95ab-0ad550672d2e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4882 | 2024.09.01 21:02:35.868116 [ 3 ] {3afb2530-1b8d-49b9-95ab-0ad550672d2e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001626 sec., 61500.61500615006 rows/sec., 4.26 MiB/sec. | ||
4883 | 2024.09.01 21:02:35.868299 [ 3 ] {3afb2530-1b8d-49b9-95ab-0ad550672d2e} <Debug> DynamicQueryHandler: Done processing query | ||
4884 | 2024.09.01 21:02:35.868324 [ 3 ] {3afb2530-1b8d-49b9-95ab-0ad550672d2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4885 | 2024.09.01 21:02:35.868340 [ 3 ] {} <Debug> HTTP-Session: cfbbcddf-7e3d-41e9-aeed-5e322ba0e17b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4886 | 2024.09.01 21:02:35.868513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4887 | 2024.09.01 21:02:35.868563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4888 | 2024.09.01 21:02:35.868583 [ 3 ] {} <Debug> HTTP-Session: 19988ef7-fbcc-47df-b4d9-d382cacde600 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4889 | 2024.09.01 21:02:35.868600 [ 3 ] {} <Debug> HTTP-Session: 19988ef7-fbcc-47df-b4d9-d382cacde600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4890 | 2024.09.01 21:02:35.868613 [ 3 ] {} <Debug> HTTP-Session: 19988ef7-fbcc-47df-b4d9-d382cacde600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4891 | 2024.09.01 21:02:35.868646 [ 3 ] {} <Trace> HTTP-Session: 19988ef7-fbcc-47df-b4d9-d382cacde600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4892 | 2024.09.01 21:02:35.868759 [ 3 ] {ab4327ef-3607-4357-b52f-756736f0abb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4893 | 2024.09.01 21:02:35.868824 [ 3 ] {ab4327ef-3607-4357-b52f-756736f0abb6} <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 | ||
4894 | 2024.09.01 21:02:35.869262 [ 3 ] {ab4327ef-3607-4357-b52f-756736f0abb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4895 | 2024.09.01 21:02:35.869757 [ 3 ] {ab4327ef-3607-4357-b52f-756736f0abb6} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4896 | 2024.09.01 21:02:35.869792 [ 3 ] {ab4327ef-3607-4357-b52f-756736f0abb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4897 | 2024.09.01 21:02:35.870392 [ 3 ] {ab4327ef-3607-4357-b52f-756736f0abb6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4898 | 2024.09.01 21:02:35.870811 [ 3 ] {ab4327ef-3607-4357-b52f-756736f0abb6} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4899 | 2024.09.01 21:02:35.870959 [ 3 ] {ab4327ef-3607-4357-b52f-756736f0abb6} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002238 sec., 893.6550491510277 rows/sec., 1.60 MiB/sec. | ||
4900 | 2024.09.01 21:02:35.871179 [ 3 ] {ab4327ef-3607-4357-b52f-756736f0abb6} <Debug> DynamicQueryHandler: Done processing query | ||
4901 | 2024.09.01 21:02:35.871203 [ 3 ] {ab4327ef-3607-4357-b52f-756736f0abb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4902 | 2024.09.01 21:02:35.871220 [ 3 ] {} <Debug> HTTP-Session: 19988ef7-fbcc-47df-b4d9-d382cacde600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4903 | 2024.09.01 21:02:35.871328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4904 | 2024.09.01 21:02:35.871379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4905 | 2024.09.01 21:02:35.871398 [ 3 ] {} <Debug> HTTP-Session: bfe0a8bd-0ada-469e-b9d5-91684f03114e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4906 | 2024.09.01 21:02:35.871415 [ 3 ] {} <Debug> HTTP-Session: bfe0a8bd-0ada-469e-b9d5-91684f03114e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4907 | 2024.09.01 21:02:35.871429 [ 3 ] {} <Debug> HTTP-Session: bfe0a8bd-0ada-469e-b9d5-91684f03114e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4908 | 2024.09.01 21:02:35.871461 [ 3 ] {} <Trace> HTTP-Session: bfe0a8bd-0ada-469e-b9d5-91684f03114e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4909 | 2024.09.01 21:02:35.871572 [ 3 ] {a26d9761-781d-4fac-8d6c-b6718ff388cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4910 | 2024.09.01 21:02:35.871616 [ 3 ] {a26d9761-781d-4fac-8d6c-b6718ff388cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4911 | 2024.09.01 21:02:35.871750 [ 3 ] {a26d9761-781d-4fac-8d6c-b6718ff388cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4912 | 2024.09.01 21:02:35.872056 [ 3 ] {a26d9761-781d-4fac-8d6c-b6718ff388cf} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4913 | 2024.09.01 21:02:35.872092 [ 3 ] {a26d9761-781d-4fac-8d6c-b6718ff388cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. | ||
4914 | 2024.09.01 21:02:35.872465 [ 3 ] {a26d9761-781d-4fac-8d6c-b6718ff388cf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4915 | 2024.09.01 21:02:35.872805 [ 3 ] {a26d9761-781d-4fac-8d6c-b6718ff388cf} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4916 | 2024.09.01 21:02:35.872934 [ 3 ] {a26d9761-781d-4fac-8d6c-b6718ff388cf} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001399 sec., 21443.888491779842 rows/sec., 1.47 MiB/sec. | ||
4917 | 2024.09.01 21:02:35.873099 [ 3 ] {a26d9761-781d-4fac-8d6c-b6718ff388cf} <Debug> DynamicQueryHandler: Done processing query | ||
4918 | 2024.09.01 21:02:35.873123 [ 3 ] {a26d9761-781d-4fac-8d6c-b6718ff388cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4919 | 2024.09.01 21:02:35.873140 [ 3 ] {} <Debug> HTTP-Session: bfe0a8bd-0ada-469e-b9d5-91684f03114e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4920 | 2024.09.01 21:02:39.017079 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4921 | 2024.09.01 21:02:39.017140 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4922 | 2024.09.01 21:02:40.859264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 35047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4923 | 2024.09.01 21:02:40.859414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4924 | 2024.09.01 21:02:40.859444 [ 3 ] {} <Debug> HTTP-Session: 6692de98-145e-4a6b-a714-572f932cbdc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4925 | 2024.09.01 21:02:40.859471 [ 3 ] {} <Debug> HTTP-Session: 6692de98-145e-4a6b-a714-572f932cbdc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4926 | 2024.09.01 21:02:40.859491 [ 3 ] {} <Debug> HTTP-Session: 6692de98-145e-4a6b-a714-572f932cbdc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4927 | 2024.09.01 21:02:40.859547 [ 3 ] {} <Trace> HTTP-Session: 6692de98-145e-4a6b-a714-572f932cbdc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4928 | 2024.09.01 21:02:40.859827 [ 3 ] {1f78047f-68bc-484e-b475-d5edec3cdf93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4929 | 2024.09.01 21:02:40.859901 [ 3 ] {1f78047f-68bc-484e-b475-d5edec3cdf93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4930 | 2024.09.01 21:02:40.860287 [ 3 ] {1f78047f-68bc-484e-b475-d5edec3cdf93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4931 | 2024.09.01 21:02:40.860956 [ 3 ] {1f78047f-68bc-484e-b475-d5edec3cdf93} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4932 | 2024.09.01 21:02:40.860997 [ 3 ] {1f78047f-68bc-484e-b475-d5edec3cdf93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
4933 | 2024.09.01 21:02:40.861446 [ 3 ] {1f78047f-68bc-484e-b475-d5edec3cdf93} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4934 | 2024.09.01 21:02:40.861838 [ 3 ] {1f78047f-68bc-484e-b475-d5edec3cdf93} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4935 | 2024.09.01 21:02:40.861993 [ 3 ] {1f78047f-68bc-484e-b475-d5edec3cdf93} <Debug> executeQuery: Read 229 rows, 21.11 KiB in 0.002286 sec., 100174.97812773404 rows/sec., 9.02 MiB/sec. | ||
4936 | 2024.09.01 21:02:40.862216 [ 3 ] {1f78047f-68bc-484e-b475-d5edec3cdf93} <Debug> DynamicQueryHandler: Done processing query | ||
4937 | 2024.09.01 21:02:40.862243 [ 3 ] {1f78047f-68bc-484e-b475-d5edec3cdf93} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4938 | 2024.09.01 21:02:40.862260 [ 3 ] {} <Debug> HTTP-Session: 6692de98-145e-4a6b-a714-572f932cbdc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4939 | 2024.09.01 21:02:40.862420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4940 | 2024.09.01 21:02:40.862477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4941 | 2024.09.01 21:02:40.862497 [ 3 ] {} <Debug> HTTP-Session: 513de359-e5ac-491c-a625-0c5187804544 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4942 | 2024.09.01 21:02:40.862516 [ 3 ] {} <Debug> HTTP-Session: 513de359-e5ac-491c-a625-0c5187804544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4943 | 2024.09.01 21:02:40.862530 [ 3 ] {} <Debug> HTTP-Session: 513de359-e5ac-491c-a625-0c5187804544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4944 | 2024.09.01 21:02:40.862565 [ 3 ] {} <Trace> HTTP-Session: 513de359-e5ac-491c-a625-0c5187804544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4945 | 2024.09.01 21:02:40.862683 [ 3 ] {907a869b-6b8c-42ca-8162-76b3b966a423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4946 | 2024.09.01 21:02:40.862731 [ 3 ] {907a869b-6b8c-42ca-8162-76b3b966a423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4947 | 2024.09.01 21:02:40.862972 [ 3 ] {907a869b-6b8c-42ca-8162-76b3b966a423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4948 | 2024.09.01 21:02:40.863346 [ 3 ] {907a869b-6b8c-42ca-8162-76b3b966a423} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4949 | 2024.09.01 21:02:40.863383 [ 3 ] {907a869b-6b8c-42ca-8162-76b3b966a423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
4950 | 2024.09.01 21:02:40.863742 [ 3 ] {907a869b-6b8c-42ca-8162-76b3b966a423} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4951 | 2024.09.01 21:02:40.864130 [ 3 ] {907a869b-6b8c-42ca-8162-76b3b966a423} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4952 | 2024.09.01 21:02:40.864263 [ 3 ] {907a869b-6b8c-42ca-8162-76b3b966a423} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001618 sec., 21631.644004944374 rows/sec., 1.59 MiB/sec. | ||
4953 | 2024.09.01 21:02:40.864607 [ 3 ] {907a869b-6b8c-42ca-8162-76b3b966a423} <Debug> DynamicQueryHandler: Done processing query | ||
4954 | 2024.09.01 21:02:40.864633 [ 3 ] {907a869b-6b8c-42ca-8162-76b3b966a423} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4955 | 2024.09.01 21:02:40.864651 [ 3 ] {} <Debug> HTTP-Session: 513de359-e5ac-491c-a625-0c5187804544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4956 | 2024.09.01 21:02:40.864774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4957 | 2024.09.01 21:02:40.864828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4958 | 2024.09.01 21:02:40.864848 [ 3 ] {} <Debug> HTTP-Session: a967928f-c261-4ecf-8a71-e927b608d18f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4959 | 2024.09.01 21:02:40.864867 [ 3 ] {} <Debug> HTTP-Session: a967928f-c261-4ecf-8a71-e927b608d18f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4960 | 2024.09.01 21:02:40.864881 [ 3 ] {} <Debug> HTTP-Session: a967928f-c261-4ecf-8a71-e927b608d18f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4961 | 2024.09.01 21:02:40.864916 [ 3 ] {} <Trace> HTTP-Session: a967928f-c261-4ecf-8a71-e927b608d18f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4962 | 2024.09.01 21:02:40.865018 [ 3 ] {d3060a4b-d556-46cf-a7bb-8f6ffa3d4a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4963 | 2024.09.01 21:02:40.865063 [ 3 ] {d3060a4b-d556-46cf-a7bb-8f6ffa3d4a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4964 | 2024.09.01 21:02:40.865315 [ 3 ] {d3060a4b-d556-46cf-a7bb-8f6ffa3d4a84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4965 | 2024.09.01 21:02:40.865641 [ 3 ] {d3060a4b-d556-46cf-a7bb-8f6ffa3d4a84} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4966 | 2024.09.01 21:02:40.865683 [ 3 ] {d3060a4b-d556-46cf-a7bb-8f6ffa3d4a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
4967 | 2024.09.01 21:02:40.866049 [ 3 ] {d3060a4b-d556-46cf-a7bb-8f6ffa3d4a84} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4968 | 2024.09.01 21:02:40.866418 [ 3 ] {d3060a4b-d556-46cf-a7bb-8f6ffa3d4a84} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4969 | 2024.09.01 21:02:40.866543 [ 148 ] {} <Debug> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4970 | 2024.09.01 21:02:40.866547 [ 3 ] {d3060a4b-d556-46cf-a7bb-8f6ffa3d4a84} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001555 sec., 9003.215434083602 rows/sec., 630.53 KiB/sec. | ||
4971 | 2024.09.01 21:02:40.866582 [ 148 ] {} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4972 | 2024.09.01 21:02:40.866618 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
4973 | 2024.09.01 21:02:40.866812 [ 3 ] {d3060a4b-d556-46cf-a7bb-8f6ffa3d4a84} <Debug> DynamicQueryHandler: Done processing query | ||
4974 | 2024.09.01 21:02:40.866818 [ 190 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
4975 | 2024.09.01 21:02:40.866843 [ 3 ] {d3060a4b-d556-46cf-a7bb-8f6ffa3d4a84} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4976 | 2024.09.01 21:02:40.866897 [ 3 ] {} <Debug> HTTP-Session: a967928f-c261-4ecf-8a71-e927b608d18f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4977 | 2024.09.01 21:02:40.867070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4978 | 2024.09.01 21:02:40.867125 [ 190 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4979 | 2024.09.01 21:02:40.867156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4980 | 2024.09.01 21:02:40.867193 [ 190 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
4981 | 2024.09.01 21:02:40.867204 [ 3 ] {} <Debug> HTTP-Session: 0877bddd-0453-431f-985b-be094a4a461a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
4982 | 2024.09.01 21:02:40.867254 [ 3 ] {} <Debug> HTTP-Session: 0877bddd-0453-431f-985b-be094a4a461a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4983 | 2024.09.01 21:02:40.867294 [ 3 ] {} <Debug> HTTP-Session: 0877bddd-0453-431f-985b-be094a4a461a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4984 | 2024.09.01 21:02:40.867439 [ 190 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
4985 | 2024.09.01 21:02:40.867477 [ 3 ] {} <Trace> HTTP-Session: 0877bddd-0453-431f-985b-be094a4a461a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4986 | 2024.09.01 21:02:40.867709 [ 190 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
4987 | 2024.09.01 21:02:40.867839 [ 3 ] {f84c14df-6d8e-4381-b816-903159eec04d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4988 | 2024.09.01 21:02:40.868047 [ 3 ] {f84c14df-6d8e-4381-b816-903159eec04d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4989 | 2024.09.01 21:02:40.868064 [ 190 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
4990 | 2024.09.01 21:02:40.868430 [ 190 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
4991 | 2024.09.01 21:02:40.868744 [ 190 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
4992 | 2024.09.01 21:02:40.869481 [ 3 ] {f84c14df-6d8e-4381-b816-903159eec04d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4993 | 2024.09.01 21:02:40.870563 [ 3 ] {f84c14df-6d8e-4381-b816-903159eec04d} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4994 | 2024.09.01 21:02:40.870642 [ 3 ] {f84c14df-6d8e-4381-b816-903159eec04d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
4995 | 2024.09.01 21:02:40.871631 [ 3 ] {f84c14df-6d8e-4381-b816-903159eec04d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4996 | 2024.09.01 21:02:40.872130 [ 193 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005397763 sec., 100226.70502576717 rows/sec., 6.81 MiB/sec. | ||
4997 | 2024.09.01 21:02:40.872440 [ 195 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4998 | 2024.09.01 21:02:40.872640 [ 3 ] {f84c14df-6d8e-4381-b816-903159eec04d} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4999 | 2024.09.01 21:02:40.872985 [ 148 ] {} <Debug> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5000 | 2024.09.01 21:02:40.873112 [ 148 ] {} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5001 | 2024.09.01 21:02:40.873193 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5002 | 2024.09.01 21:02:40.873238 [ 3 ] {f84c14df-6d8e-4381-b816-903159eec04d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005515 sec., 1087.941976427924 rows/sec., 64.28 KiB/sec. | ||
5003 | 2024.09.01 21:02:40.873854 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
5004 | 2024.09.01 21:02:40.873952 [ 3 ] {f84c14df-6d8e-4381-b816-903159eec04d} <Debug> DynamicQueryHandler: Done processing query | ||
5005 | 2024.09.01 21:02:40.874010 [ 3 ] {f84c14df-6d8e-4381-b816-903159eec04d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5006 | 2024.09.01 21:02:40.874020 [ 195 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_11_2} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5007 | 2024.09.01 21:02:40.874075 [ 3 ] {} <Debug> HTTP-Session: 0877bddd-0453-431f-985b-be094a4a461a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5008 | 2024.09.01 21:02:40.874323 [ 195 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_11_2} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5009 | 2024.09.01 21:02:40.874330 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5010 | 2024.09.01 21:02:40.874385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 61622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5011 | 2024.09.01 21:02:40.874470 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
5012 | 2024.09.01 21:02:40.874539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5013 | 2024.09.01 21:02:40.874579 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5014 | 2024.09.01 21:02:40.874615 [ 3 ] {} <Debug> HTTP-Session: 8ac13129-213b-4b0e-a6b5-f2db68a17cd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5015 | 2024.09.01 21:02:40.874683 [ 3 ] {} <Debug> HTTP-Session: 8ac13129-213b-4b0e-a6b5-f2db68a17cd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5016 | 2024.09.01 21:02:40.874758 [ 3 ] {} <Debug> HTTP-Session: 8ac13129-213b-4b0e-a6b5-f2db68a17cd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5017 | 2024.09.01 21:02:40.874891 [ 3 ] {} <Trace> HTTP-Session: 8ac13129-213b-4b0e-a6b5-f2db68a17cd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5018 | 2024.09.01 21:02:40.874911 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
5019 | 2024.09.01 21:02:40.875170 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
5020 | 2024.09.01 21:02:40.875387 [ 3 ] {b2a08920-7de5-4ba8-a24e-36bf1e690ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5021 | 2024.09.01 21:02:40.875464 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
5022 | 2024.09.01 21:02:40.875539 [ 3 ] {b2a08920-7de5-4ba8-a24e-36bf1e690ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5023 | 2024.09.01 21:02:40.875854 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
5024 | 2024.09.01 21:02:40.876662 [ 3 ] {b2a08920-7de5-4ba8-a24e-36bf1e690ad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5025 | 2024.09.01 21:02:40.878132 [ 3 ] {b2a08920-7de5-4ba8-a24e-36bf1e690ad5} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5026 | 2024.09.01 21:02:40.878231 [ 3 ] {b2a08920-7de5-4ba8-a24e-36bf1e690ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5027 | 2024.09.01 21:02:40.878269 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004709654 sec., 6369.894688654411 rows/sec., 404.34 KiB/sec. | ||
5028 | 2024.09.01 21:02:40.878484 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5029 | 2024.09.01 21:02:40.879323 [ 3 ] {b2a08920-7de5-4ba8-a24e-36bf1e690ad5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5030 | 2024.09.01 21:02:40.879535 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_9_2} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5031 | 2024.09.01 21:02:40.879796 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_9_2} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5032 | 2024.09.01 21:02:40.880003 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5033 | 2024.09.01 21:02:40.880184 [ 3 ] {b2a08920-7de5-4ba8-a24e-36bf1e690ad5} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5034 | 2024.09.01 21:02:40.880331 [ 3 ] {b2a08920-7de5-4ba8-a24e-36bf1e690ad5} <Debug> executeQuery: Read 381 rows, 27.61 KiB in 0.005228 sec., 72876.81713848509 rows/sec., 5.16 MiB/sec. | ||
5035 | 2024.09.01 21:02:40.880533 [ 3 ] {b2a08920-7de5-4ba8-a24e-36bf1e690ad5} <Debug> DynamicQueryHandler: Done processing query | ||
5036 | 2024.09.01 21:02:40.880559 [ 3 ] {b2a08920-7de5-4ba8-a24e-36bf1e690ad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
5037 | 2024.09.01 21:02:40.880576 [ 3 ] {} <Debug> HTTP-Session: 8ac13129-213b-4b0e-a6b5-f2db68a17cd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5038 | 2024.09.01 21:02:40.880745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5039 | 2024.09.01 21:02:40.880794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5040 | 2024.09.01 21:02:40.880812 [ 3 ] {} <Debug> HTTP-Session: 1c91e3ee-916c-4237-91c5-9a4f6650d8a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5041 | 2024.09.01 21:02:40.880829 [ 3 ] {} <Debug> HTTP-Session: 1c91e3ee-916c-4237-91c5-9a4f6650d8a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5042 | 2024.09.01 21:02:40.880843 [ 3 ] {} <Debug> HTTP-Session: 1c91e3ee-916c-4237-91c5-9a4f6650d8a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5043 | 2024.09.01 21:02:40.880874 [ 3 ] {} <Trace> HTTP-Session: 1c91e3ee-916c-4237-91c5-9a4f6650d8a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5044 | 2024.09.01 21:02:40.880968 [ 3 ] {00a907f5-ec35-4223-b697-922ee8a1fd29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5045 | 2024.09.01 21:02:40.881013 [ 3 ] {00a907f5-ec35-4223-b697-922ee8a1fd29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5046 | 2024.09.01 21:02:40.881149 [ 3 ] {00a907f5-ec35-4223-b697-922ee8a1fd29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5047 | 2024.09.01 21:02:40.881456 [ 3 ] {00a907f5-ec35-4223-b697-922ee8a1fd29} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5048 | 2024.09.01 21:02:40.881491 [ 3 ] {00a907f5-ec35-4223-b697-922ee8a1fd29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5049 | 2024.09.01 21:02:40.881853 [ 3 ] {00a907f5-ec35-4223-b697-922ee8a1fd29} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5050 | 2024.09.01 21:02:40.882186 [ 3 ] {00a907f5-ec35-4223-b697-922ee8a1fd29} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5051 | 2024.09.01 21:02:40.882314 [ 3 ] {00a907f5-ec35-4223-b697-922ee8a1fd29} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001371 sec., 4376.367614879649 rows/sec., 228.65 KiB/sec. | ||
5052 | 2024.09.01 21:02:40.882515 [ 3 ] {00a907f5-ec35-4223-b697-922ee8a1fd29} <Debug> DynamicQueryHandler: Done processing query | ||
5053 | 2024.09.01 21:02:40.882539 [ 3 ] {00a907f5-ec35-4223-b697-922ee8a1fd29} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5054 | 2024.09.01 21:02:40.882555 [ 3 ] {} <Debug> HTTP-Session: 1c91e3ee-916c-4237-91c5-9a4f6650d8a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5055 | 2024.09.01 21:02:40.882719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 33110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5056 | 2024.09.01 21:02:40.882767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5057 | 2024.09.01 21:02:40.882785 [ 3 ] {} <Debug> HTTP-Session: 16cf4a6c-d920-4bbb-90a1-2c7d4e85653b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5058 | 2024.09.01 21:02:40.882801 [ 3 ] {} <Debug> HTTP-Session: 16cf4a6c-d920-4bbb-90a1-2c7d4e85653b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5059 | 2024.09.01 21:02:40.882815 [ 3 ] {} <Debug> HTTP-Session: 16cf4a6c-d920-4bbb-90a1-2c7d4e85653b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5060 | 2024.09.01 21:02:40.882845 [ 3 ] {} <Trace> HTTP-Session: 16cf4a6c-d920-4bbb-90a1-2c7d4e85653b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5061 | 2024.09.01 21:02:40.883007 [ 3 ] {8ae5247e-d63b-4587-b5bb-a30691c8f2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5062 | 2024.09.01 21:02:40.883053 [ 3 ] {8ae5247e-d63b-4587-b5bb-a30691c8f2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5063 | 2024.09.01 21:02:40.883196 [ 3 ] {8ae5247e-d63b-4587-b5bb-a30691c8f2b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5064 | 2024.09.01 21:02:40.883583 [ 3 ] {8ae5247e-d63b-4587-b5bb-a30691c8f2b8} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5065 | 2024.09.01 21:02:40.883618 [ 3 ] {8ae5247e-d63b-4587-b5bb-a30691c8f2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5066 | 2024.09.01 21:02:40.883999 [ 3 ] {8ae5247e-d63b-4587-b5bb-a30691c8f2b8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5067 | 2024.09.01 21:02:40.884357 [ 3 ] {8ae5247e-d63b-4587-b5bb-a30691c8f2b8} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5068 | 2024.09.01 21:02:40.884488 [ 3 ] {8ae5247e-d63b-4587-b5bb-a30691c8f2b8} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00156 sec., 113461.53846153847 rows/sec., 7.48 MiB/sec. | ||
5069 | 2024.09.01 21:02:40.884652 [ 3 ] {8ae5247e-d63b-4587-b5bb-a30691c8f2b8} <Debug> DynamicQueryHandler: Done processing query | ||
5070 | 2024.09.01 21:02:40.884676 [ 3 ] {8ae5247e-d63b-4587-b5bb-a30691c8f2b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5071 | 2024.09.01 21:02:40.884692 [ 3 ] {} <Debug> HTTP-Session: 16cf4a6c-d920-4bbb-90a1-2c7d4e85653b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5072 | 2024.09.01 21:02:40.884802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5073 | 2024.09.01 21:02:40.884849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5074 | 2024.09.01 21:02:40.884868 [ 3 ] {} <Debug> HTTP-Session: b7bd9325-cfee-407e-a482-bf8b6cc9bc71 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5075 | 2024.09.01 21:02:40.884884 [ 3 ] {} <Debug> HTTP-Session: b7bd9325-cfee-407e-a482-bf8b6cc9bc71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5076 | 2024.09.01 21:02:40.884898 [ 3 ] {} <Debug> HTTP-Session: b7bd9325-cfee-407e-a482-bf8b6cc9bc71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5077 | 2024.09.01 21:02:40.884929 [ 3 ] {} <Trace> HTTP-Session: b7bd9325-cfee-407e-a482-bf8b6cc9bc71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5078 | 2024.09.01 21:02:40.885019 [ 3 ] {a0aac3a4-41db-4167-bd2e-979c57f19d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5079 | 2024.09.01 21:02:40.885064 [ 3 ] {a0aac3a4-41db-4167-bd2e-979c57f19d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5080 | 2024.09.01 21:02:40.885190 [ 3 ] {a0aac3a4-41db-4167-bd2e-979c57f19d3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5081 | 2024.09.01 21:02:40.885463 [ 3 ] {a0aac3a4-41db-4167-bd2e-979c57f19d3b} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5082 | 2024.09.01 21:02:40.885499 [ 3 ] {a0aac3a4-41db-4167-bd2e-979c57f19d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5083 | 2024.09.01 21:02:40.885838 [ 3 ] {a0aac3a4-41db-4167-bd2e-979c57f19d3b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5084 | 2024.09.01 21:02:40.886151 [ 3 ] {a0aac3a4-41db-4167-bd2e-979c57f19d3b} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5085 | 2024.09.01 21:02:40.886279 [ 3 ] {a0aac3a4-41db-4167-bd2e-979c57f19d3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001281 sec., 780.64012490242 rows/sec., 52.60 KiB/sec. | ||
5086 | 2024.09.01 21:02:40.886557 [ 3 ] {a0aac3a4-41db-4167-bd2e-979c57f19d3b} <Debug> DynamicQueryHandler: Done processing query | ||
5087 | 2024.09.01 21:02:40.886580 [ 3 ] {a0aac3a4-41db-4167-bd2e-979c57f19d3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5088 | 2024.09.01 21:02:40.886596 [ 3 ] {} <Debug> HTTP-Session: b7bd9325-cfee-407e-a482-bf8b6cc9bc71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5089 | 2024.09.01 21:02:40.886740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5090 | 2024.09.01 21:02:40.886790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5091 | 2024.09.01 21:02:40.886808 [ 3 ] {} <Debug> HTTP-Session: d8d8157d-df6f-43ad-86ef-b7f6b9009fd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5092 | 2024.09.01 21:02:40.886825 [ 3 ] {} <Debug> HTTP-Session: d8d8157d-df6f-43ad-86ef-b7f6b9009fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5093 | 2024.09.01 21:02:40.886839 [ 3 ] {} <Debug> HTTP-Session: d8d8157d-df6f-43ad-86ef-b7f6b9009fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5094 | 2024.09.01 21:02:40.886869 [ 3 ] {} <Trace> HTTP-Session: d8d8157d-df6f-43ad-86ef-b7f6b9009fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5095 | 2024.09.01 21:02:40.887489 [ 3 ] {b3ab3f15-0af5-4add-8b61-75e96c7e7a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5096 | 2024.09.01 21:02:40.887559 [ 3 ] {b3ab3f15-0af5-4add-8b61-75e96c7e7a08} <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 | ||
5097 | 2024.09.01 21:02:40.887995 [ 3 ] {b3ab3f15-0af5-4add-8b61-75e96c7e7a08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5098 | 2024.09.01 21:02:40.888845 [ 3 ] {b3ab3f15-0af5-4add-8b61-75e96c7e7a08} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5099 | 2024.09.01 21:02:40.888880 [ 3 ] {b3ab3f15-0af5-4add-8b61-75e96c7e7a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5100 | 2024.09.01 21:02:40.889529 [ 3 ] {b3ab3f15-0af5-4add-8b61-75e96c7e7a08} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5101 | 2024.09.01 21:02:40.889930 [ 3 ] {b3ab3f15-0af5-4add-8b61-75e96c7e7a08} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5102 | 2024.09.01 21:02:40.890056 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5103 | 2024.09.01 21:02:40.890076 [ 3 ] {b3ab3f15-0af5-4add-8b61-75e96c7e7a08} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.003114 sec., 11239.563262684649 rows/sec., 20.14 MiB/sec. | ||
5104 | 2024.09.01 21:02:40.890096 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5105 | 2024.09.01 21:02:40.890140 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5106 | 2024.09.01 21:02:40.890704 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
5107 | 2024.09.01 21:02:40.890851 [ 3 ] {b3ab3f15-0af5-4add-8b61-75e96c7e7a08} <Debug> DynamicQueryHandler: Done processing query | ||
5108 | 2024.09.01 21:02:40.890897 [ 3 ] {b3ab3f15-0af5-4add-8b61-75e96c7e7a08} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5109 | 2024.09.01 21:02:40.890930 [ 3 ] {} <Debug> HTTP-Session: d8d8157d-df6f-43ad-86ef-b7f6b9009fd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5110 | 2024.09.01 21:02:40.891193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5111 | 2024.09.01 21:02:40.891303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5112 | 2024.09.01 21:02:40.891364 [ 3 ] {} <Debug> HTTP-Session: 8d324310-6a18-46fc-a73a-3bcac4491476 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5113 | 2024.09.01 21:02:40.891371 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5114 | 2024.09.01 21:02:40.891390 [ 3 ] {} <Debug> HTTP-Session: 8d324310-6a18-46fc-a73a-3bcac4491476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5115 | 2024.09.01 21:02:40.891440 [ 3 ] {} <Debug> HTTP-Session: 8d324310-6a18-46fc-a73a-3bcac4491476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5116 | 2024.09.01 21:02:40.891530 [ 3 ] {} <Trace> HTTP-Session: 8d324310-6a18-46fc-a73a-3bcac4491476 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5117 | 2024.09.01 21:02:40.891536 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 274 rows starting from the beginning of the part | ||
5118 | 2024.09.01 21:02:40.891755 [ 3 ] {6755bd2e-4df4-41fb-b23e-8fd91047004e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5119 | 2024.09.01 21:02:40.891945 [ 3 ] {6755bd2e-4df4-41fb-b23e-8fd91047004e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5120 | 2024.09.01 21:02:40.892232 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 35 rows starting from the beginning of the part | ||
5121 | 2024.09.01 21:02:40.892988 [ 3 ] {6755bd2e-4df4-41fb-b23e-8fd91047004e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5122 | 2024.09.01 21:02:40.893150 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
5123 | 2024.09.01 21:02:40.893817 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 35 rows starting from the beginning of the part | ||
5124 | 2024.09.01 21:02:40.894113 [ 3 ] {6755bd2e-4df4-41fb-b23e-8fd91047004e} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5125 | 2024.09.01 21:02:40.894224 [ 3 ] {6755bd2e-4df4-41fb-b23e-8fd91047004e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5126 | 2024.09.01 21:02:40.894584 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
5127 | 2024.09.01 21:02:40.895206 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 35 rows starting from the beginning of the part | ||
5128 | 2024.09.01 21:02:40.895621 [ 3 ] {6755bd2e-4df4-41fb-b23e-8fd91047004e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5129 | 2024.09.01 21:02:40.896511 [ 3 ] {6755bd2e-4df4-41fb-b23e-8fd91047004e} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5130 | 2024.09.01 21:02:40.896832 [ 3 ] {6755bd2e-4df4-41fb-b23e-8fd91047004e} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005166 sec., 10065.814943863725 rows/sec., 638.19 KiB/sec. | ||
5131 | 2024.09.01 21:02:40.897430 [ 3 ] {6755bd2e-4df4-41fb-b23e-8fd91047004e} <Debug> DynamicQueryHandler: Done processing query | ||
5132 | 2024.09.01 21:02:40.897500 [ 3 ] {6755bd2e-4df4-41fb-b23e-8fd91047004e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5133 | 2024.09.01 21:02:40.897574 [ 3 ] {} <Debug> HTTP-Session: 8d324310-6a18-46fc-a73a-3bcac4491476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5134 | 2024.09.01 21:02:40.900135 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 19 columns (19 merged, 0 gathered) in 0.009875343 sec., 38783.4630149049 rows/sec., 69.50 MiB/sec. | ||
5135 | 2024.09.01 21:02:40.900826 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5136 | 2024.09.01 21:02:40.901434 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5137 | 2024.09.01 21:02:40.901515 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5138 | 2024.09.01 21:02:40.901657 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
5139 | 2024.09.01 21:02:45.854098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5140 | 2024.09.01 21:02:45.854218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5141 | 2024.09.01 21:02:45.854242 [ 3 ] {} <Debug> HTTP-Session: 8be58f24-6bdc-48a5-bef5-c45927d4ec35 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5142 | 2024.09.01 21:02:45.854266 [ 3 ] {} <Debug> HTTP-Session: 8be58f24-6bdc-48a5-bef5-c45927d4ec35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5143 | 2024.09.01 21:02:45.854280 [ 3 ] {} <Debug> HTTP-Session: 8be58f24-6bdc-48a5-bef5-c45927d4ec35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5144 | 2024.09.01 21:02:45.854327 [ 3 ] {} <Trace> HTTP-Session: 8be58f24-6bdc-48a5-bef5-c45927d4ec35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5145 | 2024.09.01 21:02:45.854499 [ 3 ] {6b943f8f-2442-4b43-9fab-5477f1f83705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5146 | 2024.09.01 21:02:45.854578 [ 3 ] {6b943f8f-2442-4b43-9fab-5477f1f83705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5147 | 2024.09.01 21:02:45.854998 [ 3 ] {6b943f8f-2442-4b43-9fab-5477f1f83705} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5148 | 2024.09.01 21:02:45.855439 [ 3 ] {6b943f8f-2442-4b43-9fab-5477f1f83705} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5149 | 2024.09.01 21:02:45.855478 [ 3 ] {6b943f8f-2442-4b43-9fab-5477f1f83705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5150 | 2024.09.01 21:02:45.855883 [ 3 ] {6b943f8f-2442-4b43-9fab-5477f1f83705} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5151 | 2024.09.01 21:02:45.856273 [ 3 ] {6b943f8f-2442-4b43-9fab-5477f1f83705} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5152 | 2024.09.01 21:02:45.856423 [ 3 ] {6b943f8f-2442-4b43-9fab-5477f1f83705} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001977 sec., 3034.9013657056144 rows/sec., 247.47 KiB/sec. | ||
5153 | 2024.09.01 21:02:45.856744 [ 3 ] {6b943f8f-2442-4b43-9fab-5477f1f83705} <Debug> DynamicQueryHandler: Done processing query | ||
5154 | 2024.09.01 21:02:45.856771 [ 3 ] {6b943f8f-2442-4b43-9fab-5477f1f83705} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5155 | 2024.09.01 21:02:45.856787 [ 3 ] {} <Debug> HTTP-Session: 8be58f24-6bdc-48a5-bef5-c45927d4ec35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5156 | 2024.09.01 21:02:45.856941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5157 | 2024.09.01 21:02:45.857000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5158 | 2024.09.01 21:02:45.857019 [ 3 ] {} <Debug> HTTP-Session: 05beb9e4-6818-49c0-877f-35ff51d2af92 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5159 | 2024.09.01 21:02:45.857037 [ 3 ] {} <Debug> HTTP-Session: 05beb9e4-6818-49c0-877f-35ff51d2af92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5160 | 2024.09.01 21:02:45.857051 [ 3 ] {} <Debug> HTTP-Session: 05beb9e4-6818-49c0-877f-35ff51d2af92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5161 | 2024.09.01 21:02:45.857086 [ 3 ] {} <Trace> HTTP-Session: 05beb9e4-6818-49c0-877f-35ff51d2af92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5162 | 2024.09.01 21:02:45.857206 [ 3 ] {66b68e7d-b273-4041-ab5d-8104bd550207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5163 | 2024.09.01 21:02:45.857254 [ 3 ] {66b68e7d-b273-4041-ab5d-8104bd550207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5164 | 2024.09.01 21:02:45.857504 [ 3 ] {66b68e7d-b273-4041-ab5d-8104bd550207} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5165 | 2024.09.01 21:02:45.857862 [ 3 ] {66b68e7d-b273-4041-ab5d-8104bd550207} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5166 | 2024.09.01 21:02:45.857898 [ 3 ] {66b68e7d-b273-4041-ab5d-8104bd550207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5167 | 2024.09.01 21:02:45.858252 [ 3 ] {66b68e7d-b273-4041-ab5d-8104bd550207} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5168 | 2024.09.01 21:02:45.858625 [ 3 ] {66b68e7d-b273-4041-ab5d-8104bd550207} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5169 | 2024.09.01 21:02:45.858763 [ 3 ] {66b68e7d-b273-4041-ab5d-8104bd550207} <Debug> executeQuery: Read 33 rows, 2.58 KiB in 0.001595 sec., 20689.655172413793 rows/sec., 1.58 MiB/sec. | ||
5170 | 2024.09.01 21:02:45.859099 [ 3 ] {66b68e7d-b273-4041-ab5d-8104bd550207} <Debug> DynamicQueryHandler: Done processing query | ||
5171 | 2024.09.01 21:02:45.859136 [ 3 ] {66b68e7d-b273-4041-ab5d-8104bd550207} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5172 | 2024.09.01 21:02:45.859153 [ 3 ] {} <Debug> HTTP-Session: 05beb9e4-6818-49c0-877f-35ff51d2af92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5173 | 2024.09.01 21:02:45.859281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5174 | 2024.09.01 21:02:45.859334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5175 | 2024.09.01 21:02:45.859353 [ 3 ] {} <Debug> HTTP-Session: 5760e520-8880-42dc-882d-674360773f93 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5176 | 2024.09.01 21:02:45.859370 [ 3 ] {} <Debug> HTTP-Session: 5760e520-8880-42dc-882d-674360773f93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5177 | 2024.09.01 21:02:45.859384 [ 3 ] {} <Debug> HTTP-Session: 5760e520-8880-42dc-882d-674360773f93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5178 | 2024.09.01 21:02:45.859416 [ 3 ] {} <Trace> HTTP-Session: 5760e520-8880-42dc-882d-674360773f93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5179 | 2024.09.01 21:02:45.859519 [ 3 ] {42d6cb49-77ce-448e-8563-745c7a2d0909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5180 | 2024.09.01 21:02:45.859564 [ 3 ] {42d6cb49-77ce-448e-8563-745c7a2d0909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5181 | 2024.09.01 21:02:45.859809 [ 3 ] {42d6cb49-77ce-448e-8563-745c7a2d0909} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5182 | 2024.09.01 21:02:45.860177 [ 3 ] {42d6cb49-77ce-448e-8563-745c7a2d0909} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5183 | 2024.09.01 21:02:45.860213 [ 3 ] {42d6cb49-77ce-448e-8563-745c7a2d0909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5184 | 2024.09.01 21:02:45.860552 [ 3 ] {42d6cb49-77ce-448e-8563-745c7a2d0909} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5185 | 2024.09.01 21:02:45.860907 [ 3 ] {42d6cb49-77ce-448e-8563-745c7a2d0909} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5186 | 2024.09.01 21:02:45.861041 [ 3 ] {42d6cb49-77ce-448e-8563-745c7a2d0909} <Debug> executeQuery: Read 8 rows, 583.00 B in 0.001553 sec., 5151.3200257566 rows/sec., 366.60 KiB/sec. | ||
5187 | 2024.09.01 21:02:45.861207 [ 3 ] {42d6cb49-77ce-448e-8563-745c7a2d0909} <Debug> DynamicQueryHandler: Done processing query | ||
5188 | 2024.09.01 21:02:45.861232 [ 3 ] {42d6cb49-77ce-448e-8563-745c7a2d0909} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5189 | 2024.09.01 21:02:45.861247 [ 3 ] {} <Debug> HTTP-Session: 5760e520-8880-42dc-882d-674360773f93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5190 | 2024.09.01 21:02:45.861358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 6145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5191 | 2024.09.01 21:02:45.861409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5192 | 2024.09.01 21:02:45.861427 [ 3 ] {} <Debug> HTTP-Session: dcc5cbfe-1f44-4be5-bceb-5b0eae049d2b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5193 | 2024.09.01 21:02:45.861444 [ 3 ] {} <Debug> HTTP-Session: dcc5cbfe-1f44-4be5-bceb-5b0eae049d2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5194 | 2024.09.01 21:02:45.861457 [ 3 ] {} <Debug> HTTP-Session: dcc5cbfe-1f44-4be5-bceb-5b0eae049d2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5195 | 2024.09.01 21:02:45.861563 [ 3 ] {} <Trace> HTTP-Session: dcc5cbfe-1f44-4be5-bceb-5b0eae049d2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5196 | 2024.09.01 21:02:45.861673 [ 3 ] {98b0e245-6344-48f0-abf4-dd4cc9aab145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5197 | 2024.09.01 21:02:45.861715 [ 3 ] {98b0e245-6344-48f0-abf4-dd4cc9aab145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5198 | 2024.09.01 21:02:45.861938 [ 3 ] {98b0e245-6344-48f0-abf4-dd4cc9aab145} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5199 | 2024.09.01 21:02:45.862319 [ 3 ] {98b0e245-6344-48f0-abf4-dd4cc9aab145} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5200 | 2024.09.01 21:02:45.862354 [ 3 ] {98b0e245-6344-48f0-abf4-dd4cc9aab145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5201 | 2024.09.01 21:02:45.862706 [ 3 ] {98b0e245-6344-48f0-abf4-dd4cc9aab145} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5202 | 2024.09.01 21:02:45.863059 [ 3 ] {98b0e245-6344-48f0-abf4-dd4cc9aab145} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5203 | 2024.09.01 21:02:45.863198 [ 3 ] {98b0e245-6344-48f0-abf4-dd4cc9aab145} <Debug> executeQuery: Read 36 rows, 2.89 KiB in 0.00156 sec., 23076.923076923078 rows/sec., 1.81 MiB/sec. | ||
5204 | 2024.09.01 21:02:45.863437 [ 3 ] {98b0e245-6344-48f0-abf4-dd4cc9aab145} <Debug> DynamicQueryHandler: Done processing query | ||
5205 | 2024.09.01 21:02:45.863461 [ 3 ] {98b0e245-6344-48f0-abf4-dd4cc9aab145} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5206 | 2024.09.01 21:02:45.863477 [ 3 ] {} <Debug> HTTP-Session: dcc5cbfe-1f44-4be5-bceb-5b0eae049d2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5207 | 2024.09.01 21:02:45.863611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5208 | 2024.09.01 21:02:45.863660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5209 | 2024.09.01 21:02:45.863679 [ 3 ] {} <Debug> HTTP-Session: 7a92230e-3bee-4aa8-afd3-89c6b92af78e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5210 | 2024.09.01 21:02:45.863696 [ 3 ] {} <Debug> HTTP-Session: 7a92230e-3bee-4aa8-afd3-89c6b92af78e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5211 | 2024.09.01 21:02:45.863709 [ 3 ] {} <Debug> HTTP-Session: 7a92230e-3bee-4aa8-afd3-89c6b92af78e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5212 | 2024.09.01 21:02:45.863739 [ 3 ] {} <Trace> HTTP-Session: 7a92230e-3bee-4aa8-afd3-89c6b92af78e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5213 | 2024.09.01 21:02:45.863875 [ 3 ] {42efddd0-63ed-4d72-8c9c-36bca3285de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5214 | 2024.09.01 21:02:45.863922 [ 3 ] {42efddd0-63ed-4d72-8c9c-36bca3285de0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5215 | 2024.09.01 21:02:45.864063 [ 3 ] {42efddd0-63ed-4d72-8c9c-36bca3285de0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5216 | 2024.09.01 21:02:45.864415 [ 3 ] {42efddd0-63ed-4d72-8c9c-36bca3285de0} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5217 | 2024.09.01 21:02:45.864450 [ 3 ] {42efddd0-63ed-4d72-8c9c-36bca3285de0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5218 | 2024.09.01 21:02:45.864838 [ 3 ] {42efddd0-63ed-4d72-8c9c-36bca3285de0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5219 | 2024.09.01 21:02:45.865197 [ 3 ] {42efddd0-63ed-4d72-8c9c-36bca3285de0} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5220 | 2024.09.01 21:02:45.865332 [ 3 ] {42efddd0-63ed-4d72-8c9c-36bca3285de0} <Debug> executeQuery: Read 103 rows, 7.31 KiB in 0.001515 sec., 67986.79867986798 rows/sec., 4.71 MiB/sec. | ||
5221 | 2024.09.01 21:02:45.865498 [ 3 ] {42efddd0-63ed-4d72-8c9c-36bca3285de0} <Debug> DynamicQueryHandler: Done processing query | ||
5222 | 2024.09.01 21:02:45.865521 [ 3 ] {42efddd0-63ed-4d72-8c9c-36bca3285de0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5223 | 2024.09.01 21:02:45.865537 [ 3 ] {} <Debug> HTTP-Session: 7a92230e-3bee-4aa8-afd3-89c6b92af78e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5224 | 2024.09.01 21:02:45.865665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5225 | 2024.09.01 21:02:45.865715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5226 | 2024.09.01 21:02:45.865733 [ 3 ] {} <Debug> HTTP-Session: 1dad0534-0c15-455b-be11-12c62c315ce0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5227 | 2024.09.01 21:02:45.865752 [ 3 ] {} <Debug> HTTP-Session: 1dad0534-0c15-455b-be11-12c62c315ce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5228 | 2024.09.01 21:02:45.865766 [ 3 ] {} <Debug> HTTP-Session: 1dad0534-0c15-455b-be11-12c62c315ce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5229 | 2024.09.01 21:02:45.865796 [ 3 ] {} <Trace> HTTP-Session: 1dad0534-0c15-455b-be11-12c62c315ce0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5230 | 2024.09.01 21:02:45.865914 [ 3 ] {c3620428-909d-42b6-9045-b1cb426b59ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5231 | 2024.09.01 21:02:45.865977 [ 3 ] {c3620428-909d-42b6-9045-b1cb426b59ee} <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 | ||
5232 | 2024.09.01 21:02:45.866379 [ 3 ] {c3620428-909d-42b6-9045-b1cb426b59ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5233 | 2024.09.01 21:02:45.866859 [ 3 ] {c3620428-909d-42b6-9045-b1cb426b59ee} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5234 | 2024.09.01 21:02:45.866894 [ 3 ] {c3620428-909d-42b6-9045-b1cb426b59ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5235 | 2024.09.01 21:02:45.867475 [ 3 ] {c3620428-909d-42b6-9045-b1cb426b59ee} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5236 | 2024.09.01 21:02:45.867880 [ 3 ] {c3620428-909d-42b6-9045-b1cb426b59ee} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5237 | 2024.09.01 21:02:45.868025 [ 3 ] {c3620428-909d-42b6-9045-b1cb426b59ee} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002159 sec., 926.3547938860584 rows/sec., 1.66 MiB/sec. | ||
5238 | 2024.09.01 21:02:45.868235 [ 3 ] {c3620428-909d-42b6-9045-b1cb426b59ee} <Debug> DynamicQueryHandler: Done processing query | ||
5239 | 2024.09.01 21:02:45.868260 [ 3 ] {c3620428-909d-42b6-9045-b1cb426b59ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5240 | 2024.09.01 21:02:45.868275 [ 3 ] {} <Debug> HTTP-Session: 1dad0534-0c15-455b-be11-12c62c315ce0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5241 | 2024.09.01 21:02:45.868391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5242 | 2024.09.01 21:02:45.868440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5243 | 2024.09.01 21:02:45.868459 [ 3 ] {} <Debug> HTTP-Session: dce9fc87-6dc1-4941-bc9a-37782124e24a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5244 | 2024.09.01 21:02:45.868475 [ 3 ] {} <Debug> HTTP-Session: dce9fc87-6dc1-4941-bc9a-37782124e24a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5245 | 2024.09.01 21:02:45.868488 [ 3 ] {} <Debug> HTTP-Session: dce9fc87-6dc1-4941-bc9a-37782124e24a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5246 | 2024.09.01 21:02:45.868518 [ 3 ] {} <Trace> HTTP-Session: dce9fc87-6dc1-4941-bc9a-37782124e24a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5247 | 2024.09.01 21:02:45.868625 [ 3 ] {c4e95e45-1f12-40c1-8381-c385dd6b3750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5248 | 2024.09.01 21:02:45.868669 [ 3 ] {c4e95e45-1f12-40c1-8381-c385dd6b3750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5249 | 2024.09.01 21:02:45.868796 [ 3 ] {c4e95e45-1f12-40c1-8381-c385dd6b3750} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5250 | 2024.09.01 21:02:45.869100 [ 3 ] {c4e95e45-1f12-40c1-8381-c385dd6b3750} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5251 | 2024.09.01 21:02:45.869136 [ 3 ] {c4e95e45-1f12-40c1-8381-c385dd6b3750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5252 | 2024.09.01 21:02:45.869491 [ 3 ] {c4e95e45-1f12-40c1-8381-c385dd6b3750} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5253 | 2024.09.01 21:02:45.869810 [ 3 ] {c4e95e45-1f12-40c1-8381-c385dd6b3750} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5254 | 2024.09.01 21:02:45.869948 [ 3 ] {c4e95e45-1f12-40c1-8381-c385dd6b3750} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001358 sec., 22091.310751104564 rows/sec., 1.51 MiB/sec. | ||
5255 | 2024.09.01 21:02:45.870289 [ 3 ] {c4e95e45-1f12-40c1-8381-c385dd6b3750} <Debug> DynamicQueryHandler: Done processing query | ||
5256 | 2024.09.01 21:02:45.870319 [ 3 ] {c4e95e45-1f12-40c1-8381-c385dd6b3750} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5257 | 2024.09.01 21:02:45.870335 [ 3 ] {} <Debug> HTTP-Session: dce9fc87-6dc1-4941-bc9a-37782124e24a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5258 | 2024.09.01 21:02:50.889523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5259 | 2024.09.01 21:02:50.889690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5260 | 2024.09.01 21:02:50.889721 [ 3 ] {} <Debug> HTTP-Session: 6393cddf-1fed-409d-a6aa-3e5e90a4caa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5261 | 2024.09.01 21:02:50.889750 [ 3 ] {} <Debug> HTTP-Session: 6393cddf-1fed-409d-a6aa-3e5e90a4caa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5262 | 2024.09.01 21:02:50.889768 [ 3 ] {} <Debug> HTTP-Session: 6393cddf-1fed-409d-a6aa-3e5e90a4caa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5263 | 2024.09.01 21:02:50.889823 [ 3 ] {} <Trace> HTTP-Session: 6393cddf-1fed-409d-a6aa-3e5e90a4caa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5264 | 2024.09.01 21:02:50.890079 [ 3 ] {0669f03c-94d6-49f3-a32f-23f5469308e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5265 | 2024.09.01 21:02:50.890172 [ 3 ] {0669f03c-94d6-49f3-a32f-23f5469308e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5266 | 2024.09.01 21:02:50.890610 [ 3 ] {0669f03c-94d6-49f3-a32f-23f5469308e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5267 | 2024.09.01 21:02:50.891125 [ 3 ] {0669f03c-94d6-49f3-a32f-23f5469308e6} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5268 | 2024.09.01 21:02:50.891176 [ 3 ] {0669f03c-94d6-49f3-a32f-23f5469308e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5269 | 2024.09.01 21:02:50.891674 [ 3 ] {0669f03c-94d6-49f3-a32f-23f5469308e6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5270 | 2024.09.01 21:02:50.892075 [ 3 ] {0669f03c-94d6-49f3-a32f-23f5469308e6} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5271 | 2024.09.01 21:02:50.892245 [ 3 ] {0669f03c-94d6-49f3-a32f-23f5469308e6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002237 sec., 1788.109074653554 rows/sec., 145.81 KiB/sec. | ||
5272 | 2024.09.01 21:02:50.892250 [ 139 ] {} <Debug> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5273 | 2024.09.01 21:02:50.892342 [ 139 ] {} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5274 | 2024.09.01 21:02:50.892399 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5275 | 2024.09.01 21:02:50.892519 [ 3 ] {0669f03c-94d6-49f3-a32f-23f5469308e6} <Debug> DynamicQueryHandler: Done processing query | ||
5276 | 2024.09.01 21:02:50.892524 [ 200 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
5277 | 2024.09.01 21:02:50.892552 [ 3 ] {0669f03c-94d6-49f3-a32f-23f5469308e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5278 | 2024.09.01 21:02:50.892577 [ 3 ] {} <Debug> HTTP-Session: 6393cddf-1fed-409d-a6aa-3e5e90a4caa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5279 | 2024.09.01 21:02:50.892669 [ 200 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5280 | 2024.09.01 21:02:50.892703 [ 200 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
5281 | 2024.09.01 21:02:50.892770 [ 200 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
5282 | 2024.09.01 21:02:50.892852 [ 200 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
5283 | 2024.09.01 21:02:50.892975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 200303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5284 | 2024.09.01 21:02:50.893177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5285 | 2024.09.01 21:02:50.893212 [ 200 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
5286 | 2024.09.01 21:02:50.893281 [ 3 ] {} <Debug> HTTP-Session: 30e1e75b-b560-4cd7-aff2-bbdc1c3bde33 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5287 | 2024.09.01 21:02:50.893332 [ 3 ] {} <Debug> HTTP-Session: 30e1e75b-b560-4cd7-aff2-bbdc1c3bde33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5288 | 2024.09.01 21:02:50.893393 [ 3 ] {} <Debug> HTTP-Session: 30e1e75b-b560-4cd7-aff2-bbdc1c3bde33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5289 | 2024.09.01 21:02:50.893475 [ 200 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
5290 | 2024.09.01 21:02:50.893514 [ 3 ] {} <Trace> HTTP-Session: 30e1e75b-b560-4cd7-aff2-bbdc1c3bde33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5291 | 2024.09.01 21:02:50.893712 [ 200 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
5292 | 2024.09.01 21:02:50.894226 [ 3 ] {7a87ea80-299a-43b0-8e08-2cd6cfbbc50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5293 | 2024.09.01 21:02:50.894282 [ 3 ] {7a87ea80-299a-43b0-8e08-2cd6cfbbc50d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5294 | 2024.09.01 21:02:50.894741 [ 3 ] {7a87ea80-299a-43b0-8e08-2cd6cfbbc50d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5295 | 2024.09.01 21:02:50.895105 [ 193 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.002628766 sec., 7608.132484975841 rows/sec., 650.11 KiB/sec. | ||
5296 | 2024.09.01 21:02:50.895297 [ 196 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5297 | 2024.09.01 21:02:50.895862 [ 196 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_6_1} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5298 | 2024.09.01 21:02:50.895933 [ 196 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_6_1} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5299 | 2024.09.01 21:02:50.896005 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5300 | 2024.09.01 21:02:50.896251 [ 3 ] {7a87ea80-299a-43b0-8e08-2cd6cfbbc50d} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5301 | 2024.09.01 21:02:50.896289 [ 3 ] {7a87ea80-299a-43b0-8e08-2cd6cfbbc50d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5302 | 2024.09.01 21:02:50.896724 [ 3 ] {7a87ea80-299a-43b0-8e08-2cd6cfbbc50d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5303 | 2024.09.01 21:02:50.897084 [ 3 ] {7a87ea80-299a-43b0-8e08-2cd6cfbbc50d} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5304 | 2024.09.01 21:02:50.897238 [ 139 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5305 | 2024.09.01 21:02:50.897242 [ 3 ] {7a87ea80-299a-43b0-8e08-2cd6cfbbc50d} <Debug> executeQuery: Read 1371 rows, 117.37 KiB in 0.003484 sec., 393513.20321469574 rows/sec., 32.90 MiB/sec. | ||
5306 | 2024.09.01 21:02:50.897296 [ 139 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5307 | 2024.09.01 21:02:50.897366 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5308 | 2024.09.01 21:02:50.897528 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
5309 | 2024.09.01 21:02:50.897574 [ 3 ] {7a87ea80-299a-43b0-8e08-2cd6cfbbc50d} <Debug> DynamicQueryHandler: Done processing query | ||
5310 | 2024.09.01 21:02:50.897606 [ 3 ] {7a87ea80-299a-43b0-8e08-2cd6cfbbc50d} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
5311 | 2024.09.01 21:02:50.897635 [ 3 ] {} <Debug> HTTP-Session: 30e1e75b-b560-4cd7-aff2-bbdc1c3bde33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5312 | 2024.09.01 21:02:50.897702 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5313 | 2024.09.01 21:02:50.897737 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1379 rows starting from the beginning of the part | ||
5314 | 2024.09.01 21:02:50.897851 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 229 rows starting from the beginning of the part | ||
5315 | 2024.09.01 21:02:50.897968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5316 | 2024.09.01 21:02:50.898154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5317 | 2024.09.01 21:02:50.898212 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
5318 | 2024.09.01 21:02:50.898217 [ 3 ] {} <Debug> HTTP-Session: 78669ba0-bd72-4a01-ab35-29d9c5cd4d6d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5319 | 2024.09.01 21:02:50.898295 [ 3 ] {} <Debug> HTTP-Session: 78669ba0-bd72-4a01-ab35-29d9c5cd4d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5320 | 2024.09.01 21:02:50.898368 [ 3 ] {} <Debug> HTTP-Session: 78669ba0-bd72-4a01-ab35-29d9c5cd4d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5321 | 2024.09.01 21:02:50.898551 [ 3 ] {} <Trace> HTTP-Session: 78669ba0-bd72-4a01-ab35-29d9c5cd4d6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5322 | 2024.09.01 21:02:50.898678 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 229 rows starting from the beginning of the part | ||
5323 | 2024.09.01 21:02:50.898897 [ 3 ] {ac0e9dbd-22f2-47e2-8ab5-6326ca8f1049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5324 | 2024.09.01 21:02:50.898915 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part | ||
5325 | 2024.09.01 21:02:50.899019 [ 3 ] {ac0e9dbd-22f2-47e2-8ab5-6326ca8f1049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5326 | 2024.09.01 21:02:50.899230 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1371 rows starting from the beginning of the part | ||
5327 | 2024.09.01 21:02:50.899937 [ 3 ] {ac0e9dbd-22f2-47e2-8ab5-6326ca8f1049} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5328 | 2024.09.01 21:02:50.900435 [ 3 ] {ac0e9dbd-22f2-47e2-8ab5-6326ca8f1049} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5329 | 2024.09.01 21:02:50.900474 [ 3 ] {ac0e9dbd-22f2-47e2-8ab5-6326ca8f1049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5330 | 2024.09.01 21:02:50.900957 [ 3 ] {ac0e9dbd-22f2-47e2-8ab5-6326ca8f1049} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5331 | 2024.09.01 21:02:50.901367 [ 3 ] {ac0e9dbd-22f2-47e2-8ab5-6326ca8f1049} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5332 | 2024.09.01 21:02:50.901650 [ 3 ] {ac0e9dbd-22f2-47e2-8ab5-6326ca8f1049} <Debug> executeQuery: Read 39 rows, 2.91 KiB in 0.002877 sec., 13555.787278415017 rows/sec., 1011.86 KiB/sec. | ||
5333 | 2024.09.01 21:02:50.901659 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3271 rows, containing 5 columns (5 merged, 0 gathered) in 0.004189476 sec., 780765.9000791507 rows/sec., 68.85 MiB/sec. | ||
5334 | 2024.09.01 21:02:50.901862 [ 3 ] {ac0e9dbd-22f2-47e2-8ab5-6326ca8f1049} <Debug> DynamicQueryHandler: Done processing query | ||
5335 | 2024.09.01 21:02:50.901881 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5336 | 2024.09.01 21:02:50.901890 [ 3 ] {ac0e9dbd-22f2-47e2-8ab5-6326ca8f1049} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5337 | 2024.09.01 21:02:50.901923 [ 3 ] {} <Debug> HTTP-Session: 78669ba0-bd72-4a01-ab35-29d9c5cd4d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5338 | 2024.09.01 21:02:50.902176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5339 | 2024.09.01 21:02:50.902237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5340 | 2024.09.01 21:02:50.902258 [ 3 ] {} <Debug> HTTP-Session: 5e00a461-6ecf-4e45-b2cf-db4ef58875ab Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5341 | 2024.09.01 21:02:50.902276 [ 3 ] {} <Debug> HTTP-Session: 5e00a461-6ecf-4e45-b2cf-db4ef58875ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5342 | 2024.09.01 21:02:50.902292 [ 3 ] {} <Debug> HTTP-Session: 5e00a461-6ecf-4e45-b2cf-db4ef58875ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5343 | 2024.09.01 21:02:50.902327 [ 3 ] {} <Trace> HTTP-Session: 5e00a461-6ecf-4e45-b2cf-db4ef58875ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5344 | 2024.09.01 21:02:50.902418 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_26_5} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5345 | 2024.09.01 21:02:50.902500 [ 200 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_26_5} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5346 | 2024.09.01 21:02:50.902523 [ 3 ] {51126ecf-b2f3-4b95-a7b3-0a98a52f735c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5347 | 2024.09.01 21:02:50.902582 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
5348 | 2024.09.01 21:02:50.902586 [ 3 ] {51126ecf-b2f3-4b95-a7b3-0a98a52f735c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5349 | 2024.09.01 21:02:50.902817 [ 3 ] {51126ecf-b2f3-4b95-a7b3-0a98a52f735c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5350 | 2024.09.01 21:02:50.903253 [ 3 ] {51126ecf-b2f3-4b95-a7b3-0a98a52f735c} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5351 | 2024.09.01 21:02:50.903289 [ 3 ] {51126ecf-b2f3-4b95-a7b3-0a98a52f735c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5352 | 2024.09.01 21:02:50.903649 [ 3 ] {51126ecf-b2f3-4b95-a7b3-0a98a52f735c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5353 | 2024.09.01 21:02:50.904015 [ 3 ] {51126ecf-b2f3-4b95-a7b3-0a98a52f735c} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5354 | 2024.09.01 21:02:50.904164 [ 3 ] {51126ecf-b2f3-4b95-a7b3-0a98a52f735c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001747 sec., 138523.1825987407 rows/sec., 9.38 MiB/sec. | ||
5355 | 2024.09.01 21:02:50.904326 [ 3 ] {51126ecf-b2f3-4b95-a7b3-0a98a52f735c} <Debug> DynamicQueryHandler: Done processing query | ||
5356 | 2024.09.01 21:02:50.904351 [ 3 ] {51126ecf-b2f3-4b95-a7b3-0a98a52f735c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5357 | 2024.09.01 21:02:50.904367 [ 3 ] {} <Debug> HTTP-Session: 5e00a461-6ecf-4e45-b2cf-db4ef58875ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5358 | 2024.09.01 21:02:50.904506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5359 | 2024.09.01 21:02:50.904554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5360 | 2024.09.01 21:02:50.904574 [ 3 ] {} <Debug> HTTP-Session: 7b004edb-3cd0-4d53-977e-3f9176c80f4b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5361 | 2024.09.01 21:02:50.904591 [ 3 ] {} <Debug> HTTP-Session: 7b004edb-3cd0-4d53-977e-3f9176c80f4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5362 | 2024.09.01 21:02:50.904605 [ 3 ] {} <Debug> HTTP-Session: 7b004edb-3cd0-4d53-977e-3f9176c80f4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5363 | 2024.09.01 21:02:50.904635 [ 3 ] {} <Trace> HTTP-Session: 7b004edb-3cd0-4d53-977e-3f9176c80f4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5364 | 2024.09.01 21:02:50.904731 [ 3 ] {dda91aba-e21f-45dc-9d00-fd801e2896a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5365 | 2024.09.01 21:02:50.904775 [ 3 ] {dda91aba-e21f-45dc-9d00-fd801e2896a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5366 | 2024.09.01 21:02:50.904998 [ 3 ] {dda91aba-e21f-45dc-9d00-fd801e2896a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5367 | 2024.09.01 21:02:50.905309 [ 3 ] {dda91aba-e21f-45dc-9d00-fd801e2896a3} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5368 | 2024.09.01 21:02:50.905346 [ 3 ] {dda91aba-e21f-45dc-9d00-fd801e2896a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5369 | 2024.09.01 21:02:50.905693 [ 3 ] {dda91aba-e21f-45dc-9d00-fd801e2896a3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5370 | 2024.09.01 21:02:50.906056 [ 3 ] {dda91aba-e21f-45dc-9d00-fd801e2896a3} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5371 | 2024.09.01 21:02:50.906206 [ 3 ] {dda91aba-e21f-45dc-9d00-fd801e2896a3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001497 sec., 4008.016032064128 rows/sec., 236.80 KiB/sec. | ||
5372 | 2024.09.01 21:02:50.906376 [ 3 ] {dda91aba-e21f-45dc-9d00-fd801e2896a3} <Debug> DynamicQueryHandler: Done processing query | ||
5373 | 2024.09.01 21:02:50.906401 [ 3 ] {dda91aba-e21f-45dc-9d00-fd801e2896a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5374 | 2024.09.01 21:02:50.906417 [ 3 ] {} <Debug> HTTP-Session: 7b004edb-3cd0-4d53-977e-3f9176c80f4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5375 | 2024.09.01 21:02:50.906661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 137268, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5376 | 2024.09.01 21:02:50.906712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5377 | 2024.09.01 21:02:50.906732 [ 3 ] {} <Debug> HTTP-Session: a543528d-4793-45ad-9e34-4e54f8073453 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5378 | 2024.09.01 21:02:50.906750 [ 3 ] {} <Debug> HTTP-Session: a543528d-4793-45ad-9e34-4e54f8073453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5379 | 2024.09.01 21:02:50.906764 [ 3 ] {} <Debug> HTTP-Session: a543528d-4793-45ad-9e34-4e54f8073453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5380 | 2024.09.01 21:02:50.906794 [ 3 ] {} <Trace> HTTP-Session: a543528d-4793-45ad-9e34-4e54f8073453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5381 | 2024.09.01 21:02:50.907098 [ 3 ] {0fab9870-b023-4644-9fdd-2e17c152360a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5382 | 2024.09.01 21:02:50.907142 [ 3 ] {0fab9870-b023-4644-9fdd-2e17c152360a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5383 | 2024.09.01 21:02:50.907365 [ 3 ] {0fab9870-b023-4644-9fdd-2e17c152360a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5384 | 2024.09.01 21:02:50.908150 [ 3 ] {0fab9870-b023-4644-9fdd-2e17c152360a} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5385 | 2024.09.01 21:02:50.908189 [ 3 ] {0fab9870-b023-4644-9fdd-2e17c152360a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5386 | 2024.09.01 21:02:50.908578 [ 3 ] {0fab9870-b023-4644-9fdd-2e17c152360a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5387 | 2024.09.01 21:02:50.908941 [ 3 ] {0fab9870-b023-4644-9fdd-2e17c152360a} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5388 | 2024.09.01 21:02:50.909090 [ 3 ] {0fab9870-b023-4644-9fdd-2e17c152360a} <Debug> executeQuery: Read 841 rows, 62.22 KiB in 0.002171 sec., 387379.08797789033 rows/sec., 27.99 MiB/sec. | ||
5389 | 2024.09.01 21:02:50.909094 [ 139 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5390 | 2024.09.01 21:02:50.909182 [ 139 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5391 | 2024.09.01 21:02:50.909230 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5392 | 2024.09.01 21:02:50.909459 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
5393 | 2024.09.01 21:02:50.909487 [ 3 ] {0fab9870-b023-4644-9fdd-2e17c152360a} <Debug> DynamicQueryHandler: Done processing query | ||
5394 | 2024.09.01 21:02:50.909595 [ 3 ] {0fab9870-b023-4644-9fdd-2e17c152360a} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
5395 | 2024.09.01 21:02:50.909695 [ 3 ] {} <Debug> HTTP-Session: a543528d-4793-45ad-9e34-4e54f8073453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5396 | 2024.09.01 21:02:50.909836 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5397 | 2024.09.01 21:02:50.909877 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 867 rows starting from the beginning of the part | ||
5398 | 2024.09.01 21:02:50.909942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5399 | 2024.09.01 21:02:50.910087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5400 | 2024.09.01 21:02:50.910094 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 381 rows starting from the beginning of the part | ||
5401 | 2024.09.01 21:02:50.910148 [ 3 ] {} <Debug> HTTP-Session: dcc43865-f65c-4e4c-bd0b-ffba570cea29 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5402 | 2024.09.01 21:02:50.910221 [ 3 ] {} <Debug> HTTP-Session: dcc43865-f65c-4e4c-bd0b-ffba570cea29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5403 | 2024.09.01 21:02:50.910285 [ 3 ] {} <Debug> HTTP-Session: dcc43865-f65c-4e4c-bd0b-ffba570cea29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5404 | 2024.09.01 21:02:50.910407 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
5405 | 2024.09.01 21:02:50.910426 [ 3 ] {} <Trace> HTTP-Session: dcc43865-f65c-4e4c-bd0b-ffba570cea29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5406 | 2024.09.01 21:02:50.910737 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 381 rows starting from the beginning of the part | ||
5407 | 2024.09.01 21:02:50.910773 [ 3 ] {d4090bc9-fb2a-4c80-a2db-884162d0b206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5408 | 2024.09.01 21:02:50.910950 [ 3 ] {d4090bc9-fb2a-4c80-a2db-884162d0b206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5409 | 2024.09.01 21:02:50.911027 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part | ||
5410 | 2024.09.01 21:02:50.911451 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 841 rows starting from the beginning of the part | ||
5411 | 2024.09.01 21:02:50.912244 [ 3 ] {d4090bc9-fb2a-4c80-a2db-884162d0b206} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5412 | 2024.09.01 21:02:50.912929 [ 3 ] {d4090bc9-fb2a-4c80-a2db-884162d0b206} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5413 | 2024.09.01 21:02:50.912981 [ 3 ] {d4090bc9-fb2a-4c80-a2db-884162d0b206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5414 | 2024.09.01 21:02:50.913939 [ 3 ] {d4090bc9-fb2a-4c80-a2db-884162d0b206} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5415 | 2024.09.01 21:02:50.914409 [ 3 ] {d4090bc9-fb2a-4c80-a2db-884162d0b206} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5416 | 2024.09.01 21:02:50.914748 [ 3 ] {d4090bc9-fb2a-4c80-a2db-884162d0b206} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004098 sec., 1464.1288433382138 rows/sec., 76.50 KiB/sec. | ||
5417 | 2024.09.01 21:02:50.915111 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2536 rows, containing 5 columns (5 merged, 0 gathered) in 0.005775268 sec., 439113.8212114139 rows/sec., 33.30 MiB/sec. | ||
5418 | 2024.09.01 21:02:50.915227 [ 3 ] {d4090bc9-fb2a-4c80-a2db-884162d0b206} <Debug> DynamicQueryHandler: Done processing query | ||
5419 | 2024.09.01 21:02:50.915286 [ 3 ] {d4090bc9-fb2a-4c80-a2db-884162d0b206} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5420 | 2024.09.01 21:02:50.915316 [ 3 ] {} <Debug> HTTP-Session: dcc43865-f65c-4e4c-bd0b-ffba570cea29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5421 | 2024.09.01 21:02:50.915411 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5422 | 2024.09.01 21:02:50.915626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 163123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5423 | 2024.09.01 21:02:50.915786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5424 | 2024.09.01 21:02:50.915867 [ 3 ] {} <Debug> HTTP-Session: 6ddc2582-7989-4f39-a391-6273300debf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5425 | 2024.09.01 21:02:50.915951 [ 3 ] {} <Debug> HTTP-Session: 6ddc2582-7989-4f39-a391-6273300debf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5426 | 2024.09.01 21:02:50.915999 [ 3 ] {} <Debug> HTTP-Session: 6ddc2582-7989-4f39-a391-6273300debf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5427 | 2024.09.01 21:02:50.916091 [ 3 ] {} <Trace> HTTP-Session: 6ddc2582-7989-4f39-a391-6273300debf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5428 | 2024.09.01 21:02:50.916394 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_26_5} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5429 | 2024.09.01 21:02:50.916496 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_26_5} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5430 | 2024.09.01 21:02:50.916607 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
5431 | 2024.09.01 21:02:50.916743 [ 3 ] {796a30af-7a7c-4c66-9220-5b63f237844d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5432 | 2024.09.01 21:02:50.916801 [ 3 ] {796a30af-7a7c-4c66-9220-5b63f237844d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5433 | 2024.09.01 21:02:50.916977 [ 3 ] {796a30af-7a7c-4c66-9220-5b63f237844d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5434 | 2024.09.01 21:02:50.917845 [ 3 ] {796a30af-7a7c-4c66-9220-5b63f237844d} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5435 | 2024.09.01 21:02:50.917882 [ 3 ] {796a30af-7a7c-4c66-9220-5b63f237844d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5436 | 2024.09.01 21:02:50.918323 [ 3 ] {796a30af-7a7c-4c66-9220-5b63f237844d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5437 | 2024.09.01 21:02:50.918679 [ 3 ] {796a30af-7a7c-4c66-9220-5b63f237844d} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5438 | 2024.09.01 21:02:50.918830 [ 3 ] {796a30af-7a7c-4c66-9220-5b63f237844d} <Debug> executeQuery: Read 863 rows, 58.85 KiB in 0.00253 sec., 341106.7193675889 rows/sec., 22.72 MiB/sec. | ||
5439 | 2024.09.01 21:02:50.918856 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5440 | 2024.09.01 21:02:50.918935 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5441 | 2024.09.01 21:02:50.918997 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5442 | 2024.09.01 21:02:50.919138 [ 3 ] {796a30af-7a7c-4c66-9220-5b63f237844d} <Debug> DynamicQueryHandler: Done processing query | ||
5443 | 2024.09.01 21:02:50.919224 [ 3 ] {796a30af-7a7c-4c66-9220-5b63f237844d} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
5444 | 2024.09.01 21:02:50.919342 [ 3 ] {} <Debug> HTTP-Session: 6ddc2582-7989-4f39-a391-6273300debf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5445 | 2024.09.01 21:02:50.919376 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
5446 | 2024.09.01 21:02:50.919661 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5447 | 2024.09.01 21:02:50.919670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5448 | 2024.09.01 21:02:50.919721 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6422 rows starting from the beginning of the part | ||
5449 | 2024.09.01 21:02:50.919763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5450 | 2024.09.01 21:02:50.919840 [ 3 ] {} <Debug> HTTP-Session: be2421e4-57aa-4179-b56c-e26cac646108 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5451 | 2024.09.01 21:02:50.919924 [ 3 ] {} <Debug> HTTP-Session: be2421e4-57aa-4179-b56c-e26cac646108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5452 | 2024.09.01 21:02:50.919981 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 177 rows starting from the beginning of the part | ||
5453 | 2024.09.01 21:02:50.919991 [ 3 ] {} <Debug> HTTP-Session: be2421e4-57aa-4179-b56c-e26cac646108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5454 | 2024.09.01 21:02:50.920129 [ 3 ] {} <Trace> HTTP-Session: be2421e4-57aa-4179-b56c-e26cac646108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5455 | 2024.09.01 21:02:50.920344 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 100 rows starting from the beginning of the part | ||
5456 | 2024.09.01 21:02:50.920536 [ 3 ] {8026c6bf-8b48-4627-ba41-c57c339b5214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5457 | 2024.09.01 21:02:50.920639 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 177 rows starting from the beginning of the part | ||
5458 | 2024.09.01 21:02:50.920700 [ 3 ] {8026c6bf-8b48-4627-ba41-c57c339b5214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5459 | 2024.09.01 21:02:50.921023 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 103 rows starting from the beginning of the part | ||
5460 | 2024.09.01 21:02:50.921380 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 863 rows starting from the beginning of the part | ||
5461 | 2024.09.01 21:02:50.921979 [ 3 ] {8026c6bf-8b48-4627-ba41-c57c339b5214} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5462 | 2024.09.01 21:02:50.922631 [ 3 ] {8026c6bf-8b48-4627-ba41-c57c339b5214} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5463 | 2024.09.01 21:02:50.922710 [ 3 ] {8026c6bf-8b48-4627-ba41-c57c339b5214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5464 | 2024.09.01 21:02:50.923369 [ 3 ] {8026c6bf-8b48-4627-ba41-c57c339b5214} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5465 | 2024.09.01 21:02:50.924321 [ 3 ] {8026c6bf-8b48-4627-ba41-c57c339b5214} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5466 | 2024.09.01 21:02:50.924589 [ 137 ] {} <Debug> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5467 | 2024.09.01 21:02:50.924645 [ 3 ] {8026c6bf-8b48-4627-ba41-c57c339b5214} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00419 sec., 238.6634844868735 rows/sec., 16.08 KiB/sec. | ||
5468 | 2024.09.01 21:02:50.924661 [ 137 ] {} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5469 | 2024.09.01 21:02:50.924751 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5470 | 2024.09.01 21:02:50.925188 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
5471 | 2024.09.01 21:02:50.925244 [ 3 ] {8026c6bf-8b48-4627-ba41-c57c339b5214} <Debug> DynamicQueryHandler: Done processing query | ||
5472 | 2024.09.01 21:02:50.925351 [ 3 ] {8026c6bf-8b48-4627-ba41-c57c339b5214} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5473 | 2024.09.01 21:02:50.925424 [ 3 ] {} <Debug> HTTP-Session: be2421e4-57aa-4179-b56c-e26cac646108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5474 | 2024.09.01 21:02:50.925604 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5475 | 2024.09.01 21:02:50.925664 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part | ||
5476 | 2024.09.01 21:02:50.925690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5477 | 2024.09.01 21:02:50.925822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5478 | 2024.09.01 21:02:50.925877 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
5479 | 2024.09.01 21:02:50.925913 [ 3 ] {} <Debug> HTTP-Session: b4c64e39-27ba-40be-b374-bbc43bbaa6e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5480 | 2024.09.01 21:02:50.926014 [ 3 ] {} <Debug> HTTP-Session: b4c64e39-27ba-40be-b374-bbc43bbaa6e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5481 | 2024.09.01 21:02:50.926116 [ 3 ] {} <Debug> HTTP-Session: b4c64e39-27ba-40be-b374-bbc43bbaa6e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5482 | 2024.09.01 21:02:50.926299 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
5483 | 2024.09.01 21:02:50.926311 [ 3 ] {} <Trace> HTTP-Session: b4c64e39-27ba-40be-b374-bbc43bbaa6e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5484 | 2024.09.01 21:02:50.926683 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
5485 | 2024.09.01 21:02:50.927225 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
5486 | 2024.09.01 21:02:50.927298 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7842 rows, containing 5 columns (5 merged, 0 gathered) in 0.00818289 sec., 958341.1239794254 rows/sec., 64.28 MiB/sec. | ||
5487 | 2024.09.01 21:02:50.927614 [ 3 ] {87fb66ea-f7fd-4b9f-87a2-960b6823a773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5488 | 2024.09.01 21:02:50.927702 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
5489 | 2024.09.01 21:02:50.928041 [ 3 ] {87fb66ea-f7fd-4b9f-87a2-960b6823a773} <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 | ||
5490 | 2024.09.01 21:02:50.929342 [ 197 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5491 | 2024.09.01 21:02:50.931724 [ 3 ] {87fb66ea-f7fd-4b9f-87a2-960b6823a773} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5492 | 2024.09.01 21:02:50.932404 [ 197 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5493 | 2024.09.01 21:02:50.932731 [ 197 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5494 | 2024.09.01 21:02:50.933294 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
5495 | 2024.09.01 21:02:50.933379 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.008509735 sec., 1292.6371972805264 rows/sec., 86.64 KiB/sec. | ||
5496 | 2024.09.01 21:02:50.933615 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5497 | 2024.09.01 21:02:50.933858 [ 3 ] {87fb66ea-f7fd-4b9f-87a2-960b6823a773} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5498 | 2024.09.01 21:02:50.933918 [ 3 ] {87fb66ea-f7fd-4b9f-87a2-960b6823a773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5499 | 2024.09.01 21:02:50.934658 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_11_2} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5500 | 2024.09.01 21:02:50.934826 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_11_2} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5501 | 2024.09.01 21:02:50.934979 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5502 | 2024.09.01 21:02:50.935303 [ 3 ] {87fb66ea-f7fd-4b9f-87a2-960b6823a773} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5503 | 2024.09.01 21:02:50.935731 [ 3 ] {87fb66ea-f7fd-4b9f-87a2-960b6823a773} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5504 | 2024.09.01 21:02:50.935929 [ 3 ] {87fb66ea-f7fd-4b9f-87a2-960b6823a773} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.009316 sec., 3756.9772434521255 rows/sec., 6.73 MiB/sec. | ||
5505 | 2024.09.01 21:02:50.936168 [ 3 ] {87fb66ea-f7fd-4b9f-87a2-960b6823a773} <Debug> DynamicQueryHandler: Done processing query | ||
5506 | 2024.09.01 21:02:50.936193 [ 3 ] {87fb66ea-f7fd-4b9f-87a2-960b6823a773} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5507 | 2024.09.01 21:02:50.936210 [ 3 ] {} <Debug> HTTP-Session: b4c64e39-27ba-40be-b374-bbc43bbaa6e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5508 | 2024.09.01 21:02:50.936360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5509 | 2024.09.01 21:02:50.936408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5510 | 2024.09.01 21:02:50.936426 [ 3 ] {} <Debug> HTTP-Session: 6861de3d-ed16-4aba-b605-4a933efb4b7b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5511 | 2024.09.01 21:02:50.936442 [ 3 ] {} <Debug> HTTP-Session: 6861de3d-ed16-4aba-b605-4a933efb4b7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5512 | 2024.09.01 21:02:50.936457 [ 3 ] {} <Debug> HTTP-Session: 6861de3d-ed16-4aba-b605-4a933efb4b7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5513 | 2024.09.01 21:02:50.936488 [ 3 ] {} <Trace> HTTP-Session: 6861de3d-ed16-4aba-b605-4a933efb4b7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5514 | 2024.09.01 21:02:50.936600 [ 3 ] {9345a07f-5977-4ff3-862a-0b2f20e47786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5515 | 2024.09.01 21:02:50.936644 [ 3 ] {9345a07f-5977-4ff3-862a-0b2f20e47786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5516 | 2024.09.01 21:02:50.936775 [ 3 ] {9345a07f-5977-4ff3-862a-0b2f20e47786} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5517 | 2024.09.01 21:02:50.937062 [ 3 ] {9345a07f-5977-4ff3-862a-0b2f20e47786} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5518 | 2024.09.01 21:02:50.937099 [ 3 ] {9345a07f-5977-4ff3-862a-0b2f20e47786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5519 | 2024.09.01 21:02:50.937453 [ 3 ] {9345a07f-5977-4ff3-862a-0b2f20e47786} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5520 | 2024.09.01 21:02:50.937783 [ 3 ] {9345a07f-5977-4ff3-862a-0b2f20e47786} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5521 | 2024.09.01 21:02:50.937936 [ 137 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5522 | 2024.09.01 21:02:50.937944 [ 3 ] {9345a07f-5977-4ff3-862a-0b2f20e47786} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001372 sec., 37900.874635568514 rows/sec., 2.35 MiB/sec. | ||
5523 | 2024.09.01 21:02:50.937985 [ 137 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5524 | 2024.09.01 21:02:50.938045 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5525 | 2024.09.01 21:02:50.938332 [ 3 ] {9345a07f-5977-4ff3-862a-0b2f20e47786} <Debug> DynamicQueryHandler: Done processing query | ||
5526 | 2024.09.01 21:02:50.938375 [ 191 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
5527 | 2024.09.01 21:02:50.938415 [ 3 ] {9345a07f-5977-4ff3-862a-0b2f20e47786} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5528 | 2024.09.01 21:02:50.938482 [ 3 ] {} <Debug> HTTP-Session: 6861de3d-ed16-4aba-b605-4a933efb4b7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5529 | 2024.09.01 21:02:50.938802 [ 191 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5530 | 2024.09.01 21:02:50.938837 [ 191 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 760 rows starting from the beginning of the part | ||
5531 | 2024.09.01 21:02:50.938932 [ 191 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 52 rows starting from the beginning of the part | ||
5532 | 2024.09.01 21:02:50.939126 [ 191 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
5533 | 2024.09.01 21:02:50.939261 [ 191 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 52 rows starting from the beginning of the part | ||
5534 | 2024.09.01 21:02:50.939408 [ 191 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
5535 | 2024.09.01 21:02:50.939536 [ 191 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 52 rows starting from the beginning of the part | ||
5536 | 2024.09.01 21:02:50.940634 [ 197 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 976 rows, containing 4 columns (4 merged, 0 gathered) in 0.002502043 sec., 390081.22562242136 rows/sec., 25.35 MiB/sec. | ||
5537 | 2024.09.01 21:02:50.940805 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5538 | 2024.09.01 21:02:50.941206 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_26_5} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5539 | 2024.09.01 21:02:50.941284 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_26_5} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5540 | 2024.09.01 21:02:50.941358 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
5541 | 2024.09.01 21:02:54.017396 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5542 | 2024.09.01 21:02:54.017451 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5543 | 2024.09.01 21:02:55.854057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5544 | 2024.09.01 21:02:55.854179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5545 | 2024.09.01 21:02:55.854204 [ 3 ] {} <Debug> HTTP-Session: e98db574-299e-4f6f-b9bc-b696312b0c43 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5546 | 2024.09.01 21:02:55.854228 [ 3 ] {} <Debug> HTTP-Session: e98db574-299e-4f6f-b9bc-b696312b0c43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5547 | 2024.09.01 21:02:55.854242 [ 3 ] {} <Debug> HTTP-Session: e98db574-299e-4f6f-b9bc-b696312b0c43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5548 | 2024.09.01 21:02:55.854289 [ 3 ] {} <Trace> HTTP-Session: e98db574-299e-4f6f-b9bc-b696312b0c43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5549 | 2024.09.01 21:02:55.854480 [ 3 ] {5e0ea2dd-aa4b-4731-9f58-1a9410d70c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5550 | 2024.09.01 21:02:55.854545 [ 3 ] {5e0ea2dd-aa4b-4731-9f58-1a9410d70c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5551 | 2024.09.01 21:02:55.854866 [ 3 ] {5e0ea2dd-aa4b-4731-9f58-1a9410d70c13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5552 | 2024.09.01 21:02:55.855258 [ 3 ] {5e0ea2dd-aa4b-4731-9f58-1a9410d70c13} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5553 | 2024.09.01 21:02:55.855300 [ 3 ] {5e0ea2dd-aa4b-4731-9f58-1a9410d70c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5554 | 2024.09.01 21:02:55.855728 [ 3 ] {5e0ea2dd-aa4b-4731-9f58-1a9410d70c13} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5555 | 2024.09.01 21:02:55.856116 [ 3 ] {5e0ea2dd-aa4b-4731-9f58-1a9410d70c13} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5556 | 2024.09.01 21:02:55.856291 [ 3 ] {5e0ea2dd-aa4b-4731-9f58-1a9410d70c13} <Debug> executeQuery: Read 30 rows, 2.36 KiB in 0.001864 sec., 16094.42060085837 rows/sec., 1.24 MiB/sec. | ||
5557 | 2024.09.01 21:02:55.856486 [ 3 ] {5e0ea2dd-aa4b-4731-9f58-1a9410d70c13} <Debug> DynamicQueryHandler: Done processing query | ||
5558 | 2024.09.01 21:02:55.856511 [ 3 ] {5e0ea2dd-aa4b-4731-9f58-1a9410d70c13} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5559 | 2024.09.01 21:02:55.856528 [ 3 ] {} <Debug> HTTP-Session: e98db574-299e-4f6f-b9bc-b696312b0c43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5560 | 2024.09.01 21:02:55.856679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5561 | 2024.09.01 21:02:55.856739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5562 | 2024.09.01 21:02:55.856763 [ 3 ] {} <Debug> HTTP-Session: 7e4f4bad-af14-4d3f-8d56-167147fb9bb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5563 | 2024.09.01 21:02:55.856783 [ 3 ] {} <Debug> HTTP-Session: 7e4f4bad-af14-4d3f-8d56-167147fb9bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5564 | 2024.09.01 21:02:55.856800 [ 3 ] {} <Debug> HTTP-Session: 7e4f4bad-af14-4d3f-8d56-167147fb9bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5565 | 2024.09.01 21:02:55.856834 [ 3 ] {} <Trace> HTTP-Session: 7e4f4bad-af14-4d3f-8d56-167147fb9bb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5566 | 2024.09.01 21:02:55.856945 [ 3 ] {fd03dbd0-79e5-4eb6-a38c-4f09b5c105ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5567 | 2024.09.01 21:02:55.856996 [ 3 ] {fd03dbd0-79e5-4eb6-a38c-4f09b5c105ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5568 | 2024.09.01 21:02:55.857222 [ 3 ] {fd03dbd0-79e5-4eb6-a38c-4f09b5c105ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5569 | 2024.09.01 21:02:55.857540 [ 3 ] {fd03dbd0-79e5-4eb6-a38c-4f09b5c105ef} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5570 | 2024.09.01 21:02:55.857582 [ 3 ] {fd03dbd0-79e5-4eb6-a38c-4f09b5c105ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5571 | 2024.09.01 21:02:55.857964 [ 3 ] {fd03dbd0-79e5-4eb6-a38c-4f09b5c105ef} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5572 | 2024.09.01 21:02:55.858323 [ 3 ] {fd03dbd0-79e5-4eb6-a38c-4f09b5c105ef} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5573 | 2024.09.01 21:02:55.858484 [ 3 ] {fd03dbd0-79e5-4eb6-a38c-4f09b5c105ef} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001563 sec., 1279.5905310300705 rows/sec., 96.22 KiB/sec. | ||
5574 | 2024.09.01 21:02:55.858647 [ 3 ] {fd03dbd0-79e5-4eb6-a38c-4f09b5c105ef} <Debug> DynamicQueryHandler: Done processing query | ||
5575 | 2024.09.01 21:02:55.858671 [ 3 ] {fd03dbd0-79e5-4eb6-a38c-4f09b5c105ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5576 | 2024.09.01 21:02:55.858686 [ 3 ] {} <Debug> HTTP-Session: 7e4f4bad-af14-4d3f-8d56-167147fb9bb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5577 | 2024.09.01 21:02:55.858810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5578 | 2024.09.01 21:02:55.858856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5579 | 2024.09.01 21:02:55.858874 [ 3 ] {} <Debug> HTTP-Session: 673e8e0c-5988-404c-ad4e-d8c9c237ffbf Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5580 | 2024.09.01 21:02:55.858890 [ 3 ] {} <Debug> HTTP-Session: 673e8e0c-5988-404c-ad4e-d8c9c237ffbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5581 | 2024.09.01 21:02:55.858904 [ 3 ] {} <Debug> HTTP-Session: 673e8e0c-5988-404c-ad4e-d8c9c237ffbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5582 | 2024.09.01 21:02:55.858933 [ 3 ] {} <Trace> HTTP-Session: 673e8e0c-5988-404c-ad4e-d8c9c237ffbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5583 | 2024.09.01 21:02:55.859038 [ 3 ] {6dadd5bc-6b38-40a1-b3b7-23639a4f7d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5584 | 2024.09.01 21:02:55.859081 [ 3 ] {6dadd5bc-6b38-40a1-b3b7-23639a4f7d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5585 | 2024.09.01 21:02:55.859303 [ 3 ] {6dadd5bc-6b38-40a1-b3b7-23639a4f7d01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5586 | 2024.09.01 21:02:55.859584 [ 3 ] {6dadd5bc-6b38-40a1-b3b7-23639a4f7d01} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5587 | 2024.09.01 21:02:55.859620 [ 3 ] {6dadd5bc-6b38-40a1-b3b7-23639a4f7d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5588 | 2024.09.01 21:02:55.859964 [ 3 ] {6dadd5bc-6b38-40a1-b3b7-23639a4f7d01} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5589 | 2024.09.01 21:02:55.860315 [ 3 ] {6dadd5bc-6b38-40a1-b3b7-23639a4f7d01} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5590 | 2024.09.01 21:02:55.860464 [ 3 ] {6dadd5bc-6b38-40a1-b3b7-23639a4f7d01} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001451 sec., 20675.39627842867 rows/sec., 1.61 MiB/sec. | ||
5591 | 2024.09.01 21:02:55.860779 [ 3 ] {6dadd5bc-6b38-40a1-b3b7-23639a4f7d01} <Debug> DynamicQueryHandler: Done processing query | ||
5592 | 2024.09.01 21:02:55.860809 [ 3 ] {6dadd5bc-6b38-40a1-b3b7-23639a4f7d01} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5593 | 2024.09.01 21:02:55.860825 [ 3 ] {} <Debug> HTTP-Session: 673e8e0c-5988-404c-ad4e-d8c9c237ffbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5594 | 2024.09.01 21:02:55.860973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 19097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5595 | 2024.09.01 21:02:55.861020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5596 | 2024.09.01 21:02:55.861039 [ 3 ] {} <Debug> HTTP-Session: 7bd2075e-2624-482b-aa48-1cccb50476e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5597 | 2024.09.01 21:02:55.861056 [ 3 ] {} <Debug> HTTP-Session: 7bd2075e-2624-482b-aa48-1cccb50476e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5598 | 2024.09.01 21:02:55.861069 [ 3 ] {} <Debug> HTTP-Session: 7bd2075e-2624-482b-aa48-1cccb50476e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5599 | 2024.09.01 21:02:55.861098 [ 3 ] {} <Trace> HTTP-Session: 7bd2075e-2624-482b-aa48-1cccb50476e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5600 | 2024.09.01 21:02:55.861257 [ 3 ] {4a091071-b3af-4a42-9053-6fa522c32d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5601 | 2024.09.01 21:02:55.861305 [ 3 ] {4a091071-b3af-4a42-9053-6fa522c32d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5602 | 2024.09.01 21:02:55.861467 [ 3 ] {4a091071-b3af-4a42-9053-6fa522c32d14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5603 | 2024.09.01 21:02:55.861766 [ 3 ] {4a091071-b3af-4a42-9053-6fa522c32d14} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5604 | 2024.09.01 21:02:55.861802 [ 3 ] {4a091071-b3af-4a42-9053-6fa522c32d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5605 | 2024.09.01 21:02:55.862182 [ 3 ] {4a091071-b3af-4a42-9053-6fa522c32d14} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5606 | 2024.09.01 21:02:55.862520 [ 3 ] {4a091071-b3af-4a42-9053-6fa522c32d14} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5607 | 2024.09.01 21:02:55.862649 [ 3 ] {4a091071-b3af-4a42-9053-6fa522c32d14} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001449 sec., 69013.11249137337 rows/sec., 4.78 MiB/sec. | ||
5608 | 2024.09.01 21:02:55.862803 [ 3 ] {4a091071-b3af-4a42-9053-6fa522c32d14} <Debug> DynamicQueryHandler: Done processing query | ||
5609 | 2024.09.01 21:02:55.862827 [ 3 ] {4a091071-b3af-4a42-9053-6fa522c32d14} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5610 | 2024.09.01 21:02:55.862843 [ 3 ] {} <Debug> HTTP-Session: 7bd2075e-2624-482b-aa48-1cccb50476e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5611 | 2024.09.01 21:02:55.863002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5612 | 2024.09.01 21:02:55.863047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5613 | 2024.09.01 21:02:55.863066 [ 3 ] {} <Debug> HTTP-Session: fa5c6b94-5f5c-4247-91fc-36d510e3aa79 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5614 | 2024.09.01 21:02:55.863082 [ 3 ] {} <Debug> HTTP-Session: fa5c6b94-5f5c-4247-91fc-36d510e3aa79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5615 | 2024.09.01 21:02:55.863095 [ 3 ] {} <Debug> HTTP-Session: fa5c6b94-5f5c-4247-91fc-36d510e3aa79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5616 | 2024.09.01 21:02:55.863125 [ 3 ] {} <Trace> HTTP-Session: fa5c6b94-5f5c-4247-91fc-36d510e3aa79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5617 | 2024.09.01 21:02:55.863231 [ 3 ] {23870bee-d71e-46e2-be7b-02a27f7016c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5618 | 2024.09.01 21:02:55.863294 [ 3 ] {23870bee-d71e-46e2-be7b-02a27f7016c6} <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 | ||
5619 | 2024.09.01 21:02:55.863700 [ 3 ] {23870bee-d71e-46e2-be7b-02a27f7016c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5620 | 2024.09.01 21:02:55.864086 [ 3 ] {23870bee-d71e-46e2-be7b-02a27f7016c6} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5621 | 2024.09.01 21:02:55.864121 [ 3 ] {23870bee-d71e-46e2-be7b-02a27f7016c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5622 | 2024.09.01 21:02:55.864686 [ 3 ] {23870bee-d71e-46e2-be7b-02a27f7016c6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5623 | 2024.09.01 21:02:55.865088 [ 3 ] {23870bee-d71e-46e2-be7b-02a27f7016c6} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5624 | 2024.09.01 21:02:55.865262 [ 3 ] {23870bee-d71e-46e2-be7b-02a27f7016c6} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002067 sec., 967.5858732462507 rows/sec., 1.73 MiB/sec. | ||
5625 | 2024.09.01 21:02:55.865454 [ 3 ] {23870bee-d71e-46e2-be7b-02a27f7016c6} <Debug> DynamicQueryHandler: Done processing query | ||
5626 | 2024.09.01 21:02:55.865477 [ 3 ] {23870bee-d71e-46e2-be7b-02a27f7016c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5627 | 2024.09.01 21:02:55.865492 [ 3 ] {} <Debug> HTTP-Session: fa5c6b94-5f5c-4247-91fc-36d510e3aa79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5628 | 2024.09.01 21:02:55.865609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5629 | 2024.09.01 21:02:55.865656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5630 | 2024.09.01 21:02:55.865674 [ 3 ] {} <Debug> HTTP-Session: 22c8448d-1672-49b5-92f4-9203a3566887 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5631 | 2024.09.01 21:02:55.865691 [ 3 ] {} <Debug> HTTP-Session: 22c8448d-1672-49b5-92f4-9203a3566887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5632 | 2024.09.01 21:02:55.865704 [ 3 ] {} <Debug> HTTP-Session: 22c8448d-1672-49b5-92f4-9203a3566887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5633 | 2024.09.01 21:02:55.865734 [ 3 ] {} <Trace> HTTP-Session: 22c8448d-1672-49b5-92f4-9203a3566887 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5634 | 2024.09.01 21:02:55.865835 [ 3 ] {cc2e460d-d777-431d-af11-2dddcaf51170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5635 | 2024.09.01 21:02:55.865878 [ 3 ] {cc2e460d-d777-431d-af11-2dddcaf51170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5636 | 2024.09.01 21:02:55.866002 [ 3 ] {cc2e460d-d777-431d-af11-2dddcaf51170} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5637 | 2024.09.01 21:02:55.866242 [ 3 ] {cc2e460d-d777-431d-af11-2dddcaf51170} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5638 | 2024.09.01 21:02:55.866276 [ 3 ] {cc2e460d-d777-431d-af11-2dddcaf51170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5639 | 2024.09.01 21:02:55.866624 [ 3 ] {cc2e460d-d777-431d-af11-2dddcaf51170} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5640 | 2024.09.01 21:02:55.866968 [ 3 ] {cc2e460d-d777-431d-af11-2dddcaf51170} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5641 | 2024.09.01 21:02:55.867120 [ 3 ] {cc2e460d-d777-431d-af11-2dddcaf51170} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00131 sec., 22900.763358778626 rows/sec., 1.57 MiB/sec. | ||
5642 | 2024.09.01 21:02:55.867280 [ 3 ] {cc2e460d-d777-431d-af11-2dddcaf51170} <Debug> DynamicQueryHandler: Done processing query | ||
5643 | 2024.09.01 21:02:55.867304 [ 3 ] {cc2e460d-d777-431d-af11-2dddcaf51170} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5644 | 2024.09.01 21:02:55.867320 [ 3 ] {} <Debug> HTTP-Session: 22c8448d-1672-49b5-92f4-9203a3566887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5645 | 2024.09.01 21:03:00.859837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 35047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5646 | 2024.09.01 21:03:00.859977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5647 | 2024.09.01 21:03:00.860006 [ 3 ] {} <Debug> HTTP-Session: 6f69a896-c8a9-402c-ae8a-54dd9d4bf0b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5648 | 2024.09.01 21:03:00.860034 [ 3 ] {} <Debug> HTTP-Session: 6f69a896-c8a9-402c-ae8a-54dd9d4bf0b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5649 | 2024.09.01 21:03:00.860052 [ 3 ] {} <Debug> HTTP-Session: 6f69a896-c8a9-402c-ae8a-54dd9d4bf0b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5650 | 2024.09.01 21:03:00.860107 [ 3 ] {} <Trace> HTTP-Session: 6f69a896-c8a9-402c-ae8a-54dd9d4bf0b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5651 | 2024.09.01 21:03:00.860380 [ 3 ] {be1d59cc-05b7-4e6d-8379-77f8dead7101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5652 | 2024.09.01 21:03:00.860456 [ 3 ] {be1d59cc-05b7-4e6d-8379-77f8dead7101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5653 | 2024.09.01 21:03:00.860830 [ 3 ] {be1d59cc-05b7-4e6d-8379-77f8dead7101} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5654 | 2024.09.01 21:03:00.861375 [ 3 ] {be1d59cc-05b7-4e6d-8379-77f8dead7101} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5655 | 2024.09.01 21:03:00.861423 [ 3 ] {be1d59cc-05b7-4e6d-8379-77f8dead7101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5656 | 2024.09.01 21:03:00.861846 [ 3 ] {be1d59cc-05b7-4e6d-8379-77f8dead7101} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5657 | 2024.09.01 21:03:00.862232 [ 3 ] {be1d59cc-05b7-4e6d-8379-77f8dead7101} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5658 | 2024.09.01 21:03:00.862420 [ 3 ] {be1d59cc-05b7-4e6d-8379-77f8dead7101} <Debug> executeQuery: Read 229 rows, 21.11 KiB in 0.002146 sec., 106710.15843429638 rows/sec., 9.61 MiB/sec. | ||
5659 | 2024.09.01 21:03:00.862626 [ 3 ] {be1d59cc-05b7-4e6d-8379-77f8dead7101} <Debug> DynamicQueryHandler: Done processing query | ||
5660 | 2024.09.01 21:03:00.862653 [ 3 ] {be1d59cc-05b7-4e6d-8379-77f8dead7101} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5661 | 2024.09.01 21:03:00.862670 [ 3 ] {} <Debug> HTTP-Session: 6f69a896-c8a9-402c-ae8a-54dd9d4bf0b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5662 | 2024.09.01 21:03:00.862850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5663 | 2024.09.01 21:03:00.862904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5664 | 2024.09.01 21:03:00.862923 [ 3 ] {} <Debug> HTTP-Session: ddcdf39c-8bc6-4567-b981-c3cb4d81ec2c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5665 | 2024.09.01 21:03:00.862943 [ 3 ] {} <Debug> HTTP-Session: ddcdf39c-8bc6-4567-b981-c3cb4d81ec2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5666 | 2024.09.01 21:03:00.862957 [ 3 ] {} <Debug> HTTP-Session: ddcdf39c-8bc6-4567-b981-c3cb4d81ec2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5667 | 2024.09.01 21:03:00.862992 [ 3 ] {} <Trace> HTTP-Session: ddcdf39c-8bc6-4567-b981-c3cb4d81ec2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5668 | 2024.09.01 21:03:00.863106 [ 3 ] {6a4dd24f-076d-47f5-8b32-77deb3db8b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5669 | 2024.09.01 21:03:00.863153 [ 3 ] {6a4dd24f-076d-47f5-8b32-77deb3db8b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5670 | 2024.09.01 21:03:00.863386 [ 3 ] {6a4dd24f-076d-47f5-8b32-77deb3db8b0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5671 | 2024.09.01 21:03:00.863680 [ 3 ] {6a4dd24f-076d-47f5-8b32-77deb3db8b0f} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5672 | 2024.09.01 21:03:00.863718 [ 3 ] {6a4dd24f-076d-47f5-8b32-77deb3db8b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5673 | 2024.09.01 21:03:00.864066 [ 3 ] {6a4dd24f-076d-47f5-8b32-77deb3db8b0f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5674 | 2024.09.01 21:03:00.864416 [ 3 ] {6a4dd24f-076d-47f5-8b32-77deb3db8b0f} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5675 | 2024.09.01 21:03:00.864571 [ 3 ] {6a4dd24f-076d-47f5-8b32-77deb3db8b0f} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001496 sec., 23395.72192513369 rows/sec., 1.72 MiB/sec. | ||
5676 | 2024.09.01 21:03:00.864582 [ 122 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5677 | 2024.09.01 21:03:00.864684 [ 122 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5678 | 2024.09.01 21:03:00.864729 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5679 | 2024.09.01 21:03:00.864848 [ 3 ] {6a4dd24f-076d-47f5-8b32-77deb3db8b0f} <Debug> DynamicQueryHandler: Done processing query | ||
5680 | 2024.09.01 21:03:00.864927 [ 3 ] {6a4dd24f-076d-47f5-8b32-77deb3db8b0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5681 | 2024.09.01 21:03:00.865004 [ 3 ] {} <Debug> HTTP-Session: ddcdf39c-8bc6-4567-b981-c3cb4d81ec2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5682 | 2024.09.01 21:03:00.865165 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
5683 | 2024.09.01 21:03:00.865273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5684 | 2024.09.01 21:03:00.865416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5685 | 2024.09.01 21:03:00.865473 [ 3 ] {} <Debug> HTTP-Session: a9ccef52-1cc6-4cc5-8d86-cd496de3d2fa Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5686 | 2024.09.01 21:03:00.865523 [ 3 ] {} <Debug> HTTP-Session: a9ccef52-1cc6-4cc5-8d86-cd496de3d2fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5687 | 2024.09.01 21:03:00.865570 [ 3 ] {} <Debug> HTTP-Session: a9ccef52-1cc6-4cc5-8d86-cd496de3d2fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5688 | 2024.09.01 21:03:00.865665 [ 3 ] {} <Trace> HTTP-Session: a9ccef52-1cc6-4cc5-8d86-cd496de3d2fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5689 | 2024.09.01 21:03:00.865669 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5690 | 2024.09.01 21:03:00.865734 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 47 rows starting from the beginning of the part | ||
5691 | 2024.09.01 21:03:00.865886 [ 3 ] {83529a83-7aaa-4400-874e-51c0de50f3cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5692 | 2024.09.01 21:03:00.865991 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 35 rows starting from the beginning of the part | ||
5693 | 2024.09.01 21:03:00.866045 [ 3 ] {83529a83-7aaa-4400-874e-51c0de50f3cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5694 | 2024.09.01 21:03:00.866329 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part | ||
5695 | 2024.09.01 21:03:00.866685 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
5696 | 2024.09.01 21:03:00.866998 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
5697 | 2024.09.01 21:03:00.867471 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 35 rows starting from the beginning of the part | ||
5698 | 2024.09.01 21:03:00.867760 [ 3 ] {83529a83-7aaa-4400-874e-51c0de50f3cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5699 | 2024.09.01 21:03:00.868826 [ 3 ] {83529a83-7aaa-4400-874e-51c0de50f3cc} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5700 | 2024.09.01 21:03:00.868888 [ 3 ] {83529a83-7aaa-4400-874e-51c0de50f3cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5701 | 2024.09.01 21:03:00.869965 [ 3 ] {83529a83-7aaa-4400-874e-51c0de50f3cc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5702 | 2024.09.01 21:03:00.870384 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.005564135 sec., 29833.927465814544 rows/sec., 2.29 MiB/sec. | ||
5703 | 2024.09.01 21:03:00.870650 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5704 | 2024.09.01 21:03:00.870918 [ 3 ] {83529a83-7aaa-4400-874e-51c0de50f3cc} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5705 | 2024.09.01 21:03:00.871490 [ 3 ] {83529a83-7aaa-4400-874e-51c0de50f3cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005688 sec., 2461.322081575246 rows/sec., 172.37 KiB/sec. | ||
5706 | 2024.09.01 21:03:00.871826 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_21_4} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5707 | 2024.09.01 21:03:00.871860 [ 3 ] {83529a83-7aaa-4400-874e-51c0de50f3cc} <Debug> DynamicQueryHandler: Done processing query | ||
5708 | 2024.09.01 21:03:00.871906 [ 3 ] {83529a83-7aaa-4400-874e-51c0de50f3cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5709 | 2024.09.01 21:03:00.871947 [ 3 ] {} <Debug> HTTP-Session: a9ccef52-1cc6-4cc5-8d86-cd496de3d2fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5710 | 2024.09.01 21:03:00.872041 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_21_4} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5711 | 2024.09.01 21:03:00.872184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5712 | 2024.09.01 21:03:00.872215 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5713 | 2024.09.01 21:03:00.872268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5714 | 2024.09.01 21:03:00.872293 [ 3 ] {} <Debug> HTTP-Session: 04c30b15-23f5-4b32-ab67-185aa477ba7f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5715 | 2024.09.01 21:03:00.872311 [ 3 ] {} <Debug> HTTP-Session: 04c30b15-23f5-4b32-ab67-185aa477ba7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5716 | 2024.09.01 21:03:00.872325 [ 3 ] {} <Debug> HTTP-Session: 04c30b15-23f5-4b32-ab67-185aa477ba7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5717 | 2024.09.01 21:03:00.872357 [ 3 ] {} <Trace> HTTP-Session: 04c30b15-23f5-4b32-ab67-185aa477ba7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5718 | 2024.09.01 21:03:00.872483 [ 3 ] {6da27668-deb2-4754-b24a-1a6eab131d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5719 | 2024.09.01 21:03:00.872553 [ 3 ] {6da27668-deb2-4754-b24a-1a6eab131d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5720 | 2024.09.01 21:03:00.873033 [ 3 ] {6da27668-deb2-4754-b24a-1a6eab131d39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5721 | 2024.09.01 21:03:00.873340 [ 3 ] {6da27668-deb2-4754-b24a-1a6eab131d39} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5722 | 2024.09.01 21:03:00.873377 [ 3 ] {6da27668-deb2-4754-b24a-1a6eab131d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5723 | 2024.09.01 21:03:00.873735 [ 3 ] {6da27668-deb2-4754-b24a-1a6eab131d39} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5724 | 2024.09.01 21:03:00.874108 [ 3 ] {6da27668-deb2-4754-b24a-1a6eab131d39} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5725 | 2024.09.01 21:03:00.874278 [ 3 ] {6da27668-deb2-4754-b24a-1a6eab131d39} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00184 sec., 3260.869565217391 rows/sec., 192.66 KiB/sec. | ||
5726 | 2024.09.01 21:03:00.874486 [ 3 ] {6da27668-deb2-4754-b24a-1a6eab131d39} <Debug> DynamicQueryHandler: Done processing query | ||
5727 | 2024.09.01 21:03:00.874510 [ 3 ] {6da27668-deb2-4754-b24a-1a6eab131d39} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5728 | 2024.09.01 21:03:00.874526 [ 3 ] {} <Debug> HTTP-Session: 04c30b15-23f5-4b32-ab67-185aa477ba7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5729 | 2024.09.01 21:03:00.874675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 61622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5730 | 2024.09.01 21:03:00.874723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5731 | 2024.09.01 21:03:00.874741 [ 3 ] {} <Debug> HTTP-Session: b6c011c1-b98c-432c-b346-a78f27d92a4a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5732 | 2024.09.01 21:03:00.874760 [ 3 ] {} <Debug> HTTP-Session: b6c011c1-b98c-432c-b346-a78f27d92a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5733 | 2024.09.01 21:03:00.874774 [ 3 ] {} <Debug> HTTP-Session: b6c011c1-b98c-432c-b346-a78f27d92a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5734 | 2024.09.01 21:03:00.874805 [ 3 ] {} <Trace> HTTP-Session: b6c011c1-b98c-432c-b346-a78f27d92a4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5735 | 2024.09.01 21:03:00.875009 [ 3 ] {45e45179-b203-44fd-88bf-4c75637987d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5736 | 2024.09.01 21:03:00.875052 [ 3 ] {45e45179-b203-44fd-88bf-4c75637987d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5737 | 2024.09.01 21:03:00.875275 [ 3 ] {45e45179-b203-44fd-88bf-4c75637987d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5738 | 2024.09.01 21:03:00.875804 [ 3 ] {45e45179-b203-44fd-88bf-4c75637987d8} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5739 | 2024.09.01 21:03:00.875841 [ 3 ] {45e45179-b203-44fd-88bf-4c75637987d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5740 | 2024.09.01 21:03:00.876212 [ 3 ] {45e45179-b203-44fd-88bf-4c75637987d8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5741 | 2024.09.01 21:03:00.876572 [ 3 ] {45e45179-b203-44fd-88bf-4c75637987d8} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5742 | 2024.09.01 21:03:00.876727 [ 3 ] {45e45179-b203-44fd-88bf-4c75637987d8} <Debug> executeQuery: Read 381 rows, 27.61 KiB in 0.001829 sec., 208310.55221432477 rows/sec., 14.74 MiB/sec. | ||
5743 | 2024.09.01 21:03:00.876894 [ 3 ] {45e45179-b203-44fd-88bf-4c75637987d8} <Debug> DynamicQueryHandler: Done processing query | ||
5744 | 2024.09.01 21:03:00.876918 [ 3 ] {45e45179-b203-44fd-88bf-4c75637987d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
5745 | 2024.09.01 21:03:00.876934 [ 3 ] {} <Debug> HTTP-Session: b6c011c1-b98c-432c-b346-a78f27d92a4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5746 | 2024.09.01 21:03:00.877105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5747 | 2024.09.01 21:03:00.877154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5748 | 2024.09.01 21:03:00.877173 [ 3 ] {} <Debug> HTTP-Session: 3eab6996-9500-4379-a179-faad19aa7142 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5749 | 2024.09.01 21:03:00.877189 [ 3 ] {} <Debug> HTTP-Session: 3eab6996-9500-4379-a179-faad19aa7142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5750 | 2024.09.01 21:03:00.877203 [ 3 ] {} <Debug> HTTP-Session: 3eab6996-9500-4379-a179-faad19aa7142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5751 | 2024.09.01 21:03:00.877235 [ 3 ] {} <Trace> HTTP-Session: 3eab6996-9500-4379-a179-faad19aa7142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5752 | 2024.09.01 21:03:00.877351 [ 3 ] {a346728d-9109-4d23-ad51-c1eef5eb7c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5753 | 2024.09.01 21:03:00.877397 [ 3 ] {a346728d-9109-4d23-ad51-c1eef5eb7c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5754 | 2024.09.01 21:03:00.877526 [ 3 ] {a346728d-9109-4d23-ad51-c1eef5eb7c7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5755 | 2024.09.01 21:03:00.877768 [ 3 ] {a346728d-9109-4d23-ad51-c1eef5eb7c7f} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5756 | 2024.09.01 21:03:00.877803 [ 3 ] {a346728d-9109-4d23-ad51-c1eef5eb7c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5757 | 2024.09.01 21:03:00.878156 [ 3 ] {a346728d-9109-4d23-ad51-c1eef5eb7c7f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5758 | 2024.09.01 21:03:00.878480 [ 3 ] {a346728d-9109-4d23-ad51-c1eef5eb7c7f} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5759 | 2024.09.01 21:03:00.878626 [ 123 ] {} <Debug> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5760 | 2024.09.01 21:03:00.878635 [ 3 ] {a346728d-9109-4d23-ad51-c1eef5eb7c7f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0013 sec., 4615.384615384615 rows/sec., 241.14 KiB/sec. | ||
5761 | 2024.09.01 21:03:00.878689 [ 123 ] {} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5762 | 2024.09.01 21:03:00.878751 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5763 | 2024.09.01 21:03:00.878964 [ 3 ] {a346728d-9109-4d23-ad51-c1eef5eb7c7f} <Debug> DynamicQueryHandler: Done processing query | ||
5764 | 2024.09.01 21:03:00.879016 [ 3 ] {a346728d-9109-4d23-ad51-c1eef5eb7c7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5765 | 2024.09.01 21:03:00.879036 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
5766 | 2024.09.01 21:03:00.879051 [ 3 ] {} <Debug> HTTP-Session: 3eab6996-9500-4379-a179-faad19aa7142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5767 | 2024.09.01 21:03:00.879352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 33110, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5768 | 2024.09.01 21:03:00.879416 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5769 | 2024.09.01 21:03:00.879444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5770 | 2024.09.01 21:03:00.879513 [ 3 ] {} <Debug> HTTP-Session: 1f2d677b-8c3c-4d25-b443-ac6a23fe82d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5771 | 2024.09.01 21:03:00.879524 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
5772 | 2024.09.01 21:03:00.879543 [ 3 ] {} <Debug> HTTP-Session: 1f2d677b-8c3c-4d25-b443-ac6a23fe82d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5773 | 2024.09.01 21:03:00.879590 [ 3 ] {} <Debug> HTTP-Session: 1f2d677b-8c3c-4d25-b443-ac6a23fe82d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5774 | 2024.09.01 21:03:00.879707 [ 3 ] {} <Trace> HTTP-Session: 1f2d677b-8c3c-4d25-b443-ac6a23fe82d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5775 | 2024.09.01 21:03:00.879929 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
5776 | 2024.09.01 21:03:00.880083 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
5777 | 2024.09.01 21:03:00.880183 [ 3 ] {beee7cde-74d9-4f26-be05-14a9426d312c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5778 | 2024.09.01 21:03:00.880354 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
5779 | 2024.09.01 21:03:00.880393 [ 3 ] {beee7cde-74d9-4f26-be05-14a9426d312c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5780 | 2024.09.01 21:03:00.880778 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
5781 | 2024.09.01 21:03:00.881095 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
5782 | 2024.09.01 21:03:00.881777 [ 3 ] {beee7cde-74d9-4f26-be05-14a9426d312c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5783 | 2024.09.01 21:03:00.882745 [ 3 ] {beee7cde-74d9-4f26-be05-14a9426d312c} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5784 | 2024.09.01 21:03:00.882814 [ 3 ] {beee7cde-74d9-4f26-be05-14a9426d312c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5785 | 2024.09.01 21:03:00.883956 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005095529 sec., 12952.531523223595 rows/sec., 676.72 KiB/sec. | ||
5786 | 2024.09.01 21:03:00.884065 [ 3 ] {beee7cde-74d9-4f26-be05-14a9426d312c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5787 | 2024.09.01 21:03:00.884100 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5788 | 2024.09.01 21:03:00.884957 [ 3 ] {beee7cde-74d9-4f26-be05-14a9426d312c} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5789 | 2024.09.01 21:03:00.884970 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_11_2} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5790 | 2024.09.01 21:03:00.885222 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_11_2} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5791 | 2024.09.01 21:03:00.885308 [ 3 ] {beee7cde-74d9-4f26-be05-14a9426d312c} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.005363 sec., 33003.915718814096 rows/sec., 2.18 MiB/sec. | ||
5792 | 2024.09.01 21:03:00.885541 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5793 | 2024.09.01 21:03:00.885864 [ 3 ] {beee7cde-74d9-4f26-be05-14a9426d312c} <Debug> DynamicQueryHandler: Done processing query | ||
5794 | 2024.09.01 21:03:00.885894 [ 3 ] {beee7cde-74d9-4f26-be05-14a9426d312c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5795 | 2024.09.01 21:03:00.885911 [ 3 ] {} <Debug> HTTP-Session: 1f2d677b-8c3c-4d25-b443-ac6a23fe82d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5796 | 2024.09.01 21:03:00.886047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5797 | 2024.09.01 21:03:00.886096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5798 | 2024.09.01 21:03:00.886114 [ 3 ] {} <Debug> HTTP-Session: e4e1a45c-d3a8-4b73-841b-4796804aa7ee Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5799 | 2024.09.01 21:03:00.886131 [ 3 ] {} <Debug> HTTP-Session: e4e1a45c-d3a8-4b73-841b-4796804aa7ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5800 | 2024.09.01 21:03:00.886145 [ 3 ] {} <Debug> HTTP-Session: e4e1a45c-d3a8-4b73-841b-4796804aa7ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5801 | 2024.09.01 21:03:00.886176 [ 3 ] {} <Trace> HTTP-Session: e4e1a45c-d3a8-4b73-841b-4796804aa7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5802 | 2024.09.01 21:03:00.886271 [ 3 ] {c04479bb-ef8b-498d-9e1f-6b8224e63241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5803 | 2024.09.01 21:03:00.886318 [ 3 ] {c04479bb-ef8b-498d-9e1f-6b8224e63241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5804 | 2024.09.01 21:03:00.886475 [ 3 ] {c04479bb-ef8b-498d-9e1f-6b8224e63241} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5805 | 2024.09.01 21:03:00.886749 [ 3 ] {c04479bb-ef8b-498d-9e1f-6b8224e63241} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5806 | 2024.09.01 21:03:00.886784 [ 3 ] {c04479bb-ef8b-498d-9e1f-6b8224e63241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5807 | 2024.09.01 21:03:00.887138 [ 3 ] {c04479bb-ef8b-498d-9e1f-6b8224e63241} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5808 | 2024.09.01 21:03:00.887499 [ 3 ] {c04479bb-ef8b-498d-9e1f-6b8224e63241} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5809 | 2024.09.01 21:03:00.887650 [ 3 ] {c04479bb-ef8b-498d-9e1f-6b8224e63241} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec. | ||
5810 | 2024.09.01 21:03:00.887814 [ 3 ] {c04479bb-ef8b-498d-9e1f-6b8224e63241} <Debug> DynamicQueryHandler: Done processing query | ||
5811 | 2024.09.01 21:03:00.887839 [ 3 ] {c04479bb-ef8b-498d-9e1f-6b8224e63241} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5812 | 2024.09.01 21:03:00.887855 [ 3 ] {} <Debug> HTTP-Session: e4e1a45c-d3a8-4b73-841b-4796804aa7ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5813 | 2024.09.01 21:03:00.888002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5814 | 2024.09.01 21:03:00.888051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5815 | 2024.09.01 21:03:00.888070 [ 3 ] {} <Debug> HTTP-Session: c2ef6473-0cc1-4080-986f-4f2786c7a81d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5816 | 2024.09.01 21:03:00.888086 [ 3 ] {} <Debug> HTTP-Session: c2ef6473-0cc1-4080-986f-4f2786c7a81d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5817 | 2024.09.01 21:03:00.888100 [ 3 ] {} <Debug> HTTP-Session: c2ef6473-0cc1-4080-986f-4f2786c7a81d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5818 | 2024.09.01 21:03:00.888130 [ 3 ] {} <Trace> HTTP-Session: c2ef6473-0cc1-4080-986f-4f2786c7a81d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5819 | 2024.09.01 21:03:00.888511 [ 3 ] {29998de7-9025-4a42-8642-1e0a393f32a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5820 | 2024.09.01 21:03:00.888576 [ 3 ] {29998de7-9025-4a42-8642-1e0a393f32a3} <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 | ||
5821 | 2024.09.01 21:03:00.889014 [ 3 ] {29998de7-9025-4a42-8642-1e0a393f32a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5822 | 2024.09.01 21:03:00.889698 [ 3 ] {29998de7-9025-4a42-8642-1e0a393f32a3} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5823 | 2024.09.01 21:03:00.889734 [ 3 ] {29998de7-9025-4a42-8642-1e0a393f32a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5824 | 2024.09.01 21:03:00.890359 [ 3 ] {29998de7-9025-4a42-8642-1e0a393f32a3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5825 | 2024.09.01 21:03:00.890769 [ 3 ] {29998de7-9025-4a42-8642-1e0a393f32a3} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5826 | 2024.09.01 21:03:00.890949 [ 3 ] {29998de7-9025-4a42-8642-1e0a393f32a3} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00273 sec., 12820.512820512822 rows/sec., 22.97 MiB/sec. | ||
5827 | 2024.09.01 21:03:00.891146 [ 3 ] {29998de7-9025-4a42-8642-1e0a393f32a3} <Debug> DynamicQueryHandler: Done processing query | ||
5828 | 2024.09.01 21:03:00.891170 [ 3 ] {29998de7-9025-4a42-8642-1e0a393f32a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5829 | 2024.09.01 21:03:00.891186 [ 3 ] {} <Debug> HTTP-Session: c2ef6473-0cc1-4080-986f-4f2786c7a81d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5830 | 2024.09.01 21:03:00.891318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5831 | 2024.09.01 21:03:00.891366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5832 | 2024.09.01 21:03:00.891386 [ 3 ] {} <Debug> HTTP-Session: 4285f02b-f716-49a0-a7b2-aa5763b19c94 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5833 | 2024.09.01 21:03:00.891402 [ 3 ] {} <Debug> HTTP-Session: 4285f02b-f716-49a0-a7b2-aa5763b19c94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5834 | 2024.09.01 21:03:00.891416 [ 3 ] {} <Debug> HTTP-Session: 4285f02b-f716-49a0-a7b2-aa5763b19c94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5835 | 2024.09.01 21:03:00.891446 [ 3 ] {} <Trace> HTTP-Session: 4285f02b-f716-49a0-a7b2-aa5763b19c94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5836 | 2024.09.01 21:03:00.891554 [ 3 ] {452250e5-dd69-4c2d-bdf5-d7ec6c21e692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5837 | 2024.09.01 21:03:00.891598 [ 3 ] {452250e5-dd69-4c2d-bdf5-d7ec6c21e692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5838 | 2024.09.01 21:03:00.891725 [ 3 ] {452250e5-dd69-4c2d-bdf5-d7ec6c21e692} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5839 | 2024.09.01 21:03:00.892016 [ 3 ] {452250e5-dd69-4c2d-bdf5-d7ec6c21e692} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5840 | 2024.09.01 21:03:00.892050 [ 3 ] {452250e5-dd69-4c2d-bdf5-d7ec6c21e692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5841 | 2024.09.01 21:03:00.892401 [ 3 ] {452250e5-dd69-4c2d-bdf5-d7ec6c21e692} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5842 | 2024.09.01 21:03:00.892719 [ 3 ] {452250e5-dd69-4c2d-bdf5-d7ec6c21e692} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5843 | 2024.09.01 21:03:00.892871 [ 3 ] {452250e5-dd69-4c2d-bdf5-d7ec6c21e692} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001347 sec., 38604.305864884926 rows/sec., 2.39 MiB/sec. | ||
5844 | 2024.09.01 21:03:00.893041 [ 3 ] {452250e5-dd69-4c2d-bdf5-d7ec6c21e692} <Debug> DynamicQueryHandler: Done processing query | ||
5845 | 2024.09.01 21:03:00.893065 [ 3 ] {452250e5-dd69-4c2d-bdf5-d7ec6c21e692} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5846 | 2024.09.01 21:03:00.893081 [ 3 ] {} <Debug> HTTP-Session: 4285f02b-f716-49a0-a7b2-aa5763b19c94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5847 | 2024.09.01 21:03:05.854915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5848 | 2024.09.01 21:03:05.855046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5849 | 2024.09.01 21:03:05.855072 [ 3 ] {} <Debug> HTTP-Session: c77841a8-7d30-4e78-9580-7f47836bc6c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5850 | 2024.09.01 21:03:05.855096 [ 3 ] {} <Debug> HTTP-Session: c77841a8-7d30-4e78-9580-7f47836bc6c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5851 | 2024.09.01 21:03:05.855110 [ 3 ] {} <Debug> HTTP-Session: c77841a8-7d30-4e78-9580-7f47836bc6c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5852 | 2024.09.01 21:03:05.855158 [ 3 ] {} <Trace> HTTP-Session: c77841a8-7d30-4e78-9580-7f47836bc6c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5853 | 2024.09.01 21:03:05.855353 [ 3 ] {f2b26b9b-4c96-47db-bb72-d102b74ddb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5854 | 2024.09.01 21:03:05.855419 [ 3 ] {f2b26b9b-4c96-47db-bb72-d102b74ddb46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5855 | 2024.09.01 21:03:05.855745 [ 3 ] {f2b26b9b-4c96-47db-bb72-d102b74ddb46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5856 | 2024.09.01 21:03:05.856228 [ 3 ] {f2b26b9b-4c96-47db-bb72-d102b74ddb46} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5857 | 2024.09.01 21:03:05.856274 [ 3 ] {f2b26b9b-4c96-47db-bb72-d102b74ddb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5858 | 2024.09.01 21:03:05.856701 [ 3 ] {f2b26b9b-4c96-47db-bb72-d102b74ddb46} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5859 | 2024.09.01 21:03:05.857080 [ 3 ] {f2b26b9b-4c96-47db-bb72-d102b74ddb46} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5860 | 2024.09.01 21:03:05.857253 [ 3 ] {f2b26b9b-4c96-47db-bb72-d102b74ddb46} <Debug> executeQuery: Read 56 rows, 4.42 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.21 MiB/sec. | ||
5861 | 2024.09.01 21:03:05.857653 [ 3 ] {f2b26b9b-4c96-47db-bb72-d102b74ddb46} <Debug> DynamicQueryHandler: Done processing query | ||
5862 | 2024.09.01 21:03:05.857683 [ 3 ] {f2b26b9b-4c96-47db-bb72-d102b74ddb46} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5863 | 2024.09.01 21:03:05.857700 [ 3 ] {} <Debug> HTTP-Session: c77841a8-7d30-4e78-9580-7f47836bc6c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5864 | 2024.09.01 21:03:05.857850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5865 | 2024.09.01 21:03:05.857904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5866 | 2024.09.01 21:03:05.857924 [ 3 ] {} <Debug> HTTP-Session: ad08bfe7-7f7a-4400-bac6-e0d5851b1c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5867 | 2024.09.01 21:03:05.857943 [ 3 ] {} <Debug> HTTP-Session: ad08bfe7-7f7a-4400-bac6-e0d5851b1c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5868 | 2024.09.01 21:03:05.857957 [ 3 ] {} <Debug> HTTP-Session: ad08bfe7-7f7a-4400-bac6-e0d5851b1c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5869 | 2024.09.01 21:03:05.857992 [ 3 ] {} <Trace> HTTP-Session: ad08bfe7-7f7a-4400-bac6-e0d5851b1c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5870 | 2024.09.01 21:03:05.858097 [ 3 ] {11d27dc8-2e5f-4191-af59-2a8247b4b864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5871 | 2024.09.01 21:03:05.858146 [ 3 ] {11d27dc8-2e5f-4191-af59-2a8247b4b864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5872 | 2024.09.01 21:03:05.858408 [ 3 ] {11d27dc8-2e5f-4191-af59-2a8247b4b864} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5873 | 2024.09.01 21:03:05.858729 [ 3 ] {11d27dc8-2e5f-4191-af59-2a8247b4b864} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5874 | 2024.09.01 21:03:05.858767 [ 3 ] {11d27dc8-2e5f-4191-af59-2a8247b4b864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5875 | 2024.09.01 21:03:05.859112 [ 3 ] {11d27dc8-2e5f-4191-af59-2a8247b4b864} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5876 | 2024.09.01 21:03:05.859465 [ 3 ] {11d27dc8-2e5f-4191-af59-2a8247b4b864} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5877 | 2024.09.01 21:03:05.859626 [ 3 ] {11d27dc8-2e5f-4191-af59-2a8247b4b864} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001549 sec., 1291.1555842479017 rows/sec., 97.09 KiB/sec. | ||
5878 | 2024.09.01 21:03:05.859791 [ 3 ] {11d27dc8-2e5f-4191-af59-2a8247b4b864} <Debug> DynamicQueryHandler: Done processing query | ||
5879 | 2024.09.01 21:03:05.859815 [ 3 ] {11d27dc8-2e5f-4191-af59-2a8247b4b864} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5880 | 2024.09.01 21:03:05.859832 [ 3 ] {} <Debug> HTTP-Session: ad08bfe7-7f7a-4400-bac6-e0d5851b1c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5881 | 2024.09.01 21:03:05.859958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5882 | 2024.09.01 21:03:05.860006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5883 | 2024.09.01 21:03:05.860025 [ 3 ] {} <Debug> HTTP-Session: ae1cbeb5-96df-4ffa-89d3-9f8b4df16342 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5884 | 2024.09.01 21:03:05.860042 [ 3 ] {} <Debug> HTTP-Session: ae1cbeb5-96df-4ffa-89d3-9f8b4df16342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5885 | 2024.09.01 21:03:05.860056 [ 3 ] {} <Debug> HTTP-Session: ae1cbeb5-96df-4ffa-89d3-9f8b4df16342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5886 | 2024.09.01 21:03:05.860087 [ 3 ] {} <Trace> HTTP-Session: ae1cbeb5-96df-4ffa-89d3-9f8b4df16342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5887 | 2024.09.01 21:03:05.860200 [ 3 ] {63e708be-333a-4cd5-b848-3d232657efb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5888 | 2024.09.01 21:03:05.860245 [ 3 ] {63e708be-333a-4cd5-b848-3d232657efb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5889 | 2024.09.01 21:03:05.860469 [ 3 ] {63e708be-333a-4cd5-b848-3d232657efb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5890 | 2024.09.01 21:03:05.860813 [ 3 ] {63e708be-333a-4cd5-b848-3d232657efb2} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5891 | 2024.09.01 21:03:05.860850 [ 3 ] {63e708be-333a-4cd5-b848-3d232657efb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5892 | 2024.09.01 21:03:05.861222 [ 3 ] {63e708be-333a-4cd5-b848-3d232657efb2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5893 | 2024.09.01 21:03:05.861584 [ 3 ] {63e708be-333a-4cd5-b848-3d232657efb2} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5894 | 2024.09.01 21:03:05.861750 [ 3 ] {63e708be-333a-4cd5-b848-3d232657efb2} <Debug> executeQuery: Read 58 rows, 4.63 KiB in 0.00158 sec., 36708.86075949367 rows/sec., 2.86 MiB/sec. | ||
5895 | 2024.09.01 21:03:05.862054 [ 3 ] {63e708be-333a-4cd5-b848-3d232657efb2} <Debug> DynamicQueryHandler: Done processing query | ||
5896 | 2024.09.01 21:03:05.862096 [ 3 ] {63e708be-333a-4cd5-b848-3d232657efb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5897 | 2024.09.01 21:03:05.862112 [ 3 ] {} <Debug> HTTP-Session: ae1cbeb5-96df-4ffa-89d3-9f8b4df16342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5898 | 2024.09.01 21:03:05.862263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 24815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5899 | 2024.09.01 21:03:05.862312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5900 | 2024.09.01 21:03:05.862331 [ 3 ] {} <Debug> HTTP-Session: 2438f8c4-ecc3-410e-abbf-bb0db16c735c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5901 | 2024.09.01 21:03:05.862347 [ 3 ] {} <Debug> HTTP-Session: 2438f8c4-ecc3-410e-abbf-bb0db16c735c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5902 | 2024.09.01 21:03:05.862360 [ 3 ] {} <Debug> HTTP-Session: 2438f8c4-ecc3-410e-abbf-bb0db16c735c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5903 | 2024.09.01 21:03:05.862392 [ 3 ] {} <Trace> HTTP-Session: 2438f8c4-ecc3-410e-abbf-bb0db16c735c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5904 | 2024.09.01 21:03:05.862553 [ 3 ] {97cc821f-5dbc-4714-970c-48fd146cbb73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5905 | 2024.09.01 21:03:05.862629 [ 3 ] {97cc821f-5dbc-4714-970c-48fd146cbb73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5906 | 2024.09.01 21:03:05.862799 [ 3 ] {97cc821f-5dbc-4714-970c-48fd146cbb73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5907 | 2024.09.01 21:03:05.863166 [ 3 ] {97cc821f-5dbc-4714-970c-48fd146cbb73} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5908 | 2024.09.01 21:03:05.863202 [ 3 ] {97cc821f-5dbc-4714-970c-48fd146cbb73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5909 | 2024.09.01 21:03:05.863578 [ 3 ] {97cc821f-5dbc-4714-970c-48fd146cbb73} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5910 | 2024.09.01 21:03:05.863908 [ 3 ] {97cc821f-5dbc-4714-970c-48fd146cbb73} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5911 | 2024.09.01 21:03:05.864067 [ 3 ] {97cc821f-5dbc-4714-970c-48fd146cbb73} <Debug> executeQuery: Read 130 rows, 9.23 KiB in 0.00158 sec., 82278.48101265823 rows/sec., 5.70 MiB/sec. | ||
5912 | 2024.09.01 21:03:05.864229 [ 3 ] {97cc821f-5dbc-4714-970c-48fd146cbb73} <Debug> DynamicQueryHandler: Done processing query | ||
5913 | 2024.09.01 21:03:05.864254 [ 3 ] {97cc821f-5dbc-4714-970c-48fd146cbb73} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5914 | 2024.09.01 21:03:05.864366 [ 3 ] {} <Debug> HTTP-Session: 2438f8c4-ecc3-410e-abbf-bb0db16c735c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5915 | 2024.09.01 21:03:05.864494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5916 | 2024.09.01 21:03:05.864542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5917 | 2024.09.01 21:03:05.864561 [ 3 ] {} <Debug> HTTP-Session: 3e1fd76d-55c3-4680-b1a7-dc2651a10277 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5918 | 2024.09.01 21:03:05.864577 [ 3 ] {} <Debug> HTTP-Session: 3e1fd76d-55c3-4680-b1a7-dc2651a10277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5919 | 2024.09.01 21:03:05.864590 [ 3 ] {} <Debug> HTTP-Session: 3e1fd76d-55c3-4680-b1a7-dc2651a10277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5920 | 2024.09.01 21:03:05.864620 [ 3 ] {} <Trace> HTTP-Session: 3e1fd76d-55c3-4680-b1a7-dc2651a10277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5921 | 2024.09.01 21:03:05.864742 [ 3 ] {80a6d622-7c7a-4b9a-8f09-e2caeaab1202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5922 | 2024.09.01 21:03:05.864807 [ 3 ] {80a6d622-7c7a-4b9a-8f09-e2caeaab1202} <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 | ||
5923 | 2024.09.01 21:03:05.865221 [ 3 ] {80a6d622-7c7a-4b9a-8f09-e2caeaab1202} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5924 | 2024.09.01 21:03:05.865689 [ 3 ] {80a6d622-7c7a-4b9a-8f09-e2caeaab1202} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5925 | 2024.09.01 21:03:05.865725 [ 3 ] {80a6d622-7c7a-4b9a-8f09-e2caeaab1202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5926 | 2024.09.01 21:03:05.866295 [ 3 ] {80a6d622-7c7a-4b9a-8f09-e2caeaab1202} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5927 | 2024.09.01 21:03:05.866697 [ 3 ] {80a6d622-7c7a-4b9a-8f09-e2caeaab1202} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5928 | 2024.09.01 21:03:05.866878 [ 117 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5929 | 2024.09.01 21:03:05.866890 [ 3 ] {80a6d622-7c7a-4b9a-8f09-e2caeaab1202} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002183 sec., 916.1704076958314 rows/sec., 1.64 MiB/sec. | ||
5930 | 2024.09.01 21:03:05.866967 [ 117 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5931 | 2024.09.01 21:03:05.867043 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5932 | 2024.09.01 21:03:05.867453 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
5933 | 2024.09.01 21:03:05.867826 [ 3 ] {80a6d622-7c7a-4b9a-8f09-e2caeaab1202} <Debug> DynamicQueryHandler: Done processing query | ||
5934 | 2024.09.01 21:03:05.867895 [ 3 ] {80a6d622-7c7a-4b9a-8f09-e2caeaab1202} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5935 | 2024.09.01 21:03:05.867955 [ 3 ] {} <Debug> HTTP-Session: 3e1fd76d-55c3-4680-b1a7-dc2651a10277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5936 | 2024.09.01 21:03:05.868177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 6447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5937 | 2024.09.01 21:03:05.868228 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5938 | 2024.09.01 21:03:05.868280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5939 | 2024.09.01 21:03:05.868356 [ 3 ] {} <Debug> HTTP-Session: f072080b-5d6d-499e-b282-9418ec582350 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5940 | 2024.09.01 21:03:05.868392 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 383 rows starting from the beginning of the part | ||
5941 | 2024.09.01 21:03:05.868403 [ 3 ] {} <Debug> HTTP-Session: f072080b-5d6d-499e-b282-9418ec582350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5942 | 2024.09.01 21:03:05.868455 [ 3 ] {} <Debug> HTTP-Session: f072080b-5d6d-499e-b282-9418ec582350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5943 | 2024.09.01 21:03:05.868552 [ 3 ] {} <Trace> HTTP-Session: f072080b-5d6d-499e-b282-9418ec582350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5944 | 2024.09.01 21:03:05.868935 [ 3 ] {2ad44f83-d20e-4640-a818-521c6d0a2438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5945 | 2024.09.01 21:03:05.869060 [ 3 ] {2ad44f83-d20e-4640-a818-521c6d0a2438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5946 | 2024.09.01 21:03:05.869099 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
5947 | 2024.09.01 21:03:05.869896 [ 3 ] {2ad44f83-d20e-4640-a818-521c6d0a2438} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5948 | 2024.09.01 21:03:05.869971 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 35 rows starting from the beginning of the part | ||
5949 | 2024.09.01 21:03:05.870658 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
5950 | 2024.09.01 21:03:05.870914 [ 3 ] {2ad44f83-d20e-4640-a818-521c6d0a2438} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5951 | 2024.09.01 21:03:05.871001 [ 3 ] {2ad44f83-d20e-4640-a818-521c6d0a2438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
5952 | 2024.09.01 21:03:05.871390 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 35 rows starting from the beginning of the part | ||
5953 | 2024.09.01 21:03:05.872136 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
5954 | 2024.09.01 21:03:05.872293 [ 3 ] {2ad44f83-d20e-4640-a818-521c6d0a2438} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5955 | 2024.09.01 21:03:05.873333 [ 3 ] {2ad44f83-d20e-4640-a818-521c6d0a2438} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5956 | 2024.09.01 21:03:05.873668 [ 3 ] {2ad44f83-d20e-4640-a818-521c6d0a2438} <Debug> executeQuery: Read 42 rows, 2.95 KiB in 0.004874 sec., 8617.152236356176 rows/sec., 604.89 KiB/sec. | ||
5957 | 2024.09.01 21:03:05.874434 [ 3 ] {2ad44f83-d20e-4640-a818-521c6d0a2438} <Debug> DynamicQueryHandler: Done processing query | ||
5958 | 2024.09.01 21:03:05.874525 [ 3 ] {2ad44f83-d20e-4640-a818-521c6d0a2438} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5959 | 2024.09.01 21:03:05.874628 [ 3 ] {} <Debug> HTTP-Session: f072080b-5d6d-499e-b282-9418ec582350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5960 | 2024.09.01 21:03:05.877615 [ 187 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 459 rows, containing 19 columns (19 merged, 0 gathered) in 0.010439971 sec., 43965.63936815534 rows/sec., 78.78 MiB/sec. | ||
5961 | 2024.09.01 21:03:05.878211 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5962 | 2024.09.01 21:03:05.878864 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5963 | 2024.09.01 21:03:05.878951 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5964 | 2024.09.01 21:03:05.879076 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
5965 | 2024.09.01 21:03:09.017699 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5966 | 2024.09.01 21:03:09.017754 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5967 | 2024.09.01 21:03:10.861885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5968 | 2024.09.01 21:03:10.862015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5969 | 2024.09.01 21:03:10.862043 [ 3 ] {} <Debug> HTTP-Session: 23ba0ead-6f02-4b64-8f56-42e3846ac1e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5970 | 2024.09.01 21:03:10.862072 [ 3 ] {} <Debug> HTTP-Session: 23ba0ead-6f02-4b64-8f56-42e3846ac1e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5971 | 2024.09.01 21:03:10.862091 [ 3 ] {} <Debug> HTTP-Session: 23ba0ead-6f02-4b64-8f56-42e3846ac1e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5972 | 2024.09.01 21:03:10.862144 [ 3 ] {} <Trace> HTTP-Session: 23ba0ead-6f02-4b64-8f56-42e3846ac1e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5973 | 2024.09.01 21:03:10.862331 [ 3 ] {1651526c-37d3-4c12-b465-156e453343d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5974 | 2024.09.01 21:03:10.862402 [ 3 ] {1651526c-37d3-4c12-b465-156e453343d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5975 | 2024.09.01 21:03:10.862769 [ 3 ] {1651526c-37d3-4c12-b465-156e453343d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5976 | 2024.09.01 21:03:10.863238 [ 3 ] {1651526c-37d3-4c12-b465-156e453343d7} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5977 | 2024.09.01 21:03:10.863281 [ 3 ] {1651526c-37d3-4c12-b465-156e453343d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
5978 | 2024.09.01 21:03:10.863683 [ 3 ] {1651526c-37d3-4c12-b465-156e453343d7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5979 | 2024.09.01 21:03:10.864064 [ 3 ] {1651526c-37d3-4c12-b465-156e453343d7} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5980 | 2024.09.01 21:03:10.864206 [ 3 ] {1651526c-37d3-4c12-b465-156e453343d7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001931 sec., 1035.732780942517 rows/sec., 84.46 KiB/sec. | ||
5981 | 2024.09.01 21:03:10.864417 [ 3 ] {1651526c-37d3-4c12-b465-156e453343d7} <Debug> DynamicQueryHandler: Done processing query | ||
5982 | 2024.09.01 21:03:10.864444 [ 3 ] {1651526c-37d3-4c12-b465-156e453343d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5983 | 2024.09.01 21:03:10.864460 [ 3 ] {} <Debug> HTTP-Session: 23ba0ead-6f02-4b64-8f56-42e3846ac1e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5984 | 2024.09.01 21:03:10.864624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 38804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5985 | 2024.09.01 21:03:10.864678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5986 | 2024.09.01 21:03:10.864696 [ 3 ] {} <Debug> HTTP-Session: ebac9106-d2a6-46ce-91ac-8230cbf6e9a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
5987 | 2024.09.01 21:03:10.864715 [ 3 ] {} <Debug> HTTP-Session: ebac9106-d2a6-46ce-91ac-8230cbf6e9a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5988 | 2024.09.01 21:03:10.864729 [ 3 ] {} <Debug> HTTP-Session: ebac9106-d2a6-46ce-91ac-8230cbf6e9a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5989 | 2024.09.01 21:03:10.864763 [ 3 ] {} <Trace> HTTP-Session: ebac9106-d2a6-46ce-91ac-8230cbf6e9a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5990 | 2024.09.01 21:03:10.864941 [ 3 ] {7efde24c-035f-4e03-9acd-5f76191e87c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5991 | 2024.09.01 21:03:10.864987 [ 3 ] {7efde24c-035f-4e03-9acd-5f76191e87c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5992 | 2024.09.01 21:03:10.865214 [ 3 ] {7efde24c-035f-4e03-9acd-5f76191e87c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5993 | 2024.09.01 21:03:10.865676 [ 3 ] {7efde24c-035f-4e03-9acd-5f76191e87c1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5994 | 2024.09.01 21:03:10.865713 [ 3 ] {7efde24c-035f-4e03-9acd-5f76191e87c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
5995 | 2024.09.01 21:03:10.866089 [ 3 ] {7efde24c-035f-4e03-9acd-5f76191e87c1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5996 | 2024.09.01 21:03:10.866452 [ 3 ] {7efde24c-035f-4e03-9acd-5f76191e87c1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5997 | 2024.09.01 21:03:10.866582 [ 3 ] {7efde24c-035f-4e03-9acd-5f76191e87c1} <Debug> executeQuery: Read 256 rows, 23.24 KiB in 0.001734 sec., 147635.52479815454 rows/sec., 13.09 MiB/sec. | ||
5998 | 2024.09.01 21:03:10.866739 [ 3 ] {7efde24c-035f-4e03-9acd-5f76191e87c1} <Debug> DynamicQueryHandler: Done processing query | ||
5999 | 2024.09.01 21:03:10.866763 [ 3 ] {7efde24c-035f-4e03-9acd-5f76191e87c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6000 | 2024.09.01 21:03:10.866779 [ 3 ] {} <Debug> HTTP-Session: ebac9106-d2a6-46ce-91ac-8230cbf6e9a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6001 | 2024.09.01 21:03:10.866935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6002 | 2024.09.01 21:03:10.866983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6003 | 2024.09.01 21:03:10.867002 [ 3 ] {} <Debug> HTTP-Session: 84997b0b-9bb3-460b-8236-cdc762946394 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6004 | 2024.09.01 21:03:10.867019 [ 3 ] {} <Debug> HTTP-Session: 84997b0b-9bb3-460b-8236-cdc762946394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6005 | 2024.09.01 21:03:10.867033 [ 3 ] {} <Debug> HTTP-Session: 84997b0b-9bb3-460b-8236-cdc762946394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6006 | 2024.09.01 21:03:10.867064 [ 3 ] {} <Trace> HTTP-Session: 84997b0b-9bb3-460b-8236-cdc762946394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6007 | 2024.09.01 21:03:10.867167 [ 3 ] {d04b11d2-f540-41e9-ba47-c210bb9646e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6008 | 2024.09.01 21:03:10.867209 [ 3 ] {d04b11d2-f540-41e9-ba47-c210bb9646e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6009 | 2024.09.01 21:03:10.867427 [ 3 ] {d04b11d2-f540-41e9-ba47-c210bb9646e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6010 | 2024.09.01 21:03:10.867834 [ 3 ] {d04b11d2-f540-41e9-ba47-c210bb9646e4} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6011 | 2024.09.01 21:03:10.867870 [ 3 ] {d04b11d2-f540-41e9-ba47-c210bb9646e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6012 | 2024.09.01 21:03:10.868222 [ 3 ] {d04b11d2-f540-41e9-ba47-c210bb9646e4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6013 | 2024.09.01 21:03:10.868574 [ 3 ] {d04b11d2-f540-41e9-ba47-c210bb9646e4} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6014 | 2024.09.01 21:03:10.868704 [ 3 ] {d04b11d2-f540-41e9-ba47-c210bb9646e4} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001569 sec., 23581.899298916505 rows/sec., 1.73 MiB/sec. | ||
6015 | 2024.09.01 21:03:10.869006 [ 3 ] {d04b11d2-f540-41e9-ba47-c210bb9646e4} <Debug> DynamicQueryHandler: Done processing query | ||
6016 | 2024.09.01 21:03:10.869032 [ 3 ] {d04b11d2-f540-41e9-ba47-c210bb9646e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6017 | 2024.09.01 21:03:10.869049 [ 3 ] {} <Debug> HTTP-Session: 84997b0b-9bb3-460b-8236-cdc762946394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6018 | 2024.09.01 21:03:10.869167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6019 | 2024.09.01 21:03:10.869216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6020 | 2024.09.01 21:03:10.869234 [ 3 ] {} <Debug> HTTP-Session: e47dceab-1433-4480-9a05-320313a1a949 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6021 | 2024.09.01 21:03:10.869250 [ 3 ] {} <Debug> HTTP-Session: e47dceab-1433-4480-9a05-320313a1a949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6022 | 2024.09.01 21:03:10.869264 [ 3 ] {} <Debug> HTTP-Session: e47dceab-1433-4480-9a05-320313a1a949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6023 | 2024.09.01 21:03:10.869295 [ 3 ] {} <Trace> HTTP-Session: e47dceab-1433-4480-9a05-320313a1a949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6024 | 2024.09.01 21:03:10.869395 [ 3 ] {7965c1b4-7cdb-4336-a37c-f6bc45168235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6025 | 2024.09.01 21:03:10.869437 [ 3 ] {7965c1b4-7cdb-4336-a37c-f6bc45168235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6026 | 2024.09.01 21:03:10.869669 [ 3 ] {7965c1b4-7cdb-4336-a37c-f6bc45168235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6027 | 2024.09.01 21:03:10.869985 [ 3 ] {7965c1b4-7cdb-4336-a37c-f6bc45168235} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6028 | 2024.09.01 21:03:10.870021 [ 3 ] {7965c1b4-7cdb-4336-a37c-f6bc45168235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6029 | 2024.09.01 21:03:10.870374 [ 3 ] {7965c1b4-7cdb-4336-a37c-f6bc45168235} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6030 | 2024.09.01 21:03:10.870725 [ 3 ] {7965c1b4-7cdb-4336-a37c-f6bc45168235} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6031 | 2024.09.01 21:03:10.870850 [ 3 ] {7965c1b4-7cdb-4336-a37c-f6bc45168235} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001483 sec., 9440.323668240055 rows/sec., 661.14 KiB/sec. | ||
6032 | 2024.09.01 21:03:10.871014 [ 3 ] {7965c1b4-7cdb-4336-a37c-f6bc45168235} <Debug> DynamicQueryHandler: Done processing query | ||
6033 | 2024.09.01 21:03:10.871038 [ 3 ] {7965c1b4-7cdb-4336-a37c-f6bc45168235} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6034 | 2024.09.01 21:03:10.871053 [ 3 ] {} <Debug> HTTP-Session: e47dceab-1433-4480-9a05-320313a1a949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6035 | 2024.09.01 21:03:10.871168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6036 | 2024.09.01 21:03:10.871216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6037 | 2024.09.01 21:03:10.871234 [ 3 ] {} <Debug> HTTP-Session: eb1dccff-729a-4744-8ba8-1a0e5c6ba91e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6038 | 2024.09.01 21:03:10.871251 [ 3 ] {} <Debug> HTTP-Session: eb1dccff-729a-4744-8ba8-1a0e5c6ba91e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6039 | 2024.09.01 21:03:10.871264 [ 3 ] {} <Debug> HTTP-Session: eb1dccff-729a-4744-8ba8-1a0e5c6ba91e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6040 | 2024.09.01 21:03:10.871294 [ 3 ] {} <Trace> HTTP-Session: eb1dccff-729a-4744-8ba8-1a0e5c6ba91e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6041 | 2024.09.01 21:03:10.871388 [ 3 ] {297473b2-86fc-44d5-b4ed-5619b76e214f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6042 | 2024.09.01 21:03:10.871430 [ 3 ] {297473b2-86fc-44d5-b4ed-5619b76e214f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6043 | 2024.09.01 21:03:10.871648 [ 3 ] {297473b2-86fc-44d5-b4ed-5619b76e214f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6044 | 2024.09.01 21:03:10.871955 [ 3 ] {297473b2-86fc-44d5-b4ed-5619b76e214f} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6045 | 2024.09.01 21:03:10.871991 [ 3 ] {297473b2-86fc-44d5-b4ed-5619b76e214f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6046 | 2024.09.01 21:03:10.872329 [ 3 ] {297473b2-86fc-44d5-b4ed-5619b76e214f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6047 | 2024.09.01 21:03:10.872676 [ 3 ] {297473b2-86fc-44d5-b4ed-5619b76e214f} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6048 | 2024.09.01 21:03:10.872801 [ 3 ] {297473b2-86fc-44d5-b4ed-5619b76e214f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 246.52 KiB/sec. | ||
6049 | 2024.09.01 21:03:10.872967 [ 3 ] {297473b2-86fc-44d5-b4ed-5619b76e214f} <Debug> DynamicQueryHandler: Done processing query | ||
6050 | 2024.09.01 21:03:10.872992 [ 3 ] {297473b2-86fc-44d5-b4ed-5619b76e214f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6051 | 2024.09.01 21:03:10.873008 [ 3 ] {} <Debug> HTTP-Session: eb1dccff-729a-4744-8ba8-1a0e5c6ba91e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6052 | 2024.09.01 21:03:10.873155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 66695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6053 | 2024.09.01 21:03:10.873203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6054 | 2024.09.01 21:03:10.873221 [ 3 ] {} <Debug> HTTP-Session: bad0d610-5710-4dec-93de-5981d3ebfc32 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6055 | 2024.09.01 21:03:10.873237 [ 3 ] {} <Debug> HTTP-Session: bad0d610-5710-4dec-93de-5981d3ebfc32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6056 | 2024.09.01 21:03:10.873251 [ 3 ] {} <Debug> HTTP-Session: bad0d610-5710-4dec-93de-5981d3ebfc32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6057 | 2024.09.01 21:03:10.873281 [ 3 ] {} <Trace> HTTP-Session: bad0d610-5710-4dec-93de-5981d3ebfc32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6058 | 2024.09.01 21:03:10.873491 [ 3 ] {eab7743b-0dea-42f7-ba31-a1a51de8a67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6059 | 2024.09.01 21:03:10.873534 [ 3 ] {eab7743b-0dea-42f7-ba31-a1a51de8a67b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6060 | 2024.09.01 21:03:10.873753 [ 3 ] {eab7743b-0dea-42f7-ba31-a1a51de8a67b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6061 | 2024.09.01 21:03:10.874419 [ 3 ] {eab7743b-0dea-42f7-ba31-a1a51de8a67b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6062 | 2024.09.01 21:03:10.874456 [ 3 ] {eab7743b-0dea-42f7-ba31-a1a51de8a67b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6063 | 2024.09.01 21:03:10.874822 [ 3 ] {eab7743b-0dea-42f7-ba31-a1a51de8a67b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6064 | 2024.09.01 21:03:10.875174 [ 3 ] {eab7743b-0dea-42f7-ba31-a1a51de8a67b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6065 | 2024.09.01 21:03:10.875305 [ 3 ] {eab7743b-0dea-42f7-ba31-a1a51de8a67b} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.001918 sec., 214285.7142857143 rows/sec., 15.28 MiB/sec. | ||
6066 | 2024.09.01 21:03:10.875476 [ 3 ] {eab7743b-0dea-42f7-ba31-a1a51de8a67b} <Debug> DynamicQueryHandler: Done processing query | ||
6067 | 2024.09.01 21:03:10.875500 [ 3 ] {eab7743b-0dea-42f7-ba31-a1a51de8a67b} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
6068 | 2024.09.01 21:03:10.875516 [ 3 ] {} <Debug> HTTP-Session: bad0d610-5710-4dec-93de-5981d3ebfc32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6069 | 2024.09.01 21:03:10.875635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6070 | 2024.09.01 21:03:10.875682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6071 | 2024.09.01 21:03:10.875700 [ 3 ] {} <Debug> HTTP-Session: 74e795ed-80ff-424a-bf9d-3e9d7bb2d3ac Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6072 | 2024.09.01 21:03:10.875717 [ 3 ] {} <Debug> HTTP-Session: 74e795ed-80ff-424a-bf9d-3e9d7bb2d3ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6073 | 2024.09.01 21:03:10.875730 [ 3 ] {} <Debug> HTTP-Session: 74e795ed-80ff-424a-bf9d-3e9d7bb2d3ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6074 | 2024.09.01 21:03:10.875760 [ 3 ] {} <Trace> HTTP-Session: 74e795ed-80ff-424a-bf9d-3e9d7bb2d3ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6075 | 2024.09.01 21:03:10.875855 [ 3 ] {435a06e5-c883-4593-ad27-7facdfd54a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6076 | 2024.09.01 21:03:10.875900 [ 3 ] {435a06e5-c883-4593-ad27-7facdfd54a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6077 | 2024.09.01 21:03:10.876029 [ 3 ] {435a06e5-c883-4593-ad27-7facdfd54a6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6078 | 2024.09.01 21:03:10.876301 [ 3 ] {435a06e5-c883-4593-ad27-7facdfd54a6e} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6079 | 2024.09.01 21:03:10.876336 [ 3 ] {435a06e5-c883-4593-ad27-7facdfd54a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6080 | 2024.09.01 21:03:10.876686 [ 3 ] {435a06e5-c883-4593-ad27-7facdfd54a6e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6081 | 2024.09.01 21:03:10.877012 [ 3 ] {435a06e5-c883-4593-ad27-7facdfd54a6e} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6082 | 2024.09.01 21:03:10.877137 [ 3 ] {435a06e5-c883-4593-ad27-7facdfd54a6e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 239.84 KiB/sec. | ||
6083 | 2024.09.01 21:03:10.877299 [ 3 ] {435a06e5-c883-4593-ad27-7facdfd54a6e} <Debug> DynamicQueryHandler: Done processing query | ||
6084 | 2024.09.01 21:03:10.877322 [ 3 ] {435a06e5-c883-4593-ad27-7facdfd54a6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6085 | 2024.09.01 21:03:10.877337 [ 3 ] {} <Debug> HTTP-Session: 74e795ed-80ff-424a-bf9d-3e9d7bb2d3ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6086 | 2024.09.01 21:03:10.877536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 42830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6087 | 2024.09.01 21:03:10.877584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6088 | 2024.09.01 21:03:10.877603 [ 3 ] {} <Debug> HTTP-Session: 7a91eeeb-50d2-4eba-bd1e-cfb74758d6bb Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6089 | 2024.09.01 21:03:10.877620 [ 3 ] {} <Debug> HTTP-Session: 7a91eeeb-50d2-4eba-bd1e-cfb74758d6bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6090 | 2024.09.01 21:03:10.877634 [ 3 ] {} <Debug> HTTP-Session: 7a91eeeb-50d2-4eba-bd1e-cfb74758d6bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6091 | 2024.09.01 21:03:10.877663 [ 3 ] {} <Trace> HTTP-Session: 7a91eeeb-50d2-4eba-bd1e-cfb74758d6bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6092 | 2024.09.01 21:03:10.877874 [ 3 ] {7a9f7d88-7e09-4556-95fb-e0c5366eae30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6093 | 2024.09.01 21:03:10.877918 [ 3 ] {7a9f7d88-7e09-4556-95fb-e0c5366eae30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6094 | 2024.09.01 21:03:10.878058 [ 3 ] {7a9f7d88-7e09-4556-95fb-e0c5366eae30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6095 | 2024.09.01 21:03:10.878499 [ 3 ] {7a9f7d88-7e09-4556-95fb-e0c5366eae30} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6096 | 2024.09.01 21:03:10.878534 [ 3 ] {7a9f7d88-7e09-4556-95fb-e0c5366eae30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6097 | 2024.09.01 21:03:10.878916 [ 3 ] {7a9f7d88-7e09-4556-95fb-e0c5366eae30} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6098 | 2024.09.01 21:03:10.879260 [ 3 ] {7a9f7d88-7e09-4556-95fb-e0c5366eae30} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6099 | 2024.09.01 21:03:10.879398 [ 3 ] {7a9f7d88-7e09-4556-95fb-e0c5366eae30} <Debug> executeQuery: Read 228 rows, 15.58 KiB in 0.001639 sec., 139109.21293471628 rows/sec., 9.28 MiB/sec. | ||
6100 | 2024.09.01 21:03:10.879577 [ 3 ] {7a9f7d88-7e09-4556-95fb-e0c5366eae30} <Debug> DynamicQueryHandler: Done processing query | ||
6101 | 2024.09.01 21:03:10.879600 [ 3 ] {7a9f7d88-7e09-4556-95fb-e0c5366eae30} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6102 | 2024.09.01 21:03:10.879616 [ 3 ] {} <Debug> HTTP-Session: 7a91eeeb-50d2-4eba-bd1e-cfb74758d6bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6103 | 2024.09.01 21:03:10.879726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6104 | 2024.09.01 21:03:10.879774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6105 | 2024.09.01 21:03:10.879792 [ 3 ] {} <Debug> HTTP-Session: 3012e884-c49e-4178-b04d-29bff2111327 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6106 | 2024.09.01 21:03:10.879809 [ 3 ] {} <Debug> HTTP-Session: 3012e884-c49e-4178-b04d-29bff2111327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6107 | 2024.09.01 21:03:10.879823 [ 3 ] {} <Debug> HTTP-Session: 3012e884-c49e-4178-b04d-29bff2111327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6108 | 2024.09.01 21:03:10.879853 [ 3 ] {} <Trace> HTTP-Session: 3012e884-c49e-4178-b04d-29bff2111327 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6109 | 2024.09.01 21:03:10.879946 [ 3 ] {60c8bf87-3c50-4a19-82b5-5362965a9700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6110 | 2024.09.01 21:03:10.879991 [ 3 ] {60c8bf87-3c50-4a19-82b5-5362965a9700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6111 | 2024.09.01 21:03:10.880120 [ 3 ] {60c8bf87-3c50-4a19-82b5-5362965a9700} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6112 | 2024.09.01 21:03:10.880379 [ 3 ] {60c8bf87-3c50-4a19-82b5-5362965a9700} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6113 | 2024.09.01 21:03:10.880415 [ 3 ] {60c8bf87-3c50-4a19-82b5-5362965a9700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6114 | 2024.09.01 21:03:10.880757 [ 3 ] {60c8bf87-3c50-4a19-82b5-5362965a9700} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6115 | 2024.09.01 21:03:10.881073 [ 3 ] {60c8bf87-3c50-4a19-82b5-5362965a9700} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6116 | 2024.09.01 21:03:10.881218 [ 3 ] {60c8bf87-3c50-4a19-82b5-5362965a9700} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001291 sec., 774.5933384972889 rows/sec., 52.19 KiB/sec. | ||
6117 | 2024.09.01 21:03:10.881383 [ 3 ] {60c8bf87-3c50-4a19-82b5-5362965a9700} <Debug> DynamicQueryHandler: Done processing query | ||
6118 | 2024.09.01 21:03:10.881406 [ 3 ] {60c8bf87-3c50-4a19-82b5-5362965a9700} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6119 | 2024.09.01 21:03:10.881422 [ 3 ] {} <Debug> HTTP-Session: 3012e884-c49e-4178-b04d-29bff2111327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6120 | 2024.09.01 21:03:10.881579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6121 | 2024.09.01 21:03:10.881627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6122 | 2024.09.01 21:03:10.881646 [ 3 ] {} <Debug> HTTP-Session: 6678d842-2853-425f-8bc2-b69d5332dda2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6123 | 2024.09.01 21:03:10.881662 [ 3 ] {} <Debug> HTTP-Session: 6678d842-2853-425f-8bc2-b69d5332dda2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6124 | 2024.09.01 21:03:10.881675 [ 3 ] {} <Debug> HTTP-Session: 6678d842-2853-425f-8bc2-b69d5332dda2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6125 | 2024.09.01 21:03:10.881705 [ 3 ] {} <Trace> HTTP-Session: 6678d842-2853-425f-8bc2-b69d5332dda2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6126 | 2024.09.01 21:03:10.882099 [ 3 ] {b3bcbb15-5483-4459-910a-4ce0453d51e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6127 | 2024.09.01 21:03:10.882163 [ 3 ] {b3bcbb15-5483-4459-910a-4ce0453d51e8} <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 | ||
6128 | 2024.09.01 21:03:10.882562 [ 3 ] {b3bcbb15-5483-4459-910a-4ce0453d51e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6129 | 2024.09.01 21:03:10.883306 [ 3 ] {b3bcbb15-5483-4459-910a-4ce0453d51e8} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6130 | 2024.09.01 21:03:10.883341 [ 3 ] {b3bcbb15-5483-4459-910a-4ce0453d51e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6131 | 2024.09.01 21:03:10.883972 [ 3 ] {b3bcbb15-5483-4459-910a-4ce0453d51e8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6132 | 2024.09.01 21:03:10.884379 [ 3 ] {b3bcbb15-5483-4459-910a-4ce0453d51e8} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6133 | 2024.09.01 21:03:10.884551 [ 3 ] {b3bcbb15-5483-4459-910a-4ce0453d51e8} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002747 sec., 12741.172187841283 rows/sec., 22.83 MiB/sec. | ||
6134 | 2024.09.01 21:03:10.884766 [ 3 ] {b3bcbb15-5483-4459-910a-4ce0453d51e8} <Debug> DynamicQueryHandler: Done processing query | ||
6135 | 2024.09.01 21:03:10.884791 [ 3 ] {b3bcbb15-5483-4459-910a-4ce0453d51e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6136 | 2024.09.01 21:03:10.884811 [ 3 ] {} <Debug> HTTP-Session: 6678d842-2853-425f-8bc2-b69d5332dda2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6137 | 2024.09.01 21:03:10.884934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 10690, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6138 | 2024.09.01 21:03:10.884983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6139 | 2024.09.01 21:03:10.885001 [ 3 ] {} <Debug> HTTP-Session: e5eab02b-191a-47d7-94cf-efa5120e1be9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6140 | 2024.09.01 21:03:10.885018 [ 3 ] {} <Debug> HTTP-Session: e5eab02b-191a-47d7-94cf-efa5120e1be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6141 | 2024.09.01 21:03:10.885031 [ 3 ] {} <Debug> HTTP-Session: e5eab02b-191a-47d7-94cf-efa5120e1be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6142 | 2024.09.01 21:03:10.885061 [ 3 ] {} <Trace> HTTP-Session: e5eab02b-191a-47d7-94cf-efa5120e1be9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6143 | 2024.09.01 21:03:10.885177 [ 3 ] {cb0f234a-07dd-4910-a8de-3bee80885e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6144 | 2024.09.01 21:03:10.885220 [ 3 ] {cb0f234a-07dd-4910-a8de-3bee80885e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6145 | 2024.09.01 21:03:10.885347 [ 3 ] {cb0f234a-07dd-4910-a8de-3bee80885e5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6146 | 2024.09.01 21:03:10.885753 [ 3 ] {cb0f234a-07dd-4910-a8de-3bee80885e5e} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6147 | 2024.09.01 21:03:10.885789 [ 3 ] {cb0f234a-07dd-4910-a8de-3bee80885e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6148 | 2024.09.01 21:03:10.886155 [ 3 ] {cb0f234a-07dd-4910-a8de-3bee80885e5e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6149 | 2024.09.01 21:03:10.886476 [ 3 ] {cb0f234a-07dd-4910-a8de-3bee80885e5e} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6150 | 2024.09.01 21:03:10.886631 [ 3 ] {cb0f234a-07dd-4910-a8de-3bee80885e5e} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.00149 sec., 48322.14765100671 rows/sec., 3.08 MiB/sec. | ||
6151 | 2024.09.01 21:03:10.886796 [ 3 ] {cb0f234a-07dd-4910-a8de-3bee80885e5e} <Debug> DynamicQueryHandler: Done processing query | ||
6152 | 2024.09.01 21:03:10.886821 [ 3 ] {cb0f234a-07dd-4910-a8de-3bee80885e5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6153 | 2024.09.01 21:03:10.886836 [ 3 ] {} <Debug> HTTP-Session: e5eab02b-191a-47d7-94cf-efa5120e1be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6154 | 2024.09.01 21:03:15.855101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6155 | 2024.09.01 21:03:15.855228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6156 | 2024.09.01 21:03:15.855255 [ 3 ] {} <Debug> HTTP-Session: 40b2b2d5-dfa9-45bc-b450-f50c73309d8c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6157 | 2024.09.01 21:03:15.855283 [ 3 ] {} <Debug> HTTP-Session: 40b2b2d5-dfa9-45bc-b450-f50c73309d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6158 | 2024.09.01 21:03:15.855312 [ 3 ] {} <Debug> HTTP-Session: 40b2b2d5-dfa9-45bc-b450-f50c73309d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6159 | 2024.09.01 21:03:15.855386 [ 3 ] {} <Trace> HTTP-Session: 40b2b2d5-dfa9-45bc-b450-f50c73309d8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6160 | 2024.09.01 21:03:15.855682 [ 3 ] {bfcbfad6-a3e3-4bd0-932d-cb1462f4a3f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6161 | 2024.09.01 21:03:15.855786 [ 3 ] {bfcbfad6-a3e3-4bd0-932d-cb1462f4a3f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6162 | 2024.09.01 21:03:15.856323 [ 3 ] {bfcbfad6-a3e3-4bd0-932d-cb1462f4a3f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6163 | 2024.09.01 21:03:15.856793 [ 3 ] {bfcbfad6-a3e3-4bd0-932d-cb1462f4a3f5} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6164 | 2024.09.01 21:03:15.856831 [ 3 ] {bfcbfad6-a3e3-4bd0-932d-cb1462f4a3f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6165 | 2024.09.01 21:03:15.857240 [ 3 ] {bfcbfad6-a3e3-4bd0-932d-cb1462f4a3f5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6166 | 2024.09.01 21:03:15.857625 [ 3 ] {bfcbfad6-a3e3-4bd0-932d-cb1462f4a3f5} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6167 | 2024.09.01 21:03:15.857770 [ 3 ] {bfcbfad6-a3e3-4bd0-932d-cb1462f4a3f5} <Debug> executeQuery: Read 56 rows, 4.42 KiB in 0.002195 sec., 25512.5284738041 rows/sec., 1.97 MiB/sec. | ||
6168 | 2024.09.01 21:03:15.857778 [ 108 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6169 | 2024.09.01 21:03:15.857841 [ 108 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6170 | 2024.09.01 21:03:15.857881 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6171 | 2024.09.01 21:03:15.858013 [ 3 ] {bfcbfad6-a3e3-4bd0-932d-cb1462f4a3f5} <Debug> DynamicQueryHandler: Done processing query | ||
6172 | 2024.09.01 21:03:15.858062 [ 3 ] {bfcbfad6-a3e3-4bd0-932d-cb1462f4a3f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6173 | 2024.09.01 21:03:15.858083 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
6174 | 2024.09.01 21:03:15.858090 [ 3 ] {} <Debug> HTTP-Session: 40b2b2d5-dfa9-45bc-b450-f50c73309d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6175 | 2024.09.01 21:03:15.858305 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6176 | 2024.09.01 21:03:15.858348 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1381 rows starting from the beginning of the part | ||
6177 | 2024.09.01 21:03:15.858429 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
6178 | 2024.09.01 21:03:15.858554 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 229 rows starting from the beginning of the part | ||
6179 | 2024.09.01 21:03:15.858810 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
6180 | 2024.09.01 21:03:15.858924 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 256 rows starting from the beginning of the part | ||
6181 | 2024.09.01 21:03:15.859079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6182 | 2024.09.01 21:03:15.859295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6183 | 2024.09.01 21:03:15.859333 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
6184 | 2024.09.01 21:03:15.859351 [ 3 ] {} <Debug> HTTP-Session: a2173058-8199-4533-bb9a-e79a6cad82b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6185 | 2024.09.01 21:03:15.859399 [ 3 ] {} <Debug> HTTP-Session: a2173058-8199-4533-bb9a-e79a6cad82b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6186 | 2024.09.01 21:03:15.859468 [ 3 ] {} <Debug> HTTP-Session: a2173058-8199-4533-bb9a-e79a6cad82b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6187 | 2024.09.01 21:03:15.859654 [ 3 ] {} <Trace> HTTP-Session: a2173058-8199-4533-bb9a-e79a6cad82b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6188 | 2024.09.01 21:03:15.859831 [ 3 ] {18ea1d1f-5549-4e97-80f2-447d05b816f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6189 | 2024.09.01 21:03:15.859904 [ 3 ] {18ea1d1f-5549-4e97-80f2-447d05b816f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6190 | 2024.09.01 21:03:15.860652 [ 3 ] {18ea1d1f-5549-4e97-80f2-447d05b816f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6191 | 2024.09.01 21:03:15.861659 [ 3 ] {18ea1d1f-5549-4e97-80f2-447d05b816f7} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6192 | 2024.09.01 21:03:15.861725 [ 3 ] {18ea1d1f-5549-4e97-80f2-447d05b816f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6193 | 2024.09.01 21:03:15.862463 [ 3 ] {18ea1d1f-5549-4e97-80f2-447d05b816f7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6194 | 2024.09.01 21:03:15.862524 [ 189 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2008 rows, containing 5 columns (5 merged, 0 gathered) in 0.004555982 sec., 440739.2303130258 rows/sec., 38.93 MiB/sec. | ||
6195 | 2024.09.01 21:03:15.862900 [ 189 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6196 | 2024.09.01 21:03:15.863079 [ 3 ] {18ea1d1f-5549-4e97-80f2-447d05b816f7} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6197 | 2024.09.01 21:03:15.863541 [ 3 ] {18ea1d1f-5549-4e97-80f2-447d05b816f7} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.003698 sec., 540.8328826392644 rows/sec., 40.67 KiB/sec. | ||
6198 | 2024.09.01 21:03:15.863983 [ 3 ] {18ea1d1f-5549-4e97-80f2-447d05b816f7} <Debug> DynamicQueryHandler: Done processing query | ||
6199 | 2024.09.01 21:03:15.864025 [ 3 ] {18ea1d1f-5549-4e97-80f2-447d05b816f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6200 | 2024.09.01 21:03:15.864073 [ 3 ] {} <Debug> HTTP-Session: a2173058-8199-4533-bb9a-e79a6cad82b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6201 | 2024.09.01 21:03:15.864110 [ 189 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_31_6} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6202 | 2024.09.01 21:03:15.864228 [ 189 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_31_6} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6203 | 2024.09.01 21:03:15.864256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6204 | 2024.09.01 21:03:15.864369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6205 | 2024.09.01 21:03:15.864391 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
6206 | 2024.09.01 21:03:15.864404 [ 3 ] {} <Debug> HTTP-Session: 5a49bc57-6382-4493-960b-b3ce080c5447 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6207 | 2024.09.01 21:03:15.864444 [ 3 ] {} <Debug> HTTP-Session: 5a49bc57-6382-4493-960b-b3ce080c5447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6208 | 2024.09.01 21:03:15.864458 [ 3 ] {} <Debug> HTTP-Session: 5a49bc57-6382-4493-960b-b3ce080c5447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6209 | 2024.09.01 21:03:15.864490 [ 3 ] {} <Trace> HTTP-Session: 5a49bc57-6382-4493-960b-b3ce080c5447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6210 | 2024.09.01 21:03:15.864628 [ 3 ] {9232b93d-498d-411d-95b2-d3f88c278d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6211 | 2024.09.01 21:03:15.864674 [ 3 ] {9232b93d-498d-411d-95b2-d3f88c278d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6212 | 2024.09.01 21:03:15.864921 [ 3 ] {9232b93d-498d-411d-95b2-d3f88c278d6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6213 | 2024.09.01 21:03:15.865292 [ 3 ] {9232b93d-498d-411d-95b2-d3f88c278d6b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6214 | 2024.09.01 21:03:15.865328 [ 3 ] {9232b93d-498d-411d-95b2-d3f88c278d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6215 | 2024.09.01 21:03:15.865687 [ 3 ] {9232b93d-498d-411d-95b2-d3f88c278d6b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6216 | 2024.09.01 21:03:15.866055 [ 3 ] {9232b93d-498d-411d-95b2-d3f88c278d6b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6217 | 2024.09.01 21:03:15.866181 [ 108 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6218 | 2024.09.01 21:03:15.866187 [ 3 ] {9232b93d-498d-411d-95b2-d3f88c278d6b} <Debug> executeQuery: Read 58 rows, 4.63 KiB in 0.001603 sec., 36182.15845290081 rows/sec., 2.82 MiB/sec. | ||
6219 | 2024.09.01 21:03:15.866218 [ 108 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6220 | 2024.09.01 21:03:15.866256 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6221 | 2024.09.01 21:03:15.866425 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
6222 | 2024.09.01 21:03:15.866437 [ 3 ] {9232b93d-498d-411d-95b2-d3f88c278d6b} <Debug> DynamicQueryHandler: Done processing query | ||
6223 | 2024.09.01 21:03:15.866493 [ 3 ] {9232b93d-498d-411d-95b2-d3f88c278d6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6224 | 2024.09.01 21:03:15.866525 [ 3 ] {} <Debug> HTTP-Session: 5a49bc57-6382-4493-960b-b3ce080c5447 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6225 | 2024.09.01 21:03:15.866630 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6226 | 2024.09.01 21:03:15.866667 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 871 rows starting from the beginning of the part | ||
6227 | 2024.09.01 21:03:15.866768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 24821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6228 | 2024.09.01 21:03:15.866842 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
6229 | 2024.09.01 21:03:15.866948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6230 | 2024.09.01 21:03:15.867073 [ 3 ] {} <Debug> HTTP-Session: 5f7cc7e5-5a23-4c23-829b-23e6453aeb07 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6231 | 2024.09.01 21:03:15.867128 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 381 rows starting from the beginning of the part | ||
6232 | 2024.09.01 21:03:15.867145 [ 3 ] {} <Debug> HTTP-Session: 5f7cc7e5-5a23-4c23-829b-23e6453aeb07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6233 | 2024.09.01 21:03:15.867196 [ 3 ] {} <Debug> HTTP-Session: 5f7cc7e5-5a23-4c23-829b-23e6453aeb07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6234 | 2024.09.01 21:03:15.867397 [ 3 ] {} <Trace> HTTP-Session: 5f7cc7e5-5a23-4c23-829b-23e6453aeb07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6235 | 2024.09.01 21:03:15.867411 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 58 rows starting from the beginning of the part | ||
6236 | 2024.09.01 21:03:15.867595 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 411 rows starting from the beginning of the part | ||
6237 | 2024.09.01 21:03:15.867784 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part | ||
6238 | 2024.09.01 21:03:15.867874 [ 3 ] {19d6408b-4075-4f2b-b2fe-9d16eaa7b150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6239 | 2024.09.01 21:03:15.868137 [ 3 ] {19d6408b-4075-4f2b-b2fe-9d16eaa7b150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6240 | 2024.09.01 21:03:15.868829 [ 3 ] {19d6408b-4075-4f2b-b2fe-9d16eaa7b150} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6241 | 2024.09.01 21:03:15.869802 [ 3 ] {19d6408b-4075-4f2b-b2fe-9d16eaa7b150} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6242 | 2024.09.01 21:03:15.869868 [ 3 ] {19d6408b-4075-4f2b-b2fe-9d16eaa7b150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6243 | 2024.09.01 21:03:15.870749 [ 3 ] {19d6408b-4075-4f2b-b2fe-9d16eaa7b150} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6244 | 2024.09.01 21:03:15.870992 [ 194 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1809 rows, containing 5 columns (5 merged, 0 gathered) in 0.004637032 sec., 390120.2320794853 rows/sec., 29.69 MiB/sec. | ||
6245 | 2024.09.01 21:03:15.871333 [ 194 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6246 | 2024.09.01 21:03:15.871516 [ 3 ] {19d6408b-4075-4f2b-b2fe-9d16eaa7b150} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6247 | 2024.09.01 21:03:15.871834 [ 3 ] {19d6408b-4075-4f2b-b2fe-9d16eaa7b150} <Debug> executeQuery: Read 130 rows, 9.23 KiB in 0.004152 sec., 31310.211946050094 rows/sec., 2.17 MiB/sec. | ||
6248 | 2024.09.01 21:03:15.871891 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6249 | 2024.09.01 21:03:15.872118 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6250 | 2024.09.01 21:03:15.872231 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6251 | 2024.09.01 21:03:15.872664 [ 3 ] {19d6408b-4075-4f2b-b2fe-9d16eaa7b150} <Debug> DynamicQueryHandler: Done processing query | ||
6252 | 2024.09.01 21:03:15.872741 [ 3 ] {19d6408b-4075-4f2b-b2fe-9d16eaa7b150} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6253 | 2024.09.01 21:03:15.872761 [ 195 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
6254 | 2024.09.01 21:03:15.872840 [ 3 ] {} <Debug> HTTP-Session: 5f7cc7e5-5a23-4c23-829b-23e6453aeb07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6255 | 2024.09.01 21:03:15.873246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6256 | 2024.09.01 21:03:15.873474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6257 | 2024.09.01 21:03:15.873581 [ 3 ] {} <Debug> HTTP-Session: f01645c5-159b-44d7-ad4e-005a223644f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6258 | 2024.09.01 21:03:15.873644 [ 3 ] {} <Debug> HTTP-Session: f01645c5-159b-44d7-ad4e-005a223644f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6259 | 2024.09.01 21:03:15.873691 [ 194 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_31_6} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6260 | 2024.09.01 21:03:15.873703 [ 3 ] {} <Debug> HTTP-Session: f01645c5-159b-44d7-ad4e-005a223644f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6261 | 2024.09.01 21:03:15.873737 [ 195 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6262 | 2024.09.01 21:03:15.873839 [ 3 ] {} <Trace> HTTP-Session: f01645c5-159b-44d7-ad4e-005a223644f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6263 | 2024.09.01 21:03:15.873867 [ 195 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7842 rows starting from the beginning of the part | ||
6264 | 2024.09.01 21:03:15.874068 [ 194 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_31_6} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6265 | 2024.09.01 21:03:15.874311 [ 195 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 100 rows starting from the beginning of the part | ||
6266 | 2024.09.01 21:03:15.874317 [ 3 ] {84d8d41c-ceeb-42ec-bd92-1fa7378678bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6267 | 2024.09.01 21:03:15.874577 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6268 | 2024.09.01 21:03:15.874704 [ 195 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 177 rows starting from the beginning of the part | ||
6269 | 2024.09.01 21:03:15.874720 [ 3 ] {84d8d41c-ceeb-42ec-bd92-1fa7378678bb} <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 | ||
6270 | 2024.09.01 21:03:15.875041 [ 195 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
6271 | 2024.09.01 21:03:15.875682 [ 195 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part | ||
6272 | 2024.09.01 21:03:15.876242 [ 195 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 130 rows starting from the beginning of the part | ||
6273 | 2024.09.01 21:03:15.878001 [ 3 ] {84d8d41c-ceeb-42ec-bd92-1fa7378678bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6274 | 2024.09.01 21:03:15.879247 [ 3 ] {84d8d41c-ceeb-42ec-bd92-1fa7378678bb} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6275 | 2024.09.01 21:03:15.879327 [ 3 ] {84d8d41c-ceeb-42ec-bd92-1fa7378678bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6276 | 2024.09.01 21:03:15.880633 [ 3 ] {84d8d41c-ceeb-42ec-bd92-1fa7378678bb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6277 | 2024.09.01 21:03:15.881361 [ 3 ] {84d8d41c-ceeb-42ec-bd92-1fa7378678bb} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6278 | 2024.09.01 21:03:15.881563 [ 3 ] {84d8d41c-ceeb-42ec-bd92-1fa7378678bb} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.007516 sec., 266.0989888238425 rows/sec., 488.28 KiB/sec. | ||
6279 | 2024.09.01 21:03:15.881852 [ 3 ] {84d8d41c-ceeb-42ec-bd92-1fa7378678bb} <Debug> DynamicQueryHandler: Done processing query | ||
6280 | 2024.09.01 21:03:15.881877 [ 3 ] {84d8d41c-ceeb-42ec-bd92-1fa7378678bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6281 | 2024.09.01 21:03:15.881893 [ 3 ] {} <Debug> HTTP-Session: f01645c5-159b-44d7-ad4e-005a223644f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6282 | 2024.09.01 21:03:15.882085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 6755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6283 | 2024.09.01 21:03:15.882227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6284 | 2024.09.01 21:03:15.882299 [ 3 ] {} <Debug> HTTP-Session: 50058927-b1fe-451e-8629-06ade443e099 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6285 | 2024.09.01 21:03:15.882341 [ 3 ] {} <Debug> HTTP-Session: 50058927-b1fe-451e-8629-06ade443e099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6286 | 2024.09.01 21:03:15.882370 [ 3 ] {} <Debug> HTTP-Session: 50058927-b1fe-451e-8629-06ade443e099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6287 | 2024.09.01 21:03:15.882388 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8607 rows, containing 5 columns (5 merged, 0 gathered) in 0.009979155 sec., 862497.8768242401 rows/sec., 57.91 MiB/sec. | ||
6288 | 2024.09.01 21:03:15.882429 [ 3 ] {} <Trace> HTTP-Session: 50058927-b1fe-451e-8629-06ade443e099 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6289 | 2024.09.01 21:03:15.882614 [ 3 ] {79f5b6db-569c-4f54-b495-9f15486f1d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6290 | 2024.09.01 21:03:15.882641 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6291 | 2024.09.01 21:03:15.882692 [ 3 ] {79f5b6db-569c-4f54-b495-9f15486f1d7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6292 | 2024.09.01 21:03:15.883161 [ 3 ] {79f5b6db-569c-4f54-b495-9f15486f1d7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6293 | 2024.09.01 21:03:15.883776 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6294 | 2024.09.01 21:03:15.883926 [ 3 ] {79f5b6db-569c-4f54-b495-9f15486f1d7e} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6295 | 2024.09.01 21:03:15.883968 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6296 | 2024.09.01 21:03:15.883990 [ 3 ] {79f5b6db-569c-4f54-b495-9f15486f1d7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6297 | 2024.09.01 21:03:15.884137 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
6298 | 2024.09.01 21:03:15.884502 [ 3 ] {79f5b6db-569c-4f54-b495-9f15486f1d7e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6299 | 2024.09.01 21:03:15.884847 [ 3 ] {79f5b6db-569c-4f54-b495-9f15486f1d7e} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6300 | 2024.09.01 21:03:15.885009 [ 3 ] {79f5b6db-569c-4f54-b495-9f15486f1d7e} <Debug> executeQuery: Read 44 rows, 3.09 KiB in 0.002451 sec., 17951.85638514892 rows/sec., 1.23 MiB/sec. | ||
6301 | 2024.09.01 21:03:15.885010 [ 107 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6302 | 2024.09.01 21:03:15.885102 [ 107 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6303 | 2024.09.01 21:03:15.885166 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6304 | 2024.09.01 21:03:15.885311 [ 3 ] {79f5b6db-569c-4f54-b495-9f15486f1d7e} <Debug> DynamicQueryHandler: Done processing query | ||
6305 | 2024.09.01 21:03:15.885348 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
6306 | 2024.09.01 21:03:15.885357 [ 3 ] {79f5b6db-569c-4f54-b495-9f15486f1d7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6307 | 2024.09.01 21:03:15.885418 [ 3 ] {} <Debug> HTTP-Session: 50058927-b1fe-451e-8629-06ade443e099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6308 | 2024.09.01 21:03:15.885534 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6309 | 2024.09.01 21:03:15.885570 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 976 rows starting from the beginning of the part | ||
6310 | 2024.09.01 21:03:15.885645 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
6311 | 2024.09.01 21:03:15.885788 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 52 rows starting from the beginning of the part | ||
6312 | 2024.09.01 21:03:15.885968 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part | ||
6313 | 2024.09.01 21:03:15.886045 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part | ||
6314 | 2024.09.01 21:03:15.886241 [ 190 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 44 rows starting from the beginning of the part | ||
6315 | 2024.09.01 21:03:15.887507 [ 195 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1216 rows, containing 4 columns (4 merged, 0 gathered) in 0.002247041 sec., 541156.1248771162 rows/sec., 35.25 MiB/sec. | ||
6316 | 2024.09.01 21:03:15.887713 [ 196 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6317 | 2024.09.01 21:03:15.888111 [ 196 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_31_6} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6318 | 2024.09.01 21:03:15.888192 [ 196 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_31_6} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6319 | 2024.09.01 21:03:15.888277 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
6320 | 2024.09.01 21:03:19.956430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6321 | 2024.09.01 21:03:19.956555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6322 | 2024.09.01 21:03:19.956581 [ 3 ] {} <Debug> HTTP-Session: b5192533-e8db-4f85-9026-0ec5ce796964 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6323 | 2024.09.01 21:03:19.956605 [ 3 ] {} <Debug> HTTP-Session: b5192533-e8db-4f85-9026-0ec5ce796964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6324 | 2024.09.01 21:03:19.956619 [ 3 ] {} <Debug> HTTP-Session: b5192533-e8db-4f85-9026-0ec5ce796964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6325 | 2024.09.01 21:03:19.956666 [ 3 ] {} <Trace> HTTP-Session: b5192533-e8db-4f85-9026-0ec5ce796964 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6326 | 2024.09.01 21:03:19.956844 [ 3 ] {b865cba9-281e-4bdc-93d9-d7b7d780317a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6327 | 2024.09.01 21:03:19.956910 [ 3 ] {b865cba9-281e-4bdc-93d9-d7b7d780317a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6328 | 2024.09.01 21:03:19.957236 [ 3 ] {b865cba9-281e-4bdc-93d9-d7b7d780317a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6329 | 2024.09.01 21:03:19.957653 [ 3 ] {b865cba9-281e-4bdc-93d9-d7b7d780317a} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6330 | 2024.09.01 21:03:19.957703 [ 3 ] {b865cba9-281e-4bdc-93d9-d7b7d780317a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6331 | 2024.09.01 21:03:19.958143 [ 3 ] {b865cba9-281e-4bdc-93d9-d7b7d780317a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6332 | 2024.09.01 21:03:19.958560 [ 3 ] {b865cba9-281e-4bdc-93d9-d7b7d780317a} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6333 | 2024.09.01 21:03:19.958715 [ 3 ] {b865cba9-281e-4bdc-93d9-d7b7d780317a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00192 sec., 1041.6666666666667 rows/sec., 84.94 KiB/sec. | ||
6334 | 2024.09.01 21:03:19.958936 [ 3 ] {b865cba9-281e-4bdc-93d9-d7b7d780317a} <Debug> DynamicQueryHandler: Done processing query | ||
6335 | 2024.09.01 21:03:19.958965 [ 3 ] {b865cba9-281e-4bdc-93d9-d7b7d780317a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6336 | 2024.09.01 21:03:19.958981 [ 3 ] {} <Debug> HTTP-Session: b5192533-e8db-4f85-9026-0ec5ce796964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6337 | 2024.09.01 21:03:19.959303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 203794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6338 | 2024.09.01 21:03:19.959361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6339 | 2024.09.01 21:03:19.959381 [ 3 ] {} <Debug> HTTP-Session: 1471dbc5-88d0-48a3-817d-c7515df59ded Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6340 | 2024.09.01 21:03:19.959400 [ 3 ] {} <Debug> HTTP-Session: 1471dbc5-88d0-48a3-817d-c7515df59ded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6341 | 2024.09.01 21:03:19.959414 [ 3 ] {} <Debug> HTTP-Session: 1471dbc5-88d0-48a3-817d-c7515df59ded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6342 | 2024.09.01 21:03:19.959450 [ 3 ] {} <Trace> HTTP-Session: 1471dbc5-88d0-48a3-817d-c7515df59ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6343 | 2024.09.01 21:03:19.959996 [ 3 ] {4c2bccc4-a614-4df0-bea5-647e16eb0d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6344 | 2024.09.01 21:03:19.960047 [ 3 ] {4c2bccc4-a614-4df0-bea5-647e16eb0d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6345 | 2024.09.01 21:03:19.960292 [ 3 ] {4c2bccc4-a614-4df0-bea5-647e16eb0d86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6346 | 2024.09.01 21:03:19.961529 [ 3 ] {4c2bccc4-a614-4df0-bea5-647e16eb0d86} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6347 | 2024.09.01 21:03:19.961568 [ 3 ] {4c2bccc4-a614-4df0-bea5-647e16eb0d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6348 | 2024.09.01 21:03:19.962047 [ 3 ] {4c2bccc4-a614-4df0-bea5-647e16eb0d86} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6349 | 2024.09.01 21:03:19.962423 [ 3 ] {4c2bccc4-a614-4df0-bea5-647e16eb0d86} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6350 | 2024.09.01 21:03:19.962557 [ 3 ] {4c2bccc4-a614-4df0-bea5-647e16eb0d86} <Debug> executeQuery: Read 1396 rows, 119.36 KiB in 0.00294 sec., 474829.9319727891 rows/sec., 39.65 MiB/sec. | ||
6351 | 2024.09.01 21:03:19.962748 [ 3 ] {4c2bccc4-a614-4df0-bea5-647e16eb0d86} <Debug> DynamicQueryHandler: Done processing query | ||
6352 | 2024.09.01 21:03:19.962776 [ 3 ] {4c2bccc4-a614-4df0-bea5-647e16eb0d86} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
6353 | 2024.09.01 21:03:19.962792 [ 3 ] {} <Debug> HTTP-Session: 1471dbc5-88d0-48a3-817d-c7515df59ded Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6354 | 2024.09.01 21:03:19.962996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6355 | 2024.09.01 21:03:19.963049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6356 | 2024.09.01 21:03:19.963068 [ 3 ] {} <Debug> HTTP-Session: 486003b4-e5a5-4b72-9934-ed2989daec55 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6357 | 2024.09.01 21:03:19.963086 [ 3 ] {} <Debug> HTTP-Session: 486003b4-e5a5-4b72-9934-ed2989daec55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6358 | 2024.09.01 21:03:19.963100 [ 3 ] {} <Debug> HTTP-Session: 486003b4-e5a5-4b72-9934-ed2989daec55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6359 | 2024.09.01 21:03:19.963136 [ 3 ] {} <Trace> HTTP-Session: 486003b4-e5a5-4b72-9934-ed2989daec55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6360 | 2024.09.01 21:03:19.963256 [ 3 ] {06d264e0-8c0a-4979-9c15-364db6477a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6361 | 2024.09.01 21:03:19.963304 [ 3 ] {06d264e0-8c0a-4979-9c15-364db6477a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6362 | 2024.09.01 21:03:19.963543 [ 3 ] {06d264e0-8c0a-4979-9c15-364db6477a9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6363 | 2024.09.01 21:03:19.963930 [ 3 ] {06d264e0-8c0a-4979-9c15-364db6477a9c} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6364 | 2024.09.01 21:03:19.963967 [ 3 ] {06d264e0-8c0a-4979-9c15-364db6477a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6365 | 2024.09.01 21:03:19.964347 [ 3 ] {06d264e0-8c0a-4979-9c15-364db6477a9c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6366 | 2024.09.01 21:03:19.964717 [ 3 ] {06d264e0-8c0a-4979-9c15-364db6477a9c} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6367 | 2024.09.01 21:03:19.964857 [ 3 ] {06d264e0-8c0a-4979-9c15-364db6477a9c} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001639 sec., 22574.740695546065 rows/sec., 1.65 MiB/sec. | ||
6368 | 2024.09.01 21:03:19.966097 [ 3 ] {06d264e0-8c0a-4979-9c15-364db6477a9c} <Debug> DynamicQueryHandler: Done processing query | ||
6369 | 2024.09.01 21:03:19.966135 [ 3 ] {06d264e0-8c0a-4979-9c15-364db6477a9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6370 | 2024.09.01 21:03:19.966156 [ 3 ] {} <Debug> HTTP-Session: 486003b4-e5a5-4b72-9934-ed2989daec55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6371 | 2024.09.01 21:03:19.966390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6372 | 2024.09.01 21:03:19.966456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6373 | 2024.09.01 21:03:19.966482 [ 3 ] {} <Debug> HTTP-Session: c78bb2c8-07a2-4190-bab2-4fba49d8ed5e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6374 | 2024.09.01 21:03:19.966509 [ 3 ] {} <Debug> HTTP-Session: c78bb2c8-07a2-4190-bab2-4fba49d8ed5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6375 | 2024.09.01 21:03:19.966529 [ 3 ] {} <Debug> HTTP-Session: c78bb2c8-07a2-4190-bab2-4fba49d8ed5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6376 | 2024.09.01 21:03:19.966572 [ 3 ] {} <Trace> HTTP-Session: c78bb2c8-07a2-4190-bab2-4fba49d8ed5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6377 | 2024.09.01 21:03:19.966778 [ 3 ] {3d340a58-de69-4b51-8e25-b4bf53a5a2e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6378 | 2024.09.01 21:03:19.966828 [ 3 ] {3d340a58-de69-4b51-8e25-b4bf53a5a2e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6379 | 2024.09.01 21:03:19.967085 [ 3 ] {3d340a58-de69-4b51-8e25-b4bf53a5a2e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6380 | 2024.09.01 21:03:19.967540 [ 3 ] {3d340a58-de69-4b51-8e25-b4bf53a5a2e6} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6381 | 2024.09.01 21:03:19.967577 [ 3 ] {3d340a58-de69-4b51-8e25-b4bf53a5a2e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6382 | 2024.09.01 21:03:19.967948 [ 3 ] {3d340a58-de69-4b51-8e25-b4bf53a5a2e6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6383 | 2024.09.01 21:03:19.968314 [ 3 ] {3d340a58-de69-4b51-8e25-b4bf53a5a2e6} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6384 | 2024.09.01 21:03:19.968446 [ 3 ] {3d340a58-de69-4b51-8e25-b4bf53a5a2e6} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001768 sec., 136877.82805429865 rows/sec., 9.27 MiB/sec. | ||
6385 | 2024.09.01 21:03:19.968614 [ 3 ] {3d340a58-de69-4b51-8e25-b4bf53a5a2e6} <Debug> DynamicQueryHandler: Done processing query | ||
6386 | 2024.09.01 21:03:19.968638 [ 3 ] {3d340a58-de69-4b51-8e25-b4bf53a5a2e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6387 | 2024.09.01 21:03:19.968654 [ 3 ] {} <Debug> HTTP-Session: c78bb2c8-07a2-4190-bab2-4fba49d8ed5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6388 | 2024.09.01 21:03:19.968782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6389 | 2024.09.01 21:03:19.968831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6390 | 2024.09.01 21:03:19.968850 [ 3 ] {} <Debug> HTTP-Session: c4dfd0ad-db3c-4e17-851e-a3b10515c070 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6391 | 2024.09.01 21:03:19.968869 [ 3 ] {} <Debug> HTTP-Session: c4dfd0ad-db3c-4e17-851e-a3b10515c070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6392 | 2024.09.01 21:03:19.968883 [ 3 ] {} <Debug> HTTP-Session: c4dfd0ad-db3c-4e17-851e-a3b10515c070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6393 | 2024.09.01 21:03:19.968916 [ 3 ] {} <Trace> HTTP-Session: c4dfd0ad-db3c-4e17-851e-a3b10515c070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6394 | 2024.09.01 21:03:19.969015 [ 3 ] {3da2ef2a-7994-46c1-ab5e-411935e1846b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6395 | 2024.09.01 21:03:19.969060 [ 3 ] {3da2ef2a-7994-46c1-ab5e-411935e1846b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6396 | 2024.09.01 21:03:19.969289 [ 3 ] {3da2ef2a-7994-46c1-ab5e-411935e1846b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6397 | 2024.09.01 21:03:19.969597 [ 3 ] {3da2ef2a-7994-46c1-ab5e-411935e1846b} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6398 | 2024.09.01 21:03:19.969632 [ 3 ] {3da2ef2a-7994-46c1-ab5e-411935e1846b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6399 | 2024.09.01 21:03:19.969974 [ 3 ] {3da2ef2a-7994-46c1-ab5e-411935e1846b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6400 | 2024.09.01 21:03:19.970318 [ 3 ] {3da2ef2a-7994-46c1-ab5e-411935e1846b} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6401 | 2024.09.01 21:03:19.970437 [ 104 ] {} <Debug> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
6402 | 2024.09.01 21:03:19.970447 [ 3 ] {3da2ef2a-7994-46c1-ab5e-411935e1846b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 243.30 KiB/sec. | ||
6403 | 2024.09.01 21:03:19.970489 [ 104 ] {} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6404 | 2024.09.01 21:03:19.970531 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6405 | 2024.09.01 21:03:19.970672 [ 3 ] {3da2ef2a-7994-46c1-ab5e-411935e1846b} <Debug> DynamicQueryHandler: Done processing query | ||
6406 | 2024.09.01 21:03:19.970736 [ 3 ] {3da2ef2a-7994-46c1-ab5e-411935e1846b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6407 | 2024.09.01 21:03:19.970769 [ 3 ] {} <Debug> HTTP-Session: c4dfd0ad-db3c-4e17-851e-a3b10515c070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6408 | 2024.09.01 21:03:19.970805 [ 194 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
6409 | 2024.09.01 21:03:19.971088 [ 194 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6410 | 2024.09.01 21:03:19.971105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 141659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6411 | 2024.09.01 21:03:19.971169 [ 194 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
6412 | 2024.09.01 21:03:19.971198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6413 | 2024.09.01 21:03:19.971231 [ 3 ] {} <Debug> HTTP-Session: 9448fbd8-01c9-4dcc-a94c-7a0344ba5744 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6414 | 2024.09.01 21:03:19.971248 [ 3 ] {} <Debug> HTTP-Session: 9448fbd8-01c9-4dcc-a94c-7a0344ba5744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6415 | 2024.09.01 21:03:19.971280 [ 3 ] {} <Debug> HTTP-Session: 9448fbd8-01c9-4dcc-a94c-7a0344ba5744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6416 | 2024.09.01 21:03:19.971399 [ 3 ] {} <Trace> HTTP-Session: 9448fbd8-01c9-4dcc-a94c-7a0344ba5744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6417 | 2024.09.01 21:03:19.971534 [ 194 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
6418 | 2024.09.01 21:03:19.971859 [ 194 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
6419 | 2024.09.01 21:03:19.971908 [ 3 ] {9b702afd-4cf7-4ff6-9098-ed93fb130915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6420 | 2024.09.01 21:03:19.972012 [ 3 ] {9b702afd-4cf7-4ff6-9098-ed93fb130915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6421 | 2024.09.01 21:03:19.972251 [ 194 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
6422 | 2024.09.01 21:03:19.972574 [ 194 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
6423 | 2024.09.01 21:03:19.973348 [ 3 ] {9b702afd-4cf7-4ff6-9098-ed93fb130915} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6424 | 2024.09.01 21:03:19.974859 [ 3 ] {9b702afd-4cf7-4ff6-9098-ed93fb130915} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6425 | 2024.09.01 21:03:19.974960 [ 3 ] {9b702afd-4cf7-4ff6-9098-ed93fb130915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6426 | 2024.09.01 21:03:19.975080 [ 196 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00445082 sec., 6740.3309951874035 rows/sec., 427.85 KiB/sec. | ||
6427 | 2024.09.01 21:03:19.975335 [ 195 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
6428 | 2024.09.01 21:03:19.975700 [ 3 ] {9b702afd-4cf7-4ff6-9098-ed93fb130915} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6429 | 2024.09.01 21:03:19.976595 [ 195 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_13_3} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6430 | 2024.09.01 21:03:19.976682 [ 3 ] {9b702afd-4cf7-4ff6-9098-ed93fb130915} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6431 | 2024.09.01 21:03:19.976803 [ 195 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_13_3} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
6432 | 2024.09.01 21:03:19.977014 [ 3 ] {9b702afd-4cf7-4ff6-9098-ed93fb130915} <Debug> executeQuery: Read 867 rows, 64.29 KiB in 0.005339 sec., 162389.96066679154 rows/sec., 11.76 MiB/sec. | ||
6433 | 2024.09.01 21:03:19.977062 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6434 | 2024.09.01 21:03:19.977507 [ 3 ] {9b702afd-4cf7-4ff6-9098-ed93fb130915} <Debug> DynamicQueryHandler: Done processing query | ||
6435 | 2024.09.01 21:03:19.977536 [ 3 ] {9b702afd-4cf7-4ff6-9098-ed93fb130915} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
6436 | 2024.09.01 21:03:19.977552 [ 3 ] {} <Debug> HTTP-Session: 9448fbd8-01c9-4dcc-a94c-7a0344ba5744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6437 | 2024.09.01 21:03:19.977708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6438 | 2024.09.01 21:03:19.977759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6439 | 2024.09.01 21:03:19.977780 [ 3 ] {} <Debug> HTTP-Session: 3bc8a72e-a621-4a4c-aad6-7ee63499748d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6440 | 2024.09.01 21:03:19.977797 [ 3 ] {} <Debug> HTTP-Session: 3bc8a72e-a621-4a4c-aad6-7ee63499748d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6441 | 2024.09.01 21:03:19.977811 [ 3 ] {} <Debug> HTTP-Session: 3bc8a72e-a621-4a4c-aad6-7ee63499748d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6442 | 2024.09.01 21:03:19.977844 [ 3 ] {} <Trace> HTTP-Session: 3bc8a72e-a621-4a4c-aad6-7ee63499748d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6443 | 2024.09.01 21:03:19.977959 [ 3 ] {1be18e40-44ed-4ded-a726-144021022585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6444 | 2024.09.01 21:03:19.978010 [ 3 ] {1be18e40-44ed-4ded-a726-144021022585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6445 | 2024.09.01 21:03:19.978171 [ 3 ] {1be18e40-44ed-4ded-a726-144021022585} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6446 | 2024.09.01 21:03:19.978500 [ 3 ] {1be18e40-44ed-4ded-a726-144021022585} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6447 | 2024.09.01 21:03:19.978536 [ 3 ] {1be18e40-44ed-4ded-a726-144021022585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6448 | 2024.09.01 21:03:19.978903 [ 3 ] {1be18e40-44ed-4ded-a726-144021022585} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6449 | 2024.09.01 21:03:19.979235 [ 3 ] {1be18e40-44ed-4ded-a726-144021022585} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6450 | 2024.09.01 21:03:19.979366 [ 3 ] {1be18e40-44ed-4ded-a726-144021022585} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. | ||
6451 | 2024.09.01 21:03:19.979535 [ 3 ] {1be18e40-44ed-4ded-a726-144021022585} <Debug> DynamicQueryHandler: Done processing query | ||
6452 | 2024.09.01 21:03:19.979560 [ 3 ] {1be18e40-44ed-4ded-a726-144021022585} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6453 | 2024.09.01 21:03:19.979576 [ 3 ] {} <Debug> HTTP-Session: 3bc8a72e-a621-4a4c-aad6-7ee63499748d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6454 | 2024.09.01 21:03:19.979841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 170599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6455 | 2024.09.01 21:03:19.979891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6456 | 2024.09.01 21:03:19.979910 [ 3 ] {} <Debug> HTTP-Session: d51f645a-ece7-46d9-af1d-bf29f1f2b307 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6457 | 2024.09.01 21:03:19.979927 [ 3 ] {} <Debug> HTTP-Session: d51f645a-ece7-46d9-af1d-bf29f1f2b307 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6458 | 2024.09.01 21:03:19.979941 [ 3 ] {} <Debug> HTTP-Session: d51f645a-ece7-46d9-af1d-bf29f1f2b307 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6459 | 2024.09.01 21:03:19.979971 [ 3 ] {} <Trace> HTTP-Session: d51f645a-ece7-46d9-af1d-bf29f1f2b307 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6460 | 2024.09.01 21:03:19.980438 [ 3 ] {0d5fc57c-bce5-49f3-b331-3d3e8a619cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6461 | 2024.09.01 21:03:19.980486 [ 3 ] {0d5fc57c-bce5-49f3-b331-3d3e8a619cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6462 | 2024.09.01 21:03:19.980662 [ 3 ] {0d5fc57c-bce5-49f3-b331-3d3e8a619cf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6463 | 2024.09.01 21:03:19.981535 [ 3 ] {0d5fc57c-bce5-49f3-b331-3d3e8a619cf7} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6464 | 2024.09.01 21:03:19.981573 [ 3 ] {0d5fc57c-bce5-49f3-b331-3d3e8a619cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6465 | 2024.09.01 21:03:19.982024 [ 3 ] {0d5fc57c-bce5-49f3-b331-3d3e8a619cf7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6466 | 2024.09.01 21:03:19.982377 [ 3 ] {0d5fc57c-bce5-49f3-b331-3d3e8a619cf7} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6467 | 2024.09.01 21:03:19.982504 [ 3 ] {0d5fc57c-bce5-49f3-b331-3d3e8a619cf7} <Debug> executeQuery: Read 902 rows, 61.62 KiB in 0.002368 sec., 380912.1621621622 rows/sec., 25.41 MiB/sec. | ||
6468 | 2024.09.01 21:03:19.982755 [ 3 ] {0d5fc57c-bce5-49f3-b331-3d3e8a619cf7} <Debug> DynamicQueryHandler: Done processing query | ||
6469 | 2024.09.01 21:03:19.982798 [ 3 ] {0d5fc57c-bce5-49f3-b331-3d3e8a619cf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
6470 | 2024.09.01 21:03:19.982816 [ 3 ] {} <Debug> HTTP-Session: d51f645a-ece7-46d9-af1d-bf29f1f2b307 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6471 | 2024.09.01 21:03:19.983006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6472 | 2024.09.01 21:03:19.983056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6473 | 2024.09.01 21:03:19.983075 [ 3 ] {} <Debug> HTTP-Session: 9319d461-0908-4225-93c7-5a4036800beb Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6474 | 2024.09.01 21:03:19.983092 [ 3 ] {} <Debug> HTTP-Session: 9319d461-0908-4225-93c7-5a4036800beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6475 | 2024.09.01 21:03:19.983105 [ 3 ] {} <Debug> HTTP-Session: 9319d461-0908-4225-93c7-5a4036800beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6476 | 2024.09.01 21:03:19.983136 [ 3 ] {} <Trace> HTTP-Session: 9319d461-0908-4225-93c7-5a4036800beb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6477 | 2024.09.01 21:03:19.983234 [ 3 ] {da4f4df1-7af8-43e1-9d8a-8a914347a31f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6478 | 2024.09.01 21:03:19.983280 [ 3 ] {da4f4df1-7af8-43e1-9d8a-8a914347a31f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6479 | 2024.09.01 21:03:19.983428 [ 3 ] {da4f4df1-7af8-43e1-9d8a-8a914347a31f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6480 | 2024.09.01 21:03:19.983710 [ 3 ] {da4f4df1-7af8-43e1-9d8a-8a914347a31f} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6481 | 2024.09.01 21:03:19.983745 [ 3 ] {da4f4df1-7af8-43e1-9d8a-8a914347a31f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6482 | 2024.09.01 21:03:19.984094 [ 3 ] {da4f4df1-7af8-43e1-9d8a-8a914347a31f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6483 | 2024.09.01 21:03:19.984417 [ 3 ] {da4f4df1-7af8-43e1-9d8a-8a914347a31f} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6484 | 2024.09.01 21:03:19.984542 [ 3 ] {da4f4df1-7af8-43e1-9d8a-8a914347a31f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001332 sec., 750.7507507507507 rows/sec., 50.59 KiB/sec. | ||
6485 | 2024.09.01 21:03:19.984703 [ 3 ] {da4f4df1-7af8-43e1-9d8a-8a914347a31f} <Debug> DynamicQueryHandler: Done processing query | ||
6486 | 2024.09.01 21:03:19.984727 [ 3 ] {da4f4df1-7af8-43e1-9d8a-8a914347a31f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6487 | 2024.09.01 21:03:19.984743 [ 3 ] {} <Debug> HTTP-Session: 9319d461-0908-4225-93c7-5a4036800beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6488 | 2024.09.01 21:03:19.984895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6489 | 2024.09.01 21:03:19.984943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6490 | 2024.09.01 21:03:19.984962 [ 3 ] {} <Debug> HTTP-Session: d5d712e3-b773-4235-80b3-1945c33c5b43 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6491 | 2024.09.01 21:03:19.984979 [ 3 ] {} <Debug> HTTP-Session: d5d712e3-b773-4235-80b3-1945c33c5b43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6492 | 2024.09.01 21:03:19.984993 [ 3 ] {} <Debug> HTTP-Session: d5d712e3-b773-4235-80b3-1945c33c5b43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6493 | 2024.09.01 21:03:19.985022 [ 3 ] {} <Trace> HTTP-Session: d5d712e3-b773-4235-80b3-1945c33c5b43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6494 | 2024.09.01 21:03:19.985490 [ 3 ] {317c0ade-89f9-4611-afd6-3ba485f7c657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6495 | 2024.09.01 21:03:19.985555 [ 3 ] {317c0ade-89f9-4611-afd6-3ba485f7c657} <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 | ||
6496 | 2024.09.01 21:03:19.985977 [ 3 ] {317c0ade-89f9-4611-afd6-3ba485f7c657} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6497 | 2024.09.01 21:03:19.986673 [ 3 ] {317c0ade-89f9-4611-afd6-3ba485f7c657} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6498 | 2024.09.01 21:03:19.986708 [ 3 ] {317c0ade-89f9-4611-afd6-3ba485f7c657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6499 | 2024.09.01 21:03:19.987341 [ 3 ] {317c0ade-89f9-4611-afd6-3ba485f7c657} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6500 | 2024.09.01 21:03:19.987758 [ 3 ] {317c0ade-89f9-4611-afd6-3ba485f7c657} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6501 | 2024.09.01 21:03:19.987904 [ 3 ] {317c0ade-89f9-4611-afd6-3ba485f7c657} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002796 sec., 12517.88268955651 rows/sec., 22.43 MiB/sec. | ||
6502 | 2024.09.01 21:03:19.988094 [ 3 ] {317c0ade-89f9-4611-afd6-3ba485f7c657} <Debug> DynamicQueryHandler: Done processing query | ||
6503 | 2024.09.01 21:03:19.988118 [ 3 ] {317c0ade-89f9-4611-afd6-3ba485f7c657} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6504 | 2024.09.01 21:03:19.988134 [ 3 ] {} <Debug> HTTP-Session: d5d712e3-b773-4235-80b3-1945c33c5b43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6505 | 2024.09.01 21:03:19.988267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 10080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6506 | 2024.09.01 21:03:19.988315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6507 | 2024.09.01 21:03:19.988335 [ 3 ] {} <Debug> HTTP-Session: 509eb67a-5028-41ae-a6ae-d31dfb8d9995 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6508 | 2024.09.01 21:03:19.988351 [ 3 ] {} <Debug> HTTP-Session: 509eb67a-5028-41ae-a6ae-d31dfb8d9995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6509 | 2024.09.01 21:03:19.988365 [ 3 ] {} <Debug> HTTP-Session: 509eb67a-5028-41ae-a6ae-d31dfb8d9995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6510 | 2024.09.01 21:03:19.988395 [ 3 ] {} <Trace> HTTP-Session: 509eb67a-5028-41ae-a6ae-d31dfb8d9995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6511 | 2024.09.01 21:03:19.988507 [ 3 ] {42144c72-e4b0-4692-9a74-1f21d2842a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6512 | 2024.09.01 21:03:19.988551 [ 3 ] {42144c72-e4b0-4692-9a74-1f21d2842a7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6513 | 2024.09.01 21:03:19.988677 [ 3 ] {42144c72-e4b0-4692-9a74-1f21d2842a7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6514 | 2024.09.01 21:03:19.988976 [ 3 ] {42144c72-e4b0-4692-9a74-1f21d2842a7f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6515 | 2024.09.01 21:03:19.989012 [ 3 ] {42144c72-e4b0-4692-9a74-1f21d2842a7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6516 | 2024.09.01 21:03:19.989367 [ 3 ] {42144c72-e4b0-4692-9a74-1f21d2842a7f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6517 | 2024.09.01 21:03:19.989689 [ 3 ] {42144c72-e4b0-4692-9a74-1f21d2842a7f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6518 | 2024.09.01 21:03:19.989815 [ 3 ] {42144c72-e4b0-4692-9a74-1f21d2842a7f} <Debug> executeQuery: Read 68 rows, 4.42 KiB in 0.001348 sec., 50445.10385756676 rows/sec., 3.20 MiB/sec. | ||
6519 | 2024.09.01 21:03:19.989976 [ 3 ] {42144c72-e4b0-4692-9a74-1f21d2842a7f} <Debug> DynamicQueryHandler: Done processing query | ||
6520 | 2024.09.01 21:03:19.990004 [ 3 ] {42144c72-e4b0-4692-9a74-1f21d2842a7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6521 | 2024.09.01 21:03:19.990020 [ 3 ] {} <Debug> HTTP-Session: 509eb67a-5028-41ae-a6ae-d31dfb8d9995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6522 | 2024.09.01 21:03:20.849890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6523 | 2024.09.01 21:03:20.850009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6524 | 2024.09.01 21:03:20.850038 [ 3 ] {} <Debug> HTTP-Session: ea179fd0-e164-40eb-9b0d-1013ced46751 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6525 | 2024.09.01 21:03:20.850066 [ 3 ] {} <Debug> HTTP-Session: ea179fd0-e164-40eb-9b0d-1013ced46751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6526 | 2024.09.01 21:03:20.850084 [ 3 ] {} <Debug> HTTP-Session: ea179fd0-e164-40eb-9b0d-1013ced46751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6527 | 2024.09.01 21:03:20.850137 [ 3 ] {} <Trace> HTTP-Session: ea179fd0-e164-40eb-9b0d-1013ced46751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6528 | 2024.09.01 21:03:20.850328 [ 3 ] {5ff2e400-66bd-405c-a1b6-18a01d6005ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6529 | 2024.09.01 21:03:20.850401 [ 3 ] {5ff2e400-66bd-405c-a1b6-18a01d6005ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6530 | 2024.09.01 21:03:20.850723 [ 3 ] {5ff2e400-66bd-405c-a1b6-18a01d6005ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6531 | 2024.09.01 21:03:20.851136 [ 3 ] {5ff2e400-66bd-405c-a1b6-18a01d6005ef} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6532 | 2024.09.01 21:03:20.851176 [ 3 ] {5ff2e400-66bd-405c-a1b6-18a01d6005ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6533 | 2024.09.01 21:03:20.851577 [ 3 ] {5ff2e400-66bd-405c-a1b6-18a01d6005ef} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6534 | 2024.09.01 21:03:20.851944 [ 3 ] {5ff2e400-66bd-405c-a1b6-18a01d6005ef} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6535 | 2024.09.01 21:03:20.852097 [ 3 ] {5ff2e400-66bd-405c-a1b6-18a01d6005ef} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001834 sec., 14176.663031624865 rows/sec., 1.10 MiB/sec. | ||
6536 | 2024.09.01 21:03:20.852392 [ 3 ] {5ff2e400-66bd-405c-a1b6-18a01d6005ef} <Debug> DynamicQueryHandler: Done processing query | ||
6537 | 2024.09.01 21:03:20.852454 [ 3 ] {5ff2e400-66bd-405c-a1b6-18a01d6005ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6538 | 2024.09.01 21:03:20.852495 [ 3 ] {} <Debug> HTTP-Session: ea179fd0-e164-40eb-9b0d-1013ced46751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6539 | 2024.09.01 21:03:20.852659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6540 | 2024.09.01 21:03:20.852710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6541 | 2024.09.01 21:03:20.852728 [ 3 ] {} <Debug> HTTP-Session: 9d5148a3-674e-4bf0-8c4a-54c5404793f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6542 | 2024.09.01 21:03:20.852745 [ 3 ] {} <Debug> HTTP-Session: 9d5148a3-674e-4bf0-8c4a-54c5404793f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6543 | 2024.09.01 21:03:20.852759 [ 3 ] {} <Debug> HTTP-Session: 9d5148a3-674e-4bf0-8c4a-54c5404793f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6544 | 2024.09.01 21:03:20.852791 [ 3 ] {} <Trace> HTTP-Session: 9d5148a3-674e-4bf0-8c4a-54c5404793f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6545 | 2024.09.01 21:03:20.852900 [ 3 ] {fc061233-e857-487b-ae8a-49e69099a58b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6546 | 2024.09.01 21:03:20.852945 [ 3 ] {fc061233-e857-487b-ae8a-49e69099a58b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6547 | 2024.09.01 21:03:20.853192 [ 3 ] {fc061233-e857-487b-ae8a-49e69099a58b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6548 | 2024.09.01 21:03:20.853543 [ 3 ] {fc061233-e857-487b-ae8a-49e69099a58b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6549 | 2024.09.01 21:03:20.853580 [ 3 ] {fc061233-e857-487b-ae8a-49e69099a58b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6550 | 2024.09.01 21:03:20.853917 [ 3 ] {fc061233-e857-487b-ae8a-49e69099a58b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6551 | 2024.09.01 21:03:20.854276 [ 3 ] {fc061233-e857-487b-ae8a-49e69099a58b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6552 | 2024.09.01 21:03:20.854435 [ 3 ] {fc061233-e857-487b-ae8a-49e69099a58b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001559 sec., 17960.23091725465 rows/sec., 1.40 MiB/sec. | ||
6553 | 2024.09.01 21:03:20.854602 [ 3 ] {fc061233-e857-487b-ae8a-49e69099a58b} <Debug> DynamicQueryHandler: Done processing query | ||
6554 | 2024.09.01 21:03:20.854626 [ 3 ] {fc061233-e857-487b-ae8a-49e69099a58b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6555 | 2024.09.01 21:03:20.854642 [ 3 ] {} <Debug> HTTP-Session: 9d5148a3-674e-4bf0-8c4a-54c5404793f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6556 | 2024.09.01 21:03:20.854823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6557 | 2024.09.01 21:03:20.854872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6558 | 2024.09.01 21:03:20.854890 [ 3 ] {} <Debug> HTTP-Session: ecae76c9-a533-4fb9-bc82-8ab7d41b9644 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6559 | 2024.09.01 21:03:20.854907 [ 3 ] {} <Debug> HTTP-Session: ecae76c9-a533-4fb9-bc82-8ab7d41b9644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6560 | 2024.09.01 21:03:20.854920 [ 3 ] {} <Debug> HTTP-Session: ecae76c9-a533-4fb9-bc82-8ab7d41b9644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6561 | 2024.09.01 21:03:20.854952 [ 3 ] {} <Trace> HTTP-Session: ecae76c9-a533-4fb9-bc82-8ab7d41b9644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6562 | 2024.09.01 21:03:20.855051 [ 3 ] {f5359ef5-6f66-4912-ad65-bcd4d6ffdda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6563 | 2024.09.01 21:03:20.855098 [ 3 ] {f5359ef5-6f66-4912-ad65-bcd4d6ffdda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6564 | 2024.09.01 21:03:20.855242 [ 3 ] {f5359ef5-6f66-4912-ad65-bcd4d6ffdda0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6565 | 2024.09.01 21:03:20.855505 [ 3 ] {f5359ef5-6f66-4912-ad65-bcd4d6ffdda0} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6566 | 2024.09.01 21:03:20.855541 [ 3 ] {f5359ef5-6f66-4912-ad65-bcd4d6ffdda0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6567 | 2024.09.01 21:03:20.855900 [ 3 ] {f5359ef5-6f66-4912-ad65-bcd4d6ffdda0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6568 | 2024.09.01 21:03:20.856231 [ 3 ] {f5359ef5-6f66-4912-ad65-bcd4d6ffdda0} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6569 | 2024.09.01 21:03:20.856385 [ 3 ] {f5359ef5-6f66-4912-ad65-bcd4d6ffdda0} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.001355 sec., 7380.073800738007 rows/sec., 523.96 KiB/sec. | ||
6570 | 2024.09.01 21:03:20.856541 [ 3 ] {f5359ef5-6f66-4912-ad65-bcd4d6ffdda0} <Debug> DynamicQueryHandler: Done processing query | ||
6571 | 2024.09.01 21:03:20.856564 [ 3 ] {f5359ef5-6f66-4912-ad65-bcd4d6ffdda0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6572 | 2024.09.01 21:03:20.856581 [ 3 ] {} <Debug> HTTP-Session: ecae76c9-a533-4fb9-bc82-8ab7d41b9644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6573 | 2024.09.01 21:03:20.856812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6574 | 2024.09.01 21:03:20.856879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6575 | 2024.09.01 21:03:20.856909 [ 3 ] {} <Debug> HTTP-Session: b996a22d-5851-4f1c-ac16-a21b5e04e90f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6576 | 2024.09.01 21:03:20.856934 [ 3 ] {} <Debug> HTTP-Session: b996a22d-5851-4f1c-ac16-a21b5e04e90f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6577 | 2024.09.01 21:03:20.856956 [ 3 ] {} <Debug> HTTP-Session: b996a22d-5851-4f1c-ac16-a21b5e04e90f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6578 | 2024.09.01 21:03:20.856999 [ 3 ] {} <Trace> HTTP-Session: b996a22d-5851-4f1c-ac16-a21b5e04e90f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6579 | 2024.09.01 21:03:20.857127 [ 3 ] {5e955607-f108-49e0-88c3-65c1a716b8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6580 | 2024.09.01 21:03:20.857189 [ 3 ] {5e955607-f108-49e0-88c3-65c1a716b8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6581 | 2024.09.01 21:03:20.857381 [ 3 ] {5e955607-f108-49e0-88c3-65c1a716b8cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6582 | 2024.09.01 21:03:20.857707 [ 3 ] {5e955607-f108-49e0-88c3-65c1a716b8cf} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6583 | 2024.09.01 21:03:20.857754 [ 3 ] {5e955607-f108-49e0-88c3-65c1a716b8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6584 | 2024.09.01 21:03:20.858245 [ 3 ] {5e955607-f108-49e0-88c3-65c1a716b8cf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6585 | 2024.09.01 21:03:20.858707 [ 3 ] {5e955607-f108-49e0-88c3-65c1a716b8cf} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6586 | 2024.09.01 21:03:20.858868 [ 3 ] {5e955607-f108-49e0-88c3-65c1a716b8cf} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001766 sec., 2265.0056625141565 rows/sec., 159.26 KiB/sec. | ||
6587 | 2024.09.01 21:03:20.859040 [ 3 ] {5e955607-f108-49e0-88c3-65c1a716b8cf} <Debug> DynamicQueryHandler: Done processing query | ||
6588 | 2024.09.01 21:03:20.859064 [ 3 ] {5e955607-f108-49e0-88c3-65c1a716b8cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6589 | 2024.09.01 21:03:20.859080 [ 3 ] {} <Debug> HTTP-Session: b996a22d-5851-4f1c-ac16-a21b5e04e90f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6590 | 2024.09.01 21:03:24.017814 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6591 | 2024.09.01 21:03:24.017877 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6592 | 2024.09.01 21:03:25.856790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6593 | 2024.09.01 21:03:25.856913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6594 | 2024.09.01 21:03:25.856938 [ 3 ] {} <Debug> HTTP-Session: 1f3130d9-c727-4afd-a289-99497f71ff57 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6595 | 2024.09.01 21:03:25.856962 [ 3 ] {} <Debug> HTTP-Session: 1f3130d9-c727-4afd-a289-99497f71ff57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6596 | 2024.09.01 21:03:25.856977 [ 3 ] {} <Debug> HTTP-Session: 1f3130d9-c727-4afd-a289-99497f71ff57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6597 | 2024.09.01 21:03:25.857024 [ 3 ] {} <Trace> HTTP-Session: 1f3130d9-c727-4afd-a289-99497f71ff57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6598 | 2024.09.01 21:03:25.857217 [ 3 ] {007c09f7-c1f4-4556-92aa-515872a73615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6599 | 2024.09.01 21:03:25.857285 [ 3 ] {007c09f7-c1f4-4556-92aa-515872a73615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6600 | 2024.09.01 21:03:25.857613 [ 3 ] {007c09f7-c1f4-4556-92aa-515872a73615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6601 | 2024.09.01 21:03:25.858079 [ 3 ] {007c09f7-c1f4-4556-92aa-515872a73615} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6602 | 2024.09.01 21:03:25.858125 [ 3 ] {007c09f7-c1f4-4556-92aa-515872a73615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6603 | 2024.09.01 21:03:25.858554 [ 3 ] {007c09f7-c1f4-4556-92aa-515872a73615} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6604 | 2024.09.01 21:03:25.858928 [ 3 ] {007c09f7-c1f4-4556-92aa-515872a73615} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6605 | 2024.09.01 21:03:25.859115 [ 3 ] {007c09f7-c1f4-4556-92aa-515872a73615} <Debug> executeQuery: Read 56 rows, 4.42 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.21 MiB/sec. | ||
6606 | 2024.09.01 21:03:25.859367 [ 3 ] {007c09f7-c1f4-4556-92aa-515872a73615} <Debug> DynamicQueryHandler: Done processing query | ||
6607 | 2024.09.01 21:03:25.859395 [ 3 ] {007c09f7-c1f4-4556-92aa-515872a73615} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6608 | 2024.09.01 21:03:25.859412 [ 3 ] {} <Debug> HTTP-Session: 1f3130d9-c727-4afd-a289-99497f71ff57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6609 | 2024.09.01 21:03:25.859539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6610 | 2024.09.01 21:03:25.859592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6611 | 2024.09.01 21:03:25.859612 [ 3 ] {} <Debug> HTTP-Session: 804d81a5-b03d-4f07-af80-0a6f87d4f8dd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6612 | 2024.09.01 21:03:25.859631 [ 3 ] {} <Debug> HTTP-Session: 804d81a5-b03d-4f07-af80-0a6f87d4f8dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6613 | 2024.09.01 21:03:25.859645 [ 3 ] {} <Debug> HTTP-Session: 804d81a5-b03d-4f07-af80-0a6f87d4f8dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6614 | 2024.09.01 21:03:25.859679 [ 3 ] {} <Trace> HTTP-Session: 804d81a5-b03d-4f07-af80-0a6f87d4f8dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6615 | 2024.09.01 21:03:25.859783 [ 3 ] {586af35b-3c5e-49c0-8f79-a3315771cfa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6616 | 2024.09.01 21:03:25.859829 [ 3 ] {586af35b-3c5e-49c0-8f79-a3315771cfa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6617 | 2024.09.01 21:03:25.860063 [ 3 ] {586af35b-3c5e-49c0-8f79-a3315771cfa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6618 | 2024.09.01 21:03:25.860363 [ 3 ] {586af35b-3c5e-49c0-8f79-a3315771cfa0} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6619 | 2024.09.01 21:03:25.860426 [ 3 ] {586af35b-3c5e-49c0-8f79-a3315771cfa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6620 | 2024.09.01 21:03:25.860768 [ 3 ] {586af35b-3c5e-49c0-8f79-a3315771cfa0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6621 | 2024.09.01 21:03:25.861128 [ 3 ] {586af35b-3c5e-49c0-8f79-a3315771cfa0} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6622 | 2024.09.01 21:03:25.861290 [ 3 ] {586af35b-3c5e-49c0-8f79-a3315771cfa0} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001528 sec., 1308.9005235602094 rows/sec., 98.42 KiB/sec. | ||
6623 | 2024.09.01 21:03:25.861291 [ 98 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6624 | 2024.09.01 21:03:25.861415 [ 98 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6625 | 2024.09.01 21:03:25.861454 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6626 | 2024.09.01 21:03:25.861536 [ 3 ] {586af35b-3c5e-49c0-8f79-a3315771cfa0} <Debug> DynamicQueryHandler: Done processing query | ||
6627 | 2024.09.01 21:03:25.861574 [ 3 ] {586af35b-3c5e-49c0-8f79-a3315771cfa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6628 | 2024.09.01 21:03:25.861594 [ 3 ] {} <Debug> HTTP-Session: 804d81a5-b03d-4f07-af80-0a6f87d4f8dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6629 | 2024.09.01 21:03:25.861602 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
6630 | 2024.09.01 21:03:25.861765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6631 | 2024.09.01 21:03:25.861766 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6632 | 2024.09.01 21:03:25.861825 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 51 rows starting from the beginning of the part | ||
6633 | 2024.09.01 21:03:25.861827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6634 | 2024.09.01 21:03:25.861865 [ 3 ] {} <Debug> HTTP-Session: d842a17f-0872-4a39-984f-e8a356964a8f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6635 | 2024.09.01 21:03:25.861890 [ 3 ] {} <Debug> HTTP-Session: d842a17f-0872-4a39-984f-e8a356964a8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6636 | 2024.09.01 21:03:25.861921 [ 3 ] {} <Debug> HTTP-Session: d842a17f-0872-4a39-984f-e8a356964a8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6637 | 2024.09.01 21:03:25.861957 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
6638 | 2024.09.01 21:03:25.862002 [ 3 ] {} <Trace> HTTP-Session: d842a17f-0872-4a39-984f-e8a356964a8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6639 | 2024.09.01 21:03:25.862228 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 37 rows starting from the beginning of the part | ||
6640 | 2024.09.01 21:03:25.862343 [ 3 ] {203ab7c7-9aa2-4cd9-82cd-e32fc1319066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6641 | 2024.09.01 21:03:25.862525 [ 3 ] {203ab7c7-9aa2-4cd9-82cd-e32fc1319066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6642 | 2024.09.01 21:03:25.862651 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
6643 | 2024.09.01 21:03:25.863098 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 37 rows starting from the beginning of the part | ||
6644 | 2024.09.01 21:03:25.863359 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
6645 | 2024.09.01 21:03:25.864071 [ 3 ] {203ab7c7-9aa2-4cd9-82cd-e32fc1319066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6646 | 2024.09.01 21:03:25.864666 [ 3 ] {203ab7c7-9aa2-4cd9-82cd-e32fc1319066} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6647 | 2024.09.01 21:03:25.864713 [ 3 ] {203ab7c7-9aa2-4cd9-82cd-e32fc1319066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6648 | 2024.09.01 21:03:25.865296 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 5 columns (5 merged, 0 gathered) in 0.003757001 sec., 34868.23666003816 rows/sec., 2.67 MiB/sec. | ||
6649 | 2024.09.01 21:03:25.865318 [ 3 ] {203ab7c7-9aa2-4cd9-82cd-e32fc1319066} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6650 | 2024.09.01 21:03:25.865465 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6651 | 2024.09.01 21:03:25.865914 [ 3 ] {203ab7c7-9aa2-4cd9-82cd-e32fc1319066} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): 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.01 21:03:25.866237 [ 3 ] {203ab7c7-9aa2-4cd9-82cd-e32fc1319066} <Debug> executeQuery: Read 58 rows, 4.63 KiB in 0.004014 sec., 14449.427005480817 rows/sec., 1.13 MiB/sec. | ||
6653 | 2024.09.01 21:03:25.866704 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_26_5} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6654 | 2024.09.01 21:03:25.867290 [ 3 ] {203ab7c7-9aa2-4cd9-82cd-e32fc1319066} <Debug> DynamicQueryHandler: Done processing query | ||
6655 | 2024.09.01 21:03:25.867422 [ 3 ] {203ab7c7-9aa2-4cd9-82cd-e32fc1319066} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6656 | 2024.09.01 21:03:25.867433 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_26_5} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6657 | 2024.09.01 21:03:25.867552 [ 3 ] {} <Debug> HTTP-Session: d842a17f-0872-4a39-984f-e8a356964a8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6658 | 2024.09.01 21:03:25.867976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 28627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6659 | 2024.09.01 21:03:25.867983 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
6660 | 2024.09.01 21:03:25.868100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6661 | 2024.09.01 21:03:25.868122 [ 3 ] {} <Debug> HTTP-Session: 6a9db7df-52dd-4c60-81d9-de116209f238 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6662 | 2024.09.01 21:03:25.868139 [ 3 ] {} <Debug> HTTP-Session: 6a9db7df-52dd-4c60-81d9-de116209f238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6663 | 2024.09.01 21:03:25.868153 [ 3 ] {} <Debug> HTTP-Session: 6a9db7df-52dd-4c60-81d9-de116209f238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6664 | 2024.09.01 21:03:25.868184 [ 3 ] {} <Trace> HTTP-Session: 6a9db7df-52dd-4c60-81d9-de116209f238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6665 | 2024.09.01 21:03:25.868341 [ 3 ] {b9acfbe3-02bf-467d-968f-763af2c79470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6666 | 2024.09.01 21:03:25.868390 [ 3 ] {b9acfbe3-02bf-467d-968f-763af2c79470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6667 | 2024.09.01 21:03:25.868549 [ 3 ] {b9acfbe3-02bf-467d-968f-763af2c79470} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6668 | 2024.09.01 21:03:25.868931 [ 3 ] {b9acfbe3-02bf-467d-968f-763af2c79470} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6669 | 2024.09.01 21:03:25.868968 [ 3 ] {b9acfbe3-02bf-467d-968f-763af2c79470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6670 | 2024.09.01 21:03:25.869364 [ 3 ] {b9acfbe3-02bf-467d-968f-763af2c79470} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6671 | 2024.09.01 21:03:25.869700 [ 3 ] {b9acfbe3-02bf-467d-968f-763af2c79470} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6672 | 2024.09.01 21:03:25.869853 [ 3 ] {b9acfbe3-02bf-467d-968f-763af2c79470} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001581 sec., 94876.66034155598 rows/sec., 6.58 MiB/sec. | ||
6673 | 2024.09.01 21:03:25.870041 [ 3 ] {b9acfbe3-02bf-467d-968f-763af2c79470} <Debug> DynamicQueryHandler: Done processing query | ||
6674 | 2024.09.01 21:03:25.870066 [ 3 ] {b9acfbe3-02bf-467d-968f-763af2c79470} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6675 | 2024.09.01 21:03:25.870083 [ 3 ] {} <Debug> HTTP-Session: 6a9db7df-52dd-4c60-81d9-de116209f238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6676 | 2024.09.01 21:03:25.870211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6677 | 2024.09.01 21:03:25.870261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6678 | 2024.09.01 21:03:25.870280 [ 3 ] {} <Debug> HTTP-Session: f5eff946-37f8-4927-9455-dab68768dc9f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6679 | 2024.09.01 21:03:25.870297 [ 3 ] {} <Debug> HTTP-Session: f5eff946-37f8-4927-9455-dab68768dc9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6680 | 2024.09.01 21:03:25.870311 [ 3 ] {} <Debug> HTTP-Session: f5eff946-37f8-4927-9455-dab68768dc9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6681 | 2024.09.01 21:03:25.870344 [ 3 ] {} <Trace> HTTP-Session: f5eff946-37f8-4927-9455-dab68768dc9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6682 | 2024.09.01 21:03:25.870459 [ 3 ] {a6f8effe-b880-4c2f-b180-c6a74fd714f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6683 | 2024.09.01 21:03:25.870524 [ 3 ] {a6f8effe-b880-4c2f-b180-c6a74fd714f6} <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 | ||
6684 | 2024.09.01 21:03:25.870947 [ 3 ] {a6f8effe-b880-4c2f-b180-c6a74fd714f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6685 | 2024.09.01 21:03:25.871435 [ 3 ] {a6f8effe-b880-4c2f-b180-c6a74fd714f6} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6686 | 2024.09.01 21:03:25.871471 [ 3 ] {a6f8effe-b880-4c2f-b180-c6a74fd714f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6687 | 2024.09.01 21:03:25.872069 [ 3 ] {a6f8effe-b880-4c2f-b180-c6a74fd714f6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6688 | 2024.09.01 21:03:25.872495 [ 3 ] {a6f8effe-b880-4c2f-b180-c6a74fd714f6} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6689 | 2024.09.01 21:03:25.872695 [ 3 ] {a6f8effe-b880-4c2f-b180-c6a74fd714f6} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002275 sec., 879.1208791208791 rows/sec., 1.58 MiB/sec. | ||
6690 | 2024.09.01 21:03:25.872917 [ 3 ] {a6f8effe-b880-4c2f-b180-c6a74fd714f6} <Debug> DynamicQueryHandler: Done processing query | ||
6691 | 2024.09.01 21:03:25.872944 [ 3 ] {a6f8effe-b880-4c2f-b180-c6a74fd714f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6692 | 2024.09.01 21:03:25.872960 [ 3 ] {} <Debug> HTTP-Session: f5eff946-37f8-4927-9455-dab68768dc9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6693 | 2024.09.01 21:03:25.873089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6694 | 2024.09.01 21:03:25.873144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6695 | 2024.09.01 21:03:25.873163 [ 3 ] {} <Debug> HTTP-Session: aa294ec3-0ca1-46f6-a34e-bfa34e57d0f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6696 | 2024.09.01 21:03:25.873179 [ 3 ] {} <Debug> HTTP-Session: aa294ec3-0ca1-46f6-a34e-bfa34e57d0f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6697 | 2024.09.01 21:03:25.873193 [ 3 ] {} <Debug> HTTP-Session: aa294ec3-0ca1-46f6-a34e-bfa34e57d0f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6698 | 2024.09.01 21:03:25.873224 [ 3 ] {} <Trace> HTTP-Session: aa294ec3-0ca1-46f6-a34e-bfa34e57d0f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6699 | 2024.09.01 21:03:25.873331 [ 3 ] {c2467a2c-aa17-440f-9174-655eef36790d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6700 | 2024.09.01 21:03:25.873375 [ 3 ] {c2467a2c-aa17-440f-9174-655eef36790d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6701 | 2024.09.01 21:03:25.873502 [ 3 ] {c2467a2c-aa17-440f-9174-655eef36790d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6702 | 2024.09.01 21:03:25.873800 [ 3 ] {c2467a2c-aa17-440f-9174-655eef36790d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6703 | 2024.09.01 21:03:25.873836 [ 3 ] {c2467a2c-aa17-440f-9174-655eef36790d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6704 | 2024.09.01 21:03:25.874184 [ 3 ] {c2467a2c-aa17-440f-9174-655eef36790d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6705 | 2024.09.01 21:03:25.874516 [ 3 ] {c2467a2c-aa17-440f-9174-655eef36790d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6706 | 2024.09.01 21:03:25.874671 [ 3 ] {c2467a2c-aa17-440f-9174-655eef36790d} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.00137 sec., 36496.35036496351 rows/sec., 2.50 MiB/sec. | ||
6707 | 2024.09.01 21:03:25.874866 [ 3 ] {c2467a2c-aa17-440f-9174-655eef36790d} <Debug> DynamicQueryHandler: Done processing query | ||
6708 | 2024.09.01 21:03:25.874898 [ 3 ] {c2467a2c-aa17-440f-9174-655eef36790d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6709 | 2024.09.01 21:03:25.874918 [ 3 ] {} <Debug> HTTP-Session: aa294ec3-0ca1-46f6-a34e-bfa34e57d0f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6710 | 2024.09.01 21:03:30.545165 [ 94 ] {} <Debug> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
6711 | 2024.09.01 21:03:30.545258 [ 94 ] {} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6712 | 2024.09.01 21:03:30.545287 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6713 | 2024.09.01 21:03:30.545501 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
6714 | 2024.09.01 21:03:30.545736 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6715 | 2024.09.01 21:03:30.545774 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
6716 | 2024.09.01 21:03:30.545863 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
6717 | 2024.09.01 21:03:30.546058 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
6718 | 2024.09.01 21:03:30.546319 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
6719 | 2024.09.01 21:03:30.546597 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
6720 | 2024.09.01 21:03:30.547879 [ 200 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002507984 sec., 301038.6031170853 rows/sec., 20.43 MiB/sec. | ||
6721 | 2024.09.01 21:03:30.548110 [ 198 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
6722 | 2024.09.01 21:03:30.548684 [ 198 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_15_3} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6723 | 2024.09.01 21:03:30.548782 [ 198 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_15_3} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
6724 | 2024.09.01 21:03:30.548887 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
6725 | 2024.09.01 21:03:30.862633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 38671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6726 | 2024.09.01 21:03:30.862737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6727 | 2024.09.01 21:03:30.862762 [ 3 ] {} <Debug> HTTP-Session: d20add84-9d4e-4572-b70f-6f48a930e4d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6728 | 2024.09.01 21:03:30.862786 [ 3 ] {} <Debug> HTTP-Session: d20add84-9d4e-4572-b70f-6f48a930e4d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6729 | 2024.09.01 21:03:30.862801 [ 3 ] {} <Debug> HTTP-Session: d20add84-9d4e-4572-b70f-6f48a930e4d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6730 | 2024.09.01 21:03:30.862849 [ 3 ] {} <Trace> HTTP-Session: d20add84-9d4e-4572-b70f-6f48a930e4d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6731 | 2024.09.01 21:03:30.863100 [ 3 ] {166cc74c-aa02-47eb-be71-148713f08046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6732 | 2024.09.01 21:03:30.863165 [ 3 ] {166cc74c-aa02-47eb-be71-148713f08046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6733 | 2024.09.01 21:03:30.863490 [ 3 ] {166cc74c-aa02-47eb-be71-148713f08046} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6734 | 2024.09.01 21:03:30.864066 [ 3 ] {166cc74c-aa02-47eb-be71-148713f08046} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6735 | 2024.09.01 21:03:30.864106 [ 3 ] {166cc74c-aa02-47eb-be71-148713f08046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6736 | 2024.09.01 21:03:30.864524 [ 3 ] {166cc74c-aa02-47eb-be71-148713f08046} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6737 | 2024.09.01 21:03:30.864894 [ 3 ] {166cc74c-aa02-47eb-be71-148713f08046} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6738 | 2024.09.01 21:03:30.865059 [ 3 ] {166cc74c-aa02-47eb-be71-148713f08046} <Debug> executeQuery: Read 255 rows, 23.17 KiB in 0.002069 sec., 123247.94586756887 rows/sec., 10.94 MiB/sec. | ||
6739 | 2024.09.01 21:03:30.865263 [ 3 ] {166cc74c-aa02-47eb-be71-148713f08046} <Debug> DynamicQueryHandler: Done processing query | ||
6740 | 2024.09.01 21:03:30.865289 [ 3 ] {166cc74c-aa02-47eb-be71-148713f08046} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6741 | 2024.09.01 21:03:30.865305 [ 3 ] {} <Debug> HTTP-Session: d20add84-9d4e-4572-b70f-6f48a930e4d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6742 | 2024.09.01 21:03:30.865450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6743 | 2024.09.01 21:03:30.865502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6744 | 2024.09.01 21:03:30.865522 [ 3 ] {} <Debug> HTTP-Session: b7f2ef05-d33b-443c-9b02-e99568544fab Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6745 | 2024.09.01 21:03:30.865539 [ 3 ] {} <Debug> HTTP-Session: b7f2ef05-d33b-443c-9b02-e99568544fab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6746 | 2024.09.01 21:03:30.865552 [ 3 ] {} <Debug> HTTP-Session: b7f2ef05-d33b-443c-9b02-e99568544fab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6747 | 2024.09.01 21:03:30.865585 [ 3 ] {} <Trace> HTTP-Session: b7f2ef05-d33b-443c-9b02-e99568544fab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6748 | 2024.09.01 21:03:30.865690 [ 3 ] {66dfb682-ab94-4864-8b4b-31194f4edf8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6749 | 2024.09.01 21:03:30.865735 [ 3 ] {66dfb682-ab94-4864-8b4b-31194f4edf8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6750 | 2024.09.01 21:03:30.865965 [ 3 ] {66dfb682-ab94-4864-8b4b-31194f4edf8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6751 | 2024.09.01 21:03:30.866294 [ 3 ] {66dfb682-ab94-4864-8b4b-31194f4edf8e} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6752 | 2024.09.01 21:03:30.866331 [ 3 ] {66dfb682-ab94-4864-8b4b-31194f4edf8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6753 | 2024.09.01 21:03:30.866673 [ 3 ] {66dfb682-ab94-4864-8b4b-31194f4edf8e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6754 | 2024.09.01 21:03:30.867028 [ 3 ] {66dfb682-ab94-4864-8b4b-31194f4edf8e} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6755 | 2024.09.01 21:03:30.867185 [ 3 ] {66dfb682-ab94-4864-8b4b-31194f4edf8e} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001522 sec., 22996.05781865966 rows/sec., 1.69 MiB/sec. | ||
6756 | 2024.09.01 21:03:30.867342 [ 3 ] {66dfb682-ab94-4864-8b4b-31194f4edf8e} <Debug> DynamicQueryHandler: Done processing query | ||
6757 | 2024.09.01 21:03:30.867366 [ 3 ] {66dfb682-ab94-4864-8b4b-31194f4edf8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6758 | 2024.09.01 21:03:30.867382 [ 3 ] {} <Debug> HTTP-Session: b7f2ef05-d33b-443c-9b02-e99568544fab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6759 | 2024.09.01 21:03:30.867507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6760 | 2024.09.01 21:03:30.867554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6761 | 2024.09.01 21:03:30.867574 [ 3 ] {} <Debug> HTTP-Session: 004ab7fe-8a55-4dfe-86f8-d811e5581b5c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6762 | 2024.09.01 21:03:30.867590 [ 3 ] {} <Debug> HTTP-Session: 004ab7fe-8a55-4dfe-86f8-d811e5581b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6763 | 2024.09.01 21:03:30.867604 [ 3 ] {} <Debug> HTTP-Session: 004ab7fe-8a55-4dfe-86f8-d811e5581b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6764 | 2024.09.01 21:03:30.867635 [ 3 ] {} <Trace> HTTP-Session: 004ab7fe-8a55-4dfe-86f8-d811e5581b5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6765 | 2024.09.01 21:03:30.867733 [ 3 ] {dc990f7f-a6e7-478a-8aae-65053f47376b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6766 | 2024.09.01 21:03:30.867776 [ 3 ] {dc990f7f-a6e7-478a-8aae-65053f47376b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6767 | 2024.09.01 21:03:30.867999 [ 3 ] {dc990f7f-a6e7-478a-8aae-65053f47376b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6768 | 2024.09.01 21:03:30.868311 [ 3 ] {dc990f7f-a6e7-478a-8aae-65053f47376b} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6769 | 2024.09.01 21:03:30.868348 [ 3 ] {dc990f7f-a6e7-478a-8aae-65053f47376b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6770 | 2024.09.01 21:03:30.868690 [ 3 ] {dc990f7f-a6e7-478a-8aae-65053f47376b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6771 | 2024.09.01 21:03:30.869046 [ 3 ] {dc990f7f-a6e7-478a-8aae-65053f47376b} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6772 | 2024.09.01 21:03:30.869208 [ 3 ] {dc990f7f-a6e7-478a-8aae-65053f47376b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001502 sec., 9320.905459387483 rows/sec., 652.78 KiB/sec. | ||
6773 | 2024.09.01 21:03:30.869375 [ 3 ] {dc990f7f-a6e7-478a-8aae-65053f47376b} <Debug> DynamicQueryHandler: Done processing query | ||
6774 | 2024.09.01 21:03:30.869399 [ 3 ] {dc990f7f-a6e7-478a-8aae-65053f47376b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6775 | 2024.09.01 21:03:30.869414 [ 3 ] {} <Debug> HTTP-Session: 004ab7fe-8a55-4dfe-86f8-d811e5581b5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6776 | 2024.09.01 21:03:30.869533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6777 | 2024.09.01 21:03:30.869583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6778 | 2024.09.01 21:03:30.869602 [ 3 ] {} <Debug> HTTP-Session: f5323489-ccf2-478b-98d6-b6c209d64b97 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6779 | 2024.09.01 21:03:30.869618 [ 3 ] {} <Debug> HTTP-Session: f5323489-ccf2-478b-98d6-b6c209d64b97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6780 | 2024.09.01 21:03:30.869632 [ 3 ] {} <Debug> HTTP-Session: f5323489-ccf2-478b-98d6-b6c209d64b97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6781 | 2024.09.01 21:03:30.869663 [ 3 ] {} <Trace> HTTP-Session: f5323489-ccf2-478b-98d6-b6c209d64b97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6782 | 2024.09.01 21:03:30.869759 [ 3 ] {7fe2c99b-8819-4ea3-a42a-4e3997c78d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6783 | 2024.09.01 21:03:30.869800 [ 3 ] {7fe2c99b-8819-4ea3-a42a-4e3997c78d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6784 | 2024.09.01 21:03:30.870025 [ 3 ] {7fe2c99b-8819-4ea3-a42a-4e3997c78d2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6785 | 2024.09.01 21:03:30.870313 [ 3 ] {7fe2c99b-8819-4ea3-a42a-4e3997c78d2c} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6786 | 2024.09.01 21:03:30.870350 [ 3 ] {7fe2c99b-8819-4ea3-a42a-4e3997c78d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6787 | 2024.09.01 21:03:30.870683 [ 3 ] {7fe2c99b-8819-4ea3-a42a-4e3997c78d2c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6788 | 2024.09.01 21:03:30.871030 [ 3 ] {7fe2c99b-8819-4ea3-a42a-4e3997c78d2c} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6789 | 2024.09.01 21:03:30.871185 [ 3 ] {7fe2c99b-8819-4ea3-a42a-4e3997c78d2c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001451 sec., 4135.079255685734 rows/sec., 244.31 KiB/sec. | ||
6790 | 2024.09.01 21:03:30.871357 [ 3 ] {7fe2c99b-8819-4ea3-a42a-4e3997c78d2c} <Debug> DynamicQueryHandler: Done processing query | ||
6791 | 2024.09.01 21:03:30.871386 [ 3 ] {7fe2c99b-8819-4ea3-a42a-4e3997c78d2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6792 | 2024.09.01 21:03:30.871402 [ 3 ] {} <Debug> HTTP-Session: f5323489-ccf2-478b-98d6-b6c209d64b97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6793 | 2024.09.01 21:03:30.871564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 66354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6794 | 2024.09.01 21:03:30.871615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6795 | 2024.09.01 21:03:30.871634 [ 3 ] {} <Debug> HTTP-Session: f6345e4a-98ac-4879-9c59-8dfe2841767e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6796 | 2024.09.01 21:03:30.871651 [ 3 ] {} <Debug> HTTP-Session: f6345e4a-98ac-4879-9c59-8dfe2841767e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6797 | 2024.09.01 21:03:30.871665 [ 3 ] {} <Debug> HTTP-Session: f6345e4a-98ac-4879-9c59-8dfe2841767e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6798 | 2024.09.01 21:03:30.871696 [ 3 ] {} <Trace> HTTP-Session: f6345e4a-98ac-4879-9c59-8dfe2841767e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6799 | 2024.09.01 21:03:30.871901 [ 3 ] {900d61cc-c4eb-43fc-8d84-64de5bc4ba40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6800 | 2024.09.01 21:03:30.871946 [ 3 ] {900d61cc-c4eb-43fc-8d84-64de5bc4ba40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6801 | 2024.09.01 21:03:30.872176 [ 3 ] {900d61cc-c4eb-43fc-8d84-64de5bc4ba40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6802 | 2024.09.01 21:03:30.872786 [ 3 ] {900d61cc-c4eb-43fc-8d84-64de5bc4ba40} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6803 | 2024.09.01 21:03:30.872823 [ 3 ] {900d61cc-c4eb-43fc-8d84-64de5bc4ba40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6804 | 2024.09.01 21:03:30.873199 [ 3 ] {900d61cc-c4eb-43fc-8d84-64de5bc4ba40} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6805 | 2024.09.01 21:03:30.873549 [ 3 ] {900d61cc-c4eb-43fc-8d84-64de5bc4ba40} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6806 | 2024.09.01 21:03:30.873708 [ 3 ] {900d61cc-c4eb-43fc-8d84-64de5bc4ba40} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001905 sec., 214698.1627296588 rows/sec., 15.30 MiB/sec. | ||
6807 | 2024.09.01 21:03:30.873878 [ 3 ] {900d61cc-c4eb-43fc-8d84-64de5bc4ba40} <Debug> DynamicQueryHandler: Done processing query | ||
6808 | 2024.09.01 21:03:30.873902 [ 3 ] {900d61cc-c4eb-43fc-8d84-64de5bc4ba40} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
6809 | 2024.09.01 21:03:30.873918 [ 3 ] {} <Debug> HTTP-Session: f6345e4a-98ac-4879-9c59-8dfe2841767e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6810 | 2024.09.01 21:03:30.874133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6811 | 2024.09.01 21:03:30.874181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6812 | 2024.09.01 21:03:30.874201 [ 3 ] {} <Debug> HTTP-Session: 2664a5c4-f6f1-4978-be53-18304470da09 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6813 | 2024.09.01 21:03:30.874218 [ 3 ] {} <Debug> HTTP-Session: 2664a5c4-f6f1-4978-be53-18304470da09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6814 | 2024.09.01 21:03:30.874232 [ 3 ] {} <Debug> HTTP-Session: 2664a5c4-f6f1-4978-be53-18304470da09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6815 | 2024.09.01 21:03:30.874263 [ 3 ] {} <Trace> HTTP-Session: 2664a5c4-f6f1-4978-be53-18304470da09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6816 | 2024.09.01 21:03:30.874357 [ 3 ] {83a38b39-438e-440b-addc-2ea4b70bec51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6817 | 2024.09.01 21:03:30.874402 [ 3 ] {83a38b39-438e-440b-addc-2ea4b70bec51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6818 | 2024.09.01 21:03:30.874533 [ 3 ] {83a38b39-438e-440b-addc-2ea4b70bec51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6819 | 2024.09.01 21:03:30.874799 [ 3 ] {83a38b39-438e-440b-addc-2ea4b70bec51} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6820 | 2024.09.01 21:03:30.874835 [ 3 ] {83a38b39-438e-440b-addc-2ea4b70bec51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6821 | 2024.09.01 21:03:30.875186 [ 3 ] {83a38b39-438e-440b-addc-2ea4b70bec51} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6822 | 2024.09.01 21:03:30.875507 [ 3 ] {83a38b39-438e-440b-addc-2ea4b70bec51} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6823 | 2024.09.01 21:03:30.875663 [ 3 ] {83a38b39-438e-440b-addc-2ea4b70bec51} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 235.70 KiB/sec. | ||
6824 | 2024.09.01 21:03:30.875828 [ 3 ] {83a38b39-438e-440b-addc-2ea4b70bec51} <Debug> DynamicQueryHandler: Done processing query | ||
6825 | 2024.09.01 21:03:30.875851 [ 3 ] {83a38b39-438e-440b-addc-2ea4b70bec51} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6826 | 2024.09.01 21:03:30.875867 [ 3 ] {} <Debug> HTTP-Session: 2664a5c4-f6f1-4978-be53-18304470da09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6827 | 2024.09.01 21:03:30.876042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 42640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6828 | 2024.09.01 21:03:30.876091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6829 | 2024.09.01 21:03:30.876109 [ 3 ] {} <Debug> HTTP-Session: 98997c4a-f57c-4b3a-b14d-8dc0e621ee95 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6830 | 2024.09.01 21:03:30.876126 [ 3 ] {} <Debug> HTTP-Session: 98997c4a-f57c-4b3a-b14d-8dc0e621ee95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6831 | 2024.09.01 21:03:30.876140 [ 3 ] {} <Debug> HTTP-Session: 98997c4a-f57c-4b3a-b14d-8dc0e621ee95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6832 | 2024.09.01 21:03:30.876170 [ 3 ] {} <Trace> HTTP-Session: 98997c4a-f57c-4b3a-b14d-8dc0e621ee95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6833 | 2024.09.01 21:03:30.876360 [ 3 ] {9d4e40e9-3281-4145-b892-94ad43adfb76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6834 | 2024.09.01 21:03:30.876408 [ 3 ] {9d4e40e9-3281-4145-b892-94ad43adfb76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6835 | 2024.09.01 21:03:30.876558 [ 3 ] {9d4e40e9-3281-4145-b892-94ad43adfb76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6836 | 2024.09.01 21:03:30.876973 [ 3 ] {9d4e40e9-3281-4145-b892-94ad43adfb76} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6837 | 2024.09.01 21:03:30.877010 [ 3 ] {9d4e40e9-3281-4145-b892-94ad43adfb76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6838 | 2024.09.01 21:03:30.877378 [ 3 ] {9d4e40e9-3281-4145-b892-94ad43adfb76} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6839 | 2024.09.01 21:03:30.877706 [ 3 ] {9d4e40e9-3281-4145-b892-94ad43adfb76} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6840 | 2024.09.01 21:03:30.877864 [ 3 ] {9d4e40e9-3281-4145-b892-94ad43adfb76} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001593 sec., 142498.43063402385 rows/sec., 9.51 MiB/sec. | ||
6841 | 2024.09.01 21:03:30.878121 [ 3 ] {9d4e40e9-3281-4145-b892-94ad43adfb76} <Debug> DynamicQueryHandler: Done processing query | ||
6842 | 2024.09.01 21:03:30.878169 [ 3 ] {9d4e40e9-3281-4145-b892-94ad43adfb76} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6843 | 2024.09.01 21:03:30.878196 [ 3 ] {} <Debug> HTTP-Session: 98997c4a-f57c-4b3a-b14d-8dc0e621ee95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6844 | 2024.09.01 21:03:30.878360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6845 | 2024.09.01 21:03:30.878408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6846 | 2024.09.01 21:03:30.878427 [ 3 ] {} <Debug> HTTP-Session: 48db99d1-01f5-45b6-8676-16f7802a8607 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6847 | 2024.09.01 21:03:30.878444 [ 3 ] {} <Debug> HTTP-Session: 48db99d1-01f5-45b6-8676-16f7802a8607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6848 | 2024.09.01 21:03:30.878457 [ 3 ] {} <Debug> HTTP-Session: 48db99d1-01f5-45b6-8676-16f7802a8607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6849 | 2024.09.01 21:03:30.878488 [ 3 ] {} <Trace> HTTP-Session: 48db99d1-01f5-45b6-8676-16f7802a8607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6850 | 2024.09.01 21:03:30.878581 [ 3 ] {e28f090a-79af-4f2b-92cd-9cb91396f7d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6851 | 2024.09.01 21:03:30.878627 [ 3 ] {e28f090a-79af-4f2b-92cd-9cb91396f7d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6852 | 2024.09.01 21:03:30.878776 [ 3 ] {e28f090a-79af-4f2b-92cd-9cb91396f7d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6853 | 2024.09.01 21:03:30.879041 [ 3 ] {e28f090a-79af-4f2b-92cd-9cb91396f7d6} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6854 | 2024.09.01 21:03:30.879077 [ 3 ] {e28f090a-79af-4f2b-92cd-9cb91396f7d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6855 | 2024.09.01 21:03:30.879412 [ 3 ] {e28f090a-79af-4f2b-92cd-9cb91396f7d6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6856 | 2024.09.01 21:03:30.879725 [ 3 ] {e28f090a-79af-4f2b-92cd-9cb91396f7d6} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6857 | 2024.09.01 21:03:30.879881 [ 3 ] {e28f090a-79af-4f2b-92cd-9cb91396f7d6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001315 sec., 760.4562737642585 rows/sec., 51.24 KiB/sec. | ||
6858 | 2024.09.01 21:03:30.880082 [ 3 ] {e28f090a-79af-4f2b-92cd-9cb91396f7d6} <Debug> DynamicQueryHandler: Done processing query | ||
6859 | 2024.09.01 21:03:30.880106 [ 3 ] {e28f090a-79af-4f2b-92cd-9cb91396f7d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6860 | 2024.09.01 21:03:30.880122 [ 3 ] {} <Debug> HTTP-Session: 48db99d1-01f5-45b6-8676-16f7802a8607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6861 | 2024.09.01 21:03:30.880284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6862 | 2024.09.01 21:03:30.880333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6863 | 2024.09.01 21:03:30.880352 [ 3 ] {} <Debug> HTTP-Session: b751ece0-7a96-4029-ad76-19a915998e10 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6864 | 2024.09.01 21:03:30.880369 [ 3 ] {} <Debug> HTTP-Session: b751ece0-7a96-4029-ad76-19a915998e10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6865 | 2024.09.01 21:03:30.880383 [ 3 ] {} <Debug> HTTP-Session: b751ece0-7a96-4029-ad76-19a915998e10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6866 | 2024.09.01 21:03:30.880413 [ 3 ] {} <Trace> HTTP-Session: b751ece0-7a96-4029-ad76-19a915998e10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6867 | 2024.09.01 21:03:30.880825 [ 3 ] {3cae5db3-cc4a-40fe-82f8-6808e9db3682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6868 | 2024.09.01 21:03:30.880889 [ 3 ] {3cae5db3-cc4a-40fe-82f8-6808e9db3682} <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 | ||
6869 | 2024.09.01 21:03:30.881299 [ 3 ] {3cae5db3-cc4a-40fe-82f8-6808e9db3682} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6870 | 2024.09.01 21:03:30.882106 [ 3 ] {3cae5db3-cc4a-40fe-82f8-6808e9db3682} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6871 | 2024.09.01 21:03:30.882143 [ 3 ] {3cae5db3-cc4a-40fe-82f8-6808e9db3682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6872 | 2024.09.01 21:03:30.882771 [ 3 ] {3cae5db3-cc4a-40fe-82f8-6808e9db3682} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6873 | 2024.09.01 21:03:30.883174 [ 3 ] {3cae5db3-cc4a-40fe-82f8-6808e9db3682} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6874 | 2024.09.01 21:03:30.883377 [ 94 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6875 | 2024.09.01 21:03:30.883390 [ 3 ] {3cae5db3-cc4a-40fe-82f8-6808e9db3682} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002871 sec., 12190.874259839778 rows/sec., 21.85 MiB/sec. | ||
6876 | 2024.09.01 21:03:30.883514 [ 94 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6877 | 2024.09.01 21:03:30.883623 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6878 | 2024.09.01 21:03:30.883890 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
6879 | 2024.09.01 21:03:30.883923 [ 3 ] {3cae5db3-cc4a-40fe-82f8-6808e9db3682} <Debug> DynamicQueryHandler: Done processing query | ||
6880 | 2024.09.01 21:03:30.883952 [ 3 ] {3cae5db3-cc4a-40fe-82f8-6808e9db3682} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6881 | 2024.09.01 21:03:30.883976 [ 3 ] {} <Debug> HTTP-Session: b751ece0-7a96-4029-ad76-19a915998e10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6882 | 2024.09.01 21:03:30.884125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 10690, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6883 | 2024.09.01 21:03:30.884194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6884 | 2024.09.01 21:03:30.884224 [ 3 ] {} <Debug> HTTP-Session: 185bc3ea-7140-4724-917d-dfc3ddc2143f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6885 | 2024.09.01 21:03:30.884254 [ 3 ] {} <Debug> HTTP-Session: 185bc3ea-7140-4724-917d-dfc3ddc2143f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6886 | 2024.09.01 21:03:30.884279 [ 3 ] {} <Debug> HTTP-Session: 185bc3ea-7140-4724-917d-dfc3ddc2143f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6887 | 2024.09.01 21:03:30.884328 [ 3 ] {} <Trace> HTTP-Session: 185bc3ea-7140-4724-917d-dfc3ddc2143f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6888 | 2024.09.01 21:03:30.884342 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6889 | 2024.09.01 21:03:30.884429 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 459 rows starting from the beginning of the part | ||
6890 | 2024.09.01 21:03:30.884475 [ 3 ] {f2048860-4dd2-4851-a9e5-ebf3b9ccce1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6891 | 2024.09.01 21:03:30.884534 [ 3 ] {f2048860-4dd2-4851-a9e5-ebf3b9ccce1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6892 | 2024.09.01 21:03:30.885097 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 35 rows starting from the beginning of the part | ||
6893 | 2024.09.01 21:03:30.885198 [ 3 ] {f2048860-4dd2-4851-a9e5-ebf3b9ccce1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6894 | 2024.09.01 21:03:30.885648 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
6895 | 2024.09.01 21:03:30.886239 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 35 rows starting from the beginning of the part | ||
6896 | 2024.09.01 21:03:30.886285 [ 3 ] {f2048860-4dd2-4851-a9e5-ebf3b9ccce1f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6897 | 2024.09.01 21:03:30.886334 [ 3 ] {f2048860-4dd2-4851-a9e5-ebf3b9ccce1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6898 | 2024.09.01 21:03:30.886713 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
6899 | 2024.09.01 21:03:30.887194 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 35 rows starting from the beginning of the part | ||
6900 | 2024.09.01 21:03:30.887396 [ 3 ] {f2048860-4dd2-4851-a9e5-ebf3b9ccce1f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6901 | 2024.09.01 21:03:30.888003 [ 3 ] {f2048860-4dd2-4851-a9e5-ebf3b9ccce1f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6902 | 2024.09.01 21:03:30.888266 [ 3 ] {f2048860-4dd2-4851-a9e5-ebf3b9ccce1f} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.003845 sec., 18725.61768530559 rows/sec., 1.19 MiB/sec. | ||
6903 | 2024.09.01 21:03:30.888511 [ 3 ] {f2048860-4dd2-4851-a9e5-ebf3b9ccce1f} <Debug> DynamicQueryHandler: Done processing query | ||
6904 | 2024.09.01 21:03:30.888539 [ 3 ] {f2048860-4dd2-4851-a9e5-ebf3b9ccce1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6905 | 2024.09.01 21:03:30.888555 [ 3 ] {} <Debug> HTTP-Session: 185bc3ea-7140-4724-917d-dfc3ddc2143f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6906 | 2024.09.01 21:03:30.900410 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 19 columns (19 merged, 0 gathered) in 0.016607983 sec., 34200.42036411044 rows/sec., 61.29 MiB/sec. | ||
6907 | 2024.09.01 21:03:30.901243 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6908 | 2024.09.01 21:03:30.901912 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6909 | 2024.09.01 21:03:30.902015 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6910 | 2024.09.01 21:03:30.902176 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
6911 | 2024.09.01 21:03:35.856016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6912 | 2024.09.01 21:03:35.856158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6913 | 2024.09.01 21:03:35.856186 [ 3 ] {} <Debug> HTTP-Session: 3d233ff1-7d5c-4dd9-8614-dc8dc7e9cf76 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6914 | 2024.09.01 21:03:35.856215 [ 3 ] {} <Debug> HTTP-Session: 3d233ff1-7d5c-4dd9-8614-dc8dc7e9cf76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6915 | 2024.09.01 21:03:35.856234 [ 3 ] {} <Debug> HTTP-Session: 3d233ff1-7d5c-4dd9-8614-dc8dc7e9cf76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6916 | 2024.09.01 21:03:35.856289 [ 3 ] {} <Trace> HTTP-Session: 3d233ff1-7d5c-4dd9-8614-dc8dc7e9cf76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6917 | 2024.09.01 21:03:35.856508 [ 3 ] {bad5fc06-cdc7-4964-92a3-057b843dfbbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6918 | 2024.09.01 21:03:35.856582 [ 3 ] {bad5fc06-cdc7-4964-92a3-057b843dfbbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6919 | 2024.09.01 21:03:35.856943 [ 3 ] {bad5fc06-cdc7-4964-92a3-057b843dfbbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6920 | 2024.09.01 21:03:35.857434 [ 3 ] {bad5fc06-cdc7-4964-92a3-057b843dfbbd} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6921 | 2024.09.01 21:03:35.857476 [ 3 ] {bad5fc06-cdc7-4964-92a3-057b843dfbbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6922 | 2024.09.01 21:03:35.857887 [ 3 ] {bad5fc06-cdc7-4964-92a3-057b843dfbbd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6923 | 2024.09.01 21:03:35.858278 [ 3 ] {bad5fc06-cdc7-4964-92a3-057b843dfbbd} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6924 | 2024.09.01 21:03:35.858448 [ 3 ] {bad5fc06-cdc7-4964-92a3-057b843dfbbd} <Debug> executeQuery: Read 56 rows, 4.42 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.15 MiB/sec. | ||
6925 | 2024.09.01 21:03:35.858479 [ 90 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6926 | 2024.09.01 21:03:35.858606 [ 90 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6927 | 2024.09.01 21:03:35.858645 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6928 | 2024.09.01 21:03:35.858730 [ 3 ] {bad5fc06-cdc7-4964-92a3-057b843dfbbd} <Debug> DynamicQueryHandler: Done processing query | ||
6929 | 2024.09.01 21:03:35.858814 [ 3 ] {bad5fc06-cdc7-4964-92a3-057b843dfbbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6930 | 2024.09.01 21:03:35.858906 [ 3 ] {} <Debug> HTTP-Session: 3d233ff1-7d5c-4dd9-8614-dc8dc7e9cf76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6931 | 2024.09.01 21:03:35.859069 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
6932 | 2024.09.01 21:03:35.859331 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6933 | 2024.09.01 21:03:35.859371 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1407 rows starting from the beginning of the part | ||
6934 | 2024.09.01 21:03:35.859461 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1396 rows starting from the beginning of the part | ||
6935 | 2024.09.01 21:03:35.859705 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part | ||
6936 | 2024.09.01 21:03:35.859919 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
6937 | 2024.09.01 21:03:35.859984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6938 | 2024.09.01 21:03:35.860148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6939 | 2024.09.01 21:03:35.860187 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 255 rows starting from the beginning of the part | ||
6940 | 2024.09.01 21:03:35.860239 [ 3 ] {} <Debug> HTTP-Session: eec89b5b-f921-4616-90bb-4a4851666376 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6941 | 2024.09.01 21:03:35.860313 [ 3 ] {} <Debug> HTTP-Session: eec89b5b-f921-4616-90bb-4a4851666376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6942 | 2024.09.01 21:03:35.860376 [ 3 ] {} <Debug> HTTP-Session: eec89b5b-f921-4616-90bb-4a4851666376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6943 | 2024.09.01 21:03:35.860522 [ 3 ] {} <Trace> HTTP-Session: eec89b5b-f921-4616-90bb-4a4851666376 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6944 | 2024.09.01 21:03:35.860560 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
6945 | 2024.09.01 21:03:35.860840 [ 3 ] {dbbc5c34-fd79-4e75-82d6-b0e17a456e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6946 | 2024.09.01 21:03:35.860978 [ 3 ] {dbbc5c34-fd79-4e75-82d6-b0e17a456e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6947 | 2024.09.01 21:03:35.861764 [ 3 ] {dbbc5c34-fd79-4e75-82d6-b0e17a456e68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6948 | 2024.09.01 21:03:35.862615 [ 3 ] {dbbc5c34-fd79-4e75-82d6-b0e17a456e68} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6949 | 2024.09.01 21:03:35.862692 [ 3 ] {dbbc5c34-fd79-4e75-82d6-b0e17a456e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
6950 | 2024.09.01 21:03:35.863606 [ 3 ] {dbbc5c34-fd79-4e75-82d6-b0e17a456e68} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6951 | 2024.09.01 21:03:35.864400 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3196 rows, containing 5 columns (5 merged, 0 gathered) in 0.005642306 sec., 566435.071050737 rows/sec., 49.53 MiB/sec. | ||
6952 | 2024.09.01 21:03:35.864608 [ 3 ] {dbbc5c34-fd79-4e75-82d6-b0e17a456e68} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6953 | 2024.09.01 21:03:35.864723 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6954 | 2024.09.01 21:03:35.864917 [ 3 ] {dbbc5c34-fd79-4e75-82d6-b0e17a456e68} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.004202 sec., 475.9638267491671 rows/sec., 35.79 KiB/sec. | ||
6955 | 2024.09.01 21:03:35.865268 [ 3 ] {dbbc5c34-fd79-4e75-82d6-b0e17a456e68} <Debug> DynamicQueryHandler: Done processing query | ||
6956 | 2024.09.01 21:03:35.865324 [ 3 ] {dbbc5c34-fd79-4e75-82d6-b0e17a456e68} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6957 | 2024.09.01 21:03:35.865375 [ 3 ] {} <Debug> HTTP-Session: eec89b5b-f921-4616-90bb-4a4851666376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6958 | 2024.09.01 21:03:35.865569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9852, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6959 | 2024.09.01 21:03:35.865640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6960 | 2024.09.01 21:03:35.865681 [ 3 ] {} <Debug> HTTP-Session: d08c8a74-6ace-420e-964b-ed303b2f0c2f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6961 | 2024.09.01 21:03:35.865708 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_36_7} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): 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.01 21:03:35.865716 [ 3 ] {} <Debug> HTTP-Session: d08c8a74-6ace-420e-964b-ed303b2f0c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6963 | 2024.09.01 21:03:35.865785 [ 3 ] {} <Debug> HTTP-Session: d08c8a74-6ace-420e-964b-ed303b2f0c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6964 | 2024.09.01 21:03:35.865854 [ 3 ] {} <Trace> HTTP-Session: d08c8a74-6ace-420e-964b-ed303b2f0c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6965 | 2024.09.01 21:03:35.865889 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_36_7} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6966 | 2024.09.01 21:03:35.866067 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
6967 | 2024.09.01 21:03:35.866077 [ 3 ] {8e5ce052-aa8f-4d7b-b272-06f88b3165be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6968 | 2024.09.01 21:03:35.866142 [ 3 ] {8e5ce052-aa8f-4d7b-b272-06f88b3165be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6969 | 2024.09.01 21:03:35.866383 [ 3 ] {8e5ce052-aa8f-4d7b-b272-06f88b3165be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6970 | 2024.09.01 21:03:35.866766 [ 3 ] {8e5ce052-aa8f-4d7b-b272-06f88b3165be} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6971 | 2024.09.01 21:03:35.866802 [ 3 ] {8e5ce052-aa8f-4d7b-b272-06f88b3165be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6972 | 2024.09.01 21:03:35.867178 [ 3 ] {8e5ce052-aa8f-4d7b-b272-06f88b3165be} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6973 | 2024.09.01 21:03:35.867545 [ 3 ] {8e5ce052-aa8f-4d7b-b272-06f88b3165be} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6974 | 2024.09.01 21:03:35.867704 [ 3 ] {8e5ce052-aa8f-4d7b-b272-06f88b3165be} <Debug> executeQuery: Read 58 rows, 4.63 KiB in 0.00172 sec., 33720.93023255814 rows/sec., 2.63 MiB/sec. | ||
6975 | 2024.09.01 21:03:35.867712 [ 90 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6976 | 2024.09.01 21:03:35.867792 [ 90 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6977 | 2024.09.01 21:03:35.867838 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
6978 | 2024.09.01 21:03:35.868066 [ 3 ] {8e5ce052-aa8f-4d7b-b272-06f88b3165be} <Debug> DynamicQueryHandler: Done processing query | ||
6979 | 2024.09.01 21:03:35.868129 [ 3 ] {8e5ce052-aa8f-4d7b-b272-06f88b3165be} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6980 | 2024.09.01 21:03:35.868141 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
6981 | 2024.09.01 21:03:35.868158 [ 3 ] {} <Debug> HTTP-Session: d08c8a74-6ace-420e-964b-ed303b2f0c2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6982 | 2024.09.01 21:03:35.868505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 28627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6983 | 2024.09.01 21:03:35.868672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6984 | 2024.09.01 21:03:35.868761 [ 3 ] {} <Debug> HTTP-Session: 61b75db3-a009-4901-8291-19ee1737dda1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
6985 | 2024.09.01 21:03:35.868816 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6986 | 2024.09.01 21:03:35.868833 [ 3 ] {} <Debug> HTTP-Session: 61b75db3-a009-4901-8291-19ee1737dda1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6987 | 2024.09.01 21:03:35.868902 [ 3 ] {} <Debug> HTTP-Session: 61b75db3-a009-4901-8291-19ee1737dda1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6988 | 2024.09.01 21:03:35.868937 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 899 rows starting from the beginning of the part | ||
6989 | 2024.09.01 21:03:35.869022 [ 3 ] {} <Trace> HTTP-Session: 61b75db3-a009-4901-8291-19ee1737dda1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6990 | 2024.09.01 21:03:35.869276 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 867 rows starting from the beginning of the part | ||
6991 | 2024.09.01 21:03:35.869492 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part | ||
6992 | 2024.09.01 21:03:35.869546 [ 3 ] {95dbbdda-20ae-4811-9126-c9faa4168cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6993 | 2024.09.01 21:03:35.869698 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 58 rows starting from the beginning of the part | ||
6994 | 2024.09.01 21:03:35.869772 [ 3 ] {95dbbdda-20ae-4811-9126-c9faa4168cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6995 | 2024.09.01 21:03:35.870014 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 409 rows starting from the beginning of the part | ||
6996 | 2024.09.01 21:03:35.870319 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 58 rows starting from the beginning of the part | ||
6997 | 2024.09.01 21:03:35.870989 [ 3 ] {95dbbdda-20ae-4811-9126-c9faa4168cb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6998 | 2024.09.01 21:03:35.871785 [ 3 ] {95dbbdda-20ae-4811-9126-c9faa4168cb6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6999 | 2024.09.01 21:03:35.871839 [ 3 ] {95dbbdda-20ae-4811-9126-c9faa4168cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7000 | 2024.09.01 21:03:35.872867 [ 3 ] {95dbbdda-20ae-4811-9126-c9faa4168cb6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7001 | 2024.09.01 21:03:35.873532 [ 3 ] {95dbbdda-20ae-4811-9126-c9faa4168cb6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7002 | 2024.09.01 21:03:35.873558 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2319 rows, containing 5 columns (5 merged, 0 gathered) in 0.005621366 sec., 412533.1814366828 rows/sec., 31.54 MiB/sec. | ||
7003 | 2024.09.01 21:03:35.873803 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7004 | 2024.09.01 21:03:35.873816 [ 3 ] {95dbbdda-20ae-4811-9126-c9faa4168cb6} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.004516 sec., 33215.234720992026 rows/sec., 2.30 MiB/sec. | ||
7005 | 2024.09.01 21:03:35.873865 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7006 | 2024.09.01 21:03:35.873899 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7007 | 2024.09.01 21:03:35.874061 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7008 | 2024.09.01 21:03:35.874429 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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.01 21:03:35.874545 [ 3 ] {95dbbdda-20ae-4811-9126-c9faa4168cb6} <Debug> DynamicQueryHandler: Done processing query | ||
7010 | 2024.09.01 21:03:35.874641 [ 3 ] {95dbbdda-20ae-4811-9126-c9faa4168cb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7011 | 2024.09.01 21:03:35.874772 [ 3 ] {} <Debug> HTTP-Session: 61b75db3-a009-4901-8291-19ee1737dda1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7012 | 2024.09.01 21:03:35.874993 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7013 | 2024.09.01 21:03:35.875100 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8607 rows starting from the beginning of the part | ||
7014 | 2024.09.01 21:03:35.875127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7015 | 2024.09.01 21:03:35.875291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7016 | 2024.09.01 21:03:35.875425 [ 3 ] {} <Debug> HTTP-Session: 551854a8-06fe-4a32-9d09-987cdd0989e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7017 | 2024.09.01 21:03:35.875428 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 902 rows starting from the beginning of the part | ||
7018 | 2024.09.01 21:03:35.875528 [ 3 ] {} <Debug> HTTP-Session: 551854a8-06fe-4a32-9d09-987cdd0989e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7019 | 2024.09.01 21:03:35.875608 [ 3 ] {} <Debug> HTTP-Session: 551854a8-06fe-4a32-9d09-987cdd0989e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7020 | 2024.09.01 21:03:35.875810 [ 3 ] {} <Trace> HTTP-Session: 551854a8-06fe-4a32-9d09-987cdd0989e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7021 | 2024.09.01 21:03:35.875907 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 10 rows starting from the beginning of the part | ||
7022 | 2024.09.01 21:03:35.875919 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_36_7} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7023 | 2024.09.01 21:03:35.876213 [ 3 ] {5c29bd9c-8b3d-436d-a595-3e99b25e5c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7024 | 2024.09.01 21:03:35.876314 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 150 rows starting from the beginning of the part | ||
7025 | 2024.09.01 21:03:35.876674 [ 3 ] {5c29bd9c-8b3d-436d-a595-3e99b25e5c3a} <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 | ||
7026 | 2024.09.01 21:03:35.876821 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 227 rows starting from the beginning of the part | ||
7027 | 2024.09.01 21:03:35.876944 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_36_7} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7028 | 2024.09.01 21:03:35.877290 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 150 rows starting from the beginning of the part | ||
7029 | 2024.09.01 21:03:35.878140 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
7030 | 2024.09.01 21:03:35.879096 [ 3 ] {5c29bd9c-8b3d-436d-a595-3e99b25e5c3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7031 | 2024.09.01 21:03:35.880422 [ 3 ] {5c29bd9c-8b3d-436d-a595-3e99b25e5c3a} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7032 | 2024.09.01 21:03:35.880494 [ 3 ] {5c29bd9c-8b3d-436d-a595-3e99b25e5c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7033 | 2024.09.01 21:03:35.881802 [ 3 ] {5c29bd9c-8b3d-436d-a595-3e99b25e5c3a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7034 | 2024.09.01 21:03:35.882675 [ 3 ] {5c29bd9c-8b3d-436d-a595-3e99b25e5c3a} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7035 | 2024.09.01 21:03:35.882922 [ 3 ] {5c29bd9c-8b3d-436d-a595-3e99b25e5c3a} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.006895 sec., 290.065264684554 rows/sec., 532.26 KiB/sec. | ||
7036 | 2024.09.01 21:03:35.883419 [ 3 ] {5c29bd9c-8b3d-436d-a595-3e99b25e5c3a} <Debug> DynamicQueryHandler: Done processing query | ||
7037 | 2024.09.01 21:03:35.883444 [ 3 ] {5c29bd9c-8b3d-436d-a595-3e99b25e5c3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7038 | 2024.09.01 21:03:35.883460 [ 3 ] {} <Debug> HTTP-Session: 551854a8-06fe-4a32-9d09-987cdd0989e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7039 | 2024.09.01 21:03:35.883633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7040 | 2024.09.01 21:03:35.883748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7041 | 2024.09.01 21:03:35.883819 [ 3 ] {} <Debug> HTTP-Session: 65624141-b659-4294-9826-125e48abea65 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7042 | 2024.09.01 21:03:35.883884 [ 3 ] {} <Debug> HTTP-Session: 65624141-b659-4294-9826-125e48abea65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7043 | 2024.09.01 21:03:35.883930 [ 3 ] {} <Debug> HTTP-Session: 65624141-b659-4294-9826-125e48abea65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7044 | 2024.09.01 21:03:35.884001 [ 3 ] {} <Trace> HTTP-Session: 65624141-b659-4294-9826-125e48abea65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7045 | 2024.09.01 21:03:35.884005 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10046 rows, containing 5 columns (5 merged, 0 gathered) in 0.009776432 sec., 1027573.2496272669 rows/sec., 69.01 MiB/sec. | ||
7046 | 2024.09.01 21:03:35.884154 [ 3 ] {c7b554bc-83e8-4c47-abd5-2126398f6aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7047 | 2024.09.01 21:03:35.884222 [ 3 ] {c7b554bc-83e8-4c47-abd5-2126398f6aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7048 | 2024.09.01 21:03:35.884264 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7049 | 2024.09.01 21:03:35.884626 [ 3 ] {c7b554bc-83e8-4c47-abd5-2126398f6aff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7050 | 2024.09.01 21:03:35.885346 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): 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.01 21:03:35.885434 [ 3 ] {c7b554bc-83e8-4c47-abd5-2126398f6aff} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7052 | 2024.09.01 21:03:35.885491 [ 3 ] {c7b554bc-83e8-4c47-abd5-2126398f6aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7053 | 2024.09.01 21:03:35.885504 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7054 | 2024.09.01 21:03:35.885686 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.94 MiB. | ||
7055 | 2024.09.01 21:03:35.886018 [ 3 ] {c7b554bc-83e8-4c47-abd5-2126398f6aff} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7056 | 2024.09.01 21:03:35.886354 [ 3 ] {c7b554bc-83e8-4c47-abd5-2126398f6aff} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): 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.01 21:03:35.886519 [ 89 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7058 | 2024.09.01 21:03:35.886522 [ 3 ] {c7b554bc-83e8-4c47-abd5-2126398f6aff} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.002422 sec., 20644.09578860446 rows/sec., 1.42 MiB/sec. | ||
7059 | 2024.09.01 21:03:35.886594 [ 89 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7060 | 2024.09.01 21:03:35.886671 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
7061 | 2024.09.01 21:03:35.886917 [ 3 ] {c7b554bc-83e8-4c47-abd5-2126398f6aff} <Debug> DynamicQueryHandler: Done processing query | ||
7062 | 2024.09.01 21:03:35.886941 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
7063 | 2024.09.01 21:03:35.886965 [ 3 ] {c7b554bc-83e8-4c47-abd5-2126398f6aff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7064 | 2024.09.01 21:03:35.887021 [ 3 ] {} <Debug> HTTP-Session: 65624141-b659-4294-9826-125e48abea65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7065 | 2024.09.01 21:03:35.887500 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7066 | 2024.09.01 21:03:35.887588 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1216 rows starting from the beginning of the part | ||
7067 | 2024.09.01 21:03:35.887672 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 68 rows starting from the beginning of the part | ||
7068 | 2024.09.01 21:03:35.887878 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
7069 | 2024.09.01 21:03:35.888002 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 50 rows starting from the beginning of the part | ||
7070 | 2024.09.01 21:03:35.888160 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 72 rows starting from the beginning of the part | ||
7071 | 2024.09.01 21:03:35.888239 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 50 rows starting from the beginning of the part | ||
7072 | 2024.09.01 21:03:35.889418 [ 201 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1460 rows, containing 4 columns (4 merged, 0 gathered) in 0.002636985 sec., 553662.6108984313 rows/sec., 36.12 MiB/sec. | ||
7073 | 2024.09.01 21:03:35.889651 [ 201 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7074 | 2024.09.01 21:03:35.890118 [ 201 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_36_7} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): 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.01 21:03:35.890203 [ 201 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_36_7} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7076 | 2024.09.01 21:03:35.890293 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
7077 | 2024.09.01 21:03:39.017939 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7078 | 2024.09.01 21:03:39.017992 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7079 | 2024.09.01 21:03:40.862953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 38671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7080 | 2024.09.01 21:03:40.863076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7081 | 2024.09.01 21:03:40.863101 [ 3 ] {} <Debug> HTTP-Session: cde2b1ed-1208-4835-ac6d-c7d89b6e965d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7082 | 2024.09.01 21:03:40.863126 [ 3 ] {} <Debug> HTTP-Session: cde2b1ed-1208-4835-ac6d-c7d89b6e965d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7083 | 2024.09.01 21:03:40.863141 [ 3 ] {} <Debug> HTTP-Session: cde2b1ed-1208-4835-ac6d-c7d89b6e965d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7084 | 2024.09.01 21:03:40.863187 [ 3 ] {} <Trace> HTTP-Session: cde2b1ed-1208-4835-ac6d-c7d89b6e965d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7085 | 2024.09.01 21:03:40.863432 [ 3 ] {0434bc68-4e18-4a46-920d-910648937aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7086 | 2024.09.01 21:03:40.863495 [ 3 ] {0434bc68-4e18-4a46-920d-910648937aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7087 | 2024.09.01 21:03:40.863816 [ 3 ] {0434bc68-4e18-4a46-920d-910648937aef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7088 | 2024.09.01 21:03:40.864439 [ 3 ] {0434bc68-4e18-4a46-920d-910648937aef} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7089 | 2024.09.01 21:03:40.864476 [ 3 ] {0434bc68-4e18-4a46-920d-910648937aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7090 | 2024.09.01 21:03:40.864914 [ 3 ] {0434bc68-4e18-4a46-920d-910648937aef} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7091 | 2024.09.01 21:03:40.865297 [ 3 ] {0434bc68-4e18-4a46-920d-910648937aef} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7092 | 2024.09.01 21:03:40.865436 [ 3 ] {0434bc68-4e18-4a46-920d-910648937aef} <Debug> executeQuery: Read 255 rows, 23.17 KiB in 0.00212 sec., 120283.01886792453 rows/sec., 10.67 MiB/sec. | ||
7093 | 2024.09.01 21:03:40.865628 [ 3 ] {0434bc68-4e18-4a46-920d-910648937aef} <Debug> DynamicQueryHandler: Done processing query | ||
7094 | 2024.09.01 21:03:40.865654 [ 3 ] {0434bc68-4e18-4a46-920d-910648937aef} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7095 | 2024.09.01 21:03:40.865670 [ 3 ] {} <Debug> HTTP-Session: cde2b1ed-1208-4835-ac6d-c7d89b6e965d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7096 | 2024.09.01 21:03:40.865805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7097 | 2024.09.01 21:03:40.865855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7098 | 2024.09.01 21:03:40.865875 [ 3 ] {} <Debug> HTTP-Session: 1535707d-ecc4-490c-a86b-31fe62264288 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7099 | 2024.09.01 21:03:40.865891 [ 3 ] {} <Debug> HTTP-Session: 1535707d-ecc4-490c-a86b-31fe62264288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7100 | 2024.09.01 21:03:40.865906 [ 3 ] {} <Debug> HTTP-Session: 1535707d-ecc4-490c-a86b-31fe62264288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7101 | 2024.09.01 21:03:40.865937 [ 3 ] {} <Trace> HTTP-Session: 1535707d-ecc4-490c-a86b-31fe62264288 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7102 | 2024.09.01 21:03:40.866047 [ 3 ] {d04a362b-88d2-4d30-9bdb-f43683d1333b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7103 | 2024.09.01 21:03:40.866090 [ 3 ] {d04a362b-88d2-4d30-9bdb-f43683d1333b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7104 | 2024.09.01 21:03:40.866316 [ 3 ] {d04a362b-88d2-4d30-9bdb-f43683d1333b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7105 | 2024.09.01 21:03:40.866673 [ 3 ] {d04a362b-88d2-4d30-9bdb-f43683d1333b} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7106 | 2024.09.01 21:03:40.866710 [ 3 ] {d04a362b-88d2-4d30-9bdb-f43683d1333b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7107 | 2024.09.01 21:03:40.867052 [ 3 ] {d04a362b-88d2-4d30-9bdb-f43683d1333b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7108 | 2024.09.01 21:03:40.867407 [ 3 ] {d04a362b-88d2-4d30-9bdb-f43683d1333b} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7109 | 2024.09.01 21:03:40.867534 [ 3 ] {d04a362b-88d2-4d30-9bdb-f43683d1333b} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001521 sec., 23011.1768573307 rows/sec., 1.69 MiB/sec. | ||
7110 | 2024.09.01 21:03:40.867700 [ 3 ] {d04a362b-88d2-4d30-9bdb-f43683d1333b} <Debug> DynamicQueryHandler: Done processing query | ||
7111 | 2024.09.01 21:03:40.867723 [ 3 ] {d04a362b-88d2-4d30-9bdb-f43683d1333b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7112 | 2024.09.01 21:03:40.867739 [ 3 ] {} <Debug> HTTP-Session: 1535707d-ecc4-490c-a86b-31fe62264288 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7113 | 2024.09.01 21:03:40.867855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7114 | 2024.09.01 21:03:40.867904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7115 | 2024.09.01 21:03:40.867922 [ 3 ] {} <Debug> HTTP-Session: e3e23b50-5415-4123-8bdc-c51714ce417d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7116 | 2024.09.01 21:03:40.867938 [ 3 ] {} <Debug> HTTP-Session: e3e23b50-5415-4123-8bdc-c51714ce417d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7117 | 2024.09.01 21:03:40.867953 [ 3 ] {} <Debug> HTTP-Session: e3e23b50-5415-4123-8bdc-c51714ce417d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7118 | 2024.09.01 21:03:40.867984 [ 3 ] {} <Trace> HTTP-Session: e3e23b50-5415-4123-8bdc-c51714ce417d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7119 | 2024.09.01 21:03:40.868084 [ 3 ] {902a85fd-4280-4d6b-aa3b-ac3d2e04d655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7120 | 2024.09.01 21:03:40.868127 [ 3 ] {902a85fd-4280-4d6b-aa3b-ac3d2e04d655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7121 | 2024.09.01 21:03:40.868351 [ 3 ] {902a85fd-4280-4d6b-aa3b-ac3d2e04d655} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7122 | 2024.09.01 21:03:40.868662 [ 3 ] {902a85fd-4280-4d6b-aa3b-ac3d2e04d655} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7123 | 2024.09.01 21:03:40.868697 [ 3 ] {902a85fd-4280-4d6b-aa3b-ac3d2e04d655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7124 | 2024.09.01 21:03:40.869043 [ 3 ] {902a85fd-4280-4d6b-aa3b-ac3d2e04d655} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7125 | 2024.09.01 21:03:40.869398 [ 3 ] {902a85fd-4280-4d6b-aa3b-ac3d2e04d655} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7126 | 2024.09.01 21:03:40.869525 [ 3 ] {902a85fd-4280-4d6b-aa3b-ac3d2e04d655} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001468 sec., 9536.784741144415 rows/sec., 667.89 KiB/sec. | ||
7127 | 2024.09.01 21:03:40.869686 [ 3 ] {902a85fd-4280-4d6b-aa3b-ac3d2e04d655} <Debug> DynamicQueryHandler: Done processing query | ||
7128 | 2024.09.01 21:03:40.869709 [ 3 ] {902a85fd-4280-4d6b-aa3b-ac3d2e04d655} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7129 | 2024.09.01 21:03:40.869725 [ 3 ] {} <Debug> HTTP-Session: e3e23b50-5415-4123-8bdc-c51714ce417d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7130 | 2024.09.01 21:03:40.869847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7131 | 2024.09.01 21:03:40.869895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7132 | 2024.09.01 21:03:40.869914 [ 3 ] {} <Debug> HTTP-Session: 3be6bc80-2a7d-4cfb-bd9c-af5fd9ab8b40 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7133 | 2024.09.01 21:03:40.869931 [ 3 ] {} <Debug> HTTP-Session: 3be6bc80-2a7d-4cfb-bd9c-af5fd9ab8b40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7134 | 2024.09.01 21:03:40.869945 [ 3 ] {} <Debug> HTTP-Session: 3be6bc80-2a7d-4cfb-bd9c-af5fd9ab8b40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7135 | 2024.09.01 21:03:40.869976 [ 3 ] {} <Trace> HTTP-Session: 3be6bc80-2a7d-4cfb-bd9c-af5fd9ab8b40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7136 | 2024.09.01 21:03:40.870072 [ 3 ] {3a40dee8-d84e-4f26-bcd7-3cfc3eb062ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7137 | 2024.09.01 21:03:40.870114 [ 3 ] {3a40dee8-d84e-4f26-bcd7-3cfc3eb062ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7138 | 2024.09.01 21:03:40.870336 [ 3 ] {3a40dee8-d84e-4f26-bcd7-3cfc3eb062ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7139 | 2024.09.01 21:03:40.870645 [ 3 ] {3a40dee8-d84e-4f26-bcd7-3cfc3eb062ce} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7140 | 2024.09.01 21:03:40.870681 [ 3 ] {3a40dee8-d84e-4f26-bcd7-3cfc3eb062ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7141 | 2024.09.01 21:03:40.871021 [ 3 ] {3a40dee8-d84e-4f26-bcd7-3cfc3eb062ce} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7142 | 2024.09.01 21:03:40.871373 [ 3 ] {3a40dee8-d84e-4f26-bcd7-3cfc3eb062ce} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7143 | 2024.09.01 21:03:40.871495 [ 3 ] {3a40dee8-d84e-4f26-bcd7-3cfc3eb062ce} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00145 sec., 4137.931034482759 rows/sec., 244.48 KiB/sec. | ||
7144 | 2024.09.01 21:03:40.871658 [ 3 ] {3a40dee8-d84e-4f26-bcd7-3cfc3eb062ce} <Debug> DynamicQueryHandler: Done processing query | ||
7145 | 2024.09.01 21:03:40.871681 [ 3 ] {3a40dee8-d84e-4f26-bcd7-3cfc3eb062ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7146 | 2024.09.01 21:03:40.871697 [ 3 ] {} <Debug> HTTP-Session: 3be6bc80-2a7d-4cfb-bd9c-af5fd9ab8b40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7147 | 2024.09.01 21:03:40.871873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 66354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7148 | 2024.09.01 21:03:40.871923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7149 | 2024.09.01 21:03:40.871941 [ 3 ] {} <Debug> HTTP-Session: 978487a9-fa68-40b5-afe4-803032231833 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7150 | 2024.09.01 21:03:40.871957 [ 3 ] {} <Debug> HTTP-Session: 978487a9-fa68-40b5-afe4-803032231833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7151 | 2024.09.01 21:03:40.871971 [ 3 ] {} <Debug> HTTP-Session: 978487a9-fa68-40b5-afe4-803032231833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7152 | 2024.09.01 21:03:40.872005 [ 3 ] {} <Trace> HTTP-Session: 978487a9-fa68-40b5-afe4-803032231833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7153 | 2024.09.01 21:03:40.872209 [ 3 ] {c07ddef5-3dd8-4b6e-acae-831ff08f7853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7154 | 2024.09.01 21:03:40.872252 [ 3 ] {c07ddef5-3dd8-4b6e-acae-831ff08f7853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7155 | 2024.09.01 21:03:40.872473 [ 3 ] {c07ddef5-3dd8-4b6e-acae-831ff08f7853} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7156 | 2024.09.01 21:03:40.873050 [ 3 ] {c07ddef5-3dd8-4b6e-acae-831ff08f7853} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7157 | 2024.09.01 21:03:40.873084 [ 3 ] {c07ddef5-3dd8-4b6e-acae-831ff08f7853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7158 | 2024.09.01 21:03:40.873450 [ 3 ] {c07ddef5-3dd8-4b6e-acae-831ff08f7853} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7159 | 2024.09.01 21:03:40.873799 [ 3 ] {c07ddef5-3dd8-4b6e-acae-831ff08f7853} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7160 | 2024.09.01 21:03:40.873923 [ 3 ] {c07ddef5-3dd8-4b6e-acae-831ff08f7853} <Debug> executeQuery: Read 409 rows, 29.84 KiB in 0.001818 sec., 224972.49724972498 rows/sec., 16.03 MiB/sec. | ||
7161 | 2024.09.01 21:03:40.874077 [ 3 ] {c07ddef5-3dd8-4b6e-acae-831ff08f7853} <Debug> DynamicQueryHandler: Done processing query | ||
7162 | 2024.09.01 21:03:40.874100 [ 3 ] {c07ddef5-3dd8-4b6e-acae-831ff08f7853} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
7163 | 2024.09.01 21:03:40.874116 [ 3 ] {} <Debug> HTTP-Session: 978487a9-fa68-40b5-afe4-803032231833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7164 | 2024.09.01 21:03:40.874315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7165 | 2024.09.01 21:03:40.874364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7166 | 2024.09.01 21:03:40.874382 [ 3 ] {} <Debug> HTTP-Session: ee2220ed-d953-44e2-81fc-d3c39b47a1b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7167 | 2024.09.01 21:03:40.874399 [ 3 ] {} <Debug> HTTP-Session: ee2220ed-d953-44e2-81fc-d3c39b47a1b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7168 | 2024.09.01 21:03:40.874414 [ 3 ] {} <Debug> HTTP-Session: ee2220ed-d953-44e2-81fc-d3c39b47a1b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7169 | 2024.09.01 21:03:40.874444 [ 3 ] {} <Trace> HTTP-Session: ee2220ed-d953-44e2-81fc-d3c39b47a1b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7170 | 2024.09.01 21:03:40.874537 [ 3 ] {d1c28341-64b3-4b42-bee7-91bb6aa388ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7171 | 2024.09.01 21:03:40.874580 [ 3 ] {d1c28341-64b3-4b42-bee7-91bb6aa388ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7172 | 2024.09.01 21:03:40.874707 [ 3 ] {d1c28341-64b3-4b42-bee7-91bb6aa388ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7173 | 2024.09.01 21:03:40.874968 [ 3 ] {d1c28341-64b3-4b42-bee7-91bb6aa388ac} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7174 | 2024.09.01 21:03:40.875004 [ 3 ] {d1c28341-64b3-4b42-bee7-91bb6aa388ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7175 | 2024.09.01 21:03:40.875350 [ 3 ] {d1c28341-64b3-4b42-bee7-91bb6aa388ac} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7176 | 2024.09.01 21:03:40.875668 [ 3 ] {d1c28341-64b3-4b42-bee7-91bb6aa388ac} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7177 | 2024.09.01 21:03:40.875792 [ 3 ] {d1c28341-64b3-4b42-bee7-91bb6aa388ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001281 sec., 4683.840749414519 rows/sec., 244.71 KiB/sec. | ||
7178 | 2024.09.01 21:03:40.875946 [ 3 ] {d1c28341-64b3-4b42-bee7-91bb6aa388ac} <Debug> DynamicQueryHandler: Done processing query | ||
7179 | 2024.09.01 21:03:40.875969 [ 3 ] {d1c28341-64b3-4b42-bee7-91bb6aa388ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7180 | 2024.09.01 21:03:40.875985 [ 3 ] {} <Debug> HTTP-Session: ee2220ed-d953-44e2-81fc-d3c39b47a1b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7181 | 2024.09.01 21:03:40.876156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 42640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7182 | 2024.09.01 21:03:40.876206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7183 | 2024.09.01 21:03:40.876224 [ 3 ] {} <Debug> HTTP-Session: 271f1b46-bebb-4f09-9428-91148f60457f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7184 | 2024.09.01 21:03:40.876240 [ 3 ] {} <Debug> HTTP-Session: 271f1b46-bebb-4f09-9428-91148f60457f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7185 | 2024.09.01 21:03:40.876254 [ 3 ] {} <Debug> HTTP-Session: 271f1b46-bebb-4f09-9428-91148f60457f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7186 | 2024.09.01 21:03:40.876284 [ 3 ] {} <Trace> HTTP-Session: 271f1b46-bebb-4f09-9428-91148f60457f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7187 | 2024.09.01 21:03:40.876472 [ 3 ] {3332d697-e5d2-4b17-806f-2f54d352198e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7188 | 2024.09.01 21:03:40.876518 [ 3 ] {3332d697-e5d2-4b17-806f-2f54d352198e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7189 | 2024.09.01 21:03:40.876659 [ 3 ] {3332d697-e5d2-4b17-806f-2f54d352198e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7190 | 2024.09.01 21:03:40.877039 [ 3 ] {3332d697-e5d2-4b17-806f-2f54d352198e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7191 | 2024.09.01 21:03:40.877074 [ 3 ] {3332d697-e5d2-4b17-806f-2f54d352198e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7192 | 2024.09.01 21:03:40.877443 [ 3 ] {3332d697-e5d2-4b17-806f-2f54d352198e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7193 | 2024.09.01 21:03:40.877774 [ 3 ] {3332d697-e5d2-4b17-806f-2f54d352198e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7194 | 2024.09.01 21:03:40.877900 [ 3 ] {3332d697-e5d2-4b17-806f-2f54d352198e} <Debug> executeQuery: Read 227 rows, 15.50 KiB in 0.001533 sec., 148075.66862361383 rows/sec., 9.88 MiB/sec. | ||
7195 | 2024.09.01 21:03:40.878048 [ 3 ] {3332d697-e5d2-4b17-806f-2f54d352198e} <Debug> DynamicQueryHandler: Done processing query | ||
7196 | 2024.09.01 21:03:40.878072 [ 3 ] {3332d697-e5d2-4b17-806f-2f54d352198e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7197 | 2024.09.01 21:03:40.878087 [ 3 ] {} <Debug> HTTP-Session: 271f1b46-bebb-4f09-9428-91148f60457f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7198 | 2024.09.01 21:03:40.878258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7199 | 2024.09.01 21:03:40.878307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7200 | 2024.09.01 21:03:40.878325 [ 3 ] {} <Debug> HTTP-Session: 4d8ee6f3-d261-4312-9267-52e12ff46bff Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7201 | 2024.09.01 21:03:40.878341 [ 3 ] {} <Debug> HTTP-Session: 4d8ee6f3-d261-4312-9267-52e12ff46bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7202 | 2024.09.01 21:03:40.878355 [ 3 ] {} <Debug> HTTP-Session: 4d8ee6f3-d261-4312-9267-52e12ff46bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7203 | 2024.09.01 21:03:40.878386 [ 3 ] {} <Trace> HTTP-Session: 4d8ee6f3-d261-4312-9267-52e12ff46bff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7204 | 2024.09.01 21:03:40.878477 [ 3 ] {85a3c2c4-d604-42fd-a462-ff98cad11fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7205 | 2024.09.01 21:03:40.878521 [ 3 ] {85a3c2c4-d604-42fd-a462-ff98cad11fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7206 | 2024.09.01 21:03:40.878649 [ 3 ] {85a3c2c4-d604-42fd-a462-ff98cad11fa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7207 | 2024.09.01 21:03:40.878883 [ 3 ] {85a3c2c4-d604-42fd-a462-ff98cad11fa2} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7208 | 2024.09.01 21:03:40.878916 [ 3 ] {85a3c2c4-d604-42fd-a462-ff98cad11fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7209 | 2024.09.01 21:03:40.879251 [ 3 ] {85a3c2c4-d604-42fd-a462-ff98cad11fa2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7210 | 2024.09.01 21:03:40.879568 [ 3 ] {85a3c2c4-d604-42fd-a462-ff98cad11fa2} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7211 | 2024.09.01 21:03:40.879680 [ 84 ] {} <Debug> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7212 | 2024.09.01 21:03:40.879690 [ 3 ] {85a3c2c4-d604-42fd-a462-ff98cad11fa2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001234 sec., 810.3727714748784 rows/sec., 54.61 KiB/sec. | ||
7213 | 2024.09.01 21:03:40.879724 [ 84 ] {} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7214 | 2024.09.01 21:03:40.879759 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7215 | 2024.09.01 21:03:40.879944 [ 3 ] {85a3c2c4-d604-42fd-a462-ff98cad11fa2} <Debug> DynamicQueryHandler: Done processing query | ||
7216 | 2024.09.01 21:03:40.880009 [ 3 ] {85a3c2c4-d604-42fd-a462-ff98cad11fa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7217 | 2024.09.01 21:03:40.880041 [ 3 ] {} <Debug> HTTP-Session: 4d8ee6f3-d261-4312-9267-52e12ff46bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7218 | 2024.09.01 21:03:40.880075 [ 189 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
7219 | 2024.09.01 21:03:40.880264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7220 | 2024.09.01 21:03:40.880366 [ 189 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7221 | 2024.09.01 21:03:40.880378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7222 | 2024.09.01 21:03:40.880437 [ 3 ] {} <Debug> HTTP-Session: 5f83afa0-fdda-45e8-9563-fcc6c335f72e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7223 | 2024.09.01 21:03:40.880440 [ 189 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part | ||
7224 | 2024.09.01 21:03:40.880463 [ 3 ] {} <Debug> HTTP-Session: 5f83afa0-fdda-45e8-9563-fcc6c335f72e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7225 | 2024.09.01 21:03:40.880507 [ 3 ] {} <Debug> HTTP-Session: 5f83afa0-fdda-45e8-9563-fcc6c335f72e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7226 | 2024.09.01 21:03:40.880599 [ 3 ] {} <Trace> HTTP-Session: 5f83afa0-fdda-45e8-9563-fcc6c335f72e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7227 | 2024.09.01 21:03:40.880724 [ 189 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
7228 | 2024.09.01 21:03:40.880946 [ 189 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
7229 | 2024.09.01 21:03:40.881090 [ 189 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
7230 | 2024.09.01 21:03:40.881238 [ 189 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
7231 | 2024.09.01 21:03:40.881372 [ 3 ] {92b1ec68-2384-487b-be63-0250f1d008cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7232 | 2024.09.01 21:03:40.881692 [ 3 ] {92b1ec68-2384-487b-be63-0250f1d008cc} <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 | ||
7233 | 2024.09.01 21:03:40.881698 [ 189 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
7234 | 2024.09.01 21:03:40.883832 [ 3 ] {92b1ec68-2384-487b-be63-0250f1d008cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7235 | 2024.09.01 21:03:40.885064 [ 190 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.005193899 sec., 3080.5373766413245 rows/sec., 206.82 KiB/sec. | ||
7236 | 2024.09.01 21:03:40.885387 [ 3 ] {92b1ec68-2384-487b-be63-0250f1d008cc} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7237 | 2024.09.01 21:03:40.885434 [ 3 ] {92b1ec68-2384-487b-be63-0250f1d008cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7238 | 2024.09.01 21:03:40.885513 [ 190 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7239 | 2024.09.01 21:03:40.886736 [ 190 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_16_3} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7240 | 2024.09.01 21:03:40.886940 [ 190 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_16_3} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7241 | 2024.09.01 21:03:40.887090 [ 3 ] {92b1ec68-2384-487b-be63-0250f1d008cc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7242 | 2024.09.01 21:03:40.887111 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7243 | 2024.09.01 21:03:40.887565 [ 3 ] {92b1ec68-2384-487b-be63-0250f1d008cc} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7244 | 2024.09.01 21:03:40.887726 [ 3 ] {92b1ec68-2384-487b-be63-0250f1d008cc} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.006927 sec., 5052.6923632164 rows/sec., 9.05 MiB/sec. | ||
7245 | 2024.09.01 21:03:40.888415 [ 3 ] {92b1ec68-2384-487b-be63-0250f1d008cc} <Debug> DynamicQueryHandler: Done processing query | ||
7246 | 2024.09.01 21:03:40.888450 [ 3 ] {92b1ec68-2384-487b-be63-0250f1d008cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7247 | 2024.09.01 21:03:40.888467 [ 3 ] {} <Debug> HTTP-Session: 5f83afa0-fdda-45e8-9563-fcc6c335f72e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7248 | 2024.09.01 21:03:40.888604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 10690, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7249 | 2024.09.01 21:03:40.888654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7250 | 2024.09.01 21:03:40.888674 [ 3 ] {} <Debug> HTTP-Session: 99990b88-59df-4964-b004-7db16ff543a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7251 | 2024.09.01 21:03:40.888691 [ 3 ] {} <Debug> HTTP-Session: 99990b88-59df-4964-b004-7db16ff543a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7252 | 2024.09.01 21:03:40.888705 [ 3 ] {} <Debug> HTTP-Session: 99990b88-59df-4964-b004-7db16ff543a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7253 | 2024.09.01 21:03:40.888737 [ 3 ] {} <Trace> HTTP-Session: 99990b88-59df-4964-b004-7db16ff543a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7254 | 2024.09.01 21:03:40.888871 [ 3 ] {17f57239-6085-4696-b02a-995b84e7025d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7255 | 2024.09.01 21:03:40.888918 [ 3 ] {17f57239-6085-4696-b02a-995b84e7025d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7256 | 2024.09.01 21:03:40.889076 [ 3 ] {17f57239-6085-4696-b02a-995b84e7025d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7257 | 2024.09.01 21:03:40.889370 [ 3 ] {17f57239-6085-4696-b02a-995b84e7025d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7258 | 2024.09.01 21:03:40.889404 [ 3 ] {17f57239-6085-4696-b02a-995b84e7025d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7259 | 2024.09.01 21:03:40.889766 [ 3 ] {17f57239-6085-4696-b02a-995b84e7025d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7260 | 2024.09.01 21:03:40.890097 [ 3 ] {17f57239-6085-4696-b02a-995b84e7025d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7261 | 2024.09.01 21:03:40.890224 [ 3 ] {17f57239-6085-4696-b02a-995b84e7025d} <Debug> executeQuery: Read 72 rows, 4.70 KiB in 0.001409 sec., 51100.07097232079 rows/sec., 3.26 MiB/sec. | ||
7262 | 2024.09.01 21:03:40.890382 [ 3 ] {17f57239-6085-4696-b02a-995b84e7025d} <Debug> DynamicQueryHandler: Done processing query | ||
7263 | 2024.09.01 21:03:40.890405 [ 3 ] {17f57239-6085-4696-b02a-995b84e7025d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7264 | 2024.09.01 21:03:40.890421 [ 3 ] {} <Debug> HTTP-Session: 99990b88-59df-4964-b004-7db16ff543a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7265 | 2024.09.01 21:03:45.856815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7266 | 2024.09.01 21:03:45.856954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7267 | 2024.09.01 21:03:45.856982 [ 3 ] {} <Debug> HTTP-Session: d6fb4baa-083b-46fc-b9ca-5521e6e95739 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7268 | 2024.09.01 21:03:45.857011 [ 3 ] {} <Debug> HTTP-Session: d6fb4baa-083b-46fc-b9ca-5521e6e95739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7269 | 2024.09.01 21:03:45.857030 [ 3 ] {} <Debug> HTTP-Session: d6fb4baa-083b-46fc-b9ca-5521e6e95739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7270 | 2024.09.01 21:03:45.857084 [ 3 ] {} <Trace> HTTP-Session: d6fb4baa-083b-46fc-b9ca-5521e6e95739 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7271 | 2024.09.01 21:03:45.857343 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
7272 | 2024.09.01 21:03:45.857743 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
7273 | 2024.09.01 21:03:45.857795 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
7274 | 2024.09.01 21:03:45.858166 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
7275 | 2024.09.01 21:03:45.858249 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
7276 | 2024.09.01 21:03:45.858423 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
7277 | 2024.09.01 21:03:45.858462 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
7278 | 2024.09.01 21:03:45.858488 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
7279 | 2024.09.01 21:03:45.858506 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
7280 | 2024.09.01 21:03:45.858555 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <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', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
7281 | 2024.09.01 21:03:45.858579 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
7282 | 2024.09.01 21:03:45.859738 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.00251 sec., 15139.442231075696 rows/sec., 572.71 KiB/sec. | ||
7283 | 2024.09.01 21:03:45.860027 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Debug> DynamicQueryHandler: Done processing query | ||
7284 | 2024.09.01 21:03:45.860054 [ 3 ] {94683456-0088-4eb7-b5d2-913f7d21c15c} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
7285 | 2024.09.01 21:03:45.860071 [ 3 ] {} <Debug> HTTP-Session: d6fb4baa-083b-46fc-b9ca-5521e6e95739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7286 | 2024.09.01 21:03:45.860275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7287 | 2024.09.01 21:03:45.860329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7288 | 2024.09.01 21:03:45.860350 [ 3 ] {} <Debug> HTTP-Session: a6393156-1586-4d93-a85b-d0913974e39b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7289 | 2024.09.01 21:03:45.860369 [ 3 ] {} <Debug> HTTP-Session: a6393156-1586-4d93-a85b-d0913974e39b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7290 | 2024.09.01 21:03:45.860384 [ 3 ] {} <Debug> HTTP-Session: a6393156-1586-4d93-a85b-d0913974e39b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7291 | 2024.09.01 21:03:45.860420 [ 3 ] {} <Trace> HTTP-Session: a6393156-1586-4d93-a85b-d0913974e39b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7292 | 2024.09.01 21:03:45.860591 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
7293 | 2024.09.01 21:03:45.860897 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
7294 | 2024.09.01 21:03:45.860947 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <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', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
7295 | 2024.09.01 21:03:45.861304 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
7296 | 2024.09.01 21:03:45.861370 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
7297 | 2024.09.01 21:03:45.861517 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
7298 | 2024.09.01 21:03:45.861550 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
7299 | 2024.09.01 21:03:45.861574 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
7300 | 2024.09.01 21:03:45.861675 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
7301 | 2024.09.01 21:03:45.861722 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <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', '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_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
7302 | 2024.09.01 21:03:45.861745 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
7303 | 2024.09.01 21:03:45.862572 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.002068 sec., 18375.2417794971 rows/sec., 695.12 KiB/sec. | ||
7304 | 2024.09.01 21:03:45.862804 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Debug> DynamicQueryHandler: Done processing query | ||
7305 | 2024.09.01 21:03:45.862828 [ 3 ] {b2357715-642f-4e37-82b1-4d057f0fbcc7} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
7306 | 2024.09.01 21:03:45.862845 [ 3 ] {} <Debug> HTTP-Session: a6393156-1586-4d93-a85b-d0913974e39b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7307 | 2024.09.01 21:03:45.863166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7308 | 2024.09.01 21:03:45.863216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7309 | 2024.09.01 21:03:45.863236 [ 3 ] {} <Debug> HTTP-Session: 60b9f420-90e2-4255-a5f3-dc249d2febae Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7310 | 2024.09.01 21:03:45.863253 [ 3 ] {} <Debug> HTTP-Session: 60b9f420-90e2-4255-a5f3-dc249d2febae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7311 | 2024.09.01 21:03:45.863266 [ 3 ] {} <Debug> HTTP-Session: 60b9f420-90e2-4255-a5f3-dc249d2febae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7312 | 2024.09.01 21:03:45.863298 [ 3 ] {} <Trace> HTTP-Session: 60b9f420-90e2-4255-a5f3-dc249d2febae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7313 | 2024.09.01 21:03:45.863455 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', '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_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) | ||
7314 | 2024.09.01 21:03:45.863759 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
7315 | 2024.09.01 21:03:45.863808 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <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', '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_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 | ||
7316 | 2024.09.01 21:03:45.864135 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
7317 | 2024.09.01 21:03:45.864199 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
7318 | 2024.09.01 21:03:45.864342 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
7319 | 2024.09.01 21:03:45.864375 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
7320 | 2024.09.01 21:03:45.864397 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
7321 | 2024.09.01 21:03:45.864413 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
7322 | 2024.09.01 21:03:45.864456 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <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', '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_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'))" | ||
7323 | 2024.09.01 21:03:45.864479 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
7324 | 2024.09.01 21:03:45.865180 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.001804 sec., 21064.30155210643 rows/sec., 796.84 KiB/sec. | ||
7325 | 2024.09.01 21:03:45.865386 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Debug> DynamicQueryHandler: Done processing query | ||
7326 | 2024.09.01 21:03:45.865410 [ 3 ] {9cd97191-9f77-4ad9-b04d-8efa26edfdeb} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
7327 | 2024.09.01 21:03:45.865426 [ 3 ] {} <Debug> HTTP-Session: 60b9f420-90e2-4255-a5f3-dc249d2febae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7328 | 2024.09.01 21:03:45.865729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7329 | 2024.09.01 21:03:45.865776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7330 | 2024.09.01 21:03:45.865796 [ 3 ] {} <Debug> HTTP-Session: 18b5931f-e882-4911-a0d7-321e61a58501 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7331 | 2024.09.01 21:03:45.865812 [ 3 ] {} <Debug> HTTP-Session: 18b5931f-e882-4911-a0d7-321e61a58501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7332 | 2024.09.01 21:03:45.865825 [ 3 ] {} <Debug> HTTP-Session: 18b5931f-e882-4911-a0d7-321e61a58501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7333 | 2024.09.01 21:03:45.865857 [ 3 ] {} <Trace> HTTP-Session: 18b5931f-e882-4911-a0d7-321e61a58501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7334 | 2024.09.01 21:03:45.866010 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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', '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) | ||
7335 | 2024.09.01 21:03:45.866305 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
7336 | 2024.09.01 21:03:45.866354 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <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', '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 | ||
7337 | 2024.09.01 21:03:45.866679 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
7338 | 2024.09.01 21:03:45.866743 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
7339 | 2024.09.01 21:03:45.866884 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
7340 | 2024.09.01 21:03:45.866916 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
7341 | 2024.09.01 21:03:45.866939 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
7342 | 2024.09.01 21:03:45.866955 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
7343 | 2024.09.01 21:03:45.866999 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <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', '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'))" | ||
7344 | 2024.09.01 21:03:45.867022 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 38 rows starting from 0 | ||
7345 | 2024.09.01 21:03:45.867846 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Debug> executeQuery: Read 38 rows, 1.44 KiB in 0.001911 sec., 19884.877027734172 rows/sec., 752.22 KiB/sec. | ||
7346 | 2024.09.01 21:03:45.868076 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Debug> DynamicQueryHandler: Done processing query | ||
7347 | 2024.09.01 21:03:45.868099 [ 3 ] {fb9af875-72da-4ad4-bf47-bc5f4b892485} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
7348 | 2024.09.01 21:03:45.868115 [ 3 ] {} <Debug> HTTP-Session: 18b5931f-e882-4911-a0d7-321e61a58501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7349 | 2024.09.01 21:03:45.869312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7350 | 2024.09.01 21:03:45.869360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7351 | 2024.09.01 21:03:45.869379 [ 3 ] {} <Debug> HTTP-Session: 6ea9e48c-1b39-4088-9a4c-324ae1a9f52e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7352 | 2024.09.01 21:03:45.869396 [ 3 ] {} <Debug> HTTP-Session: 6ea9e48c-1b39-4088-9a4c-324ae1a9f52e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7353 | 2024.09.01 21:03:45.869410 [ 3 ] {} <Debug> HTTP-Session: 6ea9e48c-1b39-4088-9a4c-324ae1a9f52e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7354 | 2024.09.01 21:03:45.869442 [ 3 ] {} <Trace> HTTP-Session: 6ea9e48c-1b39-4088-9a4c-324ae1a9f52e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7355 | 2024.09.01 21:03:45.869549 [ 3 ] {d2ddfd5a-388d-41c4-b2cd-7caafa1fc693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
7356 | 2024.09.01 21:03:45.869596 [ 3 ] {d2ddfd5a-388d-41c4-b2cd-7caafa1fc693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
7357 | 2024.09.01 21:03:45.869761 [ 3 ] {d2ddfd5a-388d-41c4-b2cd-7caafa1fc693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7358 | 2024.09.01 21:03:45.870053 [ 3 ] {d2ddfd5a-388d-41c4-b2cd-7caafa1fc693} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7359 | 2024.09.01 21:03:45.870090 [ 3 ] {d2ddfd5a-388d-41c4-b2cd-7caafa1fc693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7360 | 2024.09.01 21:03:45.870562 [ 3 ] {d2ddfd5a-388d-41c4-b2cd-7caafa1fc693} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
7361 | 2024.09.01 21:03:45.870904 [ 3 ] {d2ddfd5a-388d-41c4-b2cd-7caafa1fc693} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7362 | 2024.09.01 21:03:45.871042 [ 3 ] {d2ddfd5a-388d-41c4-b2cd-7caafa1fc693} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001527 sec., 2619.515389652914 rows/sec., 333.20 KiB/sec. | ||
7363 | 2024.09.01 21:03:45.871247 [ 3 ] {d2ddfd5a-388d-41c4-b2cd-7caafa1fc693} <Debug> DynamicQueryHandler: Done processing query | ||
7364 | 2024.09.01 21:03:45.871270 [ 3 ] {d2ddfd5a-388d-41c4-b2cd-7caafa1fc693} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7365 | 2024.09.01 21:03:45.871286 [ 3 ] {} <Debug> HTTP-Session: 6ea9e48c-1b39-4088-9a4c-324ae1a9f52e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7366 | 2024.09.01 21:03:45.871424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7367 | 2024.09.01 21:03:45.871472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7368 | 2024.09.01 21:03:45.871490 [ 3 ] {} <Debug> HTTP-Session: 90d9e431-6fc2-4ca8-8e8f-5d636f53cc66 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7369 | 2024.09.01 21:03:45.871507 [ 3 ] {} <Debug> HTTP-Session: 90d9e431-6fc2-4ca8-8e8f-5d636f53cc66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7370 | 2024.09.01 21:03:45.871521 [ 3 ] {} <Debug> HTTP-Session: 90d9e431-6fc2-4ca8-8e8f-5d636f53cc66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7371 | 2024.09.01 21:03:45.871551 [ 3 ] {} <Trace> HTTP-Session: 90d9e431-6fc2-4ca8-8e8f-5d636f53cc66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7372 | 2024.09.01 21:03:45.871650 [ 3 ] {a8f4c40d-18d8-4285-ac9f-fc52a554fac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7373 | 2024.09.01 21:03:45.871692 [ 3 ] {a8f4c40d-18d8-4285-ac9f-fc52a554fac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7374 | 2024.09.01 21:03:45.871925 [ 3 ] {a8f4c40d-18d8-4285-ac9f-fc52a554fac8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7375 | 2024.09.01 21:03:45.872229 [ 3 ] {a8f4c40d-18d8-4285-ac9f-fc52a554fac8} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7376 | 2024.09.01 21:03:45.872265 [ 3 ] {a8f4c40d-18d8-4285-ac9f-fc52a554fac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7377 | 2024.09.01 21:03:45.872605 [ 3 ] {a8f4c40d-18d8-4285-ac9f-fc52a554fac8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
7378 | 2024.09.01 21:03:45.872958 [ 3 ] {a8f4c40d-18d8-4285-ac9f-fc52a554fac8} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7379 | 2024.09.01 21:03:45.873090 [ 3 ] {a8f4c40d-18d8-4285-ac9f-fc52a554fac8} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 333.51 KiB/sec. | ||
7380 | 2024.09.01 21:03:45.873314 [ 3 ] {a8f4c40d-18d8-4285-ac9f-fc52a554fac8} <Debug> DynamicQueryHandler: Done processing query | ||
7381 | 2024.09.01 21:03:45.873338 [ 3 ] {a8f4c40d-18d8-4285-ac9f-fc52a554fac8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7382 | 2024.09.01 21:03:45.873353 [ 3 ] {} <Debug> HTTP-Session: 90d9e431-6fc2-4ca8-8e8f-5d636f53cc66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7383 | 2024.09.01 21:03:45.873471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7384 | 2024.09.01 21:03:45.873520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7385 | 2024.09.01 21:03:45.873539 [ 3 ] {} <Debug> HTTP-Session: 1abe4312-bbde-4b00-855e-433970a8d502 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7386 | 2024.09.01 21:03:45.873555 [ 3 ] {} <Debug> HTTP-Session: 1abe4312-bbde-4b00-855e-433970a8d502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7387 | 2024.09.01 21:03:45.873570 [ 3 ] {} <Debug> HTTP-Session: 1abe4312-bbde-4b00-855e-433970a8d502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7388 | 2024.09.01 21:03:45.873601 [ 3 ] {} <Trace> HTTP-Session: 1abe4312-bbde-4b00-855e-433970a8d502 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7389 | 2024.09.01 21:03:45.873715 [ 3 ] {694214c0-d004-4550-a24c-de422dbf3f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7390 | 2024.09.01 21:03:45.873757 [ 3 ] {694214c0-d004-4550-a24c-de422dbf3f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7391 | 2024.09.01 21:03:45.873978 [ 3 ] {694214c0-d004-4550-a24c-de422dbf3f2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7392 | 2024.09.01 21:03:45.874298 [ 3 ] {694214c0-d004-4550-a24c-de422dbf3f2d} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7393 | 2024.09.01 21:03:45.874334 [ 3 ] {694214c0-d004-4550-a24c-de422dbf3f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7394 | 2024.09.01 21:03:45.874690 [ 3 ] {694214c0-d004-4550-a24c-de422dbf3f2d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7395 | 2024.09.01 21:03:45.875044 [ 3 ] {694214c0-d004-4550-a24c-de422dbf3f2d} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7396 | 2024.09.01 21:03:45.875182 [ 3 ] {694214c0-d004-4550-a24c-de422dbf3f2d} <Debug> executeQuery: Read 63 rows, 4.98 KiB in 0.001508 sec., 41777.18832891247 rows/sec., 3.23 MiB/sec. | ||
7397 | 2024.09.01 21:03:45.875335 [ 3 ] {694214c0-d004-4550-a24c-de422dbf3f2d} <Debug> DynamicQueryHandler: Done processing query | ||
7398 | 2024.09.01 21:03:45.875358 [ 3 ] {694214c0-d004-4550-a24c-de422dbf3f2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7399 | 2024.09.01 21:03:45.875374 [ 3 ] {} <Debug> HTTP-Session: 1abe4312-bbde-4b00-855e-433970a8d502 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7400 | 2024.09.01 21:03:45.875486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7401 | 2024.09.01 21:03:45.875534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7402 | 2024.09.01 21:03:45.875553 [ 3 ] {} <Debug> HTTP-Session: cdb560bf-d783-4b6b-ab14-28b484bfbe2e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7403 | 2024.09.01 21:03:45.875569 [ 3 ] {} <Debug> HTTP-Session: cdb560bf-d783-4b6b-ab14-28b484bfbe2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7404 | 2024.09.01 21:03:45.875582 [ 3 ] {} <Debug> HTTP-Session: cdb560bf-d783-4b6b-ab14-28b484bfbe2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7405 | 2024.09.01 21:03:45.875613 [ 3 ] {} <Trace> HTTP-Session: cdb560bf-d783-4b6b-ab14-28b484bfbe2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7406 | 2024.09.01 21:03:45.875709 [ 3 ] {2f41b8f9-db23-4363-8fb5-79873e8d6d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7407 | 2024.09.01 21:03:45.875752 [ 3 ] {2f41b8f9-db23-4363-8fb5-79873e8d6d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7408 | 2024.09.01 21:03:45.875971 [ 3 ] {2f41b8f9-db23-4363-8fb5-79873e8d6d11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7409 | 2024.09.01 21:03:45.876256 [ 3 ] {2f41b8f9-db23-4363-8fb5-79873e8d6d11} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7410 | 2024.09.01 21:03:45.876296 [ 3 ] {2f41b8f9-db23-4363-8fb5-79873e8d6d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7411 | 2024.09.01 21:03:45.876759 [ 3 ] {2f41b8f9-db23-4363-8fb5-79873e8d6d11} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7412 | 2024.09.01 21:03:45.877111 [ 3 ] {2f41b8f9-db23-4363-8fb5-79873e8d6d11} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7413 | 2024.09.01 21:03:45.877241 [ 3 ] {2f41b8f9-db23-4363-8fb5-79873e8d6d11} <Debug> executeQuery: Read 8 rows, 583.00 B in 0.001558 sec., 5134.788189987164 rows/sec., 365.43 KiB/sec. | ||
7414 | 2024.09.01 21:03:45.877392 [ 3 ] {2f41b8f9-db23-4363-8fb5-79873e8d6d11} <Debug> DynamicQueryHandler: Done processing query | ||
7415 | 2024.09.01 21:03:45.877416 [ 3 ] {2f41b8f9-db23-4363-8fb5-79873e8d6d11} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7416 | 2024.09.01 21:03:45.877432 [ 3 ] {} <Debug> HTTP-Session: cdb560bf-d783-4b6b-ab14-28b484bfbe2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7417 | 2024.09.01 21:03:45.877548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7418 | 2024.09.01 21:03:45.877596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7419 | 2024.09.01 21:03:45.877615 [ 3 ] {} <Debug> HTTP-Session: 3b542f8a-6b38-4aed-a357-a8b48e90ccac Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7420 | 2024.09.01 21:03:45.877632 [ 3 ] {} <Debug> HTTP-Session: 3b542f8a-6b38-4aed-a357-a8b48e90ccac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7421 | 2024.09.01 21:03:45.877645 [ 3 ] {} <Debug> HTTP-Session: 3b542f8a-6b38-4aed-a357-a8b48e90ccac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7422 | 2024.09.01 21:03:45.877676 [ 3 ] {} <Trace> HTTP-Session: 3b542f8a-6b38-4aed-a357-a8b48e90ccac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7423 | 2024.09.01 21:03:45.877792 [ 3 ] {53ab30f2-2af2-42d8-8c02-e207bad36dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7424 | 2024.09.01 21:03:45.877835 [ 3 ] {53ab30f2-2af2-42d8-8c02-e207bad36dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7425 | 2024.09.01 21:03:45.878058 [ 3 ] {53ab30f2-2af2-42d8-8c02-e207bad36dd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7426 | 2024.09.01 21:03:45.878365 [ 3 ] {53ab30f2-2af2-42d8-8c02-e207bad36dd8} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7427 | 2024.09.01 21:03:45.878400 [ 3 ] {53ab30f2-2af2-42d8-8c02-e207bad36dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7428 | 2024.09.01 21:03:45.878749 [ 3 ] {53ab30f2-2af2-42d8-8c02-e207bad36dd8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7429 | 2024.09.01 21:03:45.879103 [ 3 ] {53ab30f2-2af2-42d8-8c02-e207bad36dd8} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7430 | 2024.09.01 21:03:45.879238 [ 3 ] {53ab30f2-2af2-42d8-8c02-e207bad36dd8} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00149 sec., 48322.14765100671 rows/sec., 3.78 MiB/sec. | ||
7431 | 2024.09.01 21:03:45.879390 [ 3 ] {53ab30f2-2af2-42d8-8c02-e207bad36dd8} <Debug> DynamicQueryHandler: Done processing query | ||
7432 | 2024.09.01 21:03:45.879413 [ 3 ] {53ab30f2-2af2-42d8-8c02-e207bad36dd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7433 | 2024.09.01 21:03:45.879429 [ 3 ] {} <Debug> HTTP-Session: 3b542f8a-6b38-4aed-a357-a8b48e90ccac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7434 | 2024.09.01 21:03:45.879577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 29590, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7435 | 2024.09.01 21:03:45.879624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7436 | 2024.09.01 21:03:45.879644 [ 3 ] {} <Debug> HTTP-Session: e91d3b67-138a-4a5e-b1c4-ae887cdc0fc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7437 | 2024.09.01 21:03:45.879660 [ 3 ] {} <Debug> HTTP-Session: e91d3b67-138a-4a5e-b1c4-ae887cdc0fc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7438 | 2024.09.01 21:03:45.879674 [ 3 ] {} <Debug> HTTP-Session: e91d3b67-138a-4a5e-b1c4-ae887cdc0fc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7439 | 2024.09.01 21:03:45.879704 [ 3 ] {} <Trace> HTTP-Session: e91d3b67-138a-4a5e-b1c4-ae887cdc0fc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7440 | 2024.09.01 21:03:45.879846 [ 3 ] {5f2c5fea-377b-4b2a-91e0-a4476376f377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7441 | 2024.09.01 21:03:45.879891 [ 3 ] {5f2c5fea-377b-4b2a-91e0-a4476376f377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7442 | 2024.09.01 21:03:45.880034 [ 3 ] {5f2c5fea-377b-4b2a-91e0-a4476376f377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7443 | 2024.09.01 21:03:45.880354 [ 3 ] {5f2c5fea-377b-4b2a-91e0-a4476376f377} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7444 | 2024.09.01 21:03:45.880388 [ 3 ] {5f2c5fea-377b-4b2a-91e0-a4476376f377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7445 | 2024.09.01 21:03:45.880752 [ 3 ] {5f2c5fea-377b-4b2a-91e0-a4476376f377} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7446 | 2024.09.01 21:03:45.881103 [ 3 ] {5f2c5fea-377b-4b2a-91e0-a4476376f377} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7447 | 2024.09.01 21:03:45.881239 [ 3 ] {5f2c5fea-377b-4b2a-91e0-a4476376f377} <Debug> executeQuery: Read 155 rows, 11.01 KiB in 0.001457 sec., 106382.97872340426 rows/sec., 7.38 MiB/sec. | ||
7448 | 2024.09.01 21:03:45.881390 [ 3 ] {5f2c5fea-377b-4b2a-91e0-a4476376f377} <Debug> DynamicQueryHandler: Done processing query | ||
7449 | 2024.09.01 21:03:45.881412 [ 3 ] {5f2c5fea-377b-4b2a-91e0-a4476376f377} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7450 | 2024.09.01 21:03:45.881428 [ 3 ] {} <Debug> HTTP-Session: e91d3b67-138a-4a5e-b1c4-ae887cdc0fc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7451 | 2024.09.01 21:03:45.881540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7452 | 2024.09.01 21:03:45.881588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7453 | 2024.09.01 21:03:45.881607 [ 3 ] {} <Debug> HTTP-Session: 6f6a0030-7f13-4d12-a7a0-eff3ea626bc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7454 | 2024.09.01 21:03:45.881623 [ 3 ] {} <Debug> HTTP-Session: 6f6a0030-7f13-4d12-a7a0-eff3ea626bc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7455 | 2024.09.01 21:03:45.881636 [ 3 ] {} <Debug> HTTP-Session: 6f6a0030-7f13-4d12-a7a0-eff3ea626bc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7456 | 2024.09.01 21:03:45.881666 [ 3 ] {} <Trace> HTTP-Session: 6f6a0030-7f13-4d12-a7a0-eff3ea626bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7457 | 2024.09.01 21:03:45.881775 [ 3 ] {f25fcfa8-3e86-42fb-8254-b7e3d7fb75fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7458 | 2024.09.01 21:03:45.881836 [ 3 ] {f25fcfa8-3e86-42fb-8254-b7e3d7fb75fd} <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 | ||
7459 | 2024.09.01 21:03:45.882230 [ 3 ] {f25fcfa8-3e86-42fb-8254-b7e3d7fb75fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7460 | 2024.09.01 21:03:45.882619 [ 3 ] {f25fcfa8-3e86-42fb-8254-b7e3d7fb75fd} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7461 | 2024.09.01 21:03:45.882654 [ 3 ] {f25fcfa8-3e86-42fb-8254-b7e3d7fb75fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7462 | 2024.09.01 21:03:45.883229 [ 3 ] {f25fcfa8-3e86-42fb-8254-b7e3d7fb75fd} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7463 | 2024.09.01 21:03:45.883638 [ 3 ] {f25fcfa8-3e86-42fb-8254-b7e3d7fb75fd} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7464 | 2024.09.01 21:03:45.883781 [ 3 ] {f25fcfa8-3e86-42fb-8254-b7e3d7fb75fd} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002045 sec., 977.9951100244499 rows/sec., 1.75 MiB/sec. | ||
7465 | 2024.09.01 21:03:45.883969 [ 3 ] {f25fcfa8-3e86-42fb-8254-b7e3d7fb75fd} <Debug> DynamicQueryHandler: Done processing query | ||
7466 | 2024.09.01 21:03:45.883992 [ 3 ] {f25fcfa8-3e86-42fb-8254-b7e3d7fb75fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7467 | 2024.09.01 21:03:45.884007 [ 3 ] {} <Debug> HTTP-Session: 6f6a0030-7f13-4d12-a7a0-eff3ea626bc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7468 | 2024.09.01 21:03:45.884121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7469 | 2024.09.01 21:03:45.884170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7470 | 2024.09.01 21:03:45.884189 [ 3 ] {} <Debug> HTTP-Session: 01d1477f-ef4d-40d2-b728-e792cde9632b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7471 | 2024.09.01 21:03:45.884206 [ 3 ] {} <Debug> HTTP-Session: 01d1477f-ef4d-40d2-b728-e792cde9632b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7472 | 2024.09.01 21:03:45.884220 [ 3 ] {} <Debug> HTTP-Session: 01d1477f-ef4d-40d2-b728-e792cde9632b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7473 | 2024.09.01 21:03:45.884250 [ 3 ] {} <Trace> HTTP-Session: 01d1477f-ef4d-40d2-b728-e792cde9632b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7474 | 2024.09.01 21:03:45.884356 [ 3 ] {9f9450f1-f49f-43f9-b80f-3fb64b81236f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7475 | 2024.09.01 21:03:45.884400 [ 3 ] {9f9450f1-f49f-43f9-b80f-3fb64b81236f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7476 | 2024.09.01 21:03:45.884528 [ 3 ] {9f9450f1-f49f-43f9-b80f-3fb64b81236f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7477 | 2024.09.01 21:03:45.884782 [ 3 ] {9f9450f1-f49f-43f9-b80f-3fb64b81236f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7478 | 2024.09.01 21:03:45.884817 [ 3 ] {9f9450f1-f49f-43f9-b80f-3fb64b81236f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7479 | 2024.09.01 21:03:45.885177 [ 3 ] {9f9450f1-f49f-43f9-b80f-3fb64b81236f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7480 | 2024.09.01 21:03:45.885503 [ 3 ] {9f9450f1-f49f-43f9-b80f-3fb64b81236f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7481 | 2024.09.01 21:03:45.885640 [ 3 ] {9f9450f1-f49f-43f9-b80f-3fb64b81236f} <Debug> executeQuery: Read 52 rows, 3.64 KiB in 0.001319 sec., 39423.80591357088 rows/sec., 2.69 MiB/sec. | ||
7482 | 2024.09.01 21:03:45.885789 [ 3 ] {9f9450f1-f49f-43f9-b80f-3fb64b81236f} <Debug> DynamicQueryHandler: Done processing query | ||
7483 | 2024.09.01 21:03:45.885813 [ 3 ] {9f9450f1-f49f-43f9-b80f-3fb64b81236f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7484 | 2024.09.01 21:03:45.885828 [ 3 ] {} <Debug> HTTP-Session: 01d1477f-ef4d-40d2-b728-e792cde9632b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7485 | 2024.09.01 21:03:49.901478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7486 | 2024.09.01 21:03:49.901621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7487 | 2024.09.01 21:03:49.901651 [ 3 ] {} <Debug> HTTP-Session: 346738ae-2ae3-4631-9084-c8305f482706 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7488 | 2024.09.01 21:03:49.901679 [ 3 ] {} <Debug> HTTP-Session: 346738ae-2ae3-4631-9084-c8305f482706 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7489 | 2024.09.01 21:03:49.901697 [ 3 ] {} <Debug> HTTP-Session: 346738ae-2ae3-4631-9084-c8305f482706 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7490 | 2024.09.01 21:03:49.901753 [ 3 ] {} <Trace> HTTP-Session: 346738ae-2ae3-4631-9084-c8305f482706 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7491 | 2024.09.01 21:03:49.901954 [ 3 ] {38b598e8-bf2e-49aa-a236-d32faffe7e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7492 | 2024.09.01 21:03:49.902031 [ 3 ] {38b598e8-bf2e-49aa-a236-d32faffe7e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7493 | 2024.09.01 21:03:49.902407 [ 3 ] {38b598e8-bf2e-49aa-a236-d32faffe7e81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7494 | 2024.09.01 21:03:49.902777 [ 3 ] {38b598e8-bf2e-49aa-a236-d32faffe7e81} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7495 | 2024.09.01 21:03:49.902822 [ 3 ] {38b598e8-bf2e-49aa-a236-d32faffe7e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7496 | 2024.09.01 21:03:49.903231 [ 3 ] {38b598e8-bf2e-49aa-a236-d32faffe7e81} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7497 | 2024.09.01 21:03:49.903625 [ 3 ] {38b598e8-bf2e-49aa-a236-d32faffe7e81} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7498 | 2024.09.01 21:03:49.903788 [ 3 ] {38b598e8-bf2e-49aa-a236-d32faffe7e81} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00189 sec., 1058.2010582010582 rows/sec., 86.29 KiB/sec. | ||
7499 | 2024.09.01 21:03:49.904127 [ 3 ] {38b598e8-bf2e-49aa-a236-d32faffe7e81} <Debug> DynamicQueryHandler: Done processing query | ||
7500 | 2024.09.01 21:03:49.904157 [ 3 ] {38b598e8-bf2e-49aa-a236-d32faffe7e81} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7501 | 2024.09.01 21:03:49.904173 [ 3 ] {} <Debug> HTTP-Session: 346738ae-2ae3-4631-9084-c8305f482706 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7502 | 2024.09.01 21:03:49.904498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 196031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7503 | 2024.09.01 21:03:49.904553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7504 | 2024.09.01 21:03:49.904573 [ 3 ] {} <Debug> HTTP-Session: 48a20492-659d-471c-8cfc-6dfb36d0baa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7505 | 2024.09.01 21:03:49.904593 [ 3 ] {} <Debug> HTTP-Session: 48a20492-659d-471c-8cfc-6dfb36d0baa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7506 | 2024.09.01 21:03:49.904607 [ 3 ] {} <Debug> HTTP-Session: 48a20492-659d-471c-8cfc-6dfb36d0baa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7507 | 2024.09.01 21:03:49.904643 [ 3 ] {} <Trace> HTTP-Session: 48a20492-659d-471c-8cfc-6dfb36d0baa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7508 | 2024.09.01 21:03:49.905122 [ 3 ] {887dd8e8-7f58-4001-a698-ee9d51cdfb58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7509 | 2024.09.01 21:03:49.905172 [ 3 ] {887dd8e8-7f58-4001-a698-ee9d51cdfb58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7510 | 2024.09.01 21:03:49.905432 [ 3 ] {887dd8e8-7f58-4001-a698-ee9d51cdfb58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7511 | 2024.09.01 21:03:49.906538 [ 3 ] {887dd8e8-7f58-4001-a698-ee9d51cdfb58} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7512 | 2024.09.01 21:03:49.906576 [ 3 ] {887dd8e8-7f58-4001-a698-ee9d51cdfb58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7513 | 2024.09.01 21:03:49.907030 [ 3 ] {887dd8e8-7f58-4001-a698-ee9d51cdfb58} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7514 | 2024.09.01 21:03:49.907404 [ 3 ] {887dd8e8-7f58-4001-a698-ee9d51cdfb58} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7515 | 2024.09.01 21:03:49.907552 [ 3 ] {887dd8e8-7f58-4001-a698-ee9d51cdfb58} <Debug> executeQuery: Read 1346 rows, 114.64 KiB in 0.002761 sec., 487504.5273451648 rows/sec., 40.55 MiB/sec. | ||
7516 | 2024.09.01 21:03:49.907717 [ 3 ] {887dd8e8-7f58-4001-a698-ee9d51cdfb58} <Debug> DynamicQueryHandler: Done processing query | ||
7517 | 2024.09.01 21:03:49.907742 [ 3 ] {887dd8e8-7f58-4001-a698-ee9d51cdfb58} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
7518 | 2024.09.01 21:03:49.907757 [ 3 ] {} <Debug> HTTP-Session: 48a20492-659d-471c-8cfc-6dfb36d0baa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7519 | 2024.09.01 21:03:49.908218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7520 | 2024.09.01 21:03:49.908266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7521 | 2024.09.01 21:03:49.908286 [ 3 ] {} <Debug> HTTP-Session: 5a1f3b72-bb72-4ee6-85e4-c0bf83f689b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7522 | 2024.09.01 21:03:49.908304 [ 3 ] {} <Debug> HTTP-Session: 5a1f3b72-bb72-4ee6-85e4-c0bf83f689b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7523 | 2024.09.01 21:03:49.908318 [ 3 ] {} <Debug> HTTP-Session: 5a1f3b72-bb72-4ee6-85e4-c0bf83f689b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7524 | 2024.09.01 21:03:49.908351 [ 3 ] {} <Trace> HTTP-Session: 5a1f3b72-bb72-4ee6-85e4-c0bf83f689b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7525 | 2024.09.01 21:03:49.908450 [ 3 ] {29255b76-51bc-45fe-ac51-2c50aa33deb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7526 | 2024.09.01 21:03:49.908493 [ 3 ] {29255b76-51bc-45fe-ac51-2c50aa33deb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7527 | 2024.09.01 21:03:49.908719 [ 3 ] {29255b76-51bc-45fe-ac51-2c50aa33deb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7528 | 2024.09.01 21:03:49.909082 [ 3 ] {29255b76-51bc-45fe-ac51-2c50aa33deb5} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7529 | 2024.09.01 21:03:49.909118 [ 3 ] {29255b76-51bc-45fe-ac51-2c50aa33deb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7530 | 2024.09.01 21:03:49.909462 [ 3 ] {29255b76-51bc-45fe-ac51-2c50aa33deb5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7531 | 2024.09.01 21:03:49.909814 [ 3 ] {29255b76-51bc-45fe-ac51-2c50aa33deb5} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7532 | 2024.09.01 21:03:49.909975 [ 3 ] {29255b76-51bc-45fe-ac51-2c50aa33deb5} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001544 sec., 6476.683937823834 rows/sec., 480.06 KiB/sec. | ||
7533 | 2024.09.01 21:03:49.909983 [ 75 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7534 | 2024.09.01 21:03:49.910094 [ 75 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7535 | 2024.09.01 21:03:49.910141 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7536 | 2024.09.01 21:03:49.910231 [ 3 ] {29255b76-51bc-45fe-ac51-2c50aa33deb5} <Debug> DynamicQueryHandler: Done processing query | ||
7537 | 2024.09.01 21:03:49.910298 [ 3 ] {29255b76-51bc-45fe-ac51-2c50aa33deb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7538 | 2024.09.01 21:03:49.910335 [ 3 ] {} <Debug> HTTP-Session: 5a1f3b72-bb72-4ee6-85e4-c0bf83f689b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7539 | 2024.09.01 21:03:49.910355 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
7540 | 2024.09.01 21:03:49.910568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7541 | 2024.09.01 21:03:49.910694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7542 | 2024.09.01 21:03:49.910710 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7543 | 2024.09.01 21:03:49.910727 [ 3 ] {} <Debug> HTTP-Session: a5d912bf-c940-461f-93e3-eeb8f80e7290 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7544 | 2024.09.01 21:03:49.910781 [ 3 ] {} <Debug> HTTP-Session: a5d912bf-c940-461f-93e3-eeb8f80e7290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7545 | 2024.09.01 21:03:49.910789 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 51 rows starting from the beginning of the part | ||
7546 | 2024.09.01 21:03:49.910805 [ 3 ] {} <Debug> HTTP-Session: a5d912bf-c940-461f-93e3-eeb8f80e7290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7547 | 2024.09.01 21:03:49.910893 [ 3 ] {} <Trace> HTTP-Session: a5d912bf-c940-461f-93e3-eeb8f80e7290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7548 | 2024.09.01 21:03:49.911121 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 35 rows starting from the beginning of the part | ||
7549 | 2024.09.01 21:03:49.911337 [ 3 ] {c3b6177a-900c-4bd9-8910-94e8b3ad5750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7550 | 2024.09.01 21:03:49.911371 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
7551 | 2024.09.01 21:03:49.911498 [ 3 ] {c3b6177a-900c-4bd9-8910-94e8b3ad5750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7552 | 2024.09.01 21:03:49.911605 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 35 rows starting from the beginning of the part | ||
7553 | 2024.09.01 21:03:49.912049 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
7554 | 2024.09.01 21:03:49.912297 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 10 rows starting from the beginning of the part | ||
7555 | 2024.09.01 21:03:49.913056 [ 3 ] {c3b6177a-900c-4bd9-8910-94e8b3ad5750} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7556 | 2024.09.01 21:03:49.914175 [ 3 ] {c3b6177a-900c-4bd9-8910-94e8b3ad5750} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7557 | 2024.09.01 21:03:49.914250 [ 3 ] {c3b6177a-900c-4bd9-8910-94e8b3ad5750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7558 | 2024.09.01 21:03:49.914976 [ 189 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 141 rows, containing 5 columns (5 merged, 0 gathered) in 0.004734764 sec., 29779.731365702704 rows/sec., 2.28 MiB/sec. | ||
7559 | 2024.09.01 21:03:49.915194 [ 3 ] {c3b6177a-900c-4bd9-8910-94e8b3ad5750} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7560 | 2024.09.01 21:03:49.915242 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7561 | 2024.09.01 21:03:49.916111 [ 3 ] {c3b6177a-900c-4bd9-8910-94e8b3ad5750} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7562 | 2024.09.01 21:03:49.916407 [ 3 ] {c3b6177a-900c-4bd9-8910-94e8b3ad5750} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005287 sec., 45772.64989597125 rows/sec., 3.10 MiB/sec. | ||
7563 | 2024.09.01 21:03:49.916415 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_31_6} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7564 | 2024.09.01 21:03:49.916660 [ 186 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_31_6} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7565 | 2024.09.01 21:03:49.916785 [ 3 ] {c3b6177a-900c-4bd9-8910-94e8b3ad5750} <Debug> DynamicQueryHandler: Done processing query | ||
7566 | 2024.09.01 21:03:49.916817 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
7567 | 2024.09.01 21:03:49.916830 [ 3 ] {c3b6177a-900c-4bd9-8910-94e8b3ad5750} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7568 | 2024.09.01 21:03:49.916871 [ 3 ] {} <Debug> HTTP-Session: a5d912bf-c940-461f-93e3-eeb8f80e7290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7569 | 2024.09.01 21:03:49.917052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7570 | 2024.09.01 21:03:49.917100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7571 | 2024.09.01 21:03:49.917119 [ 3 ] {} <Debug> HTTP-Session: 7fa65a96-85d2-48d5-9136-a43ebb0f6731 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7572 | 2024.09.01 21:03:49.917137 [ 3 ] {} <Debug> HTTP-Session: 7fa65a96-85d2-48d5-9136-a43ebb0f6731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7573 | 2024.09.01 21:03:49.917151 [ 3 ] {} <Debug> HTTP-Session: 7fa65a96-85d2-48d5-9136-a43ebb0f6731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7574 | 2024.09.01 21:03:49.917183 [ 3 ] {} <Trace> HTTP-Session: 7fa65a96-85d2-48d5-9136-a43ebb0f6731 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7575 | 2024.09.01 21:03:49.917283 [ 3 ] {f3a2a960-0b05-4ef4-81ad-efb9ec8f5b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7576 | 2024.09.01 21:03:49.917329 [ 3 ] {f3a2a960-0b05-4ef4-81ad-efb9ec8f5b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7577 | 2024.09.01 21:03:49.917582 [ 3 ] {f3a2a960-0b05-4ef4-81ad-efb9ec8f5b7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7578 | 2024.09.01 21:03:49.917896 [ 3 ] {f3a2a960-0b05-4ef4-81ad-efb9ec8f5b7a} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7579 | 2024.09.01 21:03:49.917933 [ 3 ] {f3a2a960-0b05-4ef4-81ad-efb9ec8f5b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7580 | 2024.09.01 21:03:49.918283 [ 3 ] {f3a2a960-0b05-4ef4-81ad-efb9ec8f5b7a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7581 | 2024.09.01 21:03:49.918649 [ 3 ] {f3a2a960-0b05-4ef4-81ad-efb9ec8f5b7a} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7582 | 2024.09.01 21:03:49.918802 [ 3 ] {f3a2a960-0b05-4ef4-81ad-efb9ec8f5b7a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 230.19 KiB/sec. | ||
7583 | 2024.09.01 21:03:49.918971 [ 3 ] {f3a2a960-0b05-4ef4-81ad-efb9ec8f5b7a} <Debug> DynamicQueryHandler: Done processing query | ||
7584 | 2024.09.01 21:03:49.918995 [ 3 ] {f3a2a960-0b05-4ef4-81ad-efb9ec8f5b7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7585 | 2024.09.01 21:03:49.919010 [ 3 ] {} <Debug> HTTP-Session: 7fa65a96-85d2-48d5-9136-a43ebb0f6731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7586 | 2024.09.01 21:03:49.919220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 138442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7587 | 2024.09.01 21:03:49.919270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7588 | 2024.09.01 21:03:49.919290 [ 3 ] {} <Debug> HTTP-Session: 99d0deed-5baf-4c29-bae0-23513a3afe29 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7589 | 2024.09.01 21:03:49.919307 [ 3 ] {} <Debug> HTTP-Session: 99d0deed-5baf-4c29-bae0-23513a3afe29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7590 | 2024.09.01 21:03:49.919321 [ 3 ] {} <Debug> HTTP-Session: 99d0deed-5baf-4c29-bae0-23513a3afe29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7591 | 2024.09.01 21:03:49.919352 [ 3 ] {} <Trace> HTTP-Session: 99d0deed-5baf-4c29-bae0-23513a3afe29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7592 | 2024.09.01 21:03:49.919670 [ 3 ] {0529b36f-284a-4146-9677-487a57e1e2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7593 | 2024.09.01 21:03:49.919713 [ 3 ] {0529b36f-284a-4146-9677-487a57e1e2a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7594 | 2024.09.01 21:03:49.919939 [ 3 ] {0529b36f-284a-4146-9677-487a57e1e2a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7595 | 2024.09.01 21:03:49.920736 [ 3 ] {0529b36f-284a-4146-9677-487a57e1e2a1} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7596 | 2024.09.01 21:03:49.920773 [ 3 ] {0529b36f-284a-4146-9677-487a57e1e2a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7597 | 2024.09.01 21:03:49.921161 [ 3 ] {0529b36f-284a-4146-9677-487a57e1e2a1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7598 | 2024.09.01 21:03:49.921524 [ 3 ] {0529b36f-284a-4146-9677-487a57e1e2a1} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7599 | 2024.09.01 21:03:49.921677 [ 3 ] {0529b36f-284a-4146-9677-487a57e1e2a1} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002187 sec., 387745.77046181983 rows/sec., 28.03 MiB/sec. | ||
7600 | 2024.09.01 21:03:49.921837 [ 3 ] {0529b36f-284a-4146-9677-487a57e1e2a1} <Debug> DynamicQueryHandler: Done processing query | ||
7601 | 2024.09.01 21:03:49.921861 [ 3 ] {0529b36f-284a-4146-9677-487a57e1e2a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
7602 | 2024.09.01 21:03:49.921876 [ 3 ] {} <Debug> HTTP-Session: 99d0deed-5baf-4c29-bae0-23513a3afe29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7603 | 2024.09.01 21:03:49.922200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7604 | 2024.09.01 21:03:49.922246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7605 | 2024.09.01 21:03:49.922265 [ 3 ] {} <Debug> HTTP-Session: b25adecb-8614-462c-9748-801938c24869 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7606 | 2024.09.01 21:03:49.922282 [ 3 ] {} <Debug> HTTP-Session: b25adecb-8614-462c-9748-801938c24869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7607 | 2024.09.01 21:03:49.922297 [ 3 ] {} <Debug> HTTP-Session: b25adecb-8614-462c-9748-801938c24869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7608 | 2024.09.01 21:03:49.922328 [ 3 ] {} <Trace> HTTP-Session: b25adecb-8614-462c-9748-801938c24869 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7609 | 2024.09.01 21:03:49.922425 [ 3 ] {1ab6a5e2-229b-41f1-9600-8a710c19671b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7610 | 2024.09.01 21:03:49.922470 [ 3 ] {1ab6a5e2-229b-41f1-9600-8a710c19671b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7611 | 2024.09.01 21:03:49.922600 [ 3 ] {1ab6a5e2-229b-41f1-9600-8a710c19671b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7612 | 2024.09.01 21:03:49.922861 [ 3 ] {1ab6a5e2-229b-41f1-9600-8a710c19671b} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7613 | 2024.09.01 21:03:49.922897 [ 3 ] {1ab6a5e2-229b-41f1-9600-8a710c19671b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7614 | 2024.09.01 21:03:49.923259 [ 3 ] {1ab6a5e2-229b-41f1-9600-8a710c19671b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7615 | 2024.09.01 21:03:49.923585 [ 3 ] {1ab6a5e2-229b-41f1-9600-8a710c19671b} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7616 | 2024.09.01 21:03:49.923738 [ 3 ] {1ab6a5e2-229b-41f1-9600-8a710c19671b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 235.87 KiB/sec. | ||
7617 | 2024.09.01 21:03:49.923740 [ 75 ] {} <Debug> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7618 | 2024.09.01 21:03:49.923841 [ 75 ] {} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7619 | 2024.09.01 21:03:49.923890 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7620 | 2024.09.01 21:03:49.924004 [ 3 ] {1ab6a5e2-229b-41f1-9600-8a710c19671b} <Debug> DynamicQueryHandler: Done processing query | ||
7621 | 2024.09.01 21:03:49.924086 [ 3 ] {1ab6a5e2-229b-41f1-9600-8a710c19671b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7622 | 2024.09.01 21:03:49.924176 [ 3 ] {} <Debug> HTTP-Session: b25adecb-8614-462c-9748-801938c24869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7623 | 2024.09.01 21:03:49.924322 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
7624 | 2024.09.01 21:03:49.924505 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7625 | 2024.09.01 21:03:49.924557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 172175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7626 | 2024.09.01 21:03:49.924565 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
7627 | 2024.09.01 21:03:49.924633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7628 | 2024.09.01 21:03:49.924712 [ 3 ] {} <Debug> HTTP-Session: c6bcd635-8e63-4f0e-ad9d-5c6b9119f2af Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7629 | 2024.09.01 21:03:49.924783 [ 3 ] {} <Debug> HTTP-Session: c6bcd635-8e63-4f0e-ad9d-5c6b9119f2af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7630 | 2024.09.01 21:03:49.924779 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
7631 | 2024.09.01 21:03:49.924823 [ 3 ] {} <Debug> HTTP-Session: c6bcd635-8e63-4f0e-ad9d-5c6b9119f2af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7632 | 2024.09.01 21:03:49.924992 [ 3 ] {} <Trace> HTTP-Session: c6bcd635-8e63-4f0e-ad9d-5c6b9119f2af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7633 | 2024.09.01 21:03:49.925109 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
7634 | 2024.09.01 21:03:49.925346 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
7635 | 2024.09.01 21:03:49.925548 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
7636 | 2024.09.01 21:03:49.925716 [ 3 ] {dac3adc9-9d26-443f-97b3-d25995220e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7637 | 2024.09.01 21:03:49.925792 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
7638 | 2024.09.01 21:03:49.925909 [ 3 ] {dac3adc9-9d26-443f-97b3-d25995220e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7639 | 2024.09.01 21:03:49.926781 [ 3 ] {dac3adc9-9d26-443f-97b3-d25995220e5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7640 | 2024.09.01 21:03:49.927894 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003927063 sec., 24445.74991539479 rows/sec., 1.25 MiB/sec. | ||
7641 | 2024.09.01 21:03:49.928088 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7642 | 2024.09.01 21:03:49.928186 [ 3 ] {dac3adc9-9d26-443f-97b3-d25995220e5e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7643 | 2024.09.01 21:03:49.928237 [ 3 ] {dac3adc9-9d26-443f-97b3-d25995220e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7644 | 2024.09.01 21:03:49.928922 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_16_3} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7645 | 2024.09.01 21:03:49.929046 [ 195 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_16_3} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7646 | 2024.09.01 21:03:49.929110 [ 3 ] {dac3adc9-9d26-443f-97b3-d25995220e5e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7647 | 2024.09.01 21:03:49.929175 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7648 | 2024.09.01 21:03:49.929529 [ 3 ] {dac3adc9-9d26-443f-97b3-d25995220e5e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7649 | 2024.09.01 21:03:49.929697 [ 3 ] {dac3adc9-9d26-443f-97b3-d25995220e5e} <Debug> executeQuery: Read 910 rows, 62.23 KiB in 0.00437 sec., 208237.9862700229 rows/sec., 13.91 MiB/sec. | ||
7650 | 2024.09.01 21:03:49.930025 [ 3 ] {dac3adc9-9d26-443f-97b3-d25995220e5e} <Debug> DynamicQueryHandler: Done processing query | ||
7651 | 2024.09.01 21:03:49.930080 [ 3 ] {dac3adc9-9d26-443f-97b3-d25995220e5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
7652 | 2024.09.01 21:03:49.930118 [ 3 ] {} <Debug> HTTP-Session: c6bcd635-8e63-4f0e-ad9d-5c6b9119f2af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7653 | 2024.09.01 21:03:49.930458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7654 | 2024.09.01 21:03:49.930506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7655 | 2024.09.01 21:03:49.930526 [ 3 ] {} <Debug> HTTP-Session: cdd318c3-4f26-4390-aefe-484b7fa7b8ed Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7656 | 2024.09.01 21:03:49.930542 [ 3 ] {} <Debug> HTTP-Session: cdd318c3-4f26-4390-aefe-484b7fa7b8ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7657 | 2024.09.01 21:03:49.930556 [ 3 ] {} <Debug> HTTP-Session: cdd318c3-4f26-4390-aefe-484b7fa7b8ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7658 | 2024.09.01 21:03:49.930588 [ 3 ] {} <Trace> HTTP-Session: cdd318c3-4f26-4390-aefe-484b7fa7b8ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7659 | 2024.09.01 21:03:49.930687 [ 3 ] {5577cf9f-b422-4cd7-85c7-b3f9bbc286da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7660 | 2024.09.01 21:03:49.930734 [ 3 ] {5577cf9f-b422-4cd7-85c7-b3f9bbc286da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7661 | 2024.09.01 21:03:49.930890 [ 3 ] {5577cf9f-b422-4cd7-85c7-b3f9bbc286da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7662 | 2024.09.01 21:03:49.931147 [ 3 ] {5577cf9f-b422-4cd7-85c7-b3f9bbc286da} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7663 | 2024.09.01 21:03:49.931183 [ 3 ] {5577cf9f-b422-4cd7-85c7-b3f9bbc286da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7664 | 2024.09.01 21:03:49.931530 [ 3 ] {5577cf9f-b422-4cd7-85c7-b3f9bbc286da} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7665 | 2024.09.01 21:03:49.931864 [ 3 ] {5577cf9f-b422-4cd7-85c7-b3f9bbc286da} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7666 | 2024.09.01 21:03:49.932014 [ 3 ] {5577cf9f-b422-4cd7-85c7-b3f9bbc286da} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001342 sec., 745.1564828614008 rows/sec., 50.21 KiB/sec. | ||
7667 | 2024.09.01 21:03:49.932215 [ 3 ] {5577cf9f-b422-4cd7-85c7-b3f9bbc286da} <Debug> DynamicQueryHandler: Done processing query | ||
7668 | 2024.09.01 21:03:49.932238 [ 3 ] {5577cf9f-b422-4cd7-85c7-b3f9bbc286da} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7669 | 2024.09.01 21:03:49.932255 [ 3 ] {} <Debug> HTTP-Session: cdd318c3-4f26-4390-aefe-484b7fa7b8ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7670 | 2024.09.01 21:03:49.932386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 14209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7671 | 2024.09.01 21:03:49.932433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7672 | 2024.09.01 21:03:49.932453 [ 3 ] {} <Debug> HTTP-Session: e2a4eeac-e431-46ff-91da-238d7552ed2c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7673 | 2024.09.01 21:03:49.932470 [ 3 ] {} <Debug> HTTP-Session: e2a4eeac-e431-46ff-91da-238d7552ed2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7674 | 2024.09.01 21:03:49.932484 [ 3 ] {} <Debug> HTTP-Session: e2a4eeac-e431-46ff-91da-238d7552ed2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7675 | 2024.09.01 21:03:49.932514 [ 3 ] {} <Trace> HTTP-Session: e2a4eeac-e431-46ff-91da-238d7552ed2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7676 | 2024.09.01 21:03:49.932668 [ 3 ] {fd8aacab-9663-46ff-9c40-52e6e8cab463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7677 | 2024.09.01 21:03:49.932731 [ 3 ] {fd8aacab-9663-46ff-9c40-52e6e8cab463} <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 | ||
7678 | 2024.09.01 21:03:49.933185 [ 3 ] {fd8aacab-9663-46ff-9c40-52e6e8cab463} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7679 | 2024.09.01 21:03:49.933761 [ 3 ] {fd8aacab-9663-46ff-9c40-52e6e8cab463} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7680 | 2024.09.01 21:03:49.933798 [ 3 ] {fd8aacab-9663-46ff-9c40-52e6e8cab463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7681 | 2024.09.01 21:03:49.934393 [ 3 ] {fd8aacab-9663-46ff-9c40-52e6e8cab463} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7682 | 2024.09.01 21:03:49.934813 [ 3 ] {fd8aacab-9663-46ff-9c40-52e6e8cab463} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7683 | 2024.09.01 21:03:49.935014 [ 3 ] {fd8aacab-9663-46ff-9c40-52e6e8cab463} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002426 sec., 3297.609233305853 rows/sec., 5.91 MiB/sec. | ||
7684 | 2024.09.01 21:03:49.935245 [ 3 ] {fd8aacab-9663-46ff-9c40-52e6e8cab463} <Debug> DynamicQueryHandler: Done processing query | ||
7685 | 2024.09.01 21:03:49.935269 [ 3 ] {fd8aacab-9663-46ff-9c40-52e6e8cab463} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7686 | 2024.09.01 21:03:49.935285 [ 3 ] {} <Debug> HTTP-Session: e2a4eeac-e431-46ff-91da-238d7552ed2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7687 | 2024.09.01 21:03:49.935414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7688 | 2024.09.01 21:03:49.935462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7689 | 2024.09.01 21:03:49.935481 [ 3 ] {} <Debug> HTTP-Session: 1d1744cf-2f0f-43a9-81bb-8bba18764bf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7690 | 2024.09.01 21:03:49.935499 [ 3 ] {} <Debug> HTTP-Session: 1d1744cf-2f0f-43a9-81bb-8bba18764bf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7691 | 2024.09.01 21:03:49.935514 [ 3 ] {} <Debug> HTTP-Session: 1d1744cf-2f0f-43a9-81bb-8bba18764bf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7692 | 2024.09.01 21:03:49.935546 [ 3 ] {} <Trace> HTTP-Session: 1d1744cf-2f0f-43a9-81bb-8bba18764bf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7693 | 2024.09.01 21:03:49.935666 [ 3 ] {46e411ba-400e-4429-ae74-872a023f9779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7694 | 2024.09.01 21:03:49.935709 [ 3 ] {46e411ba-400e-4429-ae74-872a023f9779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7695 | 2024.09.01 21:03:49.935838 [ 3 ] {46e411ba-400e-4429-ae74-872a023f9779} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7696 | 2024.09.01 21:03:49.936169 [ 3 ] {46e411ba-400e-4429-ae74-872a023f9779} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7697 | 2024.09.01 21:03:49.936205 [ 3 ] {46e411ba-400e-4429-ae74-872a023f9779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7698 | 2024.09.01 21:03:49.936560 [ 3 ] {46e411ba-400e-4429-ae74-872a023f9779} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7699 | 2024.09.01 21:03:49.936890 [ 3 ] {46e411ba-400e-4429-ae74-872a023f9779} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7700 | 2024.09.01 21:03:49.937041 [ 3 ] {46e411ba-400e-4429-ae74-872a023f9779} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.001414 sec., 53748.231966053754 rows/sec., 3.40 MiB/sec. | ||
7701 | 2024.09.01 21:03:49.937318 [ 3 ] {46e411ba-400e-4429-ae74-872a023f9779} <Debug> DynamicQueryHandler: Done processing query | ||
7702 | 2024.09.01 21:03:49.937378 [ 3 ] {46e411ba-400e-4429-ae74-872a023f9779} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7703 | 2024.09.01 21:03:49.937429 [ 3 ] {} <Debug> HTTP-Session: 1d1744cf-2f0f-43a9-81bb-8bba18764bf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7704 | 2024.09.01 21:03:50.851772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7705 | 2024.09.01 21:03:50.851884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7706 | 2024.09.01 21:03:50.851910 [ 3 ] {} <Debug> HTTP-Session: 49f303b2-de49-4036-b4be-e28bc9e71976 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7707 | 2024.09.01 21:03:50.851935 [ 3 ] {} <Debug> HTTP-Session: 49f303b2-de49-4036-b4be-e28bc9e71976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7708 | 2024.09.01 21:03:50.851950 [ 3 ] {} <Debug> HTTP-Session: 49f303b2-de49-4036-b4be-e28bc9e71976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7709 | 2024.09.01 21:03:50.851999 [ 3 ] {} <Trace> HTTP-Session: 49f303b2-de49-4036-b4be-e28bc9e71976 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7710 | 2024.09.01 21:03:50.852177 [ 3 ] {6daa41c5-2a7f-4e22-a39d-bad2077e0c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7711 | 2024.09.01 21:03:50.852243 [ 3 ] {6daa41c5-2a7f-4e22-a39d-bad2077e0c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7712 | 2024.09.01 21:03:50.852568 [ 3 ] {6daa41c5-2a7f-4e22-a39d-bad2077e0c10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7713 | 2024.09.01 21:03:50.852997 [ 3 ] {6daa41c5-2a7f-4e22-a39d-bad2077e0c10} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7714 | 2024.09.01 21:03:50.853044 [ 3 ] {6daa41c5-2a7f-4e22-a39d-bad2077e0c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7715 | 2024.09.01 21:03:50.853470 [ 3 ] {6daa41c5-2a7f-4e22-a39d-bad2077e0c10} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7716 | 2024.09.01 21:03:50.853860 [ 3 ] {6daa41c5-2a7f-4e22-a39d-bad2077e0c10} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7717 | 2024.09.01 21:03:50.854044 [ 3 ] {6daa41c5-2a7f-4e22-a39d-bad2077e0c10} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001903 sec., 1050.9721492380452 rows/sec., 85.70 KiB/sec. | ||
7718 | 2024.09.01 21:03:50.854067 [ 74 ] {} <Debug> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7719 | 2024.09.01 21:03:50.854223 [ 74 ] {} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7720 | 2024.09.01 21:03:50.854296 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7721 | 2024.09.01 21:03:50.854351 [ 3 ] {6daa41c5-2a7f-4e22-a39d-bad2077e0c10} <Debug> DynamicQueryHandler: Done processing query | ||
7722 | 2024.09.01 21:03:50.854408 [ 3 ] {6daa41c5-2a7f-4e22-a39d-bad2077e0c10} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7723 | 2024.09.01 21:03:50.854461 [ 3 ] {} <Debug> HTTP-Session: 49f303b2-de49-4036-b4be-e28bc9e71976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7724 | 2024.09.01 21:03:50.854570 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
7725 | 2024.09.01 21:03:50.854664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12734, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7726 | 2024.09.01 21:03:50.854790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7727 | 2024.09.01 21:03:50.854851 [ 3 ] {} <Debug> HTTP-Session: fbce553f-d083-490e-b168-bf0543d40aff Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7728 | 2024.09.01 21:03:50.854886 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7729 | 2024.09.01 21:03:50.854897 [ 3 ] {} <Debug> HTTP-Session: fbce553f-d083-490e-b168-bf0543d40aff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7730 | 2024.09.01 21:03:50.854952 [ 3 ] {} <Debug> HTTP-Session: fbce553f-d083-490e-b168-bf0543d40aff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7731 | 2024.09.01 21:03:50.854957 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part | ||
7732 | 2024.09.01 21:03:50.855033 [ 3 ] {} <Trace> HTTP-Session: fbce553f-d083-490e-b168-bf0543d40aff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7733 | 2024.09.01 21:03:50.855196 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
7734 | 2024.09.01 21:03:50.855477 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
7735 | 2024.09.01 21:03:50.855509 [ 3 ] {bd3a8490-6d16-4c07-af88-b2ae47bf7443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7736 | 2024.09.01 21:03:50.855670 [ 3 ] {bd3a8490-6d16-4c07-af88-b2ae47bf7443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7737 | 2024.09.01 21:03:50.855691 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
7738 | 2024.09.01 21:03:50.856039 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
7739 | 2024.09.01 21:03:50.856466 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7740 | 2024.09.01 21:03:50.857290 [ 3 ] {bd3a8490-6d16-4c07-af88-b2ae47bf7443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7741 | 2024.09.01 21:03:50.858264 [ 3 ] {bd3a8490-6d16-4c07-af88-b2ae47bf7443} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7742 | 2024.09.01 21:03:50.858344 [ 3 ] {bd3a8490-6d16-4c07-af88-b2ae47bf7443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7743 | 2024.09.01 21:03:50.859449 [ 192 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.005033777 sec., 5562.42360358832 rows/sec., 475.30 KiB/sec. | ||
7744 | 2024.09.01 21:03:50.859490 [ 3 ] {bd3a8490-6d16-4c07-af88-b2ae47bf7443} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7745 | 2024.09.01 21:03:50.859787 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7746 | 2024.09.01 21:03:50.860270 [ 3 ] {bd3a8490-6d16-4c07-af88-b2ae47bf7443} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7747 | 2024.09.01 21:03:50.860705 [ 3 ] {bd3a8490-6d16-4c07-af88-b2ae47bf7443} <Debug> executeQuery: Read 85 rows, 7.53 KiB in 0.005383 sec., 15790.45142114063 rows/sec., 1.37 MiB/sec. | ||
7748 | 2024.09.01 21:03:50.861176 [ 3 ] {bd3a8490-6d16-4c07-af88-b2ae47bf7443} <Debug> DynamicQueryHandler: Done processing query | ||
7749 | 2024.09.01 21:03:50.861242 [ 3 ] {bd3a8490-6d16-4c07-af88-b2ae47bf7443} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7750 | 2024.09.01 21:03:50.861274 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_11_2} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7751 | 2024.09.01 21:03:50.861278 [ 3 ] {} <Debug> HTTP-Session: fbce553f-d083-490e-b168-bf0543d40aff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7752 | 2024.09.01 21:03:50.861427 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_11_2} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7753 | 2024.09.01 21:03:50.861558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7754 | 2024.09.01 21:03:50.861588 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7755 | 2024.09.01 21:03:50.861641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7756 | 2024.09.01 21:03:50.861667 [ 3 ] {} <Debug> HTTP-Session: 4b6b3d6d-7935-496f-ba0e-27d1cd4e6780 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7757 | 2024.09.01 21:03:50.861684 [ 3 ] {} <Debug> HTTP-Session: 4b6b3d6d-7935-496f-ba0e-27d1cd4e6780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7758 | 2024.09.01 21:03:50.861698 [ 3 ] {} <Debug> HTTP-Session: 4b6b3d6d-7935-496f-ba0e-27d1cd4e6780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7759 | 2024.09.01 21:03:50.861735 [ 3 ] {} <Trace> HTTP-Session: 4b6b3d6d-7935-496f-ba0e-27d1cd4e6780 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7760 | 2024.09.01 21:03:50.861855 [ 3 ] {ed57418e-3e90-42b2-bb61-d516f3a89647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7761 | 2024.09.01 21:03:50.861903 [ 3 ] {ed57418e-3e90-42b2-bb61-d516f3a89647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7762 | 2024.09.01 21:03:50.862156 [ 3 ] {ed57418e-3e90-42b2-bb61-d516f3a89647} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7763 | 2024.09.01 21:03:50.862494 [ 3 ] {ed57418e-3e90-42b2-bb61-d516f3a89647} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7764 | 2024.09.01 21:03:50.862532 [ 3 ] {ed57418e-3e90-42b2-bb61-d516f3a89647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7765 | 2024.09.01 21:03:50.862884 [ 3 ] {ed57418e-3e90-42b2-bb61-d516f3a89647} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7766 | 2024.09.01 21:03:50.863258 [ 3 ] {ed57418e-3e90-42b2-bb61-d516f3a89647} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7767 | 2024.09.01 21:03:50.863416 [ 3 ] {ed57418e-3e90-42b2-bb61-d516f3a89647} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001596 sec., 18170.42606516291 rows/sec., 1.33 MiB/sec. | ||
7768 | 2024.09.01 21:03:50.863731 [ 3 ] {ed57418e-3e90-42b2-bb61-d516f3a89647} <Debug> DynamicQueryHandler: Done processing query | ||
7769 | 2024.09.01 21:03:50.863763 [ 3 ] {ed57418e-3e90-42b2-bb61-d516f3a89647} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7770 | 2024.09.01 21:03:50.863790 [ 3 ] {} <Debug> HTTP-Session: 4b6b3d6d-7935-496f-ba0e-27d1cd4e6780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7771 | 2024.09.01 21:03:50.863933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7772 | 2024.09.01 21:03:50.863981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7773 | 2024.09.01 21:03:50.864000 [ 3 ] {} <Debug> HTTP-Session: d933ffd4-f907-4d12-b7c1-f99939a5bf16 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7774 | 2024.09.01 21:03:50.864017 [ 3 ] {} <Debug> HTTP-Session: d933ffd4-f907-4d12-b7c1-f99939a5bf16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7775 | 2024.09.01 21:03:50.864030 [ 3 ] {} <Debug> HTTP-Session: d933ffd4-f907-4d12-b7c1-f99939a5bf16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7776 | 2024.09.01 21:03:50.864062 [ 3 ] {} <Trace> HTTP-Session: d933ffd4-f907-4d12-b7c1-f99939a5bf16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7777 | 2024.09.01 21:03:50.864187 [ 3 ] {693f2280-c6a6-468a-9bee-54bb1b240d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7778 | 2024.09.01 21:03:50.864231 [ 3 ] {693f2280-c6a6-468a-9bee-54bb1b240d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7779 | 2024.09.01 21:03:50.864474 [ 3 ] {693f2280-c6a6-468a-9bee-54bb1b240d4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7780 | 2024.09.01 21:03:50.864820 [ 3 ] {693f2280-c6a6-468a-9bee-54bb1b240d4f} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7781 | 2024.09.01 21:03:50.864855 [ 3 ] {693f2280-c6a6-468a-9bee-54bb1b240d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7782 | 2024.09.01 21:03:50.865212 [ 3 ] {693f2280-c6a6-468a-9bee-54bb1b240d4f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7783 | 2024.09.01 21:03:50.865566 [ 3 ] {693f2280-c6a6-468a-9bee-54bb1b240d4f} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7784 | 2024.09.01 21:03:50.865730 [ 3 ] {693f2280-c6a6-468a-9bee-54bb1b240d4f} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.001578 sec., 41191.381495564005 rows/sec., 3.22 MiB/sec. | ||
7785 | 2024.09.01 21:03:50.866000 [ 3 ] {693f2280-c6a6-468a-9bee-54bb1b240d4f} <Debug> DynamicQueryHandler: Done processing query | ||
7786 | 2024.09.01 21:03:50.866058 [ 3 ] {693f2280-c6a6-468a-9bee-54bb1b240d4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7787 | 2024.09.01 21:03:50.866107 [ 3 ] {} <Debug> HTTP-Session: d933ffd4-f907-4d12-b7c1-f99939a5bf16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7788 | 2024.09.01 21:03:50.866264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 2554, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7789 | 2024.09.01 21:03:50.866313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7790 | 2024.09.01 21:03:50.866333 [ 3 ] {} <Debug> HTTP-Session: eb57beb4-3737-4dec-b6ae-b70a0a35946e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7791 | 2024.09.01 21:03:50.866350 [ 3 ] {} <Debug> HTTP-Session: eb57beb4-3737-4dec-b6ae-b70a0a35946e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7792 | 2024.09.01 21:03:50.866364 [ 3 ] {} <Debug> HTTP-Session: eb57beb4-3737-4dec-b6ae-b70a0a35946e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7793 | 2024.09.01 21:03:50.866395 [ 3 ] {} <Trace> HTTP-Session: eb57beb4-3737-4dec-b6ae-b70a0a35946e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7794 | 2024.09.01 21:03:50.866502 [ 3 ] {3d2f7e4b-06d0-481b-9e01-ccce168935c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7795 | 2024.09.01 21:03:50.866551 [ 3 ] {3d2f7e4b-06d0-481b-9e01-ccce168935c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7796 | 2024.09.01 21:03:50.866716 [ 3 ] {3d2f7e4b-06d0-481b-9e01-ccce168935c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7797 | 2024.09.01 21:03:50.867003 [ 3 ] {3d2f7e4b-06d0-481b-9e01-ccce168935c9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7798 | 2024.09.01 21:03:50.867039 [ 3 ] {3d2f7e4b-06d0-481b-9e01-ccce168935c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7799 | 2024.09.01 21:03:50.867407 [ 3 ] {3d2f7e4b-06d0-481b-9e01-ccce168935c9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7800 | 2024.09.01 21:03:50.867743 [ 3 ] {3d2f7e4b-06d0-481b-9e01-ccce168935c9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7801 | 2024.09.01 21:03:50.867908 [ 3 ] {3d2f7e4b-06d0-481b-9e01-ccce168935c9} <Debug> executeQuery: Read 13 rows, 955.00 B in 0.001425 sec., 9122.807017543859 rows/sec., 654.47 KiB/sec. | ||
7802 | 2024.09.01 21:03:50.868072 [ 3 ] {3d2f7e4b-06d0-481b-9e01-ccce168935c9} <Debug> DynamicQueryHandler: Done processing query | ||
7803 | 2024.09.01 21:03:50.868095 [ 3 ] {3d2f7e4b-06d0-481b-9e01-ccce168935c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7804 | 2024.09.01 21:03:50.868111 [ 3 ] {} <Debug> HTTP-Session: eb57beb4-3737-4dec-b6ae-b70a0a35946e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7805 | 2024.09.01 21:03:50.868251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7806 | 2024.09.01 21:03:50.868298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7807 | 2024.09.01 21:03:50.868318 [ 3 ] {} <Debug> HTTP-Session: 1d89368a-dcbc-46c9-837c-3821764c4710 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7808 | 2024.09.01 21:03:50.868334 [ 3 ] {} <Debug> HTTP-Session: 1d89368a-dcbc-46c9-837c-3821764c4710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7809 | 2024.09.01 21:03:50.868348 [ 3 ] {} <Debug> HTTP-Session: 1d89368a-dcbc-46c9-837c-3821764c4710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7810 | 2024.09.01 21:03:50.868378 [ 3 ] {} <Trace> HTTP-Session: 1d89368a-dcbc-46c9-837c-3821764c4710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7811 | 2024.09.01 21:03:50.868658 [ 3 ] {51b1eb7d-8b17-4cd1-b898-df676d0ae251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7812 | 2024.09.01 21:03:50.868721 [ 3 ] {51b1eb7d-8b17-4cd1-b898-df676d0ae251} <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 | ||
7813 | 2024.09.01 21:03:50.869150 [ 3 ] {51b1eb7d-8b17-4cd1-b898-df676d0ae251} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7814 | 2024.09.01 21:03:50.870021 [ 3 ] {51b1eb7d-8b17-4cd1-b898-df676d0ae251} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7815 | 2024.09.01 21:03:50.870056 [ 3 ] {51b1eb7d-8b17-4cd1-b898-df676d0ae251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7816 | 2024.09.01 21:03:50.870670 [ 3 ] {51b1eb7d-8b17-4cd1-b898-df676d0ae251} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7817 | 2024.09.01 21:03:50.871091 [ 3 ] {51b1eb7d-8b17-4cd1-b898-df676d0ae251} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7818 | 2024.09.01 21:03:50.871274 [ 3 ] {51b1eb7d-8b17-4cd1-b898-df676d0ae251} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00281 sec., 9608.540925266903 rows/sec., 17.22 MiB/sec. | ||
7819 | 2024.09.01 21:03:50.871287 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7820 | 2024.09.01 21:03:50.871387 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7821 | 2024.09.01 21:03:50.871459 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7822 | 2024.09.01 21:03:50.871934 [ 3 ] {51b1eb7d-8b17-4cd1-b898-df676d0ae251} <Debug> DynamicQueryHandler: Done processing query | ||
7823 | 2024.09.01 21:03:50.871943 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
7824 | 2024.09.01 21:03:50.872020 [ 3 ] {51b1eb7d-8b17-4cd1-b898-df676d0ae251} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7825 | 2024.09.01 21:03:50.872116 [ 3 ] {} <Debug> HTTP-Session: 1d89368a-dcbc-46c9-837c-3821764c4710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7826 | 2024.09.01 21:03:50.872384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7827 | 2024.09.01 21:03:50.872472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7828 | 2024.09.01 21:03:50.872507 [ 3 ] {} <Debug> HTTP-Session: 595e17b4-746e-4605-9048-89317522415d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7829 | 2024.09.01 21:03:50.872538 [ 3 ] {} <Debug> HTTP-Session: 595e17b4-746e-4605-9048-89317522415d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7830 | 2024.09.01 21:03:50.872563 [ 3 ] {} <Debug> HTTP-Session: 595e17b4-746e-4605-9048-89317522415d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7831 | 2024.09.01 21:03:50.872619 [ 3 ] {} <Trace> HTTP-Session: 595e17b4-746e-4605-9048-89317522415d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7832 | 2024.09.01 21:03:50.872732 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7833 | 2024.09.01 21:03:50.872761 [ 3 ] {17cda76b-d8dd-4a9a-9424-cc9dcb5b87eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7834 | 2024.09.01 21:03:50.872814 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 568 rows starting from the beginning of the part | ||
7835 | 2024.09.01 21:03:50.872824 [ 3 ] {17cda76b-d8dd-4a9a-9424-cc9dcb5b87eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7836 | 2024.09.01 21:03:50.873532 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
7837 | 2024.09.01 21:03:50.873536 [ 3 ] {17cda76b-d8dd-4a9a-9424-cc9dcb5b87eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7838 | 2024.09.01 21:03:50.874067 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 35 rows starting from the beginning of the part | ||
7839 | 2024.09.01 21:03:50.874212 [ 3 ] {17cda76b-d8dd-4a9a-9424-cc9dcb5b87eb} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7840 | 2024.09.01 21:03:50.874302 [ 3 ] {17cda76b-d8dd-4a9a-9424-cc9dcb5b87eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7841 | 2024.09.01 21:03:50.874609 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
7842 | 2024.09.01 21:03:50.875131 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
7843 | 2024.09.01 21:03:50.875321 [ 3 ] {17cda76b-d8dd-4a9a-9424-cc9dcb5b87eb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7844 | 2024.09.01 21:03:50.875572 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 27 rows starting from the beginning of the part | ||
7845 | 2024.09.01 21:03:50.876296 [ 3 ] {17cda76b-d8dd-4a9a-9424-cc9dcb5b87eb} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7846 | 2024.09.01 21:03:50.876558 [ 3 ] {17cda76b-d8dd-4a9a-9424-cc9dcb5b87eb} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.003839 sec., 1562.9070070330815 rows/sec., 106.08 KiB/sec. | ||
7847 | 2024.09.01 21:03:50.876781 [ 3 ] {17cda76b-d8dd-4a9a-9424-cc9dcb5b87eb} <Debug> DynamicQueryHandler: Done processing query | ||
7848 | 2024.09.01 21:03:50.876813 [ 3 ] {17cda76b-d8dd-4a9a-9424-cc9dcb5b87eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7849 | 2024.09.01 21:03:50.876843 [ 3 ] {} <Debug> HTTP-Session: 595e17b4-746e-4605-9048-89317522415d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7850 | 2024.09.01 21:03:50.880327 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 642 rows, containing 19 columns (19 merged, 0 gathered) in 0.008728708 sec., 73550.40402313836 rows/sec., 131.80 MiB/sec. | ||
7851 | 2024.09.01 21:03:50.881002 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7852 | 2024.09.01 21:03:50.881595 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7853 | 2024.09.01 21:03:50.881674 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7854 | 2024.09.01 21:03:50.881771 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
7855 | 2024.09.01 21:03:54.018253 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7856 | 2024.09.01 21:03:54.018328 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7857 | 2024.09.01 21:03:55.856857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7858 | 2024.09.01 21:03:55.857040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7859 | 2024.09.01 21:03:55.857085 [ 3 ] {} <Debug> HTTP-Session: 2f65cd5c-68e9-4ce0-bc6b-bab1ca7666c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7860 | 2024.09.01 21:03:55.857126 [ 3 ] {} <Debug> HTTP-Session: 2f65cd5c-68e9-4ce0-bc6b-bab1ca7666c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7861 | 2024.09.01 21:03:55.857155 [ 3 ] {} <Debug> HTTP-Session: 2f65cd5c-68e9-4ce0-bc6b-bab1ca7666c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7862 | 2024.09.01 21:03:55.857233 [ 3 ] {} <Trace> HTTP-Session: 2f65cd5c-68e9-4ce0-bc6b-bab1ca7666c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7863 | 2024.09.01 21:03:55.857539 [ 3 ] {9c73f9d9-3f10-411c-8c28-d84b83bd02ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7864 | 2024.09.01 21:03:55.857605 [ 3 ] {9c73f9d9-3f10-411c-8c28-d84b83bd02ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7865 | 2024.09.01 21:03:55.857989 [ 3 ] {9c73f9d9-3f10-411c-8c28-d84b83bd02ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7866 | 2024.09.01 21:03:55.858643 [ 3 ] {9c73f9d9-3f10-411c-8c28-d84b83bd02ff} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7867 | 2024.09.01 21:03:55.858689 [ 3 ] {9c73f9d9-3f10-411c-8c28-d84b83bd02ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7868 | 2024.09.01 21:03:55.859100 [ 3 ] {9c73f9d9-3f10-411c-8c28-d84b83bd02ff} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7869 | 2024.09.01 21:03:55.859478 [ 3 ] {9c73f9d9-3f10-411c-8c28-d84b83bd02ff} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7870 | 2024.09.01 21:03:55.859656 [ 3 ] {9c73f9d9-3f10-411c-8c28-d84b83bd02ff} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.002222 sec., 27002.700270027002 rows/sec., 2.09 MiB/sec. | ||
7871 | 2024.09.01 21:03:55.859654 [ 70 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7872 | 2024.09.01 21:03:55.859777 [ 70 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7873 | 2024.09.01 21:03:55.859836 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7874 | 2024.09.01 21:03:55.859964 [ 3 ] {9c73f9d9-3f10-411c-8c28-d84b83bd02ff} <Debug> DynamicQueryHandler: Done processing query | ||
7875 | 2024.09.01 21:03:55.859991 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
7876 | 2024.09.01 21:03:55.860001 [ 3 ] {9c73f9d9-3f10-411c-8c28-d84b83bd02ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7877 | 2024.09.01 21:03:55.860041 [ 3 ] {} <Debug> HTTP-Session: 2f65cd5c-68e9-4ce0-bc6b-bab1ca7666c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7878 | 2024.09.01 21:03:55.860151 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7879 | 2024.09.01 21:03:55.860176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7880 | 2024.09.01 21:03:55.860196 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1407 rows starting from the beginning of the part | ||
7881 | 2024.09.01 21:03:55.860241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7882 | 2024.09.01 21:03:55.860282 [ 3 ] {} <Debug> HTTP-Session: ea75328d-c13b-4140-aa80-e64dbee685f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7883 | 2024.09.01 21:03:55.860338 [ 3 ] {} <Debug> HTTP-Session: ea75328d-c13b-4140-aa80-e64dbee685f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7884 | 2024.09.01 21:03:55.860357 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 255 rows starting from the beginning of the part | ||
7885 | 2024.09.01 21:03:55.860400 [ 3 ] {} <Debug> HTTP-Session: ea75328d-c13b-4140-aa80-e64dbee685f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7886 | 2024.09.01 21:03:55.860536 [ 3 ] {} <Trace> HTTP-Session: ea75328d-c13b-4140-aa80-e64dbee685f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7887 | 2024.09.01 21:03:55.860746 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 63 rows starting from the beginning of the part | ||
7888 | 2024.09.01 21:03:55.860888 [ 3 ] {1e8864ee-16e4-4489-84f1-0a8f30c462ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7889 | 2024.09.01 21:03:55.861133 [ 3 ] {1e8864ee-16e4-4489-84f1-0a8f30c462ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7890 | 2024.09.01 21:03:55.861204 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1346 rows starting from the beginning of the part | ||
7891 | 2024.09.01 21:03:55.861634 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 85 rows starting from the beginning of the part | ||
7892 | 2024.09.01 21:03:55.861929 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
7893 | 2024.09.01 21:03:55.862389 [ 3 ] {1e8864ee-16e4-4489-84f1-0a8f30c462ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7894 | 2024.09.01 21:03:55.862870 [ 3 ] {1e8864ee-16e4-4489-84f1-0a8f30c462ae} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7895 | 2024.09.01 21:03:55.862914 [ 3 ] {1e8864ee-16e4-4489-84f1-0a8f30c462ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7896 | 2024.09.01 21:03:55.863454 [ 3 ] {1e8864ee-16e4-4489-84f1-0a8f30c462ae} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7897 | 2024.09.01 21:03:55.863867 [ 3 ] {1e8864ee-16e4-4489-84f1-0a8f30c462ae} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7898 | 2024.09.01 21:03:55.864104 [ 3 ] {1e8864ee-16e4-4489-84f1-0a8f30c462ae} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.003323 sec., 601.8657839301836 rows/sec., 45.26 KiB/sec. | ||
7899 | 2024.09.01 21:03:55.864481 [ 3 ] {1e8864ee-16e4-4489-84f1-0a8f30c462ae} <Debug> DynamicQueryHandler: Done processing query | ||
7900 | 2024.09.01 21:03:55.864543 [ 3 ] {1e8864ee-16e4-4489-84f1-0a8f30c462ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7901 | 2024.09.01 21:03:55.864599 [ 3 ] {} <Debug> HTTP-Session: ea75328d-c13b-4140-aa80-e64dbee685f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7902 | 2024.09.01 21:03:55.864687 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3216 rows, containing 5 columns (5 merged, 0 gathered) in 0.004767265 sec., 674600.6357943182 rows/sec., 58.98 MiB/sec. | ||
7903 | 2024.09.01 21:03:55.864777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7904 | 2024.09.01 21:03:55.864831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7905 | 2024.09.01 21:03:55.864850 [ 3 ] {} <Debug> HTTP-Session: f60f5a7a-7282-4138-be23-92edc578ddb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7906 | 2024.09.01 21:03:55.864889 [ 3 ] {} <Debug> HTTP-Session: f60f5a7a-7282-4138-be23-92edc578ddb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7907 | 2024.09.01 21:03:55.864910 [ 3 ] {} <Debug> HTTP-Session: f60f5a7a-7282-4138-be23-92edc578ddb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7908 | 2024.09.01 21:03:55.864950 [ 3 ] {} <Trace> HTTP-Session: f60f5a7a-7282-4138-be23-92edc578ddb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7909 | 2024.09.01 21:03:55.864996 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7910 | 2024.09.01 21:03:55.865155 [ 3 ] {b47072f6-31ef-4026-a7c5-618c8d387bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7911 | 2024.09.01 21:03:55.865215 [ 3 ] {b47072f6-31ef-4026-a7c5-618c8d387bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7912 | 2024.09.01 21:03:55.866050 [ 3 ] {b47072f6-31ef-4026-a7c5-618c8d387bb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7913 | 2024.09.01 21:03:55.866177 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_41_8} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7914 | 2024.09.01 21:03:55.866304 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_41_8} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7915 | 2024.09.01 21:03:55.866471 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
7916 | 2024.09.01 21:03:55.866611 [ 3 ] {b47072f6-31ef-4026-a7c5-618c8d387bb4} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7917 | 2024.09.01 21:03:55.866653 [ 3 ] {b47072f6-31ef-4026-a7c5-618c8d387bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7918 | 2024.09.01 21:03:55.867012 [ 3 ] {b47072f6-31ef-4026-a7c5-618c8d387bb4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7919 | 2024.09.01 21:03:55.867368 [ 3 ] {b47072f6-31ef-4026-a7c5-618c8d387bb4} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7920 | 2024.09.01 21:03:55.867533 [ 3 ] {b47072f6-31ef-4026-a7c5-618c8d387bb4} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002477 sec., 26645.135244247074 rows/sec., 2.08 MiB/sec. | ||
7921 | 2024.09.01 21:03:55.867548 [ 70 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7922 | 2024.09.01 21:03:55.867661 [ 70 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7923 | 2024.09.01 21:03:55.867747 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7924 | 2024.09.01 21:03:55.867865 [ 3 ] {b47072f6-31ef-4026-a7c5-618c8d387bb4} <Debug> DynamicQueryHandler: Done processing query | ||
7925 | 2024.09.01 21:03:55.867942 [ 3 ] {b47072f6-31ef-4026-a7c5-618c8d387bb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7926 | 2024.09.01 21:03:55.868025 [ 3 ] {} <Debug> HTTP-Session: f60f5a7a-7282-4138-be23-92edc578ddb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7927 | 2024.09.01 21:03:55.868126 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
7928 | 2024.09.01 21:03:55.868369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7929 | 2024.09.01 21:03:55.868549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7930 | 2024.09.01 21:03:55.868622 [ 3 ] {} <Debug> HTTP-Session: 24be3340-9f0f-4835-97f0-17069f1618a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7931 | 2024.09.01 21:03:55.868674 [ 3 ] {} <Debug> HTTP-Session: 24be3340-9f0f-4835-97f0-17069f1618a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7932 | 2024.09.01 21:03:55.868685 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7933 | 2024.09.01 21:03:55.868699 [ 3 ] {} <Debug> HTTP-Session: 24be3340-9f0f-4835-97f0-17069f1618a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7934 | 2024.09.01 21:03:55.868747 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 899 rows starting from the beginning of the part | ||
7935 | 2024.09.01 21:03:55.868771 [ 3 ] {} <Trace> HTTP-Session: 24be3340-9f0f-4835-97f0-17069f1618a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7936 | 2024.09.01 21:03:55.868970 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 409 rows starting from the beginning of the part | ||
7937 | 2024.09.01 21:03:55.869129 [ 3 ] {5126cb55-ef41-4242-b9a3-09acd13bafa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7938 | 2024.09.01 21:03:55.869274 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 72 rows starting from the beginning of the part | ||
7939 | 2024.09.01 21:03:55.869305 [ 3 ] {5126cb55-ef41-4242-b9a3-09acd13bafa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7940 | 2024.09.01 21:03:55.869608 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 848 rows starting from the beginning of the part | ||
7941 | 2024.09.01 21:03:55.869988 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 65 rows starting from the beginning of the part | ||
7942 | 2024.09.01 21:03:55.870308 [ 191 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 66 rows starting from the beginning of the part | ||
7943 | 2024.09.01 21:03:55.870762 [ 3 ] {5126cb55-ef41-4242-b9a3-09acd13bafa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7944 | 2024.09.01 21:03:55.871767 [ 3 ] {5126cb55-ef41-4242-b9a3-09acd13bafa2} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7945 | 2024.09.01 21:03:55.871825 [ 3 ] {5126cb55-ef41-4242-b9a3-09acd13bafa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7946 | 2024.09.01 21:03:55.872785 [ 3 ] {5126cb55-ef41-4242-b9a3-09acd13bafa2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7947 | 2024.09.01 21:03:55.873447 [ 3 ] {5126cb55-ef41-4242-b9a3-09acd13bafa2} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7948 | 2024.09.01 21:03:55.873549 [ 187 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 5 columns (5 merged, 0 gathered) in 0.005681557 sec., 415203.0860554598 rows/sec., 31.79 MiB/sec. | ||
7949 | 2024.09.01 21:03:55.873706 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7950 | 2024.09.01 21:03:55.873748 [ 3 ] {5126cb55-ef41-4242-b9a3-09acd13bafa2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004795 sec., 33368.09176225235 rows/sec., 2.32 MiB/sec. | ||
7951 | 2024.09.01 21:03:55.873781 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7952 | 2024.09.01 21:03:55.873888 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7953 | 2024.09.01 21:03:55.873934 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7954 | 2024.09.01 21:03:55.874290 [ 3 ] {5126cb55-ef41-4242-b9a3-09acd13bafa2} <Debug> DynamicQueryHandler: Done processing query | ||
7955 | 2024.09.01 21:03:55.874353 [ 3 ] {5126cb55-ef41-4242-b9a3-09acd13bafa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7956 | 2024.09.01 21:03:55.874381 [ 187 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
7957 | 2024.09.01 21:03:55.874409 [ 3 ] {} <Debug> HTTP-Session: 24be3340-9f0f-4835-97f0-17069f1618a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7958 | 2024.09.01 21:03:55.874669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7959 | 2024.09.01 21:03:55.874860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7960 | 2024.09.01 21:03:55.874974 [ 3 ] {} <Debug> HTTP-Session: 1d3afbd9-d0f2-494d-a3bc-f6ce0f57c187 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7961 | 2024.09.01 21:03:55.875049 [ 3 ] {} <Debug> HTTP-Session: 1d3afbd9-d0f2-494d-a3bc-f6ce0f57c187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7962 | 2024.09.01 21:03:55.875118 [ 3 ] {} <Debug> HTTP-Session: 1d3afbd9-d0f2-494d-a3bc-f6ce0f57c187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7963 | 2024.09.01 21:03:55.875190 [ 187 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7964 | 2024.09.01 21:03:55.875240 [ 3 ] {} <Trace> HTTP-Session: 1d3afbd9-d0f2-494d-a3bc-f6ce0f57c187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7965 | 2024.09.01 21:03:55.875339 [ 187 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10046 rows starting from the beginning of the part | ||
7966 | 2024.09.01 21:03:55.875658 [ 3 ] {51c5e6e3-5803-4ed6-bfa7-d1468be16d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7967 | 2024.09.01 21:03:55.875820 [ 187 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 227 rows starting from the beginning of the part | ||
7968 | 2024.09.01 21:03:55.876148 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_41_8} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7969 | 2024.09.01 21:03:55.876161 [ 3 ] {51c5e6e3-5803-4ed6-bfa7-d1468be16d51} <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 | ||
7970 | 2024.09.01 21:03:55.876401 [ 187 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 155 rows starting from the beginning of the part | ||
7971 | 2024.09.01 21:03:55.876662 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_41_8} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7972 | 2024.09.01 21:03:55.876869 [ 187 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 910 rows starting from the beginning of the part | ||
7973 | 2024.09.01 21:03:55.877029 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
7974 | 2024.09.01 21:03:55.877456 [ 187 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
7975 | 2024.09.01 21:03:55.877913 [ 187 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
7976 | 2024.09.01 21:03:55.879539 [ 3 ] {51c5e6e3-5803-4ed6-bfa7-d1468be16d51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7977 | 2024.09.01 21:03:55.880316 [ 3 ] {51c5e6e3-5803-4ed6-bfa7-d1468be16d51} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7978 | 2024.09.01 21:03:55.880370 [ 3 ] {51c5e6e3-5803-4ed6-bfa7-d1468be16d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7979 | 2024.09.01 21:03:55.881938 [ 3 ] {51c5e6e3-5803-4ed6-bfa7-d1468be16d51} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7980 | 2024.09.01 21:03:55.882927 [ 3 ] {51c5e6e3-5803-4ed6-bfa7-d1468be16d51} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7981 | 2024.09.01 21:03:55.883171 [ 3 ] {51c5e6e3-5803-4ed6-bfa7-d1468be16d51} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.007731 sec., 258.69874531108525 rows/sec., 474.70 KiB/sec. | ||
7982 | 2024.09.01 21:03:55.883481 [ 3 ] {51c5e6e3-5803-4ed6-bfa7-d1468be16d51} <Debug> DynamicQueryHandler: Done processing query | ||
7983 | 2024.09.01 21:03:55.883522 [ 3 ] {51c5e6e3-5803-4ed6-bfa7-d1468be16d51} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
7984 | 2024.09.01 21:03:55.883543 [ 3 ] {} <Debug> HTTP-Session: 1d3afbd9-d0f2-494d-a3bc-f6ce0f57c187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7985 | 2024.09.01 21:03:55.883658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7986 | 2024.09.01 21:03:55.883707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7987 | 2024.09.01 21:03:55.883726 [ 3 ] {} <Debug> HTTP-Session: fc921aee-5f9e-48ad-b852-6508305fcc69 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
7988 | 2024.09.01 21:03:55.883743 [ 3 ] {} <Debug> HTTP-Session: fc921aee-5f9e-48ad-b852-6508305fcc69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7989 | 2024.09.01 21:03:55.883762 [ 3 ] {} <Debug> HTTP-Session: fc921aee-5f9e-48ad-b852-6508305fcc69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7990 | 2024.09.01 21:03:55.883793 [ 3 ] {} <Trace> HTTP-Session: fc921aee-5f9e-48ad-b852-6508305fcc69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7991 | 2024.09.01 21:03:55.883983 [ 3 ] {85b91298-df0e-476f-8c00-01be7ac17a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7992 | 2024.09.01 21:03:55.884098 [ 3 ] {85b91298-df0e-476f-8c00-01be7ac17a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7993 | 2024.09.01 21:03:55.884452 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11511 rows, containing 5 columns (5 merged, 0 gathered) in 0.01039185 sec., 1107694.97250249 rows/sec., 74.43 MiB/sec. | ||
7994 | 2024.09.01 21:03:55.884573 [ 3 ] {85b91298-df0e-476f-8c00-01be7ac17a06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7995 | 2024.09.01 21:03:55.884767 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7996 | 2024.09.01 21:03:55.885138 [ 3 ] {85b91298-df0e-476f-8c00-01be7ac17a06} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7997 | 2024.09.01 21:03:55.885229 [ 3 ] {85b91298-df0e-476f-8c00-01be7ac17a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
7998 | 2024.09.01 21:03:55.885789 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7999 | 2024.09.01 21:03:55.886006 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8000 | 2024.09.01 21:03:55.886094 [ 3 ] {85b91298-df0e-476f-8c00-01be7ac17a06} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8001 | 2024.09.01 21:03:55.886142 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
8002 | 2024.09.01 21:03:55.886476 [ 3 ] {85b91298-df0e-476f-8c00-01be7ac17a06} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8003 | 2024.09.01 21:03:55.886651 [ 70 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8004 | 2024.09.01 21:03:55.886654 [ 3 ] {85b91298-df0e-476f-8c00-01be7ac17a06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002756 sec., 21770.682148040636 rows/sec., 1.47 MiB/sec. | ||
8005 | 2024.09.01 21:03:55.886714 [ 70 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8006 | 2024.09.01 21:03:55.886778 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8007 | 2024.09.01 21:03:55.886998 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
8008 | 2024.09.01 21:03:55.887036 [ 3 ] {85b91298-df0e-476f-8c00-01be7ac17a06} <Debug> DynamicQueryHandler: Done processing query | ||
8009 | 2024.09.01 21:03:55.887073 [ 3 ] {85b91298-df0e-476f-8c00-01be7ac17a06} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8010 | 2024.09.01 21:03:55.887116 [ 3 ] {} <Debug> HTTP-Session: fc921aee-5f9e-48ad-b852-6508305fcc69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8011 | 2024.09.01 21:03:55.887219 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8012 | 2024.09.01 21:03:55.887255 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1460 rows starting from the beginning of the part | ||
8013 | 2024.09.01 21:03:55.887315 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 72 rows starting from the beginning of the part | ||
8014 | 2024.09.01 21:03:55.887450 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 52 rows starting from the beginning of the part | ||
8015 | 2024.09.01 21:03:55.887728 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 76 rows starting from the beginning of the part | ||
8016 | 2024.09.01 21:03:55.887806 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
8017 | 2024.09.01 21:03:55.887931 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
8018 | 2024.09.01 21:03:55.889067 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1726 rows, containing 4 columns (4 merged, 0 gathered) in 0.002177099 sec., 792798.1226393471 rows/sec., 51.74 MiB/sec. | ||
8019 | 2024.09.01 21:03:55.889344 [ 201 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8020 | 2024.09.01 21:03:55.889826 [ 201 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_41_8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8021 | 2024.09.01 21:03:55.889919 [ 201 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_41_8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8022 | 2024.09.01 21:03:55.890024 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
8023 | 2024.09.01 21:04:00.862730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 39251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8024 | 2024.09.01 21:04:00.862862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8025 | 2024.09.01 21:04:00.862891 [ 3 ] {} <Debug> HTTP-Session: 31bca79d-a59a-4a8f-a7df-0d517a0c1693 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8026 | 2024.09.01 21:04:00.862918 [ 3 ] {} <Debug> HTTP-Session: 31bca79d-a59a-4a8f-a7df-0d517a0c1693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8027 | 2024.09.01 21:04:00.862936 [ 3 ] {} <Debug> HTTP-Session: 31bca79d-a59a-4a8f-a7df-0d517a0c1693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8028 | 2024.09.01 21:04:00.862991 [ 3 ] {} <Trace> HTTP-Session: 31bca79d-a59a-4a8f-a7df-0d517a0c1693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8029 | 2024.09.01 21:04:00.863267 [ 3 ] {fd72213d-dc0a-407e-b587-6ffb792a6c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8030 | 2024.09.01 21:04:00.863339 [ 3 ] {fd72213d-dc0a-407e-b587-6ffb792a6c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8031 | 2024.09.01 21:04:00.863696 [ 3 ] {fd72213d-dc0a-407e-b587-6ffb792a6c05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8032 | 2024.09.01 21:04:00.864299 [ 3 ] {fd72213d-dc0a-407e-b587-6ffb792a6c05} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8033 | 2024.09.01 21:04:00.864339 [ 3 ] {fd72213d-dc0a-407e-b587-6ffb792a6c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8034 | 2024.09.01 21:04:00.864767 [ 3 ] {fd72213d-dc0a-407e-b587-6ffb792a6c05} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8035 | 2024.09.01 21:04:00.865155 [ 3 ] {fd72213d-dc0a-407e-b587-6ffb792a6c05} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8036 | 2024.09.01 21:04:00.865323 [ 3 ] {fd72213d-dc0a-407e-b587-6ffb792a6c05} <Debug> executeQuery: Read 259 rows, 23.51 KiB in 0.002184 sec., 118589.74358974358 rows/sec., 10.51 MiB/sec. | ||
8037 | 2024.09.01 21:04:00.865526 [ 3 ] {fd72213d-dc0a-407e-b587-6ffb792a6c05} <Debug> DynamicQueryHandler: Done processing query | ||
8038 | 2024.09.01 21:04:00.865555 [ 3 ] {fd72213d-dc0a-407e-b587-6ffb792a6c05} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8039 | 2024.09.01 21:04:00.865579 [ 3 ] {} <Debug> HTTP-Session: 31bca79d-a59a-4a8f-a7df-0d517a0c1693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8040 | 2024.09.01 21:04:00.865793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8041 | 2024.09.01 21:04:00.865848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8042 | 2024.09.01 21:04:00.865868 [ 3 ] {} <Debug> HTTP-Session: 3f674680-7500-42f4-9ee9-f9d4057b60ab Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8043 | 2024.09.01 21:04:00.865890 [ 3 ] {} <Debug> HTTP-Session: 3f674680-7500-42f4-9ee9-f9d4057b60ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8044 | 2024.09.01 21:04:00.865904 [ 3 ] {} <Debug> HTTP-Session: 3f674680-7500-42f4-9ee9-f9d4057b60ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8045 | 2024.09.01 21:04:00.865936 [ 3 ] {} <Trace> HTTP-Session: 3f674680-7500-42f4-9ee9-f9d4057b60ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8046 | 2024.09.01 21:04:00.866069 [ 3 ] {07660f9b-ca82-4fcc-a272-c62f5ab17286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8047 | 2024.09.01 21:04:00.866129 [ 3 ] {07660f9b-ca82-4fcc-a272-c62f5ab17286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8048 | 2024.09.01 21:04:00.866449 [ 3 ] {07660f9b-ca82-4fcc-a272-c62f5ab17286} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8049 | 2024.09.01 21:04:00.866877 [ 3 ] {07660f9b-ca82-4fcc-a272-c62f5ab17286} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8050 | 2024.09.01 21:04:00.866924 [ 3 ] {07660f9b-ca82-4fcc-a272-c62f5ab17286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8051 | 2024.09.01 21:04:00.867420 [ 3 ] {07660f9b-ca82-4fcc-a272-c62f5ab17286} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8052 | 2024.09.01 21:04:00.867823 [ 3 ] {07660f9b-ca82-4fcc-a272-c62f5ab17286} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8053 | 2024.09.01 21:04:00.867981 [ 3 ] {07660f9b-ca82-4fcc-a272-c62f5ab17286} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001953 sec., 17921.146953405016 rows/sec., 1.32 MiB/sec. | ||
8054 | 2024.09.01 21:04:00.868158 [ 3 ] {07660f9b-ca82-4fcc-a272-c62f5ab17286} <Debug> DynamicQueryHandler: Done processing query | ||
8055 | 2024.09.01 21:04:00.868182 [ 3 ] {07660f9b-ca82-4fcc-a272-c62f5ab17286} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8056 | 2024.09.01 21:04:00.868198 [ 3 ] {} <Debug> HTTP-Session: 3f674680-7500-42f4-9ee9-f9d4057b60ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8057 | 2024.09.01 21:04:00.868322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8058 | 2024.09.01 21:04:00.868370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8059 | 2024.09.01 21:04:00.868388 [ 3 ] {} <Debug> HTTP-Session: a0bc3265-432e-478d-a762-8e5777989672 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8060 | 2024.09.01 21:04:00.868406 [ 3 ] {} <Debug> HTTP-Session: a0bc3265-432e-478d-a762-8e5777989672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8061 | 2024.09.01 21:04:00.868420 [ 3 ] {} <Debug> HTTP-Session: a0bc3265-432e-478d-a762-8e5777989672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8062 | 2024.09.01 21:04:00.868451 [ 3 ] {} <Trace> HTTP-Session: a0bc3265-432e-478d-a762-8e5777989672 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8063 | 2024.09.01 21:04:00.868550 [ 3 ] {f036a37c-3111-4481-89ee-4baa479c4620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8064 | 2024.09.01 21:04:00.868592 [ 3 ] {f036a37c-3111-4481-89ee-4baa479c4620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8065 | 2024.09.01 21:04:00.868819 [ 3 ] {f036a37c-3111-4481-89ee-4baa479c4620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8066 | 2024.09.01 21:04:00.869157 [ 3 ] {f036a37c-3111-4481-89ee-4baa479c4620} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8067 | 2024.09.01 21:04:00.869193 [ 3 ] {f036a37c-3111-4481-89ee-4baa479c4620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8068 | 2024.09.01 21:04:00.869537 [ 3 ] {f036a37c-3111-4481-89ee-4baa479c4620} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8069 | 2024.09.01 21:04:00.869882 [ 3 ] {f036a37c-3111-4481-89ee-4baa479c4620} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8070 | 2024.09.01 21:04:00.870041 [ 3 ] {f036a37c-3111-4481-89ee-4baa479c4620} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001517 sec., 9228.74093605801 rows/sec., 646.32 KiB/sec. | ||
8071 | 2024.09.01 21:04:00.870202 [ 3 ] {f036a37c-3111-4481-89ee-4baa479c4620} <Debug> DynamicQueryHandler: Done processing query | ||
8072 | 2024.09.01 21:04:00.870225 [ 3 ] {f036a37c-3111-4481-89ee-4baa479c4620} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8073 | 2024.09.01 21:04:00.870241 [ 3 ] {} <Debug> HTTP-Session: a0bc3265-432e-478d-a762-8e5777989672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8074 | 2024.09.01 21:04:00.870352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8075 | 2024.09.01 21:04:00.870398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8076 | 2024.09.01 21:04:00.870417 [ 3 ] {} <Debug> HTTP-Session: 13545187-84c6-4522-bade-f3d8db5d4a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8077 | 2024.09.01 21:04:00.870434 [ 3 ] {} <Debug> HTTP-Session: 13545187-84c6-4522-bade-f3d8db5d4a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8078 | 2024.09.01 21:04:00.870448 [ 3 ] {} <Debug> HTTP-Session: 13545187-84c6-4522-bade-f3d8db5d4a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8079 | 2024.09.01 21:04:00.870479 [ 3 ] {} <Trace> HTTP-Session: 13545187-84c6-4522-bade-f3d8db5d4a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8080 | 2024.09.01 21:04:00.870573 [ 3 ] {947881c9-3e70-488d-b647-53e71ddee4d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8081 | 2024.09.01 21:04:00.870616 [ 3 ] {947881c9-3e70-488d-b647-53e71ddee4d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8082 | 2024.09.01 21:04:00.870842 [ 3 ] {947881c9-3e70-488d-b647-53e71ddee4d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8083 | 2024.09.01 21:04:00.871138 [ 3 ] {947881c9-3e70-488d-b647-53e71ddee4d2} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8084 | 2024.09.01 21:04:00.871174 [ 3 ] {947881c9-3e70-488d-b647-53e71ddee4d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8085 | 2024.09.01 21:04:00.871521 [ 3 ] {947881c9-3e70-488d-b647-53e71ddee4d2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8086 | 2024.09.01 21:04:00.871877 [ 3 ] {947881c9-3e70-488d-b647-53e71ddee4d2} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8087 | 2024.09.01 21:04:00.872037 [ 63 ] {} <Debug> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
8088 | 2024.09.01 21:04:00.872046 [ 3 ] {947881c9-3e70-488d-b647-53e71ddee4d2} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 238.39 KiB/sec. | ||
8089 | 2024.09.01 21:04:00.872121 [ 63 ] {} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8090 | 2024.09.01 21:04:00.872193 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8091 | 2024.09.01 21:04:00.872393 [ 3 ] {947881c9-3e70-488d-b647-53e71ddee4d2} <Debug> DynamicQueryHandler: Done processing query | ||
8092 | 2024.09.01 21:04:00.872434 [ 3 ] {947881c9-3e70-488d-b647-53e71ddee4d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8093 | 2024.09.01 21:04:00.872428 [ 190 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
8094 | 2024.09.01 21:04:00.872459 [ 3 ] {} <Debug> HTTP-Session: 13545187-84c6-4522-bade-f3d8db5d4a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8095 | 2024.09.01 21:04:00.872710 [ 190 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8096 | 2024.09.01 21:04:00.872717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 67714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8097 | 2024.09.01 21:04:00.872777 [ 190 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
8098 | 2024.09.01 21:04:00.872811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8099 | 2024.09.01 21:04:00.872844 [ 3 ] {} <Debug> HTTP-Session: 4e520434-3c6b-4346-8570-802fd6aa4da5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8100 | 2024.09.01 21:04:00.872910 [ 3 ] {} <Debug> HTTP-Session: 4e520434-3c6b-4346-8570-802fd6aa4da5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8101 | 2024.09.01 21:04:00.872976 [ 3 ] {} <Debug> HTTP-Session: 4e520434-3c6b-4346-8570-802fd6aa4da5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8102 | 2024.09.01 21:04:00.873067 [ 190 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
8103 | 2024.09.01 21:04:00.873095 [ 3 ] {} <Trace> HTTP-Session: 4e520434-3c6b-4346-8570-802fd6aa4da5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8104 | 2024.09.01 21:04:00.873404 [ 190 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
8105 | 2024.09.01 21:04:00.873594 [ 190 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
8106 | 2024.09.01 21:04:00.873599 [ 3 ] {6bae123f-b1b4-4bbb-94b9-3d149de02665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8107 | 2024.09.01 21:04:00.873747 [ 3 ] {6bae123f-b1b4-4bbb-94b9-3d149de02665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8108 | 2024.09.01 21:04:00.873958 [ 190 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
8109 | 2024.09.01 21:04:00.874865 [ 3 ] {6bae123f-b1b4-4bbb-94b9-3d149de02665} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8110 | 2024.09.01 21:04:00.876108 [ 3 ] {6bae123f-b1b4-4bbb-94b9-3d149de02665} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8111 | 2024.09.01 21:04:00.876186 [ 3 ] {6bae123f-b1b4-4bbb-94b9-3d149de02665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8112 | 2024.09.01 21:04:00.876574 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004258287 sec., 7045.086439688072 rows/sec., 447.20 KiB/sec. | ||
8113 | 2024.09.01 21:04:00.876858 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
8114 | 2024.09.01 21:04:00.877060 [ 3 ] {6bae123f-b1b4-4bbb-94b9-3d149de02665} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8115 | 2024.09.01 21:04:00.878030 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_17_4} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8116 | 2024.09.01 21:04:00.878150 [ 3 ] {6bae123f-b1b4-4bbb-94b9-3d149de02665} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8117 | 2024.09.01 21:04:00.878233 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_17_4} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
8118 | 2024.09.01 21:04:00.878472 [ 3 ] {6bae123f-b1b4-4bbb-94b9-3d149de02665} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005131 sec., 81270.70746443188 rows/sec., 5.80 MiB/sec. | ||
8119 | 2024.09.01 21:04:00.878502 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8120 | 2024.09.01 21:04:00.878744 [ 3 ] {6bae123f-b1b4-4bbb-94b9-3d149de02665} <Debug> DynamicQueryHandler: Done processing query | ||
8121 | 2024.09.01 21:04:00.878772 [ 3 ] {6bae123f-b1b4-4bbb-94b9-3d149de02665} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
8122 | 2024.09.01 21:04:00.878789 [ 3 ] {} <Debug> HTTP-Session: 4e520434-3c6b-4346-8570-802fd6aa4da5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8123 | 2024.09.01 21:04:00.879006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8124 | 2024.09.01 21:04:00.879052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8125 | 2024.09.01 21:04:00.879070 [ 3 ] {} <Debug> HTTP-Session: d1b337f2-270f-40f4-a115-7b1ebf0d7036 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8126 | 2024.09.01 21:04:00.879088 [ 3 ] {} <Debug> HTTP-Session: d1b337f2-270f-40f4-a115-7b1ebf0d7036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8127 | 2024.09.01 21:04:00.879102 [ 3 ] {} <Debug> HTTP-Session: d1b337f2-270f-40f4-a115-7b1ebf0d7036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8128 | 2024.09.01 21:04:00.879133 [ 3 ] {} <Trace> HTTP-Session: d1b337f2-270f-40f4-a115-7b1ebf0d7036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8129 | 2024.09.01 21:04:00.879230 [ 3 ] {c06543b6-e87a-4cbe-b985-08d609e6ad44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8130 | 2024.09.01 21:04:00.879275 [ 3 ] {c06543b6-e87a-4cbe-b985-08d609e6ad44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8131 | 2024.09.01 21:04:00.879419 [ 3 ] {c06543b6-e87a-4cbe-b985-08d609e6ad44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8132 | 2024.09.01 21:04:00.879688 [ 3 ] {c06543b6-e87a-4cbe-b985-08d609e6ad44} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8133 | 2024.09.01 21:04:00.879723 [ 3 ] {c06543b6-e87a-4cbe-b985-08d609e6ad44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8134 | 2024.09.01 21:04:00.880076 [ 3 ] {c06543b6-e87a-4cbe-b985-08d609e6ad44} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8135 | 2024.09.01 21:04:00.880409 [ 3 ] {c06543b6-e87a-4cbe-b985-08d609e6ad44} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8136 | 2024.09.01 21:04:00.880563 [ 3 ] {c06543b6-e87a-4cbe-b985-08d609e6ad44} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001357 sec., 4421.518054532056 rows/sec., 231.01 KiB/sec. | ||
8137 | 2024.09.01 21:04:00.880727 [ 3 ] {c06543b6-e87a-4cbe-b985-08d609e6ad44} <Debug> DynamicQueryHandler: Done processing query | ||
8138 | 2024.09.01 21:04:00.880750 [ 3 ] {c06543b6-e87a-4cbe-b985-08d609e6ad44} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8139 | 2024.09.01 21:04:00.880766 [ 3 ] {} <Debug> HTTP-Session: d1b337f2-270f-40f4-a115-7b1ebf0d7036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8140 | 2024.09.01 21:04:00.880941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8141 | 2024.09.01 21:04:00.880989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8142 | 2024.09.01 21:04:00.881007 [ 3 ] {} <Debug> HTTP-Session: dcc69210-04c9-4ce2-b4de-a62c445e5cc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8143 | 2024.09.01 21:04:00.881024 [ 3 ] {} <Debug> HTTP-Session: dcc69210-04c9-4ce2-b4de-a62c445e5cc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8144 | 2024.09.01 21:04:00.881038 [ 3 ] {} <Debug> HTTP-Session: dcc69210-04c9-4ce2-b4de-a62c445e5cc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8145 | 2024.09.01 21:04:00.881069 [ 3 ] {} <Trace> HTTP-Session: dcc69210-04c9-4ce2-b4de-a62c445e5cc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8146 | 2024.09.01 21:04:00.881264 [ 3 ] {cc26c5ce-05db-42b1-92bc-9871d99c4da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8147 | 2024.09.01 21:04:00.881310 [ 3 ] {cc26c5ce-05db-42b1-92bc-9871d99c4da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8148 | 2024.09.01 21:04:00.881459 [ 3 ] {cc26c5ce-05db-42b1-92bc-9871d99c4da9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8149 | 2024.09.01 21:04:00.881868 [ 3 ] {cc26c5ce-05db-42b1-92bc-9871d99c4da9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8150 | 2024.09.01 21:04:00.881904 [ 3 ] {cc26c5ce-05db-42b1-92bc-9871d99c4da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8151 | 2024.09.01 21:04:00.882280 [ 3 ] {cc26c5ce-05db-42b1-92bc-9871d99c4da9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8152 | 2024.09.01 21:04:00.882615 [ 3 ] {cc26c5ce-05db-42b1-92bc-9871d99c4da9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8153 | 2024.09.01 21:04:00.882765 [ 3 ] {cc26c5ce-05db-42b1-92bc-9871d99c4da9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00161 sec., 147204.96894409938 rows/sec., 9.87 MiB/sec. | ||
8154 | 2024.09.01 21:04:00.882921 [ 3 ] {cc26c5ce-05db-42b1-92bc-9871d99c4da9} <Debug> DynamicQueryHandler: Done processing query | ||
8155 | 2024.09.01 21:04:00.882945 [ 3 ] {cc26c5ce-05db-42b1-92bc-9871d99c4da9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8156 | 2024.09.01 21:04:00.882961 [ 3 ] {} <Debug> HTTP-Session: dcc69210-04c9-4ce2-b4de-a62c445e5cc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8157 | 2024.09.01 21:04:00.883131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8158 | 2024.09.01 21:04:00.883177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8159 | 2024.09.01 21:04:00.883196 [ 3 ] {} <Debug> HTTP-Session: 25c04014-d973-4b84-a7a9-883b10012045 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8160 | 2024.09.01 21:04:00.883213 [ 3 ] {} <Debug> HTTP-Session: 25c04014-d973-4b84-a7a9-883b10012045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8161 | 2024.09.01 21:04:00.883226 [ 3 ] {} <Debug> HTTP-Session: 25c04014-d973-4b84-a7a9-883b10012045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8162 | 2024.09.01 21:04:00.883257 [ 3 ] {} <Trace> HTTP-Session: 25c04014-d973-4b84-a7a9-883b10012045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8163 | 2024.09.01 21:04:00.883348 [ 3 ] {c4c7338d-1b9c-4342-8924-7768800e79bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8164 | 2024.09.01 21:04:00.883393 [ 3 ] {c4c7338d-1b9c-4342-8924-7768800e79bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8165 | 2024.09.01 21:04:00.883520 [ 3 ] {c4c7338d-1b9c-4342-8924-7768800e79bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8166 | 2024.09.01 21:04:00.883768 [ 3 ] {c4c7338d-1b9c-4342-8924-7768800e79bc} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8167 | 2024.09.01 21:04:00.883803 [ 3 ] {c4c7338d-1b9c-4342-8924-7768800e79bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8168 | 2024.09.01 21:04:00.884149 [ 3 ] {c4c7338d-1b9c-4342-8924-7768800e79bc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8169 | 2024.09.01 21:04:00.884465 [ 3 ] {c4c7338d-1b9c-4342-8924-7768800e79bc} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8170 | 2024.09.01 21:04:00.884622 [ 3 ] {c4c7338d-1b9c-4342-8924-7768800e79bc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001296 sec., 771.6049382716049 rows/sec., 51.99 KiB/sec. | ||
8171 | 2024.09.01 21:04:00.884783 [ 3 ] {c4c7338d-1b9c-4342-8924-7768800e79bc} <Debug> DynamicQueryHandler: Done processing query | ||
8172 | 2024.09.01 21:04:00.884806 [ 3 ] {c4c7338d-1b9c-4342-8924-7768800e79bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8173 | 2024.09.01 21:04:00.884822 [ 3 ] {} <Debug> HTTP-Session: 25c04014-d973-4b84-a7a9-883b10012045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8174 | 2024.09.01 21:04:00.884965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8175 | 2024.09.01 21:04:00.885013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8176 | 2024.09.01 21:04:00.885032 [ 3 ] {} <Debug> HTTP-Session: cbe85c9b-20b2-4ae0-95ee-6da30fe0e8e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8177 | 2024.09.01 21:04:00.885049 [ 3 ] {} <Debug> HTTP-Session: cbe85c9b-20b2-4ae0-95ee-6da30fe0e8e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8178 | 2024.09.01 21:04:00.885063 [ 3 ] {} <Debug> HTTP-Session: cbe85c9b-20b2-4ae0-95ee-6da30fe0e8e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8179 | 2024.09.01 21:04:00.885093 [ 3 ] {} <Trace> HTTP-Session: cbe85c9b-20b2-4ae0-95ee-6da30fe0e8e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8180 | 2024.09.01 21:04:00.885471 [ 3 ] {7d5445a4-0838-488f-b1d3-7842afc22771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8181 | 2024.09.01 21:04:00.885534 [ 3 ] {7d5445a4-0838-488f-b1d3-7842afc22771} <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 | ||
8182 | 2024.09.01 21:04:00.885953 [ 3 ] {7d5445a4-0838-488f-b1d3-7842afc22771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8183 | 2024.09.01 21:04:00.886644 [ 3 ] {7d5445a4-0838-488f-b1d3-7842afc22771} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8184 | 2024.09.01 21:04:00.886679 [ 3 ] {7d5445a4-0838-488f-b1d3-7842afc22771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8185 | 2024.09.01 21:04:00.887317 [ 3 ] {7d5445a4-0838-488f-b1d3-7842afc22771} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8186 | 2024.09.01 21:04:00.887739 [ 3 ] {7d5445a4-0838-488f-b1d3-7842afc22771} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8187 | 2024.09.01 21:04:00.887929 [ 3 ] {7d5445a4-0838-488f-b1d3-7842afc22771} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002752 sec., 12718.023255813952 rows/sec., 22.79 MiB/sec. | ||
8188 | 2024.09.01 21:04:00.888127 [ 3 ] {7d5445a4-0838-488f-b1d3-7842afc22771} <Debug> DynamicQueryHandler: Done processing query | ||
8189 | 2024.09.01 21:04:00.888152 [ 3 ] {7d5445a4-0838-488f-b1d3-7842afc22771} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8190 | 2024.09.01 21:04:00.888167 [ 3 ] {} <Debug> HTTP-Session: cbe85c9b-20b2-4ae0-95ee-6da30fe0e8e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8191 | 2024.09.01 21:04:00.888286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8192 | 2024.09.01 21:04:00.888334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8193 | 2024.09.01 21:04:00.888354 [ 3 ] {} <Debug> HTTP-Session: 23027efd-80fc-47ab-ba46-a622d371f8bb Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8194 | 2024.09.01 21:04:00.888370 [ 3 ] {} <Debug> HTTP-Session: 23027efd-80fc-47ab-ba46-a622d371f8bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8195 | 2024.09.01 21:04:00.888384 [ 3 ] {} <Debug> HTTP-Session: 23027efd-80fc-47ab-ba46-a622d371f8bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8196 | 2024.09.01 21:04:00.888414 [ 3 ] {} <Trace> HTTP-Session: 23027efd-80fc-47ab-ba46-a622d371f8bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8197 | 2024.09.01 21:04:00.888542 [ 3 ] {eda87200-2112-4e63-935e-e81e17d756c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8198 | 2024.09.01 21:04:00.888586 [ 3 ] {eda87200-2112-4e63-935e-e81e17d756c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8199 | 2024.09.01 21:04:00.888716 [ 3 ] {eda87200-2112-4e63-935e-e81e17d756c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8200 | 2024.09.01 21:04:00.889013 [ 3 ] {eda87200-2112-4e63-935e-e81e17d756c8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8201 | 2024.09.01 21:04:00.889048 [ 3 ] {eda87200-2112-4e63-935e-e81e17d756c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
8202 | 2024.09.01 21:04:00.889399 [ 3 ] {eda87200-2112-4e63-935e-e81e17d756c8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8203 | 2024.09.01 21:04:00.889712 [ 3 ] {eda87200-2112-4e63-935e-e81e17d756c8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8204 | 2024.09.01 21:04:00.889866 [ 3 ] {eda87200-2112-4e63-935e-e81e17d756c8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001372 sec., 59766.763848396506 rows/sec., 3.80 MiB/sec. | ||
8205 | 2024.09.01 21:04:00.890160 [ 3 ] {eda87200-2112-4e63-935e-e81e17d756c8} <Debug> DynamicQueryHandler: Done processing query | ||
8206 | 2024.09.01 21:04:00.890202 [ 3 ] {eda87200-2112-4e63-935e-e81e17d756c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8207 | 2024.09.01 21:04:00.890220 [ 3 ] {} <Debug> HTTP-Session: 23027efd-80fc-47ab-ba46-a622d371f8bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8208 | 2024.09.01 21:04:05.857804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8209 | 2024.09.01 21:04:05.857995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8210 | 2024.09.01 21:04:05.858043 [ 3 ] {} <Debug> HTTP-Session: 833d6a6b-29b7-4a9c-8166-e749daef8127 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8211 | 2024.09.01 21:04:05.858083 [ 3 ] {} <Debug> HTTP-Session: 833d6a6b-29b7-4a9c-8166-e749daef8127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8212 | 2024.09.01 21:04:05.858112 [ 3 ] {} <Debug> HTTP-Session: 833d6a6b-29b7-4a9c-8166-e749daef8127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8213 | 2024.09.01 21:04:05.858193 [ 3 ] {} <Trace> HTTP-Session: 833d6a6b-29b7-4a9c-8166-e749daef8127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8214 | 2024.09.01 21:04:05.858467 [ 3 ] {40c5eefb-ef0d-43ec-9538-91e0c31169ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8215 | 2024.09.01 21:04:05.858576 [ 3 ] {40c5eefb-ef0d-43ec-9538-91e0c31169ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8216 | 2024.09.01 21:04:05.859003 [ 3 ] {40c5eefb-ef0d-43ec-9538-91e0c31169ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8217 | 2024.09.01 21:04:05.859399 [ 3 ] {40c5eefb-ef0d-43ec-9538-91e0c31169ea} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8218 | 2024.09.01 21:04:05.859451 [ 3 ] {40c5eefb-ef0d-43ec-9538-91e0c31169ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8219 | 2024.09.01 21:04:05.859901 [ 3 ] {40c5eefb-ef0d-43ec-9538-91e0c31169ea} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8220 | 2024.09.01 21:04:05.860287 [ 3 ] {40c5eefb-ef0d-43ec-9538-91e0c31169ea} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8221 | 2024.09.01 21:04:05.860461 [ 3 ] {40c5eefb-ef0d-43ec-9538-91e0c31169ea} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00207 sec., 966.1835748792272 rows/sec., 78.79 KiB/sec. | ||
8222 | 2024.09.01 21:04:05.860821 [ 3 ] {40c5eefb-ef0d-43ec-9538-91e0c31169ea} <Debug> DynamicQueryHandler: Done processing query | ||
8223 | 2024.09.01 21:04:05.860850 [ 3 ] {40c5eefb-ef0d-43ec-9538-91e0c31169ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8224 | 2024.09.01 21:04:05.860867 [ 3 ] {} <Debug> HTTP-Session: 833d6a6b-29b7-4a9c-8166-e749daef8127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8225 | 2024.09.01 21:04:05.860994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8554, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8226 | 2024.09.01 21:04:05.861045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8227 | 2024.09.01 21:04:05.861065 [ 3 ] {} <Debug> HTTP-Session: 1ed21754-3431-4f11-b3a0-5597a6d17d06 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8228 | 2024.09.01 21:04:05.861083 [ 3 ] {} <Debug> HTTP-Session: 1ed21754-3431-4f11-b3a0-5597a6d17d06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8229 | 2024.09.01 21:04:05.861097 [ 3 ] {} <Debug> HTTP-Session: 1ed21754-3431-4f11-b3a0-5597a6d17d06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8230 | 2024.09.01 21:04:05.861128 [ 3 ] {} <Trace> HTTP-Session: 1ed21754-3431-4f11-b3a0-5597a6d17d06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8231 | 2024.09.01 21:04:05.861248 [ 3 ] {02379f62-09cd-4b5c-8366-be416cacb1e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8232 | 2024.09.01 21:04:05.861291 [ 3 ] {02379f62-09cd-4b5c-8366-be416cacb1e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8233 | 2024.09.01 21:04:05.861539 [ 3 ] {02379f62-09cd-4b5c-8366-be416cacb1e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8234 | 2024.09.01 21:04:05.861873 [ 3 ] {02379f62-09cd-4b5c-8366-be416cacb1e6} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8235 | 2024.09.01 21:04:05.861910 [ 3 ] {02379f62-09cd-4b5c-8366-be416cacb1e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8236 | 2024.09.01 21:04:05.862256 [ 3 ] {02379f62-09cd-4b5c-8366-be416cacb1e6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8237 | 2024.09.01 21:04:05.862607 [ 3 ] {02379f62-09cd-4b5c-8366-be416cacb1e6} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8238 | 2024.09.01 21:04:05.862748 [ 3 ] {02379f62-09cd-4b5c-8366-be416cacb1e6} <Debug> executeQuery: Read 61 rows, 4.83 KiB in 0.001536 sec., 39713.541666666664 rows/sec., 3.07 MiB/sec. | ||
8239 | 2024.09.01 21:04:05.862974 [ 3 ] {02379f62-09cd-4b5c-8366-be416cacb1e6} <Debug> DynamicQueryHandler: Done processing query | ||
8240 | 2024.09.01 21:04:05.862999 [ 3 ] {02379f62-09cd-4b5c-8366-be416cacb1e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8241 | 2024.09.01 21:04:05.863014 [ 3 ] {} <Debug> HTTP-Session: 1ed21754-3431-4f11-b3a0-5597a6d17d06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8242 | 2024.09.01 21:04:05.863132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8243 | 2024.09.01 21:04:05.863179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8244 | 2024.09.01 21:04:05.863199 [ 3 ] {} <Debug> HTTP-Session: 2a8af97f-886a-42ac-8e29-3d1c31e065c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8245 | 2024.09.01 21:04:05.863215 [ 3 ] {} <Debug> HTTP-Session: 2a8af97f-886a-42ac-8e29-3d1c31e065c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8246 | 2024.09.01 21:04:05.863229 [ 3 ] {} <Debug> HTTP-Session: 2a8af97f-886a-42ac-8e29-3d1c31e065c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8247 | 2024.09.01 21:04:05.863258 [ 3 ] {} <Trace> HTTP-Session: 2a8af97f-886a-42ac-8e29-3d1c31e065c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8248 | 2024.09.01 21:04:05.863351 [ 3 ] {6dcbb7d5-661c-4142-a8d3-0660c6b793f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8249 | 2024.09.01 21:04:05.863394 [ 3 ] {6dcbb7d5-661c-4142-a8d3-0660c6b793f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8250 | 2024.09.01 21:04:05.863636 [ 3 ] {6dcbb7d5-661c-4142-a8d3-0660c6b793f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8251 | 2024.09.01 21:04:05.863926 [ 3 ] {6dcbb7d5-661c-4142-a8d3-0660c6b793f9} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8252 | 2024.09.01 21:04:05.863962 [ 3 ] {6dcbb7d5-661c-4142-a8d3-0660c6b793f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8253 | 2024.09.01 21:04:05.864299 [ 3 ] {6dcbb7d5-661c-4142-a8d3-0660c6b793f9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8254 | 2024.09.01 21:04:05.864642 [ 3 ] {6dcbb7d5-661c-4142-a8d3-0660c6b793f9} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8255 | 2024.09.01 21:04:05.864805 [ 3 ] {6dcbb7d5-661c-4142-a8d3-0660c6b793f9} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001465 sec., 2730.3754266211604 rows/sec., 197.98 KiB/sec. | ||
8256 | 2024.09.01 21:04:05.865090 [ 3 ] {6dcbb7d5-661c-4142-a8d3-0660c6b793f9} <Debug> DynamicQueryHandler: Done processing query | ||
8257 | 2024.09.01 21:04:05.865118 [ 3 ] {6dcbb7d5-661c-4142-a8d3-0660c6b793f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8258 | 2024.09.01 21:04:05.865135 [ 3 ] {} <Debug> HTTP-Session: 2a8af97f-886a-42ac-8e29-3d1c31e065c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8259 | 2024.09.01 21:04:05.865271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11555, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8260 | 2024.09.01 21:04:05.865321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8261 | 2024.09.01 21:04:05.865348 [ 3 ] {} <Debug> HTTP-Session: 5f5e27af-af92-47fe-a637-8b5497bc4fa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8262 | 2024.09.01 21:04:05.865364 [ 3 ] {} <Debug> HTTP-Session: 5f5e27af-af92-47fe-a637-8b5497bc4fa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8263 | 2024.09.01 21:04:05.865379 [ 3 ] {} <Debug> HTTP-Session: 5f5e27af-af92-47fe-a637-8b5497bc4fa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8264 | 2024.09.01 21:04:05.865408 [ 3 ] {} <Trace> HTTP-Session: 5f5e27af-af92-47fe-a637-8b5497bc4fa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8265 | 2024.09.01 21:04:05.865534 [ 3 ] {22200ce9-498f-43d8-9bb8-d29930600739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8266 | 2024.09.01 21:04:05.865578 [ 3 ] {22200ce9-498f-43d8-9bb8-d29930600739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8267 | 2024.09.01 21:04:05.865903 [ 3 ] {22200ce9-498f-43d8-9bb8-d29930600739} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8268 | 2024.09.01 21:04:05.866327 [ 3 ] {22200ce9-498f-43d8-9bb8-d29930600739} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8269 | 2024.09.01 21:04:05.866374 [ 3 ] {22200ce9-498f-43d8-9bb8-d29930600739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8270 | 2024.09.01 21:04:05.866748 [ 3 ] {22200ce9-498f-43d8-9bb8-d29930600739} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8271 | 2024.09.01 21:04:05.867096 [ 3 ] {22200ce9-498f-43d8-9bb8-d29930600739} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8272 | 2024.09.01 21:04:05.867249 [ 3 ] {22200ce9-498f-43d8-9bb8-d29930600739} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001753 sec., 38790.6446092413 rows/sec., 3.03 MiB/sec. | ||
8273 | 2024.09.01 21:04:05.867418 [ 3 ] {22200ce9-498f-43d8-9bb8-d29930600739} <Debug> DynamicQueryHandler: Done processing query | ||
8274 | 2024.09.01 21:04:05.867442 [ 3 ] {22200ce9-498f-43d8-9bb8-d29930600739} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8275 | 2024.09.01 21:04:05.867458 [ 3 ] {} <Debug> HTTP-Session: 5f5e27af-af92-47fe-a637-8b5497bc4fa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8276 | 2024.09.01 21:04:05.867667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8277 | 2024.09.01 21:04:05.867713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8278 | 2024.09.01 21:04:05.867731 [ 3 ] {} <Debug> HTTP-Session: 3b76ca7f-9956-4352-89ac-f2df8e5893c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8279 | 2024.09.01 21:04:05.867747 [ 3 ] {} <Debug> HTTP-Session: 3b76ca7f-9956-4352-89ac-f2df8e5893c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8280 | 2024.09.01 21:04:05.867762 [ 3 ] {} <Debug> HTTP-Session: 3b76ca7f-9956-4352-89ac-f2df8e5893c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8281 | 2024.09.01 21:04:05.867792 [ 3 ] {} <Trace> HTTP-Session: 3b76ca7f-9956-4352-89ac-f2df8e5893c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8282 | 2024.09.01 21:04:05.867934 [ 3 ] {291c21ba-7cc7-40f5-929c-96e341be9704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8283 | 2024.09.01 21:04:05.867980 [ 3 ] {291c21ba-7cc7-40f5-929c-96e341be9704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8284 | 2024.09.01 21:04:05.868122 [ 3 ] {291c21ba-7cc7-40f5-929c-96e341be9704} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8285 | 2024.09.01 21:04:05.868478 [ 3 ] {291c21ba-7cc7-40f5-929c-96e341be9704} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8286 | 2024.09.01 21:04:05.868513 [ 3 ] {291c21ba-7cc7-40f5-929c-96e341be9704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8287 | 2024.09.01 21:04:05.868886 [ 3 ] {291c21ba-7cc7-40f5-929c-96e341be9704} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8288 | 2024.09.01 21:04:05.869215 [ 3 ] {291c21ba-7cc7-40f5-929c-96e341be9704} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8289 | 2024.09.01 21:04:05.869373 [ 3 ] {291c21ba-7cc7-40f5-929c-96e341be9704} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.0015 sec., 107333.33333333333 rows/sec., 7.47 MiB/sec. | ||
8290 | 2024.09.01 21:04:05.869546 [ 3 ] {291c21ba-7cc7-40f5-929c-96e341be9704} <Debug> DynamicQueryHandler: Done processing query | ||
8291 | 2024.09.01 21:04:05.869570 [ 3 ] {291c21ba-7cc7-40f5-929c-96e341be9704} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8292 | 2024.09.01 21:04:05.869585 [ 3 ] {} <Debug> HTTP-Session: 3b76ca7f-9956-4352-89ac-f2df8e5893c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8293 | 2024.09.01 21:04:05.869702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8294 | 2024.09.01 21:04:05.869750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8295 | 2024.09.01 21:04:05.869769 [ 3 ] {} <Debug> HTTP-Session: aaca6748-c37d-442d-8e0b-43b79d8d1361 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8296 | 2024.09.01 21:04:05.869785 [ 3 ] {} <Debug> HTTP-Session: aaca6748-c37d-442d-8e0b-43b79d8d1361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8297 | 2024.09.01 21:04:05.869799 [ 3 ] {} <Debug> HTTP-Session: aaca6748-c37d-442d-8e0b-43b79d8d1361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8298 | 2024.09.01 21:04:05.869828 [ 3 ] {} <Trace> HTTP-Session: aaca6748-c37d-442d-8e0b-43b79d8d1361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8299 | 2024.09.01 21:04:05.869936 [ 3 ] {f97d429a-fd82-4af9-938e-c6061b46af5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8300 | 2024.09.01 21:04:05.869997 [ 3 ] {f97d429a-fd82-4af9-938e-c6061b46af5a} <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 | ||
8301 | 2024.09.01 21:04:05.870410 [ 3 ] {f97d429a-fd82-4af9-938e-c6061b46af5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8302 | 2024.09.01 21:04:05.870793 [ 3 ] {f97d429a-fd82-4af9-938e-c6061b46af5a} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8303 | 2024.09.01 21:04:05.870829 [ 3 ] {f97d429a-fd82-4af9-938e-c6061b46af5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8304 | 2024.09.01 21:04:05.871396 [ 3 ] {f97d429a-fd82-4af9-938e-c6061b46af5a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8305 | 2024.09.01 21:04:05.871785 [ 3 ] {f97d429a-fd82-4af9-938e-c6061b46af5a} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8306 | 2024.09.01 21:04:05.871964 [ 3 ] {f97d429a-fd82-4af9-938e-c6061b46af5a} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002067 sec., 967.5858732462507 rows/sec., 1.73 MiB/sec. | ||
8307 | 2024.09.01 21:04:05.872164 [ 3 ] {f97d429a-fd82-4af9-938e-c6061b46af5a} <Debug> DynamicQueryHandler: Done processing query | ||
8308 | 2024.09.01 21:04:05.872196 [ 3 ] {f97d429a-fd82-4af9-938e-c6061b46af5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8309 | 2024.09.01 21:04:05.872213 [ 3 ] {} <Debug> HTTP-Session: aaca6748-c37d-442d-8e0b-43b79d8d1361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8310 | 2024.09.01 21:04:05.872335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8311 | 2024.09.01 21:04:05.872382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8312 | 2024.09.01 21:04:05.872401 [ 3 ] {} <Debug> HTTP-Session: 0f135136-e5f7-4ab7-ae3a-290ef7f5083b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8313 | 2024.09.01 21:04:05.872417 [ 3 ] {} <Debug> HTTP-Session: 0f135136-e5f7-4ab7-ae3a-290ef7f5083b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8314 | 2024.09.01 21:04:05.872431 [ 3 ] {} <Debug> HTTP-Session: 0f135136-e5f7-4ab7-ae3a-290ef7f5083b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8315 | 2024.09.01 21:04:05.872461 [ 3 ] {} <Trace> HTTP-Session: 0f135136-e5f7-4ab7-ae3a-290ef7f5083b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8316 | 2024.09.01 21:04:05.872578 [ 3 ] {60e8f88d-e9b9-4148-a7bd-35f4f24024ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8317 | 2024.09.01 21:04:05.872622 [ 3 ] {60e8f88d-e9b9-4148-a7bd-35f4f24024ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8318 | 2024.09.01 21:04:05.872748 [ 3 ] {60e8f88d-e9b9-4148-a7bd-35f4f24024ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8319 | 2024.09.01 21:04:05.873022 [ 3 ] {60e8f88d-e9b9-4148-a7bd-35f4f24024ba} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8320 | 2024.09.01 21:04:05.873063 [ 3 ] {60e8f88d-e9b9-4148-a7bd-35f4f24024ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8321 | 2024.09.01 21:04:05.873446 [ 3 ] {60e8f88d-e9b9-4148-a7bd-35f4f24024ba} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8322 | 2024.09.01 21:04:05.873772 [ 3 ] {60e8f88d-e9b9-4148-a7bd-35f4f24024ba} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8323 | 2024.09.01 21:04:05.873932 [ 3 ] {60e8f88d-e9b9-4148-a7bd-35f4f24024ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
8324 | 2024.09.01 21:04:05.874196 [ 3 ] {60e8f88d-e9b9-4148-a7bd-35f4f24024ba} <Debug> DynamicQueryHandler: Done processing query | ||
8325 | 2024.09.01 21:04:05.874245 [ 3 ] {60e8f88d-e9b9-4148-a7bd-35f4f24024ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8326 | 2024.09.01 21:04:05.874272 [ 3 ] {} <Debug> HTTP-Session: 0f135136-e5f7-4ab7-ae3a-290ef7f5083b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8327 | 2024.09.01 21:04:09.018369 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8328 | 2024.09.01 21:04:09.018425 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8329 | 2024.09.01 21:04:10.863804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8330 | 2024.09.01 21:04:10.863927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8331 | 2024.09.01 21:04:10.863952 [ 3 ] {} <Debug> HTTP-Session: 6f00625c-55d5-4e9a-995f-114216ddfe3c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8332 | 2024.09.01 21:04:10.863979 [ 3 ] {} <Debug> HTTP-Session: 6f00625c-55d5-4e9a-995f-114216ddfe3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8333 | 2024.09.01 21:04:10.863997 [ 3 ] {} <Debug> HTTP-Session: 6f00625c-55d5-4e9a-995f-114216ddfe3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8334 | 2024.09.01 21:04:10.864044 [ 3 ] {} <Trace> HTTP-Session: 6f00625c-55d5-4e9a-995f-114216ddfe3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8335 | 2024.09.01 21:04:10.864221 [ 3 ] {ed67fd29-13b7-43c1-a7fe-5da1dd5da9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8336 | 2024.09.01 21:04:10.864287 [ 3 ] {ed67fd29-13b7-43c1-a7fe-5da1dd5da9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8337 | 2024.09.01 21:04:10.864612 [ 3 ] {ed67fd29-13b7-43c1-a7fe-5da1dd5da9e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8338 | 2024.09.01 21:04:10.864965 [ 3 ] {ed67fd29-13b7-43c1-a7fe-5da1dd5da9e5} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8339 | 2024.09.01 21:04:10.865012 [ 3 ] {ed67fd29-13b7-43c1-a7fe-5da1dd5da9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8340 | 2024.09.01 21:04:10.865407 [ 3 ] {ed67fd29-13b7-43c1-a7fe-5da1dd5da9e5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8341 | 2024.09.01 21:04:10.865802 [ 3 ] {ed67fd29-13b7-43c1-a7fe-5da1dd5da9e5} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8342 | 2024.09.01 21:04:10.865982 [ 3 ] {ed67fd29-13b7-43c1-a7fe-5da1dd5da9e5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001804 sec., 1108.6474501108646 rows/sec., 90.40 KiB/sec. | ||
8343 | 2024.09.01 21:04:10.866180 [ 3 ] {ed67fd29-13b7-43c1-a7fe-5da1dd5da9e5} <Debug> DynamicQueryHandler: Done processing query | ||
8344 | 2024.09.01 21:04:10.866206 [ 3 ] {ed67fd29-13b7-43c1-a7fe-5da1dd5da9e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8345 | 2024.09.01 21:04:10.866222 [ 3 ] {} <Debug> HTTP-Session: 6f00625c-55d5-4e9a-995f-114216ddfe3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8346 | 2024.09.01 21:04:10.866393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 39384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8347 | 2024.09.01 21:04:10.866445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8348 | 2024.09.01 21:04:10.866464 [ 3 ] {} <Debug> HTTP-Session: fb1dc963-1a73-4fd4-8eb7-c27a3bdba9d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8349 | 2024.09.01 21:04:10.866482 [ 3 ] {} <Debug> HTTP-Session: fb1dc963-1a73-4fd4-8eb7-c27a3bdba9d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8350 | 2024.09.01 21:04:10.866496 [ 3 ] {} <Debug> HTTP-Session: fb1dc963-1a73-4fd4-8eb7-c27a3bdba9d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8351 | 2024.09.01 21:04:10.866531 [ 3 ] {} <Trace> HTTP-Session: fb1dc963-1a73-4fd4-8eb7-c27a3bdba9d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8352 | 2024.09.01 21:04:10.866708 [ 3 ] {8deb54f2-3f92-4283-9a80-284e6883c7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8353 | 2024.09.01 21:04:10.866752 [ 3 ] {8deb54f2-3f92-4283-9a80-284e6883c7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8354 | 2024.09.01 21:04:10.867001 [ 3 ] {8deb54f2-3f92-4283-9a80-284e6883c7f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8355 | 2024.09.01 21:04:10.867551 [ 3 ] {8deb54f2-3f92-4283-9a80-284e6883c7f1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8356 | 2024.09.01 21:04:10.867588 [ 3 ] {8deb54f2-3f92-4283-9a80-284e6883c7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8357 | 2024.09.01 21:04:10.867948 [ 3 ] {8deb54f2-3f92-4283-9a80-284e6883c7f1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8358 | 2024.09.01 21:04:10.868297 [ 3 ] {8deb54f2-3f92-4283-9a80-284e6883c7f1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8359 | 2024.09.01 21:04:10.868449 [ 3 ] {8deb54f2-3f92-4283-9a80-284e6883c7f1} <Debug> executeQuery: Read 260 rows, 23.58 KiB in 0.001831 sec., 141998.90770071 rows/sec., 12.58 MiB/sec. | ||
8360 | 2024.09.01 21:04:10.868625 [ 3 ] {8deb54f2-3f92-4283-9a80-284e6883c7f1} <Debug> DynamicQueryHandler: Done processing query | ||
8361 | 2024.09.01 21:04:10.868650 [ 3 ] {8deb54f2-3f92-4283-9a80-284e6883c7f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8362 | 2024.09.01 21:04:10.868666 [ 3 ] {} <Debug> HTTP-Session: fb1dc963-1a73-4fd4-8eb7-c27a3bdba9d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8363 | 2024.09.01 21:04:10.868784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8364 | 2024.09.01 21:04:10.868832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8365 | 2024.09.01 21:04:10.868850 [ 3 ] {} <Debug> HTTP-Session: 74013926-5167-4ed5-ae1b-7eb928ee97e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8366 | 2024.09.01 21:04:10.868867 [ 3 ] {} <Debug> HTTP-Session: 74013926-5167-4ed5-ae1b-7eb928ee97e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8367 | 2024.09.01 21:04:10.868880 [ 3 ] {} <Debug> HTTP-Session: 74013926-5167-4ed5-ae1b-7eb928ee97e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8368 | 2024.09.01 21:04:10.868911 [ 3 ] {} <Trace> HTTP-Session: 74013926-5167-4ed5-ae1b-7eb928ee97e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8369 | 2024.09.01 21:04:10.869025 [ 3 ] {1a18ec66-9779-4d6f-b690-5e328d12c830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8370 | 2024.09.01 21:04:10.869067 [ 3 ] {1a18ec66-9779-4d6f-b690-5e328d12c830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8371 | 2024.09.01 21:04:10.869294 [ 3 ] {1a18ec66-9779-4d6f-b690-5e328d12c830} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8372 | 2024.09.01 21:04:10.869674 [ 3 ] {1a18ec66-9779-4d6f-b690-5e328d12c830} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8373 | 2024.09.01 21:04:10.869710 [ 3 ] {1a18ec66-9779-4d6f-b690-5e328d12c830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8374 | 2024.09.01 21:04:10.870052 [ 3 ] {1a18ec66-9779-4d6f-b690-5e328d12c830} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8375 | 2024.09.01 21:04:10.870404 [ 3 ] {1a18ec66-9779-4d6f-b690-5e328d12c830} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8376 | 2024.09.01 21:04:10.870564 [ 3 ] {1a18ec66-9779-4d6f-b690-5e328d12c830} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001564 sec., 23657.289002557543 rows/sec., 1.73 MiB/sec. | ||
8377 | 2024.09.01 21:04:10.870563 [ 54 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8378 | 2024.09.01 21:04:10.870679 [ 54 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8379 | 2024.09.01 21:04:10.870733 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8380 | 2024.09.01 21:04:10.870872 [ 3 ] {1a18ec66-9779-4d6f-b690-5e328d12c830} <Debug> DynamicQueryHandler: Done processing query | ||
8381 | 2024.09.01 21:04:10.870951 [ 3 ] {1a18ec66-9779-4d6f-b690-5e328d12c830} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8382 | 2024.09.01 21:04:10.871019 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
8383 | 2024.09.01 21:04:10.871044 [ 3 ] {} <Debug> HTTP-Session: 74013926-5167-4ed5-ae1b-7eb928ee97e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8384 | 2024.09.01 21:04:10.871382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8385 | 2024.09.01 21:04:10.871595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8386 | 2024.09.01 21:04:10.871656 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8387 | 2024.09.01 21:04:10.871669 [ 3 ] {} <Debug> HTTP-Session: 97f6d50d-b9f6-4b60-bfbf-8c227bc1097e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8388 | 2024.09.01 21:04:10.871730 [ 3 ] {} <Debug> HTTP-Session: 97f6d50d-b9f6-4b60-bfbf-8c227bc1097e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8389 | 2024.09.01 21:04:10.871744 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 51 rows starting from the beginning of the part | ||
8390 | 2024.09.01 21:04:10.871757 [ 3 ] {} <Debug> HTTP-Session: 97f6d50d-b9f6-4b60-bfbf-8c227bc1097e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8391 | 2024.09.01 21:04:10.871835 [ 3 ] {} <Trace> HTTP-Session: 97f6d50d-b9f6-4b60-bfbf-8c227bc1097e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8392 | 2024.09.01 21:04:10.872034 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 29 rows starting from the beginning of the part | ||
8393 | 2024.09.01 21:04:10.872144 [ 3 ] {61c36c4f-f6ad-4d78-bef8-3a387be978e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8394 | 2024.09.01 21:04:10.872351 [ 3 ] {61c36c4f-f6ad-4d78-bef8-3a387be978e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8395 | 2024.09.01 21:04:10.872377 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
8396 | 2024.09.01 21:04:10.872732 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 35 rows starting from the beginning of the part | ||
8397 | 2024.09.01 21:04:10.873018 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
8398 | 2024.09.01 21:04:10.873316 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 37 rows starting from the beginning of the part | ||
8399 | 2024.09.01 21:04:10.874039 [ 3 ] {61c36c4f-f6ad-4d78-bef8-3a387be978e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8400 | 2024.09.01 21:04:10.874926 [ 3 ] {61c36c4f-f6ad-4d78-bef8-3a387be978e5} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8401 | 2024.09.01 21:04:10.874990 [ 3 ] {61c36c4f-f6ad-4d78-bef8-3a387be978e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8402 | 2024.09.01 21:04:10.876114 [ 3 ] {61c36c4f-f6ad-4d78-bef8-3a387be978e5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8403 | 2024.09.01 21:04:10.876176 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 5 columns (5 merged, 0 gathered) in 0.005363542 sec., 29458.14538228656 rows/sec., 2.26 MiB/sec. | ||
8404 | 2024.09.01 21:04:10.876382 [ 190 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8405 | 2024.09.01 21:04:10.877090 [ 3 ] {61c36c4f-f6ad-4d78-bef8-3a387be978e5} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8406 | 2024.09.01 21:04:10.877352 [ 54 ] {} <Debug> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
8407 | 2024.09.01 21:04:10.877425 [ 3 ] {61c36c4f-f6ad-4d78-bef8-3a387be978e5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005385 sec., 2599.8142989786443 rows/sec., 182.07 KiB/sec. | ||
8408 | 2024.09.01 21:04:10.877445 [ 54 ] {} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8409 | 2024.09.01 21:04:10.877536 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_36_7} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8410 | 2024.09.01 21:04:10.877557 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8411 | 2024.09.01 21:04:10.877943 [ 3 ] {61c36c4f-f6ad-4d78-bef8-3a387be978e5} <Debug> DynamicQueryHandler: Done processing query | ||
8412 | 2024.09.01 21:04:10.878023 [ 3 ] {61c36c4f-f6ad-4d78-bef8-3a387be978e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8413 | 2024.09.01 21:04:10.878104 [ 3 ] {} <Debug> HTTP-Session: 97f6d50d-b9f6-4b60-bfbf-8c227bc1097e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8414 | 2024.09.01 21:04:10.878195 [ 194 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
8415 | 2024.09.01 21:04:10.878390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8416 | 2024.09.01 21:04:10.878545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8417 | 2024.09.01 21:04:10.878628 [ 3 ] {} <Debug> HTTP-Session: a4894ae9-b710-4c6e-99f0-cb9d41993ffb Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8418 | 2024.09.01 21:04:10.878683 [ 3 ] {} <Debug> HTTP-Session: a4894ae9-b710-4c6e-99f0-cb9d41993ffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8419 | 2024.09.01 21:04:10.878743 [ 3 ] {} <Debug> HTTP-Session: a4894ae9-b710-4c6e-99f0-cb9d41993ffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8420 | 2024.09.01 21:04:10.878760 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_36_7} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8421 | 2024.09.01 21:04:10.878860 [ 3 ] {} <Trace> HTTP-Session: a4894ae9-b710-4c6e-99f0-cb9d41993ffb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8422 | 2024.09.01 21:04:10.878863 [ 194 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8423 | 2024.09.01 21:04:10.878991 [ 194 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 243 rows starting from the beginning of the part | ||
8424 | 2024.09.01 21:04:10.879108 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
8425 | 2024.09.01 21:04:10.879266 [ 3 ] {8737213c-32d2-4d9d-a3b4-583af5bf1738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8426 | 2024.09.01 21:04:10.879363 [ 194 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
8427 | 2024.09.01 21:04:10.879464 [ 3 ] {8737213c-32d2-4d9d-a3b4-583af5bf1738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8428 | 2024.09.01 21:04:10.879686 [ 194 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
8429 | 2024.09.01 21:04:10.880023 [ 194 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
8430 | 2024.09.01 21:04:10.880294 [ 194 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
8431 | 2024.09.01 21:04:10.880623 [ 194 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
8432 | 2024.09.01 21:04:10.881367 [ 3 ] {8737213c-32d2-4d9d-a3b4-583af5bf1738} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8433 | 2024.09.01 21:04:10.882210 [ 3 ] {8737213c-32d2-4d9d-a3b4-583af5bf1738} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8434 | 2024.09.01 21:04:10.882275 [ 3 ] {8737213c-32d2-4d9d-a3b4-583af5bf1738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8435 | 2024.09.01 21:04:10.883223 [ 3 ] {8737213c-32d2-4d9d-a3b4-583af5bf1738} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8436 | 2024.09.01 21:04:10.883492 [ 186 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005737717 sec., 94288.37288419767 rows/sec., 6.41 MiB/sec. | ||
8437 | 2024.09.01 21:04:10.883806 [ 194 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
8438 | 2024.09.01 21:04:10.884214 [ 3 ] {8737213c-32d2-4d9d-a3b4-583af5bf1738} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8439 | 2024.09.01 21:04:10.884684 [ 3 ] {8737213c-32d2-4d9d-a3b4-583af5bf1738} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00561 sec., 1069.51871657754 rows/sec., 63.19 KiB/sec. | ||
8440 | 2024.09.01 21:04:10.884937 [ 186 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_20_4} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8441 | 2024.09.01 21:04:10.885319 [ 3 ] {8737213c-32d2-4d9d-a3b4-583af5bf1738} <Debug> DynamicQueryHandler: Done processing query | ||
8442 | 2024.09.01 21:04:10.885396 [ 3 ] {8737213c-32d2-4d9d-a3b4-583af5bf1738} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8443 | 2024.09.01 21:04:10.885418 [ 186 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_20_4} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
8444 | 2024.09.01 21:04:10.885452 [ 3 ] {} <Debug> HTTP-Session: a4894ae9-b710-4c6e-99f0-cb9d41993ffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8445 | 2024.09.01 21:04:10.885585 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
8446 | 2024.09.01 21:04:10.885692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 68055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8447 | 2024.09.01 21:04:10.885747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8448 | 2024.09.01 21:04:10.885767 [ 3 ] {} <Debug> HTTP-Session: 760537bd-2634-40d5-80df-f3a9fa058687 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8449 | 2024.09.01 21:04:10.885783 [ 3 ] {} <Debug> HTTP-Session: 760537bd-2634-40d5-80df-f3a9fa058687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8450 | 2024.09.01 21:04:10.885798 [ 3 ] {} <Debug> HTTP-Session: 760537bd-2634-40d5-80df-f3a9fa058687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8451 | 2024.09.01 21:04:10.885832 [ 3 ] {} <Trace> HTTP-Session: 760537bd-2634-40d5-80df-f3a9fa058687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8452 | 2024.09.01 21:04:10.886045 [ 3 ] {cf063790-a6d6-4218-888e-ab318b2c82f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8453 | 2024.09.01 21:04:10.886091 [ 3 ] {cf063790-a6d6-4218-888e-ab318b2c82f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8454 | 2024.09.01 21:04:10.886345 [ 3 ] {cf063790-a6d6-4218-888e-ab318b2c82f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8455 | 2024.09.01 21:04:10.886900 [ 3 ] {cf063790-a6d6-4218-888e-ab318b2c82f6} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8456 | 2024.09.01 21:04:10.886936 [ 3 ] {cf063790-a6d6-4218-888e-ab318b2c82f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8457 | 2024.09.01 21:04:10.887316 [ 3 ] {cf063790-a6d6-4218-888e-ab318b2c82f6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8458 | 2024.09.01 21:04:10.887687 [ 3 ] {cf063790-a6d6-4218-888e-ab318b2c82f6} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8459 | 2024.09.01 21:04:10.887855 [ 3 ] {cf063790-a6d6-4218-888e-ab318b2c82f6} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001926 sec., 217549.32502596054 rows/sec., 15.54 MiB/sec. | ||
8460 | 2024.09.01 21:04:10.888018 [ 3 ] {cf063790-a6d6-4218-888e-ab318b2c82f6} <Debug> DynamicQueryHandler: Done processing query | ||
8461 | 2024.09.01 21:04:10.888043 [ 3 ] {cf063790-a6d6-4218-888e-ab318b2c82f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
8462 | 2024.09.01 21:04:10.888059 [ 3 ] {} <Debug> HTTP-Session: 760537bd-2634-40d5-80df-f3a9fa058687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8463 | 2024.09.01 21:04:10.888183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8464 | 2024.09.01 21:04:10.888230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8465 | 2024.09.01 21:04:10.888249 [ 3 ] {} <Debug> HTTP-Session: c9e335b3-e943-4853-a1bb-841e8b86669e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8466 | 2024.09.01 21:04:10.888265 [ 3 ] {} <Debug> HTTP-Session: c9e335b3-e943-4853-a1bb-841e8b86669e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8467 | 2024.09.01 21:04:10.888279 [ 3 ] {} <Debug> HTTP-Session: c9e335b3-e943-4853-a1bb-841e8b86669e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8468 | 2024.09.01 21:04:10.888310 [ 3 ] {} <Trace> HTTP-Session: c9e335b3-e943-4853-a1bb-841e8b86669e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8469 | 2024.09.01 21:04:10.888409 [ 3 ] {947bdc19-8e78-4818-b47f-53dc437c1265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8470 | 2024.09.01 21:04:10.888453 [ 3 ] {947bdc19-8e78-4818-b47f-53dc437c1265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8471 | 2024.09.01 21:04:10.888583 [ 3 ] {947bdc19-8e78-4818-b47f-53dc437c1265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8472 | 2024.09.01 21:04:10.888840 [ 3 ] {947bdc19-8e78-4818-b47f-53dc437c1265} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8473 | 2024.09.01 21:04:10.888876 [ 3 ] {947bdc19-8e78-4818-b47f-53dc437c1265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8474 | 2024.09.01 21:04:10.889232 [ 3 ] {947bdc19-8e78-4818-b47f-53dc437c1265} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8475 | 2024.09.01 21:04:10.889553 [ 3 ] {947bdc19-8e78-4818-b47f-53dc437c1265} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8476 | 2024.09.01 21:04:10.889718 [ 3 ] {947bdc19-8e78-4818-b47f-53dc437c1265} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 235.52 KiB/sec. | ||
8477 | 2024.09.01 21:04:10.890028 [ 3 ] {947bdc19-8e78-4818-b47f-53dc437c1265} <Debug> DynamicQueryHandler: Done processing query | ||
8478 | 2024.09.01 21:04:10.890053 [ 3 ] {947bdc19-8e78-4818-b47f-53dc437c1265} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8479 | 2024.09.01 21:04:10.890070 [ 3 ] {} <Debug> HTTP-Session: c9e335b3-e943-4853-a1bb-841e8b86669e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8480 | 2024.09.01 21:04:10.890242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8481 | 2024.09.01 21:04:10.890291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8482 | 2024.09.01 21:04:10.890310 [ 3 ] {} <Debug> HTTP-Session: 5a0a9729-3dc7-46b0-b1f4-c647f143bb00 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8483 | 2024.09.01 21:04:10.890326 [ 3 ] {} <Debug> HTTP-Session: 5a0a9729-3dc7-46b0-b1f4-c647f143bb00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8484 | 2024.09.01 21:04:10.890340 [ 3 ] {} <Debug> HTTP-Session: 5a0a9729-3dc7-46b0-b1f4-c647f143bb00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8485 | 2024.09.01 21:04:10.890371 [ 3 ] {} <Trace> HTTP-Session: 5a0a9729-3dc7-46b0-b1f4-c647f143bb00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8486 | 2024.09.01 21:04:10.890571 [ 3 ] {327225c4-5266-4cca-bfc7-a75ab70322e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8487 | 2024.09.01 21:04:10.890618 [ 3 ] {327225c4-5266-4cca-bfc7-a75ab70322e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8488 | 2024.09.01 21:04:10.890785 [ 3 ] {327225c4-5266-4cca-bfc7-a75ab70322e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8489 | 2024.09.01 21:04:10.891188 [ 3 ] {327225c4-5266-4cca-bfc7-a75ab70322e2} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8490 | 2024.09.01 21:04:10.891224 [ 3 ] {327225c4-5266-4cca-bfc7-a75ab70322e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8491 | 2024.09.01 21:04:10.891617 [ 3 ] {327225c4-5266-4cca-bfc7-a75ab70322e2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8492 | 2024.09.01 21:04:10.891953 [ 3 ] {327225c4-5266-4cca-bfc7-a75ab70322e2} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8493 | 2024.09.01 21:04:10.892119 [ 3 ] {327225c4-5266-4cca-bfc7-a75ab70322e2} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001663 sec., 143114.85267588694 rows/sec., 9.59 MiB/sec. | ||
8494 | 2024.09.01 21:04:10.892314 [ 3 ] {327225c4-5266-4cca-bfc7-a75ab70322e2} <Debug> DynamicQueryHandler: Done processing query | ||
8495 | 2024.09.01 21:04:10.892345 [ 3 ] {327225c4-5266-4cca-bfc7-a75ab70322e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8496 | 2024.09.01 21:04:10.892364 [ 3 ] {} <Debug> HTTP-Session: 5a0a9729-3dc7-46b0-b1f4-c647f143bb00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8497 | 2024.09.01 21:04:10.892479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8498 | 2024.09.01 21:04:10.892534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8499 | 2024.09.01 21:04:10.892556 [ 3 ] {} <Debug> HTTP-Session: 6cdc8f76-0edc-4255-9e06-b7d2715c1e04 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8500 | 2024.09.01 21:04:10.892575 [ 3 ] {} <Debug> HTTP-Session: 6cdc8f76-0edc-4255-9e06-b7d2715c1e04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8501 | 2024.09.01 21:04:10.892591 [ 3 ] {} <Debug> HTTP-Session: 6cdc8f76-0edc-4255-9e06-b7d2715c1e04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8502 | 2024.09.01 21:04:10.892626 [ 3 ] {} <Trace> HTTP-Session: 6cdc8f76-0edc-4255-9e06-b7d2715c1e04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8503 | 2024.09.01 21:04:10.892745 [ 3 ] {2fe5f36f-488b-407f-8155-a4edaaf37c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8504 | 2024.09.01 21:04:10.892797 [ 3 ] {2fe5f36f-488b-407f-8155-a4edaaf37c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8505 | 2024.09.01 21:04:10.892936 [ 3 ] {2fe5f36f-488b-407f-8155-a4edaaf37c18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8506 | 2024.09.01 21:04:10.893247 [ 3 ] {2fe5f36f-488b-407f-8155-a4edaaf37c18} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8507 | 2024.09.01 21:04:10.893283 [ 3 ] {2fe5f36f-488b-407f-8155-a4edaaf37c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8508 | 2024.09.01 21:04:10.893628 [ 3 ] {2fe5f36f-488b-407f-8155-a4edaaf37c18} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8509 | 2024.09.01 21:04:10.893948 [ 3 ] {2fe5f36f-488b-407f-8155-a4edaaf37c18} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8510 | 2024.09.01 21:04:10.894111 [ 3 ] {2fe5f36f-488b-407f-8155-a4edaaf37c18} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 50.06 KiB/sec. | ||
8511 | 2024.09.01 21:04:10.894440 [ 3 ] {2fe5f36f-488b-407f-8155-a4edaaf37c18} <Debug> DynamicQueryHandler: Done processing query | ||
8512 | 2024.09.01 21:04:10.894466 [ 3 ] {2fe5f36f-488b-407f-8155-a4edaaf37c18} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8513 | 2024.09.01 21:04:10.894482 [ 3 ] {} <Debug> HTTP-Session: 6cdc8f76-0edc-4255-9e06-b7d2715c1e04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8514 | 2024.09.01 21:04:10.894621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8515 | 2024.09.01 21:04:10.894670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8516 | 2024.09.01 21:04:10.894689 [ 3 ] {} <Debug> HTTP-Session: 5bd735f2-2183-4e8e-8876-c39c688808ab Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8517 | 2024.09.01 21:04:10.894705 [ 3 ] {} <Debug> HTTP-Session: 5bd735f2-2183-4e8e-8876-c39c688808ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8518 | 2024.09.01 21:04:10.894719 [ 3 ] {} <Debug> HTTP-Session: 5bd735f2-2183-4e8e-8876-c39c688808ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8519 | 2024.09.01 21:04:10.894750 [ 3 ] {} <Trace> HTTP-Session: 5bd735f2-2183-4e8e-8876-c39c688808ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8520 | 2024.09.01 21:04:10.895125 [ 3 ] {40e42849-3562-487c-8504-c5664f14dece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8521 | 2024.09.01 21:04:10.895197 [ 3 ] {40e42849-3562-487c-8504-c5664f14dece} <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 | ||
8522 | 2024.09.01 21:04:10.895647 [ 3 ] {40e42849-3562-487c-8504-c5664f14dece} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8523 | 2024.09.01 21:04:10.896309 [ 3 ] {40e42849-3562-487c-8504-c5664f14dece} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8524 | 2024.09.01 21:04:10.896347 [ 3 ] {40e42849-3562-487c-8504-c5664f14dece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8525 | 2024.09.01 21:04:10.896964 [ 3 ] {40e42849-3562-487c-8504-c5664f14dece} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8526 | 2024.09.01 21:04:10.897372 [ 3 ] {40e42849-3562-487c-8504-c5664f14dece} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8527 | 2024.09.01 21:04:10.897586 [ 3 ] {40e42849-3562-487c-8504-c5664f14dece} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002747 sec., 12741.172187841283 rows/sec., 22.83 MiB/sec. | ||
8528 | 2024.09.01 21:04:10.897799 [ 3 ] {40e42849-3562-487c-8504-c5664f14dece} <Debug> DynamicQueryHandler: Done processing query | ||
8529 | 2024.09.01 21:04:10.897823 [ 3 ] {40e42849-3562-487c-8504-c5664f14dece} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8530 | 2024.09.01 21:04:10.897839 [ 3 ] {} <Debug> HTTP-Session: 5bd735f2-2183-4e8e-8876-c39c688808ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8531 | 2024.09.01 21:04:10.898001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8532 | 2024.09.01 21:04:10.898048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8533 | 2024.09.01 21:04:10.898066 [ 3 ] {} <Debug> HTTP-Session: fea4f085-c637-49e8-8966-6418c0b8438f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8534 | 2024.09.01 21:04:10.898083 [ 3 ] {} <Debug> HTTP-Session: fea4f085-c637-49e8-8966-6418c0b8438f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8535 | 2024.09.01 21:04:10.898097 [ 3 ] {} <Debug> HTTP-Session: fea4f085-c637-49e8-8966-6418c0b8438f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8536 | 2024.09.01 21:04:10.898127 [ 3 ] {} <Trace> HTTP-Session: fea4f085-c637-49e8-8966-6418c0b8438f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8537 | 2024.09.01 21:04:10.898242 [ 3 ] {934c01ab-0bd6-4e72-a9b3-b7d22725896c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8538 | 2024.09.01 21:04:10.898286 [ 3 ] {934c01ab-0bd6-4e72-a9b3-b7d22725896c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8539 | 2024.09.01 21:04:10.898413 [ 3 ] {934c01ab-0bd6-4e72-a9b3-b7d22725896c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8540 | 2024.09.01 21:04:10.898690 [ 3 ] {934c01ab-0bd6-4e72-a9b3-b7d22725896c} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8541 | 2024.09.01 21:04:10.898726 [ 3 ] {934c01ab-0bd6-4e72-a9b3-b7d22725896c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8542 | 2024.09.01 21:04:10.899082 [ 3 ] {934c01ab-0bd6-4e72-a9b3-b7d22725896c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8543 | 2024.09.01 21:04:10.899407 [ 3 ] {934c01ab-0bd6-4e72-a9b3-b7d22725896c} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8544 | 2024.09.01 21:04:10.899564 [ 3 ] {934c01ab-0bd6-4e72-a9b3-b7d22725896c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001356 sec., 60471.97640117994 rows/sec., 3.84 MiB/sec. | ||
8545 | 2024.09.01 21:04:10.899810 [ 3 ] {934c01ab-0bd6-4e72-a9b3-b7d22725896c} <Debug> DynamicQueryHandler: Done processing query | ||
8546 | 2024.09.01 21:04:10.899861 [ 3 ] {934c01ab-0bd6-4e72-a9b3-b7d22725896c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8547 | 2024.09.01 21:04:10.899917 [ 3 ] {} <Debug> HTTP-Session: fea4f085-c637-49e8-8966-6418c0b8438f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8548 | 2024.09.01 21:04:15.857110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8549 | 2024.09.01 21:04:15.857227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8550 | 2024.09.01 21:04:15.857252 [ 3 ] {} <Debug> HTTP-Session: 5ac59a7a-1db1-4054-88b3-2c28a82fb0b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8551 | 2024.09.01 21:04:15.857275 [ 3 ] {} <Debug> HTTP-Session: 5ac59a7a-1db1-4054-88b3-2c28a82fb0b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8552 | 2024.09.01 21:04:15.857290 [ 3 ] {} <Debug> HTTP-Session: 5ac59a7a-1db1-4054-88b3-2c28a82fb0b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8553 | 2024.09.01 21:04:15.857336 [ 3 ] {} <Trace> HTTP-Session: 5ac59a7a-1db1-4054-88b3-2c28a82fb0b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8554 | 2024.09.01 21:04:15.857525 [ 3 ] {63e3e6e4-0492-4928-bab0-96505b89dbbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8555 | 2024.09.01 21:04:15.857587 [ 3 ] {63e3e6e4-0492-4928-bab0-96505b89dbbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8556 | 2024.09.01 21:04:15.857926 [ 3 ] {63e3e6e4-0492-4928-bab0-96505b89dbbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8557 | 2024.09.01 21:04:15.858326 [ 3 ] {63e3e6e4-0492-4928-bab0-96505b89dbbf} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8558 | 2024.09.01 21:04:15.858366 [ 3 ] {63e3e6e4-0492-4928-bab0-96505b89dbbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8559 | 2024.09.01 21:04:15.858764 [ 3 ] {63e3e6e4-0492-4928-bab0-96505b89dbbf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8560 | 2024.09.01 21:04:15.859133 [ 3 ] {63e3e6e4-0492-4928-bab0-96505b89dbbf} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8561 | 2024.09.01 21:04:15.859300 [ 3 ] {63e3e6e4-0492-4928-bab0-96505b89dbbf} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.001838 sec., 32644.17845484222 rows/sec., 2.53 MiB/sec. | ||
8562 | 2024.09.01 21:04:15.859488 [ 3 ] {63e3e6e4-0492-4928-bab0-96505b89dbbf} <Debug> DynamicQueryHandler: Done processing query | ||
8563 | 2024.09.01 21:04:15.859514 [ 3 ] {63e3e6e4-0492-4928-bab0-96505b89dbbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8564 | 2024.09.01 21:04:15.859530 [ 3 ] {} <Debug> HTTP-Session: 5ac59a7a-1db1-4054-88b3-2c28a82fb0b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8565 | 2024.09.01 21:04:15.859656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8566 | 2024.09.01 21:04:15.859705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8567 | 2024.09.01 21:04:15.859725 [ 3 ] {} <Debug> HTTP-Session: 63522d7a-0092-43c6-813b-b7d4b4671484 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8568 | 2024.09.01 21:04:15.859741 [ 3 ] {} <Debug> HTTP-Session: 63522d7a-0092-43c6-813b-b7d4b4671484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8569 | 2024.09.01 21:04:15.859755 [ 3 ] {} <Debug> HTTP-Session: 63522d7a-0092-43c6-813b-b7d4b4671484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8570 | 2024.09.01 21:04:15.859786 [ 3 ] {} <Trace> HTTP-Session: 63522d7a-0092-43c6-813b-b7d4b4671484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8571 | 2024.09.01 21:04:15.859881 [ 3 ] {a0f05684-0e7a-42f3-be48-4dc7666d24ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8572 | 2024.09.01 21:04:15.859924 [ 3 ] {a0f05684-0e7a-42f3-be48-4dc7666d24ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8573 | 2024.09.01 21:04:15.860149 [ 3 ] {a0f05684-0e7a-42f3-be48-4dc7666d24ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8574 | 2024.09.01 21:04:15.860423 [ 3 ] {a0f05684-0e7a-42f3-be48-4dc7666d24ed} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8575 | 2024.09.01 21:04:15.860459 [ 3 ] {a0f05684-0e7a-42f3-be48-4dc7666d24ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8576 | 2024.09.01 21:04:15.860804 [ 3 ] {a0f05684-0e7a-42f3-be48-4dc7666d24ed} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8577 | 2024.09.01 21:04:15.861154 [ 3 ] {a0f05684-0e7a-42f3-be48-4dc7666d24ed} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8578 | 2024.09.01 21:04:15.861290 [ 3 ] {a0f05684-0e7a-42f3-be48-4dc7666d24ed} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001433 sec., 1395.6734124214934 rows/sec., 104.95 KiB/sec. | ||
8579 | 2024.09.01 21:04:15.861465 [ 3 ] {a0f05684-0e7a-42f3-be48-4dc7666d24ed} <Debug> DynamicQueryHandler: Done processing query | ||
8580 | 2024.09.01 21:04:15.861489 [ 3 ] {a0f05684-0e7a-42f3-be48-4dc7666d24ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8581 | 2024.09.01 21:04:15.861504 [ 3 ] {} <Debug> HTTP-Session: 63522d7a-0092-43c6-813b-b7d4b4671484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8582 | 2024.09.01 21:04:15.861657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8583 | 2024.09.01 21:04:15.861704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8584 | 2024.09.01 21:04:15.861723 [ 3 ] {} <Debug> HTTP-Session: a51c3781-ebd9-4b64-992d-dc9e4a0d6049 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8585 | 2024.09.01 21:04:15.861739 [ 3 ] {} <Debug> HTTP-Session: a51c3781-ebd9-4b64-992d-dc9e4a0d6049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8586 | 2024.09.01 21:04:15.861752 [ 3 ] {} <Debug> HTTP-Session: a51c3781-ebd9-4b64-992d-dc9e4a0d6049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8587 | 2024.09.01 21:04:15.861783 [ 3 ] {} <Trace> HTTP-Session: a51c3781-ebd9-4b64-992d-dc9e4a0d6049 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8588 | 2024.09.01 21:04:15.861893 [ 3 ] {fe2a6a2b-d210-4491-ac34-4b80ace982cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8589 | 2024.09.01 21:04:15.861936 [ 3 ] {fe2a6a2b-d210-4491-ac34-4b80ace982cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8590 | 2024.09.01 21:04:15.862166 [ 3 ] {fe2a6a2b-d210-4491-ac34-4b80ace982cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8591 | 2024.09.01 21:04:15.862489 [ 3 ] {fe2a6a2b-d210-4491-ac34-4b80ace982cf} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8592 | 2024.09.01 21:04:15.862527 [ 3 ] {fe2a6a2b-d210-4491-ac34-4b80ace982cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8593 | 2024.09.01 21:04:15.862865 [ 3 ] {fe2a6a2b-d210-4491-ac34-4b80ace982cf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8594 | 2024.09.01 21:04:15.863227 [ 3 ] {fe2a6a2b-d210-4491-ac34-4b80ace982cf} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8595 | 2024.09.01 21:04:15.863403 [ 3 ] {fe2a6a2b-d210-4491-ac34-4b80ace982cf} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001538 sec., 42912.873862158645 rows/sec., 3.35 MiB/sec. | ||
8596 | 2024.09.01 21:04:15.863558 [ 3 ] {fe2a6a2b-d210-4491-ac34-4b80ace982cf} <Debug> DynamicQueryHandler: Done processing query | ||
8597 | 2024.09.01 21:04:15.863582 [ 3 ] {fe2a6a2b-d210-4491-ac34-4b80ace982cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8598 | 2024.09.01 21:04:15.863597 [ 3 ] {} <Debug> HTTP-Session: a51c3781-ebd9-4b64-992d-dc9e4a0d6049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8599 | 2024.09.01 21:04:15.863751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8600 | 2024.09.01 21:04:15.863798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8601 | 2024.09.01 21:04:15.863817 [ 3 ] {} <Debug> HTTP-Session: a9564645-6aa0-496d-9984-2604ebd40dd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8602 | 2024.09.01 21:04:15.863833 [ 3 ] {} <Debug> HTTP-Session: a9564645-6aa0-496d-9984-2604ebd40dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8603 | 2024.09.01 21:04:15.863847 [ 3 ] {} <Debug> HTTP-Session: a9564645-6aa0-496d-9984-2604ebd40dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8604 | 2024.09.01 21:04:15.863877 [ 3 ] {} <Trace> HTTP-Session: a9564645-6aa0-496d-9984-2604ebd40dd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8605 | 2024.09.01 21:04:15.864017 [ 3 ] {a64d0457-2bef-4b69-bb69-95931bb8d415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8606 | 2024.09.01 21:04:15.864063 [ 3 ] {a64d0457-2bef-4b69-bb69-95931bb8d415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8607 | 2024.09.01 21:04:15.864207 [ 3 ] {a64d0457-2bef-4b69-bb69-95931bb8d415} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8608 | 2024.09.01 21:04:15.864534 [ 3 ] {a64d0457-2bef-4b69-bb69-95931bb8d415} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8609 | 2024.09.01 21:04:15.864569 [ 3 ] {a64d0457-2bef-4b69-bb69-95931bb8d415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8610 | 2024.09.01 21:04:15.864940 [ 3 ] {a64d0457-2bef-4b69-bb69-95931bb8d415} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8611 | 2024.09.01 21:04:15.865272 [ 3 ] {a64d0457-2bef-4b69-bb69-95931bb8d415} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8612 | 2024.09.01 21:04:15.865436 [ 3 ] {a64d0457-2bef-4b69-bb69-95931bb8d415} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. | ||
8613 | 2024.09.01 21:04:15.865591 [ 3 ] {a64d0457-2bef-4b69-bb69-95931bb8d415} <Debug> DynamicQueryHandler: Done processing query | ||
8614 | 2024.09.01 21:04:15.865614 [ 3 ] {a64d0457-2bef-4b69-bb69-95931bb8d415} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8615 | 2024.09.01 21:04:15.865629 [ 3 ] {} <Debug> HTTP-Session: a9564645-6aa0-496d-9984-2604ebd40dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8616 | 2024.09.01 21:04:15.865790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8617 | 2024.09.01 21:04:15.865838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8618 | 2024.09.01 21:04:15.865858 [ 3 ] {} <Debug> HTTP-Session: b6802465-cb03-438f-906c-6be2906d6405 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8619 | 2024.09.01 21:04:15.865874 [ 3 ] {} <Debug> HTTP-Session: b6802465-cb03-438f-906c-6be2906d6405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8620 | 2024.09.01 21:04:15.865888 [ 3 ] {} <Debug> HTTP-Session: b6802465-cb03-438f-906c-6be2906d6405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8621 | 2024.09.01 21:04:15.865918 [ 3 ] {} <Trace> HTTP-Session: b6802465-cb03-438f-906c-6be2906d6405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8622 | 2024.09.01 21:04:15.866033 [ 3 ] {b20e9367-27eb-4772-b3f8-c3666f734756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8623 | 2024.09.01 21:04:15.866097 [ 3 ] {b20e9367-27eb-4772-b3f8-c3666f734756} <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 | ||
8624 | 2024.09.01 21:04:15.866503 [ 3 ] {b20e9367-27eb-4772-b3f8-c3666f734756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8625 | 2024.09.01 21:04:15.866898 [ 3 ] {b20e9367-27eb-4772-b3f8-c3666f734756} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8626 | 2024.09.01 21:04:15.866934 [ 3 ] {b20e9367-27eb-4772-b3f8-c3666f734756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8627 | 2024.09.01 21:04:15.867492 [ 3 ] {b20e9367-27eb-4772-b3f8-c3666f734756} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8628 | 2024.09.01 21:04:15.867883 [ 3 ] {b20e9367-27eb-4772-b3f8-c3666f734756} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8629 | 2024.09.01 21:04:15.868076 [ 3 ] {b20e9367-27eb-4772-b3f8-c3666f734756} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002071 sec., 965.7170449058426 rows/sec., 1.73 MiB/sec. | ||
8630 | 2024.09.01 21:04:15.868076 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8631 | 2024.09.01 21:04:15.868229 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8632 | 2024.09.01 21:04:15.868312 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8633 | 2024.09.01 21:04:15.868446 [ 3 ] {b20e9367-27eb-4772-b3f8-c3666f734756} <Debug> DynamicQueryHandler: Done processing query | ||
8634 | 2024.09.01 21:04:15.868515 [ 3 ] {b20e9367-27eb-4772-b3f8-c3666f734756} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
8635 | 2024.09.01 21:04:15.868582 [ 3 ] {} <Debug> HTTP-Session: b6802465-cb03-438f-906c-6be2906d6405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8636 | 2024.09.01 21:04:15.868671 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
8637 | 2024.09.01 21:04:15.868749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8638 | 2024.09.01 21:04:15.868861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8639 | 2024.09.01 21:04:15.868938 [ 3 ] {} <Debug> HTTP-Session: 014b911b-7b33-4a84-adca-0cf9c9e8ce01 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8640 | 2024.09.01 21:04:15.868971 [ 3 ] {} <Debug> HTTP-Session: 014b911b-7b33-4a84-adca-0cf9c9e8ce01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8641 | 2024.09.01 21:04:15.869011 [ 3 ] {} <Debug> HTTP-Session: 014b911b-7b33-4a84-adca-0cf9c9e8ce01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8642 | 2024.09.01 21:04:15.869094 [ 3 ] {} <Trace> HTTP-Session: 014b911b-7b33-4a84-adca-0cf9c9e8ce01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8643 | 2024.09.01 21:04:15.869401 [ 3 ] {9469980a-047c-40e1-b6f5-3e1dbda6ee82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8644 | 2024.09.01 21:04:15.869534 [ 3 ] {9469980a-047c-40e1-b6f5-3e1dbda6ee82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8645 | 2024.09.01 21:04:15.869888 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8646 | 2024.09.01 21:04:15.870129 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 642 rows starting from the beginning of the part | ||
8647 | 2024.09.01 21:04:15.870180 [ 3 ] {9469980a-047c-40e1-b6f5-3e1dbda6ee82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8648 | 2024.09.01 21:04:15.870862 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
8649 | 2024.09.01 21:04:15.871326 [ 3 ] {9469980a-047c-40e1-b6f5-3e1dbda6ee82} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8650 | 2024.09.01 21:04:15.871436 [ 3 ] {9469980a-047c-40e1-b6f5-3e1dbda6ee82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8651 | 2024.09.01 21:04:15.871605 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 35 rows starting from the beginning of the part | ||
8652 | 2024.09.01 21:04:15.872260 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
8653 | 2024.09.01 21:04:15.872842 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 35 rows starting from the beginning of the part | ||
8654 | 2024.09.01 21:04:15.872863 [ 3 ] {9469980a-047c-40e1-b6f5-3e1dbda6ee82} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8655 | 2024.09.01 21:04:15.873471 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
8656 | 2024.09.01 21:04:15.874105 [ 3 ] {9469980a-047c-40e1-b6f5-3e1dbda6ee82} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8657 | 2024.09.01 21:04:15.874474 [ 3 ] {9469980a-047c-40e1-b6f5-3e1dbda6ee82} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005198 sec., 11542.901115813775 rows/sec., 796.58 KiB/sec. | ||
8658 | 2024.09.01 21:04:15.874841 [ 3 ] {9469980a-047c-40e1-b6f5-3e1dbda6ee82} <Debug> DynamicQueryHandler: Done processing query | ||
8659 | 2024.09.01 21:04:15.874874 [ 3 ] {9469980a-047c-40e1-b6f5-3e1dbda6ee82} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8660 | 2024.09.01 21:04:15.874910 [ 3 ] {} <Debug> HTTP-Session: 014b911b-7b33-4a84-adca-0cf9c9e8ce01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8661 | 2024.09.01 21:04:15.878637 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 19 columns (19 merged, 0 gathered) in 0.010191997 sec., 70447.43046922011 rows/sec., 126.24 MiB/sec. | ||
8662 | 2024.09.01 21:04:15.879627 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8663 | 2024.09.01 21:04:15.880300 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8664 | 2024.09.01 21:04:15.880396 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8665 | 2024.09.01 21:04:15.880563 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
8666 | 2024.09.01 21:04:19.900569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8667 | 2024.09.01 21:04:19.900707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8668 | 2024.09.01 21:04:19.900737 [ 3 ] {} <Debug> HTTP-Session: ba7d73aa-712b-4f4e-b273-27a4ebbb0374 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8669 | 2024.09.01 21:04:19.900764 [ 3 ] {} <Debug> HTTP-Session: ba7d73aa-712b-4f4e-b273-27a4ebbb0374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8670 | 2024.09.01 21:04:19.900810 [ 3 ] {} <Debug> HTTP-Session: ba7d73aa-712b-4f4e-b273-27a4ebbb0374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8671 | 2024.09.01 21:04:19.900867 [ 3 ] {} <Trace> HTTP-Session: ba7d73aa-712b-4f4e-b273-27a4ebbb0374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8672 | 2024.09.01 21:04:19.901062 [ 3 ] {cc92def6-b81c-4c58-8a0a-34059d2356fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8673 | 2024.09.01 21:04:19.901137 [ 3 ] {cc92def6-b81c-4c58-8a0a-34059d2356fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8674 | 2024.09.01 21:04:19.901474 [ 3 ] {cc92def6-b81c-4c58-8a0a-34059d2356fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8675 | 2024.09.01 21:04:19.901891 [ 3 ] {cc92def6-b81c-4c58-8a0a-34059d2356fc} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8676 | 2024.09.01 21:04:19.901939 [ 3 ] {cc92def6-b81c-4c58-8a0a-34059d2356fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8677 | 2024.09.01 21:04:19.902342 [ 3 ] {cc92def6-b81c-4c58-8a0a-34059d2356fc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8678 | 2024.09.01 21:04:19.902736 [ 3 ] {cc92def6-b81c-4c58-8a0a-34059d2356fc} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8679 | 2024.09.01 21:04:19.902918 [ 3 ] {cc92def6-b81c-4c58-8a0a-34059d2356fc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001903 sec., 1050.9721492380452 rows/sec., 85.70 KiB/sec. | ||
8680 | 2024.09.01 21:04:19.903237 [ 3 ] {cc92def6-b81c-4c58-8a0a-34059d2356fc} <Debug> DynamicQueryHandler: Done processing query | ||
8681 | 2024.09.01 21:04:19.903265 [ 3 ] {cc92def6-b81c-4c58-8a0a-34059d2356fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8682 | 2024.09.01 21:04:19.903283 [ 3 ] {} <Debug> HTTP-Session: ba7d73aa-712b-4f4e-b273-27a4ebbb0374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8683 | 2024.09.01 21:04:19.903617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 196031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8684 | 2024.09.01 21:04:19.903674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8685 | 2024.09.01 21:04:19.903694 [ 3 ] {} <Debug> HTTP-Session: 67b9214a-0042-4077-9087-896b6076d352 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8686 | 2024.09.01 21:04:19.903713 [ 3 ] {} <Debug> HTTP-Session: 67b9214a-0042-4077-9087-896b6076d352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8687 | 2024.09.01 21:04:19.903727 [ 3 ] {} <Debug> HTTP-Session: 67b9214a-0042-4077-9087-896b6076d352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8688 | 2024.09.01 21:04:19.903762 [ 3 ] {} <Trace> HTTP-Session: 67b9214a-0042-4077-9087-896b6076d352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8689 | 2024.09.01 21:04:19.904251 [ 3 ] {4718655b-fe52-4820-a4a4-22232111ac95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8690 | 2024.09.01 21:04:19.904300 [ 3 ] {4718655b-fe52-4820-a4a4-22232111ac95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8691 | 2024.09.01 21:04:19.904560 [ 3 ] {4718655b-fe52-4820-a4a4-22232111ac95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8692 | 2024.09.01 21:04:19.905720 [ 3 ] {4718655b-fe52-4820-a4a4-22232111ac95} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8693 | 2024.09.01 21:04:19.905759 [ 3 ] {4718655b-fe52-4820-a4a4-22232111ac95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8694 | 2024.09.01 21:04:19.906199 [ 3 ] {4718655b-fe52-4820-a4a4-22232111ac95} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8695 | 2024.09.01 21:04:19.906561 [ 3 ] {4718655b-fe52-4820-a4a4-22232111ac95} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8696 | 2024.09.01 21:04:19.906718 [ 3 ] {4718655b-fe52-4820-a4a4-22232111ac95} <Debug> executeQuery: Read 1346 rows, 114.64 KiB in 0.002791 sec., 482264.42135435325 rows/sec., 40.11 MiB/sec. | ||
8697 | 2024.09.01 21:04:19.906735 [ 41 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8698 | 2024.09.01 21:04:19.906857 [ 41 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8699 | 2024.09.01 21:04:19.906901 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8700 | 2024.09.01 21:04:19.906988 [ 3 ] {4718655b-fe52-4820-a4a4-22232111ac95} <Debug> DynamicQueryHandler: Done processing query | ||
8701 | 2024.09.01 21:04:19.907043 [ 3 ] {4718655b-fe52-4820-a4a4-22232111ac95} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
8702 | 2024.09.01 21:04:19.907088 [ 3 ] {} <Debug> HTTP-Session: 67b9214a-0042-4077-9087-896b6076d352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8703 | 2024.09.01 21:04:19.907111 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
8704 | 2024.09.01 21:04:19.907280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8705 | 2024.09.01 21:04:19.907400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8706 | 2024.09.01 21:04:19.907410 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8707 | 2024.09.01 21:04:19.907431 [ 3 ] {} <Debug> HTTP-Session: 92bf2980-7aef-4b1f-8ebb-f331cdc4c624 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8708 | 2024.09.01 21:04:19.907478 [ 3 ] {} <Debug> HTTP-Session: 92bf2980-7aef-4b1f-8ebb-f331cdc4c624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8709 | 2024.09.01 21:04:19.907482 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1411 rows starting from the beginning of the part | ||
8710 | 2024.09.01 21:04:19.907499 [ 3 ] {} <Debug> HTTP-Session: 92bf2980-7aef-4b1f-8ebb-f331cdc4c624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8711 | 2024.09.01 21:04:19.907567 [ 3 ] {} <Trace> HTTP-Session: 92bf2980-7aef-4b1f-8ebb-f331cdc4c624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8712 | 2024.09.01 21:04:19.907736 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 259 rows starting from the beginning of the part | ||
8713 | 2024.09.01 21:04:19.907859 [ 3 ] {80ab7daa-6d52-4896-8a6a-e8670b39c9bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8714 | 2024.09.01 21:04:19.908029 [ 3 ] {80ab7daa-6d52-4896-8a6a-e8670b39c9bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8715 | 2024.09.01 21:04:19.908104 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 61 rows starting from the beginning of the part | ||
8716 | 2024.09.01 21:04:19.908400 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 260 rows starting from the beginning of the part | ||
8717 | 2024.09.01 21:04:19.908697 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
8718 | 2024.09.01 21:04:19.909124 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1346 rows starting from the beginning of the part | ||
8719 | 2024.09.01 21:04:19.909789 [ 3 ] {80ab7daa-6d52-4896-8a6a-e8670b39c9bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8720 | 2024.09.01 21:04:19.910532 [ 3 ] {80ab7daa-6d52-4896-8a6a-e8670b39c9bc} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8721 | 2024.09.01 21:04:19.910576 [ 3 ] {80ab7daa-6d52-4896-8a6a-e8670b39c9bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8722 | 2024.09.01 21:04:19.911479 [ 3 ] {80ab7daa-6d52-4896-8a6a-e8670b39c9bc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8723 | 2024.09.01 21:04:19.912225 [ 3 ] {80ab7daa-6d52-4896-8a6a-e8670b39c9bc} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8724 | 2024.09.01 21:04:19.912488 [ 3 ] {80ab7daa-6d52-4896-8a6a-e8670b39c9bc} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.00473 sec., 2114.1649048625795 rows/sec., 156.70 KiB/sec. | ||
8725 | 2024.09.01 21:04:19.912914 [ 3 ] {80ab7daa-6d52-4896-8a6a-e8670b39c9bc} <Debug> DynamicQueryHandler: Done processing query | ||
8726 | 2024.09.01 21:04:19.912967 [ 3 ] {80ab7daa-6d52-4896-8a6a-e8670b39c9bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8727 | 2024.09.01 21:04:19.913000 [ 3 ] {} <Debug> HTTP-Session: 92bf2980-7aef-4b1f-8ebb-f331cdc4c624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8728 | 2024.09.01 21:04:19.913066 [ 194 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3397 rows, containing 5 columns (5 merged, 0 gathered) in 0.006058621 sec., 560688.645155391 rows/sec., 49.19 MiB/sec. | ||
8729 | 2024.09.01 21:04:19.913197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8730 | 2024.09.01 21:04:19.913271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8731 | 2024.09.01 21:04:19.913302 [ 3 ] {} <Debug> HTTP-Session: 1f20d380-acde-457c-a26c-b25561af7a28 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8732 | 2024.09.01 21:04:19.913334 [ 3 ] {} <Debug> HTTP-Session: 1f20d380-acde-457c-a26c-b25561af7a28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8733 | 2024.09.01 21:04:19.913354 [ 3 ] {} <Debug> HTTP-Session: 1f20d380-acde-457c-a26c-b25561af7a28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8734 | 2024.09.01 21:04:19.913402 [ 3 ] {} <Trace> HTTP-Session: 1f20d380-acde-457c-a26c-b25561af7a28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8735 | 2024.09.01 21:04:19.913430 [ 194 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8736 | 2024.09.01 21:04:19.913738 [ 3 ] {e981b8aa-5e5c-40c0-81c5-85f2c5585a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8737 | 2024.09.01 21:04:19.913891 [ 3 ] {e981b8aa-5e5c-40c0-81c5-85f2c5585a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8738 | 2024.09.01 21:04:19.914571 [ 194 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_46_9} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8739 | 2024.09.01 21:04:19.914701 [ 3 ] {e981b8aa-5e5c-40c0-81c5-85f2c5585a02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8740 | 2024.09.01 21:04:19.914787 [ 194 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_46_9} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8741 | 2024.09.01 21:04:19.914933 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
8742 | 2024.09.01 21:04:19.915254 [ 3 ] {e981b8aa-5e5c-40c0-81c5-85f2c5585a02} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8743 | 2024.09.01 21:04:19.915297 [ 3 ] {e981b8aa-5e5c-40c0-81c5-85f2c5585a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8744 | 2024.09.01 21:04:19.915687 [ 3 ] {e981b8aa-5e5c-40c0-81c5-85f2c5585a02} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8745 | 2024.09.01 21:04:19.916056 [ 3 ] {e981b8aa-5e5c-40c0-81c5-85f2c5585a02} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8746 | 2024.09.01 21:04:19.916210 [ 3 ] {e981b8aa-5e5c-40c0-81c5-85f2c5585a02} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002667 sec., 90738.65766779153 rows/sec., 6.15 MiB/sec. | ||
8747 | 2024.09.01 21:04:19.916378 [ 3 ] {e981b8aa-5e5c-40c0-81c5-85f2c5585a02} <Debug> DynamicQueryHandler: Done processing query | ||
8748 | 2024.09.01 21:04:19.916402 [ 3 ] {e981b8aa-5e5c-40c0-81c5-85f2c5585a02} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8749 | 2024.09.01 21:04:19.916419 [ 3 ] {} <Debug> HTTP-Session: 1f20d380-acde-457c-a26c-b25561af7a28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8750 | 2024.09.01 21:04:19.916558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8751 | 2024.09.01 21:04:19.916607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8752 | 2024.09.01 21:04:19.916627 [ 3 ] {} <Debug> HTTP-Session: a7039562-2bed-4668-b137-c8eb9a0cc6f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8753 | 2024.09.01 21:04:19.916644 [ 3 ] {} <Debug> HTTP-Session: a7039562-2bed-4668-b137-c8eb9a0cc6f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8754 | 2024.09.01 21:04:19.916659 [ 3 ] {} <Debug> HTTP-Session: a7039562-2bed-4668-b137-c8eb9a0cc6f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8755 | 2024.09.01 21:04:19.916690 [ 3 ] {} <Trace> HTTP-Session: a7039562-2bed-4668-b137-c8eb9a0cc6f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8756 | 2024.09.01 21:04:19.916785 [ 3 ] {5e2a3082-3e31-405c-adae-7b6c0e8c98e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8757 | 2024.09.01 21:04:19.916828 [ 3 ] {5e2a3082-3e31-405c-adae-7b6c0e8c98e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8758 | 2024.09.01 21:04:19.917054 [ 3 ] {5e2a3082-3e31-405c-adae-7b6c0e8c98e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8759 | 2024.09.01 21:04:19.917340 [ 3 ] {5e2a3082-3e31-405c-adae-7b6c0e8c98e5} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8760 | 2024.09.01 21:04:19.917377 [ 3 ] {5e2a3082-3e31-405c-adae-7b6c0e8c98e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8761 | 2024.09.01 21:04:19.917721 [ 3 ] {5e2a3082-3e31-405c-adae-7b6c0e8c98e5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8762 | 2024.09.01 21:04:19.918080 [ 3 ] {5e2a3082-3e31-405c-adae-7b6c0e8c98e5} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8763 | 2024.09.01 21:04:19.918237 [ 3 ] {5e2a3082-3e31-405c-adae-7b6c0e8c98e5} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 240.50 KiB/sec. | ||
8764 | 2024.09.01 21:04:19.918402 [ 3 ] {5e2a3082-3e31-405c-adae-7b6c0e8c98e5} <Debug> DynamicQueryHandler: Done processing query | ||
8765 | 2024.09.01 21:04:19.918427 [ 3 ] {5e2a3082-3e31-405c-adae-7b6c0e8c98e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8766 | 2024.09.01 21:04:19.918442 [ 3 ] {} <Debug> HTTP-Session: a7039562-2bed-4668-b137-c8eb9a0cc6f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8767 | 2024.09.01 21:04:19.918717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 138442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8768 | 2024.09.01 21:04:19.918766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8769 | 2024.09.01 21:04:19.918786 [ 3 ] {} <Debug> HTTP-Session: f10bf522-9ca9-438e-ae48-2a7dd0dd9503 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8770 | 2024.09.01 21:04:19.918802 [ 3 ] {} <Debug> HTTP-Session: f10bf522-9ca9-438e-ae48-2a7dd0dd9503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8771 | 2024.09.01 21:04:19.918817 [ 3 ] {} <Debug> HTTP-Session: f10bf522-9ca9-438e-ae48-2a7dd0dd9503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8772 | 2024.09.01 21:04:19.918848 [ 3 ] {} <Trace> HTTP-Session: f10bf522-9ca9-438e-ae48-2a7dd0dd9503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8773 | 2024.09.01 21:04:19.919245 [ 3 ] {354c2059-3297-48fe-9f27-a3b361017d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8774 | 2024.09.01 21:04:19.919289 [ 3 ] {354c2059-3297-48fe-9f27-a3b361017d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8775 | 2024.09.01 21:04:19.919514 [ 3 ] {354c2059-3297-48fe-9f27-a3b361017d80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8776 | 2024.09.01 21:04:19.920460 [ 3 ] {354c2059-3297-48fe-9f27-a3b361017d80} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8777 | 2024.09.01 21:04:19.920498 [ 3 ] {354c2059-3297-48fe-9f27-a3b361017d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8778 | 2024.09.01 21:04:19.920888 [ 3 ] {354c2059-3297-48fe-9f27-a3b361017d80} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8779 | 2024.09.01 21:04:19.921248 [ 3 ] {354c2059-3297-48fe-9f27-a3b361017d80} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8780 | 2024.09.01 21:04:19.921408 [ 41 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8781 | 2024.09.01 21:04:19.921423 [ 3 ] {354c2059-3297-48fe-9f27-a3b361017d80} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002436 sec., 348111.65845648607 rows/sec., 25.17 MiB/sec. | ||
8782 | 2024.09.01 21:04:19.921480 [ 41 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8783 | 2024.09.01 21:04:19.921547 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8784 | 2024.09.01 21:04:19.921715 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
8785 | 2024.09.01 21:04:19.921749 [ 3 ] {354c2059-3297-48fe-9f27-a3b361017d80} <Debug> DynamicQueryHandler: Done processing query | ||
8786 | 2024.09.01 21:04:19.921775 [ 3 ] {354c2059-3297-48fe-9f27-a3b361017d80} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
8787 | 2024.09.01 21:04:19.921798 [ 3 ] {} <Debug> HTTP-Session: f10bf522-9ca9-438e-ae48-2a7dd0dd9503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8788 | 2024.09.01 21:04:19.921864 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8789 | 2024.09.01 21:04:19.921897 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 907 rows starting from the beginning of the part | ||
8790 | 2024.09.01 21:04:19.922004 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 417 rows starting from the beginning of the part | ||
8791 | 2024.09.01 21:04:19.922079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8792 | 2024.09.01 21:04:19.922352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8793 | 2024.09.01 21:04:19.922463 [ 3 ] {} <Debug> HTTP-Session: 34dc9a4e-feef-4968-9d75-234ac42eec1b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8794 | 2024.09.01 21:04:19.922481 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 68 rows starting from the beginning of the part | ||
8795 | 2024.09.01 21:04:19.922531 [ 3 ] {} <Debug> HTTP-Session: 34dc9a4e-feef-4968-9d75-234ac42eec1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8796 | 2024.09.01 21:04:19.922566 [ 3 ] {} <Debug> HTTP-Session: 34dc9a4e-feef-4968-9d75-234ac42eec1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8797 | 2024.09.01 21:04:19.922704 [ 3 ] {} <Trace> HTTP-Session: 34dc9a4e-feef-4968-9d75-234ac42eec1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8798 | 2024.09.01 21:04:19.922716 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 419 rows starting from the beginning of the part | ||
8799 | 2024.09.01 21:04:19.923032 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 66 rows starting from the beginning of the part | ||
8800 | 2024.09.01 21:04:19.923051 [ 3 ] {45389293-4ecc-4573-97d7-1b47f0b97d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8801 | 2024.09.01 21:04:19.923271 [ 3 ] {45389293-4ecc-4573-97d7-1b47f0b97d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8802 | 2024.09.01 21:04:19.923319 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 848 rows starting from the beginning of the part | ||
8803 | 2024.09.01 21:04:19.923922 [ 3 ] {45389293-4ecc-4573-97d7-1b47f0b97d80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8804 | 2024.09.01 21:04:19.924310 [ 3 ] {45389293-4ecc-4573-97d7-1b47f0b97d80} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8805 | 2024.09.01 21:04:19.924349 [ 3 ] {45389293-4ecc-4573-97d7-1b47f0b97d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8806 | 2024.09.01 21:04:19.924888 [ 3 ] {45389293-4ecc-4573-97d7-1b47f0b97d80} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8807 | 2024.09.01 21:04:19.925242 [ 3 ] {45389293-4ecc-4573-97d7-1b47f0b97d80} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8808 | 2024.09.01 21:04:19.925643 [ 3 ] {45389293-4ecc-4573-97d7-1b47f0b97d80} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002687 sec., 2232.973576479345 rows/sec., 116.66 KiB/sec. | ||
8809 | 2024.09.01 21:04:19.925829 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2725 rows, containing 5 columns (5 merged, 0 gathered) in 0.004169256 sec., 653593.830649881 rows/sec., 49.84 MiB/sec. | ||
8810 | 2024.09.01 21:04:19.926179 [ 3 ] {45389293-4ecc-4573-97d7-1b47f0b97d80} <Debug> DynamicQueryHandler: Done processing query | ||
8811 | 2024.09.01 21:04:19.926223 [ 3 ] {45389293-4ecc-4573-97d7-1b47f0b97d80} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8812 | 2024.09.01 21:04:19.926236 [ 194 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8813 | 2024.09.01 21:04:19.926261 [ 3 ] {} <Debug> HTTP-Session: 34dc9a4e-feef-4968-9d75-234ac42eec1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8814 | 2024.09.01 21:04:19.926601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 172177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8815 | 2024.09.01 21:04:19.926707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8816 | 2024.09.01 21:04:19.926755 [ 3 ] {} <Debug> HTTP-Session: 7c61811c-c5c7-4fd4-a520-7fe8c403aee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8817 | 2024.09.01 21:04:19.926785 [ 3 ] {} <Debug> HTTP-Session: 7c61811c-c5c7-4fd4-a520-7fe8c403aee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8818 | 2024.09.01 21:04:19.926814 [ 3 ] {} <Debug> HTTP-Session: 7c61811c-c5c7-4fd4-a520-7fe8c403aee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8819 | 2024.09.01 21:04:19.926874 [ 3 ] {} <Trace> HTTP-Session: 7c61811c-c5c7-4fd4-a520-7fe8c403aee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8820 | 2024.09.01 21:04:19.926895 [ 194 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_46_9} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8821 | 2024.09.01 21:04:19.927041 [ 194 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_46_9} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8822 | 2024.09.01 21:04:19.927170 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
8823 | 2024.09.01 21:04:19.927363 [ 3 ] {58551d80-0117-4f58-afbd-dde4bc131e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8824 | 2024.09.01 21:04:19.927417 [ 3 ] {58551d80-0117-4f58-afbd-dde4bc131e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8825 | 2024.09.01 21:04:19.927584 [ 3 ] {58551d80-0117-4f58-afbd-dde4bc131e40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8826 | 2024.09.01 21:04:19.928486 [ 3 ] {58551d80-0117-4f58-afbd-dde4bc131e40} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8827 | 2024.09.01 21:04:19.928525 [ 3 ] {58551d80-0117-4f58-afbd-dde4bc131e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8828 | 2024.09.01 21:04:19.928969 [ 3 ] {58551d80-0117-4f58-afbd-dde4bc131e40} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8829 | 2024.09.01 21:04:19.929328 [ 3 ] {58551d80-0117-4f58-afbd-dde4bc131e40} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8830 | 2024.09.01 21:04:19.929475 [ 3 ] {58551d80-0117-4f58-afbd-dde4bc131e40} <Debug> executeQuery: Read 910 rows, 62.23 KiB in 0.002426 sec., 375103.0502885408 rows/sec., 25.05 MiB/sec. | ||
8831 | 2024.09.01 21:04:19.929496 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8832 | 2024.09.01 21:04:19.929573 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8833 | 2024.09.01 21:04:19.929630 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8834 | 2024.09.01 21:04:19.929760 [ 3 ] {58551d80-0117-4f58-afbd-dde4bc131e40} <Debug> DynamicQueryHandler: Done processing query | ||
8835 | 2024.09.01 21:04:19.929828 [ 3 ] {58551d80-0117-4f58-afbd-dde4bc131e40} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
8836 | 2024.09.01 21:04:19.929905 [ 3 ] {} <Debug> HTTP-Session: 7c61811c-c5c7-4fd4-a520-7fe8c403aee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8837 | 2024.09.01 21:04:19.929942 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
8838 | 2024.09.01 21:04:19.930190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8839 | 2024.09.01 21:04:19.930398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8840 | 2024.09.01 21:04:19.930523 [ 3 ] {} <Debug> HTTP-Session: 43237f00-c796-499e-826a-59162943d120 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8841 | 2024.09.01 21:04:19.930613 [ 3 ] {} <Debug> HTTP-Session: 43237f00-c796-499e-826a-59162943d120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8842 | 2024.09.01 21:04:19.930687 [ 3 ] {} <Debug> HTTP-Session: 43237f00-c796-499e-826a-59162943d120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8843 | 2024.09.01 21:04:19.930715 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8844 | 2024.09.01 21:04:19.930774 [ 3 ] {} <Trace> HTTP-Session: 43237f00-c796-499e-826a-59162943d120 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8845 | 2024.09.01 21:04:19.930782 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11511 rows starting from the beginning of the part | ||
8846 | 2024.09.01 21:04:19.930948 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part | ||
8847 | 2024.09.01 21:04:19.930994 [ 3 ] {52666e8b-49ef-496a-9fc8-5a2b0cda84b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8848 | 2024.09.01 21:04:19.931224 [ 3 ] {52666e8b-49ef-496a-9fc8-5a2b0cda84b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8849 | 2024.09.01 21:04:19.931337 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 161 rows starting from the beginning of the part | ||
8850 | 2024.09.01 21:04:19.931755 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 238 rows starting from the beginning of the part | ||
8851 | 2024.09.01 21:04:19.932100 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
8852 | 2024.09.01 21:04:19.932411 [ 3 ] {52666e8b-49ef-496a-9fc8-5a2b0cda84b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8853 | 2024.09.01 21:04:19.932442 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 910 rows starting from the beginning of the part | ||
8854 | 2024.09.01 21:04:19.933144 [ 3 ] {52666e8b-49ef-496a-9fc8-5a2b0cda84b2} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8855 | 2024.09.01 21:04:19.933186 [ 3 ] {52666e8b-49ef-496a-9fc8-5a2b0cda84b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8856 | 2024.09.01 21:04:19.933586 [ 3 ] {52666e8b-49ef-496a-9fc8-5a2b0cda84b2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8857 | 2024.09.01 21:04:19.934005 [ 3 ] {52666e8b-49ef-496a-9fc8-5a2b0cda84b2} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8858 | 2024.09.01 21:04:19.934306 [ 3 ] {52666e8b-49ef-496a-9fc8-5a2b0cda84b2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003437 sec., 290.9514111143439 rows/sec., 19.61 KiB/sec. | ||
8859 | 2024.09.01 21:04:19.934542 [ 3 ] {52666e8b-49ef-496a-9fc8-5a2b0cda84b2} <Debug> DynamicQueryHandler: Done processing query | ||
8860 | 2024.09.01 21:04:19.934566 [ 3 ] {52666e8b-49ef-496a-9fc8-5a2b0cda84b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8861 | 2024.09.01 21:04:19.934583 [ 3 ] {} <Debug> HTTP-Session: 43237f00-c796-499e-826a-59162943d120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8862 | 2024.09.01 21:04:19.934719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 14204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8863 | 2024.09.01 21:04:19.934767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8864 | 2024.09.01 21:04:19.934786 [ 3 ] {} <Debug> HTTP-Session: e69d5231-bdba-45bf-b24f-f4d84b52ce5e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8865 | 2024.09.01 21:04:19.934802 [ 3 ] {} <Debug> HTTP-Session: e69d5231-bdba-45bf-b24f-f4d84b52ce5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8866 | 2024.09.01 21:04:19.934816 [ 3 ] {} <Debug> HTTP-Session: e69d5231-bdba-45bf-b24f-f4d84b52ce5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8867 | 2024.09.01 21:04:19.934873 [ 3 ] {} <Trace> HTTP-Session: e69d5231-bdba-45bf-b24f-f4d84b52ce5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8868 | 2024.09.01 21:04:19.935026 [ 3 ] {93e1df94-5b8e-4662-8adc-c2861685d1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8869 | 2024.09.01 21:04:19.935090 [ 3 ] {93e1df94-5b8e-4662-8adc-c2861685d1ae} <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 | ||
8870 | 2024.09.01 21:04:19.935662 [ 3 ] {93e1df94-5b8e-4662-8adc-c2861685d1ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8871 | 2024.09.01 21:04:19.936182 [ 3 ] {93e1df94-5b8e-4662-8adc-c2861685d1ae} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8872 | 2024.09.01 21:04:19.936220 [ 3 ] {93e1df94-5b8e-4662-8adc-c2861685d1ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8873 | 2024.09.01 21:04:19.936702 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13217 rows, containing 5 columns (5 merged, 0 gathered) in 0.006978784 sec., 1893882.9457968608 rows/sec., 127.30 MiB/sec. | ||
8874 | 2024.09.01 21:04:19.937072 [ 3 ] {93e1df94-5b8e-4662-8adc-c2861685d1ae} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8875 | 2024.09.01 21:04:19.937176 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8876 | 2024.09.01 21:04:19.938193 [ 3 ] {93e1df94-5b8e-4662-8adc-c2861685d1ae} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8877 | 2024.09.01 21:04:19.938255 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8878 | 2024.09.01 21:04:19.938457 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8879 | 2024.09.01 21:04:19.938564 [ 3 ] {93e1df94-5b8e-4662-8adc-c2861685d1ae} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0036 sec., 2222.222222222222 rows/sec., 3.98 MiB/sec. | ||
8880 | 2024.09.01 21:04:19.938649 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
8881 | 2024.09.01 21:04:19.938930 [ 3 ] {93e1df94-5b8e-4662-8adc-c2861685d1ae} <Debug> DynamicQueryHandler: Done processing query | ||
8882 | 2024.09.01 21:04:19.938960 [ 3 ] {93e1df94-5b8e-4662-8adc-c2861685d1ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8883 | 2024.09.01 21:04:19.938977 [ 3 ] {} <Debug> HTTP-Session: e69d5231-bdba-45bf-b24f-f4d84b52ce5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8884 | 2024.09.01 21:04:19.939109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8885 | 2024.09.01 21:04:19.939157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8886 | 2024.09.01 21:04:19.939176 [ 3 ] {} <Debug> HTTP-Session: 2e60e9be-56c7-4ba0-aa31-bb309f1cb9d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8887 | 2024.09.01 21:04:19.939193 [ 3 ] {} <Debug> HTTP-Session: 2e60e9be-56c7-4ba0-aa31-bb309f1cb9d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8888 | 2024.09.01 21:04:19.939206 [ 3 ] {} <Debug> HTTP-Session: 2e60e9be-56c7-4ba0-aa31-bb309f1cb9d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8889 | 2024.09.01 21:04:19.939241 [ 3 ] {} <Trace> HTTP-Session: 2e60e9be-56c7-4ba0-aa31-bb309f1cb9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8890 | 2024.09.01 21:04:19.939372 [ 3 ] {ba019323-06d5-4771-ab22-fa93533e6f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8891 | 2024.09.01 21:04:19.939417 [ 3 ] {ba019323-06d5-4771-ab22-fa93533e6f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8892 | 2024.09.01 21:04:19.939552 [ 3 ] {ba019323-06d5-4771-ab22-fa93533e6f35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8893 | 2024.09.01 21:04:19.939855 [ 3 ] {ba019323-06d5-4771-ab22-fa93533e6f35} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8894 | 2024.09.01 21:04:19.939891 [ 3 ] {ba019323-06d5-4771-ab22-fa93533e6f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8895 | 2024.09.01 21:04:19.940255 [ 3 ] {ba019323-06d5-4771-ab22-fa93533e6f35} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8896 | 2024.09.01 21:04:19.940584 [ 3 ] {ba019323-06d5-4771-ab22-fa93533e6f35} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8897 | 2024.09.01 21:04:19.940747 [ 3 ] {ba019323-06d5-4771-ab22-fa93533e6f35} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.001422 sec., 53445.850914205344 rows/sec., 3.38 MiB/sec. | ||
8898 | 2024.09.01 21:04:19.940767 [ 41 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8899 | 2024.09.01 21:04:19.940877 [ 41 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8900 | 2024.09.01 21:04:19.940939 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8901 | 2024.09.01 21:04:19.941043 [ 3 ] {ba019323-06d5-4771-ab22-fa93533e6f35} <Debug> DynamicQueryHandler: Done processing query | ||
8902 | 2024.09.01 21:04:19.941126 [ 3 ] {ba019323-06d5-4771-ab22-fa93533e6f35} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8903 | 2024.09.01 21:04:19.941241 [ 3 ] {} <Debug> HTTP-Session: 2e60e9be-56c7-4ba0-aa31-bb309f1cb9d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8904 | 2024.09.01 21:04:19.941387 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
8905 | 2024.09.01 21:04:19.941606 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8906 | 2024.09.01 21:04:19.941647 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1726 rows starting from the beginning of the part | ||
8907 | 2024.09.01 21:04:19.941740 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
8908 | 2024.09.01 21:04:19.941819 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
8909 | 2024.09.01 21:04:19.942086 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
8910 | 2024.09.01 21:04:19.942162 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
8911 | 2024.09.01 21:04:19.942239 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 76 rows starting from the beginning of the part | ||
8912 | 2024.09.01 21:04:19.943700 [ 197 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2086 rows, containing 4 columns (4 merged, 0 gathered) in 0.002634696 sec., 791742.1972022578 rows/sec., 51.60 MiB/sec. | ||
8913 | 2024.09.01 21:04:19.943982 [ 197 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8914 | 2024.09.01 21:04:19.944369 [ 197 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_46_9} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8915 | 2024.09.01 21:04:19.944448 [ 197 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_46_9} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8916 | 2024.09.01 21:04:19.944528 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
8917 | 2024.09.01 21:04:20.851894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8918 | 2024.09.01 21:04:20.851999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8919 | 2024.09.01 21:04:20.852024 [ 3 ] {} <Debug> HTTP-Session: dcaa1112-65e4-454f-b605-ccd18f1f3af8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8920 | 2024.09.01 21:04:20.852048 [ 3 ] {} <Debug> HTTP-Session: dcaa1112-65e4-454f-b605-ccd18f1f3af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8921 | 2024.09.01 21:04:20.852063 [ 3 ] {} <Debug> HTTP-Session: dcaa1112-65e4-454f-b605-ccd18f1f3af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8922 | 2024.09.01 21:04:20.852111 [ 3 ] {} <Trace> HTTP-Session: dcaa1112-65e4-454f-b605-ccd18f1f3af8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8923 | 2024.09.01 21:04:20.852313 [ 3 ] {ed1be0ab-7805-47bd-9b64-6025d126bcf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8924 | 2024.09.01 21:04:20.852378 [ 3 ] {ed1be0ab-7805-47bd-9b64-6025d126bcf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8925 | 2024.09.01 21:04:20.852695 [ 3 ] {ed1be0ab-7805-47bd-9b64-6025d126bcf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8926 | 2024.09.01 21:04:20.853160 [ 3 ] {ed1be0ab-7805-47bd-9b64-6025d126bcf1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8927 | 2024.09.01 21:04:20.853203 [ 3 ] {ed1be0ab-7805-47bd-9b64-6025d126bcf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8928 | 2024.09.01 21:04:20.853635 [ 3 ] {ed1be0ab-7805-47bd-9b64-6025d126bcf1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8929 | 2024.09.01 21:04:20.854022 [ 3 ] {ed1be0ab-7805-47bd-9b64-6025d126bcf1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8930 | 2024.09.01 21:04:20.854174 [ 3 ] {ed1be0ab-7805-47bd-9b64-6025d126bcf1} <Debug> executeQuery: Read 84 rows, 7.46 KiB in 0.001929 sec., 43545.87869362364 rows/sec., 3.78 MiB/sec. | ||
8931 | 2024.09.01 21:04:20.854423 [ 3 ] {ed1be0ab-7805-47bd-9b64-6025d126bcf1} <Debug> DynamicQueryHandler: Done processing query | ||
8932 | 2024.09.01 21:04:20.854448 [ 3 ] {ed1be0ab-7805-47bd-9b64-6025d126bcf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8933 | 2024.09.01 21:04:20.854464 [ 3 ] {} <Debug> HTTP-Session: dcaa1112-65e4-454f-b605-ccd18f1f3af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8934 | 2024.09.01 21:04:20.854624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8935 | 2024.09.01 21:04:20.854674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8936 | 2024.09.01 21:04:20.854693 [ 3 ] {} <Debug> HTTP-Session: a3442a80-a670-4c6c-be82-cd08fe0e7183 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8937 | 2024.09.01 21:04:20.854710 [ 3 ] {} <Debug> HTTP-Session: a3442a80-a670-4c6c-be82-cd08fe0e7183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8938 | 2024.09.01 21:04:20.854724 [ 3 ] {} <Debug> HTTP-Session: a3442a80-a670-4c6c-be82-cd08fe0e7183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8939 | 2024.09.01 21:04:20.854755 [ 3 ] {} <Trace> HTTP-Session: a3442a80-a670-4c6c-be82-cd08fe0e7183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8940 | 2024.09.01 21:04:20.854860 [ 3 ] {745b1f08-425e-4b48-863c-2f31a51544ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8941 | 2024.09.01 21:04:20.854904 [ 3 ] {745b1f08-425e-4b48-863c-2f31a51544ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8942 | 2024.09.01 21:04:20.855151 [ 3 ] {745b1f08-425e-4b48-863c-2f31a51544ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8943 | 2024.09.01 21:04:20.855488 [ 3 ] {745b1f08-425e-4b48-863c-2f31a51544ff} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8944 | 2024.09.01 21:04:20.855525 [ 3 ] {745b1f08-425e-4b48-863c-2f31a51544ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8945 | 2024.09.01 21:04:20.855869 [ 3 ] {745b1f08-425e-4b48-863c-2f31a51544ff} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8946 | 2024.09.01 21:04:20.856230 [ 3 ] {745b1f08-425e-4b48-863c-2f31a51544ff} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8947 | 2024.09.01 21:04:20.856391 [ 3 ] {745b1f08-425e-4b48-863c-2f31a51544ff} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00155 sec., 17419.354838709678 rows/sec., 1.28 MiB/sec. | ||
8948 | 2024.09.01 21:04:20.856694 [ 3 ] {745b1f08-425e-4b48-863c-2f31a51544ff} <Debug> DynamicQueryHandler: Done processing query | ||
8949 | 2024.09.01 21:04:20.856753 [ 3 ] {745b1f08-425e-4b48-863c-2f31a51544ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8950 | 2024.09.01 21:04:20.856795 [ 3 ] {} <Debug> HTTP-Session: a3442a80-a670-4c6c-be82-cd08fe0e7183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8951 | 2024.09.01 21:04:20.856950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 10721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8952 | 2024.09.01 21:04:20.857000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8953 | 2024.09.01 21:04:20.857021 [ 3 ] {} <Debug> HTTP-Session: 0e08ab8c-b3b1-4bc9-905a-42ded0f87f81 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8954 | 2024.09.01 21:04:20.857038 [ 3 ] {} <Debug> HTTP-Session: 0e08ab8c-b3b1-4bc9-905a-42ded0f87f81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8955 | 2024.09.01 21:04:20.857053 [ 3 ] {} <Debug> HTTP-Session: 0e08ab8c-b3b1-4bc9-905a-42ded0f87f81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8956 | 2024.09.01 21:04:20.857085 [ 3 ] {} <Trace> HTTP-Session: 0e08ab8c-b3b1-4bc9-905a-42ded0f87f81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8957 | 2024.09.01 21:04:20.857205 [ 3 ] {fad3e083-28e7-4041-bf40-1e553f742a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8958 | 2024.09.01 21:04:20.857252 [ 3 ] {fad3e083-28e7-4041-bf40-1e553f742a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8959 | 2024.09.01 21:04:20.857497 [ 3 ] {fad3e083-28e7-4041-bf40-1e553f742a57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8960 | 2024.09.01 21:04:20.857836 [ 3 ] {fad3e083-28e7-4041-bf40-1e553f742a57} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8961 | 2024.09.01 21:04:20.857873 [ 3 ] {fad3e083-28e7-4041-bf40-1e553f742a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8962 | 2024.09.01 21:04:20.858219 [ 3 ] {fad3e083-28e7-4041-bf40-1e553f742a57} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8963 | 2024.09.01 21:04:20.858581 [ 3 ] {fad3e083-28e7-4041-bf40-1e553f742a57} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8964 | 2024.09.01 21:04:20.858735 [ 3 ] {fad3e083-28e7-4041-bf40-1e553f742a57} <Debug> executeQuery: Read 63 rows, 5.04 KiB in 0.001569 sec., 40152.963671128105 rows/sec., 3.14 MiB/sec. | ||
8965 | 2024.09.01 21:04:20.859004 [ 3 ] {fad3e083-28e7-4041-bf40-1e553f742a57} <Debug> DynamicQueryHandler: Done processing query | ||
8966 | 2024.09.01 21:04:20.859064 [ 3 ] {fad3e083-28e7-4041-bf40-1e553f742a57} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8967 | 2024.09.01 21:04:20.859119 [ 3 ] {} <Debug> HTTP-Session: 0e08ab8c-b3b1-4bc9-905a-42ded0f87f81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8968 | 2024.09.01 21:04:20.859291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 2364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8969 | 2024.09.01 21:04:20.859343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8970 | 2024.09.01 21:04:20.859362 [ 3 ] {} <Debug> HTTP-Session: 552f8616-b492-4835-ba69-d50bc6c23d40 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8971 | 2024.09.01 21:04:20.859379 [ 3 ] {} <Debug> HTTP-Session: 552f8616-b492-4835-ba69-d50bc6c23d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8972 | 2024.09.01 21:04:20.859393 [ 3 ] {} <Debug> HTTP-Session: 552f8616-b492-4835-ba69-d50bc6c23d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8973 | 2024.09.01 21:04:20.859426 [ 3 ] {} <Trace> HTTP-Session: 552f8616-b492-4835-ba69-d50bc6c23d40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8974 | 2024.09.01 21:04:20.859538 [ 3 ] {cde38de7-dd92-4f1e-95cf-891961b5e012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8975 | 2024.09.01 21:04:20.859589 [ 3 ] {cde38de7-dd92-4f1e-95cf-891961b5e012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8976 | 2024.09.01 21:04:20.859751 [ 3 ] {cde38de7-dd92-4f1e-95cf-891961b5e012} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8977 | 2024.09.01 21:04:20.860047 [ 3 ] {cde38de7-dd92-4f1e-95cf-891961b5e012} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8978 | 2024.09.01 21:04:20.860083 [ 3 ] {cde38de7-dd92-4f1e-95cf-891961b5e012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8979 | 2024.09.01 21:04:20.860450 [ 3 ] {cde38de7-dd92-4f1e-95cf-891961b5e012} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8980 | 2024.09.01 21:04:20.860795 [ 3 ] {cde38de7-dd92-4f1e-95cf-891961b5e012} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8981 | 2024.09.01 21:04:20.860949 [ 3 ] {cde38de7-dd92-4f1e-95cf-891961b5e012} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.001439 sec., 8339.124391938847 rows/sec., 599.24 KiB/sec. | ||
8982 | 2024.09.01 21:04:20.861113 [ 3 ] {cde38de7-dd92-4f1e-95cf-891961b5e012} <Debug> DynamicQueryHandler: Done processing query | ||
8983 | 2024.09.01 21:04:20.861137 [ 3 ] {cde38de7-dd92-4f1e-95cf-891961b5e012} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8984 | 2024.09.01 21:04:20.861153 [ 3 ] {} <Debug> HTTP-Session: 552f8616-b492-4835-ba69-d50bc6c23d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8985 | 2024.09.01 21:04:20.861353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8986 | 2024.09.01 21:04:20.861400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8987 | 2024.09.01 21:04:20.861419 [ 3 ] {} <Debug> HTTP-Session: 380e19e8-2025-4cfd-9c80-ae8906e49b28 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
8988 | 2024.09.01 21:04:20.861436 [ 3 ] {} <Debug> HTTP-Session: 380e19e8-2025-4cfd-9c80-ae8906e49b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8989 | 2024.09.01 21:04:20.861450 [ 3 ] {} <Debug> HTTP-Session: 380e19e8-2025-4cfd-9c80-ae8906e49b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8990 | 2024.09.01 21:04:20.861480 [ 3 ] {} <Trace> HTTP-Session: 380e19e8-2025-4cfd-9c80-ae8906e49b28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8991 | 2024.09.01 21:04:20.861768 [ 3 ] {85cdc46b-5c4b-4f8f-a176-747ff033060f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8992 | 2024.09.01 21:04:20.861832 [ 3 ] {85cdc46b-5c4b-4f8f-a176-747ff033060f} <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 | ||
8993 | 2024.09.01 21:04:20.862260 [ 3 ] {85cdc46b-5c4b-4f8f-a176-747ff033060f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8994 | 2024.09.01 21:04:20.862833 [ 3 ] {85cdc46b-5c4b-4f8f-a176-747ff033060f} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8995 | 2024.09.01 21:04:20.862869 [ 3 ] {85cdc46b-5c4b-4f8f-a176-747ff033060f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
8996 | 2024.09.01 21:04:20.863474 [ 3 ] {85cdc46b-5c4b-4f8f-a176-747ff033060f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8997 | 2024.09.01 21:04:20.863883 [ 3 ] {85cdc46b-5c4b-4f8f-a176-747ff033060f} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8998 | 2024.09.01 21:04:20.864085 [ 3 ] {85cdc46b-5c4b-4f8f-a176-747ff033060f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002505 sec., 10778.443113772455 rows/sec., 19.31 MiB/sec. | ||
8999 | 2024.09.01 21:04:20.864646 [ 3 ] {85cdc46b-5c4b-4f8f-a176-747ff033060f} <Debug> DynamicQueryHandler: Done processing query | ||
9000 | 2024.09.01 21:04:20.864671 [ 3 ] {85cdc46b-5c4b-4f8f-a176-747ff033060f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9001 | 2024.09.01 21:04:20.864687 [ 3 ] {} <Debug> HTTP-Session: 380e19e8-2025-4cfd-9c80-ae8906e49b28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9002 | 2024.09.01 21:04:20.864813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9003 | 2024.09.01 21:04:20.864862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9004 | 2024.09.01 21:04:20.864882 [ 3 ] {} <Debug> HTTP-Session: f95b54bb-4d09-4d4d-a45f-e34365bfb0c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9005 | 2024.09.01 21:04:20.864898 [ 3 ] {} <Debug> HTTP-Session: f95b54bb-4d09-4d4d-a45f-e34365bfb0c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9006 | 2024.09.01 21:04:20.864912 [ 3 ] {} <Debug> HTTP-Session: f95b54bb-4d09-4d4d-a45f-e34365bfb0c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9007 | 2024.09.01 21:04:20.864943 [ 3 ] {} <Trace> HTTP-Session: f95b54bb-4d09-4d4d-a45f-e34365bfb0c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9008 | 2024.09.01 21:04:20.865043 [ 3 ] {186fb189-b55f-4790-a197-0accb3d08719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9009 | 2024.09.01 21:04:20.865090 [ 3 ] {186fb189-b55f-4790-a197-0accb3d08719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9010 | 2024.09.01 21:04:20.865243 [ 3 ] {186fb189-b55f-4790-a197-0accb3d08719} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9011 | 2024.09.01 21:04:20.865520 [ 3 ] {186fb189-b55f-4790-a197-0accb3d08719} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9012 | 2024.09.01 21:04:20.865557 [ 3 ] {186fb189-b55f-4790-a197-0accb3d08719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9013 | 2024.09.01 21:04:20.865907 [ 3 ] {186fb189-b55f-4790-a197-0accb3d08719} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9014 | 2024.09.01 21:04:20.866222 [ 3 ] {186fb189-b55f-4790-a197-0accb3d08719} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9015 | 2024.09.01 21:04:20.866369 [ 3 ] {186fb189-b55f-4790-a197-0accb3d08719} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001354 sec., 4431.314623338257 rows/sec., 300.76 KiB/sec. | ||
9016 | 2024.09.01 21:04:20.866524 [ 3 ] {186fb189-b55f-4790-a197-0accb3d08719} <Debug> DynamicQueryHandler: Done processing query | ||
9017 | 2024.09.01 21:04:20.866548 [ 3 ] {186fb189-b55f-4790-a197-0accb3d08719} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9018 | 2024.09.01 21:04:20.866564 [ 3 ] {} <Debug> HTTP-Session: f95b54bb-4d09-4d4d-a45f-e34365bfb0c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9019 | 2024.09.01 21:04:24.018471 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9020 | 2024.09.01 21:04:24.018543 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9021 | 2024.09.01 21:04:25.001380 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000889482 sec. | ||
9022 | 2024.09.01 21:04:25.858018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9023 | 2024.09.01 21:04:25.858163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9024 | 2024.09.01 21:04:25.858204 [ 3 ] {} <Debug> HTTP-Session: 0dbb2968-792d-47d2-b456-fd5d380307bc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9025 | 2024.09.01 21:04:25.858242 [ 3 ] {} <Debug> HTTP-Session: 0dbb2968-792d-47d2-b456-fd5d380307bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9026 | 2024.09.01 21:04:25.858270 [ 3 ] {} <Debug> HTTP-Session: 0dbb2968-792d-47d2-b456-fd5d380307bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9027 | 2024.09.01 21:04:25.858342 [ 3 ] {} <Trace> HTTP-Session: 0dbb2968-792d-47d2-b456-fd5d380307bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9028 | 2024.09.01 21:04:25.858564 [ 3 ] {acde160d-2f55-449e-9a35-e2ab0baad085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9029 | 2024.09.01 21:04:25.858640 [ 3 ] {acde160d-2f55-449e-9a35-e2ab0baad085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9030 | 2024.09.01 21:04:25.859012 [ 3 ] {acde160d-2f55-449e-9a35-e2ab0baad085} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9031 | 2024.09.01 21:04:25.859510 [ 3 ] {acde160d-2f55-449e-9a35-e2ab0baad085} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9032 | 2024.09.01 21:04:25.859552 [ 3 ] {acde160d-2f55-449e-9a35-e2ab0baad085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9033 | 2024.09.01 21:04:25.859953 [ 3 ] {acde160d-2f55-449e-9a35-e2ab0baad085} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9034 | 2024.09.01 21:04:25.860324 [ 3 ] {acde160d-2f55-449e-9a35-e2ab0baad085} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9035 | 2024.09.01 21:04:25.860492 [ 3 ] {acde160d-2f55-449e-9a35-e2ab0baad085} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.001998 sec., 30030.030030030026 rows/sec., 2.33 MiB/sec. | ||
9036 | 2024.09.01 21:04:25.860779 [ 3 ] {acde160d-2f55-449e-9a35-e2ab0baad085} <Debug> DynamicQueryHandler: Done processing query | ||
9037 | 2024.09.01 21:04:25.860834 [ 3 ] {acde160d-2f55-449e-9a35-e2ab0baad085} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9038 | 2024.09.01 21:04:25.860865 [ 3 ] {} <Debug> HTTP-Session: 0dbb2968-792d-47d2-b456-fd5d380307bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9039 | 2024.09.01 21:04:25.860999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9040 | 2024.09.01 21:04:25.861051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9041 | 2024.09.01 21:04:25.861070 [ 3 ] {} <Debug> HTTP-Session: 46beb1cd-01d7-4061-be23-e89a5bfcb724 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9042 | 2024.09.01 21:04:25.861087 [ 3 ] {} <Debug> HTTP-Session: 46beb1cd-01d7-4061-be23-e89a5bfcb724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9043 | 2024.09.01 21:04:25.861101 [ 3 ] {} <Debug> HTTP-Session: 46beb1cd-01d7-4061-be23-e89a5bfcb724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9044 | 2024.09.01 21:04:25.861132 [ 3 ] {} <Trace> HTTP-Session: 46beb1cd-01d7-4061-be23-e89a5bfcb724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9045 | 2024.09.01 21:04:25.861231 [ 3 ] {dc4bb902-0ab3-47ce-b0da-3390272b5ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9046 | 2024.09.01 21:04:25.861275 [ 3 ] {dc4bb902-0ab3-47ce-b0da-3390272b5ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9047 | 2024.09.01 21:04:25.861522 [ 3 ] {dc4bb902-0ab3-47ce-b0da-3390272b5ead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9048 | 2024.09.01 21:04:25.861822 [ 3 ] {dc4bb902-0ab3-47ce-b0da-3390272b5ead} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9049 | 2024.09.01 21:04:25.861859 [ 3 ] {dc4bb902-0ab3-47ce-b0da-3390272b5ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9050 | 2024.09.01 21:04:25.862201 [ 3 ] {dc4bb902-0ab3-47ce-b0da-3390272b5ead} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9051 | 2024.09.01 21:04:25.862555 [ 3 ] {dc4bb902-0ab3-47ce-b0da-3390272b5ead} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9052 | 2024.09.01 21:04:25.862711 [ 3 ] {dc4bb902-0ab3-47ce-b0da-3390272b5ead} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001498 sec., 1335.113484646195 rows/sec., 100.39 KiB/sec. | ||
9053 | 2024.09.01 21:04:25.862877 [ 3 ] {dc4bb902-0ab3-47ce-b0da-3390272b5ead} <Debug> DynamicQueryHandler: Done processing query | ||
9054 | 2024.09.01 21:04:25.862901 [ 3 ] {dc4bb902-0ab3-47ce-b0da-3390272b5ead} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9055 | 2024.09.01 21:04:25.862917 [ 3 ] {} <Debug> HTTP-Session: 46beb1cd-01d7-4061-be23-e89a5bfcb724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9056 | 2024.09.01 21:04:25.863084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9057 | 2024.09.01 21:04:25.863131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9058 | 2024.09.01 21:04:25.863150 [ 3 ] {} <Debug> HTTP-Session: d14248a7-eb52-412a-ac43-b5ded39021eb Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9059 | 2024.09.01 21:04:25.863165 [ 3 ] {} <Debug> HTTP-Session: d14248a7-eb52-412a-ac43-b5ded39021eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9060 | 2024.09.01 21:04:25.863179 [ 3 ] {} <Debug> HTTP-Session: d14248a7-eb52-412a-ac43-b5ded39021eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9061 | 2024.09.01 21:04:25.863209 [ 3 ] {} <Trace> HTTP-Session: d14248a7-eb52-412a-ac43-b5ded39021eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9062 | 2024.09.01 21:04:25.863319 [ 3 ] {badfd6ff-422c-4036-a4af-1ca414d605fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9063 | 2024.09.01 21:04:25.863362 [ 3 ] {badfd6ff-422c-4036-a4af-1ca414d605fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9064 | 2024.09.01 21:04:25.863581 [ 3 ] {badfd6ff-422c-4036-a4af-1ca414d605fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9065 | 2024.09.01 21:04:25.863931 [ 3 ] {badfd6ff-422c-4036-a4af-1ca414d605fa} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9066 | 2024.09.01 21:04:25.863968 [ 3 ] {badfd6ff-422c-4036-a4af-1ca414d605fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9067 | 2024.09.01 21:04:25.864307 [ 3 ] {badfd6ff-422c-4036-a4af-1ca414d605fa} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9068 | 2024.09.01 21:04:25.864650 [ 3 ] {badfd6ff-422c-4036-a4af-1ca414d605fa} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9069 | 2024.09.01 21:04:25.864809 [ 3 ] {badfd6ff-422c-4036-a4af-1ca414d605fa} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00152 sec., 43421.05263157895 rows/sec., 3.39 MiB/sec. | ||
9070 | 2024.09.01 21:04:25.864974 [ 3 ] {badfd6ff-422c-4036-a4af-1ca414d605fa} <Debug> DynamicQueryHandler: Done processing query | ||
9071 | 2024.09.01 21:04:25.864998 [ 3 ] {badfd6ff-422c-4036-a4af-1ca414d605fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9072 | 2024.09.01 21:04:25.865014 [ 3 ] {} <Debug> HTTP-Session: d14248a7-eb52-412a-ac43-b5ded39021eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9073 | 2024.09.01 21:04:25.865165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9074 | 2024.09.01 21:04:25.865213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9075 | 2024.09.01 21:04:25.865232 [ 3 ] {} <Debug> HTTP-Session: 589852c7-280c-477f-8458-2a4a78831cfe Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9076 | 2024.09.01 21:04:25.865248 [ 3 ] {} <Debug> HTTP-Session: 589852c7-280c-477f-8458-2a4a78831cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9077 | 2024.09.01 21:04:25.865262 [ 3 ] {} <Debug> HTTP-Session: 589852c7-280c-477f-8458-2a4a78831cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9078 | 2024.09.01 21:04:25.865292 [ 3 ] {} <Trace> HTTP-Session: 589852c7-280c-477f-8458-2a4a78831cfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9079 | 2024.09.01 21:04:25.865431 [ 3 ] {510943e8-80ae-4eb2-b435-eda662420af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9080 | 2024.09.01 21:04:25.865477 [ 3 ] {510943e8-80ae-4eb2-b435-eda662420af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9081 | 2024.09.01 21:04:25.865618 [ 3 ] {510943e8-80ae-4eb2-b435-eda662420af1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9082 | 2024.09.01 21:04:25.865988 [ 3 ] {510943e8-80ae-4eb2-b435-eda662420af1} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9083 | 2024.09.01 21:04:25.866024 [ 3 ] {510943e8-80ae-4eb2-b435-eda662420af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9084 | 2024.09.01 21:04:25.866395 [ 3 ] {510943e8-80ae-4eb2-b435-eda662420af1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9085 | 2024.09.01 21:04:25.866747 [ 3 ] {510943e8-80ae-4eb2-b435-eda662420af1} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9086 | 2024.09.01 21:04:25.866909 [ 3 ] {510943e8-80ae-4eb2-b435-eda662420af1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. | ||
9087 | 2024.09.01 21:04:25.867173 [ 3 ] {510943e8-80ae-4eb2-b435-eda662420af1} <Debug> DynamicQueryHandler: Done processing query | ||
9088 | 2024.09.01 21:04:25.867232 [ 3 ] {510943e8-80ae-4eb2-b435-eda662420af1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9089 | 2024.09.01 21:04:25.867292 [ 3 ] {} <Debug> HTTP-Session: 589852c7-280c-477f-8458-2a4a78831cfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9090 | 2024.09.01 21:04:25.867432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9091 | 2024.09.01 21:04:25.867483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9092 | 2024.09.01 21:04:25.867502 [ 3 ] {} <Debug> HTTP-Session: c83441fd-1d33-4080-aa03-10b6f2e97aaa Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9093 | 2024.09.01 21:04:25.867518 [ 3 ] {} <Debug> HTTP-Session: c83441fd-1d33-4080-aa03-10b6f2e97aaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9094 | 2024.09.01 21:04:25.867532 [ 3 ] {} <Debug> HTTP-Session: c83441fd-1d33-4080-aa03-10b6f2e97aaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9095 | 2024.09.01 21:04:25.867563 [ 3 ] {} <Trace> HTTP-Session: c83441fd-1d33-4080-aa03-10b6f2e97aaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9096 | 2024.09.01 21:04:25.867682 [ 3 ] {6ad44101-baa8-46f4-91ec-3d5300ccdb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9097 | 2024.09.01 21:04:25.867751 [ 3 ] {6ad44101-baa8-46f4-91ec-3d5300ccdb42} <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 | ||
9098 | 2024.09.01 21:04:25.868177 [ 3 ] {6ad44101-baa8-46f4-91ec-3d5300ccdb42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9099 | 2024.09.01 21:04:25.868626 [ 3 ] {6ad44101-baa8-46f4-91ec-3d5300ccdb42} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9100 | 2024.09.01 21:04:25.868661 [ 3 ] {6ad44101-baa8-46f4-91ec-3d5300ccdb42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9101 | 2024.09.01 21:04:25.869220 [ 3 ] {6ad44101-baa8-46f4-91ec-3d5300ccdb42} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9102 | 2024.09.01 21:04:25.869620 [ 3 ] {6ad44101-baa8-46f4-91ec-3d5300ccdb42} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9103 | 2024.09.01 21:04:25.869799 [ 3 ] {6ad44101-baa8-46f4-91ec-3d5300ccdb42} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002165 sec., 923.7875288683604 rows/sec., 1.66 MiB/sec. | ||
9104 | 2024.09.01 21:04:25.870013 [ 3 ] {6ad44101-baa8-46f4-91ec-3d5300ccdb42} <Debug> DynamicQueryHandler: Done processing query | ||
9105 | 2024.09.01 21:04:25.870038 [ 3 ] {6ad44101-baa8-46f4-91ec-3d5300ccdb42} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9106 | 2024.09.01 21:04:25.870053 [ 3 ] {} <Debug> HTTP-Session: c83441fd-1d33-4080-aa03-10b6f2e97aaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9107 | 2024.09.01 21:04:25.870162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9108 | 2024.09.01 21:04:25.870210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9109 | 2024.09.01 21:04:25.870229 [ 3 ] {} <Debug> HTTP-Session: 2858c076-2064-4021-8443-d2c12d6febc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9110 | 2024.09.01 21:04:25.870245 [ 3 ] {} <Debug> HTTP-Session: 2858c076-2064-4021-8443-d2c12d6febc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9111 | 2024.09.01 21:04:25.870260 [ 3 ] {} <Debug> HTTP-Session: 2858c076-2064-4021-8443-d2c12d6febc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9112 | 2024.09.01 21:04:25.870290 [ 3 ] {} <Trace> HTTP-Session: 2858c076-2064-4021-8443-d2c12d6febc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9113 | 2024.09.01 21:04:25.870402 [ 3 ] {acbc76d4-ed0f-425a-87c6-5f5edd96d2f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9114 | 2024.09.01 21:04:25.870445 [ 3 ] {acbc76d4-ed0f-425a-87c6-5f5edd96d2f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9115 | 2024.09.01 21:04:25.870572 [ 3 ] {acbc76d4-ed0f-425a-87c6-5f5edd96d2f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9116 | 2024.09.01 21:04:25.870855 [ 3 ] {acbc76d4-ed0f-425a-87c6-5f5edd96d2f0} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9117 | 2024.09.01 21:04:25.870890 [ 3 ] {acbc76d4-ed0f-425a-87c6-5f5edd96d2f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9118 | 2024.09.01 21:04:25.871241 [ 3 ] {acbc76d4-ed0f-425a-87c6-5f5edd96d2f0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9119 | 2024.09.01 21:04:25.871558 [ 3 ] {acbc76d4-ed0f-425a-87c6-5f5edd96d2f0} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9120 | 2024.09.01 21:04:25.871719 [ 3 ] {acbc76d4-ed0f-425a-87c6-5f5edd96d2f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec. | ||
9121 | 2024.09.01 21:04:25.871869 [ 3 ] {acbc76d4-ed0f-425a-87c6-5f5edd96d2f0} <Debug> DynamicQueryHandler: Done processing query | ||
9122 | 2024.09.01 21:04:25.871893 [ 3 ] {acbc76d4-ed0f-425a-87c6-5f5edd96d2f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9123 | 2024.09.01 21:04:25.871908 [ 3 ] {} <Debug> HTTP-Session: 2858c076-2064-4021-8443-d2c12d6febc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9124 | 2024.09.01 21:04:30.862988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 39251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9125 | 2024.09.01 21:04:30.863127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9126 | 2024.09.01 21:04:30.863156 [ 3 ] {} <Debug> HTTP-Session: 38aa52a3-58ea-4033-bc61-17a1c2e4f4a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9127 | 2024.09.01 21:04:30.863184 [ 3 ] {} <Debug> HTTP-Session: 38aa52a3-58ea-4033-bc61-17a1c2e4f4a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9128 | 2024.09.01 21:04:30.863203 [ 3 ] {} <Debug> HTTP-Session: 38aa52a3-58ea-4033-bc61-17a1c2e4f4a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9129 | 2024.09.01 21:04:30.863256 [ 3 ] {} <Trace> HTTP-Session: 38aa52a3-58ea-4033-bc61-17a1c2e4f4a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9130 | 2024.09.01 21:04:30.863540 [ 3 ] {632da5a5-284a-48a1-b0c7-f951cb0c6b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9131 | 2024.09.01 21:04:30.863606 [ 3 ] {632da5a5-284a-48a1-b0c7-f951cb0c6b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9132 | 2024.09.01 21:04:30.863927 [ 3 ] {632da5a5-284a-48a1-b0c7-f951cb0c6b99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9133 | 2024.09.01 21:04:30.864519 [ 3 ] {632da5a5-284a-48a1-b0c7-f951cb0c6b99} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9134 | 2024.09.01 21:04:30.864562 [ 3 ] {632da5a5-284a-48a1-b0c7-f951cb0c6b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9135 | 2024.09.01 21:04:30.864977 [ 3 ] {632da5a5-284a-48a1-b0c7-f951cb0c6b99} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9136 | 2024.09.01 21:04:30.865396 [ 3 ] {632da5a5-284a-48a1-b0c7-f951cb0c6b99} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9137 | 2024.09.01 21:04:30.865585 [ 3 ] {632da5a5-284a-48a1-b0c7-f951cb0c6b99} <Debug> executeQuery: Read 259 rows, 23.51 KiB in 0.002165 sec., 119630.48498845266 rows/sec., 10.60 MiB/sec. | ||
9138 | 2024.09.01 21:04:30.865906 [ 3 ] {632da5a5-284a-48a1-b0c7-f951cb0c6b99} <Debug> DynamicQueryHandler: Done processing query | ||
9139 | 2024.09.01 21:04:30.865964 [ 3 ] {632da5a5-284a-48a1-b0c7-f951cb0c6b99} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9140 | 2024.09.01 21:04:30.866008 [ 3 ] {} <Debug> HTTP-Session: 38aa52a3-58ea-4033-bc61-17a1c2e4f4a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9141 | 2024.09.01 21:04:30.866210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9142 | 2024.09.01 21:04:30.866262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9143 | 2024.09.01 21:04:30.866281 [ 3 ] {} <Debug> HTTP-Session: 32ca9bf3-844b-4225-b3da-9c6e6566d4dd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9144 | 2024.09.01 21:04:30.866300 [ 3 ] {} <Debug> HTTP-Session: 32ca9bf3-844b-4225-b3da-9c6e6566d4dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9145 | 2024.09.01 21:04:30.866314 [ 3 ] {} <Debug> HTTP-Session: 32ca9bf3-844b-4225-b3da-9c6e6566d4dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9146 | 2024.09.01 21:04:30.866347 [ 3 ] {} <Trace> HTTP-Session: 32ca9bf3-844b-4225-b3da-9c6e6566d4dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9147 | 2024.09.01 21:04:30.866455 [ 3 ] {cdb8d58d-b819-4b1d-893f-61585605e4d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9148 | 2024.09.01 21:04:30.866501 [ 3 ] {cdb8d58d-b819-4b1d-893f-61585605e4d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9149 | 2024.09.01 21:04:30.866745 [ 3 ] {cdb8d58d-b819-4b1d-893f-61585605e4d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9150 | 2024.09.01 21:04:30.867122 [ 3 ] {cdb8d58d-b819-4b1d-893f-61585605e4d9} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9151 | 2024.09.01 21:04:30.867158 [ 3 ] {cdb8d58d-b819-4b1d-893f-61585605e4d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9152 | 2024.09.01 21:04:30.867498 [ 3 ] {cdb8d58d-b819-4b1d-893f-61585605e4d9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9153 | 2024.09.01 21:04:30.867852 [ 3 ] {cdb8d58d-b819-4b1d-893f-61585605e4d9} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9154 | 2024.09.01 21:04:30.868004 [ 3 ] {cdb8d58d-b819-4b1d-893f-61585605e4d9} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001579 sec., 22165.927802406586 rows/sec., 1.63 MiB/sec. | ||
9155 | 2024.09.01 21:04:30.868013 [ 31 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9156 | 2024.09.01 21:04:30.868099 [ 31 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9157 | 2024.09.01 21:04:30.868152 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9158 | 2024.09.01 21:04:30.868268 [ 3 ] {cdb8d58d-b819-4b1d-893f-61585605e4d9} <Debug> DynamicQueryHandler: Done processing query | ||
9159 | 2024.09.01 21:04:30.868340 [ 3 ] {cdb8d58d-b819-4b1d-893f-61585605e4d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9160 | 2024.09.01 21:04:30.868404 [ 3 ] {} <Debug> HTTP-Session: 32ca9bf3-844b-4225-b3da-9c6e6566d4dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9161 | 2024.09.01 21:04:30.868674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9162 | 2024.09.01 21:04:30.868664 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
9163 | 2024.09.01 21:04:30.868839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9164 | 2024.09.01 21:04:30.868937 [ 3 ] {} <Debug> HTTP-Session: 2c818bd7-2feb-47b0-a644-8f9bdbfcf65c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9165 | 2024.09.01 21:04:30.868998 [ 3 ] {} <Debug> HTTP-Session: 2c818bd7-2feb-47b0-a644-8f9bdbfcf65c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9166 | 2024.09.01 21:04:30.869056 [ 3 ] {} <Debug> HTTP-Session: 2c818bd7-2feb-47b0-a644-8f9bdbfcf65c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9167 | 2024.09.01 21:04:30.869180 [ 3 ] {} <Trace> HTTP-Session: 2c818bd7-2feb-47b0-a644-8f9bdbfcf65c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9168 | 2024.09.01 21:04:30.869474 [ 3 ] {02d32d4a-8c78-403d-b916-685bd7550c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9169 | 2024.09.01 21:04:30.869505 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9170 | 2024.09.01 21:04:30.869545 [ 3 ] {02d32d4a-8c78-403d-b916-685bd7550c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9171 | 2024.09.01 21:04:30.869588 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 53 rows starting from the beginning of the part | ||
9172 | 2024.09.01 21:04:30.869880 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part | ||
9173 | 2024.09.01 21:04:30.870281 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 10 rows starting from the beginning of the part | ||
9174 | 2024.09.01 21:04:30.870752 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 27 rows starting from the beginning of the part | ||
9175 | 2024.09.01 21:04:30.870993 [ 3 ] {02d32d4a-8c78-403d-b916-685bd7550c17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9176 | 2024.09.01 21:04:30.871071 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 2 rows starting from the beginning of the part | ||
9177 | 2024.09.01 21:04:30.871432 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 35 rows starting from the beginning of the part | ||
9178 | 2024.09.01 21:04:30.872139 [ 3 ] {02d32d4a-8c78-403d-b916-685bd7550c17} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9179 | 2024.09.01 21:04:30.872206 [ 3 ] {02d32d4a-8c78-403d-b916-685bd7550c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9180 | 2024.09.01 21:04:30.873147 [ 3 ] {02d32d4a-8c78-403d-b916-685bd7550c17} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9181 | 2024.09.01 21:04:30.874412 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 5 columns (5 merged, 0 gathered) in 0.006151673 sec., 20969.905259918723 rows/sec., 1.60 MiB/sec. | ||
9182 | 2024.09.01 21:04:30.874434 [ 3 ] {02d32d4a-8c78-403d-b916-685bd7550c17} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9183 | 2024.09.01 21:04:30.874650 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9184 | 2024.09.01 21:04:30.874767 [ 3 ] {02d32d4a-8c78-403d-b916-685bd7550c17} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005398 sec., 2593.5531678399407 rows/sec., 181.64 KiB/sec. | ||
9185 | 2024.09.01 21:04:30.875130 [ 3 ] {02d32d4a-8c78-403d-b916-685bd7550c17} <Debug> DynamicQueryHandler: Done processing query | ||
9186 | 2024.09.01 21:04:30.875191 [ 3 ] {02d32d4a-8c78-403d-b916-685bd7550c17} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9187 | 2024.09.01 21:04:30.875230 [ 3 ] {} <Debug> HTTP-Session: 2c818bd7-2feb-47b0-a644-8f9bdbfcf65c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9188 | 2024.09.01 21:04:30.875412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9189 | 2024.09.01 21:04:30.875492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9190 | 2024.09.01 21:04:30.875527 [ 3 ] {} <Debug> HTTP-Session: 13bb522f-89de-4ea1-b577-4715bdeca5b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9191 | 2024.09.01 21:04:30.875569 [ 3 ] {} <Debug> HTTP-Session: 13bb522f-89de-4ea1-b577-4715bdeca5b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9192 | 2024.09.01 21:04:30.875593 [ 3 ] {} <Debug> HTTP-Session: 13bb522f-89de-4ea1-b577-4715bdeca5b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9193 | 2024.09.01 21:04:30.875598 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_41_8} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9194 | 2024.09.01 21:04:30.875641 [ 3 ] {} <Trace> HTTP-Session: 13bb522f-89de-4ea1-b577-4715bdeca5b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9195 | 2024.09.01 21:04:30.875759 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_41_8} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9196 | 2024.09.01 21:04:30.875834 [ 3 ] {ab987eea-1e6f-4ca1-80d8-b2233830fa71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9197 | 2024.09.01 21:04:30.875923 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9198 | 2024.09.01 21:04:30.875938 [ 3 ] {ab987eea-1e6f-4ca1-80d8-b2233830fa71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9199 | 2024.09.01 21:04:30.876199 [ 3 ] {ab987eea-1e6f-4ca1-80d8-b2233830fa71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9200 | 2024.09.01 21:04:30.876510 [ 3 ] {ab987eea-1e6f-4ca1-80d8-b2233830fa71} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9201 | 2024.09.01 21:04:30.876547 [ 3 ] {ab987eea-1e6f-4ca1-80d8-b2233830fa71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9202 | 2024.09.01 21:04:30.876901 [ 3 ] {ab987eea-1e6f-4ca1-80d8-b2233830fa71} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9203 | 2024.09.01 21:04:30.877265 [ 3 ] {ab987eea-1e6f-4ca1-80d8-b2233830fa71} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9204 | 2024.09.01 21:04:30.877425 [ 3 ] {ab987eea-1e6f-4ca1-80d8-b2233830fa71} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001637 sec., 3665.241295051924 rows/sec., 216.55 KiB/sec. | ||
9205 | 2024.09.01 21:04:30.877597 [ 3 ] {ab987eea-1e6f-4ca1-80d8-b2233830fa71} <Debug> DynamicQueryHandler: Done processing query | ||
9206 | 2024.09.01 21:04:30.877622 [ 3 ] {ab987eea-1e6f-4ca1-80d8-b2233830fa71} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9207 | 2024.09.01 21:04:30.877638 [ 3 ] {} <Debug> HTTP-Session: 13bb522f-89de-4ea1-b577-4715bdeca5b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9208 | 2024.09.01 21:04:30.877795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 67714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9209 | 2024.09.01 21:04:30.877843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9210 | 2024.09.01 21:04:30.877862 [ 3 ] {} <Debug> HTTP-Session: ccfbf07c-448a-4fbc-b441-6bbf93810f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9211 | 2024.09.01 21:04:30.877878 [ 3 ] {} <Debug> HTTP-Session: ccfbf07c-448a-4fbc-b441-6bbf93810f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9212 | 2024.09.01 21:04:30.877892 [ 3 ] {} <Debug> HTTP-Session: ccfbf07c-448a-4fbc-b441-6bbf93810f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9213 | 2024.09.01 21:04:30.877923 [ 3 ] {} <Trace> HTTP-Session: ccfbf07c-448a-4fbc-b441-6bbf93810f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9214 | 2024.09.01 21:04:30.878130 [ 3 ] {4f9a9038-ee7e-4d4f-9a97-83b11191225e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9215 | 2024.09.01 21:04:30.878173 [ 3 ] {4f9a9038-ee7e-4d4f-9a97-83b11191225e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9216 | 2024.09.01 21:04:30.878396 [ 3 ] {4f9a9038-ee7e-4d4f-9a97-83b11191225e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9217 | 2024.09.01 21:04:30.879005 [ 3 ] {4f9a9038-ee7e-4d4f-9a97-83b11191225e} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9218 | 2024.09.01 21:04:30.879041 [ 3 ] {4f9a9038-ee7e-4d4f-9a97-83b11191225e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9219 | 2024.09.01 21:04:30.879407 [ 3 ] {4f9a9038-ee7e-4d4f-9a97-83b11191225e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9220 | 2024.09.01 21:04:30.879761 [ 3 ] {4f9a9038-ee7e-4d4f-9a97-83b11191225e} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9221 | 2024.09.01 21:04:30.879921 [ 3 ] {4f9a9038-ee7e-4d4f-9a97-83b11191225e} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001894 sec., 220168.954593453 rows/sec., 15.72 MiB/sec. | ||
9222 | 2024.09.01 21:04:30.880093 [ 3 ] {4f9a9038-ee7e-4d4f-9a97-83b11191225e} <Debug> DynamicQueryHandler: Done processing query | ||
9223 | 2024.09.01 21:04:30.880118 [ 3 ] {4f9a9038-ee7e-4d4f-9a97-83b11191225e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
9224 | 2024.09.01 21:04:30.880134 [ 3 ] {} <Debug> HTTP-Session: ccfbf07c-448a-4fbc-b441-6bbf93810f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9225 | 2024.09.01 21:04:30.880324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9226 | 2024.09.01 21:04:30.880372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9227 | 2024.09.01 21:04:30.880391 [ 3 ] {} <Debug> HTTP-Session: 21574749-cd7a-434b-b26a-52ffc240a9cf Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9228 | 2024.09.01 21:04:30.880407 [ 3 ] {} <Debug> HTTP-Session: 21574749-cd7a-434b-b26a-52ffc240a9cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9229 | 2024.09.01 21:04:30.880421 [ 3 ] {} <Debug> HTTP-Session: 21574749-cd7a-434b-b26a-52ffc240a9cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9230 | 2024.09.01 21:04:30.880451 [ 3 ] {} <Trace> HTTP-Session: 21574749-cd7a-434b-b26a-52ffc240a9cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9231 | 2024.09.01 21:04:30.880546 [ 3 ] {c5b4168d-9b35-40da-85ec-338a6b6fc027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9232 | 2024.09.01 21:04:30.880590 [ 3 ] {c5b4168d-9b35-40da-85ec-338a6b6fc027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9233 | 2024.09.01 21:04:30.880717 [ 3 ] {c5b4168d-9b35-40da-85ec-338a6b6fc027} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9234 | 2024.09.01 21:04:30.880986 [ 3 ] {c5b4168d-9b35-40da-85ec-338a6b6fc027} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9235 | 2024.09.01 21:04:30.881022 [ 3 ] {c5b4168d-9b35-40da-85ec-338a6b6fc027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9236 | 2024.09.01 21:04:30.881369 [ 3 ] {c5b4168d-9b35-40da-85ec-338a6b6fc027} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9237 | 2024.09.01 21:04:30.881694 [ 3 ] {c5b4168d-9b35-40da-85ec-338a6b6fc027} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9238 | 2024.09.01 21:04:30.881849 [ 3 ] {c5b4168d-9b35-40da-85ec-338a6b6fc027} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 237.12 KiB/sec. | ||
9239 | 2024.09.01 21:04:30.882009 [ 3 ] {c5b4168d-9b35-40da-85ec-338a6b6fc027} <Debug> DynamicQueryHandler: Done processing query | ||
9240 | 2024.09.01 21:04:30.882034 [ 3 ] {c5b4168d-9b35-40da-85ec-338a6b6fc027} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9241 | 2024.09.01 21:04:30.882049 [ 3 ] {} <Debug> HTTP-Session: 21574749-cd7a-434b-b26a-52ffc240a9cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9242 | 2024.09.01 21:04:30.882187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9243 | 2024.09.01 21:04:30.882235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9244 | 2024.09.01 21:04:30.882254 [ 3 ] {} <Debug> HTTP-Session: ecc3559e-ca34-4b3b-86ed-62bd06d64878 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9245 | 2024.09.01 21:04:30.882271 [ 3 ] {} <Debug> HTTP-Session: ecc3559e-ca34-4b3b-86ed-62bd06d64878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9246 | 2024.09.01 21:04:30.882285 [ 3 ] {} <Debug> HTTP-Session: ecc3559e-ca34-4b3b-86ed-62bd06d64878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9247 | 2024.09.01 21:04:30.882315 [ 3 ] {} <Trace> HTTP-Session: ecc3559e-ca34-4b3b-86ed-62bd06d64878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9248 | 2024.09.01 21:04:30.882533 [ 3 ] {0a5bb113-4bb5-4bea-abf5-529223ae3ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9249 | 2024.09.01 21:04:30.882578 [ 3 ] {0a5bb113-4bb5-4bea-abf5-529223ae3ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9250 | 2024.09.01 21:04:30.882723 [ 3 ] {0a5bb113-4bb5-4bea-abf5-529223ae3ca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9251 | 2024.09.01 21:04:30.883175 [ 3 ] {0a5bb113-4bb5-4bea-abf5-529223ae3ca7} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9252 | 2024.09.01 21:04:30.883212 [ 3 ] {0a5bb113-4bb5-4bea-abf5-529223ae3ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9253 | 2024.09.01 21:04:30.883588 [ 3 ] {0a5bb113-4bb5-4bea-abf5-529223ae3ca7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9254 | 2024.09.01 21:04:30.883926 [ 3 ] {0a5bb113-4bb5-4bea-abf5-529223ae3ca7} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9255 | 2024.09.01 21:04:30.884088 [ 3 ] {0a5bb113-4bb5-4bea-abf5-529223ae3ca7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001684 sec., 140736.34204275534 rows/sec., 9.43 MiB/sec. | ||
9256 | 2024.09.01 21:04:30.884360 [ 3 ] {0a5bb113-4bb5-4bea-abf5-529223ae3ca7} <Debug> DynamicQueryHandler: Done processing query | ||
9257 | 2024.09.01 21:04:30.884416 [ 3 ] {0a5bb113-4bb5-4bea-abf5-529223ae3ca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9258 | 2024.09.01 21:04:30.884463 [ 3 ] {} <Debug> HTTP-Session: ecc3559e-ca34-4b3b-86ed-62bd06d64878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9259 | 2024.09.01 21:04:30.884656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9260 | 2024.09.01 21:04:30.884707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9261 | 2024.09.01 21:04:30.884726 [ 3 ] {} <Debug> HTTP-Session: d29d66c6-cd8d-4daa-9757-de2205a88ca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9262 | 2024.09.01 21:04:30.884742 [ 3 ] {} <Debug> HTTP-Session: d29d66c6-cd8d-4daa-9757-de2205a88ca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9263 | 2024.09.01 21:04:30.884756 [ 3 ] {} <Debug> HTTP-Session: d29d66c6-cd8d-4daa-9757-de2205a88ca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9264 | 2024.09.01 21:04:30.884788 [ 3 ] {} <Trace> HTTP-Session: d29d66c6-cd8d-4daa-9757-de2205a88ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9265 | 2024.09.01 21:04:30.884884 [ 3 ] {786b4278-239e-430b-a5fa-76e93dfccfa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9266 | 2024.09.01 21:04:30.884930 [ 3 ] {786b4278-239e-430b-a5fa-76e93dfccfa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9267 | 2024.09.01 21:04:30.885073 [ 3 ] {786b4278-239e-430b-a5fa-76e93dfccfa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9268 | 2024.09.01 21:04:30.885333 [ 3 ] {786b4278-239e-430b-a5fa-76e93dfccfa3} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9269 | 2024.09.01 21:04:30.885370 [ 3 ] {786b4278-239e-430b-a5fa-76e93dfccfa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9270 | 2024.09.01 21:04:30.885711 [ 3 ] {786b4278-239e-430b-a5fa-76e93dfccfa3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9271 | 2024.09.01 21:04:30.886025 [ 3 ] {786b4278-239e-430b-a5fa-76e93dfccfa3} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9272 | 2024.09.01 21:04:30.886173 [ 31 ] {} <Debug> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9273 | 2024.09.01 21:04:30.886177 [ 3 ] {786b4278-239e-430b-a5fa-76e93dfccfa3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001309 sec., 763.9419404125287 rows/sec., 51.48 KiB/sec. | ||
9274 | 2024.09.01 21:04:30.886236 [ 31 ] {} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9275 | 2024.09.01 21:04:30.886300 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9276 | 2024.09.01 21:04:30.886523 [ 3 ] {786b4278-239e-430b-a5fa-76e93dfccfa3} <Debug> DynamicQueryHandler: Done processing query | ||
9277 | 2024.09.01 21:04:30.886590 [ 3 ] {786b4278-239e-430b-a5fa-76e93dfccfa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9278 | 2024.09.01 21:04:30.886629 [ 199 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
9279 | 2024.09.01 21:04:30.886667 [ 3 ] {} <Debug> HTTP-Session: d29d66c6-cd8d-4daa-9757-de2205a88ca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9280 | 2024.09.01 21:04:30.886958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9281 | 2024.09.01 21:04:30.887087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9282 | 2024.09.01 21:04:30.887144 [ 3 ] {} <Debug> HTTP-Session: 74a06e7b-5d67-4294-94d7-72a629777757 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9283 | 2024.09.01 21:04:30.887160 [ 199 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9284 | 2024.09.01 21:04:30.887175 [ 3 ] {} <Debug> HTTP-Session: 74a06e7b-5d67-4294-94d7-72a629777757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9285 | 2024.09.01 21:04:30.887221 [ 3 ] {} <Debug> HTTP-Session: 74a06e7b-5d67-4294-94d7-72a629777757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9286 | 2024.09.01 21:04:30.887228 [ 199 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
9287 | 2024.09.01 21:04:30.887286 [ 3 ] {} <Trace> HTTP-Session: 74a06e7b-5d67-4294-94d7-72a629777757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9288 | 2024.09.01 21:04:30.887450 [ 199 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
9289 | 2024.09.01 21:04:30.887625 [ 199 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
9290 | 2024.09.01 21:04:30.887712 [ 199 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
9291 | 2024.09.01 21:04:30.887798 [ 199 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
9292 | 2024.09.01 21:04:30.888010 [ 3 ] {7a2146be-8c0f-49a3-8932-036ce17bc445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9293 | 2024.09.01 21:04:30.888015 [ 199 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
9294 | 2024.09.01 21:04:30.888370 [ 3 ] {7a2146be-8c0f-49a3-8932-036ce17bc445} <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 | ||
9295 | 2024.09.01 21:04:30.890199 [ 3 ] {7a2146be-8c0f-49a3-8932-036ce17bc445} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9296 | 2024.09.01 21:04:30.891021 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.004622492 sec., 4543.004076588992 rows/sec., 305.28 KiB/sec. | ||
9297 | 2024.09.01 21:04:30.891257 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9298 | 2024.09.01 21:04:30.891451 [ 3 ] {7a2146be-8c0f-49a3-8932-036ce17bc445} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9299 | 2024.09.01 21:04:30.891496 [ 3 ] {7a2146be-8c0f-49a3-8932-036ce17bc445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9300 | 2024.09.01 21:04:30.891936 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_21_4} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9301 | 2024.09.01 21:04:30.892033 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_21_4} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9302 | 2024.09.01 21:04:30.892133 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9303 | 2024.09.01 21:04:30.892414 [ 3 ] {7a2146be-8c0f-49a3-8932-036ce17bc445} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9304 | 2024.09.01 21:04:30.892832 [ 3 ] {7a2146be-8c0f-49a3-8932-036ce17bc445} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9305 | 2024.09.01 21:04:30.893052 [ 3 ] {7a2146be-8c0f-49a3-8932-036ce17bc445} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.0055 sec., 6363.636363636364 rows/sec., 11.40 MiB/sec. | ||
9306 | 2024.09.01 21:04:30.893688 [ 3 ] {7a2146be-8c0f-49a3-8932-036ce17bc445} <Debug> DynamicQueryHandler: Done processing query | ||
9307 | 2024.09.01 21:04:30.893712 [ 3 ] {7a2146be-8c0f-49a3-8932-036ce17bc445} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9308 | 2024.09.01 21:04:30.893729 [ 3 ] {} <Debug> HTTP-Session: 74a06e7b-5d67-4294-94d7-72a629777757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9309 | 2024.09.01 21:04:30.893869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9310 | 2024.09.01 21:04:30.893916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9311 | 2024.09.01 21:04:30.893935 [ 3 ] {} <Debug> HTTP-Session: e8c770e7-ed16-4f21-b32d-45e4532b8d1c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9312 | 2024.09.01 21:04:30.893952 [ 3 ] {} <Debug> HTTP-Session: e8c770e7-ed16-4f21-b32d-45e4532b8d1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9313 | 2024.09.01 21:04:30.893966 [ 3 ] {} <Debug> HTTP-Session: e8c770e7-ed16-4f21-b32d-45e4532b8d1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9314 | 2024.09.01 21:04:30.893998 [ 3 ] {} <Trace> HTTP-Session: e8c770e7-ed16-4f21-b32d-45e4532b8d1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9315 | 2024.09.01 21:04:30.894135 [ 3 ] {5325863b-5af2-43a3-a19b-98654ea9ff0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9316 | 2024.09.01 21:04:30.894179 [ 3 ] {5325863b-5af2-43a3-a19b-98654ea9ff0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9317 | 2024.09.01 21:04:30.894330 [ 3 ] {5325863b-5af2-43a3-a19b-98654ea9ff0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9318 | 2024.09.01 21:04:30.894703 [ 3 ] {5325863b-5af2-43a3-a19b-98654ea9ff0d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9319 | 2024.09.01 21:04:30.894740 [ 3 ] {5325863b-5af2-43a3-a19b-98654ea9ff0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
9320 | 2024.09.01 21:04:30.895096 [ 3 ] {5325863b-5af2-43a3-a19b-98654ea9ff0d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9321 | 2024.09.01 21:04:30.895427 [ 3 ] {5325863b-5af2-43a3-a19b-98654ea9ff0d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9322 | 2024.09.01 21:04:30.895577 [ 3 ] {5325863b-5af2-43a3-a19b-98654ea9ff0d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001501 sec., 54630.24650233178 rows/sec., 3.47 MiB/sec. | ||
9323 | 2024.09.01 21:04:30.895742 [ 3 ] {5325863b-5af2-43a3-a19b-98654ea9ff0d} <Debug> DynamicQueryHandler: Done processing query | ||
9324 | 2024.09.01 21:04:30.895766 [ 3 ] {5325863b-5af2-43a3-a19b-98654ea9ff0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9325 | 2024.09.01 21:04:30.895781 [ 3 ] {} <Debug> HTTP-Session: e8c770e7-ed16-4f21-b32d-45e4532b8d1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9326 | 2024.09.01 21:04:35.858044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9327 | 2024.09.01 21:04:35.858183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9328 | 2024.09.01 21:04:35.858214 [ 3 ] {} <Debug> HTTP-Session: 64cf1c50-b9c2-4a11-9232-17e0bf5dcc74 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9329 | 2024.09.01 21:04:35.858242 [ 3 ] {} <Debug> HTTP-Session: 64cf1c50-b9c2-4a11-9232-17e0bf5dcc74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9330 | 2024.09.01 21:04:35.858259 [ 3 ] {} <Debug> HTTP-Session: 64cf1c50-b9c2-4a11-9232-17e0bf5dcc74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9331 | 2024.09.01 21:04:35.858314 [ 3 ] {} <Trace> HTTP-Session: 64cf1c50-b9c2-4a11-9232-17e0bf5dcc74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9332 | 2024.09.01 21:04:35.858542 [ 3 ] {05a73d0b-e020-41e2-9466-e069609d8f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9333 | 2024.09.01 21:04:35.858616 [ 3 ] {05a73d0b-e020-41e2-9466-e069609d8f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9334 | 2024.09.01 21:04:35.858949 [ 3 ] {05a73d0b-e020-41e2-9466-e069609d8f6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9335 | 2024.09.01 21:04:35.859411 [ 3 ] {05a73d0b-e020-41e2-9466-e069609d8f6d} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9336 | 2024.09.01 21:04:35.859458 [ 3 ] {05a73d0b-e020-41e2-9466-e069609d8f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9337 | 2024.09.01 21:04:35.859886 [ 3 ] {05a73d0b-e020-41e2-9466-e069609d8f6d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9338 | 2024.09.01 21:04:35.860274 [ 3 ] {05a73d0b-e020-41e2-9466-e069609d8f6d} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9339 | 2024.09.01 21:04:35.860445 [ 3 ] {05a73d0b-e020-41e2-9466-e069609d8f6d} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.001977 sec., 30349.013657056144 rows/sec., 2.35 MiB/sec. | ||
9340 | 2024.09.01 21:04:35.860770 [ 3 ] {05a73d0b-e020-41e2-9466-e069609d8f6d} <Debug> DynamicQueryHandler: Done processing query | ||
9341 | 2024.09.01 21:04:35.860821 [ 3 ] {05a73d0b-e020-41e2-9466-e069609d8f6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9342 | 2024.09.01 21:04:35.860858 [ 3 ] {} <Debug> HTTP-Session: 64cf1c50-b9c2-4a11-9232-17e0bf5dcc74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9343 | 2024.09.01 21:04:35.860984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9344 | 2024.09.01 21:04:35.861043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9345 | 2024.09.01 21:04:35.861063 [ 3 ] {} <Debug> HTTP-Session: 6019ebe5-68bb-4119-8d5e-700d101aa0f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9346 | 2024.09.01 21:04:35.861082 [ 3 ] {} <Debug> HTTP-Session: 6019ebe5-68bb-4119-8d5e-700d101aa0f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9347 | 2024.09.01 21:04:35.861095 [ 3 ] {} <Debug> HTTP-Session: 6019ebe5-68bb-4119-8d5e-700d101aa0f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9348 | 2024.09.01 21:04:35.861131 [ 3 ] {} <Trace> HTTP-Session: 6019ebe5-68bb-4119-8d5e-700d101aa0f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9349 | 2024.09.01 21:04:35.861244 [ 3 ] {5e3ee45f-3054-4def-9aea-9a5588ba22c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9350 | 2024.09.01 21:04:35.861292 [ 3 ] {5e3ee45f-3054-4def-9aea-9a5588ba22c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9351 | 2024.09.01 21:04:35.861552 [ 3 ] {5e3ee45f-3054-4def-9aea-9a5588ba22c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9352 | 2024.09.01 21:04:35.861882 [ 3 ] {5e3ee45f-3054-4def-9aea-9a5588ba22c5} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9353 | 2024.09.01 21:04:35.861921 [ 3 ] {5e3ee45f-3054-4def-9aea-9a5588ba22c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9354 | 2024.09.01 21:04:35.862285 [ 3 ] {5e3ee45f-3054-4def-9aea-9a5588ba22c5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9355 | 2024.09.01 21:04:35.862661 [ 3 ] {5e3ee45f-3054-4def-9aea-9a5588ba22c5} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9356 | 2024.09.01 21:04:35.862822 [ 3 ] {5e3ee45f-3054-4def-9aea-9a5588ba22c5} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001609 sec., 1243.008079552517 rows/sec., 93.47 KiB/sec. | ||
9357 | 2024.09.01 21:04:35.863009 [ 3 ] {5e3ee45f-3054-4def-9aea-9a5588ba22c5} <Debug> DynamicQueryHandler: Done processing query | ||
9358 | 2024.09.01 21:04:35.863034 [ 3 ] {5e3ee45f-3054-4def-9aea-9a5588ba22c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9359 | 2024.09.01 21:04:35.863050 [ 3 ] {} <Debug> HTTP-Session: 6019ebe5-68bb-4119-8d5e-700d101aa0f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9360 | 2024.09.01 21:04:35.863195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9361 | 2024.09.01 21:04:35.863250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9362 | 2024.09.01 21:04:35.863269 [ 3 ] {} <Debug> HTTP-Session: ea22f541-74a3-46a6-99cc-bd8cc4f4aee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9363 | 2024.09.01 21:04:35.863286 [ 3 ] {} <Debug> HTTP-Session: ea22f541-74a3-46a6-99cc-bd8cc4f4aee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9364 | 2024.09.01 21:04:35.863300 [ 3 ] {} <Debug> HTTP-Session: ea22f541-74a3-46a6-99cc-bd8cc4f4aee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9365 | 2024.09.01 21:04:35.863332 [ 3 ] {} <Trace> HTTP-Session: ea22f541-74a3-46a6-99cc-bd8cc4f4aee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9366 | 2024.09.01 21:04:35.863450 [ 3 ] {d3a6f0c2-57af-4cfb-901e-c2315763a514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9367 | 2024.09.01 21:04:35.863495 [ 3 ] {d3a6f0c2-57af-4cfb-901e-c2315763a514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9368 | 2024.09.01 21:04:35.863727 [ 3 ] {d3a6f0c2-57af-4cfb-901e-c2315763a514} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9369 | 2024.09.01 21:04:35.864100 [ 3 ] {d3a6f0c2-57af-4cfb-901e-c2315763a514} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9370 | 2024.09.01 21:04:35.864137 [ 3 ] {d3a6f0c2-57af-4cfb-901e-c2315763a514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9371 | 2024.09.01 21:04:35.864488 [ 3 ] {d3a6f0c2-57af-4cfb-901e-c2315763a514} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9372 | 2024.09.01 21:04:35.864844 [ 3 ] {d3a6f0c2-57af-4cfb-901e-c2315763a514} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9373 | 2024.09.01 21:04:35.865032 [ 3 ] {d3a6f0c2-57af-4cfb-901e-c2315763a514} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001612 sec., 40942.92803970224 rows/sec., 3.20 MiB/sec. | ||
9374 | 2024.09.01 21:04:35.865323 [ 3 ] {d3a6f0c2-57af-4cfb-901e-c2315763a514} <Debug> DynamicQueryHandler: Done processing query | ||
9375 | 2024.09.01 21:04:35.865374 [ 3 ] {d3a6f0c2-57af-4cfb-901e-c2315763a514} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9376 | 2024.09.01 21:04:35.865419 [ 3 ] {} <Debug> HTTP-Session: ea22f541-74a3-46a6-99cc-bd8cc4f4aee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9377 | 2024.09.01 21:04:35.865616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9378 | 2024.09.01 21:04:35.865668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9379 | 2024.09.01 21:04:35.865687 [ 3 ] {} <Debug> HTTP-Session: 2d0c92d9-2bcd-4ae5-a512-22c81c481650 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9380 | 2024.09.01 21:04:35.865704 [ 3 ] {} <Debug> HTTP-Session: 2d0c92d9-2bcd-4ae5-a512-22c81c481650 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9381 | 2024.09.01 21:04:35.865719 [ 3 ] {} <Debug> HTTP-Session: 2d0c92d9-2bcd-4ae5-a512-22c81c481650 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9382 | 2024.09.01 21:04:35.865750 [ 3 ] {} <Trace> HTTP-Session: 2d0c92d9-2bcd-4ae5-a512-22c81c481650 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9383 | 2024.09.01 21:04:35.865938 [ 3 ] {fb021a98-f6f4-4c56-9e10-0ebbdbc359d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9384 | 2024.09.01 21:04:35.865989 [ 3 ] {fb021a98-f6f4-4c56-9e10-0ebbdbc359d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9385 | 2024.09.01 21:04:35.866158 [ 3 ] {fb021a98-f6f4-4c56-9e10-0ebbdbc359d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9386 | 2024.09.01 21:04:35.866560 [ 3 ] {fb021a98-f6f4-4c56-9e10-0ebbdbc359d6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9387 | 2024.09.01 21:04:35.866596 [ 3 ] {fb021a98-f6f4-4c56-9e10-0ebbdbc359d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9388 | 2024.09.01 21:04:35.866984 [ 3 ] {fb021a98-f6f4-4c56-9e10-0ebbdbc359d6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9389 | 2024.09.01 21:04:35.867333 [ 3 ] {fb021a98-f6f4-4c56-9e10-0ebbdbc359d6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9390 | 2024.09.01 21:04:35.867484 [ 3 ] {fb021a98-f6f4-4c56-9e10-0ebbdbc359d6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec. | ||
9391 | 2024.09.01 21:04:35.867678 [ 3 ] {fb021a98-f6f4-4c56-9e10-0ebbdbc359d6} <Debug> DynamicQueryHandler: Done processing query | ||
9392 | 2024.09.01 21:04:35.867701 [ 3 ] {fb021a98-f6f4-4c56-9e10-0ebbdbc359d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9393 | 2024.09.01 21:04:35.867716 [ 3 ] {} <Debug> HTTP-Session: 2d0c92d9-2bcd-4ae5-a512-22c81c481650 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9394 | 2024.09.01 21:04:35.867826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9395 | 2024.09.01 21:04:35.867872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9396 | 2024.09.01 21:04:35.867889 [ 3 ] {} <Debug> HTTP-Session: 252f5656-584f-4397-a515-146c7277d7b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9397 | 2024.09.01 21:04:35.867904 [ 3 ] {} <Debug> HTTP-Session: 252f5656-584f-4397-a515-146c7277d7b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9398 | 2024.09.01 21:04:35.867917 [ 3 ] {} <Debug> HTTP-Session: 252f5656-584f-4397-a515-146c7277d7b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9399 | 2024.09.01 21:04:35.867945 [ 3 ] {} <Trace> HTTP-Session: 252f5656-584f-4397-a515-146c7277d7b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9400 | 2024.09.01 21:04:35.868059 [ 3 ] {67698223-4fed-4746-a62f-ffa0b1ead3a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9401 | 2024.09.01 21:04:35.868118 [ 3 ] {67698223-4fed-4746-a62f-ffa0b1ead3a9} <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 | ||
9402 | 2024.09.01 21:04:35.868628 [ 3 ] {67698223-4fed-4746-a62f-ffa0b1ead3a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9403 | 2024.09.01 21:04:35.869117 [ 3 ] {67698223-4fed-4746-a62f-ffa0b1ead3a9} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9404 | 2024.09.01 21:04:35.869153 [ 3 ] {67698223-4fed-4746-a62f-ffa0b1ead3a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9405 | 2024.09.01 21:04:35.869740 [ 3 ] {67698223-4fed-4746-a62f-ffa0b1ead3a9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9406 | 2024.09.01 21:04:35.870160 [ 3 ] {67698223-4fed-4746-a62f-ffa0b1ead3a9} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9407 | 2024.09.01 21:04:35.870342 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9408 | 2024.09.01 21:04:35.870359 [ 3 ] {67698223-4fed-4746-a62f-ffa0b1ead3a9} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002294 sec., 871.8395815170009 rows/sec., 1.56 MiB/sec. | ||
9409 | 2024.09.01 21:04:35.870428 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9410 | 2024.09.01 21:04:35.870507 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9411 | 2024.09.01 21:04:35.870935 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
9412 | 2024.09.01 21:04:35.871073 [ 3 ] {67698223-4fed-4746-a62f-ffa0b1ead3a9} <Debug> DynamicQueryHandler: Done processing query | ||
9413 | 2024.09.01 21:04:35.871148 [ 3 ] {67698223-4fed-4746-a62f-ffa0b1ead3a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9414 | 2024.09.01 21:04:35.871223 [ 3 ] {} <Debug> HTTP-Session: 252f5656-584f-4397-a515-146c7277d7b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9415 | 2024.09.01 21:04:35.871533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9416 | 2024.09.01 21:04:35.871720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9417 | 2024.09.01 21:04:35.871803 [ 3 ] {} <Debug> HTTP-Session: 9ff5ff0f-cd7c-4d8d-bdc6-8886bf5f6610 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9418 | 2024.09.01 21:04:35.871854 [ 3 ] {} <Debug> HTTP-Session: 9ff5ff0f-cd7c-4d8d-bdc6-8886bf5f6610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9419 | 2024.09.01 21:04:35.871897 [ 3 ] {} <Debug> HTTP-Session: 9ff5ff0f-cd7c-4d8d-bdc6-8886bf5f6610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9420 | 2024.09.01 21:04:35.871990 [ 3 ] {} <Trace> HTTP-Session: 9ff5ff0f-cd7c-4d8d-bdc6-8886bf5f6610 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9421 | 2024.09.01 21:04:35.872198 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9422 | 2024.09.01 21:04:35.872257 [ 3 ] {d989dd19-17db-4ce0-bc5f-d9ff5fb7f797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9423 | 2024.09.01 21:04:35.872337 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 718 rows starting from the beginning of the part | ||
9424 | 2024.09.01 21:04:35.872361 [ 3 ] {d989dd19-17db-4ce0-bc5f-d9ff5fb7f797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9425 | 2024.09.01 21:04:35.873189 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part | ||
9426 | 2024.09.01 21:04:35.873215 [ 3 ] {d989dd19-17db-4ce0-bc5f-d9ff5fb7f797} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9427 | 2024.09.01 21:04:35.873854 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part | ||
9428 | 2024.09.01 21:04:35.874289 [ 3 ] {d989dd19-17db-4ce0-bc5f-d9ff5fb7f797} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9429 | 2024.09.01 21:04:35.874403 [ 3 ] {d989dd19-17db-4ce0-bc5f-d9ff5fb7f797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9430 | 2024.09.01 21:04:35.874580 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
9431 | 2024.09.01 21:04:35.875174 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 35 rows starting from the beginning of the part | ||
9432 | 2024.09.01 21:04:35.875704 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2 rows starting from the beginning of the part | ||
9433 | 2024.09.01 21:04:35.875711 [ 3 ] {d989dd19-17db-4ce0-bc5f-d9ff5fb7f797} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9434 | 2024.09.01 21:04:35.876840 [ 3 ] {d989dd19-17db-4ce0-bc5f-d9ff5fb7f797} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9435 | 2024.09.01 21:04:35.877067 [ 3 ] {d989dd19-17db-4ce0-bc5f-d9ff5fb7f797} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004913 sec., 12212.497455729697 rows/sec., 842.79 KiB/sec. | ||
9436 | 2024.09.01 21:04:35.877406 [ 3 ] {d989dd19-17db-4ce0-bc5f-d9ff5fb7f797} <Debug> DynamicQueryHandler: Done processing query | ||
9437 | 2024.09.01 21:04:35.877458 [ 3 ] {d989dd19-17db-4ce0-bc5f-d9ff5fb7f797} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9438 | 2024.09.01 21:04:35.877505 [ 3 ] {} <Debug> HTTP-Session: 9ff5ff0f-cd7c-4d8d-bdc6-8886bf5f6610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9439 | 2024.09.01 21:04:35.887747 [ 188 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 792 rows, containing 19 columns (19 merged, 0 gathered) in 0.01711709 sec., 46269.546984913904 rows/sec., 82.91 MiB/sec. | ||
9440 | 2024.09.01 21:04:35.888780 [ 197 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9441 | 2024.09.01 21:04:35.889467 [ 197 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9442 | 2024.09.01 21:04:35.889566 [ 197 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9443 | 2024.09.01 21:04:35.889736 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
9444 | 2024.09.01 21:04:39.018588 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9445 | 2024.09.01 21:04:39.018645 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9446 | 2024.09.01 21:04:40.864591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 39251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9447 | 2024.09.01 21:04:40.864711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9448 | 2024.09.01 21:04:40.864735 [ 3 ] {} <Debug> HTTP-Session: 4899e15c-a85c-4ea9-b778-a0c0bc63ae70 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9449 | 2024.09.01 21:04:40.864759 [ 3 ] {} <Debug> HTTP-Session: 4899e15c-a85c-4ea9-b778-a0c0bc63ae70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9450 | 2024.09.01 21:04:40.864774 [ 3 ] {} <Debug> HTTP-Session: 4899e15c-a85c-4ea9-b778-a0c0bc63ae70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9451 | 2024.09.01 21:04:40.864820 [ 3 ] {} <Trace> HTTP-Session: 4899e15c-a85c-4ea9-b778-a0c0bc63ae70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9452 | 2024.09.01 21:04:40.865067 [ 3 ] {50d7b063-9774-4f1b-871b-f5d08ebeec2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9453 | 2024.09.01 21:04:40.865132 [ 3 ] {50d7b063-9774-4f1b-871b-f5d08ebeec2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9454 | 2024.09.01 21:04:40.865454 [ 3 ] {50d7b063-9774-4f1b-871b-f5d08ebeec2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9455 | 2024.09.01 21:04:40.866052 [ 3 ] {50d7b063-9774-4f1b-871b-f5d08ebeec2c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9456 | 2024.09.01 21:04:40.866092 [ 3 ] {50d7b063-9774-4f1b-871b-f5d08ebeec2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9457 | 2024.09.01 21:04:40.866521 [ 3 ] {50d7b063-9774-4f1b-871b-f5d08ebeec2c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9458 | 2024.09.01 21:04:40.866911 [ 3 ] {50d7b063-9774-4f1b-871b-f5d08ebeec2c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9459 | 2024.09.01 21:04:40.867062 [ 3 ] {50d7b063-9774-4f1b-871b-f5d08ebeec2c} <Debug> executeQuery: Read 259 rows, 23.51 KiB in 0.002112 sec., 122632.57575757575 rows/sec., 10.87 MiB/sec. | ||
9460 | 2024.09.01 21:04:40.867069 [ 40 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9461 | 2024.09.01 21:04:40.867131 [ 40 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9462 | 2024.09.01 21:04:40.867165 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9463 | 2024.09.01 21:04:40.867360 [ 3 ] {50d7b063-9774-4f1b-871b-f5d08ebeec2c} <Debug> DynamicQueryHandler: Done processing query | ||
9464 | 2024.09.01 21:04:40.867425 [ 3 ] {50d7b063-9774-4f1b-871b-f5d08ebeec2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9465 | 2024.09.01 21:04:40.867445 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
9466 | 2024.09.01 21:04:40.867459 [ 3 ] {} <Debug> HTTP-Session: 4899e15c-a85c-4ea9-b778-a0c0bc63ae70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9467 | 2024.09.01 21:04:40.867795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9468 | 2024.09.01 21:04:40.867964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9469 | 2024.09.01 21:04:40.868045 [ 3 ] {} <Debug> HTTP-Session: 399ad5e4-74e5-42f0-9e6b-b7b7e3d1cede Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9470 | 2024.09.01 21:04:40.868115 [ 3 ] {} <Debug> HTTP-Session: 399ad5e4-74e5-42f0-9e6b-b7b7e3d1cede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9471 | 2024.09.01 21:04:40.868147 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9472 | 2024.09.01 21:04:40.868169 [ 3 ] {} <Debug> HTTP-Session: 399ad5e4-74e5-42f0-9e6b-b7b7e3d1cede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9473 | 2024.09.01 21:04:40.868260 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1412 rows starting from the beginning of the part | ||
9474 | 2024.09.01 21:04:40.868290 [ 3 ] {} <Trace> HTTP-Session: 399ad5e4-74e5-42f0-9e6b-b7b7e3d1cede Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9475 | 2024.09.01 21:04:40.868466 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 84 rows starting from the beginning of the part | ||
9476 | 2024.09.01 21:04:40.868583 [ 3 ] {b19ac9a7-98ef-4a1b-9d77-c0d576aefffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9477 | 2024.09.01 21:04:40.868760 [ 3 ] {b19ac9a7-98ef-4a1b-9d77-c0d576aefffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9478 | 2024.09.01 21:04:40.868763 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
9479 | 2024.09.01 21:04:40.869197 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 259 rows starting from the beginning of the part | ||
9480 | 2024.09.01 21:04:40.869588 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
9481 | 2024.09.01 21:04:40.869887 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 259 rows starting from the beginning of the part | ||
9482 | 2024.09.01 21:04:40.870454 [ 3 ] {b19ac9a7-98ef-4a1b-9d77-c0d576aefffb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9483 | 2024.09.01 21:04:40.871430 [ 3 ] {b19ac9a7-98ef-4a1b-9d77-c0d576aefffb} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9484 | 2024.09.01 21:04:40.871507 [ 3 ] {b19ac9a7-98ef-4a1b-9d77-c0d576aefffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9485 | 2024.09.01 21:04:40.872440 [ 3 ] {b19ac9a7-98ef-4a1b-9d77-c0d576aefffb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9486 | 2024.09.01 21:04:40.873175 [ 3 ] {b19ac9a7-98ef-4a1b-9d77-c0d576aefffb} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9487 | 2024.09.01 21:04:40.873401 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2134 rows, containing 5 columns (5 merged, 0 gathered) in 0.006121932 sec., 348582.7676622347 rows/sec., 30.79 MiB/sec. | ||
9488 | 2024.09.01 21:04:40.873464 [ 3 ] {b19ac9a7-98ef-4a1b-9d77-c0d576aefffb} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.005015 sec., 6979.0628115653035 rows/sec., 524.79 KiB/sec. | ||
9489 | 2024.09.01 21:04:40.873800 [ 3 ] {b19ac9a7-98ef-4a1b-9d77-c0d576aefffb} <Debug> DynamicQueryHandler: Done processing query | ||
9490 | 2024.09.01 21:04:40.873851 [ 3 ] {b19ac9a7-98ef-4a1b-9d77-c0d576aefffb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9491 | 2024.09.01 21:04:40.873868 [ 3 ] {} <Debug> HTTP-Session: 399ad5e4-74e5-42f0-9e6b-b7b7e3d1cede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9492 | 2024.09.01 21:04:40.873949 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9493 | 2024.09.01 21:04:40.874049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9494 | 2024.09.01 21:04:40.874134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9495 | 2024.09.01 21:04:40.874167 [ 3 ] {} <Debug> HTTP-Session: 8eaf5825-796f-4774-8681-fc1985a7a513 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9496 | 2024.09.01 21:04:40.874206 [ 3 ] {} <Debug> HTTP-Session: 8eaf5825-796f-4774-8681-fc1985a7a513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9497 | 2024.09.01 21:04:40.874228 [ 3 ] {} <Debug> HTTP-Session: 8eaf5825-796f-4774-8681-fc1985a7a513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9498 | 2024.09.01 21:04:40.874295 [ 3 ] {} <Trace> HTTP-Session: 8eaf5825-796f-4774-8681-fc1985a7a513 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9499 | 2024.09.01 21:04:40.874640 [ 3 ] {a12e7ab1-251e-45be-bb31-9c3ee5c12b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9500 | 2024.09.01 21:04:40.874710 [ 3 ] {a12e7ab1-251e-45be-bb31-9c3ee5c12b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9501 | 2024.09.01 21:04:40.874956 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_51_10} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9502 | 2024.09.01 21:04:40.875195 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_51_10} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9503 | 2024.09.01 21:04:40.875258 [ 3 ] {a12e7ab1-251e-45be-bb31-9c3ee5c12b8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9504 | 2024.09.01 21:04:40.875396 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
9505 | 2024.09.01 21:04:40.875765 [ 3 ] {a12e7ab1-251e-45be-bb31-9c3ee5c12b8f} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9506 | 2024.09.01 21:04:40.875807 [ 3 ] {a12e7ab1-251e-45be-bb31-9c3ee5c12b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9507 | 2024.09.01 21:04:40.876177 [ 3 ] {a12e7ab1-251e-45be-bb31-9c3ee5c12b8f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9508 | 2024.09.01 21:04:40.876553 [ 3 ] {a12e7ab1-251e-45be-bb31-9c3ee5c12b8f} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9509 | 2024.09.01 21:04:40.876682 [ 3 ] {a12e7ab1-251e-45be-bb31-9c3ee5c12b8f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002165 sec., 6466.512702078522 rows/sec., 452.87 KiB/sec. | ||
9510 | 2024.09.01 21:04:40.876861 [ 3 ] {a12e7ab1-251e-45be-bb31-9c3ee5c12b8f} <Debug> DynamicQueryHandler: Done processing query | ||
9511 | 2024.09.01 21:04:40.876886 [ 3 ] {a12e7ab1-251e-45be-bb31-9c3ee5c12b8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9512 | 2024.09.01 21:04:40.876902 [ 3 ] {} <Debug> HTTP-Session: 8eaf5825-796f-4774-8681-fc1985a7a513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9513 | 2024.09.01 21:04:40.877021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9514 | 2024.09.01 21:04:40.877069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9515 | 2024.09.01 21:04:40.877087 [ 3 ] {} <Debug> HTTP-Session: d9f80ba5-142f-460f-9ca4-768dc71bb437 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9516 | 2024.09.01 21:04:40.877104 [ 3 ] {} <Debug> HTTP-Session: d9f80ba5-142f-460f-9ca4-768dc71bb437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9517 | 2024.09.01 21:04:40.877118 [ 3 ] {} <Debug> HTTP-Session: d9f80ba5-142f-460f-9ca4-768dc71bb437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9518 | 2024.09.01 21:04:40.877148 [ 3 ] {} <Trace> HTTP-Session: d9f80ba5-142f-460f-9ca4-768dc71bb437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9519 | 2024.09.01 21:04:40.877244 [ 3 ] {8a3f8ffc-dd49-4a61-b96d-47beecb89118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9520 | 2024.09.01 21:04:40.877286 [ 3 ] {8a3f8ffc-dd49-4a61-b96d-47beecb89118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9521 | 2024.09.01 21:04:40.877507 [ 3 ] {8a3f8ffc-dd49-4a61-b96d-47beecb89118} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9522 | 2024.09.01 21:04:40.877800 [ 3 ] {8a3f8ffc-dd49-4a61-b96d-47beecb89118} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9523 | 2024.09.01 21:04:40.877836 [ 3 ] {8a3f8ffc-dd49-4a61-b96d-47beecb89118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9524 | 2024.09.01 21:04:40.878184 [ 3 ] {8a3f8ffc-dd49-4a61-b96d-47beecb89118} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9525 | 2024.09.01 21:04:40.878544 [ 3 ] {8a3f8ffc-dd49-4a61-b96d-47beecb89118} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9526 | 2024.09.01 21:04:40.878668 [ 40 ] {} <Debug> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
9527 | 2024.09.01 21:04:40.878673 [ 3 ] {8a3f8ffc-dd49-4a61-b96d-47beecb89118} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 243.80 KiB/sec. | ||
9528 | 2024.09.01 21:04:40.878699 [ 40 ] {} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9529 | 2024.09.01 21:04:40.878733 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9530 | 2024.09.01 21:04:40.879033 [ 3 ] {8a3f8ffc-dd49-4a61-b96d-47beecb89118} <Debug> DynamicQueryHandler: Done processing query | ||
9531 | 2024.09.01 21:04:40.879120 [ 3 ] {8a3f8ffc-dd49-4a61-b96d-47beecb89118} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9532 | 2024.09.01 21:04:40.879158 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
9533 | 2024.09.01 21:04:40.879191 [ 3 ] {} <Debug> HTTP-Session: d9f80ba5-142f-460f-9ca4-768dc71bb437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9534 | 2024.09.01 21:04:40.879409 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9535 | 2024.09.01 21:04:40.879470 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
9536 | 2024.09.01 21:04:40.879512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 67714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9537 | 2024.09.01 21:04:40.879705 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
9538 | 2024.09.01 21:04:40.879723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9539 | 2024.09.01 21:04:40.879788 [ 3 ] {} <Debug> HTTP-Session: d9e8b448-e227-4174-8637-e72b45cee77c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9540 | 2024.09.01 21:04:40.879879 [ 3 ] {} <Debug> HTTP-Session: d9e8b448-e227-4174-8637-e72b45cee77c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9541 | 2024.09.01 21:04:40.879957 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
9542 | 2024.09.01 21:04:40.879977 [ 3 ] {} <Debug> HTTP-Session: d9e8b448-e227-4174-8637-e72b45cee77c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9543 | 2024.09.01 21:04:40.880118 [ 3 ] {} <Trace> HTTP-Session: d9e8b448-e227-4174-8637-e72b45cee77c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9544 | 2024.09.01 21:04:40.880253 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
9545 | 2024.09.01 21:04:40.880520 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
9546 | 2024.09.01 21:04:40.880641 [ 3 ] {5b408aa0-f747-480a-b60e-3e3ab4d578ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9547 | 2024.09.01 21:04:40.880788 [ 3 ] {5b408aa0-f747-480a-b60e-3e3ab4d578ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9548 | 2024.09.01 21:04:40.881651 [ 3 ] {5b408aa0-f747-480a-b60e-3e3ab4d578ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9549 | 2024.09.01 21:04:40.883018 [ 3 ] {5b408aa0-f747-480a-b60e-3e3ab4d578ee} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9550 | 2024.09.01 21:04:40.883026 [ 198 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004181286 sec., 7174.826118089028 rows/sec., 455.43 KiB/sec. | ||
9551 | 2024.09.01 21:04:40.883062 [ 3 ] {5b408aa0-f747-480a-b60e-3e3ab4d578ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9552 | 2024.09.01 21:04:40.883240 [ 198 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
9553 | 2024.09.01 21:04:40.884054 [ 3 ] {5b408aa0-f747-480a-b60e-3e3ab4d578ee} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9554 | 2024.09.01 21:04:40.884316 [ 198 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_21_5} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9555 | 2024.09.01 21:04:40.884559 [ 198 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_21_5} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
9556 | 2024.09.01 21:04:40.884717 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9557 | 2024.09.01 21:04:40.884828 [ 3 ] {5b408aa0-f747-480a-b60e-3e3ab4d578ee} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9558 | 2024.09.01 21:04:40.884964 [ 40 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9559 | 2024.09.01 21:04:40.884969 [ 3 ] {5b408aa0-f747-480a-b60e-3e3ab4d578ee} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.004588 sec., 90889.27637314734 rows/sec., 6.49 MiB/sec. | ||
9560 | 2024.09.01 21:04:40.884993 [ 40 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9561 | 2024.09.01 21:04:40.885030 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9562 | 2024.09.01 21:04:40.885173 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
9563 | 2024.09.01 21:04:40.885220 [ 3 ] {5b408aa0-f747-480a-b60e-3e3ab4d578ee} <Debug> DynamicQueryHandler: Done processing query | ||
9564 | 2024.09.01 21:04:40.885252 [ 3 ] {5b408aa0-f747-480a-b60e-3e3ab4d578ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
9565 | 2024.09.01 21:04:40.885279 [ 3 ] {} <Debug> HTTP-Session: d9e8b448-e227-4174-8637-e72b45cee77c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9566 | 2024.09.01 21:04:40.885340 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9567 | 2024.09.01 21:04:40.885372 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 909 rows starting from the beginning of the part | ||
9568 | 2024.09.01 21:04:40.885418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9569 | 2024.09.01 21:04:40.885502 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 63 rows starting from the beginning of the part | ||
9570 | 2024.09.01 21:04:40.885550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9571 | 2024.09.01 21:04:40.885641 [ 3 ] {} <Debug> HTTP-Session: bc971e1e-06bc-4622-9de3-f62d991dabbd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9572 | 2024.09.01 21:04:40.885724 [ 3 ] {} <Debug> HTTP-Session: bc971e1e-06bc-4622-9de3-f62d991dabbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9573 | 2024.09.01 21:04:40.885798 [ 3 ] {} <Debug> HTTP-Session: bc971e1e-06bc-4622-9de3-f62d991dabbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9574 | 2024.09.01 21:04:40.885876 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 66 rows starting from the beginning of the part | ||
9575 | 2024.09.01 21:04:40.885938 [ 3 ] {} <Trace> HTTP-Session: bc971e1e-06bc-4622-9de3-f62d991dabbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9576 | 2024.09.01 21:04:40.886191 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 417 rows starting from the beginning of the part | ||
9577 | 2024.09.01 21:04:40.886270 [ 3 ] {257cc8a7-70b9-4c3b-848a-dfca10dbf19e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9578 | 2024.09.01 21:04:40.886463 [ 3 ] {257cc8a7-70b9-4c3b-848a-dfca10dbf19e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9579 | 2024.09.01 21:04:40.886538 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 66 rows starting from the beginning of the part | ||
9580 | 2024.09.01 21:04:40.886908 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 417 rows starting from the beginning of the part | ||
9581 | 2024.09.01 21:04:40.887453 [ 3 ] {257cc8a7-70b9-4c3b-848a-dfca10dbf19e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9582 | 2024.09.01 21:04:40.887879 [ 3 ] {257cc8a7-70b9-4c3b-848a-dfca10dbf19e} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9583 | 2024.09.01 21:04:40.887917 [ 3 ] {257cc8a7-70b9-4c3b-848a-dfca10dbf19e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9584 | 2024.09.01 21:04:40.888439 [ 3 ] {257cc8a7-70b9-4c3b-848a-dfca10dbf19e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9585 | 2024.09.01 21:04:40.888827 [ 3 ] {257cc8a7-70b9-4c3b-848a-dfca10dbf19e} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9586 | 2024.09.01 21:04:40.889017 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1938 rows, containing 5 columns (5 merged, 0 gathered) in 0.003897913 sec., 497189.1368534906 rows/sec., 38.04 MiB/sec. | ||
9587 | 2024.09.01 21:04:40.889072 [ 40 ] {} <Debug> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9588 | 2024.09.01 21:04:40.889146 [ 3 ] {257cc8a7-70b9-4c3b-848a-dfca10dbf19e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002979 sec., 2014.0986908358511 rows/sec., 105.23 KiB/sec. | ||
9589 | 2024.09.01 21:04:40.889153 [ 40 ] {} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9590 | 2024.09.01 21:04:40.889216 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9591 | 2024.09.01 21:04:40.889494 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9592 | 2024.09.01 21:04:40.889656 [ 3 ] {257cc8a7-70b9-4c3b-848a-dfca10dbf19e} <Debug> DynamicQueryHandler: Done processing query | ||
9593 | 2024.09.01 21:04:40.889666 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
9594 | 2024.09.01 21:04:40.889723 [ 3 ] {257cc8a7-70b9-4c3b-848a-dfca10dbf19e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9595 | 2024.09.01 21:04:40.889796 [ 3 ] {} <Debug> HTTP-Session: bc971e1e-06bc-4622-9de3-f62d991dabbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9596 | 2024.09.01 21:04:40.890153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9597 | 2024.09.01 21:04:40.890337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9598 | 2024.09.01 21:04:40.890447 [ 3 ] {} <Debug> HTTP-Session: 55cd1be6-6bb6-409d-b29c-a1eb4548cfb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9599 | 2024.09.01 21:04:40.890519 [ 3 ] {} <Debug> HTTP-Session: 55cd1be6-6bb6-409d-b29c-a1eb4548cfb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9600 | 2024.09.01 21:04:40.890506 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9601 | 2024.09.01 21:04:40.890573 [ 3 ] {} <Debug> HTTP-Session: 55cd1be6-6bb6-409d-b29c-a1eb4548cfb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9602 | 2024.09.01 21:04:40.890705 [ 3 ] {} <Trace> HTTP-Session: 55cd1be6-6bb6-409d-b29c-a1eb4548cfb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9603 | 2024.09.01 21:04:40.890724 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
9604 | 2024.09.01 21:04:40.891170 [ 3 ] {7fd126de-72a2-4dff-a494-566a2c0f25ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9605 | 2024.09.01 21:04:40.891183 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
9606 | 2024.09.01 21:04:40.891200 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_51_10} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9607 | 2024.09.01 21:04:40.891342 [ 3 ] {7fd126de-72a2-4dff-a494-566a2c0f25ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9608 | 2024.09.01 21:04:40.891613 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9609 | 2024.09.01 21:04:40.891934 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_51_10} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9610 | 2024.09.01 21:04:40.892283 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
9611 | 2024.09.01 21:04:40.892317 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
9612 | 2024.09.01 21:04:40.892536 [ 3 ] {7fd126de-72a2-4dff-a494-566a2c0f25ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9613 | 2024.09.01 21:04:40.892643 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
9614 | 2024.09.01 21:04:40.892952 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
9615 | 2024.09.01 21:04:40.893816 [ 3 ] {7fd126de-72a2-4dff-a494-566a2c0f25ef} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9616 | 2024.09.01 21:04:40.893900 [ 3 ] {7fd126de-72a2-4dff-a494-566a2c0f25ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9617 | 2024.09.01 21:04:40.895078 [ 3 ] {7fd126de-72a2-4dff-a494-566a2c0f25ef} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9618 | 2024.09.01 21:04:40.895429 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.006024671 sec., 20914.005096709847 rows/sec., 1.07 MiB/sec. | ||
9619 | 2024.09.01 21:04:40.895652 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9620 | 2024.09.01 21:04:40.895924 [ 3 ] {7fd126de-72a2-4dff-a494-566a2c0f25ef} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9621 | 2024.09.01 21:04:40.896348 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9622 | 2024.09.01 21:04:40.896417 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9623 | 2024.09.01 21:04:40.896420 [ 3 ] {7fd126de-72a2-4dff-a494-566a2c0f25ef} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005529 sec., 42864.89419424851 rows/sec., 2.87 MiB/sec. | ||
9624 | 2024.09.01 21:04:40.896464 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9625 | 2024.09.01 21:04:40.896894 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_21_4} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9626 | 2024.09.01 21:04:40.897181 [ 3 ] {7fd126de-72a2-4dff-a494-566a2c0f25ef} <Debug> DynamicQueryHandler: Done processing query | ||
9627 | 2024.09.01 21:04:40.897270 [ 3 ] {7fd126de-72a2-4dff-a494-566a2c0f25ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9628 | 2024.09.01 21:04:40.897385 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_21_4} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9629 | 2024.09.01 21:04:40.897405 [ 3 ] {} <Debug> HTTP-Session: 55cd1be6-6bb6-409d-b29c-a1eb4548cfb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9630 | 2024.09.01 21:04:40.897414 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
9631 | 2024.09.01 21:04:40.897830 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9632 | 2024.09.01 21:04:40.897846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9633 | 2024.09.01 21:04:40.898229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9634 | 2024.09.01 21:04:40.898350 [ 3 ] {} <Debug> HTTP-Session: 89eaa29e-f362-48b8-a519-9154efbf45d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9635 | 2024.09.01 21:04:40.898458 [ 3 ] {} <Debug> HTTP-Session: 89eaa29e-f362-48b8-a519-9154efbf45d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9636 | 2024.09.01 21:04:40.898551 [ 3 ] {} <Debug> HTTP-Session: 89eaa29e-f362-48b8-a519-9154efbf45d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9637 | 2024.09.01 21:04:40.898660 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9638 | 2024.09.01 21:04:40.898690 [ 3 ] {} <Trace> HTTP-Session: 89eaa29e-f362-48b8-a519-9154efbf45d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9639 | 2024.09.01 21:04:40.898767 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13217 rows starting from the beginning of the part | ||
9640 | 2024.09.01 21:04:40.898964 [ 3 ] {61777ae6-e8b9-4e1d-b444-63a615590dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9641 | 2024.09.01 21:04:40.899024 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 12 rows starting from the beginning of the part | ||
9642 | 2024.09.01 21:04:40.899106 [ 3 ] {61777ae6-e8b9-4e1d-b444-63a615590dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9643 | 2024.09.01 21:04:40.899275 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
9644 | 2024.09.01 21:04:40.899706 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part | ||
9645 | 2024.09.01 21:04:40.900107 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
9646 | 2024.09.01 21:04:40.900448 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part | ||
9647 | 2024.09.01 21:04:40.900511 [ 3 ] {61777ae6-e8b9-4e1d-b444-63a615590dda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9648 | 2024.09.01 21:04:40.901186 [ 3 ] {61777ae6-e8b9-4e1d-b444-63a615590dda} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9649 | 2024.09.01 21:04:40.901232 [ 3 ] {61777ae6-e8b9-4e1d-b444-63a615590dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9650 | 2024.09.01 21:04:40.901640 [ 3 ] {61777ae6-e8b9-4e1d-b444-63a615590dda} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9651 | 2024.09.01 21:04:40.902155 [ 3 ] {61777ae6-e8b9-4e1d-b444-63a615590dda} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9652 | 2024.09.01 21:04:40.902485 [ 3 ] {61777ae6-e8b9-4e1d-b444-63a615590dda} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003614 sec., 276.70171555063644 rows/sec., 18.64 KiB/sec. | ||
9653 | 2024.09.01 21:04:40.903154 [ 3 ] {61777ae6-e8b9-4e1d-b444-63a615590dda} <Debug> DynamicQueryHandler: Done processing query | ||
9654 | 2024.09.01 21:04:40.903227 [ 3 ] {61777ae6-e8b9-4e1d-b444-63a615590dda} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9655 | 2024.09.01 21:04:40.903300 [ 3 ] {} <Debug> HTTP-Session: 89eaa29e-f362-48b8-a519-9154efbf45d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9656 | 2024.09.01 21:04:40.903520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9657 | 2024.09.01 21:04:40.903575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9658 | 2024.09.01 21:04:40.903595 [ 3 ] {} <Debug> HTTP-Session: 811c8f41-ed3d-4d88-8f2a-15dc9e78818f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9659 | 2024.09.01 21:04:40.903612 [ 3 ] {} <Debug> HTTP-Session: 811c8f41-ed3d-4d88-8f2a-15dc9e78818f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9660 | 2024.09.01 21:04:40.903635 [ 3 ] {} <Debug> HTTP-Session: 811c8f41-ed3d-4d88-8f2a-15dc9e78818f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9661 | 2024.09.01 21:04:40.903666 [ 3 ] {} <Trace> HTTP-Session: 811c8f41-ed3d-4d88-8f2a-15dc9e78818f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9662 | 2024.09.01 21:04:40.904166 [ 3 ] {c45c2503-5ef4-46d7-b792-4ffed233753e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9663 | 2024.09.01 21:04:40.904284 [ 3 ] {c45c2503-5ef4-46d7-b792-4ffed233753e} <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 | ||
9664 | 2024.09.01 21:04:40.904804 [ 3 ] {c45c2503-5ef4-46d7-b792-4ffed233753e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9665 | 2024.09.01 21:04:40.905737 [ 3 ] {c45c2503-5ef4-46d7-b792-4ffed233753e} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9666 | 2024.09.01 21:04:40.905781 [ 3 ] {c45c2503-5ef4-46d7-b792-4ffed233753e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9667 | 2024.09.01 21:04:40.905954 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14023 rows, containing 5 columns (5 merged, 0 gathered) in 0.009137493 sec., 1534666.0183487965 rows/sec., 103.23 MiB/sec. | ||
9668 | 2024.09.01 21:04:40.906373 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9669 | 2024.09.01 21:04:40.906852 [ 3 ] {c45c2503-5ef4-46d7-b792-4ffed233753e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9670 | 2024.09.01 21:04:40.906984 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9671 | 2024.09.01 21:04:40.907150 [ 196 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9672 | 2024.09.01 21:04:40.907295 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.66 MiB. | ||
9673 | 2024.09.01 21:04:40.907477 [ 3 ] {c45c2503-5ef4-46d7-b792-4ffed233753e} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9674 | 2024.09.01 21:04:40.907630 [ 3 ] {c45c2503-5ef4-46d7-b792-4ffed233753e} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00386 sec., 9067.357512953367 rows/sec., 16.25 MiB/sec. | ||
9675 | 2024.09.01 21:04:40.907840 [ 3 ] {c45c2503-5ef4-46d7-b792-4ffed233753e} <Debug> DynamicQueryHandler: Done processing query | ||
9676 | 2024.09.01 21:04:40.907864 [ 3 ] {c45c2503-5ef4-46d7-b792-4ffed233753e} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9677 | 2024.09.01 21:04:40.907881 [ 3 ] {} <Debug> HTTP-Session: 811c8f41-ed3d-4d88-8f2a-15dc9e78818f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9678 | 2024.09.01 21:04:40.908010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9679 | 2024.09.01 21:04:40.908058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9680 | 2024.09.01 21:04:40.908078 [ 3 ] {} <Debug> HTTP-Session: d491003e-69c3-4291-829c-91edb0486ced Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9681 | 2024.09.01 21:04:40.908096 [ 3 ] {} <Debug> HTTP-Session: d491003e-69c3-4291-829c-91edb0486ced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9682 | 2024.09.01 21:04:40.908111 [ 3 ] {} <Debug> HTTP-Session: d491003e-69c3-4291-829c-91edb0486ced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9683 | 2024.09.01 21:04:40.908141 [ 3 ] {} <Trace> HTTP-Session: d491003e-69c3-4291-829c-91edb0486ced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9684 | 2024.09.01 21:04:40.908260 [ 3 ] {c27ce0ae-3f5a-495a-9e88-64e8ecfffac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9685 | 2024.09.01 21:04:40.908306 [ 3 ] {c27ce0ae-3f5a-495a-9e88-64e8ecfffac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9686 | 2024.09.01 21:04:40.908434 [ 3 ] {c27ce0ae-3f5a-495a-9e88-64e8ecfffac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9687 | 2024.09.01 21:04:40.908763 [ 3 ] {c27ce0ae-3f5a-495a-9e88-64e8ecfffac7} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9688 | 2024.09.01 21:04:40.908799 [ 3 ] {c27ce0ae-3f5a-495a-9e88-64e8ecfffac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9689 | 2024.09.01 21:04:40.909162 [ 3 ] {c27ce0ae-3f5a-495a-9e88-64e8ecfffac7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9690 | 2024.09.01 21:04:40.909492 [ 3 ] {c27ce0ae-3f5a-495a-9e88-64e8ecfffac7} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9691 | 2024.09.01 21:04:40.909623 [ 3 ] {c27ce0ae-3f5a-495a-9e88-64e8ecfffac7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001405 sec., 58362.989323843416 rows/sec., 3.71 MiB/sec. | ||
9692 | 2024.09.01 21:04:40.909627 [ 40 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9693 | 2024.09.01 21:04:40.909681 [ 40 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9694 | 2024.09.01 21:04:40.909712 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9695 | 2024.09.01 21:04:40.909844 [ 3 ] {c27ce0ae-3f5a-495a-9e88-64e8ecfffac7} <Debug> DynamicQueryHandler: Done processing query | ||
9696 | 2024.09.01 21:04:40.909872 [ 194 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
9697 | 2024.09.01 21:04:40.909885 [ 3 ] {c27ce0ae-3f5a-495a-9e88-64e8ecfffac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9698 | 2024.09.01 21:04:40.909941 [ 3 ] {} <Debug> HTTP-Session: d491003e-69c3-4291-829c-91edb0486ced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9699 | 2024.09.01 21:04:40.910076 [ 194 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9700 | 2024.09.01 21:04:40.910121 [ 194 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2086 rows starting from the beginning of the part | ||
9701 | 2024.09.01 21:04:40.910213 [ 194 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
9702 | 2024.09.01 21:04:40.910289 [ 194 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
9703 | 2024.09.01 21:04:40.910534 [ 194 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
9704 | 2024.09.01 21:04:40.910620 [ 194 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
9705 | 2024.09.01 21:04:40.910709 [ 194 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
9706 | 2024.09.01 21:04:40.912100 [ 195 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2376 rows, containing 4 columns (4 merged, 0 gathered) in 0.002303691 sec., 1031388.324215357 rows/sec., 67.22 MiB/sec. | ||
9707 | 2024.09.01 21:04:40.912388 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9708 | 2024.09.01 21:04:40.912858 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_51_10} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9709 | 2024.09.01 21:04:40.912950 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_51_10} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9710 | 2024.09.01 21:04:40.913041 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
9711 | 2024.09.01 21:04:45.858014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9712 | 2024.09.01 21:04:45.858141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9713 | 2024.09.01 21:04:45.858166 [ 3 ] {} <Debug> HTTP-Session: f30bce48-d927-4400-940f-3bd7691f30cd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9714 | 2024.09.01 21:04:45.858191 [ 3 ] {} <Debug> HTTP-Session: f30bce48-d927-4400-940f-3bd7691f30cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9715 | 2024.09.01 21:04:45.858207 [ 3 ] {} <Debug> HTTP-Session: f30bce48-d927-4400-940f-3bd7691f30cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9716 | 2024.09.01 21:04:45.858255 [ 3 ] {} <Trace> HTTP-Session: f30bce48-d927-4400-940f-3bd7691f30cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9717 | 2024.09.01 21:04:45.858444 [ 3 ] {fafcb83b-d9e9-4df5-a98f-658cb65937b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9718 | 2024.09.01 21:04:45.858511 [ 3 ] {fafcb83b-d9e9-4df5-a98f-658cb65937b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9719 | 2024.09.01 21:04:45.858861 [ 3 ] {fafcb83b-d9e9-4df5-a98f-658cb65937b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9720 | 2024.09.01 21:04:45.859301 [ 3 ] {fafcb83b-d9e9-4df5-a98f-658cb65937b7} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9721 | 2024.09.01 21:04:45.859347 [ 3 ] {fafcb83b-d9e9-4df5-a98f-658cb65937b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9722 | 2024.09.01 21:04:45.859759 [ 3 ] {fafcb83b-d9e9-4df5-a98f-658cb65937b7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
9723 | 2024.09.01 21:04:45.860165 [ 3 ] {fafcb83b-d9e9-4df5-a98f-658cb65937b7} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9724 | 2024.09.01 21:04:45.860352 [ 3 ] {fafcb83b-d9e9-4df5-a98f-658cb65937b7} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001956 sec., 4089.97955010225 rows/sec., 333.51 KiB/sec. | ||
9725 | 2024.09.01 21:04:45.860730 [ 3 ] {fafcb83b-d9e9-4df5-a98f-658cb65937b7} <Debug> DynamicQueryHandler: Done processing query | ||
9726 | 2024.09.01 21:04:45.860758 [ 3 ] {fafcb83b-d9e9-4df5-a98f-658cb65937b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9727 | 2024.09.01 21:04:45.860774 [ 3 ] {} <Debug> HTTP-Session: f30bce48-d927-4400-940f-3bd7691f30cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9728 | 2024.09.01 21:04:45.860914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9729 | 2024.09.01 21:04:45.860968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9730 | 2024.09.01 21:04:45.860989 [ 3 ] {} <Debug> HTTP-Session: 0aa951d8-c66b-49c6-8b5d-bedc57528fa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9731 | 2024.09.01 21:04:45.861006 [ 3 ] {} <Debug> HTTP-Session: 0aa951d8-c66b-49c6-8b5d-bedc57528fa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9732 | 2024.09.01 21:04:45.861021 [ 3 ] {} <Debug> HTTP-Session: 0aa951d8-c66b-49c6-8b5d-bedc57528fa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9733 | 2024.09.01 21:04:45.861055 [ 3 ] {} <Trace> HTTP-Session: 0aa951d8-c66b-49c6-8b5d-bedc57528fa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9734 | 2024.09.01 21:04:45.861192 [ 3 ] {13294c54-1e26-4c2e-9f77-ecda5ec1a312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9735 | 2024.09.01 21:04:45.861240 [ 3 ] {13294c54-1e26-4c2e-9f77-ecda5ec1a312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9736 | 2024.09.01 21:04:45.861498 [ 3 ] {13294c54-1e26-4c2e-9f77-ecda5ec1a312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9737 | 2024.09.01 21:04:45.861861 [ 3 ] {13294c54-1e26-4c2e-9f77-ecda5ec1a312} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9738 | 2024.09.01 21:04:45.861897 [ 3 ] {13294c54-1e26-4c2e-9f77-ecda5ec1a312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9739 | 2024.09.01 21:04:45.862255 [ 3 ] {13294c54-1e26-4c2e-9f77-ecda5ec1a312} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9740 | 2024.09.01 21:04:45.862613 [ 3 ] {13294c54-1e26-4c2e-9f77-ecda5ec1a312} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9741 | 2024.09.01 21:04:45.862778 [ 3 ] {13294c54-1e26-4c2e-9f77-ecda5ec1a312} <Debug> executeQuery: Read 64 rows, 5.05 KiB in 0.001628 sec., 39312.03931203931 rows/sec., 3.03 MiB/sec. | ||
9742 | 2024.09.01 21:04:45.862949 [ 3 ] {13294c54-1e26-4c2e-9f77-ecda5ec1a312} <Debug> DynamicQueryHandler: Done processing query | ||
9743 | 2024.09.01 21:04:45.862973 [ 3 ] {13294c54-1e26-4c2e-9f77-ecda5ec1a312} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9744 | 2024.09.01 21:04:45.862988 [ 3 ] {} <Debug> HTTP-Session: 0aa951d8-c66b-49c6-8b5d-bedc57528fa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9745 | 2024.09.01 21:04:45.863107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9746 | 2024.09.01 21:04:45.863158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9747 | 2024.09.01 21:04:45.863177 [ 3 ] {} <Debug> HTTP-Session: 3044353a-c7e7-4c17-8a7d-7d060e31f3c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9748 | 2024.09.01 21:04:45.863194 [ 3 ] {} <Debug> HTTP-Session: 3044353a-c7e7-4c17-8a7d-7d060e31f3c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9749 | 2024.09.01 21:04:45.863209 [ 3 ] {} <Debug> HTTP-Session: 3044353a-c7e7-4c17-8a7d-7d060e31f3c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9750 | 2024.09.01 21:04:45.863242 [ 3 ] {} <Trace> HTTP-Session: 3044353a-c7e7-4c17-8a7d-7d060e31f3c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9751 | 2024.09.01 21:04:45.863345 [ 3 ] {bf9ac0af-7c7c-4459-9688-84cb62b1b230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9752 | 2024.09.01 21:04:45.863390 [ 3 ] {bf9ac0af-7c7c-4459-9688-84cb62b1b230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9753 | 2024.09.01 21:04:45.863618 [ 3 ] {bf9ac0af-7c7c-4459-9688-84cb62b1b230} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9754 | 2024.09.01 21:04:45.863918 [ 3 ] {bf9ac0af-7c7c-4459-9688-84cb62b1b230} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9755 | 2024.09.01 21:04:45.863955 [ 3 ] {bf9ac0af-7c7c-4459-9688-84cb62b1b230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9756 | 2024.09.01 21:04:45.864303 [ 3 ] {bf9ac0af-7c7c-4459-9688-84cb62b1b230} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9757 | 2024.09.01 21:04:45.864662 [ 3 ] {bf9ac0af-7c7c-4459-9688-84cb62b1b230} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9758 | 2024.09.01 21:04:45.864827 [ 3 ] {bf9ac0af-7c7c-4459-9688-84cb62b1b230} <Debug> executeQuery: Read 10 rows, 726.00 B in 0.001502 sec., 6657.789613848202 rows/sec., 472.03 KiB/sec. | ||
9759 | 2024.09.01 21:04:45.865102 [ 3 ] {bf9ac0af-7c7c-4459-9688-84cb62b1b230} <Debug> DynamicQueryHandler: Done processing query | ||
9760 | 2024.09.01 21:04:45.865158 [ 3 ] {bf9ac0af-7c7c-4459-9688-84cb62b1b230} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9761 | 2024.09.01 21:04:45.865209 [ 3 ] {} <Debug> HTTP-Session: 3044353a-c7e7-4c17-8a7d-7d060e31f3c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9762 | 2024.09.01 21:04:45.865378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9763 | 2024.09.01 21:04:45.865430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9764 | 2024.09.01 21:04:45.865450 [ 3 ] {} <Debug> HTTP-Session: d08a8914-eb3e-4d91-9daa-aa713c99893c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9765 | 2024.09.01 21:04:45.865467 [ 3 ] {} <Debug> HTTP-Session: d08a8914-eb3e-4d91-9daa-aa713c99893c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9766 | 2024.09.01 21:04:45.865481 [ 3 ] {} <Debug> HTTP-Session: d08a8914-eb3e-4d91-9daa-aa713c99893c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9767 | 2024.09.01 21:04:45.865513 [ 3 ] {} <Trace> HTTP-Session: d08a8914-eb3e-4d91-9daa-aa713c99893c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9768 | 2024.09.01 21:04:45.865637 [ 3 ] {5d056bd0-b8b6-417f-9ffb-b58717b21261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9769 | 2024.09.01 21:04:45.865682 [ 3 ] {5d056bd0-b8b6-417f-9ffb-b58717b21261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9770 | 2024.09.01 21:04:45.865925 [ 3 ] {5d056bd0-b8b6-417f-9ffb-b58717b21261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9771 | 2024.09.01 21:04:45.866281 [ 3 ] {5d056bd0-b8b6-417f-9ffb-b58717b21261} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9772 | 2024.09.01 21:04:45.866317 [ 3 ] {5d056bd0-b8b6-417f-9ffb-b58717b21261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9773 | 2024.09.01 21:04:45.866676 [ 3 ] {5d056bd0-b8b6-417f-9ffb-b58717b21261} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9774 | 2024.09.01 21:04:45.867040 [ 3 ] {5d056bd0-b8b6-417f-9ffb-b58717b21261} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9775 | 2024.09.01 21:04:45.867199 [ 3 ] {5d056bd0-b8b6-417f-9ffb-b58717b21261} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001607 sec., 46048.537647790916 rows/sec., 3.60 MiB/sec. | ||
9776 | 2024.09.01 21:04:45.867358 [ 3 ] {5d056bd0-b8b6-417f-9ffb-b58717b21261} <Debug> DynamicQueryHandler: Done processing query | ||
9777 | 2024.09.01 21:04:45.867382 [ 3 ] {5d056bd0-b8b6-417f-9ffb-b58717b21261} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9778 | 2024.09.01 21:04:45.867398 [ 3 ] {} <Debug> HTTP-Session: d08a8914-eb3e-4d91-9daa-aa713c99893c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9779 | 2024.09.01 21:04:45.867548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 31345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9780 | 2024.09.01 21:04:45.867596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9781 | 2024.09.01 21:04:45.867615 [ 3 ] {} <Debug> HTTP-Session: c84f66c4-b1d5-44d9-bb06-2cd715416829 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9782 | 2024.09.01 21:04:45.867632 [ 3 ] {} <Debug> HTTP-Session: c84f66c4-b1d5-44d9-bb06-2cd715416829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9783 | 2024.09.01 21:04:45.867646 [ 3 ] {} <Debug> HTTP-Session: c84f66c4-b1d5-44d9-bb06-2cd715416829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9784 | 2024.09.01 21:04:45.867677 [ 3 ] {} <Trace> HTTP-Session: c84f66c4-b1d5-44d9-bb06-2cd715416829 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9785 | 2024.09.01 21:04:45.867824 [ 3 ] {6d921032-d4ad-4fb5-8953-19d614bc7525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9786 | 2024.09.01 21:04:45.867872 [ 3 ] {6d921032-d4ad-4fb5-8953-19d614bc7525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9787 | 2024.09.01 21:04:45.868016 [ 3 ] {6d921032-d4ad-4fb5-8953-19d614bc7525} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9788 | 2024.09.01 21:04:45.868413 [ 3 ] {6d921032-d4ad-4fb5-8953-19d614bc7525} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9789 | 2024.09.01 21:04:45.868448 [ 3 ] {6d921032-d4ad-4fb5-8953-19d614bc7525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9790 | 2024.09.01 21:04:45.868832 [ 3 ] {6d921032-d4ad-4fb5-8953-19d614bc7525} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9791 | 2024.09.01 21:04:45.869166 [ 3 ] {6d921032-d4ad-4fb5-8953-19d614bc7525} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9792 | 2024.09.01 21:04:45.869319 [ 3 ] {6d921032-d4ad-4fb5-8953-19d614bc7525} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001561 sec., 105060.85842408711 rows/sec., 7.31 MiB/sec. | ||
9793 | 2024.09.01 21:04:45.869485 [ 3 ] {6d921032-d4ad-4fb5-8953-19d614bc7525} <Debug> DynamicQueryHandler: Done processing query | ||
9794 | 2024.09.01 21:04:45.869510 [ 3 ] {6d921032-d4ad-4fb5-8953-19d614bc7525} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9795 | 2024.09.01 21:04:45.869526 [ 3 ] {} <Debug> HTTP-Session: c84f66c4-b1d5-44d9-bb06-2cd715416829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9796 | 2024.09.01 21:04:45.869648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9797 | 2024.09.01 21:04:45.869696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9798 | 2024.09.01 21:04:45.869715 [ 3 ] {} <Debug> HTTP-Session: 51ab7b25-40f4-455a-828d-569c908eb39a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9799 | 2024.09.01 21:04:45.869732 [ 3 ] {} <Debug> HTTP-Session: 51ab7b25-40f4-455a-828d-569c908eb39a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9800 | 2024.09.01 21:04:45.869747 [ 3 ] {} <Debug> HTTP-Session: 51ab7b25-40f4-455a-828d-569c908eb39a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9801 | 2024.09.01 21:04:45.869778 [ 3 ] {} <Trace> HTTP-Session: 51ab7b25-40f4-455a-828d-569c908eb39a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9802 | 2024.09.01 21:04:45.869890 [ 3 ] {330d3a48-f2dc-47d5-aef7-ec28644a70ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9803 | 2024.09.01 21:04:45.869954 [ 3 ] {330d3a48-f2dc-47d5-aef7-ec28644a70ec} <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 | ||
9804 | 2024.09.01 21:04:45.870376 [ 3 ] {330d3a48-f2dc-47d5-aef7-ec28644a70ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9805 | 2024.09.01 21:04:45.870897 [ 3 ] {330d3a48-f2dc-47d5-aef7-ec28644a70ec} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9806 | 2024.09.01 21:04:45.870933 [ 3 ] {330d3a48-f2dc-47d5-aef7-ec28644a70ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9807 | 2024.09.01 21:04:45.871523 [ 3 ] {330d3a48-f2dc-47d5-aef7-ec28644a70ec} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9808 | 2024.09.01 21:04:45.871933 [ 3 ] {330d3a48-f2dc-47d5-aef7-ec28644a70ec} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9809 | 2024.09.01 21:04:45.872124 [ 3 ] {330d3a48-f2dc-47d5-aef7-ec28644a70ec} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002274 sec., 879.5074758135444 rows/sec., 1.58 MiB/sec. | ||
9810 | 2024.09.01 21:04:45.872345 [ 3 ] {330d3a48-f2dc-47d5-aef7-ec28644a70ec} <Debug> DynamicQueryHandler: Done processing query | ||
9811 | 2024.09.01 21:04:45.872370 [ 3 ] {330d3a48-f2dc-47d5-aef7-ec28644a70ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9812 | 2024.09.01 21:04:45.872386 [ 3 ] {} <Debug> HTTP-Session: 51ab7b25-40f4-455a-828d-569c908eb39a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9813 | 2024.09.01 21:04:45.872498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9814 | 2024.09.01 21:04:45.872547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9815 | 2024.09.01 21:04:45.872565 [ 3 ] {} <Debug> HTTP-Session: 10df02ad-46fd-4a3c-86ef-10ceb08fa76e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9816 | 2024.09.01 21:04:45.872583 [ 3 ] {} <Debug> HTTP-Session: 10df02ad-46fd-4a3c-86ef-10ceb08fa76e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9817 | 2024.09.01 21:04:45.872597 [ 3 ] {} <Debug> HTTP-Session: 10df02ad-46fd-4a3c-86ef-10ceb08fa76e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9818 | 2024.09.01 21:04:45.872628 [ 3 ] {} <Trace> HTTP-Session: 10df02ad-46fd-4a3c-86ef-10ceb08fa76e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9819 | 2024.09.01 21:04:45.872749 [ 3 ] {29ac68e6-4c7d-400b-8205-f4ee423e3c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9820 | 2024.09.01 21:04:45.872793 [ 3 ] {29ac68e6-4c7d-400b-8205-f4ee423e3c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9821 | 2024.09.01 21:04:45.872923 [ 3 ] {29ac68e6-4c7d-400b-8205-f4ee423e3c95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9822 | 2024.09.01 21:04:45.873208 [ 3 ] {29ac68e6-4c7d-400b-8205-f4ee423e3c95} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9823 | 2024.09.01 21:04:45.873244 [ 3 ] {29ac68e6-4c7d-400b-8205-f4ee423e3c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9824 | 2024.09.01 21:04:45.873614 [ 3 ] {29ac68e6-4c7d-400b-8205-f4ee423e3c95} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9825 | 2024.09.01 21:04:45.873941 [ 3 ] {29ac68e6-4c7d-400b-8205-f4ee423e3c95} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9826 | 2024.09.01 21:04:45.874093 [ 3 ] {29ac68e6-4c7d-400b-8205-f4ee423e3c95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
9827 | 2024.09.01 21:04:45.874241 [ 3 ] {29ac68e6-4c7d-400b-8205-f4ee423e3c95} <Debug> DynamicQueryHandler: Done processing query | ||
9828 | 2024.09.01 21:04:45.874264 [ 3 ] {29ac68e6-4c7d-400b-8205-f4ee423e3c95} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9829 | 2024.09.01 21:04:45.874280 [ 3 ] {} <Debug> HTTP-Session: 10df02ad-46fd-4a3c-86ef-10ceb08fa76e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9830 | 2024.09.01 21:04:49.900985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9831 | 2024.09.01 21:04:49.901123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9832 | 2024.09.01 21:04:49.901152 [ 3 ] {} <Debug> HTTP-Session: d7b1f4aa-ba8d-4860-ab9e-8495f67fe9ca Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9833 | 2024.09.01 21:04:49.901181 [ 3 ] {} <Debug> HTTP-Session: d7b1f4aa-ba8d-4860-ab9e-8495f67fe9ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9834 | 2024.09.01 21:04:49.901199 [ 3 ] {} <Debug> HTTP-Session: d7b1f4aa-ba8d-4860-ab9e-8495f67fe9ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9835 | 2024.09.01 21:04:49.901253 [ 3 ] {} <Trace> HTTP-Session: d7b1f4aa-ba8d-4860-ab9e-8495f67fe9ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9836 | 2024.09.01 21:04:49.901460 [ 3 ] {ee5f8a45-c8e2-4dda-95f6-60db791bd12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9837 | 2024.09.01 21:04:49.901534 [ 3 ] {ee5f8a45-c8e2-4dda-95f6-60db791bd12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9838 | 2024.09.01 21:04:49.901911 [ 3 ] {ee5f8a45-c8e2-4dda-95f6-60db791bd12d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9839 | 2024.09.01 21:04:49.902335 [ 3 ] {ee5f8a45-c8e2-4dda-95f6-60db791bd12d} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9840 | 2024.09.01 21:04:49.902376 [ 3 ] {ee5f8a45-c8e2-4dda-95f6-60db791bd12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9841 | 2024.09.01 21:04:49.902791 [ 3 ] {ee5f8a45-c8e2-4dda-95f6-60db791bd12d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9842 | 2024.09.01 21:04:49.903177 [ 3 ] {ee5f8a45-c8e2-4dda-95f6-60db791bd12d} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9843 | 2024.09.01 21:04:49.903326 [ 3 ] {ee5f8a45-c8e2-4dda-95f6-60db791bd12d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001928 sec., 1037.344398340249 rows/sec., 84.59 KiB/sec. | ||
9844 | 2024.09.01 21:04:49.903327 [ 48 ] {} <Debug> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
9845 | 2024.09.01 21:04:49.903395 [ 48 ] {} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9846 | 2024.09.01 21:04:49.903425 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9847 | 2024.09.01 21:04:49.903582 [ 3 ] {ee5f8a45-c8e2-4dda-95f6-60db791bd12d} <Debug> DynamicQueryHandler: Done processing query | ||
9848 | 2024.09.01 21:04:49.903603 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
9849 | 2024.09.01 21:04:49.903616 [ 3 ] {ee5f8a45-c8e2-4dda-95f6-60db791bd12d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9850 | 2024.09.01 21:04:49.903696 [ 3 ] {} <Debug> HTTP-Session: d7b1f4aa-ba8d-4860-ab9e-8495f67fe9ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9851 | 2024.09.01 21:04:49.903869 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9852 | 2024.09.01 21:04:49.903925 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 14 rows starting from the beginning of the part | ||
9853 | 2024.09.01 21:04:49.904076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 196031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9854 | 2024.09.01 21:04:49.904122 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
9855 | 2024.09.01 21:04:49.904248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9856 | 2024.09.01 21:04:49.904326 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
9857 | 2024.09.01 21:04:49.904347 [ 3 ] {} <Debug> HTTP-Session: 242edb2e-7d5f-43c8-b4d9-e163d9dab86d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9858 | 2024.09.01 21:04:49.904427 [ 3 ] {} <Debug> HTTP-Session: 242edb2e-7d5f-43c8-b4d9-e163d9dab86d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9859 | 2024.09.01 21:04:49.904561 [ 3 ] {} <Debug> HTTP-Session: 242edb2e-7d5f-43c8-b4d9-e163d9dab86d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9860 | 2024.09.01 21:04:49.904777 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
9861 | 2024.09.01 21:04:49.904798 [ 3 ] {} <Trace> HTTP-Session: 242edb2e-7d5f-43c8-b4d9-e163d9dab86d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9862 | 2024.09.01 21:04:49.905260 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
9863 | 2024.09.01 21:04:49.905758 [ 3 ] {1f4f3cc3-b8a4-4a87-a522-e33637f949cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9864 | 2024.09.01 21:04:49.905865 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
9865 | 2024.09.01 21:04:49.905943 [ 3 ] {1f4f3cc3-b8a4-4a87-a522-e33637f949cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9866 | 2024.09.01 21:04:49.906777 [ 3 ] {1f4f3cc3-b8a4-4a87-a522-e33637f949cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9867 | 2024.09.01 21:04:49.907720 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004216077 sec., 7115.619567669186 rows/sec., 608.02 KiB/sec. | ||
9868 | 2024.09.01 21:04:49.907965 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
9869 | 2024.09.01 21:04:49.908638 [ 3 ] {1f4f3cc3-b8a4-4a87-a522-e33637f949cc} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9870 | 2024.09.01 21:04:49.908659 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_16_3} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9871 | 2024.09.01 21:04:49.908693 [ 3 ] {1f4f3cc3-b8a4-4a87-a522-e33637f949cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9872 | 2024.09.01 21:04:49.908830 [ 194 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_16_3} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
9873 | 2024.09.01 21:04:49.908996 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9874 | 2024.09.01 21:04:49.909355 [ 3 ] {1f4f3cc3-b8a4-4a87-a522-e33637f949cc} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9875 | 2024.09.01 21:04:49.909751 [ 3 ] {1f4f3cc3-b8a4-4a87-a522-e33637f949cc} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9876 | 2024.09.01 21:04:49.909888 [ 3 ] {1f4f3cc3-b8a4-4a87-a522-e33637f949cc} <Debug> executeQuery: Read 1346 rows, 114.64 KiB in 0.004735 sec., 284266.1034846885 rows/sec., 23.64 MiB/sec. | ||
9877 | 2024.09.01 21:04:49.910090 [ 3 ] {1f4f3cc3-b8a4-4a87-a522-e33637f949cc} <Debug> DynamicQueryHandler: Done processing query | ||
9878 | 2024.09.01 21:04:49.910116 [ 3 ] {1f4f3cc3-b8a4-4a87-a522-e33637f949cc} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
9879 | 2024.09.01 21:04:49.910133 [ 3 ] {} <Debug> HTTP-Session: 242edb2e-7d5f-43c8-b4d9-e163d9dab86d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9880 | 2024.09.01 21:04:49.910324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9881 | 2024.09.01 21:04:49.910377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9882 | 2024.09.01 21:04:49.910397 [ 3 ] {} <Debug> HTTP-Session: c15fec27-f925-4225-b8a2-fd7eb39c43ef Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9883 | 2024.09.01 21:04:49.910415 [ 3 ] {} <Debug> HTTP-Session: c15fec27-f925-4225-b8a2-fd7eb39c43ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9884 | 2024.09.01 21:04:49.910429 [ 3 ] {} <Debug> HTTP-Session: c15fec27-f925-4225-b8a2-fd7eb39c43ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9885 | 2024.09.01 21:04:49.910462 [ 3 ] {} <Trace> HTTP-Session: c15fec27-f925-4225-b8a2-fd7eb39c43ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9886 | 2024.09.01 21:04:49.910570 [ 3 ] {4056b75a-0761-4a63-b222-baa000648426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9887 | 2024.09.01 21:04:49.910615 [ 3 ] {4056b75a-0761-4a63-b222-baa000648426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9888 | 2024.09.01 21:04:49.910848 [ 3 ] {4056b75a-0761-4a63-b222-baa000648426} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9889 | 2024.09.01 21:04:49.911147 [ 3 ] {4056b75a-0761-4a63-b222-baa000648426} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9890 | 2024.09.01 21:04:49.911181 [ 3 ] {4056b75a-0761-4a63-b222-baa000648426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9891 | 2024.09.01 21:04:49.911541 [ 3 ] {4056b75a-0761-4a63-b222-baa000648426} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9892 | 2024.09.01 21:04:49.911905 [ 3 ] {4056b75a-0761-4a63-b222-baa000648426} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9893 | 2024.09.01 21:04:49.912042 [ 3 ] {4056b75a-0761-4a63-b222-baa000648426} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001502 sec., 6657.789613848202 rows/sec., 493.48 KiB/sec. | ||
9894 | 2024.09.01 21:04:49.912321 [ 3 ] {4056b75a-0761-4a63-b222-baa000648426} <Debug> DynamicQueryHandler: Done processing query | ||
9895 | 2024.09.01 21:04:49.912378 [ 3 ] {4056b75a-0761-4a63-b222-baa000648426} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9896 | 2024.09.01 21:04:49.912419 [ 3 ] {} <Debug> HTTP-Session: c15fec27-f925-4225-b8a2-fd7eb39c43ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9897 | 2024.09.01 21:04:49.912613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9898 | 2024.09.01 21:04:49.912668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9899 | 2024.09.01 21:04:49.912687 [ 3 ] {} <Debug> HTTP-Session: a9181efa-c944-48f5-968d-7c358be0f1ab Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9900 | 2024.09.01 21:04:49.912705 [ 3 ] {} <Debug> HTTP-Session: a9181efa-c944-48f5-968d-7c358be0f1ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9901 | 2024.09.01 21:04:49.912718 [ 3 ] {} <Debug> HTTP-Session: a9181efa-c944-48f5-968d-7c358be0f1ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9902 | 2024.09.01 21:04:49.912750 [ 3 ] {} <Trace> HTTP-Session: a9181efa-c944-48f5-968d-7c358be0f1ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9903 | 2024.09.01 21:04:49.912936 [ 3 ] {031bbade-e5af-4111-8cc0-4c47bf52cbe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9904 | 2024.09.01 21:04:49.912981 [ 3 ] {031bbade-e5af-4111-8cc0-4c47bf52cbe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9905 | 2024.09.01 21:04:49.913228 [ 3 ] {031bbade-e5af-4111-8cc0-4c47bf52cbe7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9906 | 2024.09.01 21:04:49.913692 [ 3 ] {031bbade-e5af-4111-8cc0-4c47bf52cbe7} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9907 | 2024.09.01 21:04:49.913728 [ 3 ] {031bbade-e5af-4111-8cc0-4c47bf52cbe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9908 | 2024.09.01 21:04:49.914102 [ 3 ] {031bbade-e5af-4111-8cc0-4c47bf52cbe7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9909 | 2024.09.01 21:04:49.914466 [ 3 ] {031bbade-e5af-4111-8cc0-4c47bf52cbe7} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9910 | 2024.09.01 21:04:49.914594 [ 3 ] {031bbade-e5af-4111-8cc0-4c47bf52cbe7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001759 sec., 137578.16941444002 rows/sec., 9.32 MiB/sec. | ||
9911 | 2024.09.01 21:04:49.914762 [ 3 ] {031bbade-e5af-4111-8cc0-4c47bf52cbe7} <Debug> DynamicQueryHandler: Done processing query | ||
9912 | 2024.09.01 21:04:49.914787 [ 3 ] {031bbade-e5af-4111-8cc0-4c47bf52cbe7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9913 | 2024.09.01 21:04:49.914803 [ 3 ] {} <Debug> HTTP-Session: a9181efa-c944-48f5-968d-7c358be0f1ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9914 | 2024.09.01 21:04:49.914935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9915 | 2024.09.01 21:04:49.914983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9916 | 2024.09.01 21:04:49.915003 [ 3 ] {} <Debug> HTTP-Session: 8dc580da-57a9-4081-a3eb-fa561d57699d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9917 | 2024.09.01 21:04:49.915020 [ 3 ] {} <Debug> HTTP-Session: 8dc580da-57a9-4081-a3eb-fa561d57699d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9918 | 2024.09.01 21:04:49.915034 [ 3 ] {} <Debug> HTTP-Session: 8dc580da-57a9-4081-a3eb-fa561d57699d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9919 | 2024.09.01 21:04:49.915064 [ 3 ] {} <Trace> HTTP-Session: 8dc580da-57a9-4081-a3eb-fa561d57699d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9920 | 2024.09.01 21:04:49.915162 [ 3 ] {dc377e72-ada9-45df-8d5d-68abb92e9e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9921 | 2024.09.01 21:04:49.915204 [ 3 ] {dc377e72-ada9-45df-8d5d-68abb92e9e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9922 | 2024.09.01 21:04:49.915428 [ 3 ] {dc377e72-ada9-45df-8d5d-68abb92e9e86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9923 | 2024.09.01 21:04:49.915716 [ 3 ] {dc377e72-ada9-45df-8d5d-68abb92e9e86} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9924 | 2024.09.01 21:04:49.915751 [ 3 ] {dc377e72-ada9-45df-8d5d-68abb92e9e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9925 | 2024.09.01 21:04:49.916089 [ 3 ] {dc377e72-ada9-45df-8d5d-68abb92e9e86} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9926 | 2024.09.01 21:04:49.916449 [ 3 ] {dc377e72-ada9-45df-8d5d-68abb92e9e86} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9927 | 2024.09.01 21:04:49.916577 [ 3 ] {dc377e72-ada9-45df-8d5d-68abb92e9e86} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 245.83 KiB/sec. | ||
9928 | 2024.09.01 21:04:49.916730 [ 3 ] {dc377e72-ada9-45df-8d5d-68abb92e9e86} <Debug> DynamicQueryHandler: Done processing query | ||
9929 | 2024.09.01 21:04:49.916754 [ 3 ] {dc377e72-ada9-45df-8d5d-68abb92e9e86} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9930 | 2024.09.01 21:04:49.916769 [ 3 ] {} <Debug> HTTP-Session: 8dc580da-57a9-4081-a3eb-fa561d57699d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9931 | 2024.09.01 21:04:49.917031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 138442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9932 | 2024.09.01 21:04:49.917081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9933 | 2024.09.01 21:04:49.917100 [ 3 ] {} <Debug> HTTP-Session: 2817b480-eb8e-43ec-93c6-487d4ea6cda6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9934 | 2024.09.01 21:04:49.917117 [ 3 ] {} <Debug> HTTP-Session: 2817b480-eb8e-43ec-93c6-487d4ea6cda6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9935 | 2024.09.01 21:04:49.917131 [ 3 ] {} <Debug> HTTP-Session: 2817b480-eb8e-43ec-93c6-487d4ea6cda6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9936 | 2024.09.01 21:04:49.917161 [ 3 ] {} <Trace> HTTP-Session: 2817b480-eb8e-43ec-93c6-487d4ea6cda6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9937 | 2024.09.01 21:04:49.917502 [ 3 ] {f1dd5290-da98-47db-be4f-c598845a0ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9938 | 2024.09.01 21:04:49.917546 [ 3 ] {f1dd5290-da98-47db-be4f-c598845a0ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9939 | 2024.09.01 21:04:49.917769 [ 3 ] {f1dd5290-da98-47db-be4f-c598845a0ed9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9940 | 2024.09.01 21:04:49.918626 [ 3 ] {f1dd5290-da98-47db-be4f-c598845a0ed9} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9941 | 2024.09.01 21:04:49.918661 [ 3 ] {f1dd5290-da98-47db-be4f-c598845a0ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9942 | 2024.09.01 21:04:49.919049 [ 3 ] {f1dd5290-da98-47db-be4f-c598845a0ed9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9943 | 2024.09.01 21:04:49.919418 [ 3 ] {f1dd5290-da98-47db-be4f-c598845a0ed9} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9944 | 2024.09.01 21:04:49.919543 [ 3 ] {f1dd5290-da98-47db-be4f-c598845a0ed9} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.002254 sec., 376220.0532386868 rows/sec., 27.20 MiB/sec. | ||
9945 | 2024.09.01 21:04:49.919809 [ 3 ] {f1dd5290-da98-47db-be4f-c598845a0ed9} <Debug> DynamicQueryHandler: Done processing query | ||
9946 | 2024.09.01 21:04:49.919869 [ 3 ] {f1dd5290-da98-47db-be4f-c598845a0ed9} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
9947 | 2024.09.01 21:04:49.919921 [ 3 ] {} <Debug> HTTP-Session: 2817b480-eb8e-43ec-93c6-487d4ea6cda6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9948 | 2024.09.01 21:04:49.920121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9949 | 2024.09.01 21:04:49.920172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9950 | 2024.09.01 21:04:49.920192 [ 3 ] {} <Debug> HTTP-Session: da9bea44-ff99-444e-81d4-b2740907bf43 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9951 | 2024.09.01 21:04:49.920209 [ 3 ] {} <Debug> HTTP-Session: da9bea44-ff99-444e-81d4-b2740907bf43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9952 | 2024.09.01 21:04:49.920223 [ 3 ] {} <Debug> HTTP-Session: da9bea44-ff99-444e-81d4-b2740907bf43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9953 | 2024.09.01 21:04:49.920254 [ 3 ] {} <Trace> HTTP-Session: da9bea44-ff99-444e-81d4-b2740907bf43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9954 | 2024.09.01 21:04:49.920360 [ 3 ] {7bcbbcbd-466f-4531-af1e-724283236f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9955 | 2024.09.01 21:04:49.920406 [ 3 ] {7bcbbcbd-466f-4531-af1e-724283236f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9956 | 2024.09.01 21:04:49.920549 [ 3 ] {7bcbbcbd-466f-4531-af1e-724283236f56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9957 | 2024.09.01 21:04:49.920812 [ 3 ] {7bcbbcbd-466f-4531-af1e-724283236f56} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9958 | 2024.09.01 21:04:49.920847 [ 3 ] {7bcbbcbd-466f-4531-af1e-724283236f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9959 | 2024.09.01 21:04:49.921204 [ 3 ] {7bcbbcbd-466f-4531-af1e-724283236f56} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9960 | 2024.09.01 21:04:49.921526 [ 3 ] {7bcbbcbd-466f-4531-af1e-724283236f56} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9961 | 2024.09.01 21:04:49.921652 [ 3 ] {7bcbbcbd-466f-4531-af1e-724283236f56} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 237.66 KiB/sec. | ||
9962 | 2024.09.01 21:04:49.921835 [ 3 ] {7bcbbcbd-466f-4531-af1e-724283236f56} <Debug> DynamicQueryHandler: Done processing query | ||
9963 | 2024.09.01 21:04:49.921860 [ 3 ] {7bcbbcbd-466f-4531-af1e-724283236f56} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9964 | 2024.09.01 21:04:49.921876 [ 3 ] {} <Debug> HTTP-Session: da9bea44-ff99-444e-81d4-b2740907bf43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9965 | 2024.09.01 21:04:49.922118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 172196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9966 | 2024.09.01 21:04:49.922165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9967 | 2024.09.01 21:04:49.922183 [ 3 ] {} <Debug> HTTP-Session: 2a9c667c-b007-4586-9b50-84a4f415a769 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9968 | 2024.09.01 21:04:49.922200 [ 3 ] {} <Debug> HTTP-Session: 2a9c667c-b007-4586-9b50-84a4f415a769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9969 | 2024.09.01 21:04:49.922214 [ 3 ] {} <Debug> HTTP-Session: 2a9c667c-b007-4586-9b50-84a4f415a769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9970 | 2024.09.01 21:04:49.922244 [ 3 ] {} <Trace> HTTP-Session: 2a9c667c-b007-4586-9b50-84a4f415a769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9971 | 2024.09.01 21:04:49.922666 [ 3 ] {54c3c287-90a1-4d4b-9598-75e01fe89c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9972 | 2024.09.01 21:04:49.922712 [ 3 ] {54c3c287-90a1-4d4b-9598-75e01fe89c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9973 | 2024.09.01 21:04:49.922854 [ 3 ] {54c3c287-90a1-4d4b-9598-75e01fe89c65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9974 | 2024.09.01 21:04:49.923656 [ 3 ] {54c3c287-90a1-4d4b-9598-75e01fe89c65} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9975 | 2024.09.01 21:04:49.923692 [ 3 ] {54c3c287-90a1-4d4b-9598-75e01fe89c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9976 | 2024.09.01 21:04:49.924131 [ 3 ] {54c3c287-90a1-4d4b-9598-75e01fe89c65} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9977 | 2024.09.01 21:04:49.924474 [ 3 ] {54c3c287-90a1-4d4b-9598-75e01fe89c65} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9978 | 2024.09.01 21:04:49.924604 [ 3 ] {54c3c287-90a1-4d4b-9598-75e01fe89c65} <Debug> executeQuery: Read 910 rows, 62.23 KiB in 0.00222 sec., 409909.9099099099 rows/sec., 27.38 MiB/sec. | ||
9979 | 2024.09.01 21:04:49.924767 [ 3 ] {54c3c287-90a1-4d4b-9598-75e01fe89c65} <Debug> DynamicQueryHandler: Done processing query | ||
9980 | 2024.09.01 21:04:49.924791 [ 3 ] {54c3c287-90a1-4d4b-9598-75e01fe89c65} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
9981 | 2024.09.01 21:04:49.924807 [ 3 ] {} <Debug> HTTP-Session: 2a9c667c-b007-4586-9b50-84a4f415a769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9982 | 2024.09.01 21:04:49.924952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9983 | 2024.09.01 21:04:49.925000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9984 | 2024.09.01 21:04:49.925019 [ 3 ] {} <Debug> HTTP-Session: ed9b206b-6790-4838-91d2-d1d5542df00e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
9985 | 2024.09.01 21:04:49.925035 [ 3 ] {} <Debug> HTTP-Session: ed9b206b-6790-4838-91d2-d1d5542df00e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9986 | 2024.09.01 21:04:49.925049 [ 3 ] {} <Debug> HTTP-Session: ed9b206b-6790-4838-91d2-d1d5542df00e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9987 | 2024.09.01 21:04:49.925080 [ 3 ] {} <Trace> HTTP-Session: ed9b206b-6790-4838-91d2-d1d5542df00e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9988 | 2024.09.01 21:04:49.925174 [ 3 ] {607f2065-8b13-45d9-86e3-ae7fa21027ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9989 | 2024.09.01 21:04:49.925219 [ 3 ] {607f2065-8b13-45d9-86e3-ae7fa21027ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9990 | 2024.09.01 21:04:49.925347 [ 3 ] {607f2065-8b13-45d9-86e3-ae7fa21027ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9991 | 2024.09.01 21:04:49.925656 [ 3 ] {607f2065-8b13-45d9-86e3-ae7fa21027ca} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9992 | 2024.09.01 21:04:49.925690 [ 3 ] {607f2065-8b13-45d9-86e3-ae7fa21027ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
9993 | 2024.09.01 21:04:49.926036 [ 3 ] {607f2065-8b13-45d9-86e3-ae7fa21027ca} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9994 | 2024.09.01 21:04:49.926354 [ 3 ] {607f2065-8b13-45d9-86e3-ae7fa21027ca} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9995 | 2024.09.01 21:04:49.926480 [ 3 ] {607f2065-8b13-45d9-86e3-ae7fa21027ca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec. | ||
9996 | 2024.09.01 21:04:49.926779 [ 3 ] {607f2065-8b13-45d9-86e3-ae7fa21027ca} <Debug> DynamicQueryHandler: Done processing query | ||
9997 | 2024.09.01 21:04:49.926804 [ 3 ] {607f2065-8b13-45d9-86e3-ae7fa21027ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9998 | 2024.09.01 21:04:49.926820 [ 3 ] {} <Debug> HTTP-Session: ed9b206b-6790-4838-91d2-d1d5542df00e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9999 | 2024.09.01 21:04:49.926931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 14231, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10000 | 2024.09.01 21:04:49.926978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10001 | 2024.09.01 21:04:49.926997 [ 3 ] {} <Debug> HTTP-Session: dd5dcf38-309e-4c87-a845-dcc8b5e0f0d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10002 | 2024.09.01 21:04:49.927014 [ 3 ] {} <Debug> HTTP-Session: dd5dcf38-309e-4c87-a845-dcc8b5e0f0d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10003 | 2024.09.01 21:04:49.927028 [ 3 ] {} <Debug> HTTP-Session: dd5dcf38-309e-4c87-a845-dcc8b5e0f0d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10004 | 2024.09.01 21:04:49.927059 [ 3 ] {} <Trace> HTTP-Session: dd5dcf38-309e-4c87-a845-dcc8b5e0f0d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10005 | 2024.09.01 21:04:49.927216 [ 3 ] {ecaa2cb6-48d1-4870-87b3-98eb18dd2682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10006 | 2024.09.01 21:04:49.927286 [ 3 ] {ecaa2cb6-48d1-4870-87b3-98eb18dd2682} <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 | ||
10007 | 2024.09.01 21:04:49.927713 [ 3 ] {ecaa2cb6-48d1-4870-87b3-98eb18dd2682} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10008 | 2024.09.01 21:04:49.928197 [ 3 ] {ecaa2cb6-48d1-4870-87b3-98eb18dd2682} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10009 | 2024.09.01 21:04:49.928232 [ 3 ] {ecaa2cb6-48d1-4870-87b3-98eb18dd2682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10010 | 2024.09.01 21:04:49.928809 [ 3 ] {ecaa2cb6-48d1-4870-87b3-98eb18dd2682} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10011 | 2024.09.01 21:04:49.929221 [ 3 ] {ecaa2cb6-48d1-4870-87b3-98eb18dd2682} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10012 | 2024.09.01 21:04:49.929369 [ 3 ] {ecaa2cb6-48d1-4870-87b3-98eb18dd2682} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002234 sec., 3581.020590868398 rows/sec., 6.42 MiB/sec. | ||
10013 | 2024.09.01 21:04:49.929563 [ 3 ] {ecaa2cb6-48d1-4870-87b3-98eb18dd2682} <Debug> DynamicQueryHandler: Done processing query | ||
10014 | 2024.09.01 21:04:49.929587 [ 3 ] {ecaa2cb6-48d1-4870-87b3-98eb18dd2682} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10015 | 2024.09.01 21:04:49.929603 [ 3 ] {} <Debug> HTTP-Session: dd5dcf38-309e-4c87-a845-dcc8b5e0f0d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10016 | 2024.09.01 21:04:49.929732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10017 | 2024.09.01 21:04:49.929779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10018 | 2024.09.01 21:04:49.929798 [ 3 ] {} <Debug> HTTP-Session: bd5adc61-49cd-4edc-8c33-7b83718ff299 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10019 | 2024.09.01 21:04:49.929815 [ 3 ] {} <Debug> HTTP-Session: bd5adc61-49cd-4edc-8c33-7b83718ff299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10020 | 2024.09.01 21:04:49.929828 [ 3 ] {} <Debug> HTTP-Session: bd5adc61-49cd-4edc-8c33-7b83718ff299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10021 | 2024.09.01 21:04:49.929859 [ 3 ] {} <Trace> HTTP-Session: bd5adc61-49cd-4edc-8c33-7b83718ff299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10022 | 2024.09.01 21:04:49.929977 [ 3 ] {006b1c55-cb28-458a-8267-bee0cc31f449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10023 | 2024.09.01 21:04:49.930021 [ 3 ] {006b1c55-cb28-458a-8267-bee0cc31f449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10024 | 2024.09.01 21:04:49.930146 [ 3 ] {006b1c55-cb28-458a-8267-bee0cc31f449} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10025 | 2024.09.01 21:04:49.930453 [ 3 ] {006b1c55-cb28-458a-8267-bee0cc31f449} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10026 | 2024.09.01 21:04:49.930488 [ 3 ] {006b1c55-cb28-458a-8267-bee0cc31f449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10027 | 2024.09.01 21:04:49.930848 [ 3 ] {006b1c55-cb28-458a-8267-bee0cc31f449} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10028 | 2024.09.01 21:04:49.931170 [ 3 ] {006b1c55-cb28-458a-8267-bee0cc31f449} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10029 | 2024.09.01 21:04:49.931295 [ 3 ] {006b1c55-cb28-458a-8267-bee0cc31f449} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.001362 sec., 55800.293685756245 rows/sec., 3.53 MiB/sec. | ||
10030 | 2024.09.01 21:04:49.931453 [ 3 ] {006b1c55-cb28-458a-8267-bee0cc31f449} <Debug> DynamicQueryHandler: Done processing query | ||
10031 | 2024.09.01 21:04:49.931476 [ 3 ] {006b1c55-cb28-458a-8267-bee0cc31f449} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10032 | 2024.09.01 21:04:49.931492 [ 3 ] {} <Debug> HTTP-Session: bd5adc61-49cd-4edc-8c33-7b83718ff299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10033 | 2024.09.01 21:04:50.851504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10034 | 2024.09.01 21:04:50.851623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10035 | 2024.09.01 21:04:50.851653 [ 3 ] {} <Debug> HTTP-Session: 10dfb688-b7eb-43a9-b0a4-67b03abe9790 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10036 | 2024.09.01 21:04:50.851681 [ 3 ] {} <Debug> HTTP-Session: 10dfb688-b7eb-43a9-b0a4-67b03abe9790 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10037 | 2024.09.01 21:04:50.851699 [ 3 ] {} <Debug> HTTP-Session: 10dfb688-b7eb-43a9-b0a4-67b03abe9790 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10038 | 2024.09.01 21:04:50.851752 [ 3 ] {} <Trace> HTTP-Session: 10dfb688-b7eb-43a9-b0a4-67b03abe9790 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10039 | 2024.09.01 21:04:50.851940 [ 3 ] {2c7d6365-38ff-4bfb-9793-c08111175d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10040 | 2024.09.01 21:04:50.852013 [ 3 ] {2c7d6365-38ff-4bfb-9793-c08111175d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10041 | 2024.09.01 21:04:50.852337 [ 3 ] {2c7d6365-38ff-4bfb-9793-c08111175d8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10042 | 2024.09.01 21:04:50.852732 [ 3 ] {2c7d6365-38ff-4bfb-9793-c08111175d8b} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10043 | 2024.09.01 21:04:50.852772 [ 3 ] {2c7d6365-38ff-4bfb-9793-c08111175d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10044 | 2024.09.01 21:04:50.853173 [ 3 ] {2c7d6365-38ff-4bfb-9793-c08111175d8b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10045 | 2024.09.01 21:04:50.853561 [ 3 ] {2c7d6365-38ff-4bfb-9793-c08111175d8b} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10046 | 2024.09.01 21:04:50.853707 [ 3 ] {2c7d6365-38ff-4bfb-9793-c08111175d8b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001825 sec., 1095.890410958904 rows/sec., 89.36 KiB/sec. | ||
10047 | 2024.09.01 21:04:50.853905 [ 3 ] {2c7d6365-38ff-4bfb-9793-c08111175d8b} <Debug> DynamicQueryHandler: Done processing query | ||
10048 | 2024.09.01 21:04:50.853931 [ 3 ] {2c7d6365-38ff-4bfb-9793-c08111175d8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10049 | 2024.09.01 21:04:50.853947 [ 3 ] {} <Debug> HTTP-Session: 10dfb688-b7eb-43a9-b0a4-67b03abe9790 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10050 | 2024.09.01 21:04:50.854081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12734, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10051 | 2024.09.01 21:04:50.854132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10052 | 2024.09.01 21:04:50.854152 [ 3 ] {} <Debug> HTTP-Session: 35a4de32-79b2-4768-9b72-7a4e2b3c62f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10053 | 2024.09.01 21:04:50.854170 [ 3 ] {} <Debug> HTTP-Session: 35a4de32-79b2-4768-9b72-7a4e2b3c62f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10054 | 2024.09.01 21:04:50.854185 [ 3 ] {} <Debug> HTTP-Session: 35a4de32-79b2-4768-9b72-7a4e2b3c62f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10055 | 2024.09.01 21:04:50.854218 [ 3 ] {} <Trace> HTTP-Session: 35a4de32-79b2-4768-9b72-7a4e2b3c62f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10056 | 2024.09.01 21:04:50.854349 [ 3 ] {e5483250-5804-452f-acc1-1bc25b5e7203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10057 | 2024.09.01 21:04:50.854395 [ 3 ] {e5483250-5804-452f-acc1-1bc25b5e7203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10058 | 2024.09.01 21:04:50.854626 [ 3 ] {e5483250-5804-452f-acc1-1bc25b5e7203} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10059 | 2024.09.01 21:04:50.855016 [ 3 ] {e5483250-5804-452f-acc1-1bc25b5e7203} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10060 | 2024.09.01 21:04:50.855052 [ 3 ] {e5483250-5804-452f-acc1-1bc25b5e7203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10061 | 2024.09.01 21:04:50.855413 [ 3 ] {e5483250-5804-452f-acc1-1bc25b5e7203} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10062 | 2024.09.01 21:04:50.855780 [ 3 ] {e5483250-5804-452f-acc1-1bc25b5e7203} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10063 | 2024.09.01 21:04:50.855908 [ 3 ] {e5483250-5804-452f-acc1-1bc25b5e7203} <Debug> executeQuery: Read 85 rows, 7.53 KiB in 0.001608 sec., 52860.69651741294 rows/sec., 4.58 MiB/sec. | ||
10064 | 2024.09.01 21:04:50.856167 [ 3 ] {e5483250-5804-452f-acc1-1bc25b5e7203} <Debug> DynamicQueryHandler: Done processing query | ||
10065 | 2024.09.01 21:04:50.856223 [ 3 ] {e5483250-5804-452f-acc1-1bc25b5e7203} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10066 | 2024.09.01 21:04:50.856280 [ 3 ] {} <Debug> HTTP-Session: 35a4de32-79b2-4768-9b72-7a4e2b3c62f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10067 | 2024.09.01 21:04:50.856505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 4205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10068 | 2024.09.01 21:04:50.856558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10069 | 2024.09.01 21:04:50.856578 [ 3 ] {} <Debug> HTTP-Session: 0c811969-b905-40c5-afbe-545d8392f1a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10070 | 2024.09.01 21:04:50.856595 [ 3 ] {} <Debug> HTTP-Session: 0c811969-b905-40c5-afbe-545d8392f1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10071 | 2024.09.01 21:04:50.856609 [ 3 ] {} <Debug> HTTP-Session: 0c811969-b905-40c5-afbe-545d8392f1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10072 | 2024.09.01 21:04:50.856643 [ 3 ] {} <Trace> HTTP-Session: 0c811969-b905-40c5-afbe-545d8392f1a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10073 | 2024.09.01 21:04:50.856757 [ 3 ] {d7d29676-fe5a-4177-99ce-0d1c61d4fcbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10074 | 2024.09.01 21:04:50.856802 [ 3 ] {d7d29676-fe5a-4177-99ce-0d1c61d4fcbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10075 | 2024.09.01 21:04:50.857050 [ 3 ] {d7d29676-fe5a-4177-99ce-0d1c61d4fcbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10076 | 2024.09.01 21:04:50.857363 [ 3 ] {d7d29676-fe5a-4177-99ce-0d1c61d4fcbd} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10077 | 2024.09.01 21:04:50.857400 [ 3 ] {d7d29676-fe5a-4177-99ce-0d1c61d4fcbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10078 | 2024.09.01 21:04:50.857750 [ 3 ] {d7d29676-fe5a-4177-99ce-0d1c61d4fcbd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10079 | 2024.09.01 21:04:50.858105 [ 3 ] {d7d29676-fe5a-4177-99ce-0d1c61d4fcbd} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10080 | 2024.09.01 21:04:50.858242 [ 3 ] {d7d29676-fe5a-4177-99ce-0d1c61d4fcbd} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001516 sec., 19129.287598944593 rows/sec., 1.40 MiB/sec. | ||
10081 | 2024.09.01 21:04:50.858318 [ 61 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10082 | 2024.09.01 21:04:50.858443 [ 61 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10083 | 2024.09.01 21:04:50.858470 [ 3 ] {d7d29676-fe5a-4177-99ce-0d1c61d4fcbd} <Debug> DynamicQueryHandler: Done processing query | ||
10084 | 2024.09.01 21:04:50.858488 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10085 | 2024.09.01 21:04:50.858514 [ 3 ] {d7d29676-fe5a-4177-99ce-0d1c61d4fcbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10086 | 2024.09.01 21:04:50.858545 [ 3 ] {} <Debug> HTTP-Session: 0c811969-b905-40c5-afbe-545d8392f1a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10087 | 2024.09.01 21:04:50.858696 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
10088 | 2024.09.01 21:04:50.858721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10089 | 2024.09.01 21:04:50.858831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10090 | 2024.09.01 21:04:50.858895 [ 3 ] {} <Debug> HTTP-Session: 2634f518-5cfc-4774-99df-56e5502c29f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10091 | 2024.09.01 21:04:50.858953 [ 3 ] {} <Debug> HTTP-Session: 2634f518-5cfc-4774-99df-56e5502c29f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10092 | 2024.09.01 21:04:50.859000 [ 3 ] {} <Debug> HTTP-Session: 2634f518-5cfc-4774-99df-56e5502c29f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10093 | 2024.09.01 21:04:50.859039 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10094 | 2024.09.01 21:04:50.859111 [ 3 ] {} <Trace> HTTP-Session: 2634f518-5cfc-4774-99df-56e5502c29f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10095 | 2024.09.01 21:04:50.859125 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 53 rows starting from the beginning of the part | ||
10096 | 2024.09.01 21:04:50.859459 [ 3 ] {492ee18b-bf19-4d12-aeee-fd3dd91267dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10097 | 2024.09.01 21:04:50.859464 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 2 rows starting from the beginning of the part | ||
10098 | 2024.09.01 21:04:50.859573 [ 3 ] {492ee18b-bf19-4d12-aeee-fd3dd91267dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10099 | 2024.09.01 21:04:50.859756 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 35 rows starting from the beginning of the part | ||
10100 | 2024.09.01 21:04:50.860145 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 10 rows starting from the beginning of the part | ||
10101 | 2024.09.01 21:04:50.860599 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 10 rows starting from the beginning of the part | ||
10102 | 2024.09.01 21:04:50.860930 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 29 rows starting from the beginning of the part | ||
10103 | 2024.09.01 21:04:50.861660 [ 3 ] {492ee18b-bf19-4d12-aeee-fd3dd91267dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10104 | 2024.09.01 21:04:50.862555 [ 3 ] {492ee18b-bf19-4d12-aeee-fd3dd91267dd} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10105 | 2024.09.01 21:04:50.862620 [ 3 ] {492ee18b-bf19-4d12-aeee-fd3dd91267dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10106 | 2024.09.01 21:04:50.863739 [ 3 ] {492ee18b-bf19-4d12-aeee-fd3dd91267dd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10107 | 2024.09.01 21:04:50.863995 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 139 rows, containing 5 columns (5 merged, 0 gathered) in 0.005402532 sec., 25728.676850039945 rows/sec., 1.96 MiB/sec. | ||
10108 | 2024.09.01 21:04:50.864284 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10109 | 2024.09.01 21:04:50.864610 [ 3 ] {492ee18b-bf19-4d12-aeee-fd3dd91267dd} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10110 | 2024.09.01 21:04:50.865099 [ 3 ] {492ee18b-bf19-4d12-aeee-fd3dd91267dd} <Debug> executeQuery: Read 65 rows, 5.20 KiB in 0.005817 sec., 11174.144748151968 rows/sec., 894.64 KiB/sec. | ||
10111 | 2024.09.01 21:04:50.865375 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_46_9} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10112 | 2024.09.01 21:04:50.865484 [ 3 ] {492ee18b-bf19-4d12-aeee-fd3dd91267dd} <Debug> DynamicQueryHandler: Done processing query | ||
10113 | 2024.09.01 21:04:50.865497 [ 193 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_46_9} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10114 | 2024.09.01 21:04:50.865524 [ 3 ] {492ee18b-bf19-4d12-aeee-fd3dd91267dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10115 | 2024.09.01 21:04:50.865552 [ 3 ] {} <Debug> HTTP-Session: 2634f518-5cfc-4774-99df-56e5502c29f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10116 | 2024.09.01 21:04:50.865685 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
10117 | 2024.09.01 21:04:50.865739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 2554, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10118 | 2024.09.01 21:04:50.865795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10119 | 2024.09.01 21:04:50.865815 [ 3 ] {} <Debug> HTTP-Session: 4c85187c-e079-4597-b221-4bd5797cd48c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10120 | 2024.09.01 21:04:50.865831 [ 3 ] {} <Debug> HTTP-Session: 4c85187c-e079-4597-b221-4bd5797cd48c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10121 | 2024.09.01 21:04:50.865845 [ 3 ] {} <Debug> HTTP-Session: 4c85187c-e079-4597-b221-4bd5797cd48c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10122 | 2024.09.01 21:04:50.865878 [ 3 ] {} <Trace> HTTP-Session: 4c85187c-e079-4597-b221-4bd5797cd48c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10123 | 2024.09.01 21:04:50.865994 [ 3 ] {dd9d3429-0603-4a0e-945c-91b5d7055fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10124 | 2024.09.01 21:04:50.866043 [ 3 ] {dd9d3429-0603-4a0e-945c-91b5d7055fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10125 | 2024.09.01 21:04:50.866214 [ 3 ] {dd9d3429-0603-4a0e-945c-91b5d7055fc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10126 | 2024.09.01 21:04:50.866512 [ 3 ] {dd9d3429-0603-4a0e-945c-91b5d7055fc6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10127 | 2024.09.01 21:04:50.866548 [ 3 ] {dd9d3429-0603-4a0e-945c-91b5d7055fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10128 | 2024.09.01 21:04:50.866937 [ 3 ] {dd9d3429-0603-4a0e-945c-91b5d7055fc6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10129 | 2024.09.01 21:04:50.867282 [ 3 ] {dd9d3429-0603-4a0e-945c-91b5d7055fc6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10130 | 2024.09.01 21:04:50.867445 [ 3 ] {dd9d3429-0603-4a0e-945c-91b5d7055fc6} <Debug> executeQuery: Read 13 rows, 955.00 B in 0.001477 sec., 8801.624915368991 rows/sec., 631.43 KiB/sec. | ||
10131 | 2024.09.01 21:04:50.867631 [ 3 ] {dd9d3429-0603-4a0e-945c-91b5d7055fc6} <Debug> DynamicQueryHandler: Done processing query | ||
10132 | 2024.09.01 21:04:50.867668 [ 3 ] {dd9d3429-0603-4a0e-945c-91b5d7055fc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10133 | 2024.09.01 21:04:50.867694 [ 3 ] {} <Debug> HTTP-Session: 4c85187c-e079-4597-b221-4bd5797cd48c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10134 | 2024.09.01 21:04:50.867844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10135 | 2024.09.01 21:04:50.867891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10136 | 2024.09.01 21:04:50.867910 [ 3 ] {} <Debug> HTTP-Session: 0df10165-a2cf-4413-80a9-bdcd86faed95 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10137 | 2024.09.01 21:04:50.867926 [ 3 ] {} <Debug> HTTP-Session: 0df10165-a2cf-4413-80a9-bdcd86faed95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10138 | 2024.09.01 21:04:50.867940 [ 3 ] {} <Debug> HTTP-Session: 0df10165-a2cf-4413-80a9-bdcd86faed95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10139 | 2024.09.01 21:04:50.867970 [ 3 ] {} <Trace> HTTP-Session: 0df10165-a2cf-4413-80a9-bdcd86faed95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10140 | 2024.09.01 21:04:50.868269 [ 3 ] {8c474244-bc34-4165-a11c-d62af592c278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10141 | 2024.09.01 21:04:50.868332 [ 3 ] {8c474244-bc34-4165-a11c-d62af592c278} <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 | ||
10142 | 2024.09.01 21:04:50.868752 [ 3 ] {8c474244-bc34-4165-a11c-d62af592c278} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10143 | 2024.09.01 21:04:50.869641 [ 3 ] {8c474244-bc34-4165-a11c-d62af592c278} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10144 | 2024.09.01 21:04:50.869677 [ 3 ] {8c474244-bc34-4165-a11c-d62af592c278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10145 | 2024.09.01 21:04:50.870307 [ 3 ] {8c474244-bc34-4165-a11c-d62af592c278} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10146 | 2024.09.01 21:04:50.870720 [ 3 ] {8c474244-bc34-4165-a11c-d62af592c278} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10147 | 2024.09.01 21:04:50.870921 [ 3 ] {8c474244-bc34-4165-a11c-d62af592c278} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002868 sec., 9414.225941422594 rows/sec., 16.87 MiB/sec. | ||
10148 | 2024.09.01 21:04:50.871160 [ 3 ] {8c474244-bc34-4165-a11c-d62af592c278} <Debug> DynamicQueryHandler: Done processing query | ||
10149 | 2024.09.01 21:04:50.871184 [ 3 ] {8c474244-bc34-4165-a11c-d62af592c278} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10150 | 2024.09.01 21:04:50.871200 [ 3 ] {} <Debug> HTTP-Session: 0df10165-a2cf-4413-80a9-bdcd86faed95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10151 | 2024.09.01 21:04:50.871329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10152 | 2024.09.01 21:04:50.871379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10153 | 2024.09.01 21:04:50.871397 [ 3 ] {} <Debug> HTTP-Session: f02c3d4d-3091-43f8-8721-7607e0765bab Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10154 | 2024.09.01 21:04:50.871414 [ 3 ] {} <Debug> HTTP-Session: f02c3d4d-3091-43f8-8721-7607e0765bab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10155 | 2024.09.01 21:04:50.871428 [ 3 ] {} <Debug> HTTP-Session: f02c3d4d-3091-43f8-8721-7607e0765bab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10156 | 2024.09.01 21:04:50.871458 [ 3 ] {} <Trace> HTTP-Session: f02c3d4d-3091-43f8-8721-7607e0765bab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10157 | 2024.09.01 21:04:50.871556 [ 3 ] {1c169d49-e710-4f8d-b8ba-6cada900f0f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10158 | 2024.09.01 21:04:50.871601 [ 3 ] {1c169d49-e710-4f8d-b8ba-6cada900f0f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10159 | 2024.09.01 21:04:50.871729 [ 3 ] {1c169d49-e710-4f8d-b8ba-6cada900f0f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10160 | 2024.09.01 21:04:50.872025 [ 3 ] {1c169d49-e710-4f8d-b8ba-6cada900f0f7} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10161 | 2024.09.01 21:04:50.872060 [ 3 ] {1c169d49-e710-4f8d-b8ba-6cada900f0f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10162 | 2024.09.01 21:04:50.872417 [ 3 ] {1c169d49-e710-4f8d-b8ba-6cada900f0f7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10163 | 2024.09.01 21:04:50.872746 [ 3 ] {1c169d49-e710-4f8d-b8ba-6cada900f0f7} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10164 | 2024.09.01 21:04:50.872901 [ 3 ] {1c169d49-e710-4f8d-b8ba-6cada900f0f7} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001364 sec., 4398.826979472141 rows/sec., 298.55 KiB/sec. | ||
10165 | 2024.09.01 21:04:50.873062 [ 3 ] {1c169d49-e710-4f8d-b8ba-6cada900f0f7} <Debug> DynamicQueryHandler: Done processing query | ||
10166 | 2024.09.01 21:04:50.873086 [ 3 ] {1c169d49-e710-4f8d-b8ba-6cada900f0f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10167 | 2024.09.01 21:04:50.873101 [ 3 ] {} <Debug> HTTP-Session: f02c3d4d-3091-43f8-8721-7607e0765bab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10168 | 2024.09.01 21:04:54.018900 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10169 | 2024.09.01 21:04:54.018964 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10170 | 2024.09.01 21:04:55.857257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10171 | 2024.09.01 21:04:55.857414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10172 | 2024.09.01 21:04:55.857456 [ 3 ] {} <Debug> HTTP-Session: 43a1c001-d35f-4836-9a75-f88c2c6c3601 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10173 | 2024.09.01 21:04:55.857490 [ 3 ] {} <Debug> HTTP-Session: 43a1c001-d35f-4836-9a75-f88c2c6c3601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10174 | 2024.09.01 21:04:55.857513 [ 3 ] {} <Debug> HTTP-Session: 43a1c001-d35f-4836-9a75-f88c2c6c3601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10175 | 2024.09.01 21:04:55.857580 [ 3 ] {} <Trace> HTTP-Session: 43a1c001-d35f-4836-9a75-f88c2c6c3601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10176 | 2024.09.01 21:04:55.857861 [ 3 ] {9b7696fe-e7fa-42c2-80a3-600bf3781630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10177 | 2024.09.01 21:04:55.857953 [ 3 ] {9b7696fe-e7fa-42c2-80a3-600bf3781630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10178 | 2024.09.01 21:04:55.858423 [ 3 ] {9b7696fe-e7fa-42c2-80a3-600bf3781630} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10179 | 2024.09.01 21:04:55.859018 [ 3 ] {9b7696fe-e7fa-42c2-80a3-600bf3781630} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10180 | 2024.09.01 21:04:55.859079 [ 3 ] {9b7696fe-e7fa-42c2-80a3-600bf3781630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10181 | 2024.09.01 21:04:55.859698 [ 3 ] {9b7696fe-e7fa-42c2-80a3-600bf3781630} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10182 | 2024.09.01 21:04:55.860234 [ 3 ] {9b7696fe-e7fa-42c2-80a3-600bf3781630} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10183 | 2024.09.01 21:04:55.860407 [ 3 ] {9b7696fe-e7fa-42c2-80a3-600bf3781630} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.002641 sec., 22718.667171525936 rows/sec., 1.76 MiB/sec. | ||
10184 | 2024.09.01 21:04:55.860644 [ 3 ] {9b7696fe-e7fa-42c2-80a3-600bf3781630} <Debug> DynamicQueryHandler: Done processing query | ||
10185 | 2024.09.01 21:04:55.860672 [ 3 ] {9b7696fe-e7fa-42c2-80a3-600bf3781630} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10186 | 2024.09.01 21:04:55.860689 [ 3 ] {} <Debug> HTTP-Session: 43a1c001-d35f-4836-9a75-f88c2c6c3601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10187 | 2024.09.01 21:04:55.860827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10188 | 2024.09.01 21:04:55.860885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10189 | 2024.09.01 21:04:55.860903 [ 3 ] {} <Debug> HTTP-Session: 23711e4b-4843-4835-972d-4963e58db29e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10190 | 2024.09.01 21:04:55.860920 [ 3 ] {} <Debug> HTTP-Session: 23711e4b-4843-4835-972d-4963e58db29e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10191 | 2024.09.01 21:04:55.860934 [ 3 ] {} <Debug> HTTP-Session: 23711e4b-4843-4835-972d-4963e58db29e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10192 | 2024.09.01 21:04:55.860971 [ 3 ] {} <Trace> HTTP-Session: 23711e4b-4843-4835-972d-4963e58db29e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10193 | 2024.09.01 21:04:55.861076 [ 3 ] {df19d923-e1ba-412a-816c-b632f99a49b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10194 | 2024.09.01 21:04:55.861124 [ 3 ] {df19d923-e1ba-412a-816c-b632f99a49b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10195 | 2024.09.01 21:04:55.861367 [ 3 ] {df19d923-e1ba-412a-816c-b632f99a49b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10196 | 2024.09.01 21:04:55.861701 [ 3 ] {df19d923-e1ba-412a-816c-b632f99a49b8} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10197 | 2024.09.01 21:04:55.861738 [ 3 ] {df19d923-e1ba-412a-816c-b632f99a49b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10198 | 2024.09.01 21:04:55.862095 [ 3 ] {df19d923-e1ba-412a-816c-b632f99a49b8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10199 | 2024.09.01 21:04:55.862454 [ 3 ] {df19d923-e1ba-412a-816c-b632f99a49b8} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10200 | 2024.09.01 21:04:55.862617 [ 3 ] {df19d923-e1ba-412a-816c-b632f99a49b8} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001561 sec., 1281.2299807815502 rows/sec., 96.34 KiB/sec. | ||
10201 | 2024.09.01 21:04:55.862831 [ 3 ] {df19d923-e1ba-412a-816c-b632f99a49b8} <Debug> DynamicQueryHandler: Done processing query | ||
10202 | 2024.09.01 21:04:55.862857 [ 3 ] {df19d923-e1ba-412a-816c-b632f99a49b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10203 | 2024.09.01 21:04:55.862872 [ 3 ] {} <Debug> HTTP-Session: 23711e4b-4843-4835-972d-4963e58db29e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10204 | 2024.09.01 21:04:55.863002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10205 | 2024.09.01 21:04:55.863057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10206 | 2024.09.01 21:04:55.863076 [ 3 ] {} <Debug> HTTP-Session: 7679e9bb-199c-42ef-b3ad-124522c7cf2c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10207 | 2024.09.01 21:04:55.863094 [ 3 ] {} <Debug> HTTP-Session: 7679e9bb-199c-42ef-b3ad-124522c7cf2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10208 | 2024.09.01 21:04:55.863108 [ 3 ] {} <Debug> HTTP-Session: 7679e9bb-199c-42ef-b3ad-124522c7cf2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10209 | 2024.09.01 21:04:55.863143 [ 3 ] {} <Trace> HTTP-Session: 7679e9bb-199c-42ef-b3ad-124522c7cf2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10210 | 2024.09.01 21:04:55.863267 [ 3 ] {8aa18fc7-663b-4b0b-a6d9-b0303f28f570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10211 | 2024.09.01 21:04:55.863313 [ 3 ] {8aa18fc7-663b-4b0b-a6d9-b0303f28f570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10212 | 2024.09.01 21:04:55.863540 [ 3 ] {8aa18fc7-663b-4b0b-a6d9-b0303f28f570} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10213 | 2024.09.01 21:04:55.863892 [ 3 ] {8aa18fc7-663b-4b0b-a6d9-b0303f28f570} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10214 | 2024.09.01 21:04:55.863930 [ 3 ] {8aa18fc7-663b-4b0b-a6d9-b0303f28f570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10215 | 2024.09.01 21:04:55.864290 [ 3 ] {8aa18fc7-663b-4b0b-a6d9-b0303f28f570} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10216 | 2024.09.01 21:04:55.864643 [ 3 ] {8aa18fc7-663b-4b0b-a6d9-b0303f28f570} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10217 | 2024.09.01 21:04:55.864799 [ 3 ] {8aa18fc7-663b-4b0b-a6d9-b0303f28f570} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00157 sec., 42038.21656050955 rows/sec., 3.28 MiB/sec. | ||
10218 | 2024.09.01 21:04:55.865066 [ 3 ] {8aa18fc7-663b-4b0b-a6d9-b0303f28f570} <Debug> DynamicQueryHandler: Done processing query | ||
10219 | 2024.09.01 21:04:55.865123 [ 3 ] {8aa18fc7-663b-4b0b-a6d9-b0303f28f570} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10220 | 2024.09.01 21:04:55.865183 [ 3 ] {} <Debug> HTTP-Session: 7679e9bb-199c-42ef-b3ad-124522c7cf2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10221 | 2024.09.01 21:04:55.865407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10222 | 2024.09.01 21:04:55.865462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10223 | 2024.09.01 21:04:55.865481 [ 3 ] {} <Debug> HTTP-Session: efa5116b-a80b-455d-9368-d73dc1ed1a49 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10224 | 2024.09.01 21:04:55.865498 [ 3 ] {} <Debug> HTTP-Session: efa5116b-a80b-455d-9368-d73dc1ed1a49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10225 | 2024.09.01 21:04:55.865512 [ 3 ] {} <Debug> HTTP-Session: efa5116b-a80b-455d-9368-d73dc1ed1a49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10226 | 2024.09.01 21:04:55.865546 [ 3 ] {} <Trace> HTTP-Session: efa5116b-a80b-455d-9368-d73dc1ed1a49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10227 | 2024.09.01 21:04:55.865696 [ 3 ] {f3cdd60a-5f2b-4785-875c-554ab8721005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10228 | 2024.09.01 21:04:55.865746 [ 3 ] {f3cdd60a-5f2b-4785-875c-554ab8721005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10229 | 2024.09.01 21:04:55.865912 [ 3 ] {f3cdd60a-5f2b-4785-875c-554ab8721005} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10230 | 2024.09.01 21:04:55.866292 [ 3 ] {f3cdd60a-5f2b-4785-875c-554ab8721005} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10231 | 2024.09.01 21:04:55.866329 [ 3 ] {f3cdd60a-5f2b-4785-875c-554ab8721005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10232 | 2024.09.01 21:04:55.866711 [ 3 ] {f3cdd60a-5f2b-4785-875c-554ab8721005} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10233 | 2024.09.01 21:04:55.867054 [ 3 ] {f3cdd60a-5f2b-4785-875c-554ab8721005} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10234 | 2024.09.01 21:04:55.867205 [ 3 ] {f3cdd60a-5f2b-4785-875c-554ab8721005} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
10235 | 2024.09.01 21:04:55.867380 [ 3 ] {f3cdd60a-5f2b-4785-875c-554ab8721005} <Debug> DynamicQueryHandler: Done processing query | ||
10236 | 2024.09.01 21:04:55.867404 [ 3 ] {f3cdd60a-5f2b-4785-875c-554ab8721005} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10237 | 2024.09.01 21:04:55.867420 [ 3 ] {} <Debug> HTTP-Session: efa5116b-a80b-455d-9368-d73dc1ed1a49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10238 | 2024.09.01 21:04:55.867541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10239 | 2024.09.01 21:04:55.867592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10240 | 2024.09.01 21:04:55.867611 [ 3 ] {} <Debug> HTTP-Session: 16acfc79-d341-40d2-a679-8b7ea98915b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10241 | 2024.09.01 21:04:55.867630 [ 3 ] {} <Debug> HTTP-Session: 16acfc79-d341-40d2-a679-8b7ea98915b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10242 | 2024.09.01 21:04:55.867645 [ 3 ] {} <Debug> HTTP-Session: 16acfc79-d341-40d2-a679-8b7ea98915b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10243 | 2024.09.01 21:04:55.867678 [ 3 ] {} <Trace> HTTP-Session: 16acfc79-d341-40d2-a679-8b7ea98915b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10244 | 2024.09.01 21:04:55.867810 [ 3 ] {3e62f41b-3a4d-4802-bbde-0c684caf51b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10245 | 2024.09.01 21:04:55.867877 [ 3 ] {3e62f41b-3a4d-4802-bbde-0c684caf51b5} <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 | ||
10246 | 2024.09.01 21:04:55.868291 [ 3 ] {3e62f41b-3a4d-4802-bbde-0c684caf51b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10247 | 2024.09.01 21:04:55.868828 [ 3 ] {3e62f41b-3a4d-4802-bbde-0c684caf51b5} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10248 | 2024.09.01 21:04:55.868868 [ 3 ] {3e62f41b-3a4d-4802-bbde-0c684caf51b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10249 | 2024.09.01 21:04:55.869475 [ 3 ] {3e62f41b-3a4d-4802-bbde-0c684caf51b5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10250 | 2024.09.01 21:04:55.869903 [ 3 ] {3e62f41b-3a4d-4802-bbde-0c684caf51b5} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10251 | 2024.09.01 21:04:55.870093 [ 153 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10252 | 2024.09.01 21:04:55.870102 [ 3 ] {3e62f41b-3a4d-4802-bbde-0c684caf51b5} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002339 sec., 855.0662676357418 rows/sec., 1.53 MiB/sec. | ||
10253 | 2024.09.01 21:04:55.870172 [ 153 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10254 | 2024.09.01 21:04:55.870238 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
10255 | 2024.09.01 21:04:55.870676 [ 188 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
10256 | 2024.09.01 21:04:55.871105 [ 3 ] {3e62f41b-3a4d-4802-bbde-0c684caf51b5} <Debug> DynamicQueryHandler: Done processing query | ||
10257 | 2024.09.01 21:04:55.871184 [ 3 ] {3e62f41b-3a4d-4802-bbde-0c684caf51b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10258 | 2024.09.01 21:04:55.871284 [ 3 ] {} <Debug> HTTP-Session: 16acfc79-d341-40d2-a679-8b7ea98915b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10259 | 2024.09.01 21:04:55.871608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10260 | 2024.09.01 21:04:55.871794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10261 | 2024.09.01 21:04:55.871897 [ 3 ] {} <Debug> HTTP-Session: 67009161-6526-4b55-adce-4c3596159184 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10262 | 2024.09.01 21:04:55.871957 [ 3 ] {} <Debug> HTTP-Session: 67009161-6526-4b55-adce-4c3596159184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10263 | 2024.09.01 21:04:55.871982 [ 3 ] {} <Debug> HTTP-Session: 67009161-6526-4b55-adce-4c3596159184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10264 | 2024.09.01 21:04:55.872033 [ 3 ] {} <Trace> HTTP-Session: 67009161-6526-4b55-adce-4c3596159184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10265 | 2024.09.01 21:04:55.872148 [ 188 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10266 | 2024.09.01 21:04:55.872211 [ 3 ] {09cb8210-20d4-412c-806b-ecbd7c6f9769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10267 | 2024.09.01 21:04:55.872231 [ 188 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 792 rows starting from the beginning of the part | ||
10268 | 2024.09.01 21:04:55.872268 [ 3 ] {09cb8210-20d4-412c-806b-ecbd7c6f9769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10269 | 2024.09.01 21:04:55.872738 [ 188 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 35 rows starting from the beginning of the part | ||
10270 | 2024.09.01 21:04:55.872785 [ 3 ] {09cb8210-20d4-412c-806b-ecbd7c6f9769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10271 | 2024.09.01 21:04:55.873115 [ 188 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part | ||
10272 | 2024.09.01 21:04:55.873565 [ 188 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
10273 | 2024.09.01 21:04:55.873612 [ 3 ] {09cb8210-20d4-412c-806b-ecbd7c6f9769} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10274 | 2024.09.01 21:04:55.873662 [ 3 ] {09cb8210-20d4-412c-806b-ecbd7c6f9769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10275 | 2024.09.01 21:04:55.873911 [ 188 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 27 rows starting from the beginning of the part | ||
10276 | 2024.09.01 21:04:55.874274 [ 188 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2 rows starting from the beginning of the part | ||
10277 | 2024.09.01 21:04:55.874525 [ 3 ] {09cb8210-20d4-412c-806b-ecbd7c6f9769} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10278 | 2024.09.01 21:04:55.875093 [ 3 ] {09cb8210-20d4-412c-806b-ecbd7c6f9769} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10279 | 2024.09.01 21:04:55.875386 [ 3 ] {09cb8210-20d4-412c-806b-ecbd7c6f9769} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003245 sec., 18489.984591679506 rows/sec., 1.25 MiB/sec. | ||
10280 | 2024.09.01 21:04:55.875600 [ 3 ] {09cb8210-20d4-412c-806b-ecbd7c6f9769} <Debug> DynamicQueryHandler: Done processing query | ||
10281 | 2024.09.01 21:04:55.875624 [ 3 ] {09cb8210-20d4-412c-806b-ecbd7c6f9769} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10282 | 2024.09.01 21:04:55.875640 [ 3 ] {} <Debug> HTTP-Session: 67009161-6526-4b55-adce-4c3596159184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10283 | 2024.09.01 21:04:55.878797 [ 197 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 866 rows, containing 19 columns (19 merged, 0 gathered) in 0.008421223 sec., 102835.41951091902 rows/sec., 184.28 MiB/sec. | ||
10284 | 2024.09.01 21:04:55.879924 [ 197 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10285 | 2024.09.01 21:04:55.880575 [ 197 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10286 | 2024.09.01 21:04:55.880664 [ 197 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10287 | 2024.09.01 21:04:55.880827 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. | ||
10288 | 2024.09.01 21:05:00.863096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 39251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10289 | 2024.09.01 21:05:00.863220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10290 | 2024.09.01 21:05:00.863245 [ 3 ] {} <Debug> HTTP-Session: 44992a80-9bbf-4409-a2e6-b0d8a8714db0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10291 | 2024.09.01 21:05:00.863269 [ 3 ] {} <Debug> HTTP-Session: 44992a80-9bbf-4409-a2e6-b0d8a8714db0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10292 | 2024.09.01 21:05:00.863283 [ 3 ] {} <Debug> HTTP-Session: 44992a80-9bbf-4409-a2e6-b0d8a8714db0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10293 | 2024.09.01 21:05:00.863330 [ 3 ] {} <Trace> HTTP-Session: 44992a80-9bbf-4409-a2e6-b0d8a8714db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10294 | 2024.09.01 21:05:00.863580 [ 3 ] {3ec2e9d9-89fc-48bf-8356-d9b6103334e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10295 | 2024.09.01 21:05:00.863644 [ 3 ] {3ec2e9d9-89fc-48bf-8356-d9b6103334e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10296 | 2024.09.01 21:05:00.863977 [ 3 ] {3ec2e9d9-89fc-48bf-8356-d9b6103334e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10297 | 2024.09.01 21:05:00.864588 [ 3 ] {3ec2e9d9-89fc-48bf-8356-d9b6103334e8} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10298 | 2024.09.01 21:05:00.864630 [ 3 ] {3ec2e9d9-89fc-48bf-8356-d9b6103334e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10299 | 2024.09.01 21:05:00.865069 [ 3 ] {3ec2e9d9-89fc-48bf-8356-d9b6103334e8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10300 | 2024.09.01 21:05:00.865449 [ 3 ] {3ec2e9d9-89fc-48bf-8356-d9b6103334e8} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10301 | 2024.09.01 21:05:00.865599 [ 3 ] {3ec2e9d9-89fc-48bf-8356-d9b6103334e8} <Debug> executeQuery: Read 259 rows, 23.51 KiB in 0.002136 sec., 121254.68164794009 rows/sec., 10.75 MiB/sec. | ||
10302 | 2024.09.01 21:05:00.865605 [ 88 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10303 | 2024.09.01 21:05:00.865661 [ 88 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10304 | 2024.09.01 21:05:00.865693 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10305 | 2024.09.01 21:05:00.865864 [ 3 ] {3ec2e9d9-89fc-48bf-8356-d9b6103334e8} <Debug> DynamicQueryHandler: Done processing query | ||
10306 | 2024.09.01 21:05:00.865866 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
10307 | 2024.09.01 21:05:00.865893 [ 3 ] {3ec2e9d9-89fc-48bf-8356-d9b6103334e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10308 | 2024.09.01 21:05:00.865945 [ 3 ] {} <Debug> HTTP-Session: 44992a80-9bbf-4409-a2e6-b0d8a8714db0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10309 | 2024.09.01 21:05:00.866092 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10310 | 2024.09.01 21:05:00.866138 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1412 rows starting from the beginning of the part | ||
10311 | 2024.09.01 21:05:00.866195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10312 | 2024.09.01 21:05:00.866345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10313 | 2024.09.01 21:05:00.866379 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part | ||
10314 | 2024.09.01 21:05:00.866403 [ 3 ] {} <Debug> HTTP-Session: 94c6f71a-99cd-4764-b13c-f2db63fc858d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10315 | 2024.09.01 21:05:00.866477 [ 3 ] {} <Debug> HTTP-Session: 94c6f71a-99cd-4764-b13c-f2db63fc858d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10316 | 2024.09.01 21:05:00.866542 [ 3 ] {} <Debug> HTTP-Session: 94c6f71a-99cd-4764-b13c-f2db63fc858d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10317 | 2024.09.01 21:05:00.866676 [ 3 ] {} <Trace> HTTP-Session: 94c6f71a-99cd-4764-b13c-f2db63fc858d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10318 | 2024.09.01 21:05:00.866681 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1346 rows starting from the beginning of the part | ||
10319 | 2024.09.01 21:05:00.867111 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 85 rows starting from the beginning of the part | ||
10320 | 2024.09.01 21:05:00.867123 [ 3 ] {69c2c255-f88b-4b60-bc0a-f9702af94f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10321 | 2024.09.01 21:05:00.867261 [ 3 ] {69c2c255-f88b-4b60-bc0a-f9702af94f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10322 | 2024.09.01 21:05:00.867330 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
10323 | 2024.09.01 21:05:00.867740 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 259 rows starting from the beginning of the part | ||
10324 | 2024.09.01 21:05:00.868552 [ 3 ] {69c2c255-f88b-4b60-bc0a-f9702af94f62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10325 | 2024.09.01 21:05:00.869369 [ 3 ] {69c2c255-f88b-4b60-bc0a-f9702af94f62} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10326 | 2024.09.01 21:05:00.869442 [ 3 ] {69c2c255-f88b-4b60-bc0a-f9702af94f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10327 | 2024.09.01 21:05:00.870283 [ 3 ] {69c2c255-f88b-4b60-bc0a-f9702af94f62} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10328 | 2024.09.01 21:05:00.870711 [ 3 ] {69c2c255-f88b-4b60-bc0a-f9702af94f62} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10329 | 2024.09.01 21:05:00.871111 [ 3 ] {69c2c255-f88b-4b60-bc0a-f9702af94f62} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.004186 sec., 8361.204013377926 rows/sec., 628.72 KiB/sec. | ||
10330 | 2024.09.01 21:05:00.871399 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3226 rows, containing 5 columns (5 merged, 0 gathered) in 0.005614306 sec., 574603.5217888016 rows/sec., 50.23 MiB/sec. | ||
10331 | 2024.09.01 21:05:00.871526 [ 3 ] {69c2c255-f88b-4b60-bc0a-f9702af94f62} <Debug> DynamicQueryHandler: Done processing query | ||
10332 | 2024.09.01 21:05:00.871561 [ 3 ] {69c2c255-f88b-4b60-bc0a-f9702af94f62} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10333 | 2024.09.01 21:05:00.871578 [ 3 ] {} <Debug> HTTP-Session: 94c6f71a-99cd-4764-b13c-f2db63fc858d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10334 | 2024.09.01 21:05:00.871734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10335 | 2024.09.01 21:05:00.871762 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10336 | 2024.09.01 21:05:00.871814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10337 | 2024.09.01 21:05:00.871876 [ 3 ] {} <Debug> HTTP-Session: d27ffbe3-8af8-410e-9912-06083dfe902e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10338 | 2024.09.01 21:05:00.871923 [ 3 ] {} <Debug> HTTP-Session: d27ffbe3-8af8-410e-9912-06083dfe902e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10339 | 2024.09.01 21:05:00.871945 [ 3 ] {} <Debug> HTTP-Session: d27ffbe3-8af8-410e-9912-06083dfe902e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10340 | 2024.09.01 21:05:00.871980 [ 3 ] {} <Trace> HTTP-Session: d27ffbe3-8af8-410e-9912-06083dfe902e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10341 | 2024.09.01 21:05:00.872230 [ 3 ] {37350fa0-116b-4a78-b007-a74c5affd477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10342 | 2024.09.01 21:05:00.872393 [ 3 ] {37350fa0-116b-4a78-b007-a74c5affd477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10343 | 2024.09.01 21:05:00.872935 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_56_11} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10344 | 2024.09.01 21:05:00.873118 [ 3 ] {37350fa0-116b-4a78-b007-a74c5affd477} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10345 | 2024.09.01 21:05:00.873177 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_56_11} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10346 | 2024.09.01 21:05:00.873370 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
10347 | 2024.09.01 21:05:00.873598 [ 3 ] {37350fa0-116b-4a78-b007-a74c5affd477} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10348 | 2024.09.01 21:05:00.873639 [ 3 ] {37350fa0-116b-4a78-b007-a74c5affd477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10349 | 2024.09.01 21:05:00.874008 [ 3 ] {37350fa0-116b-4a78-b007-a74c5affd477} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10350 | 2024.09.01 21:05:00.874384 [ 3 ] {37350fa0-116b-4a78-b007-a74c5affd477} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10351 | 2024.09.01 21:05:00.874515 [ 3 ] {37350fa0-116b-4a78-b007-a74c5affd477} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002397 sec., 5840.634125990822 rows/sec., 409.04 KiB/sec. | ||
10352 | 2024.09.01 21:05:00.874520 [ 52 ] {} <Debug> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
10353 | 2024.09.01 21:05:00.874580 [ 52 ] {} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10354 | 2024.09.01 21:05:00.874617 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10355 | 2024.09.01 21:05:00.874768 [ 3 ] {37350fa0-116b-4a78-b007-a74c5affd477} <Debug> DynamicQueryHandler: Done processing query | ||
10356 | 2024.09.01 21:05:00.874840 [ 3 ] {37350fa0-116b-4a78-b007-a74c5affd477} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10357 | 2024.09.01 21:05:00.874922 [ 3 ] {} <Debug> HTTP-Session: d27ffbe3-8af8-410e-9912-06083dfe902e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10358 | 2024.09.01 21:05:00.874992 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
10359 | 2024.09.01 21:05:00.875140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10360 | 2024.09.01 21:05:00.875268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10361 | 2024.09.01 21:05:00.875330 [ 3 ] {} <Debug> HTTP-Session: 1806f8f8-c16e-4e06-9cef-de5cd88dbf94 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10362 | 2024.09.01 21:05:00.875358 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10363 | 2024.09.01 21:05:00.875369 [ 3 ] {} <Debug> HTTP-Session: 1806f8f8-c16e-4e06-9cef-de5cd88dbf94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10364 | 2024.09.01 21:05:00.875417 [ 3 ] {} <Debug> HTTP-Session: 1806f8f8-c16e-4e06-9cef-de5cd88dbf94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10365 | 2024.09.01 21:05:00.875418 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 243 rows starting from the beginning of the part | ||
10366 | 2024.09.01 21:05:00.875485 [ 3 ] {} <Trace> HTTP-Session: 1806f8f8-c16e-4e06-9cef-de5cd88dbf94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10367 | 2024.09.01 21:05:00.875672 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
10368 | 2024.09.01 21:05:00.875813 [ 3 ] {3624e214-04a3-463a-96bb-8de8f0e051f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10369 | 2024.09.01 21:05:00.875979 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
10370 | 2024.09.01 21:05:00.876003 [ 3 ] {3624e214-04a3-463a-96bb-8de8f0e051f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10371 | 2024.09.01 21:05:00.876307 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
10372 | 2024.09.01 21:05:00.876681 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
10373 | 2024.09.01 21:05:00.877022 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
10374 | 2024.09.01 21:05:00.877818 [ 3 ] {3624e214-04a3-463a-96bb-8de8f0e051f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10375 | 2024.09.01 21:05:00.878702 [ 3 ] {3624e214-04a3-463a-96bb-8de8f0e051f4} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10376 | 2024.09.01 21:05:00.878763 [ 3 ] {3624e214-04a3-463a-96bb-8de8f0e051f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10377 | 2024.09.01 21:05:00.879589 [ 3 ] {3624e214-04a3-463a-96bb-8de8f0e051f4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10378 | 2024.09.01 21:05:00.879931 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005237521 sec., 146825.18695390434 rows/sec., 9.97 MiB/sec. | ||
10379 | 2024.09.01 21:05:00.880207 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
10380 | 2024.09.01 21:05:00.880483 [ 3 ] {3624e214-04a3-463a-96bb-8de8f0e051f4} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10381 | 2024.09.01 21:05:00.880949 [ 3 ] {3624e214-04a3-463a-96bb-8de8f0e051f4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005266 sec., 1139.384732244588 rows/sec., 67.32 KiB/sec. | ||
10382 | 2024.09.01 21:05:00.881471 [ 3 ] {3624e214-04a3-463a-96bb-8de8f0e051f4} <Debug> DynamicQueryHandler: Done processing query | ||
10383 | 2024.09.01 21:05:00.881479 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_25_5} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10384 | 2024.09.01 21:05:00.881539 [ 3 ] {3624e214-04a3-463a-96bb-8de8f0e051f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10385 | 2024.09.01 21:05:00.881613 [ 3 ] {} <Debug> HTTP-Session: 1806f8f8-c16e-4e06-9cef-de5cd88dbf94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10386 | 2024.09.01 21:05:00.881780 [ 191 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_25_5} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
10387 | 2024.09.01 21:05:00.881908 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
10388 | 2024.09.01 21:05:00.881947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 67714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10389 | 2024.09.01 21:05:00.882005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10390 | 2024.09.01 21:05:00.882023 [ 3 ] {} <Debug> HTTP-Session: dbda9d53-1131-41b4-a39a-64410c0e1049 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10391 | 2024.09.01 21:05:00.882040 [ 3 ] {} <Debug> HTTP-Session: dbda9d53-1131-41b4-a39a-64410c0e1049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10392 | 2024.09.01 21:05:00.882054 [ 3 ] {} <Debug> HTTP-Session: dbda9d53-1131-41b4-a39a-64410c0e1049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10393 | 2024.09.01 21:05:00.882085 [ 3 ] {} <Trace> HTTP-Session: dbda9d53-1131-41b4-a39a-64410c0e1049 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10394 | 2024.09.01 21:05:00.882374 [ 3 ] {3bc873ba-f315-4906-95be-97fe355c3d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10395 | 2024.09.01 21:05:00.882419 [ 3 ] {3bc873ba-f315-4906-95be-97fe355c3d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10396 | 2024.09.01 21:05:00.882668 [ 3 ] {3bc873ba-f315-4906-95be-97fe355c3d1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10397 | 2024.09.01 21:05:00.883254 [ 3 ] {3bc873ba-f315-4906-95be-97fe355c3d1c} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10398 | 2024.09.01 21:05:00.883290 [ 3 ] {3bc873ba-f315-4906-95be-97fe355c3d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10399 | 2024.09.01 21:05:00.883663 [ 3 ] {3bc873ba-f315-4906-95be-97fe355c3d1c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10400 | 2024.09.01 21:05:00.884022 [ 3 ] {3bc873ba-f315-4906-95be-97fe355c3d1c} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10401 | 2024.09.01 21:05:00.884154 [ 3 ] {3bc873ba-f315-4906-95be-97fe355c3d1c} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001957 sec., 213081.24680633622 rows/sec., 15.21 MiB/sec. | ||
10402 | 2024.09.01 21:05:00.884155 [ 52 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10403 | 2024.09.01 21:05:00.884216 [ 52 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10404 | 2024.09.01 21:05:00.884249 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10405 | 2024.09.01 21:05:00.884371 [ 3 ] {3bc873ba-f315-4906-95be-97fe355c3d1c} <Debug> DynamicQueryHandler: Done processing query | ||
10406 | 2024.09.01 21:05:00.884405 [ 3 ] {3bc873ba-f315-4906-95be-97fe355c3d1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
10407 | 2024.09.01 21:05:00.884420 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
10408 | 2024.09.01 21:05:00.884437 [ 3 ] {} <Debug> HTTP-Session: dbda9d53-1131-41b4-a39a-64410c0e1049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10409 | 2024.09.01 21:05:00.884736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10410 | 2024.09.01 21:05:00.884790 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10411 | 2024.09.01 21:05:00.884806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10412 | 2024.09.01 21:05:00.884837 [ 3 ] {} <Debug> HTTP-Session: 41743869-ca1c-42e3-8115-d30a3a9a726d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10413 | 2024.09.01 21:05:00.884841 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 909 rows starting from the beginning of the part | ||
10414 | 2024.09.01 21:05:00.884858 [ 3 ] {} <Debug> HTTP-Session: 41743869-ca1c-42e3-8115-d30a3a9a726d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10415 | 2024.09.01 21:05:00.884882 [ 3 ] {} <Debug> HTTP-Session: 41743869-ca1c-42e3-8115-d30a3a9a726d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10416 | 2024.09.01 21:05:00.884933 [ 3 ] {} <Trace> HTTP-Session: 41743869-ca1c-42e3-8115-d30a3a9a726d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10417 | 2024.09.01 21:05:00.885059 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 74 rows starting from the beginning of the part | ||
10418 | 2024.09.01 21:05:00.885319 [ 3 ] {d576a3e8-a181-4893-8349-3de4585681e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10419 | 2024.09.01 21:05:00.885374 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 848 rows starting from the beginning of the part | ||
10420 | 2024.09.01 21:05:00.885474 [ 3 ] {d576a3e8-a181-4893-8349-3de4585681e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10421 | 2024.09.01 21:05:00.885699 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 65 rows starting from the beginning of the part | ||
10422 | 2024.09.01 21:05:00.886080 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 66 rows starting from the beginning of the part | ||
10423 | 2024.09.01 21:05:00.886552 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 417 rows starting from the beginning of the part | ||
10424 | 2024.09.01 21:05:00.886786 [ 3 ] {d576a3e8-a181-4893-8349-3de4585681e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10425 | 2024.09.01 21:05:00.887374 [ 3 ] {d576a3e8-a181-4893-8349-3de4585681e8} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10426 | 2024.09.01 21:05:00.887417 [ 3 ] {d576a3e8-a181-4893-8349-3de4585681e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10427 | 2024.09.01 21:05:00.887928 [ 3 ] {d576a3e8-a181-4893-8349-3de4585681e8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10428 | 2024.09.01 21:05:00.888313 [ 3 ] {d576a3e8-a181-4893-8349-3de4585681e8} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10429 | 2024.09.01 21:05:00.888554 [ 3 ] {d576a3e8-a181-4893-8349-3de4585681e8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003394 sec., 1767.8255745433119 rows/sec., 92.36 KiB/sec. | ||
10430 | 2024.09.01 21:05:00.888659 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2379 rows, containing 5 columns (5 merged, 0 gathered) in 0.004354568 sec., 546322.8499359753 rows/sec., 41.86 MiB/sec. | ||
10431 | 2024.09.01 21:05:00.888784 [ 3 ] {d576a3e8-a181-4893-8349-3de4585681e8} <Debug> DynamicQueryHandler: Done processing query | ||
10432 | 2024.09.01 21:05:00.888810 [ 3 ] {d576a3e8-a181-4893-8349-3de4585681e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10433 | 2024.09.01 21:05:00.888821 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10434 | 2024.09.01 21:05:00.888828 [ 3 ] {} <Debug> HTTP-Session: 41743869-ca1c-42e3-8115-d30a3a9a726d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10435 | 2024.09.01 21:05:00.889044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10436 | 2024.09.01 21:05:00.889112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10437 | 2024.09.01 21:05:00.889133 [ 3 ] {} <Debug> HTTP-Session: c05b8517-1d12-49c1-8a8c-010b8eb7eb96 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10438 | 2024.09.01 21:05:00.889150 [ 3 ] {} <Debug> HTTP-Session: c05b8517-1d12-49c1-8a8c-010b8eb7eb96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10439 | 2024.09.01 21:05:00.889172 [ 3 ] {} <Debug> HTTP-Session: c05b8517-1d12-49c1-8a8c-010b8eb7eb96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10440 | 2024.09.01 21:05:00.889211 [ 3 ] {} <Trace> HTTP-Session: c05b8517-1d12-49c1-8a8c-010b8eb7eb96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10441 | 2024.09.01 21:05:00.889269 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_56_11} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10442 | 2024.09.01 21:05:00.889353 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_56_11} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10443 | 2024.09.01 21:05:00.889431 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
10444 | 2024.09.01 21:05:00.889430 [ 3 ] {ed43d9b8-cffd-4c30-92f8-0f6d54ee8bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10445 | 2024.09.01 21:05:00.889490 [ 3 ] {ed43d9b8-cffd-4c30-92f8-0f6d54ee8bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10446 | 2024.09.01 21:05:00.889631 [ 3 ] {ed43d9b8-cffd-4c30-92f8-0f6d54ee8bdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10447 | 2024.09.01 21:05:00.890042 [ 3 ] {ed43d9b8-cffd-4c30-92f8-0f6d54ee8bdc} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10448 | 2024.09.01 21:05:00.890077 [ 3 ] {ed43d9b8-cffd-4c30-92f8-0f6d54ee8bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10449 | 2024.09.01 21:05:00.890466 [ 3 ] {ed43d9b8-cffd-4c30-92f8-0f6d54ee8bdc} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10450 | 2024.09.01 21:05:00.890796 [ 3 ] {ed43d9b8-cffd-4c30-92f8-0f6d54ee8bdc} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10451 | 2024.09.01 21:05:00.890918 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10452 | 2024.09.01 21:05:00.890922 [ 3 ] {ed43d9b8-cffd-4c30-92f8-0f6d54ee8bdc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001619 sec., 146386.65843113032 rows/sec., 9.81 MiB/sec. | ||
10453 | 2024.09.01 21:05:00.890954 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10454 | 2024.09.01 21:05:00.890991 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10455 | 2024.09.01 21:05:00.891199 [ 3 ] {ed43d9b8-cffd-4c30-92f8-0f6d54ee8bdc} <Debug> DynamicQueryHandler: Done processing query | ||
10456 | 2024.09.01 21:05:00.891267 [ 3 ] {ed43d9b8-cffd-4c30-92f8-0f6d54ee8bdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10457 | 2024.09.01 21:05:00.891337 [ 3 ] {} <Debug> HTTP-Session: c05b8517-1d12-49c1-8a8c-010b8eb7eb96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10458 | 2024.09.01 21:05:00.891397 [ 192 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
10459 | 2024.09.01 21:05:00.891647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10460 | 2024.09.01 21:05:00.891830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10461 | 2024.09.01 21:05:00.891940 [ 3 ] {} <Debug> HTTP-Session: 631a0342-9b29-4939-a121-4fd511b5b2b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10462 | 2024.09.01 21:05:00.892027 [ 3 ] {} <Debug> HTTP-Session: 631a0342-9b29-4939-a121-4fd511b5b2b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10463 | 2024.09.01 21:05:00.892113 [ 3 ] {} <Debug> HTTP-Session: 631a0342-9b29-4939-a121-4fd511b5b2b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10464 | 2024.09.01 21:05:00.892113 [ 192 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10465 | 2024.09.01 21:05:00.892227 [ 3 ] {} <Trace> HTTP-Session: 631a0342-9b29-4939-a121-4fd511b5b2b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10466 | 2024.09.01 21:05:00.892228 [ 192 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14023 rows starting from the beginning of the part | ||
10467 | 2024.09.01 21:05:00.892424 [ 192 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 164 rows starting from the beginning of the part | ||
10468 | 2024.09.01 21:05:00.892504 [ 3 ] {7cdbfb4c-4295-4676-9a6e-d958eb76b2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10469 | 2024.09.01 21:05:00.892702 [ 3 ] {7cdbfb4c-4295-4676-9a6e-d958eb76b2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10470 | 2024.09.01 21:05:00.892748 [ 192 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 910 rows starting from the beginning of the part | ||
10471 | 2024.09.01 21:05:00.893136 [ 192 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
10472 | 2024.09.01 21:05:00.893594 [ 192 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
10473 | 2024.09.01 21:05:00.893837 [ 3 ] {7cdbfb4c-4295-4676-9a6e-d958eb76b2b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10474 | 2024.09.01 21:05:00.893846 [ 192 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 237 rows starting from the beginning of the part | ||
10475 | 2024.09.01 21:05:00.894380 [ 3 ] {7cdbfb4c-4295-4676-9a6e-d958eb76b2b3} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10476 | 2024.09.01 21:05:00.894425 [ 3 ] {7cdbfb4c-4295-4676-9a6e-d958eb76b2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10477 | 2024.09.01 21:05:00.894840 [ 3 ] {7cdbfb4c-4295-4676-9a6e-d958eb76b2b3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10478 | 2024.09.01 21:05:00.895308 [ 3 ] {7cdbfb4c-4295-4676-9a6e-d958eb76b2b3} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10479 | 2024.09.01 21:05:00.895568 [ 3 ] {7cdbfb4c-4295-4676-9a6e-d958eb76b2b3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003197 sec., 312.7932436659368 rows/sec., 21.08 KiB/sec. | ||
10480 | 2024.09.01 21:05:00.895788 [ 3 ] {7cdbfb4c-4295-4676-9a6e-d958eb76b2b3} <Debug> DynamicQueryHandler: Done processing query | ||
10481 | 2024.09.01 21:05:00.895817 [ 3 ] {7cdbfb4c-4295-4676-9a6e-d958eb76b2b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10482 | 2024.09.01 21:05:00.895836 [ 3 ] {} <Debug> HTTP-Session: 631a0342-9b29-4939-a121-4fd511b5b2b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10483 | 2024.09.01 21:05:00.896014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10484 | 2024.09.01 21:05:00.896079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10485 | 2024.09.01 21:05:00.896111 [ 3 ] {} <Debug> HTTP-Session: 0bd7a9c9-ccbc-4c9a-8bce-a6edda308ba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10486 | 2024.09.01 21:05:00.896138 [ 3 ] {} <Debug> HTTP-Session: 0bd7a9c9-ccbc-4c9a-8bce-a6edda308ba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10487 | 2024.09.01 21:05:00.896154 [ 3 ] {} <Debug> HTTP-Session: 0bd7a9c9-ccbc-4c9a-8bce-a6edda308ba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10488 | 2024.09.01 21:05:00.896186 [ 3 ] {} <Trace> HTTP-Session: 0bd7a9c9-ccbc-4c9a-8bce-a6edda308ba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10489 | 2024.09.01 21:05:00.896639 [ 3 ] {7f15d1b9-f0c3-4d94-a8dc-10e66b6b0212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10490 | 2024.09.01 21:05:00.896702 [ 3 ] {7f15d1b9-f0c3-4d94-a8dc-10e66b6b0212} <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 | ||
10491 | 2024.09.01 21:05:00.897234 [ 3 ] {7f15d1b9-f0c3-4d94-a8dc-10e66b6b0212} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10492 | 2024.09.01 21:05:00.897880 [ 3 ] {7f15d1b9-f0c3-4d94-a8dc-10e66b6b0212} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10493 | 2024.09.01 21:05:00.897916 [ 3 ] {7f15d1b9-f0c3-4d94-a8dc-10e66b6b0212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10494 | 2024.09.01 21:05:00.898441 [ 192 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15507 rows, containing 5 columns (5 merged, 0 gathered) in 0.007310588 sec., 2121170.0071184426 rows/sec., 142.73 MiB/sec. | ||
10495 | 2024.09.01 21:05:00.898835 [ 3 ] {7f15d1b9-f0c3-4d94-a8dc-10e66b6b0212} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10496 | 2024.09.01 21:05:00.898998 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10497 | 2024.09.01 21:05:00.899951 [ 3 ] {7f15d1b9-f0c3-4d94-a8dc-10e66b6b0212} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10498 | 2024.09.01 21:05:00.900108 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10499 | 2024.09.01 21:05:00.900337 [ 3 ] {7f15d1b9-f0c3-4d94-a8dc-10e66b6b0212} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.004016 sec., 8715.139442231077 rows/sec., 15.62 MiB/sec. | ||
10500 | 2024.09.01 21:05:00.900383 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10501 | 2024.09.01 21:05:00.900690 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. | ||
10502 | 2024.09.01 21:05:00.900893 [ 3 ] {7f15d1b9-f0c3-4d94-a8dc-10e66b6b0212} <Debug> DynamicQueryHandler: Done processing query | ||
10503 | 2024.09.01 21:05:00.900925 [ 3 ] {7f15d1b9-f0c3-4d94-a8dc-10e66b6b0212} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10504 | 2024.09.01 21:05:00.900941 [ 3 ] {} <Debug> HTTP-Session: 0bd7a9c9-ccbc-4c9a-8bce-a6edda308ba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10505 | 2024.09.01 21:05:00.901082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10506 | 2024.09.01 21:05:00.901130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10507 | 2024.09.01 21:05:00.901149 [ 3 ] {} <Debug> HTTP-Session: d1bffb01-6e26-4c6a-9397-368ea6ab63ce Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10508 | 2024.09.01 21:05:00.901166 [ 3 ] {} <Debug> HTTP-Session: d1bffb01-6e26-4c6a-9397-368ea6ab63ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10509 | 2024.09.01 21:05:00.901180 [ 3 ] {} <Debug> HTTP-Session: d1bffb01-6e26-4c6a-9397-368ea6ab63ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10510 | 2024.09.01 21:05:00.901215 [ 3 ] {} <Trace> HTTP-Session: d1bffb01-6e26-4c6a-9397-368ea6ab63ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10511 | 2024.09.01 21:05:00.901343 [ 3 ] {abf8047d-426f-4cf8-aa99-9d2d6dad26f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10512 | 2024.09.01 21:05:00.901388 [ 3 ] {abf8047d-426f-4cf8-aa99-9d2d6dad26f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10513 | 2024.09.01 21:05:00.901531 [ 3 ] {abf8047d-426f-4cf8-aa99-9d2d6dad26f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10514 | 2024.09.01 21:05:00.901816 [ 3 ] {abf8047d-426f-4cf8-aa99-9d2d6dad26f3} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10515 | 2024.09.01 21:05:00.901851 [ 3 ] {abf8047d-426f-4cf8-aa99-9d2d6dad26f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10516 | 2024.09.01 21:05:00.902226 [ 3 ] {abf8047d-426f-4cf8-aa99-9d2d6dad26f3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10517 | 2024.09.01 21:05:00.902555 [ 3 ] {abf8047d-426f-4cf8-aa99-9d2d6dad26f3} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10518 | 2024.09.01 21:05:00.902681 [ 3 ] {abf8047d-426f-4cf8-aa99-9d2d6dad26f3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001383 sec., 59291.39551699205 rows/sec., 3.77 MiB/sec. | ||
10519 | 2024.09.01 21:05:00.902686 [ 52 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10520 | 2024.09.01 21:05:00.902740 [ 52 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10521 | 2024.09.01 21:05:00.902771 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10522 | 2024.09.01 21:05:00.902883 [ 3 ] {abf8047d-426f-4cf8-aa99-9d2d6dad26f3} <Debug> DynamicQueryHandler: Done processing query | ||
10523 | 2024.09.01 21:05:00.902930 [ 3 ] {abf8047d-426f-4cf8-aa99-9d2d6dad26f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10524 | 2024.09.01 21:05:00.902936 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
10525 | 2024.09.01 21:05:00.902952 [ 3 ] {} <Debug> HTTP-Session: d1bffb01-6e26-4c6a-9397-368ea6ab63ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10526 | 2024.09.01 21:05:00.903145 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10527 | 2024.09.01 21:05:00.903209 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2376 rows starting from the beginning of the part | ||
10528 | 2024.09.01 21:05:00.903343 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
10529 | 2024.09.01 21:05:00.903546 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 76 rows starting from the beginning of the part | ||
10530 | 2024.09.01 21:05:00.903720 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
10531 | 2024.09.01 21:05:00.903855 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
10532 | 2024.09.01 21:05:00.904055 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
10533 | 2024.09.01 21:05:00.905621 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2660 rows, containing 4 columns (4 merged, 0 gathered) in 0.002781378 sec., 956360.4803086815 rows/sec., 62.33 MiB/sec. | ||
10534 | 2024.09.01 21:05:00.905920 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10535 | 2024.09.01 21:05:00.906355 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_56_11} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10536 | 2024.09.01 21:05:00.906444 [ 187 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_56_11} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10537 | 2024.09.01 21:05:00.906538 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
10538 | 2024.09.01 21:05:05.857581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10539 | 2024.09.01 21:05:05.857712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10540 | 2024.09.01 21:05:05.857738 [ 3 ] {} <Debug> HTTP-Session: 4562c2c5-2106-4e64-976c-39606cb52f23 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10541 | 2024.09.01 21:05:05.857763 [ 3 ] {} <Debug> HTTP-Session: 4562c2c5-2106-4e64-976c-39606cb52f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10542 | 2024.09.01 21:05:05.857777 [ 3 ] {} <Debug> HTTP-Session: 4562c2c5-2106-4e64-976c-39606cb52f23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10543 | 2024.09.01 21:05:05.857826 [ 3 ] {} <Trace> HTTP-Session: 4562c2c5-2106-4e64-976c-39606cb52f23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10544 | 2024.09.01 21:05:05.858010 [ 3 ] {7c280938-4c14-42b9-90dc-aa43e4ed3376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10545 | 2024.09.01 21:05:05.858078 [ 3 ] {7c280938-4c14-42b9-90dc-aa43e4ed3376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10546 | 2024.09.01 21:05:05.858410 [ 3 ] {7c280938-4c14-42b9-90dc-aa43e4ed3376} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10547 | 2024.09.01 21:05:05.858783 [ 3 ] {7c280938-4c14-42b9-90dc-aa43e4ed3376} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10548 | 2024.09.01 21:05:05.858832 [ 3 ] {7c280938-4c14-42b9-90dc-aa43e4ed3376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10549 | 2024.09.01 21:05:05.859253 [ 3 ] {7c280938-4c14-42b9-90dc-aa43e4ed3376} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
10550 | 2024.09.01 21:05:05.859646 [ 3 ] {7c280938-4c14-42b9-90dc-aa43e4ed3376} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10551 | 2024.09.01 21:05:05.859795 [ 3 ] {7c280938-4c14-42b9-90dc-aa43e4ed3376} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001836 sec., 1089.3246187363834 rows/sec., 88.83 KiB/sec. | ||
10552 | 2024.09.01 21:05:05.859990 [ 3 ] {7c280938-4c14-42b9-90dc-aa43e4ed3376} <Debug> DynamicQueryHandler: Done processing query | ||
10553 | 2024.09.01 21:05:05.860017 [ 3 ] {7c280938-4c14-42b9-90dc-aa43e4ed3376} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10554 | 2024.09.01 21:05:05.860033 [ 3 ] {} <Debug> HTTP-Session: 4562c2c5-2106-4e64-976c-39606cb52f23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10555 | 2024.09.01 21:05:05.860166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8554, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10556 | 2024.09.01 21:05:05.860219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10557 | 2024.09.01 21:05:05.860238 [ 3 ] {} <Debug> HTTP-Session: 44dafa2d-578d-4995-b92c-80200baeeba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10558 | 2024.09.01 21:05:05.860256 [ 3 ] {} <Debug> HTTP-Session: 44dafa2d-578d-4995-b92c-80200baeeba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10559 | 2024.09.01 21:05:05.860269 [ 3 ] {} <Debug> HTTP-Session: 44dafa2d-578d-4995-b92c-80200baeeba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10560 | 2024.09.01 21:05:05.860303 [ 3 ] {} <Trace> HTTP-Session: 44dafa2d-578d-4995-b92c-80200baeeba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10561 | 2024.09.01 21:05:05.860429 [ 3 ] {b1a2200d-5ef7-45ad-93c7-dcd68dbcfaed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10562 | 2024.09.01 21:05:05.860475 [ 3 ] {b1a2200d-5ef7-45ad-93c7-dcd68dbcfaed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10563 | 2024.09.01 21:05:05.860706 [ 3 ] {b1a2200d-5ef7-45ad-93c7-dcd68dbcfaed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10564 | 2024.09.01 21:05:05.861033 [ 3 ] {b1a2200d-5ef7-45ad-93c7-dcd68dbcfaed} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10565 | 2024.09.01 21:05:05.861069 [ 3 ] {b1a2200d-5ef7-45ad-93c7-dcd68dbcfaed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10566 | 2024.09.01 21:05:05.861428 [ 3 ] {b1a2200d-5ef7-45ad-93c7-dcd68dbcfaed} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10567 | 2024.09.01 21:05:05.861801 [ 3 ] {b1a2200d-5ef7-45ad-93c7-dcd68dbcfaed} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10568 | 2024.09.01 21:05:05.861930 [ 3 ] {b1a2200d-5ef7-45ad-93c7-dcd68dbcfaed} <Debug> executeQuery: Read 61 rows, 4.83 KiB in 0.001547 sec., 39431.1570782159 rows/sec., 3.05 MiB/sec. | ||
10569 | 2024.09.01 21:05:05.862093 [ 3 ] {b1a2200d-5ef7-45ad-93c7-dcd68dbcfaed} <Debug> DynamicQueryHandler: Done processing query | ||
10570 | 2024.09.01 21:05:05.862119 [ 3 ] {b1a2200d-5ef7-45ad-93c7-dcd68dbcfaed} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10571 | 2024.09.01 21:05:05.862135 [ 3 ] {} <Debug> HTTP-Session: 44dafa2d-578d-4995-b92c-80200baeeba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10572 | 2024.09.01 21:05:05.862251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10573 | 2024.09.01 21:05:05.862300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10574 | 2024.09.01 21:05:05.862319 [ 3 ] {} <Debug> HTTP-Session: eecc3128-9f87-497e-9d26-00b9cf2ff333 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10575 | 2024.09.01 21:05:05.862337 [ 3 ] {} <Debug> HTTP-Session: eecc3128-9f87-497e-9d26-00b9cf2ff333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10576 | 2024.09.01 21:05:05.862350 [ 3 ] {} <Debug> HTTP-Session: eecc3128-9f87-497e-9d26-00b9cf2ff333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10577 | 2024.09.01 21:05:05.862383 [ 3 ] {} <Trace> HTTP-Session: eecc3128-9f87-497e-9d26-00b9cf2ff333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10578 | 2024.09.01 21:05:05.862483 [ 3 ] {41f84d61-58ae-45ca-a1f7-25eeee583482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10579 | 2024.09.01 21:05:05.862527 [ 3 ] {41f84d61-58ae-45ca-a1f7-25eeee583482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10580 | 2024.09.01 21:05:05.862748 [ 3 ] {41f84d61-58ae-45ca-a1f7-25eeee583482} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10581 | 2024.09.01 21:05:05.863014 [ 3 ] {41f84d61-58ae-45ca-a1f7-25eeee583482} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10582 | 2024.09.01 21:05:05.863049 [ 3 ] {41f84d61-58ae-45ca-a1f7-25eeee583482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10583 | 2024.09.01 21:05:05.863390 [ 3 ] {41f84d61-58ae-45ca-a1f7-25eeee583482} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10584 | 2024.09.01 21:05:05.863750 [ 3 ] {41f84d61-58ae-45ca-a1f7-25eeee583482} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10585 | 2024.09.01 21:05:05.863875 [ 3 ] {41f84d61-58ae-45ca-a1f7-25eeee583482} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001416 sec., 2824.858757062147 rows/sec., 204.83 KiB/sec. | ||
10586 | 2024.09.01 21:05:05.864141 [ 3 ] {41f84d61-58ae-45ca-a1f7-25eeee583482} <Debug> DynamicQueryHandler: Done processing query | ||
10587 | 2024.09.01 21:05:05.864199 [ 3 ] {41f84d61-58ae-45ca-a1f7-25eeee583482} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10588 | 2024.09.01 21:05:05.864244 [ 3 ] {} <Debug> HTTP-Session: eecc3128-9f87-497e-9d26-00b9cf2ff333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10589 | 2024.09.01 21:05:05.864388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11555, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10590 | 2024.09.01 21:05:05.864437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10591 | 2024.09.01 21:05:05.864456 [ 3 ] {} <Debug> HTTP-Session: 854cecc2-cce2-4523-a336-854d788cabf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10592 | 2024.09.01 21:05:05.864473 [ 3 ] {} <Debug> HTTP-Session: 854cecc2-cce2-4523-a336-854d788cabf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10593 | 2024.09.01 21:05:05.864486 [ 3 ] {} <Debug> HTTP-Session: 854cecc2-cce2-4523-a336-854d788cabf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10594 | 2024.09.01 21:05:05.864519 [ 3 ] {} <Trace> HTTP-Session: 854cecc2-cce2-4523-a336-854d788cabf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10595 | 2024.09.01 21:05:05.864641 [ 3 ] {fbc13727-baf8-4eca-a513-3f3e5556f99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10596 | 2024.09.01 21:05:05.864685 [ 3 ] {fbc13727-baf8-4eca-a513-3f3e5556f99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10597 | 2024.09.01 21:05:05.864922 [ 3 ] {fbc13727-baf8-4eca-a513-3f3e5556f99d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10598 | 2024.09.01 21:05:05.865232 [ 3 ] {fbc13727-baf8-4eca-a513-3f3e5556f99d} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10599 | 2024.09.01 21:05:05.865268 [ 3 ] {fbc13727-baf8-4eca-a513-3f3e5556f99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10600 | 2024.09.01 21:05:05.865619 [ 3 ] {fbc13727-baf8-4eca-a513-3f3e5556f99d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10601 | 2024.09.01 21:05:05.865973 [ 3 ] {fbc13727-baf8-4eca-a513-3f3e5556f99d} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10602 | 2024.09.01 21:05:05.866098 [ 3 ] {fbc13727-baf8-4eca-a513-3f3e5556f99d} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001501 sec., 45303.13124583611 rows/sec., 3.54 MiB/sec. | ||
10603 | 2024.09.01 21:05:05.866256 [ 3 ] {fbc13727-baf8-4eca-a513-3f3e5556f99d} <Debug> DynamicQueryHandler: Done processing query | ||
10604 | 2024.09.01 21:05:05.866279 [ 3 ] {fbc13727-baf8-4eca-a513-3f3e5556f99d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10605 | 2024.09.01 21:05:05.866295 [ 3 ] {} <Debug> HTTP-Session: 854cecc2-cce2-4523-a336-854d788cabf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10606 | 2024.09.01 21:05:05.866442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10607 | 2024.09.01 21:05:05.866489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10608 | 2024.09.01 21:05:05.866507 [ 3 ] {} <Debug> HTTP-Session: dea0efb6-88a3-43cc-a7c7-ce5e2527c47c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10609 | 2024.09.01 21:05:05.866524 [ 3 ] {} <Debug> HTTP-Session: dea0efb6-88a3-43cc-a7c7-ce5e2527c47c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10610 | 2024.09.01 21:05:05.866537 [ 3 ] {} <Debug> HTTP-Session: dea0efb6-88a3-43cc-a7c7-ce5e2527c47c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10611 | 2024.09.01 21:05:05.866568 [ 3 ] {} <Trace> HTTP-Session: dea0efb6-88a3-43cc-a7c7-ce5e2527c47c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10612 | 2024.09.01 21:05:05.866711 [ 3 ] {0a2a7add-c32b-42c6-a3c7-f9f9b1296e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10613 | 2024.09.01 21:05:05.866757 [ 3 ] {0a2a7add-c32b-42c6-a3c7-f9f9b1296e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10614 | 2024.09.01 21:05:05.866897 [ 3 ] {0a2a7add-c32b-42c6-a3c7-f9f9b1296e8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10615 | 2024.09.01 21:05:05.867233 [ 3 ] {0a2a7add-c32b-42c6-a3c7-f9f9b1296e8b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10616 | 2024.09.01 21:05:05.867267 [ 3 ] {0a2a7add-c32b-42c6-a3c7-f9f9b1296e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10617 | 2024.09.01 21:05:05.867652 [ 3 ] {0a2a7add-c32b-42c6-a3c7-f9f9b1296e8b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10618 | 2024.09.01 21:05:05.867984 [ 3 ] {0a2a7add-c32b-42c6-a3c7-f9f9b1296e8b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10619 | 2024.09.01 21:05:05.868115 [ 3 ] {0a2a7add-c32b-42c6-a3c7-f9f9b1296e8b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001467 sec., 109747.78459441036 rows/sec., 7.64 MiB/sec. | ||
10620 | 2024.09.01 21:05:05.868347 [ 3 ] {0a2a7add-c32b-42c6-a3c7-f9f9b1296e8b} <Debug> DynamicQueryHandler: Done processing query | ||
10621 | 2024.09.01 21:05:05.868371 [ 3 ] {0a2a7add-c32b-42c6-a3c7-f9f9b1296e8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10622 | 2024.09.01 21:05:05.868409 [ 3 ] {} <Debug> HTTP-Session: dea0efb6-88a3-43cc-a7c7-ce5e2527c47c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10623 | 2024.09.01 21:05:05.868635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10624 | 2024.09.01 21:05:05.868703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10625 | 2024.09.01 21:05:05.868724 [ 3 ] {} <Debug> HTTP-Session: 743b0b0a-cf3e-47f8-aaa9-7f0cefcef059 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10626 | 2024.09.01 21:05:05.868740 [ 3 ] {} <Debug> HTTP-Session: 743b0b0a-cf3e-47f8-aaa9-7f0cefcef059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10627 | 2024.09.01 21:05:05.868753 [ 3 ] {} <Debug> HTTP-Session: 743b0b0a-cf3e-47f8-aaa9-7f0cefcef059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10628 | 2024.09.01 21:05:05.868786 [ 3 ] {} <Trace> HTTP-Session: 743b0b0a-cf3e-47f8-aaa9-7f0cefcef059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10629 | 2024.09.01 21:05:05.868901 [ 3 ] {cf22047e-18c1-4223-86a3-c3023e2aa640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10630 | 2024.09.01 21:05:05.868970 [ 3 ] {cf22047e-18c1-4223-86a3-c3023e2aa640} <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 | ||
10631 | 2024.09.01 21:05:05.869398 [ 3 ] {cf22047e-18c1-4223-86a3-c3023e2aa640} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10632 | 2024.09.01 21:05:05.869786 [ 3 ] {cf22047e-18c1-4223-86a3-c3023e2aa640} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10633 | 2024.09.01 21:05:05.869822 [ 3 ] {cf22047e-18c1-4223-86a3-c3023e2aa640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10634 | 2024.09.01 21:05:05.870403 [ 3 ] {cf22047e-18c1-4223-86a3-c3023e2aa640} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10635 | 2024.09.01 21:05:05.870805 [ 3 ] {cf22047e-18c1-4223-86a3-c3023e2aa640} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10636 | 2024.09.01 21:05:05.870987 [ 3 ] {cf22047e-18c1-4223-86a3-c3023e2aa640} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002118 sec., 944.2870632672332 rows/sec., 1.69 MiB/sec. | ||
10637 | 2024.09.01 21:05:05.871190 [ 3 ] {cf22047e-18c1-4223-86a3-c3023e2aa640} <Debug> DynamicQueryHandler: Done processing query | ||
10638 | 2024.09.01 21:05:05.871214 [ 3 ] {cf22047e-18c1-4223-86a3-c3023e2aa640} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10639 | 2024.09.01 21:05:05.871230 [ 3 ] {} <Debug> HTTP-Session: 743b0b0a-cf3e-47f8-aaa9-7f0cefcef059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10640 | 2024.09.01 21:05:05.871350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10641 | 2024.09.01 21:05:05.871398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10642 | 2024.09.01 21:05:05.871416 [ 3 ] {} <Debug> HTTP-Session: d695c907-f3bb-4cb8-9f05-ad529f91647b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10643 | 2024.09.01 21:05:05.871432 [ 3 ] {} <Debug> HTTP-Session: d695c907-f3bb-4cb8-9f05-ad529f91647b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10644 | 2024.09.01 21:05:05.871446 [ 3 ] {} <Debug> HTTP-Session: d695c907-f3bb-4cb8-9f05-ad529f91647b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10645 | 2024.09.01 21:05:05.871475 [ 3 ] {} <Trace> HTTP-Session: d695c907-f3bb-4cb8-9f05-ad529f91647b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10646 | 2024.09.01 21:05:05.871588 [ 3 ] {7d3a1af8-1462-413e-bcad-b0c132aa2132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10647 | 2024.09.01 21:05:05.871632 [ 3 ] {7d3a1af8-1462-413e-bcad-b0c132aa2132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10648 | 2024.09.01 21:05:05.871758 [ 3 ] {7d3a1af8-1462-413e-bcad-b0c132aa2132} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10649 | 2024.09.01 21:05:05.872112 [ 3 ] {7d3a1af8-1462-413e-bcad-b0c132aa2132} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10650 | 2024.09.01 21:05:05.872148 [ 3 ] {7d3a1af8-1462-413e-bcad-b0c132aa2132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10651 | 2024.09.01 21:05:05.872504 [ 3 ] {7d3a1af8-1462-413e-bcad-b0c132aa2132} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10652 | 2024.09.01 21:05:05.872828 [ 3 ] {7d3a1af8-1462-413e-bcad-b0c132aa2132} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10653 | 2024.09.01 21:05:05.872972 [ 3 ] {7d3a1af8-1462-413e-bcad-b0c132aa2132} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
10654 | 2024.09.01 21:05:05.873139 [ 3 ] {7d3a1af8-1462-413e-bcad-b0c132aa2132} <Debug> DynamicQueryHandler: Done processing query | ||
10655 | 2024.09.01 21:05:05.873162 [ 3 ] {7d3a1af8-1462-413e-bcad-b0c132aa2132} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10656 | 2024.09.01 21:05:05.873178 [ 3 ] {} <Debug> HTTP-Session: d695c907-f3bb-4cb8-9f05-ad529f91647b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10657 | 2024.09.01 21:05:09.019009 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10658 | 2024.09.01 21:05:09.019062 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10659 | 2024.09.01 21:05:10.863426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10660 | 2024.09.01 21:05:10.863540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10661 | 2024.09.01 21:05:10.863564 [ 3 ] {} <Debug> HTTP-Session: f2fc6b49-3d48-4a25-bff2-21ac653299f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10662 | 2024.09.01 21:05:10.863588 [ 3 ] {} <Debug> HTTP-Session: f2fc6b49-3d48-4a25-bff2-21ac653299f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10663 | 2024.09.01 21:05:10.863603 [ 3 ] {} <Debug> HTTP-Session: f2fc6b49-3d48-4a25-bff2-21ac653299f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10664 | 2024.09.01 21:05:10.863650 [ 3 ] {} <Trace> HTTP-Session: f2fc6b49-3d48-4a25-bff2-21ac653299f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10665 | 2024.09.01 21:05:10.863821 [ 3 ] {0cf2a68f-721c-4edb-9240-2ba93949efc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10666 | 2024.09.01 21:05:10.863885 [ 3 ] {0cf2a68f-721c-4edb-9240-2ba93949efc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10667 | 2024.09.01 21:05:10.864215 [ 3 ] {0cf2a68f-721c-4edb-9240-2ba93949efc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10668 | 2024.09.01 21:05:10.864624 [ 3 ] {0cf2a68f-721c-4edb-9240-2ba93949efc9} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10669 | 2024.09.01 21:05:10.864663 [ 3 ] {0cf2a68f-721c-4edb-9240-2ba93949efc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10670 | 2024.09.01 21:05:10.865065 [ 3 ] {0cf2a68f-721c-4edb-9240-2ba93949efc9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10671 | 2024.09.01 21:05:10.865444 [ 3 ] {0cf2a68f-721c-4edb-9240-2ba93949efc9} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10672 | 2024.09.01 21:05:10.865593 [ 3 ] {0cf2a68f-721c-4edb-9240-2ba93949efc9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001821 sec., 1098.297638660077 rows/sec., 89.56 KiB/sec. | ||
10673 | 2024.09.01 21:05:10.865790 [ 3 ] {0cf2a68f-721c-4edb-9240-2ba93949efc9} <Debug> DynamicQueryHandler: Done processing query | ||
10674 | 2024.09.01 21:05:10.865817 [ 3 ] {0cf2a68f-721c-4edb-9240-2ba93949efc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10675 | 2024.09.01 21:05:10.865833 [ 3 ] {} <Debug> HTTP-Session: f2fc6b49-3d48-4a25-bff2-21ac653299f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10676 | 2024.09.01 21:05:10.866068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 39384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10677 | 2024.09.01 21:05:10.866120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10678 | 2024.09.01 21:05:10.866140 [ 3 ] {} <Debug> HTTP-Session: 2104d88c-a112-4290-8814-f54920e4a5cf Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10679 | 2024.09.01 21:05:10.866158 [ 3 ] {} <Debug> HTTP-Session: 2104d88c-a112-4290-8814-f54920e4a5cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10680 | 2024.09.01 21:05:10.866172 [ 3 ] {} <Debug> HTTP-Session: 2104d88c-a112-4290-8814-f54920e4a5cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10681 | 2024.09.01 21:05:10.866208 [ 3 ] {} <Trace> HTTP-Session: 2104d88c-a112-4290-8814-f54920e4a5cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10682 | 2024.09.01 21:05:10.866393 [ 3 ] {ee7e39e7-5558-416e-b5da-f45553223c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10683 | 2024.09.01 21:05:10.866439 [ 3 ] {ee7e39e7-5558-416e-b5da-f45553223c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10684 | 2024.09.01 21:05:10.866668 [ 3 ] {ee7e39e7-5558-416e-b5da-f45553223c54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10685 | 2024.09.01 21:05:10.867259 [ 3 ] {ee7e39e7-5558-416e-b5da-f45553223c54} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10686 | 2024.09.01 21:05:10.867295 [ 3 ] {ee7e39e7-5558-416e-b5da-f45553223c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10687 | 2024.09.01 21:05:10.867668 [ 3 ] {ee7e39e7-5558-416e-b5da-f45553223c54} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10688 | 2024.09.01 21:05:10.868023 [ 3 ] {ee7e39e7-5558-416e-b5da-f45553223c54} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10689 | 2024.09.01 21:05:10.868158 [ 3 ] {ee7e39e7-5558-416e-b5da-f45553223c54} <Debug> executeQuery: Read 260 rows, 23.58 KiB in 0.001858 sec., 139935.41442411195 rows/sec., 12.39 MiB/sec. | ||
10690 | 2024.09.01 21:05:10.868332 [ 3 ] {ee7e39e7-5558-416e-b5da-f45553223c54} <Debug> DynamicQueryHandler: Done processing query | ||
10691 | 2024.09.01 21:05:10.868356 [ 3 ] {ee7e39e7-5558-416e-b5da-f45553223c54} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10692 | 2024.09.01 21:05:10.868372 [ 3 ] {} <Debug> HTTP-Session: 2104d88c-a112-4290-8814-f54920e4a5cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10693 | 2024.09.01 21:05:10.868489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10694 | 2024.09.01 21:05:10.868539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10695 | 2024.09.01 21:05:10.868558 [ 3 ] {} <Debug> HTTP-Session: d62d82de-5a86-4d8a-a4f0-2426ab5e4aa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10696 | 2024.09.01 21:05:10.868575 [ 3 ] {} <Debug> HTTP-Session: d62d82de-5a86-4d8a-a4f0-2426ab5e4aa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10697 | 2024.09.01 21:05:10.868589 [ 3 ] {} <Debug> HTTP-Session: d62d82de-5a86-4d8a-a4f0-2426ab5e4aa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10698 | 2024.09.01 21:05:10.868622 [ 3 ] {} <Trace> HTTP-Session: d62d82de-5a86-4d8a-a4f0-2426ab5e4aa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10699 | 2024.09.01 21:05:10.868732 [ 3 ] {1ef03dff-61c0-4952-b085-66293120e54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10700 | 2024.09.01 21:05:10.868776 [ 3 ] {1ef03dff-61c0-4952-b085-66293120e54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10701 | 2024.09.01 21:05:10.868999 [ 3 ] {1ef03dff-61c0-4952-b085-66293120e54e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10702 | 2024.09.01 21:05:10.869306 [ 3 ] {1ef03dff-61c0-4952-b085-66293120e54e} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10703 | 2024.09.01 21:05:10.869342 [ 3 ] {1ef03dff-61c0-4952-b085-66293120e54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10704 | 2024.09.01 21:05:10.869681 [ 3 ] {1ef03dff-61c0-4952-b085-66293120e54e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10705 | 2024.09.01 21:05:10.870044 [ 3 ] {1ef03dff-61c0-4952-b085-66293120e54e} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10706 | 2024.09.01 21:05:10.870172 [ 3 ] {1ef03dff-61c0-4952-b085-66293120e54e} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001477 sec., 25050.778605280975 rows/sec., 1.83 MiB/sec. | ||
10707 | 2024.09.01 21:05:10.870328 [ 3 ] {1ef03dff-61c0-4952-b085-66293120e54e} <Debug> DynamicQueryHandler: Done processing query | ||
10708 | 2024.09.01 21:05:10.870351 [ 3 ] {1ef03dff-61c0-4952-b085-66293120e54e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10709 | 2024.09.01 21:05:10.870367 [ 3 ] {} <Debug> HTTP-Session: d62d82de-5a86-4d8a-a4f0-2426ab5e4aa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10710 | 2024.09.01 21:05:10.870483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10711 | 2024.09.01 21:05:10.870531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10712 | 2024.09.01 21:05:10.870550 [ 3 ] {} <Debug> HTTP-Session: e904f71e-f403-447e-b10b-a1cc03604570 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10713 | 2024.09.01 21:05:10.870566 [ 3 ] {} <Debug> HTTP-Session: e904f71e-f403-447e-b10b-a1cc03604570 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10714 | 2024.09.01 21:05:10.870580 [ 3 ] {} <Debug> HTTP-Session: e904f71e-f403-447e-b10b-a1cc03604570 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10715 | 2024.09.01 21:05:10.870611 [ 3 ] {} <Trace> HTTP-Session: e904f71e-f403-447e-b10b-a1cc03604570 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10716 | 2024.09.01 21:05:10.870707 [ 3 ] {aebe97d4-713c-45a6-98b9-8712fc0b7a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10717 | 2024.09.01 21:05:10.870750 [ 3 ] {aebe97d4-713c-45a6-98b9-8712fc0b7a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10718 | 2024.09.01 21:05:10.870969 [ 3 ] {aebe97d4-713c-45a6-98b9-8712fc0b7a2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10719 | 2024.09.01 21:05:10.871341 [ 3 ] {aebe97d4-713c-45a6-98b9-8712fc0b7a2d} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10720 | 2024.09.01 21:05:10.871377 [ 3 ] {aebe97d4-713c-45a6-98b9-8712fc0b7a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10721 | 2024.09.01 21:05:10.871723 [ 3 ] {aebe97d4-713c-45a6-98b9-8712fc0b7a2d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10722 | 2024.09.01 21:05:10.872072 [ 3 ] {aebe97d4-713c-45a6-98b9-8712fc0b7a2d} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10723 | 2024.09.01 21:05:10.872199 [ 3 ] {aebe97d4-713c-45a6-98b9-8712fc0b7a2d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001519 sec., 9216.589861751152 rows/sec., 645.47 KiB/sec. | ||
10724 | 2024.09.01 21:05:10.872363 [ 3 ] {aebe97d4-713c-45a6-98b9-8712fc0b7a2d} <Debug> DynamicQueryHandler: Done processing query | ||
10725 | 2024.09.01 21:05:10.872387 [ 3 ] {aebe97d4-713c-45a6-98b9-8712fc0b7a2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10726 | 2024.09.01 21:05:10.872403 [ 3 ] {} <Debug> HTTP-Session: e904f71e-f403-447e-b10b-a1cc03604570 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10727 | 2024.09.01 21:05:10.872511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10728 | 2024.09.01 21:05:10.872561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10729 | 2024.09.01 21:05:10.872580 [ 3 ] {} <Debug> HTTP-Session: ed64f4c0-f400-4b4d-bb4e-6e4ce7e55118 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10730 | 2024.09.01 21:05:10.872596 [ 3 ] {} <Debug> HTTP-Session: ed64f4c0-f400-4b4d-bb4e-6e4ce7e55118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10731 | 2024.09.01 21:05:10.872610 [ 3 ] {} <Debug> HTTP-Session: ed64f4c0-f400-4b4d-bb4e-6e4ce7e55118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10732 | 2024.09.01 21:05:10.872642 [ 3 ] {} <Trace> HTTP-Session: ed64f4c0-f400-4b4d-bb4e-6e4ce7e55118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10733 | 2024.09.01 21:05:10.872738 [ 3 ] {f2794326-420d-411e-a397-027f1b477822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10734 | 2024.09.01 21:05:10.872779 [ 3 ] {f2794326-420d-411e-a397-027f1b477822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10735 | 2024.09.01 21:05:10.872999 [ 3 ] {f2794326-420d-411e-a397-027f1b477822} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10736 | 2024.09.01 21:05:10.873298 [ 3 ] {f2794326-420d-411e-a397-027f1b477822} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10737 | 2024.09.01 21:05:10.873334 [ 3 ] {f2794326-420d-411e-a397-027f1b477822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10738 | 2024.09.01 21:05:10.873672 [ 3 ] {f2794326-420d-411e-a397-027f1b477822} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10739 | 2024.09.01 21:05:10.874020 [ 3 ] {f2794326-420d-411e-a397-027f1b477822} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10740 | 2024.09.01 21:05:10.874156 [ 3 ] {f2794326-420d-411e-a397-027f1b477822} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 245.66 KiB/sec. | ||
10741 | 2024.09.01 21:05:10.874379 [ 3 ] {f2794326-420d-411e-a397-027f1b477822} <Debug> DynamicQueryHandler: Done processing query | ||
10742 | 2024.09.01 21:05:10.874403 [ 3 ] {f2794326-420d-411e-a397-027f1b477822} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10743 | 2024.09.01 21:05:10.874420 [ 3 ] {} <Debug> HTTP-Session: ed64f4c0-f400-4b4d-bb4e-6e4ce7e55118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10744 | 2024.09.01 21:05:10.874568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 68055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10745 | 2024.09.01 21:05:10.874617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10746 | 2024.09.01 21:05:10.874636 [ 3 ] {} <Debug> HTTP-Session: cc17e939-8a49-45b7-bd18-92f87b491070 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10747 | 2024.09.01 21:05:10.874652 [ 3 ] {} <Debug> HTTP-Session: cc17e939-8a49-45b7-bd18-92f87b491070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10748 | 2024.09.01 21:05:10.874666 [ 3 ] {} <Debug> HTTP-Session: cc17e939-8a49-45b7-bd18-92f87b491070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10749 | 2024.09.01 21:05:10.874697 [ 3 ] {} <Trace> HTTP-Session: cc17e939-8a49-45b7-bd18-92f87b491070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10750 | 2024.09.01 21:05:10.874904 [ 3 ] {0b6cfee4-17b1-4ede-89a4-1606c37733cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10751 | 2024.09.01 21:05:10.874947 [ 3 ] {0b6cfee4-17b1-4ede-89a4-1606c37733cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10752 | 2024.09.01 21:05:10.875164 [ 3 ] {0b6cfee4-17b1-4ede-89a4-1606c37733cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10753 | 2024.09.01 21:05:10.875723 [ 3 ] {0b6cfee4-17b1-4ede-89a4-1606c37733cd} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10754 | 2024.09.01 21:05:10.875758 [ 3 ] {0b6cfee4-17b1-4ede-89a4-1606c37733cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10755 | 2024.09.01 21:05:10.876137 [ 3 ] {0b6cfee4-17b1-4ede-89a4-1606c37733cd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10756 | 2024.09.01 21:05:10.876487 [ 3 ] {0b6cfee4-17b1-4ede-89a4-1606c37733cd} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10757 | 2024.09.01 21:05:10.876615 [ 3 ] {0b6cfee4-17b1-4ede-89a4-1606c37733cd} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001822 sec., 229967.06915477497 rows/sec., 16.43 MiB/sec. | ||
10758 | 2024.09.01 21:05:10.876818 [ 3 ] {0b6cfee4-17b1-4ede-89a4-1606c37733cd} <Debug> DynamicQueryHandler: Done processing query | ||
10759 | 2024.09.01 21:05:10.876850 [ 3 ] {0b6cfee4-17b1-4ede-89a4-1606c37733cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
10760 | 2024.09.01 21:05:10.876873 [ 3 ] {} <Debug> HTTP-Session: cc17e939-8a49-45b7-bd18-92f87b491070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10761 | 2024.09.01 21:05:10.876990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10762 | 2024.09.01 21:05:10.877039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10763 | 2024.09.01 21:05:10.877058 [ 3 ] {} <Debug> HTTP-Session: d8ca0d5a-f628-4cf9-bad3-0f6fb56af104 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10764 | 2024.09.01 21:05:10.877075 [ 3 ] {} <Debug> HTTP-Session: d8ca0d5a-f628-4cf9-bad3-0f6fb56af104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10765 | 2024.09.01 21:05:10.877089 [ 3 ] {} <Debug> HTTP-Session: d8ca0d5a-f628-4cf9-bad3-0f6fb56af104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10766 | 2024.09.01 21:05:10.877120 [ 3 ] {} <Trace> HTTP-Session: d8ca0d5a-f628-4cf9-bad3-0f6fb56af104 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10767 | 2024.09.01 21:05:10.877216 [ 3 ] {2fecb530-6e23-4d6d-9737-421d536c9169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10768 | 2024.09.01 21:05:10.877260 [ 3 ] {2fecb530-6e23-4d6d-9737-421d536c9169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10769 | 2024.09.01 21:05:10.877385 [ 3 ] {2fecb530-6e23-4d6d-9737-421d536c9169} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10770 | 2024.09.01 21:05:10.877652 [ 3 ] {2fecb530-6e23-4d6d-9737-421d536c9169} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10771 | 2024.09.01 21:05:10.877688 [ 3 ] {2fecb530-6e23-4d6d-9737-421d536c9169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10772 | 2024.09.01 21:05:10.878034 [ 3 ] {2fecb530-6e23-4d6d-9737-421d536c9169} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10773 | 2024.09.01 21:05:10.878352 [ 3 ] {2fecb530-6e23-4d6d-9737-421d536c9169} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10774 | 2024.09.01 21:05:10.878476 [ 3 ] {2fecb530-6e23-4d6d-9737-421d536c9169} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001286 sec., 4665.629860031104 rows/sec., 243.76 KiB/sec. | ||
10775 | 2024.09.01 21:05:10.878636 [ 3 ] {2fecb530-6e23-4d6d-9737-421d536c9169} <Debug> DynamicQueryHandler: Done processing query | ||
10776 | 2024.09.01 21:05:10.878660 [ 3 ] {2fecb530-6e23-4d6d-9737-421d536c9169} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10777 | 2024.09.01 21:05:10.878676 [ 3 ] {} <Debug> HTTP-Session: d8ca0d5a-f628-4cf9-bad3-0f6fb56af104 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10778 | 2024.09.01 21:05:10.878815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10779 | 2024.09.01 21:05:10.878863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10780 | 2024.09.01 21:05:10.878882 [ 3 ] {} <Debug> HTTP-Session: f7052d41-81e1-4d05-927b-9d5751436ee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10781 | 2024.09.01 21:05:10.878898 [ 3 ] {} <Debug> HTTP-Session: f7052d41-81e1-4d05-927b-9d5751436ee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10782 | 2024.09.01 21:05:10.878912 [ 3 ] {} <Debug> HTTP-Session: f7052d41-81e1-4d05-927b-9d5751436ee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10783 | 2024.09.01 21:05:10.878942 [ 3 ] {} <Trace> HTTP-Session: f7052d41-81e1-4d05-927b-9d5751436ee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10784 | 2024.09.01 21:05:10.879158 [ 3 ] {45aaeabc-dca6-4611-9fd7-39f910e2f22a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10785 | 2024.09.01 21:05:10.879202 [ 3 ] {45aaeabc-dca6-4611-9fd7-39f910e2f22a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10786 | 2024.09.01 21:05:10.879341 [ 3 ] {45aaeabc-dca6-4611-9fd7-39f910e2f22a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10787 | 2024.09.01 21:05:10.879760 [ 3 ] {45aaeabc-dca6-4611-9fd7-39f910e2f22a} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10788 | 2024.09.01 21:05:10.879795 [ 3 ] {45aaeabc-dca6-4611-9fd7-39f910e2f22a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10789 | 2024.09.01 21:05:10.880174 [ 3 ] {45aaeabc-dca6-4611-9fd7-39f910e2f22a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10790 | 2024.09.01 21:05:10.880504 [ 3 ] {45aaeabc-dca6-4611-9fd7-39f910e2f22a} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10791 | 2024.09.01 21:05:10.880647 [ 3 ] {45aaeabc-dca6-4611-9fd7-39f910e2f22a} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001629 sec., 146101.90300798035 rows/sec., 9.79 MiB/sec. | ||
10792 | 2024.09.01 21:05:10.880860 [ 3 ] {45aaeabc-dca6-4611-9fd7-39f910e2f22a} <Debug> DynamicQueryHandler: Done processing query | ||
10793 | 2024.09.01 21:05:10.880899 [ 3 ] {45aaeabc-dca6-4611-9fd7-39f910e2f22a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10794 | 2024.09.01 21:05:10.880931 [ 3 ] {} <Debug> HTTP-Session: f7052d41-81e1-4d05-927b-9d5751436ee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10795 | 2024.09.01 21:05:10.881073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10796 | 2024.09.01 21:05:10.881121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10797 | 2024.09.01 21:05:10.881140 [ 3 ] {} <Debug> HTTP-Session: 496ea0bd-aca4-41bc-a666-de0b8d7ff919 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10798 | 2024.09.01 21:05:10.881156 [ 3 ] {} <Debug> HTTP-Session: 496ea0bd-aca4-41bc-a666-de0b8d7ff919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10799 | 2024.09.01 21:05:10.881170 [ 3 ] {} <Debug> HTTP-Session: 496ea0bd-aca4-41bc-a666-de0b8d7ff919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10800 | 2024.09.01 21:05:10.881201 [ 3 ] {} <Trace> HTTP-Session: 496ea0bd-aca4-41bc-a666-de0b8d7ff919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10801 | 2024.09.01 21:05:10.881299 [ 3 ] {4ab93bfd-66ca-4b37-9fe3-6a041373fa63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10802 | 2024.09.01 21:05:10.881344 [ 3 ] {4ab93bfd-66ca-4b37-9fe3-6a041373fa63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10803 | 2024.09.01 21:05:10.881484 [ 3 ] {4ab93bfd-66ca-4b37-9fe3-6a041373fa63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10804 | 2024.09.01 21:05:10.881775 [ 3 ] {4ab93bfd-66ca-4b37-9fe3-6a041373fa63} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10805 | 2024.09.01 21:05:10.881811 [ 3 ] {4ab93bfd-66ca-4b37-9fe3-6a041373fa63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10806 | 2024.09.01 21:05:10.882153 [ 3 ] {4ab93bfd-66ca-4b37-9fe3-6a041373fa63} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10807 | 2024.09.01 21:05:10.882468 [ 3 ] {4ab93bfd-66ca-4b37-9fe3-6a041373fa63} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10808 | 2024.09.01 21:05:10.882628 [ 3 ] {4ab93bfd-66ca-4b37-9fe3-6a041373fa63} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00134 sec., 746.2686567164179 rows/sec., 50.29 KiB/sec. | ||
10809 | 2024.09.01 21:05:10.882835 [ 3 ] {4ab93bfd-66ca-4b37-9fe3-6a041373fa63} <Debug> DynamicQueryHandler: Done processing query | ||
10810 | 2024.09.01 21:05:10.882859 [ 3 ] {4ab93bfd-66ca-4b37-9fe3-6a041373fa63} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10811 | 2024.09.01 21:05:10.882875 [ 3 ] {} <Debug> HTTP-Session: 496ea0bd-aca4-41bc-a666-de0b8d7ff919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10812 | 2024.09.01 21:05:10.883012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10813 | 2024.09.01 21:05:10.883061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10814 | 2024.09.01 21:05:10.883084 [ 3 ] {} <Debug> HTTP-Session: 3885ff8c-cfe4-4980-b807-fb973c8e929b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10815 | 2024.09.01 21:05:10.883100 [ 3 ] {} <Debug> HTTP-Session: 3885ff8c-cfe4-4980-b807-fb973c8e929b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10816 | 2024.09.01 21:05:10.883114 [ 3 ] {} <Debug> HTTP-Session: 3885ff8c-cfe4-4980-b807-fb973c8e929b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10817 | 2024.09.01 21:05:10.883144 [ 3 ] {} <Trace> HTTP-Session: 3885ff8c-cfe4-4980-b807-fb973c8e929b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10818 | 2024.09.01 21:05:10.883535 [ 3 ] {bf5938c9-dc81-403c-b632-74de3cf8b39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10819 | 2024.09.01 21:05:10.883599 [ 3 ] {bf5938c9-dc81-403c-b632-74de3cf8b39c} <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 | ||
10820 | 2024.09.01 21:05:10.884002 [ 3 ] {bf5938c9-dc81-403c-b632-74de3cf8b39c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10821 | 2024.09.01 21:05:10.884635 [ 3 ] {bf5938c9-dc81-403c-b632-74de3cf8b39c} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10822 | 2024.09.01 21:05:10.884671 [ 3 ] {bf5938c9-dc81-403c-b632-74de3cf8b39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10823 | 2024.09.01 21:05:10.885291 [ 3 ] {bf5938c9-dc81-403c-b632-74de3cf8b39c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10824 | 2024.09.01 21:05:10.885701 [ 3 ] {bf5938c9-dc81-403c-b632-74de3cf8b39c} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10825 | 2024.09.01 21:05:10.885882 [ 3 ] {bf5938c9-dc81-403c-b632-74de3cf8b39c} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002645 sec., 13232.51417769376 rows/sec., 23.71 MiB/sec. | ||
10826 | 2024.09.01 21:05:10.886092 [ 3 ] {bf5938c9-dc81-403c-b632-74de3cf8b39c} <Debug> DynamicQueryHandler: Done processing query | ||
10827 | 2024.09.01 21:05:10.886116 [ 3 ] {bf5938c9-dc81-403c-b632-74de3cf8b39c} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10828 | 2024.09.01 21:05:10.886131 [ 3 ] {} <Debug> HTTP-Session: 3885ff8c-cfe4-4980-b807-fb973c8e929b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10829 | 2024.09.01 21:05:10.886251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10830 | 2024.09.01 21:05:10.886299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10831 | 2024.09.01 21:05:10.886318 [ 3 ] {} <Debug> HTTP-Session: 4043fdbc-38f9-4ce1-bf20-16005247a8ea Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10832 | 2024.09.01 21:05:10.886334 [ 3 ] {} <Debug> HTTP-Session: 4043fdbc-38f9-4ce1-bf20-16005247a8ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10833 | 2024.09.01 21:05:10.886348 [ 3 ] {} <Debug> HTTP-Session: 4043fdbc-38f9-4ce1-bf20-16005247a8ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10834 | 2024.09.01 21:05:10.886379 [ 3 ] {} <Trace> HTTP-Session: 4043fdbc-38f9-4ce1-bf20-16005247a8ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10835 | 2024.09.01 21:05:10.886494 [ 3 ] {3798bc96-407e-4f9d-ac2d-62b62872eb4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10836 | 2024.09.01 21:05:10.886538 [ 3 ] {3798bc96-407e-4f9d-ac2d-62b62872eb4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10837 | 2024.09.01 21:05:10.886664 [ 3 ] {3798bc96-407e-4f9d-ac2d-62b62872eb4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10838 | 2024.09.01 21:05:10.886983 [ 3 ] {3798bc96-407e-4f9d-ac2d-62b62872eb4f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10839 | 2024.09.01 21:05:10.887019 [ 3 ] {3798bc96-407e-4f9d-ac2d-62b62872eb4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10840 | 2024.09.01 21:05:10.887372 [ 3 ] {3798bc96-407e-4f9d-ac2d-62b62872eb4f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10841 | 2024.09.01 21:05:10.887695 [ 3 ] {3798bc96-407e-4f9d-ac2d-62b62872eb4f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10842 | 2024.09.01 21:05:10.887847 [ 3 ] {3798bc96-407e-4f9d-ac2d-62b62872eb4f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001389 sec., 59035.277177825774 rows/sec., 3.75 MiB/sec. | ||
10843 | 2024.09.01 21:05:10.888009 [ 3 ] {3798bc96-407e-4f9d-ac2d-62b62872eb4f} <Debug> DynamicQueryHandler: Done processing query | ||
10844 | 2024.09.01 21:05:10.888033 [ 3 ] {3798bc96-407e-4f9d-ac2d-62b62872eb4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10845 | 2024.09.01 21:05:10.888049 [ 3 ] {} <Debug> HTTP-Session: 4043fdbc-38f9-4ce1-bf20-16005247a8ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10846 | 2024.09.01 21:05:15.856974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10847 | 2024.09.01 21:05:15.857159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10848 | 2024.09.01 21:05:15.857204 [ 3 ] {} <Debug> HTTP-Session: 25e1fc7a-c29c-4e30-a75d-cfb6fdf4a869 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10849 | 2024.09.01 21:05:15.857245 [ 3 ] {} <Debug> HTTP-Session: 25e1fc7a-c29c-4e30-a75d-cfb6fdf4a869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10850 | 2024.09.01 21:05:15.857274 [ 3 ] {} <Debug> HTTP-Session: 25e1fc7a-c29c-4e30-a75d-cfb6fdf4a869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10851 | 2024.09.01 21:05:15.857349 [ 3 ] {} <Trace> HTTP-Session: 25e1fc7a-c29c-4e30-a75d-cfb6fdf4a869 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10852 | 2024.09.01 21:05:15.857570 [ 3 ] {bff00049-25ad-440b-86da-6ed46bc6922c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10853 | 2024.09.01 21:05:15.857635 [ 3 ] {bff00049-25ad-440b-86da-6ed46bc6922c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10854 | 2024.09.01 21:05:15.857951 [ 3 ] {bff00049-25ad-440b-86da-6ed46bc6922c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10855 | 2024.09.01 21:05:15.858422 [ 3 ] {bff00049-25ad-440b-86da-6ed46bc6922c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10856 | 2024.09.01 21:05:15.858467 [ 3 ] {bff00049-25ad-440b-86da-6ed46bc6922c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10857 | 2024.09.01 21:05:15.858887 [ 3 ] {bff00049-25ad-440b-86da-6ed46bc6922c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10858 | 2024.09.01 21:05:15.859270 [ 3 ] {bff00049-25ad-440b-86da-6ed46bc6922c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10859 | 2024.09.01 21:05:15.859414 [ 3 ] {bff00049-25ad-440b-86da-6ed46bc6922c} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.001913 sec., 31364.349189754314 rows/sec., 2.43 MiB/sec. | ||
10860 | 2024.09.01 21:05:15.859612 [ 3 ] {bff00049-25ad-440b-86da-6ed46bc6922c} <Debug> DynamicQueryHandler: Done processing query | ||
10861 | 2024.09.01 21:05:15.859638 [ 3 ] {bff00049-25ad-440b-86da-6ed46bc6922c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10862 | 2024.09.01 21:05:15.859655 [ 3 ] {} <Debug> HTTP-Session: 25e1fc7a-c29c-4e30-a75d-cfb6fdf4a869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10863 | 2024.09.01 21:05:15.859816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10864 | 2024.09.01 21:05:15.859868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10865 | 2024.09.01 21:05:15.859888 [ 3 ] {} <Debug> HTTP-Session: 66cc5be3-9def-4560-bd5a-086508c5d5c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10866 | 2024.09.01 21:05:15.859906 [ 3 ] {} <Debug> HTTP-Session: 66cc5be3-9def-4560-bd5a-086508c5d5c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10867 | 2024.09.01 21:05:15.859919 [ 3 ] {} <Debug> HTTP-Session: 66cc5be3-9def-4560-bd5a-086508c5d5c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10868 | 2024.09.01 21:05:15.859954 [ 3 ] {} <Trace> HTTP-Session: 66cc5be3-9def-4560-bd5a-086508c5d5c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10869 | 2024.09.01 21:05:15.860055 [ 3 ] {0de85256-494d-4d01-a601-af74d904eedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10870 | 2024.09.01 21:05:15.860103 [ 3 ] {0de85256-494d-4d01-a601-af74d904eedd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10871 | 2024.09.01 21:05:15.860331 [ 3 ] {0de85256-494d-4d01-a601-af74d904eedd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10872 | 2024.09.01 21:05:15.860647 [ 3 ] {0de85256-494d-4d01-a601-af74d904eedd} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10873 | 2024.09.01 21:05:15.860684 [ 3 ] {0de85256-494d-4d01-a601-af74d904eedd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10874 | 2024.09.01 21:05:15.861026 [ 3 ] {0de85256-494d-4d01-a601-af74d904eedd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10875 | 2024.09.01 21:05:15.861388 [ 3 ] {0de85256-494d-4d01-a601-af74d904eedd} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10876 | 2024.09.01 21:05:15.861513 [ 140 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10877 | 2024.09.01 21:05:15.861514 [ 3 ] {0de85256-494d-4d01-a601-af74d904eedd} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001487 sec., 1344.9899125756556 rows/sec., 101.14 KiB/sec. | ||
10878 | 2024.09.01 21:05:15.861563 [ 140 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10879 | 2024.09.01 21:05:15.861604 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10880 | 2024.09.01 21:05:15.861730 [ 3 ] {0de85256-494d-4d01-a601-af74d904eedd} <Debug> DynamicQueryHandler: Done processing query | ||
10881 | 2024.09.01 21:05:15.861739 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
10882 | 2024.09.01 21:05:15.861756 [ 3 ] {0de85256-494d-4d01-a601-af74d904eedd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10883 | 2024.09.01 21:05:15.861786 [ 3 ] {} <Debug> HTTP-Session: 66cc5be3-9def-4560-bd5a-086508c5d5c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10884 | 2024.09.01 21:05:15.861897 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10885 | 2024.09.01 21:05:15.861918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10886 | 2024.09.01 21:05:15.861936 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 55 rows starting from the beginning of the part | ||
10887 | 2024.09.01 21:05:15.861976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10888 | 2024.09.01 21:05:15.862016 [ 3 ] {} <Debug> HTTP-Session: 357d4a2b-07e1-4a17-860d-49085311730e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10889 | 2024.09.01 21:05:15.862042 [ 3 ] {} <Debug> HTTP-Session: 357d4a2b-07e1-4a17-860d-49085311730e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10890 | 2024.09.01 21:05:15.862043 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 2 rows starting from the beginning of the part | ||
10891 | 2024.09.01 21:05:15.862115 [ 3 ] {} <Debug> HTTP-Session: 357d4a2b-07e1-4a17-860d-49085311730e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10892 | 2024.09.01 21:05:15.862247 [ 3 ] {} <Trace> HTTP-Session: 357d4a2b-07e1-4a17-860d-49085311730e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10893 | 2024.09.01 21:05:15.862481 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 35 rows starting from the beginning of the part | ||
10894 | 2024.09.01 21:05:15.862692 [ 3 ] {f5e48a0a-a427-4d3f-9c15-e05bb431920c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10895 | 2024.09.01 21:05:15.862853 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 4 rows starting from the beginning of the part | ||
10896 | 2024.09.01 21:05:15.862863 [ 3 ] {f5e48a0a-a427-4d3f-9c15-e05bb431920c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10897 | 2024.09.01 21:05:15.863275 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 37 rows starting from the beginning of the part | ||
10898 | 2024.09.01 21:05:15.863625 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 2 rows starting from the beginning of the part | ||
10899 | 2024.09.01 21:05:15.864303 [ 3 ] {f5e48a0a-a427-4d3f-9c15-e05bb431920c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10900 | 2024.09.01 21:05:15.864816 [ 3 ] {f5e48a0a-a427-4d3f-9c15-e05bb431920c} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10901 | 2024.09.01 21:05:15.864859 [ 3 ] {f5e48a0a-a427-4d3f-9c15-e05bb431920c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10902 | 2024.09.01 21:05:15.865455 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 135 rows, containing 5 columns (5 merged, 0 gathered) in 0.003777411 sec., 35738.76393116873 rows/sec., 2.73 MiB/sec. | ||
10903 | 2024.09.01 21:05:15.865514 [ 3 ] {f5e48a0a-a427-4d3f-9c15-e05bb431920c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10904 | 2024.09.01 21:05:15.865571 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10905 | 2024.09.01 21:05:15.866060 [ 3 ] {f5e48a0a-a427-4d3f-9c15-e05bb431920c} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10906 | 2024.09.01 21:05:15.866146 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_51_10} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10907 | 2024.09.01 21:05:15.866258 [ 3 ] {f5e48a0a-a427-4d3f-9c15-e05bb431920c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.003745 sec., 17623.497997329774 rows/sec., 1.38 MiB/sec. | ||
10908 | 2024.09.01 21:05:15.866299 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_51_10} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10909 | 2024.09.01 21:05:15.866432 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
10910 | 2024.09.01 21:05:15.866503 [ 3 ] {f5e48a0a-a427-4d3f-9c15-e05bb431920c} <Debug> DynamicQueryHandler: Done processing query | ||
10911 | 2024.09.01 21:05:15.866528 [ 3 ] {f5e48a0a-a427-4d3f-9c15-e05bb431920c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10912 | 2024.09.01 21:05:15.866544 [ 3 ] {} <Debug> HTTP-Session: 357d4a2b-07e1-4a17-860d-49085311730e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10913 | 2024.09.01 21:05:15.866713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10914 | 2024.09.01 21:05:15.866762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10915 | 2024.09.01 21:05:15.866781 [ 3 ] {} <Debug> HTTP-Session: eec52866-2ce9-4f12-b28b-72b73a4f9439 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10916 | 2024.09.01 21:05:15.866797 [ 3 ] {} <Debug> HTTP-Session: eec52866-2ce9-4f12-b28b-72b73a4f9439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10917 | 2024.09.01 21:05:15.866811 [ 3 ] {} <Debug> HTTP-Session: eec52866-2ce9-4f12-b28b-72b73a4f9439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10918 | 2024.09.01 21:05:15.866843 [ 3 ] {} <Trace> HTTP-Session: eec52866-2ce9-4f12-b28b-72b73a4f9439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10919 | 2024.09.01 21:05:15.866988 [ 3 ] {9569c25a-9fb7-496b-a547-1e57ce6cb740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10920 | 2024.09.01 21:05:15.867037 [ 3 ] {9569c25a-9fb7-496b-a547-1e57ce6cb740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10921 | 2024.09.01 21:05:15.867181 [ 3 ] {9569c25a-9fb7-496b-a547-1e57ce6cb740} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10922 | 2024.09.01 21:05:15.867580 [ 3 ] {9569c25a-9fb7-496b-a547-1e57ce6cb740} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10923 | 2024.09.01 21:05:15.867617 [ 3 ] {9569c25a-9fb7-496b-a547-1e57ce6cb740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10924 | 2024.09.01 21:05:15.868010 [ 3 ] {9569c25a-9fb7-496b-a547-1e57ce6cb740} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10925 | 2024.09.01 21:05:15.868354 [ 3 ] {9569c25a-9fb7-496b-a547-1e57ce6cb740} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10926 | 2024.09.01 21:05:15.868482 [ 3 ] {9569c25a-9fb7-496b-a547-1e57ce6cb740} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
10927 | 2024.09.01 21:05:15.868650 [ 3 ] {9569c25a-9fb7-496b-a547-1e57ce6cb740} <Debug> DynamicQueryHandler: Done processing query | ||
10928 | 2024.09.01 21:05:15.868673 [ 3 ] {9569c25a-9fb7-496b-a547-1e57ce6cb740} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10929 | 2024.09.01 21:05:15.868688 [ 3 ] {} <Debug> HTTP-Session: eec52866-2ce9-4f12-b28b-72b73a4f9439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10930 | 2024.09.01 21:05:15.868806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10931 | 2024.09.01 21:05:15.868855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10932 | 2024.09.01 21:05:15.868874 [ 3 ] {} <Debug> HTTP-Session: fd4370b5-cad5-4d5b-b5f0-7bbc9c1abfa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10933 | 2024.09.01 21:05:15.868890 [ 3 ] {} <Debug> HTTP-Session: fd4370b5-cad5-4d5b-b5f0-7bbc9c1abfa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10934 | 2024.09.01 21:05:15.868904 [ 3 ] {} <Debug> HTTP-Session: fd4370b5-cad5-4d5b-b5f0-7bbc9c1abfa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10935 | 2024.09.01 21:05:15.868935 [ 3 ] {} <Trace> HTTP-Session: fd4370b5-cad5-4d5b-b5f0-7bbc9c1abfa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10936 | 2024.09.01 21:05:15.869042 [ 3 ] {8371856e-1f6a-4607-9568-2e8bd7604330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10937 | 2024.09.01 21:05:15.869110 [ 3 ] {8371856e-1f6a-4607-9568-2e8bd7604330} <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 | ||
10938 | 2024.09.01 21:05:15.869502 [ 3 ] {8371856e-1f6a-4607-9568-2e8bd7604330} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10939 | 2024.09.01 21:05:15.869999 [ 3 ] {8371856e-1f6a-4607-9568-2e8bd7604330} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10940 | 2024.09.01 21:05:15.870035 [ 3 ] {8371856e-1f6a-4607-9568-2e8bd7604330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10941 | 2024.09.01 21:05:15.870618 [ 3 ] {8371856e-1f6a-4607-9568-2e8bd7604330} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10942 | 2024.09.01 21:05:15.871036 [ 3 ] {8371856e-1f6a-4607-9568-2e8bd7604330} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10943 | 2024.09.01 21:05:15.871183 [ 3 ] {8371856e-1f6a-4607-9568-2e8bd7604330} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.00218 sec., 917.4311926605504 rows/sec., 1.64 MiB/sec. | ||
10944 | 2024.09.01 21:05:15.871535 [ 3 ] {8371856e-1f6a-4607-9568-2e8bd7604330} <Debug> DynamicQueryHandler: Done processing query | ||
10945 | 2024.09.01 21:05:15.871560 [ 3 ] {8371856e-1f6a-4607-9568-2e8bd7604330} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10946 | 2024.09.01 21:05:15.871576 [ 3 ] {} <Debug> HTTP-Session: fd4370b5-cad5-4d5b-b5f0-7bbc9c1abfa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10947 | 2024.09.01 21:05:15.871689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10948 | 2024.09.01 21:05:15.871739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10949 | 2024.09.01 21:05:15.871758 [ 3 ] {} <Debug> HTTP-Session: b94ab484-7016-4160-8f15-67bb6604be61 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10950 | 2024.09.01 21:05:15.871775 [ 3 ] {} <Debug> HTTP-Session: b94ab484-7016-4160-8f15-67bb6604be61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10951 | 2024.09.01 21:05:15.871789 [ 3 ] {} <Debug> HTTP-Session: b94ab484-7016-4160-8f15-67bb6604be61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10952 | 2024.09.01 21:05:15.871820 [ 3 ] {} <Trace> HTTP-Session: b94ab484-7016-4160-8f15-67bb6604be61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10953 | 2024.09.01 21:05:15.871961 [ 3 ] {d5f65ad9-5735-4de0-a3cb-345104a775fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10954 | 2024.09.01 21:05:15.872008 [ 3 ] {d5f65ad9-5735-4de0-a3cb-345104a775fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10955 | 2024.09.01 21:05:15.872166 [ 3 ] {d5f65ad9-5735-4de0-a3cb-345104a775fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10956 | 2024.09.01 21:05:15.872462 [ 3 ] {d5f65ad9-5735-4de0-a3cb-345104a775fc} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10957 | 2024.09.01 21:05:15.872497 [ 3 ] {d5f65ad9-5735-4de0-a3cb-345104a775fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10958 | 2024.09.01 21:05:15.872851 [ 3 ] {d5f65ad9-5735-4de0-a3cb-345104a775fc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10959 | 2024.09.01 21:05:15.873176 [ 3 ] {d5f65ad9-5735-4de0-a3cb-345104a775fc} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10960 | 2024.09.01 21:05:15.873319 [ 3 ] {d5f65ad9-5735-4de0-a3cb-345104a775fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
10961 | 2024.09.01 21:05:15.873487 [ 3 ] {d5f65ad9-5735-4de0-a3cb-345104a775fc} <Debug> DynamicQueryHandler: Done processing query | ||
10962 | 2024.09.01 21:05:15.873511 [ 3 ] {d5f65ad9-5735-4de0-a3cb-345104a775fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10963 | 2024.09.01 21:05:15.873527 [ 3 ] {} <Debug> HTTP-Session: b94ab484-7016-4160-8f15-67bb6604be61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10964 | 2024.09.01 21:05:19.900212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10965 | 2024.09.01 21:05:19.900333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10966 | 2024.09.01 21:05:19.900358 [ 3 ] {} <Debug> HTTP-Session: c6018c9c-ba16-4e51-90e1-fb0b93a4865b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10967 | 2024.09.01 21:05:19.900384 [ 3 ] {} <Debug> HTTP-Session: c6018c9c-ba16-4e51-90e1-fb0b93a4865b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10968 | 2024.09.01 21:05:19.900401 [ 3 ] {} <Debug> HTTP-Session: c6018c9c-ba16-4e51-90e1-fb0b93a4865b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10969 | 2024.09.01 21:05:19.900456 [ 3 ] {} <Trace> HTTP-Session: c6018c9c-ba16-4e51-90e1-fb0b93a4865b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10970 | 2024.09.01 21:05:19.900649 [ 3 ] {8d0e2188-e781-45d4-83d3-78aad8f1e2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10971 | 2024.09.01 21:05:19.900725 [ 3 ] {8d0e2188-e781-45d4-83d3-78aad8f1e2a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10972 | 2024.09.01 21:05:19.901081 [ 3 ] {8d0e2188-e781-45d4-83d3-78aad8f1e2a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10973 | 2024.09.01 21:05:19.901508 [ 3 ] {8d0e2188-e781-45d4-83d3-78aad8f1e2a4} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10974 | 2024.09.01 21:05:19.901551 [ 3 ] {8d0e2188-e781-45d4-83d3-78aad8f1e2a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10975 | 2024.09.01 21:05:19.901949 [ 3 ] {8d0e2188-e781-45d4-83d3-78aad8f1e2a4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10976 | 2024.09.01 21:05:19.902329 [ 3 ] {8d0e2188-e781-45d4-83d3-78aad8f1e2a4} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10977 | 2024.09.01 21:05:19.902508 [ 3 ] {8d0e2188-e781-45d4-83d3-78aad8f1e2a4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001908 sec., 1048.2180293501049 rows/sec., 85.47 KiB/sec. | ||
10978 | 2024.09.01 21:05:19.902723 [ 3 ] {8d0e2188-e781-45d4-83d3-78aad8f1e2a4} <Debug> DynamicQueryHandler: Done processing query | ||
10979 | 2024.09.01 21:05:19.902750 [ 3 ] {8d0e2188-e781-45d4-83d3-78aad8f1e2a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10980 | 2024.09.01 21:05:19.902766 [ 3 ] {} <Debug> HTTP-Session: c6018c9c-ba16-4e51-90e1-fb0b93a4865b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10981 | 2024.09.01 21:05:19.903028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 196031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10982 | 2024.09.01 21:05:19.903084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10983 | 2024.09.01 21:05:19.903103 [ 3 ] {} <Debug> HTTP-Session: 8882cf5b-9824-4391-b64a-3463b0c70f6d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
10984 | 2024.09.01 21:05:19.903122 [ 3 ] {} <Debug> HTTP-Session: 8882cf5b-9824-4391-b64a-3463b0c70f6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10985 | 2024.09.01 21:05:19.903136 [ 3 ] {} <Debug> HTTP-Session: 8882cf5b-9824-4391-b64a-3463b0c70f6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10986 | 2024.09.01 21:05:19.903172 [ 3 ] {} <Trace> HTTP-Session: 8882cf5b-9824-4391-b64a-3463b0c70f6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10987 | 2024.09.01 21:05:19.903644 [ 3 ] {9bef0621-a6e1-486f-bafb-9f914e5a5998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10988 | 2024.09.01 21:05:19.903692 [ 3 ] {9bef0621-a6e1-486f-bafb-9f914e5a5998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10989 | 2024.09.01 21:05:19.903933 [ 3 ] {9bef0621-a6e1-486f-bafb-9f914e5a5998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10990 | 2024.09.01 21:05:19.905059 [ 3 ] {9bef0621-a6e1-486f-bafb-9f914e5a5998} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10991 | 2024.09.01 21:05:19.905099 [ 3 ] {9bef0621-a6e1-486f-bafb-9f914e5a5998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
10992 | 2024.09.01 21:05:19.905545 [ 3 ] {9bef0621-a6e1-486f-bafb-9f914e5a5998} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10993 | 2024.09.01 21:05:19.905913 [ 3 ] {9bef0621-a6e1-486f-bafb-9f914e5a5998} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10994 | 2024.09.01 21:05:19.906070 [ 3 ] {9bef0621-a6e1-486f-bafb-9f914e5a5998} <Debug> executeQuery: Read 1346 rows, 114.64 KiB in 0.002748 sec., 489810.7714701601 rows/sec., 40.74 MiB/sec. | ||
10995 | 2024.09.01 21:05:19.906246 [ 3 ] {9bef0621-a6e1-486f-bafb-9f914e5a5998} <Debug> DynamicQueryHandler: Done processing query | ||
10996 | 2024.09.01 21:05:19.906272 [ 3 ] {9bef0621-a6e1-486f-bafb-9f914e5a5998} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
10997 | 2024.09.01 21:05:19.906288 [ 3 ] {} <Debug> HTTP-Session: 8882cf5b-9824-4391-b64a-3463b0c70f6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10998 | 2024.09.01 21:05:19.906459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10999 | 2024.09.01 21:05:19.906517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11000 | 2024.09.01 21:05:19.906539 [ 3 ] {} <Debug> HTTP-Session: c79a4a2b-9615-4e4a-a0e8-a1aeb533bf21 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11001 | 2024.09.01 21:05:19.906560 [ 3 ] {} <Debug> HTTP-Session: c79a4a2b-9615-4e4a-a0e8-a1aeb533bf21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11002 | 2024.09.01 21:05:19.906575 [ 3 ] {} <Debug> HTTP-Session: c79a4a2b-9615-4e4a-a0e8-a1aeb533bf21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11003 | 2024.09.01 21:05:19.906615 [ 3 ] {} <Trace> HTTP-Session: c79a4a2b-9615-4e4a-a0e8-a1aeb533bf21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11004 | 2024.09.01 21:05:19.906732 [ 3 ] {0de780e9-1777-44ce-94e7-f4372fc36976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11005 | 2024.09.01 21:05:19.906782 [ 3 ] {0de780e9-1777-44ce-94e7-f4372fc36976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11006 | 2024.09.01 21:05:19.907044 [ 3 ] {0de780e9-1777-44ce-94e7-f4372fc36976} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11007 | 2024.09.01 21:05:19.907386 [ 3 ] {0de780e9-1777-44ce-94e7-f4372fc36976} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11008 | 2024.09.01 21:05:19.907423 [ 3 ] {0de780e9-1777-44ce-94e7-f4372fc36976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11009 | 2024.09.01 21:05:19.907759 [ 3 ] {0de780e9-1777-44ce-94e7-f4372fc36976} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11010 | 2024.09.01 21:05:19.908109 [ 3 ] {0de780e9-1777-44ce-94e7-f4372fc36976} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11011 | 2024.09.01 21:05:19.908265 [ 3 ] {0de780e9-1777-44ce-94e7-f4372fc36976} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001557 sec., 6422.6075786769425 rows/sec., 476.05 KiB/sec. | ||
11012 | 2024.09.01 21:05:19.908539 [ 3 ] {0de780e9-1777-44ce-94e7-f4372fc36976} <Debug> DynamicQueryHandler: Done processing query | ||
11013 | 2024.09.01 21:05:19.908601 [ 3 ] {0de780e9-1777-44ce-94e7-f4372fc36976} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11014 | 2024.09.01 21:05:19.908670 [ 3 ] {} <Debug> HTTP-Session: c79a4a2b-9615-4e4a-a0e8-a1aeb533bf21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11015 | 2024.09.01 21:05:19.908907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11016 | 2024.09.01 21:05:19.908961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11017 | 2024.09.01 21:05:19.908981 [ 3 ] {} <Debug> HTTP-Session: 24402a96-a40d-42d2-85eb-f63f497bc43d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11018 | 2024.09.01 21:05:19.908998 [ 3 ] {} <Debug> HTTP-Session: 24402a96-a40d-42d2-85eb-f63f497bc43d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11019 | 2024.09.01 21:05:19.909012 [ 3 ] {} <Debug> HTTP-Session: 24402a96-a40d-42d2-85eb-f63f497bc43d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11020 | 2024.09.01 21:05:19.909046 [ 3 ] {} <Trace> HTTP-Session: 24402a96-a40d-42d2-85eb-f63f497bc43d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11021 | 2024.09.01 21:05:19.909224 [ 3 ] {a17a12f7-1fd3-4db0-b950-5c8b33f21025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11022 | 2024.09.01 21:05:19.909270 [ 3 ] {a17a12f7-1fd3-4db0-b950-5c8b33f21025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11023 | 2024.09.01 21:05:19.909511 [ 3 ] {a17a12f7-1fd3-4db0-b950-5c8b33f21025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11024 | 2024.09.01 21:05:19.909933 [ 3 ] {a17a12f7-1fd3-4db0-b950-5c8b33f21025} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11025 | 2024.09.01 21:05:19.909970 [ 3 ] {a17a12f7-1fd3-4db0-b950-5c8b33f21025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11026 | 2024.09.01 21:05:19.910329 [ 3 ] {a17a12f7-1fd3-4db0-b950-5c8b33f21025} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11027 | 2024.09.01 21:05:19.910678 [ 3 ] {a17a12f7-1fd3-4db0-b950-5c8b33f21025} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11028 | 2024.09.01 21:05:19.910844 [ 3 ] {a17a12f7-1fd3-4db0-b950-5c8b33f21025} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001703 sec., 142102.17263652378 rows/sec., 9.63 MiB/sec. | ||
11029 | 2024.09.01 21:05:19.911008 [ 3 ] {a17a12f7-1fd3-4db0-b950-5c8b33f21025} <Debug> DynamicQueryHandler: Done processing query | ||
11030 | 2024.09.01 21:05:19.911032 [ 3 ] {a17a12f7-1fd3-4db0-b950-5c8b33f21025} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11031 | 2024.09.01 21:05:19.911050 [ 3 ] {} <Debug> HTTP-Session: 24402a96-a40d-42d2-85eb-f63f497bc43d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11032 | 2024.09.01 21:05:19.911217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11033 | 2024.09.01 21:05:19.911266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11034 | 2024.09.01 21:05:19.911285 [ 3 ] {} <Debug> HTTP-Session: 971d10bd-f0a7-4861-8c79-2fd2c8b47cd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11035 | 2024.09.01 21:05:19.911301 [ 3 ] {} <Debug> HTTP-Session: 971d10bd-f0a7-4861-8c79-2fd2c8b47cd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11036 | 2024.09.01 21:05:19.911315 [ 3 ] {} <Debug> HTTP-Session: 971d10bd-f0a7-4861-8c79-2fd2c8b47cd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11037 | 2024.09.01 21:05:19.911346 [ 3 ] {} <Trace> HTTP-Session: 971d10bd-f0a7-4861-8c79-2fd2c8b47cd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11038 | 2024.09.01 21:05:19.911441 [ 3 ] {0a97ad87-9adc-4018-b328-a5c684ad4f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11039 | 2024.09.01 21:05:19.911484 [ 3 ] {0a97ad87-9adc-4018-b328-a5c684ad4f85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11040 | 2024.09.01 21:05:19.911706 [ 3 ] {0a97ad87-9adc-4018-b328-a5c684ad4f85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11041 | 2024.09.01 21:05:19.912014 [ 3 ] {0a97ad87-9adc-4018-b328-a5c684ad4f85} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11042 | 2024.09.01 21:05:19.912051 [ 3 ] {0a97ad87-9adc-4018-b328-a5c684ad4f85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11043 | 2024.09.01 21:05:19.912396 [ 3 ] {0a97ad87-9adc-4018-b328-a5c684ad4f85} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11044 | 2024.09.01 21:05:19.912751 [ 3 ] {0a97ad87-9adc-4018-b328-a5c684ad4f85} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11045 | 2024.09.01 21:05:19.912916 [ 141 ] {} <Debug> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
11046 | 2024.09.01 21:05:19.912924 [ 3 ] {0a97ad87-9adc-4018-b328-a5c684ad4f85} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 237.12 KiB/sec. | ||
11047 | 2024.09.01 21:05:19.913019 [ 141 ] {} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11048 | 2024.09.01 21:05:19.913097 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11049 | 2024.09.01 21:05:19.913256 [ 192 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
11050 | 2024.09.01 21:05:19.913262 [ 3 ] {0a97ad87-9adc-4018-b328-a5c684ad4f85} <Debug> DynamicQueryHandler: Done processing query | ||
11051 | 2024.09.01 21:05:19.913308 [ 3 ] {0a97ad87-9adc-4018-b328-a5c684ad4f85} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11052 | 2024.09.01 21:05:19.913333 [ 3 ] {} <Debug> HTTP-Session: 971d10bd-f0a7-4861-8c79-2fd2c8b47cd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11053 | 2024.09.01 21:05:19.913411 [ 192 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11054 | 2024.09.01 21:05:19.913451 [ 192 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
11055 | 2024.09.01 21:05:19.913538 [ 192 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
11056 | 2024.09.01 21:05:19.913602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 138442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11057 | 2024.09.01 21:05:19.913795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11058 | 2024.09.01 21:05:19.913925 [ 3 ] {} <Debug> HTTP-Session: 6f49f0d9-831b-4f10-aa60-9e3c2695f910 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11059 | 2024.09.01 21:05:19.913991 [ 192 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
11060 | 2024.09.01 21:05:19.914016 [ 3 ] {} <Debug> HTTP-Session: 6f49f0d9-831b-4f10-aa60-9e3c2695f910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11061 | 2024.09.01 21:05:19.914080 [ 3 ] {} <Debug> HTTP-Session: 6f49f0d9-831b-4f10-aa60-9e3c2695f910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11062 | 2024.09.01 21:05:19.914207 [ 3 ] {} <Trace> HTTP-Session: 6f49f0d9-831b-4f10-aa60-9e3c2695f910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11063 | 2024.09.01 21:05:19.914306 [ 192 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
11064 | 2024.09.01 21:05:19.914439 [ 192 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
11065 | 2024.09.01 21:05:19.914611 [ 3 ] {c7c50f46-ba82-453c-a201-e45af5acf370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11066 | 2024.09.01 21:05:19.914663 [ 3 ] {c7c50f46-ba82-453c-a201-e45af5acf370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11067 | 2024.09.01 21:05:19.915080 [ 3 ] {c7c50f46-ba82-453c-a201-e45af5acf370} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11068 | 2024.09.01 21:05:19.915578 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002378572 sec., 12612.609582556257 rows/sec., 800.61 KiB/sec. | ||
11069 | 2024.09.01 21:05:19.915829 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
11070 | 2024.09.01 21:05:19.916202 [ 3 ] {c7c50f46-ba82-453c-a201-e45af5acf370} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11071 | 2024.09.01 21:05:19.916295 [ 3 ] {c7c50f46-ba82-453c-a201-e45af5acf370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11072 | 2024.09.01 21:05:19.916824 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_25_6} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11073 | 2024.09.01 21:05:19.917057 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_25_6} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
11074 | 2024.09.01 21:05:19.917206 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11075 | 2024.09.01 21:05:19.917280 [ 3 ] {c7c50f46-ba82-453c-a201-e45af5acf370} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11076 | 2024.09.01 21:05:19.917654 [ 3 ] {c7c50f46-ba82-453c-a201-e45af5acf370} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11077 | 2024.09.01 21:05:19.917814 [ 3 ] {c7c50f46-ba82-453c-a201-e45af5acf370} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.003415 sec., 248316.25183016105 rows/sec., 17.95 MiB/sec. | ||
11078 | 2024.09.01 21:05:19.918027 [ 3 ] {c7c50f46-ba82-453c-a201-e45af5acf370} <Debug> DynamicQueryHandler: Done processing query | ||
11079 | 2024.09.01 21:05:19.918065 [ 3 ] {c7c50f46-ba82-453c-a201-e45af5acf370} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
11080 | 2024.09.01 21:05:19.918095 [ 3 ] {} <Debug> HTTP-Session: 6f49f0d9-831b-4f10-aa60-9e3c2695f910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11081 | 2024.09.01 21:05:19.918423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11082 | 2024.09.01 21:05:19.918471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11083 | 2024.09.01 21:05:19.918490 [ 3 ] {} <Debug> HTTP-Session: 2f0e3c7d-d2c5-4d8f-a77b-0377e62ff614 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11084 | 2024.09.01 21:05:19.918506 [ 3 ] {} <Debug> HTTP-Session: 2f0e3c7d-d2c5-4d8f-a77b-0377e62ff614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11085 | 2024.09.01 21:05:19.918520 [ 3 ] {} <Debug> HTTP-Session: 2f0e3c7d-d2c5-4d8f-a77b-0377e62ff614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11086 | 2024.09.01 21:05:19.918551 [ 3 ] {} <Trace> HTTP-Session: 2f0e3c7d-d2c5-4d8f-a77b-0377e62ff614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11087 | 2024.09.01 21:05:19.918645 [ 3 ] {d58dabef-2a19-4f82-9fc9-9daffaa31837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11088 | 2024.09.01 21:05:19.918690 [ 3 ] {d58dabef-2a19-4f82-9fc9-9daffaa31837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11089 | 2024.09.01 21:05:19.918824 [ 3 ] {d58dabef-2a19-4f82-9fc9-9daffaa31837} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11090 | 2024.09.01 21:05:19.919122 [ 3 ] {d58dabef-2a19-4f82-9fc9-9daffaa31837} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11091 | 2024.09.01 21:05:19.919159 [ 3 ] {d58dabef-2a19-4f82-9fc9-9daffaa31837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11092 | 2024.09.01 21:05:19.919505 [ 3 ] {d58dabef-2a19-4f82-9fc9-9daffaa31837} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11093 | 2024.09.01 21:05:19.919831 [ 3 ] {d58dabef-2a19-4f82-9fc9-9daffaa31837} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11094 | 2024.09.01 21:05:19.919972 [ 3 ] {d58dabef-2a19-4f82-9fc9-9daffaa31837} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 232.20 KiB/sec. | ||
11095 | 2024.09.01 21:05:19.920142 [ 3 ] {d58dabef-2a19-4f82-9fc9-9daffaa31837} <Debug> DynamicQueryHandler: Done processing query | ||
11096 | 2024.09.01 21:05:19.920166 [ 3 ] {d58dabef-2a19-4f82-9fc9-9daffaa31837} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11097 | 2024.09.01 21:05:19.920182 [ 3 ] {} <Debug> HTTP-Session: 2f0e3c7d-d2c5-4d8f-a77b-0377e62ff614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11098 | 2024.09.01 21:05:19.920388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 172223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11099 | 2024.09.01 21:05:19.920437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11100 | 2024.09.01 21:05:19.920456 [ 3 ] {} <Debug> HTTP-Session: d8799d4d-9b54-444e-81a9-0eb9b953d8cd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11101 | 2024.09.01 21:05:19.920472 [ 3 ] {} <Debug> HTTP-Session: d8799d4d-9b54-444e-81a9-0eb9b953d8cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11102 | 2024.09.01 21:05:19.920486 [ 3 ] {} <Debug> HTTP-Session: d8799d4d-9b54-444e-81a9-0eb9b953d8cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11103 | 2024.09.01 21:05:19.920516 [ 3 ] {} <Trace> HTTP-Session: d8799d4d-9b54-444e-81a9-0eb9b953d8cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11104 | 2024.09.01 21:05:19.920929 [ 3 ] {02f05c09-5d38-4394-b602-e9f102d7472b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11105 | 2024.09.01 21:05:19.920976 [ 3 ] {02f05c09-5d38-4394-b602-e9f102d7472b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11106 | 2024.09.01 21:05:19.921119 [ 3 ] {02f05c09-5d38-4394-b602-e9f102d7472b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11107 | 2024.09.01 21:05:19.922019 [ 3 ] {02f05c09-5d38-4394-b602-e9f102d7472b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11108 | 2024.09.01 21:05:19.922056 [ 3 ] {02f05c09-5d38-4394-b602-e9f102d7472b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11109 | 2024.09.01 21:05:19.922477 [ 3 ] {02f05c09-5d38-4394-b602-e9f102d7472b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11110 | 2024.09.01 21:05:19.922810 [ 3 ] {02f05c09-5d38-4394-b602-e9f102d7472b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11111 | 2024.09.01 21:05:19.922956 [ 3 ] {02f05c09-5d38-4394-b602-e9f102d7472b} <Debug> executeQuery: Read 910 rows, 62.23 KiB in 0.002282 sec., 398773.0061349693 rows/sec., 26.63 MiB/sec. | ||
11112 | 2024.09.01 21:05:19.923130 [ 3 ] {02f05c09-5d38-4394-b602-e9f102d7472b} <Debug> DynamicQueryHandler: Done processing query | ||
11113 | 2024.09.01 21:05:19.923155 [ 3 ] {02f05c09-5d38-4394-b602-e9f102d7472b} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
11114 | 2024.09.01 21:05:19.923171 [ 3 ] {} <Debug> HTTP-Session: d8799d4d-9b54-444e-81a9-0eb9b953d8cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11115 | 2024.09.01 21:05:19.923515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11116 | 2024.09.01 21:05:19.923565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11117 | 2024.09.01 21:05:19.923583 [ 3 ] {} <Debug> HTTP-Session: 56a9cee3-8957-46a2-864c-7826ff9322e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11118 | 2024.09.01 21:05:19.923599 [ 3 ] {} <Debug> HTTP-Session: 56a9cee3-8957-46a2-864c-7826ff9322e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11119 | 2024.09.01 21:05:19.923613 [ 3 ] {} <Debug> HTTP-Session: 56a9cee3-8957-46a2-864c-7826ff9322e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11120 | 2024.09.01 21:05:19.923643 [ 3 ] {} <Trace> HTTP-Session: 56a9cee3-8957-46a2-864c-7826ff9322e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11121 | 2024.09.01 21:05:19.923734 [ 3 ] {0229090f-f955-451f-b6fb-74e55ca088ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11122 | 2024.09.01 21:05:19.923778 [ 3 ] {0229090f-f955-451f-b6fb-74e55ca088ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11123 | 2024.09.01 21:05:19.923906 [ 3 ] {0229090f-f955-451f-b6fb-74e55ca088ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11124 | 2024.09.01 21:05:19.924164 [ 3 ] {0229090f-f955-451f-b6fb-74e55ca088ff} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11125 | 2024.09.01 21:05:19.924198 [ 3 ] {0229090f-f955-451f-b6fb-74e55ca088ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11126 | 2024.09.01 21:05:19.924536 [ 3 ] {0229090f-f955-451f-b6fb-74e55ca088ff} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11127 | 2024.09.01 21:05:19.924852 [ 3 ] {0229090f-f955-451f-b6fb-74e55ca088ff} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11128 | 2024.09.01 21:05:19.924998 [ 3 ] {0229090f-f955-451f-b6fb-74e55ca088ff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001279 sec., 781.8608287724785 rows/sec., 52.68 KiB/sec. | ||
11129 | 2024.09.01 21:05:19.924997 [ 139 ] {} <Debug> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11130 | 2024.09.01 21:05:19.925107 [ 139 ] {} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11131 | 2024.09.01 21:05:19.925155 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11132 | 2024.09.01 21:05:19.925245 [ 3 ] {0229090f-f955-451f-b6fb-74e55ca088ff} <Debug> DynamicQueryHandler: Done processing query | ||
11133 | 2024.09.01 21:05:19.925283 [ 3 ] {0229090f-f955-451f-b6fb-74e55ca088ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11134 | 2024.09.01 21:05:19.925307 [ 3 ] {} <Debug> HTTP-Session: 56a9cee3-8957-46a2-864c-7826ff9322e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11135 | 2024.09.01 21:05:19.925307 [ 192 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
11136 | 2024.09.01 21:05:19.925436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 14255, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11137 | 2024.09.01 21:05:19.925472 [ 192 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11138 | 2024.09.01 21:05:19.925498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11139 | 2024.09.01 21:05:19.925514 [ 192 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 21 rows starting from the beginning of the part | ||
11140 | 2024.09.01 21:05:19.925523 [ 3 ] {} <Debug> HTTP-Session: 95e19fe0-d676-4907-ad1c-a3f037c110c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11141 | 2024.09.01 21:05:19.925549 [ 3 ] {} <Debug> HTTP-Session: 95e19fe0-d676-4907-ad1c-a3f037c110c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11142 | 2024.09.01 21:05:19.925574 [ 3 ] {} <Debug> HTTP-Session: 95e19fe0-d676-4907-ad1c-a3f037c110c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11143 | 2024.09.01 21:05:19.925659 [ 3 ] {} <Trace> HTTP-Session: 95e19fe0-d676-4907-ad1c-a3f037c110c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11144 | 2024.09.01 21:05:19.925669 [ 192 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
11145 | 2024.09.01 21:05:19.925852 [ 192 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
11146 | 2024.09.01 21:05:19.926063 [ 3 ] {e44386b4-ff1f-4fe1-b47b-0a1932780813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11147 | 2024.09.01 21:05:19.926310 [ 192 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
11148 | 2024.09.01 21:05:19.926364 [ 3 ] {e44386b4-ff1f-4fe1-b47b-0a1932780813} <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 | ||
11149 | 2024.09.01 21:05:19.926485 [ 192 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
11150 | 2024.09.01 21:05:19.926847 [ 192 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
11151 | 2024.09.01 21:05:19.927886 [ 3 ] {e44386b4-ff1f-4fe1-b47b-0a1932780813} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11152 | 2024.09.01 21:05:19.929115 [ 192 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.003877153 sec., 6705.951506169605 rows/sec., 450.86 KiB/sec. | ||
11153 | 2024.09.01 21:05:19.929149 [ 3 ] {e44386b4-ff1f-4fe1-b47b-0a1932780813} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11154 | 2024.09.01 21:05:19.929193 [ 3 ] {e44386b4-ff1f-4fe1-b47b-0a1932780813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11155 | 2024.09.01 21:05:19.929351 [ 195 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11156 | 2024.09.01 21:05:19.930517 [ 195 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_26_5} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11157 | 2024.09.01 21:05:19.930701 [ 195 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_26_5} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11158 | 2024.09.01 21:05:19.930709 [ 3 ] {e44386b4-ff1f-4fe1-b47b-0a1932780813} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11159 | 2024.09.01 21:05:19.930846 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11160 | 2024.09.01 21:05:19.931232 [ 3 ] {e44386b4-ff1f-4fe1-b47b-0a1932780813} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11161 | 2024.09.01 21:05:19.931417 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11162 | 2024.09.01 21:05:19.931434 [ 3 ] {e44386b4-ff1f-4fe1-b47b-0a1932780813} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005643 sec., 1417.685628211944 rows/sec., 2.54 MiB/sec. | ||
11163 | 2024.09.01 21:05:19.931476 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11164 | 2024.09.01 21:05:19.931551 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11165 | 2024.09.01 21:05:19.931873 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
11166 | 2024.09.01 21:05:19.931995 [ 3 ] {e44386b4-ff1f-4fe1-b47b-0a1932780813} <Debug> DynamicQueryHandler: Done processing query | ||
11167 | 2024.09.01 21:05:19.932052 [ 3 ] {e44386b4-ff1f-4fe1-b47b-0a1932780813} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11168 | 2024.09.01 21:05:19.932087 [ 3 ] {} <Debug> HTTP-Session: 95e19fe0-d676-4907-ad1c-a3f037c110c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11169 | 2024.09.01 21:05:19.932286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11170 | 2024.09.01 21:05:19.932398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11171 | 2024.09.01 21:05:19.932464 [ 3 ] {} <Debug> HTTP-Session: 0bfc1f71-86cb-4d80-a1f7-922940b40951 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11172 | 2024.09.01 21:05:19.932509 [ 3 ] {} <Debug> HTTP-Session: 0bfc1f71-86cb-4d80-a1f7-922940b40951 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11173 | 2024.09.01 21:05:19.932563 [ 3 ] {} <Debug> HTTP-Session: 0bfc1f71-86cb-4d80-a1f7-922940b40951 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11174 | 2024.09.01 21:05:19.932663 [ 3 ] {} <Trace> HTTP-Session: 0bfc1f71-86cb-4d80-a1f7-922940b40951 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11175 | 2024.09.01 21:05:19.932675 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11176 | 2024.09.01 21:05:19.932826 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 866 rows starting from the beginning of the part | ||
11177 | 2024.09.01 21:05:19.932911 [ 3 ] {dec6469b-6a6b-425a-9f92-b1da25febce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11178 | 2024.09.01 21:05:19.933038 [ 3 ] {dec6469b-6a6b-425a-9f92-b1da25febce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11179 | 2024.09.01 21:05:19.933605 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 35 rows starting from the beginning of the part | ||
11180 | 2024.09.01 21:05:19.933879 [ 3 ] {dec6469b-6a6b-425a-9f92-b1da25febce3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11181 | 2024.09.01 21:05:19.934347 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 2 rows starting from the beginning of the part | ||
11182 | 2024.09.01 21:05:19.934966 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 35 rows starting from the beginning of the part | ||
11183 | 2024.09.01 21:05:19.935275 [ 3 ] {dec6469b-6a6b-425a-9f92-b1da25febce3} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11184 | 2024.09.01 21:05:19.935397 [ 3 ] {dec6469b-6a6b-425a-9f92-b1da25febce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11185 | 2024.09.01 21:05:19.935588 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 2 rows starting from the beginning of the part | ||
11186 | 2024.09.01 21:05:19.936222 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
11187 | 2024.09.01 21:05:19.936809 [ 3 ] {dec6469b-6a6b-425a-9f92-b1da25febce3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11188 | 2024.09.01 21:05:19.937617 [ 3 ] {dec6469b-6a6b-425a-9f92-b1da25febce3} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11189 | 2024.09.01 21:05:19.938049 [ 3 ] {dec6469b-6a6b-425a-9f92-b1da25febce3} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.00524 sec., 14503.816793893131 rows/sec., 940.03 KiB/sec. | ||
11190 | 2024.09.01 21:05:19.938383 [ 3 ] {dec6469b-6a6b-425a-9f92-b1da25febce3} <Debug> DynamicQueryHandler: Done processing query | ||
11191 | 2024.09.01 21:05:19.938411 [ 3 ] {dec6469b-6a6b-425a-9f92-b1da25febce3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11192 | 2024.09.01 21:05:19.938428 [ 3 ] {} <Debug> HTTP-Session: 0bfc1f71-86cb-4d80-a1f7-922940b40951 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11193 | 2024.09.01 21:05:19.942792 [ 192 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 19 columns (19 merged, 0 gathered) in 0.01110148 sec., 85394.01953613391 rows/sec., 153.02 MiB/sec. | ||
11194 | 2024.09.01 21:05:19.944290 [ 199 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11195 | 2024.09.01 21:05:19.944944 [ 199 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11196 | 2024.09.01 21:05:19.945035 [ 199 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11197 | 2024.09.01 21:05:19.945197 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.06 MiB. | ||
11198 | 2024.09.01 21:05:20.850935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11199 | 2024.09.01 21:05:20.851041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11200 | 2024.09.01 21:05:20.851065 [ 3 ] {} <Debug> HTTP-Session: cc966003-3a16-4af1-a824-dbab5cd69cb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11201 | 2024.09.01 21:05:20.851089 [ 3 ] {} <Debug> HTTP-Session: cc966003-3a16-4af1-a824-dbab5cd69cb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11202 | 2024.09.01 21:05:20.851104 [ 3 ] {} <Debug> HTTP-Session: cc966003-3a16-4af1-a824-dbab5cd69cb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11203 | 2024.09.01 21:05:20.851150 [ 3 ] {} <Trace> HTTP-Session: cc966003-3a16-4af1-a824-dbab5cd69cb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11204 | 2024.09.01 21:05:20.851343 [ 3 ] {0f078d43-2b2e-411f-a829-229b72d973b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11205 | 2024.09.01 21:05:20.851407 [ 3 ] {0f078d43-2b2e-411f-a829-229b72d973b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11206 | 2024.09.01 21:05:20.851726 [ 3 ] {0f078d43-2b2e-411f-a829-229b72d973b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11207 | 2024.09.01 21:05:20.852202 [ 3 ] {0f078d43-2b2e-411f-a829-229b72d973b2} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11208 | 2024.09.01 21:05:20.852246 [ 3 ] {0f078d43-2b2e-411f-a829-229b72d973b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11209 | 2024.09.01 21:05:20.852676 [ 3 ] {0f078d43-2b2e-411f-a829-229b72d973b2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11210 | 2024.09.01 21:05:20.853074 [ 3 ] {0f078d43-2b2e-411f-a829-229b72d973b2} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): 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.01 21:05:20.853285 [ 139 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11212 | 2024.09.01 21:05:20.853296 [ 3 ] {0f078d43-2b2e-411f-a829-229b72d973b2} <Debug> executeQuery: Read 84 rows, 7.46 KiB in 0.002011 sec., 41770.263550472395 rows/sec., 3.62 MiB/sec. | ||
11213 | 2024.09.01 21:05:20.853365 [ 139 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11214 | 2024.09.01 21:05:20.853426 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11215 | 2024.09.01 21:05:20.853719 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
11216 | 2024.09.01 21:05:20.853893 [ 3 ] {0f078d43-2b2e-411f-a829-229b72d973b2} <Debug> DynamicQueryHandler: Done processing query | ||
11217 | 2024.09.01 21:05:20.853994 [ 3 ] {0f078d43-2b2e-411f-a829-229b72d973b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11218 | 2024.09.01 21:05:20.854102 [ 3 ] {} <Debug> HTTP-Session: cc966003-3a16-4af1-a824-dbab5cd69cb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11219 | 2024.09.01 21:05:20.854422 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11220 | 2024.09.01 21:05:20.854471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11221 | 2024.09.01 21:05:20.854546 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1413 rows starting from the beginning of the part | ||
11222 | 2024.09.01 21:05:20.854723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11223 | 2024.09.01 21:05:20.854878 [ 3 ] {} <Debug> HTTP-Session: 13e45b26-17d2-4734-8d7d-fde1a1ce7f21 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11224 | 2024.09.01 21:05:20.854981 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 61 rows starting from the beginning of the part | ||
11225 | 2024.09.01 21:05:20.854989 [ 3 ] {} <Debug> HTTP-Session: 13e45b26-17d2-4734-8d7d-fde1a1ce7f21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11226 | 2024.09.01 21:05:20.855059 [ 3 ] {} <Debug> HTTP-Session: 13e45b26-17d2-4734-8d7d-fde1a1ce7f21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11227 | 2024.09.01 21:05:20.855212 [ 3 ] {} <Trace> HTTP-Session: 13e45b26-17d2-4734-8d7d-fde1a1ce7f21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11228 | 2024.09.01 21:05:20.855359 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 260 rows starting from the beginning of the part | ||
11229 | 2024.09.01 21:05:20.855596 [ 3 ] {0571d69e-e45c-441b-a3f7-ecfcbc016191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11230 | 2024.09.01 21:05:20.855606 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
11231 | 2024.09.01 21:05:20.855736 [ 3 ] {0571d69e-e45c-441b-a3f7-ecfcbc016191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11232 | 2024.09.01 21:05:20.855993 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1346 rows starting from the beginning of the part | ||
11233 | 2024.09.01 21:05:20.856439 [ 192 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 84 rows starting from the beginning of the part | ||
11234 | 2024.09.01 21:05:20.857074 [ 3 ] {0571d69e-e45c-441b-a3f7-ecfcbc016191} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11235 | 2024.09.01 21:05:20.857570 [ 3 ] {0571d69e-e45c-441b-a3f7-ecfcbc016191} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11236 | 2024.09.01 21:05:20.857621 [ 3 ] {0571d69e-e45c-441b-a3f7-ecfcbc016191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11237 | 2024.09.01 21:05:20.858180 [ 3 ] {0571d69e-e45c-441b-a3f7-ecfcbc016191} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11238 | 2024.09.01 21:05:20.858611 [ 3 ] {0571d69e-e45c-441b-a3f7-ecfcbc016191} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11239 | 2024.09.01 21:05:20.858779 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3224 rows, containing 5 columns (5 merged, 0 gathered) in 0.005227831 sec., 616699.3539003078 rows/sec., 53.91 MiB/sec. | ||
11240 | 2024.09.01 21:05:20.858887 [ 3 ] {0571d69e-e45c-441b-a3f7-ecfcbc016191} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.003436 sec., 7857.974388824215 rows/sec., 590.88 KiB/sec. | ||
11241 | 2024.09.01 21:05:20.859109 [ 3 ] {0571d69e-e45c-441b-a3f7-ecfcbc016191} <Debug> DynamicQueryHandler: Done processing query | ||
11242 | 2024.09.01 21:05:20.859144 [ 3 ] {0571d69e-e45c-441b-a3f7-ecfcbc016191} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11243 | 2024.09.01 21:05:20.859163 [ 3 ] {} <Debug> HTTP-Session: 13e45b26-17d2-4734-8d7d-fde1a1ce7f21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11244 | 2024.09.01 21:05:20.859170 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11245 | 2024.09.01 21:05:20.859677 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_61_12} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11246 | 2024.09.01 21:05:20.859766 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_61_12} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11247 | 2024.09.01 21:05:20.859807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 10721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11248 | 2024.09.01 21:05:20.859914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11249 | 2024.09.01 21:05:20.859918 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
11250 | 2024.09.01 21:05:20.859951 [ 3 ] {} <Debug> HTTP-Session: bc9e68ce-1d6a-4a63-a21b-fa7ff9c59d09 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11251 | 2024.09.01 21:05:20.859986 [ 3 ] {} <Debug> HTTP-Session: bc9e68ce-1d6a-4a63-a21b-fa7ff9c59d09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11252 | 2024.09.01 21:05:20.860000 [ 3 ] {} <Debug> HTTP-Session: bc9e68ce-1d6a-4a63-a21b-fa7ff9c59d09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11253 | 2024.09.01 21:05:20.860035 [ 3 ] {} <Trace> HTTP-Session: bc9e68ce-1d6a-4a63-a21b-fa7ff9c59d09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11254 | 2024.09.01 21:05:20.860168 [ 3 ] {610f653b-475e-4167-84ca-ffcd7674f927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11255 | 2024.09.01 21:05:20.860215 [ 3 ] {610f653b-475e-4167-84ca-ffcd7674f927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11256 | 2024.09.01 21:05:20.860463 [ 3 ] {610f653b-475e-4167-84ca-ffcd7674f927} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11257 | 2024.09.01 21:05:20.860816 [ 3 ] {610f653b-475e-4167-84ca-ffcd7674f927} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11258 | 2024.09.01 21:05:20.860854 [ 3 ] {610f653b-475e-4167-84ca-ffcd7674f927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11259 | 2024.09.01 21:05:20.861204 [ 3 ] {610f653b-475e-4167-84ca-ffcd7674f927} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11260 | 2024.09.01 21:05:20.861571 [ 3 ] {610f653b-475e-4167-84ca-ffcd7674f927} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11261 | 2024.09.01 21:05:20.861723 [ 3 ] {610f653b-475e-4167-84ca-ffcd7674f927} <Debug> executeQuery: Read 63 rows, 5.04 KiB in 0.001602 sec., 39325.84269662922 rows/sec., 3.07 MiB/sec. | ||
11262 | 2024.09.01 21:05:20.861738 [ 139 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11263 | 2024.09.01 21:05:20.861817 [ 139 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11264 | 2024.09.01 21:05:20.861872 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11265 | 2024.09.01 21:05:20.862022 [ 3 ] {610f653b-475e-4167-84ca-ffcd7674f927} <Debug> DynamicQueryHandler: Done processing query | ||
11266 | 2024.09.01 21:05:20.862073 [ 3 ] {610f653b-475e-4167-84ca-ffcd7674f927} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11267 | 2024.09.01 21:05:20.862095 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
11268 | 2024.09.01 21:05:20.862101 [ 3 ] {} <Debug> HTTP-Session: bc9e68ce-1d6a-4a63-a21b-fa7ff9c59d09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11269 | 2024.09.01 21:05:20.862367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 2364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11270 | 2024.09.01 21:05:20.862424 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11271 | 2024.09.01 21:05:20.862466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11272 | 2024.09.01 21:05:20.862495 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 911 rows starting from the beginning of the part | ||
11273 | 2024.09.01 21:05:20.862507 [ 3 ] {} <Debug> HTTP-Session: 7f6b00c7-fa35-4a41-9fb4-a30079d9e402 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11274 | 2024.09.01 21:05:20.862555 [ 3 ] {} <Debug> HTTP-Session: 7f6b00c7-fa35-4a41-9fb4-a30079d9e402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11275 | 2024.09.01 21:05:20.862598 [ 3 ] {} <Debug> HTTP-Session: 7f6b00c7-fa35-4a41-9fb4-a30079d9e402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11276 | 2024.09.01 21:05:20.862726 [ 3 ] {} <Trace> HTTP-Session: 7f6b00c7-fa35-4a41-9fb4-a30079d9e402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11277 | 2024.09.01 21:05:20.862814 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 68 rows starting from the beginning of the part | ||
11278 | 2024.09.01 21:05:20.863092 [ 3 ] {730b7a3b-29bc-42de-968c-003a021a3cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11279 | 2024.09.01 21:05:20.863195 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 419 rows starting from the beginning of the part | ||
11280 | 2024.09.01 21:05:20.863227 [ 3 ] {730b7a3b-29bc-42de-968c-003a021a3cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11281 | 2024.09.01 21:05:20.863584 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 66 rows starting from the beginning of the part | ||
11282 | 2024.09.01 21:05:20.863930 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 848 rows starting from the beginning of the part | ||
11283 | 2024.09.01 21:05:20.864334 [ 3 ] {730b7a3b-29bc-42de-968c-003a021a3cce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11284 | 2024.09.01 21:05:20.864335 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 63 rows starting from the beginning of the part | ||
11285 | 2024.09.01 21:05:20.865128 [ 3 ] {730b7a3b-29bc-42de-968c-003a021a3cce} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11286 | 2024.09.01 21:05:20.865194 [ 3 ] {730b7a3b-29bc-42de-968c-003a021a3cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11287 | 2024.09.01 21:05:20.866164 [ 3 ] {730b7a3b-29bc-42de-968c-003a021a3cce} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11288 | 2024.09.01 21:05:20.867048 [ 3 ] {730b7a3b-29bc-42de-968c-003a021a3cce} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11289 | 2024.09.01 21:05:20.867321 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11290 | 2024.09.01 21:05:20.867360 [ 3 ] {730b7a3b-29bc-42de-968c-003a021a3cce} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.004405 sec., 2724.177071509648 rows/sec., 195.76 KiB/sec. | ||
11291 | 2024.09.01 21:05:20.867408 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11292 | 2024.09.01 21:05:20.867503 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11293 | 2024.09.01 21:05:20.867990 [ 3 ] {730b7a3b-29bc-42de-968c-003a021a3cce} <Debug> DynamicQueryHandler: Done processing query | ||
11294 | 2024.09.01 21:05:20.868090 [ 3 ] {730b7a3b-29bc-42de-968c-003a021a3cce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11295 | 2024.09.01 21:05:20.868216 [ 3 ] {} <Debug> HTTP-Session: 7f6b00c7-fa35-4a41-9fb4-a30079d9e402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11296 | 2024.09.01 21:05:20.868419 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
11297 | 2024.09.01 21:05:20.868470 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2375 rows, containing 5 columns (5 merged, 0 gathered) in 0.006471567 sec., 366989.9423122715 rows/sec., 28.11 MiB/sec. | ||
11298 | 2024.09.01 21:05:20.868573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44583, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11299 | 2024.09.01 21:05:20.868791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11300 | 2024.09.01 21:05:20.868888 [ 3 ] {} <Debug> HTTP-Session: 9144cc6a-756a-4ef3-ac1d-699d4d8def9d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11301 | 2024.09.01 21:05:20.869018 [ 3 ] {} <Debug> HTTP-Session: 9144cc6a-756a-4ef3-ac1d-699d4d8def9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11302 | 2024.09.01 21:05:20.869100 [ 3 ] {} <Debug> HTTP-Session: 9144cc6a-756a-4ef3-ac1d-699d4d8def9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11303 | 2024.09.01 21:05:20.869276 [ 3 ] {} <Trace> HTTP-Session: 9144cc6a-756a-4ef3-ac1d-699d4d8def9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11304 | 2024.09.01 21:05:20.869302 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11305 | 2024.09.01 21:05:20.869278 [ 189 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11306 | 2024.09.01 21:05:20.869472 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15507 rows starting from the beginning of the part | ||
11307 | 2024.09.01 21:05:20.869900 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 161 rows starting from the beginning of the part | ||
11308 | 2024.09.01 21:05:20.870049 [ 3 ] {eb94bbb5-b903-4229-b149-9e1bd8dcf864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11309 | 2024.09.01 21:05:20.870178 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 238 rows starting from the beginning of the part | ||
11310 | 2024.09.01 21:05:20.870544 [ 3 ] {eb94bbb5-b903-4229-b149-9e1bd8dcf864} <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 | ||
11311 | 2024.09.01 21:05:20.870655 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
11312 | 2024.09.01 21:05:20.871264 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 910 rows starting from the beginning of the part | ||
11313 | 2024.09.01 21:05:20.871947 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 12 rows starting from the beginning of the part | ||
11314 | 2024.09.01 21:05:20.873071 [ 189 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_61_12} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11315 | 2024.09.01 21:05:20.873493 [ 189 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_61_12} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11316 | 2024.09.01 21:05:20.873835 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
11317 | 2024.09.01 21:05:20.874184 [ 3 ] {eb94bbb5-b903-4229-b149-9e1bd8dcf864} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11318 | 2024.09.01 21:05:20.875179 [ 3 ] {eb94bbb5-b903-4229-b149-9e1bd8dcf864} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11319 | 2024.09.01 21:05:20.875222 [ 3 ] {eb94bbb5-b903-4229-b149-9e1bd8dcf864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11320 | 2024.09.01 21:05:20.875959 [ 3 ] {eb94bbb5-b903-4229-b149-9e1bd8dcf864} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11321 | 2024.09.01 21:05:20.876456 [ 3 ] {eb94bbb5-b903-4229-b149-9e1bd8dcf864} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11322 | 2024.09.01 21:05:20.876648 [ 3 ] {eb94bbb5-b903-4229-b149-9e1bd8dcf864} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007076 sec., 3815.7150932730356 rows/sec., 6.84 MiB/sec. | ||
11323 | 2024.09.01 21:05:20.877076 [ 3 ] {eb94bbb5-b903-4229-b149-9e1bd8dcf864} <Debug> DynamicQueryHandler: Done processing query | ||
11324 | 2024.09.01 21:05:20.877110 [ 3 ] {eb94bbb5-b903-4229-b149-9e1bd8dcf864} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11325 | 2024.09.01 21:05:20.877133 [ 3 ] {} <Debug> HTTP-Session: 9144cc6a-756a-4ef3-ac1d-699d4d8def9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11326 | 2024.09.01 21:05:20.877284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11327 | 2024.09.01 21:05:20.877343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11328 | 2024.09.01 21:05:20.877368 [ 3 ] {} <Debug> HTTP-Session: a0c75d9b-b918-4d8e-bd59-a6cc7db0921a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11329 | 2024.09.01 21:05:20.877389 [ 3 ] {} <Debug> HTTP-Session: a0c75d9b-b918-4d8e-bd59-a6cc7db0921a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11330 | 2024.09.01 21:05:20.877407 [ 3 ] {} <Debug> HTTP-Session: a0c75d9b-b918-4d8e-bd59-a6cc7db0921a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11331 | 2024.09.01 21:05:20.877454 [ 3 ] {} <Trace> HTTP-Session: a0c75d9b-b918-4d8e-bd59-a6cc7db0921a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11332 | 2024.09.01 21:05:20.877558 [ 3 ] {2568cc20-145e-4e3d-9ab7-27f2cfbc9358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11333 | 2024.09.01 21:05:20.877604 [ 3 ] {2568cc20-145e-4e3d-9ab7-27f2cfbc9358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11334 | 2024.09.01 21:05:20.877784 [ 3 ] {2568cc20-145e-4e3d-9ab7-27f2cfbc9358} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11335 | 2024.09.01 21:05:20.878079 [ 3 ] {2568cc20-145e-4e3d-9ab7-27f2cfbc9358} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11336 | 2024.09.01 21:05:20.878115 [ 3 ] {2568cc20-145e-4e3d-9ab7-27f2cfbc9358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11337 | 2024.09.01 21:05:20.878465 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16988 rows, containing 5 columns (5 merged, 0 gathered) in 0.010593613 sec., 1603607.7587504848 rows/sec., 107.93 MiB/sec. | ||
11338 | 2024.09.01 21:05:20.878616 [ 3 ] {2568cc20-145e-4e3d-9ab7-27f2cfbc9358} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11339 | 2024.09.01 21:05:20.878648 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11340 | 2024.09.01 21:05:20.879055 [ 3 ] {2568cc20-145e-4e3d-9ab7-27f2cfbc9358} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11341 | 2024.09.01 21:05:20.879164 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11342 | 2024.09.01 21:05:20.879307 [ 139 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11343 | 2024.09.01 21:05:20.879328 [ 3 ] {2568cc20-145e-4e3d-9ab7-27f2cfbc9358} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001781 sec., 3368.893879842785 rows/sec., 228.65 KiB/sec. | ||
11344 | 2024.09.01 21:05:20.879402 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11345 | 2024.09.01 21:05:20.879395 [ 139 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11346 | 2024.09.01 21:05:20.879502 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11347 | 2024.09.01 21:05:20.879669 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
11348 | 2024.09.01 21:05:20.879887 [ 3 ] {2568cc20-145e-4e3d-9ab7-27f2cfbc9358} <Debug> DynamicQueryHandler: Done processing query | ||
11349 | 2024.09.01 21:05:20.879974 [ 3 ] {2568cc20-145e-4e3d-9ab7-27f2cfbc9358} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11350 | 2024.09.01 21:05:20.880003 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
11351 | 2024.09.01 21:05:20.880062 [ 3 ] {} <Debug> HTTP-Session: a0c75d9b-b918-4d8e-bd59-a6cc7db0921a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11352 | 2024.09.01 21:05:20.880604 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11353 | 2024.09.01 21:05:20.880676 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2660 rows starting from the beginning of the part | ||
11354 | 2024.09.01 21:05:20.880802 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
11355 | 2024.09.01 21:05:20.881001 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
11356 | 2024.09.01 21:05:20.881138 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
11357 | 2024.09.01 21:05:20.881342 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 76 rows starting from the beginning of the part | ||
11358 | 2024.09.01 21:05:20.881482 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
11359 | 2024.09.01 21:05:20.883208 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2944 rows, containing 4 columns (4 merged, 0 gathered) in 0.003458607 sec., 851209.7500525501 rows/sec., 55.47 MiB/sec. | ||
11360 | 2024.09.01 21:05:20.883484 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11361 | 2024.09.01 21:05:20.883941 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_61_12} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11362 | 2024.09.01 21:05:20.884050 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_61_12} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11363 | 2024.09.01 21:05:20.884156 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
11364 | 2024.09.01 21:05:24.019103 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11365 | 2024.09.01 21:05:24.019161 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11366 | 2024.09.01 21:05:25.857448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11367 | 2024.09.01 21:05:25.857586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11368 | 2024.09.01 21:05:25.857616 [ 3 ] {} <Debug> HTTP-Session: 86b49447-17d7-4b72-85f2-0b2be494f159 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11369 | 2024.09.01 21:05:25.857645 [ 3 ] {} <Debug> HTTP-Session: 86b49447-17d7-4b72-85f2-0b2be494f159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11370 | 2024.09.01 21:05:25.857662 [ 3 ] {} <Debug> HTTP-Session: 86b49447-17d7-4b72-85f2-0b2be494f159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11371 | 2024.09.01 21:05:25.857715 [ 3 ] {} <Trace> HTTP-Session: 86b49447-17d7-4b72-85f2-0b2be494f159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11372 | 2024.09.01 21:05:25.857943 [ 3 ] {58d68348-0dce-49fd-bfb9-01c61604e2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11373 | 2024.09.01 21:05:25.858017 [ 3 ] {58d68348-0dce-49fd-bfb9-01c61604e2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11374 | 2024.09.01 21:05:25.858398 [ 3 ] {58d68348-0dce-49fd-bfb9-01c61604e2d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11375 | 2024.09.01 21:05:25.858875 [ 3 ] {58d68348-0dce-49fd-bfb9-01c61604e2d4} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11376 | 2024.09.01 21:05:25.858924 [ 3 ] {58d68348-0dce-49fd-bfb9-01c61604e2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11377 | 2024.09.01 21:05:25.859352 [ 3 ] {58d68348-0dce-49fd-bfb9-01c61604e2d4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11378 | 2024.09.01 21:05:25.859753 [ 3 ] {58d68348-0dce-49fd-bfb9-01c61604e2d4} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11379 | 2024.09.01 21:05:25.859933 [ 3 ] {58d68348-0dce-49fd-bfb9-01c61604e2d4} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.002069 sec., 28999.516674722086 rows/sec., 2.25 MiB/sec. | ||
11380 | 2024.09.01 21:05:25.860141 [ 3 ] {58d68348-0dce-49fd-bfb9-01c61604e2d4} <Debug> DynamicQueryHandler: Done processing query | ||
11381 | 2024.09.01 21:05:25.860169 [ 3 ] {58d68348-0dce-49fd-bfb9-01c61604e2d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11382 | 2024.09.01 21:05:25.860185 [ 3 ] {} <Debug> HTTP-Session: 86b49447-17d7-4b72-85f2-0b2be494f159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11383 | 2024.09.01 21:05:25.860310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11384 | 2024.09.01 21:05:25.860363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11385 | 2024.09.01 21:05:25.860382 [ 3 ] {} <Debug> HTTP-Session: 0face5b6-7685-4fd8-9849-8f815e89a316 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11386 | 2024.09.01 21:05:25.860401 [ 3 ] {} <Debug> HTTP-Session: 0face5b6-7685-4fd8-9849-8f815e89a316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11387 | 2024.09.01 21:05:25.860415 [ 3 ] {} <Debug> HTTP-Session: 0face5b6-7685-4fd8-9849-8f815e89a316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11388 | 2024.09.01 21:05:25.860450 [ 3 ] {} <Trace> HTTP-Session: 0face5b6-7685-4fd8-9849-8f815e89a316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11389 | 2024.09.01 21:05:25.860558 [ 3 ] {cc922a44-c277-4cac-9e5a-33d7cc0bf7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11390 | 2024.09.01 21:05:25.860607 [ 3 ] {cc922a44-c277-4cac-9e5a-33d7cc0bf7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11391 | 2024.09.01 21:05:25.860845 [ 3 ] {cc922a44-c277-4cac-9e5a-33d7cc0bf7c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11392 | 2024.09.01 21:05:25.861172 [ 3 ] {cc922a44-c277-4cac-9e5a-33d7cc0bf7c7} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11393 | 2024.09.01 21:05:25.861210 [ 3 ] {cc922a44-c277-4cac-9e5a-33d7cc0bf7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11394 | 2024.09.01 21:05:25.861588 [ 3 ] {cc922a44-c277-4cac-9e5a-33d7cc0bf7c7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11395 | 2024.09.01 21:05:25.861966 [ 3 ] {cc922a44-c277-4cac-9e5a-33d7cc0bf7c7} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11396 | 2024.09.01 21:05:25.862118 [ 3 ] {cc922a44-c277-4cac-9e5a-33d7cc0bf7c7} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001587 sec., 1260.2394454946439 rows/sec., 94.76 KiB/sec. | ||
11397 | 2024.09.01 21:05:25.862289 [ 3 ] {cc922a44-c277-4cac-9e5a-33d7cc0bf7c7} <Debug> DynamicQueryHandler: Done processing query | ||
11398 | 2024.09.01 21:05:25.862313 [ 3 ] {cc922a44-c277-4cac-9e5a-33d7cc0bf7c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11399 | 2024.09.01 21:05:25.862329 [ 3 ] {} <Debug> HTTP-Session: 0face5b6-7685-4fd8-9849-8f815e89a316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11400 | 2024.09.01 21:05:25.862469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11401 | 2024.09.01 21:05:25.862520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11402 | 2024.09.01 21:05:25.862539 [ 3 ] {} <Debug> HTTP-Session: 7d8bf27b-cfe9-4742-8223-9134d2e7d7b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11403 | 2024.09.01 21:05:25.862556 [ 3 ] {} <Debug> HTTP-Session: 7d8bf27b-cfe9-4742-8223-9134d2e7d7b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11404 | 2024.09.01 21:05:25.862570 [ 3 ] {} <Debug> HTTP-Session: 7d8bf27b-cfe9-4742-8223-9134d2e7d7b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11405 | 2024.09.01 21:05:25.862601 [ 3 ] {} <Trace> HTTP-Session: 7d8bf27b-cfe9-4742-8223-9134d2e7d7b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11406 | 2024.09.01 21:05:25.862719 [ 3 ] {19b83c5e-96e7-4bee-9cc8-9beab812bf39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11407 | 2024.09.01 21:05:25.862763 [ 3 ] {19b83c5e-96e7-4bee-9cc8-9beab812bf39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11408 | 2024.09.01 21:05:25.862990 [ 3 ] {19b83c5e-96e7-4bee-9cc8-9beab812bf39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11409 | 2024.09.01 21:05:25.863339 [ 3 ] {19b83c5e-96e7-4bee-9cc8-9beab812bf39} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11410 | 2024.09.01 21:05:25.863376 [ 3 ] {19b83c5e-96e7-4bee-9cc8-9beab812bf39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11411 | 2024.09.01 21:05:25.863733 [ 3 ] {19b83c5e-96e7-4bee-9cc8-9beab812bf39} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11412 | 2024.09.01 21:05:25.864092 [ 3 ] {19b83c5e-96e7-4bee-9cc8-9beab812bf39} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11413 | 2024.09.01 21:05:25.864251 [ 3 ] {19b83c5e-96e7-4bee-9cc8-9beab812bf39} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001572 sec., 41984.73282442748 rows/sec., 3.28 MiB/sec. | ||
11414 | 2024.09.01 21:05:25.864419 [ 3 ] {19b83c5e-96e7-4bee-9cc8-9beab812bf39} <Debug> DynamicQueryHandler: Done processing query | ||
11415 | 2024.09.01 21:05:25.864443 [ 3 ] {19b83c5e-96e7-4bee-9cc8-9beab812bf39} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11416 | 2024.09.01 21:05:25.864459 [ 3 ] {} <Debug> HTTP-Session: 7d8bf27b-cfe9-4742-8223-9134d2e7d7b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11417 | 2024.09.01 21:05:25.864605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11418 | 2024.09.01 21:05:25.864654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11419 | 2024.09.01 21:05:25.864672 [ 3 ] {} <Debug> HTTP-Session: 5c470ea8-5c6a-41b0-9a72-6c2a1a7f298c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11420 | 2024.09.01 21:05:25.864689 [ 3 ] {} <Debug> HTTP-Session: 5c470ea8-5c6a-41b0-9a72-6c2a1a7f298c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11421 | 2024.09.01 21:05:25.864702 [ 3 ] {} <Debug> HTTP-Session: 5c470ea8-5c6a-41b0-9a72-6c2a1a7f298c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11422 | 2024.09.01 21:05:25.864734 [ 3 ] {} <Trace> HTTP-Session: 5c470ea8-5c6a-41b0-9a72-6c2a1a7f298c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11423 | 2024.09.01 21:05:25.864881 [ 3 ] {712c9f1b-90f7-4311-9dfb-0c2a127dbd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11424 | 2024.09.01 21:05:25.864928 [ 3 ] {712c9f1b-90f7-4311-9dfb-0c2a127dbd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11425 | 2024.09.01 21:05:25.865075 [ 3 ] {712c9f1b-90f7-4311-9dfb-0c2a127dbd6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11426 | 2024.09.01 21:05:25.865451 [ 3 ] {712c9f1b-90f7-4311-9dfb-0c2a127dbd6c} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11427 | 2024.09.01 21:05:25.865486 [ 3 ] {712c9f1b-90f7-4311-9dfb-0c2a127dbd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11428 | 2024.09.01 21:05:25.865871 [ 3 ] {712c9f1b-90f7-4311-9dfb-0c2a127dbd6c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11429 | 2024.09.01 21:05:25.866209 [ 3 ] {712c9f1b-90f7-4311-9dfb-0c2a127dbd6c} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11430 | 2024.09.01 21:05:25.866367 [ 3 ] {712c9f1b-90f7-4311-9dfb-0c2a127dbd6c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
11431 | 2024.09.01 21:05:25.866619 [ 3 ] {712c9f1b-90f7-4311-9dfb-0c2a127dbd6c} <Debug> DynamicQueryHandler: Done processing query | ||
11432 | 2024.09.01 21:05:25.866674 [ 3 ] {712c9f1b-90f7-4311-9dfb-0c2a127dbd6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11433 | 2024.09.01 21:05:25.866726 [ 3 ] {} <Debug> HTTP-Session: 5c470ea8-5c6a-41b0-9a72-6c2a1a7f298c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11434 | 2024.09.01 21:05:25.866904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11435 | 2024.09.01 21:05:25.866956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11436 | 2024.09.01 21:05:25.866975 [ 3 ] {} <Debug> HTTP-Session: 4ff178de-d12f-4ff1-9c7a-e416381c222f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11437 | 2024.09.01 21:05:25.866991 [ 3 ] {} <Debug> HTTP-Session: 4ff178de-d12f-4ff1-9c7a-e416381c222f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11438 | 2024.09.01 21:05:25.867005 [ 3 ] {} <Debug> HTTP-Session: 4ff178de-d12f-4ff1-9c7a-e416381c222f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11439 | 2024.09.01 21:05:25.867038 [ 3 ] {} <Trace> HTTP-Session: 4ff178de-d12f-4ff1-9c7a-e416381c222f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11440 | 2024.09.01 21:05:25.867154 [ 3 ] {43af17e0-5c26-4fa5-8dca-52aadabbc686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11441 | 2024.09.01 21:05:25.867222 [ 3 ] {43af17e0-5c26-4fa5-8dca-52aadabbc686} <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 | ||
11442 | 2024.09.01 21:05:25.867649 [ 3 ] {43af17e0-5c26-4fa5-8dca-52aadabbc686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11443 | 2024.09.01 21:05:25.868070 [ 3 ] {43af17e0-5c26-4fa5-8dca-52aadabbc686} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11444 | 2024.09.01 21:05:25.868106 [ 3 ] {43af17e0-5c26-4fa5-8dca-52aadabbc686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11445 | 2024.09.01 21:05:25.868687 [ 3 ] {43af17e0-5c26-4fa5-8dca-52aadabbc686} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11446 | 2024.09.01 21:05:25.869102 [ 3 ] {43af17e0-5c26-4fa5-8dca-52aadabbc686} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11447 | 2024.09.01 21:05:25.869294 [ 3 ] {43af17e0-5c26-4fa5-8dca-52aadabbc686} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002183 sec., 916.1704076958314 rows/sec., 1.64 MiB/sec. | ||
11448 | 2024.09.01 21:05:25.869507 [ 3 ] {43af17e0-5c26-4fa5-8dca-52aadabbc686} <Debug> DynamicQueryHandler: Done processing query | ||
11449 | 2024.09.01 21:05:25.869532 [ 3 ] {43af17e0-5c26-4fa5-8dca-52aadabbc686} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11450 | 2024.09.01 21:05:25.869548 [ 3 ] {} <Debug> HTTP-Session: 4ff178de-d12f-4ff1-9c7a-e416381c222f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11451 | 2024.09.01 21:05:25.869664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11452 | 2024.09.01 21:05:25.869728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11453 | 2024.09.01 21:05:25.869755 [ 3 ] {} <Debug> HTTP-Session: 7c7b7c24-dbe0-4b62-94c7-fa4db4ec8694 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11454 | 2024.09.01 21:05:25.869777 [ 3 ] {} <Debug> HTTP-Session: 7c7b7c24-dbe0-4b62-94c7-fa4db4ec8694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11455 | 2024.09.01 21:05:25.869791 [ 3 ] {} <Debug> HTTP-Session: 7c7b7c24-dbe0-4b62-94c7-fa4db4ec8694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11456 | 2024.09.01 21:05:25.869822 [ 3 ] {} <Trace> HTTP-Session: 7c7b7c24-dbe0-4b62-94c7-fa4db4ec8694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11457 | 2024.09.01 21:05:25.869940 [ 3 ] {1c45fa5e-4855-4540-aee8-41b3dc175223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11458 | 2024.09.01 21:05:25.869985 [ 3 ] {1c45fa5e-4855-4540-aee8-41b3dc175223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11459 | 2024.09.01 21:05:25.870113 [ 3 ] {1c45fa5e-4855-4540-aee8-41b3dc175223} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11460 | 2024.09.01 21:05:25.870407 [ 3 ] {1c45fa5e-4855-4540-aee8-41b3dc175223} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11461 | 2024.09.01 21:05:25.870443 [ 3 ] {1c45fa5e-4855-4540-aee8-41b3dc175223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
11462 | 2024.09.01 21:05:25.870795 [ 3 ] {1c45fa5e-4855-4540-aee8-41b3dc175223} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11463 | 2024.09.01 21:05:25.871118 [ 3 ] {1c45fa5e-4855-4540-aee8-41b3dc175223} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11464 | 2024.09.01 21:05:25.871267 [ 3 ] {1c45fa5e-4855-4540-aee8-41b3dc175223} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
11465 | 2024.09.01 21:05:25.871508 [ 3 ] {1c45fa5e-4855-4540-aee8-41b3dc175223} <Debug> DynamicQueryHandler: Done processing query | ||
11466 | 2024.09.01 21:05:25.871567 [ 3 ] {1c45fa5e-4855-4540-aee8-41b3dc175223} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11467 | 2024.09.01 21:05:25.871621 [ 3 ] {} <Debug> HTTP-Session: 7c7b7c24-dbe0-4b62-94c7-fa4db4ec8694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11468 | 2024.09.01 21:05:30.863272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 39251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11469 | 2024.09.01 21:05:30.863412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11470 | 2024.09.01 21:05:30.863441 [ 3 ] {} <Debug> HTTP-Session: a95946ff-d935-4be0-8718-5f183e70ccf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11471 | 2024.09.01 21:05:30.863469 [ 3 ] {} <Debug> HTTP-Session: a95946ff-d935-4be0-8718-5f183e70ccf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11472 | 2024.09.01 21:05:30.863487 [ 3 ] {} <Debug> HTTP-Session: a95946ff-d935-4be0-8718-5f183e70ccf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11473 | 2024.09.01 21:05:30.863540 [ 3 ] {} <Trace> HTTP-Session: a95946ff-d935-4be0-8718-5f183e70ccf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11474 | 2024.09.01 21:05:30.863809 [ 3 ] {29af3689-5af9-46a7-a8ea-42ec7ea278c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11475 | 2024.09.01 21:05:30.863873 [ 3 ] {29af3689-5af9-46a7-a8ea-42ec7ea278c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11476 | 2024.09.01 21:05:30.864196 [ 3 ] {29af3689-5af9-46a7-a8ea-42ec7ea278c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11477 | 2024.09.01 21:05:30.864780 [ 3 ] {29af3689-5af9-46a7-a8ea-42ec7ea278c1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11478 | 2024.09.01 21:05:30.864824 [ 3 ] {29af3689-5af9-46a7-a8ea-42ec7ea278c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11479 | 2024.09.01 21:05:30.865261 [ 3 ] {29af3689-5af9-46a7-a8ea-42ec7ea278c1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11480 | 2024.09.01 21:05:30.865647 [ 3 ] {29af3689-5af9-46a7-a8ea-42ec7ea278c1} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11481 | 2024.09.01 21:05:30.865816 [ 3 ] {29af3689-5af9-46a7-a8ea-42ec7ea278c1} <Debug> executeQuery: Read 259 rows, 23.51 KiB in 0.002118 sec., 122285.1746931067 rows/sec., 10.84 MiB/sec. | ||
11482 | 2024.09.01 21:05:30.866113 [ 3 ] {29af3689-5af9-46a7-a8ea-42ec7ea278c1} <Debug> DynamicQueryHandler: Done processing query | ||
11483 | 2024.09.01 21:05:30.866178 [ 3 ] {29af3689-5af9-46a7-a8ea-42ec7ea278c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11484 | 2024.09.01 21:05:30.866246 [ 3 ] {} <Debug> HTTP-Session: a95946ff-d935-4be0-8718-5f183e70ccf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11485 | 2024.09.01 21:05:30.866441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11486 | 2024.09.01 21:05:30.866497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11487 | 2024.09.01 21:05:30.866516 [ 3 ] {} <Debug> HTTP-Session: be855e01-4eff-49bd-ad05-4f7e0a28c081 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11488 | 2024.09.01 21:05:30.866534 [ 3 ] {} <Debug> HTTP-Session: be855e01-4eff-49bd-ad05-4f7e0a28c081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11489 | 2024.09.01 21:05:30.866548 [ 3 ] {} <Debug> HTTP-Session: be855e01-4eff-49bd-ad05-4f7e0a28c081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11490 | 2024.09.01 21:05:30.866581 [ 3 ] {} <Trace> HTTP-Session: be855e01-4eff-49bd-ad05-4f7e0a28c081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11491 | 2024.09.01 21:05:30.866701 [ 3 ] {a2c8e270-f941-48a9-9925-b5d94f1c3280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11492 | 2024.09.01 21:05:30.866746 [ 3 ] {a2c8e270-f941-48a9-9925-b5d94f1c3280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11493 | 2024.09.01 21:05:30.866987 [ 3 ] {a2c8e270-f941-48a9-9925-b5d94f1c3280} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11494 | 2024.09.01 21:05:30.867312 [ 3 ] {a2c8e270-f941-48a9-9925-b5d94f1c3280} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11495 | 2024.09.01 21:05:30.867349 [ 3 ] {a2c8e270-f941-48a9-9925-b5d94f1c3280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11496 | 2024.09.01 21:05:30.867684 [ 3 ] {a2c8e270-f941-48a9-9925-b5d94f1c3280} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11497 | 2024.09.01 21:05:30.868037 [ 3 ] {a2c8e270-f941-48a9-9925-b5d94f1c3280} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11498 | 2024.09.01 21:05:30.868189 [ 3 ] {a2c8e270-f941-48a9-9925-b5d94f1c3280} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.00152 sec., 23026.315789473683 rows/sec., 1.69 MiB/sec. | ||
11499 | 2024.09.01 21:05:30.868391 [ 3 ] {a2c8e270-f941-48a9-9925-b5d94f1c3280} <Debug> DynamicQueryHandler: Done processing query | ||
11500 | 2024.09.01 21:05:30.868424 [ 3 ] {a2c8e270-f941-48a9-9925-b5d94f1c3280} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11501 | 2024.09.01 21:05:30.868446 [ 3 ] {} <Debug> HTTP-Session: be855e01-4eff-49bd-ad05-4f7e0a28c081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11502 | 2024.09.01 21:05:30.868604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11503 | 2024.09.01 21:05:30.868663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11504 | 2024.09.01 21:05:30.868682 [ 3 ] {} <Debug> HTTP-Session: 92aa01f7-2118-4937-a9dc-6e071a6b1f92 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11505 | 2024.09.01 21:05:30.868698 [ 3 ] {} <Debug> HTTP-Session: 92aa01f7-2118-4937-a9dc-6e071a6b1f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11506 | 2024.09.01 21:05:30.868712 [ 3 ] {} <Debug> HTTP-Session: 92aa01f7-2118-4937-a9dc-6e071a6b1f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11507 | 2024.09.01 21:05:30.868744 [ 3 ] {} <Trace> HTTP-Session: 92aa01f7-2118-4937-a9dc-6e071a6b1f92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11508 | 2024.09.01 21:05:30.868847 [ 3 ] {074c4e69-2fe6-44d5-819e-42919da1008b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11509 | 2024.09.01 21:05:30.868890 [ 3 ] {074c4e69-2fe6-44d5-819e-42919da1008b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11510 | 2024.09.01 21:05:30.869122 [ 3 ] {074c4e69-2fe6-44d5-819e-42919da1008b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11511 | 2024.09.01 21:05:30.869431 [ 3 ] {074c4e69-2fe6-44d5-819e-42919da1008b} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11512 | 2024.09.01 21:05:30.869494 [ 3 ] {074c4e69-2fe6-44d5-819e-42919da1008b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11513 | 2024.09.01 21:05:30.869847 [ 3 ] {074c4e69-2fe6-44d5-819e-42919da1008b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11514 | 2024.09.01 21:05:30.870201 [ 3 ] {074c4e69-2fe6-44d5-819e-42919da1008b} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11515 | 2024.09.01 21:05:30.870366 [ 3 ] {074c4e69-2fe6-44d5-819e-42919da1008b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001539 sec., 9096.816114359974 rows/sec., 637.08 KiB/sec. | ||
11516 | 2024.09.01 21:05:30.870532 [ 3 ] {074c4e69-2fe6-44d5-819e-42919da1008b} <Debug> DynamicQueryHandler: Done processing query | ||
11517 | 2024.09.01 21:05:30.870556 [ 3 ] {074c4e69-2fe6-44d5-819e-42919da1008b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11518 | 2024.09.01 21:05:30.870572 [ 3 ] {} <Debug> HTTP-Session: 92aa01f7-2118-4937-a9dc-6e071a6b1f92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11519 | 2024.09.01 21:05:30.870676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11520 | 2024.09.01 21:05:30.870724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11521 | 2024.09.01 21:05:30.870743 [ 3 ] {} <Debug> HTTP-Session: 6b698b7f-5014-4422-b272-c28e0fb266c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11522 | 2024.09.01 21:05:30.870759 [ 3 ] {} <Debug> HTTP-Session: 6b698b7f-5014-4422-b272-c28e0fb266c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11523 | 2024.09.01 21:05:30.870773 [ 3 ] {} <Debug> HTTP-Session: 6b698b7f-5014-4422-b272-c28e0fb266c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11524 | 2024.09.01 21:05:30.870804 [ 3 ] {} <Trace> HTTP-Session: 6b698b7f-5014-4422-b272-c28e0fb266c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11525 | 2024.09.01 21:05:30.870901 [ 3 ] {31f8531e-d425-49b2-80d0-c0b27402d85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11526 | 2024.09.01 21:05:30.870943 [ 3 ] {31f8531e-d425-49b2-80d0-c0b27402d85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11527 | 2024.09.01 21:05:30.871170 [ 3 ] {31f8531e-d425-49b2-80d0-c0b27402d85f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11528 | 2024.09.01 21:05:30.871469 [ 3 ] {31f8531e-d425-49b2-80d0-c0b27402d85f} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11529 | 2024.09.01 21:05:30.871506 [ 3 ] {31f8531e-d425-49b2-80d0-c0b27402d85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11530 | 2024.09.01 21:05:30.871853 [ 3 ] {31f8531e-d425-49b2-80d0-c0b27402d85f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11531 | 2024.09.01 21:05:30.872214 [ 3 ] {31f8531e-d425-49b2-80d0-c0b27402d85f} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11532 | 2024.09.01 21:05:30.872368 [ 3 ] {31f8531e-d425-49b2-80d0-c0b27402d85f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 239.04 KiB/sec. | ||
11533 | 2024.09.01 21:05:30.872639 [ 3 ] {31f8531e-d425-49b2-80d0-c0b27402d85f} <Debug> DynamicQueryHandler: Done processing query | ||
11534 | 2024.09.01 21:05:30.872680 [ 3 ] {31f8531e-d425-49b2-80d0-c0b27402d85f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11535 | 2024.09.01 21:05:30.872697 [ 3 ] {} <Debug> HTTP-Session: 6b698b7f-5014-4422-b272-c28e0fb266c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11536 | 2024.09.01 21:05:30.872882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 67714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11537 | 2024.09.01 21:05:30.872930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11538 | 2024.09.01 21:05:30.872949 [ 3 ] {} <Debug> HTTP-Session: 4c781729-8b91-44d3-95a1-fe7ed5bb37f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11539 | 2024.09.01 21:05:30.872966 [ 3 ] {} <Debug> HTTP-Session: 4c781729-8b91-44d3-95a1-fe7ed5bb37f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11540 | 2024.09.01 21:05:30.872980 [ 3 ] {} <Debug> HTTP-Session: 4c781729-8b91-44d3-95a1-fe7ed5bb37f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11541 | 2024.09.01 21:05:30.873011 [ 3 ] {} <Trace> HTTP-Session: 4c781729-8b91-44d3-95a1-fe7ed5bb37f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11542 | 2024.09.01 21:05:30.873220 [ 3 ] {ca27cb22-0e4a-4657-9b4f-571eac51e4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11543 | 2024.09.01 21:05:30.873265 [ 3 ] {ca27cb22-0e4a-4657-9b4f-571eac51e4f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11544 | 2024.09.01 21:05:30.873510 [ 3 ] {ca27cb22-0e4a-4657-9b4f-571eac51e4f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11545 | 2024.09.01 21:05:30.874085 [ 3 ] {ca27cb22-0e4a-4657-9b4f-571eac51e4f2} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11546 | 2024.09.01 21:05:30.874123 [ 3 ] {ca27cb22-0e4a-4657-9b4f-571eac51e4f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11547 | 2024.09.01 21:05:30.874500 [ 3 ] {ca27cb22-0e4a-4657-9b4f-571eac51e4f2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11548 | 2024.09.01 21:05:30.874851 [ 3 ] {ca27cb22-0e4a-4657-9b4f-571eac51e4f2} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11549 | 2024.09.01 21:05:30.875008 [ 3 ] {ca27cb22-0e4a-4657-9b4f-571eac51e4f2} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001885 sec., 221220.15915119363 rows/sec., 15.79 MiB/sec. | ||
11550 | 2024.09.01 21:05:30.875183 [ 3 ] {ca27cb22-0e4a-4657-9b4f-571eac51e4f2} <Debug> DynamicQueryHandler: Done processing query | ||
11551 | 2024.09.01 21:05:30.875207 [ 3 ] {ca27cb22-0e4a-4657-9b4f-571eac51e4f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11552 | 2024.09.01 21:05:30.875223 [ 3 ] {} <Debug> HTTP-Session: 4c781729-8b91-44d3-95a1-fe7ed5bb37f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11553 | 2024.09.01 21:05:30.875337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11554 | 2024.09.01 21:05:30.875386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11555 | 2024.09.01 21:05:30.875405 [ 3 ] {} <Debug> HTTP-Session: 9c97f0da-0d17-405f-ae23-f9c5323ebe09 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11556 | 2024.09.01 21:05:30.875422 [ 3 ] {} <Debug> HTTP-Session: 9c97f0da-0d17-405f-ae23-f9c5323ebe09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11557 | 2024.09.01 21:05:30.875436 [ 3 ] {} <Debug> HTTP-Session: 9c97f0da-0d17-405f-ae23-f9c5323ebe09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11558 | 2024.09.01 21:05:30.875466 [ 3 ] {} <Trace> HTTP-Session: 9c97f0da-0d17-405f-ae23-f9c5323ebe09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11559 | 2024.09.01 21:05:30.875561 [ 3 ] {b9a7f002-d2e2-4fe8-be54-89f7ef137777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11560 | 2024.09.01 21:05:30.875605 [ 3 ] {b9a7f002-d2e2-4fe8-be54-89f7ef137777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11561 | 2024.09.01 21:05:30.875736 [ 3 ] {b9a7f002-d2e2-4fe8-be54-89f7ef137777} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11562 | 2024.09.01 21:05:30.875976 [ 3 ] {b9a7f002-d2e2-4fe8-be54-89f7ef137777} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11563 | 2024.09.01 21:05:30.876012 [ 3 ] {b9a7f002-d2e2-4fe8-be54-89f7ef137777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11564 | 2024.09.01 21:05:30.876360 [ 3 ] {b9a7f002-d2e2-4fe8-be54-89f7ef137777} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11565 | 2024.09.01 21:05:30.876679 [ 3 ] {b9a7f002-d2e2-4fe8-be54-89f7ef137777} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11566 | 2024.09.01 21:05:30.876839 [ 3 ] {b9a7f002-d2e2-4fe8-be54-89f7ef137777} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 242.44 KiB/sec. | ||
11567 | 2024.09.01 21:05:30.876844 [ 122 ] {} <Debug> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11568 | 2024.09.01 21:05:30.876964 [ 122 ] {} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11569 | 2024.09.01 21:05:30.877005 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11570 | 2024.09.01 21:05:30.877071 [ 3 ] {b9a7f002-d2e2-4fe8-be54-89f7ef137777} <Debug> DynamicQueryHandler: Done processing query | ||
11571 | 2024.09.01 21:05:30.877129 [ 3 ] {b9a7f002-d2e2-4fe8-be54-89f7ef137777} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11572 | 2024.09.01 21:05:30.877247 [ 3 ] {} <Debug> HTTP-Session: 9c97f0da-0d17-405f-ae23-f9c5323ebe09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11573 | 2024.09.01 21:05:30.877589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11574 | 2024.09.01 21:05:30.877624 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
11575 | 2024.09.01 21:05:30.877812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11576 | 2024.09.01 21:05:30.877958 [ 3 ] {} <Debug> HTTP-Session: 7d98e307-47b6-4d55-938e-c943cdeb7f86 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11577 | 2024.09.01 21:05:30.878090 [ 3 ] {} <Debug> HTTP-Session: 7d98e307-47b6-4d55-938e-c943cdeb7f86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11578 | 2024.09.01 21:05:30.878199 [ 3 ] {} <Debug> HTTP-Session: 7d98e307-47b6-4d55-938e-c943cdeb7f86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11579 | 2024.09.01 21:05:30.878385 [ 3 ] {} <Trace> HTTP-Session: 7d98e307-47b6-4d55-938e-c943cdeb7f86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11580 | 2024.09.01 21:05:30.878529 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11581 | 2024.09.01 21:05:30.878653 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
11582 | 2024.09.01 21:05:30.878784 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
11583 | 2024.09.01 21:05:30.878890 [ 3 ] {089e9bf5-2267-4fe9-9e16-24975f4e06f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11584 | 2024.09.01 21:05:30.879044 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
11585 | 2024.09.01 21:05:30.879145 [ 3 ] {089e9bf5-2267-4fe9-9e16-24975f4e06f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11586 | 2024.09.01 21:05:30.879386 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
11587 | 2024.09.01 21:05:30.879665 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
11588 | 2024.09.01 21:05:30.880077 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
11589 | 2024.09.01 21:05:30.880850 [ 3 ] {089e9bf5-2267-4fe9-9e16-24975f4e06f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11590 | 2024.09.01 21:05:30.881786 [ 3 ] {089e9bf5-2267-4fe9-9e16-24975f4e06f2} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11591 | 2024.09.01 21:05:30.881848 [ 3 ] {089e9bf5-2267-4fe9-9e16-24975f4e06f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11592 | 2024.09.01 21:05:30.882830 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.005726557 sec., 27241.49956073082 rows/sec., 1.39 MiB/sec. | ||
11593 | 2024.09.01 21:05:30.882908 [ 3 ] {089e9bf5-2267-4fe9-9e16-24975f4e06f2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11594 | 2024.09.01 21:05:30.882981 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11595 | 2024.09.01 21:05:30.883734 [ 3 ] {089e9bf5-2267-4fe9-9e16-24975f4e06f2} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11596 | 2024.09.01 21:05:30.883850 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_26_5} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11597 | 2024.09.01 21:05:30.884050 [ 3 ] {089e9bf5-2267-4fe9-9e16-24975f4e06f2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00543 sec., 43646.408839779004 rows/sec., 2.93 MiB/sec. | ||
11598 | 2024.09.01 21:05:30.884082 [ 187 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_26_5} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11599 | 2024.09.01 21:05:30.884315 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11600 | 2024.09.01 21:05:30.884410 [ 3 ] {089e9bf5-2267-4fe9-9e16-24975f4e06f2} <Debug> DynamicQueryHandler: Done processing query | ||
11601 | 2024.09.01 21:05:30.884439 [ 3 ] {089e9bf5-2267-4fe9-9e16-24975f4e06f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11602 | 2024.09.01 21:05:30.884455 [ 3 ] {} <Debug> HTTP-Session: 7d98e307-47b6-4d55-938e-c943cdeb7f86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11603 | 2024.09.01 21:05:30.884568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11604 | 2024.09.01 21:05:30.884617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11605 | 2024.09.01 21:05:30.884636 [ 3 ] {} <Debug> HTTP-Session: 3a63dc39-bab4-4589-9937-005f8b6ad79f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11606 | 2024.09.01 21:05:30.884653 [ 3 ] {} <Debug> HTTP-Session: 3a63dc39-bab4-4589-9937-005f8b6ad79f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11607 | 2024.09.01 21:05:30.884667 [ 3 ] {} <Debug> HTTP-Session: 3a63dc39-bab4-4589-9937-005f8b6ad79f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11608 | 2024.09.01 21:05:30.884700 [ 3 ] {} <Trace> HTTP-Session: 3a63dc39-bab4-4589-9937-005f8b6ad79f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11609 | 2024.09.01 21:05:30.884793 [ 3 ] {03fe88d1-9931-4e51-afb4-acf58d5d711b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11610 | 2024.09.01 21:05:30.884838 [ 3 ] {03fe88d1-9931-4e51-afb4-acf58d5d711b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11611 | 2024.09.01 21:05:30.884989 [ 3 ] {03fe88d1-9931-4e51-afb4-acf58d5d711b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11612 | 2024.09.01 21:05:30.885292 [ 3 ] {03fe88d1-9931-4e51-afb4-acf58d5d711b} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11613 | 2024.09.01 21:05:30.885328 [ 3 ] {03fe88d1-9931-4e51-afb4-acf58d5d711b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11614 | 2024.09.01 21:05:30.885675 [ 3 ] {03fe88d1-9931-4e51-afb4-acf58d5d711b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11615 | 2024.09.01 21:05:30.885998 [ 3 ] {03fe88d1-9931-4e51-afb4-acf58d5d711b} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11616 | 2024.09.01 21:05:30.886142 [ 3 ] {03fe88d1-9931-4e51-afb4-acf58d5d711b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001366 sec., 732.0644216691069 rows/sec., 49.33 KiB/sec. | ||
11617 | 2024.09.01 21:05:30.886299 [ 3 ] {03fe88d1-9931-4e51-afb4-acf58d5d711b} <Debug> DynamicQueryHandler: Done processing query | ||
11618 | 2024.09.01 21:05:30.886322 [ 3 ] {03fe88d1-9931-4e51-afb4-acf58d5d711b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11619 | 2024.09.01 21:05:30.886337 [ 3 ] {} <Debug> HTTP-Session: 3a63dc39-bab4-4589-9937-005f8b6ad79f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11620 | 2024.09.01 21:05:30.886483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11621 | 2024.09.01 21:05:30.886532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11622 | 2024.09.01 21:05:30.886551 [ 3 ] {} <Debug> HTTP-Session: 2febb235-9325-459e-9adf-508c55d2e2a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11623 | 2024.09.01 21:05:30.886567 [ 3 ] {} <Debug> HTTP-Session: 2febb235-9325-459e-9adf-508c55d2e2a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11624 | 2024.09.01 21:05:30.886581 [ 3 ] {} <Debug> HTTP-Session: 2febb235-9325-459e-9adf-508c55d2e2a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11625 | 2024.09.01 21:05:30.886611 [ 3 ] {} <Trace> HTTP-Session: 2febb235-9325-459e-9adf-508c55d2e2a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11626 | 2024.09.01 21:05:30.886979 [ 3 ] {7b69c331-e5ba-42ff-8089-01bf73738dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11627 | 2024.09.01 21:05:30.887041 [ 3 ] {7b69c331-e5ba-42ff-8089-01bf73738dac} <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 | ||
11628 | 2024.09.01 21:05:30.887451 [ 3 ] {7b69c331-e5ba-42ff-8089-01bf73738dac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11629 | 2024.09.01 21:05:30.888226 [ 3 ] {7b69c331-e5ba-42ff-8089-01bf73738dac} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11630 | 2024.09.01 21:05:30.888262 [ 3 ] {7b69c331-e5ba-42ff-8089-01bf73738dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11631 | 2024.09.01 21:05:30.888903 [ 3 ] {7b69c331-e5ba-42ff-8089-01bf73738dac} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11632 | 2024.09.01 21:05:30.889312 [ 3 ] {7b69c331-e5ba-42ff-8089-01bf73738dac} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11633 | 2024.09.01 21:05:30.889498 [ 3 ] {7b69c331-e5ba-42ff-8089-01bf73738dac} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002798 sec., 12508.93495353824 rows/sec., 22.42 MiB/sec. | ||
11634 | 2024.09.01 21:05:30.889797 [ 3 ] {7b69c331-e5ba-42ff-8089-01bf73738dac} <Debug> DynamicQueryHandler: Done processing query | ||
11635 | 2024.09.01 21:05:30.889826 [ 3 ] {7b69c331-e5ba-42ff-8089-01bf73738dac} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11636 | 2024.09.01 21:05:30.889843 [ 3 ] {} <Debug> HTTP-Session: 2febb235-9325-459e-9adf-508c55d2e2a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11637 | 2024.09.01 21:05:30.889960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11638 | 2024.09.01 21:05:30.890008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11639 | 2024.09.01 21:05:30.890028 [ 3 ] {} <Debug> HTTP-Session: 21653b27-ed89-4c1b-954f-fd9df8c41cf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11640 | 2024.09.01 21:05:30.890049 [ 3 ] {} <Debug> HTTP-Session: 21653b27-ed89-4c1b-954f-fd9df8c41cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11641 | 2024.09.01 21:05:30.890063 [ 3 ] {} <Debug> HTTP-Session: 21653b27-ed89-4c1b-954f-fd9df8c41cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11642 | 2024.09.01 21:05:30.890093 [ 3 ] {} <Trace> HTTP-Session: 21653b27-ed89-4c1b-954f-fd9df8c41cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11643 | 2024.09.01 21:05:30.890208 [ 3 ] {9a704fce-ea1f-4130-9698-4fd5eb0df266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11644 | 2024.09.01 21:05:30.890253 [ 3 ] {9a704fce-ea1f-4130-9698-4fd5eb0df266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11645 | 2024.09.01 21:05:30.890382 [ 3 ] {9a704fce-ea1f-4130-9698-4fd5eb0df266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11646 | 2024.09.01 21:05:30.890688 [ 3 ] {9a704fce-ea1f-4130-9698-4fd5eb0df266} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11647 | 2024.09.01 21:05:30.890724 [ 3 ] {9a704fce-ea1f-4130-9698-4fd5eb0df266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11648 | 2024.09.01 21:05:30.891079 [ 3 ] {9a704fce-ea1f-4130-9698-4fd5eb0df266} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11649 | 2024.09.01 21:05:30.891398 [ 3 ] {9a704fce-ea1f-4130-9698-4fd5eb0df266} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11650 | 2024.09.01 21:05:30.891544 [ 3 ] {9a704fce-ea1f-4130-9698-4fd5eb0df266} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001372 sec., 59766.763848396506 rows/sec., 3.80 MiB/sec. | ||
11651 | 2024.09.01 21:05:30.891700 [ 3 ] {9a704fce-ea1f-4130-9698-4fd5eb0df266} <Debug> DynamicQueryHandler: Done processing query | ||
11652 | 2024.09.01 21:05:30.891723 [ 3 ] {9a704fce-ea1f-4130-9698-4fd5eb0df266} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11653 | 2024.09.01 21:05:30.891739 [ 3 ] {} <Debug> HTTP-Session: 21653b27-ed89-4c1b-954f-fd9df8c41cf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11654 | 2024.09.01 21:05:32.003383 [ 123 ] {} <Debug> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 | ||
11655 | 2024.09.01 21:05:32.003448 [ 123 ] {} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11656 | 2024.09.01 21:05:32.003470 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11657 | 2024.09.01 21:05:32.003656 [ 191 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full | ||
11658 | 2024.09.01 21:05:32.004031 [ 191 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11659 | 2024.09.01 21:05:32.004073 [ 191 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 18 rows starting from the beginning of the part | ||
11660 | 2024.09.01 21:05:32.004157 [ 191 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
11661 | 2024.09.01 21:05:32.004380 [ 191 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
11662 | 2024.09.01 21:05:32.004584 [ 191 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
11663 | 2024.09.01 21:05:32.004743 [ 191 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
11664 | 2024.09.01 21:05:32.005786 [ 200 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.00224952 sec., 11558.021266759131 rows/sec., 987.62 KiB/sec. | ||
11665 | 2024.09.01 21:05:32.005981 [ 196 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
11666 | 2024.09.01 21:05:32.006515 [ 196 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_20_4} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11667 | 2024.09.01 21:05:32.006612 [ 196 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_20_4} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 | ||
11668 | 2024.09.01 21:05:32.006714 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
11669 | 2024.09.01 21:05:35.857259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11670 | 2024.09.01 21:05:35.857382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11671 | 2024.09.01 21:05:35.857406 [ 3 ] {} <Debug> HTTP-Session: 2ecbf9e1-5b14-4991-926b-801a2008bb87 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11672 | 2024.09.01 21:05:35.857431 [ 3 ] {} <Debug> HTTP-Session: 2ecbf9e1-5b14-4991-926b-801a2008bb87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11673 | 2024.09.01 21:05:35.857445 [ 3 ] {} <Debug> HTTP-Session: 2ecbf9e1-5b14-4991-926b-801a2008bb87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11674 | 2024.09.01 21:05:35.857492 [ 3 ] {} <Trace> HTTP-Session: 2ecbf9e1-5b14-4991-926b-801a2008bb87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11675 | 2024.09.01 21:05:35.857686 [ 3 ] {cf219733-fd04-4b73-b844-8e4f05a6ef4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11676 | 2024.09.01 21:05:35.857750 [ 3 ] {cf219733-fd04-4b73-b844-8e4f05a6ef4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11677 | 2024.09.01 21:05:35.858073 [ 3 ] {cf219733-fd04-4b73-b844-8e4f05a6ef4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11678 | 2024.09.01 21:05:35.858535 [ 3 ] {cf219733-fd04-4b73-b844-8e4f05a6ef4a} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11679 | 2024.09.01 21:05:35.858575 [ 3 ] {cf219733-fd04-4b73-b844-8e4f05a6ef4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11680 | 2024.09.01 21:05:35.858976 [ 3 ] {cf219733-fd04-4b73-b844-8e4f05a6ef4a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11681 | 2024.09.01 21:05:35.859357 [ 3 ] {cf219733-fd04-4b73-b844-8e4f05a6ef4a} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11682 | 2024.09.01 21:05:35.859524 [ 3 ] {cf219733-fd04-4b73-b844-8e4f05a6ef4a} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.001903 sec., 31529.164477141356 rows/sec., 2.44 MiB/sec. | ||
11683 | 2024.09.01 21:05:35.859825 [ 3 ] {cf219733-fd04-4b73-b844-8e4f05a6ef4a} <Debug> DynamicQueryHandler: Done processing query | ||
11684 | 2024.09.01 21:05:35.859886 [ 3 ] {cf219733-fd04-4b73-b844-8e4f05a6ef4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11685 | 2024.09.01 21:05:35.859957 [ 3 ] {} <Debug> HTTP-Session: 2ecbf9e1-5b14-4991-926b-801a2008bb87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11686 | 2024.09.01 21:05:35.860212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11687 | 2024.09.01 21:05:35.860344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11688 | 2024.09.01 21:05:35.860390 [ 3 ] {} <Debug> HTTP-Session: a5a0f8b0-7467-4773-bdf1-c85df119c2e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11689 | 2024.09.01 21:05:35.860419 [ 3 ] {} <Debug> HTTP-Session: a5a0f8b0-7467-4773-bdf1-c85df119c2e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11690 | 2024.09.01 21:05:35.860434 [ 3 ] {} <Debug> HTTP-Session: a5a0f8b0-7467-4773-bdf1-c85df119c2e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11691 | 2024.09.01 21:05:35.860466 [ 3 ] {} <Trace> HTTP-Session: a5a0f8b0-7467-4773-bdf1-c85df119c2e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11692 | 2024.09.01 21:05:35.860566 [ 3 ] {ef4d99db-5563-4af8-aaa7-f4f9af1bc75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11693 | 2024.09.01 21:05:35.860612 [ 3 ] {ef4d99db-5563-4af8-aaa7-f4f9af1bc75f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11694 | 2024.09.01 21:05:35.860862 [ 3 ] {ef4d99db-5563-4af8-aaa7-f4f9af1bc75f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11695 | 2024.09.01 21:05:35.861175 [ 3 ] {ef4d99db-5563-4af8-aaa7-f4f9af1bc75f} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11696 | 2024.09.01 21:05:35.861211 [ 3 ] {ef4d99db-5563-4af8-aaa7-f4f9af1bc75f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11697 | 2024.09.01 21:05:35.861559 [ 3 ] {ef4d99db-5563-4af8-aaa7-f4f9af1bc75f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11698 | 2024.09.01 21:05:35.861911 [ 3 ] {ef4d99db-5563-4af8-aaa7-f4f9af1bc75f} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11699 | 2024.09.01 21:05:35.862066 [ 118 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11700 | 2024.09.01 21:05:35.862069 [ 3 ] {ef4d99db-5563-4af8-aaa7-f4f9af1bc75f} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001522 sec., 1314.060446780552 rows/sec., 98.81 KiB/sec. | ||
11701 | 2024.09.01 21:05:35.862155 [ 118 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11702 | 2024.09.01 21:05:35.862224 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11703 | 2024.09.01 21:05:35.862416 [ 3 ] {ef4d99db-5563-4af8-aaa7-f4f9af1bc75f} <Debug> DynamicQueryHandler: Done processing query | ||
11704 | 2024.09.01 21:05:35.862465 [ 3 ] {ef4d99db-5563-4af8-aaa7-f4f9af1bc75f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11705 | 2024.09.01 21:05:35.862485 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
11706 | 2024.09.01 21:05:35.862492 [ 3 ] {} <Debug> HTTP-Session: a5a0f8b0-7467-4773-bdf1-c85df119c2e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11707 | 2024.09.01 21:05:35.862755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11708 | 2024.09.01 21:05:35.862792 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11709 | 2024.09.01 21:05:35.862857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11710 | 2024.09.01 21:05:35.862870 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 55 rows starting from the beginning of the part | ||
11711 | 2024.09.01 21:05:35.862901 [ 3 ] {} <Debug> HTTP-Session: 23d6201b-4170-42e0-979e-150a52db6fd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11712 | 2024.09.01 21:05:35.862944 [ 3 ] {} <Debug> HTTP-Session: 23d6201b-4170-42e0-979e-150a52db6fd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11713 | 2024.09.01 21:05:35.862989 [ 3 ] {} <Debug> HTTP-Session: 23d6201b-4170-42e0-979e-150a52db6fd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11714 | 2024.09.01 21:05:35.863123 [ 3 ] {} <Trace> HTTP-Session: 23d6201b-4170-42e0-979e-150a52db6fd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11715 | 2024.09.01 21:05:35.863142 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 10 rows starting from the beginning of the part | ||
11716 | 2024.09.01 21:05:35.863537 [ 3 ] {5ec8bf1c-422e-4046-a806-a82b7e983c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11717 | 2024.09.01 21:05:35.863535 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 27 rows starting from the beginning of the part | ||
11718 | 2024.09.01 21:05:35.863661 [ 3 ] {5ec8bf1c-422e-4046-a806-a82b7e983c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11719 | 2024.09.01 21:05:35.863967 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 2 rows starting from the beginning of the part | ||
11720 | 2024.09.01 21:05:35.864294 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 35 rows starting from the beginning of the part | ||
11721 | 2024.09.01 21:05:35.864690 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 2 rows starting from the beginning of the part | ||
11722 | 2024.09.01 21:05:35.865153 [ 3 ] {5ec8bf1c-422e-4046-a806-a82b7e983c30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11723 | 2024.09.01 21:05:35.866078 [ 3 ] {5ec8bf1c-422e-4046-a806-a82b7e983c30} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11724 | 2024.09.01 21:05:35.866161 [ 3 ] {5ec8bf1c-422e-4046-a806-a82b7e983c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11725 | 2024.09.01 21:05:35.867210 [ 3 ] {5ec8bf1c-422e-4046-a806-a82b7e983c30} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11726 | 2024.09.01 21:05:35.867553 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 131 rows, containing 5 columns (5 merged, 0 gathered) in 0.00519405 sec., 25221.16652708387 rows/sec., 1.93 MiB/sec. | ||
11727 | 2024.09.01 21:05:35.867835 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11728 | 2024.09.01 21:05:35.868092 [ 3 ] {5ec8bf1c-422e-4046-a806-a82b7e983c30} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11729 | 2024.09.01 21:05:35.868643 [ 3 ] {5ec8bf1c-422e-4046-a806-a82b7e983c30} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00529 sec., 12476.370510396975 rows/sec., 997.24 KiB/sec. | ||
11730 | 2024.09.01 21:05:35.869081 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_56_11} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11731 | 2024.09.01 21:05:35.869293 [ 3 ] {5ec8bf1c-422e-4046-a806-a82b7e983c30} <Debug> DynamicQueryHandler: Done processing query | ||
11732 | 2024.09.01 21:05:35.869369 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_56_11} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11733 | 2024.09.01 21:05:35.869396 [ 3 ] {5ec8bf1c-422e-4046-a806-a82b7e983c30} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11734 | 2024.09.01 21:05:35.869492 [ 3 ] {} <Debug> HTTP-Session: 23d6201b-4170-42e0-979e-150a52db6fd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11735 | 2024.09.01 21:05:35.869676 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
11736 | 2024.09.01 21:05:35.869787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11737 | 2024.09.01 21:05:35.869844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11738 | 2024.09.01 21:05:35.869864 [ 3 ] {} <Debug> HTTP-Session: 157afd90-e7b0-4413-9953-4fee822ba778 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11739 | 2024.09.01 21:05:35.869882 [ 3 ] {} <Debug> HTTP-Session: 157afd90-e7b0-4413-9953-4fee822ba778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11740 | 2024.09.01 21:05:35.869896 [ 3 ] {} <Debug> HTTP-Session: 157afd90-e7b0-4413-9953-4fee822ba778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11741 | 2024.09.01 21:05:35.869927 [ 3 ] {} <Trace> HTTP-Session: 157afd90-e7b0-4413-9953-4fee822ba778 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11742 | 2024.09.01 21:05:35.870102 [ 3 ] {03eeb00a-e352-4652-b643-86c960969619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11743 | 2024.09.01 21:05:35.870153 [ 3 ] {03eeb00a-e352-4652-b643-86c960969619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11744 | 2024.09.01 21:05:35.870334 [ 3 ] {03eeb00a-e352-4652-b643-86c960969619} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11745 | 2024.09.01 21:05:35.870720 [ 3 ] {03eeb00a-e352-4652-b643-86c960969619} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11746 | 2024.09.01 21:05:35.870756 [ 3 ] {03eeb00a-e352-4652-b643-86c960969619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11747 | 2024.09.01 21:05:35.871150 [ 3 ] {03eeb00a-e352-4652-b643-86c960969619} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11748 | 2024.09.01 21:05:35.871498 [ 3 ] {03eeb00a-e352-4652-b643-86c960969619} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11749 | 2024.09.01 21:05:35.871658 [ 3 ] {03eeb00a-e352-4652-b643-86c960969619} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. | ||
11750 | 2024.09.01 21:05:35.871810 [ 3 ] {03eeb00a-e352-4652-b643-86c960969619} <Debug> DynamicQueryHandler: Done processing query | ||
11751 | 2024.09.01 21:05:35.871834 [ 3 ] {03eeb00a-e352-4652-b643-86c960969619} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11752 | 2024.09.01 21:05:35.871850 [ 3 ] {} <Debug> HTTP-Session: 157afd90-e7b0-4413-9953-4fee822ba778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11753 | 2024.09.01 21:05:35.871974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11754 | 2024.09.01 21:05:35.872021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11755 | 2024.09.01 21:05:35.872041 [ 3 ] {} <Debug> HTTP-Session: 92f0db29-3356-4a44-b949-271bf97bae1f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11756 | 2024.09.01 21:05:35.872057 [ 3 ] {} <Debug> HTTP-Session: 92f0db29-3356-4a44-b949-271bf97bae1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11757 | 2024.09.01 21:05:35.872071 [ 3 ] {} <Debug> HTTP-Session: 92f0db29-3356-4a44-b949-271bf97bae1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11758 | 2024.09.01 21:05:35.872101 [ 3 ] {} <Trace> HTTP-Session: 92f0db29-3356-4a44-b949-271bf97bae1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11759 | 2024.09.01 21:05:35.872221 [ 3 ] {29bc1c7d-8194-438e-a7ce-5284b550e4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11760 | 2024.09.01 21:05:35.872283 [ 3 ] {29bc1c7d-8194-438e-a7ce-5284b550e4b8} <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 | ||
11761 | 2024.09.01 21:05:35.872712 [ 3 ] {29bc1c7d-8194-438e-a7ce-5284b550e4b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11762 | 2024.09.01 21:05:35.873192 [ 3 ] {29bc1c7d-8194-438e-a7ce-5284b550e4b8} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11763 | 2024.09.01 21:05:35.873228 [ 3 ] {29bc1c7d-8194-438e-a7ce-5284b550e4b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11764 | 2024.09.01 21:05:35.873800 [ 3 ] {29bc1c7d-8194-438e-a7ce-5284b550e4b8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11765 | 2024.09.01 21:05:35.874208 [ 3 ] {29bc1c7d-8194-438e-a7ce-5284b550e4b8} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11766 | 2024.09.01 21:05:35.874397 [ 3 ] {29bc1c7d-8194-438e-a7ce-5284b550e4b8} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002216 sec., 902.5270758122743 rows/sec., 1.62 MiB/sec. | ||
11767 | 2024.09.01 21:05:35.874615 [ 3 ] {29bc1c7d-8194-438e-a7ce-5284b550e4b8} <Debug> DynamicQueryHandler: Done processing query | ||
11768 | 2024.09.01 21:05:35.874639 [ 3 ] {29bc1c7d-8194-438e-a7ce-5284b550e4b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11769 | 2024.09.01 21:05:35.874655 [ 3 ] {} <Debug> HTTP-Session: 92f0db29-3356-4a44-b949-271bf97bae1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11770 | 2024.09.01 21:05:35.874765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11771 | 2024.09.01 21:05:35.874813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11772 | 2024.09.01 21:05:35.874832 [ 3 ] {} <Debug> HTTP-Session: 300496c1-1401-4167-8e0a-fac36a11e088 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11773 | 2024.09.01 21:05:35.874849 [ 3 ] {} <Debug> HTTP-Session: 300496c1-1401-4167-8e0a-fac36a11e088 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11774 | 2024.09.01 21:05:35.874862 [ 3 ] {} <Debug> HTTP-Session: 300496c1-1401-4167-8e0a-fac36a11e088 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11775 | 2024.09.01 21:05:35.874893 [ 3 ] {} <Trace> HTTP-Session: 300496c1-1401-4167-8e0a-fac36a11e088 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11776 | 2024.09.01 21:05:35.875012 [ 3 ] {5646df97-b2a0-406f-aee1-e36cc8031a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11777 | 2024.09.01 21:05:35.875058 [ 3 ] {5646df97-b2a0-406f-aee1-e36cc8031a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11778 | 2024.09.01 21:05:35.875187 [ 3 ] {5646df97-b2a0-406f-aee1-e36cc8031a12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11779 | 2024.09.01 21:05:35.875599 [ 3 ] {5646df97-b2a0-406f-aee1-e36cc8031a12} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11780 | 2024.09.01 21:05:35.875635 [ 3 ] {5646df97-b2a0-406f-aee1-e36cc8031a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11781 | 2024.09.01 21:05:35.875997 [ 3 ] {5646df97-b2a0-406f-aee1-e36cc8031a12} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11782 | 2024.09.01 21:05:35.876321 [ 3 ] {5646df97-b2a0-406f-aee1-e36cc8031a12} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11783 | 2024.09.01 21:05:35.876472 [ 3 ] {5646df97-b2a0-406f-aee1-e36cc8031a12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec. | ||
11784 | 2024.09.01 21:05:35.876634 [ 3 ] {5646df97-b2a0-406f-aee1-e36cc8031a12} <Debug> DynamicQueryHandler: Done processing query | ||
11785 | 2024.09.01 21:05:35.876658 [ 3 ] {5646df97-b2a0-406f-aee1-e36cc8031a12} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11786 | 2024.09.01 21:05:35.876673 [ 3 ] {} <Debug> HTTP-Session: 300496c1-1401-4167-8e0a-fac36a11e088 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11787 | 2024.09.01 21:05:39.019206 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11788 | 2024.09.01 21:05:39.019265 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11789 | 2024.09.01 21:05:40.862955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 39251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11790 | 2024.09.01 21:05:40.863081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11791 | 2024.09.01 21:05:40.863108 [ 3 ] {} <Debug> HTTP-Session: f982eed5-ddf7-470e-a976-d1f2fe38c485 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11792 | 2024.09.01 21:05:40.863134 [ 3 ] {} <Debug> HTTP-Session: f982eed5-ddf7-470e-a976-d1f2fe38c485 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11793 | 2024.09.01 21:05:40.863149 [ 3 ] {} <Debug> HTTP-Session: f982eed5-ddf7-470e-a976-d1f2fe38c485 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11794 | 2024.09.01 21:05:40.863197 [ 3 ] {} <Trace> HTTP-Session: f982eed5-ddf7-470e-a976-d1f2fe38c485 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11795 | 2024.09.01 21:05:40.863448 [ 3 ] {48cb8a5c-ed9f-419f-a2ec-9cd0e8d5b352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11796 | 2024.09.01 21:05:40.863512 [ 3 ] {48cb8a5c-ed9f-419f-a2ec-9cd0e8d5b352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11797 | 2024.09.01 21:05:40.863836 [ 3 ] {48cb8a5c-ed9f-419f-a2ec-9cd0e8d5b352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11798 | 2024.09.01 21:05:40.864427 [ 3 ] {48cb8a5c-ed9f-419f-a2ec-9cd0e8d5b352} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11799 | 2024.09.01 21:05:40.864468 [ 3 ] {48cb8a5c-ed9f-419f-a2ec-9cd0e8d5b352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11800 | 2024.09.01 21:05:40.864895 [ 3 ] {48cb8a5c-ed9f-419f-a2ec-9cd0e8d5b352} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11801 | 2024.09.01 21:05:40.865271 [ 3 ] {48cb8a5c-ed9f-419f-a2ec-9cd0e8d5b352} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11802 | 2024.09.01 21:05:40.865444 [ 3 ] {48cb8a5c-ed9f-419f-a2ec-9cd0e8d5b352} <Debug> executeQuery: Read 259 rows, 23.51 KiB in 0.002109 sec., 122807.01754385963 rows/sec., 10.88 MiB/sec. | ||
11803 | 2024.09.01 21:05:40.865635 [ 3 ] {48cb8a5c-ed9f-419f-a2ec-9cd0e8d5b352} <Debug> DynamicQueryHandler: Done processing query | ||
11804 | 2024.09.01 21:05:40.865661 [ 3 ] {48cb8a5c-ed9f-419f-a2ec-9cd0e8d5b352} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11805 | 2024.09.01 21:05:40.865678 [ 3 ] {} <Debug> HTTP-Session: f982eed5-ddf7-470e-a976-d1f2fe38c485 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11806 | 2024.09.01 21:05:40.865838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11807 | 2024.09.01 21:05:40.865886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11808 | 2024.09.01 21:05:40.865905 [ 3 ] {} <Debug> HTTP-Session: c2ef90c1-ffaa-439a-b416-6a95b7dc5a7e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11809 | 2024.09.01 21:05:40.865922 [ 3 ] {} <Debug> HTTP-Session: c2ef90c1-ffaa-439a-b416-6a95b7dc5a7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11810 | 2024.09.01 21:05:40.865937 [ 3 ] {} <Debug> HTTP-Session: c2ef90c1-ffaa-439a-b416-6a95b7dc5a7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11811 | 2024.09.01 21:05:40.865971 [ 3 ] {} <Trace> HTTP-Session: c2ef90c1-ffaa-439a-b416-6a95b7dc5a7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11812 | 2024.09.01 21:05:40.866083 [ 3 ] {0eb80bcc-96dc-4ced-8997-7b5c0024778a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11813 | 2024.09.01 21:05:40.866129 [ 3 ] {0eb80bcc-96dc-4ced-8997-7b5c0024778a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11814 | 2024.09.01 21:05:40.866360 [ 3 ] {0eb80bcc-96dc-4ced-8997-7b5c0024778a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11815 | 2024.09.01 21:05:40.866712 [ 3 ] {0eb80bcc-96dc-4ced-8997-7b5c0024778a} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11816 | 2024.09.01 21:05:40.866749 [ 3 ] {0eb80bcc-96dc-4ced-8997-7b5c0024778a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11817 | 2024.09.01 21:05:40.867098 [ 3 ] {0eb80bcc-96dc-4ced-8997-7b5c0024778a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11818 | 2024.09.01 21:05:40.867451 [ 3 ] {0eb80bcc-96dc-4ced-8997-7b5c0024778a} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11819 | 2024.09.01 21:05:40.867598 [ 3 ] {0eb80bcc-96dc-4ced-8997-7b5c0024778a} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.001552 sec., 22551.546391752578 rows/sec., 1.66 MiB/sec. | ||
11820 | 2024.09.01 21:05:40.867863 [ 3 ] {0eb80bcc-96dc-4ced-8997-7b5c0024778a} <Debug> DynamicQueryHandler: Done processing query | ||
11821 | 2024.09.01 21:05:40.867922 [ 3 ] {0eb80bcc-96dc-4ced-8997-7b5c0024778a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11822 | 2024.09.01 21:05:40.867974 [ 3 ] {} <Debug> HTTP-Session: c2ef90c1-ffaa-439a-b416-6a95b7dc5a7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11823 | 2024.09.01 21:05:40.868135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11824 | 2024.09.01 21:05:40.868188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11825 | 2024.09.01 21:05:40.868206 [ 3 ] {} <Debug> HTTP-Session: cabc9a18-9175-4a98-a4b7-bb46190671f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11826 | 2024.09.01 21:05:40.868224 [ 3 ] {} <Debug> HTTP-Session: cabc9a18-9175-4a98-a4b7-bb46190671f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11827 | 2024.09.01 21:05:40.868238 [ 3 ] {} <Debug> HTTP-Session: cabc9a18-9175-4a98-a4b7-bb46190671f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11828 | 2024.09.01 21:05:40.868270 [ 3 ] {} <Trace> HTTP-Session: cabc9a18-9175-4a98-a4b7-bb46190671f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11829 | 2024.09.01 21:05:40.868373 [ 3 ] {67f0790e-277c-41ed-9596-07c6ec014aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11830 | 2024.09.01 21:05:40.868417 [ 3 ] {67f0790e-277c-41ed-9596-07c6ec014aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11831 | 2024.09.01 21:05:40.868663 [ 3 ] {67f0790e-277c-41ed-9596-07c6ec014aee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11832 | 2024.09.01 21:05:40.868977 [ 3 ] {67f0790e-277c-41ed-9596-07c6ec014aee} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11833 | 2024.09.01 21:05:40.869013 [ 3 ] {67f0790e-277c-41ed-9596-07c6ec014aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11834 | 2024.09.01 21:05:40.869355 [ 3 ] {67f0790e-277c-41ed-9596-07c6ec014aee} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11835 | 2024.09.01 21:05:40.869704 [ 3 ] {67f0790e-277c-41ed-9596-07c6ec014aee} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11836 | 2024.09.01 21:05:40.869842 [ 3 ] {67f0790e-277c-41ed-9596-07c6ec014aee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001498 sec., 9345.794392523365 rows/sec., 654.52 KiB/sec. | ||
11837 | 2024.09.01 21:05:40.870037 [ 3 ] {67f0790e-277c-41ed-9596-07c6ec014aee} <Debug> DynamicQueryHandler: Done processing query | ||
11838 | 2024.09.01 21:05:40.870061 [ 3 ] {67f0790e-277c-41ed-9596-07c6ec014aee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11839 | 2024.09.01 21:05:40.870077 [ 3 ] {} <Debug> HTTP-Session: cabc9a18-9175-4a98-a4b7-bb46190671f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11840 | 2024.09.01 21:05:40.870237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11841 | 2024.09.01 21:05:40.870285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11842 | 2024.09.01 21:05:40.870305 [ 3 ] {} <Debug> HTTP-Session: f85b0e76-b705-4409-9042-7c2c4478d216 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11843 | 2024.09.01 21:05:40.870322 [ 3 ] {} <Debug> HTTP-Session: f85b0e76-b705-4409-9042-7c2c4478d216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11844 | 2024.09.01 21:05:40.870336 [ 3 ] {} <Debug> HTTP-Session: f85b0e76-b705-4409-9042-7c2c4478d216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11845 | 2024.09.01 21:05:40.870367 [ 3 ] {} <Trace> HTTP-Session: f85b0e76-b705-4409-9042-7c2c4478d216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11846 | 2024.09.01 21:05:40.870461 [ 3 ] {1bbe12a1-78a2-42ca-9062-724cd9b36efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11847 | 2024.09.01 21:05:40.870503 [ 3 ] {1bbe12a1-78a2-42ca-9062-724cd9b36efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11848 | 2024.09.01 21:05:40.870738 [ 3 ] {1bbe12a1-78a2-42ca-9062-724cd9b36efb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11849 | 2024.09.01 21:05:40.871071 [ 3 ] {1bbe12a1-78a2-42ca-9062-724cd9b36efb} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11850 | 2024.09.01 21:05:40.871108 [ 3 ] {1bbe12a1-78a2-42ca-9062-724cd9b36efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11851 | 2024.09.01 21:05:40.871441 [ 3 ] {1bbe12a1-78a2-42ca-9062-724cd9b36efb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11852 | 2024.09.01 21:05:40.871794 [ 3 ] {1bbe12a1-78a2-42ca-9062-724cd9b36efb} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11853 | 2024.09.01 21:05:40.871951 [ 3 ] {1bbe12a1-78a2-42ca-9062-724cd9b36efb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 235.39 KiB/sec. | ||
11854 | 2024.09.01 21:05:40.872288 [ 3 ] {1bbe12a1-78a2-42ca-9062-724cd9b36efb} <Debug> DynamicQueryHandler: Done processing query | ||
11855 | 2024.09.01 21:05:40.872315 [ 3 ] {1bbe12a1-78a2-42ca-9062-724cd9b36efb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11856 | 2024.09.01 21:05:40.872332 [ 3 ] {} <Debug> HTTP-Session: f85b0e76-b705-4409-9042-7c2c4478d216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11857 | 2024.09.01 21:05:40.872508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 67714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11858 | 2024.09.01 21:05:40.872557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11859 | 2024.09.01 21:05:40.872577 [ 3 ] {} <Debug> HTTP-Session: 03ee9324-d5e0-42db-aba3-99e1a2538e69 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11860 | 2024.09.01 21:05:40.872593 [ 3 ] {} <Debug> HTTP-Session: 03ee9324-d5e0-42db-aba3-99e1a2538e69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11861 | 2024.09.01 21:05:40.872607 [ 3 ] {} <Debug> HTTP-Session: 03ee9324-d5e0-42db-aba3-99e1a2538e69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11862 | 2024.09.01 21:05:40.872638 [ 3 ] {} <Trace> HTTP-Session: 03ee9324-d5e0-42db-aba3-99e1a2538e69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11863 | 2024.09.01 21:05:40.872858 [ 3 ] {0cfa9713-16ed-4f14-b02c-f0b17d894069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11864 | 2024.09.01 21:05:40.872902 [ 3 ] {0cfa9713-16ed-4f14-b02c-f0b17d894069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11865 | 2024.09.01 21:05:40.873160 [ 3 ] {0cfa9713-16ed-4f14-b02c-f0b17d894069} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11866 | 2024.09.01 21:05:40.873749 [ 3 ] {0cfa9713-16ed-4f14-b02c-f0b17d894069} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11867 | 2024.09.01 21:05:40.873788 [ 3 ] {0cfa9713-16ed-4f14-b02c-f0b17d894069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11868 | 2024.09.01 21:05:40.874175 [ 3 ] {0cfa9713-16ed-4f14-b02c-f0b17d894069} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11869 | 2024.09.01 21:05:40.874526 [ 3 ] {0cfa9713-16ed-4f14-b02c-f0b17d894069} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11870 | 2024.09.01 21:05:40.874689 [ 3 ] {0cfa9713-16ed-4f14-b02c-f0b17d894069} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.001953 sec., 213517.66513056835 rows/sec., 15.24 MiB/sec. | ||
11871 | 2024.09.01 21:05:40.874856 [ 3 ] {0cfa9713-16ed-4f14-b02c-f0b17d894069} <Debug> DynamicQueryHandler: Done processing query | ||
11872 | 2024.09.01 21:05:40.874879 [ 3 ] {0cfa9713-16ed-4f14-b02c-f0b17d894069} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11873 | 2024.09.01 21:05:40.874895 [ 3 ] {} <Debug> HTTP-Session: 03ee9324-d5e0-42db-aba3-99e1a2538e69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11874 | 2024.09.01 21:05:40.875040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11875 | 2024.09.01 21:05:40.875087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11876 | 2024.09.01 21:05:40.875106 [ 3 ] {} <Debug> HTTP-Session: 137a4c86-cdce-49ac-80f4-d07c5f0db5f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11877 | 2024.09.01 21:05:40.875123 [ 3 ] {} <Debug> HTTP-Session: 137a4c86-cdce-49ac-80f4-d07c5f0db5f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11878 | 2024.09.01 21:05:40.875137 [ 3 ] {} <Debug> HTTP-Session: 137a4c86-cdce-49ac-80f4-d07c5f0db5f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11879 | 2024.09.01 21:05:40.875168 [ 3 ] {} <Trace> HTTP-Session: 137a4c86-cdce-49ac-80f4-d07c5f0db5f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11880 | 2024.09.01 21:05:40.875262 [ 3 ] {e9242705-8f92-4d12-9ba7-186b243c84e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11881 | 2024.09.01 21:05:40.875306 [ 3 ] {e9242705-8f92-4d12-9ba7-186b243c84e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11882 | 2024.09.01 21:05:40.875435 [ 3 ] {e9242705-8f92-4d12-9ba7-186b243c84e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11883 | 2024.09.01 21:05:40.875701 [ 3 ] {e9242705-8f92-4d12-9ba7-186b243c84e1} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11884 | 2024.09.01 21:05:40.875736 [ 3 ] {e9242705-8f92-4d12-9ba7-186b243c84e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11885 | 2024.09.01 21:05:40.876085 [ 3 ] {e9242705-8f92-4d12-9ba7-186b243c84e1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11886 | 2024.09.01 21:05:40.876401 [ 3 ] {e9242705-8f92-4d12-9ba7-186b243c84e1} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11887 | 2024.09.01 21:05:40.876551 [ 3 ] {e9242705-8f92-4d12-9ba7-186b243c84e1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001308 sec., 4587.155963302753 rows/sec., 239.66 KiB/sec. | ||
11888 | 2024.09.01 21:05:40.876711 [ 3 ] {e9242705-8f92-4d12-9ba7-186b243c84e1} <Debug> DynamicQueryHandler: Done processing query | ||
11889 | 2024.09.01 21:05:40.876735 [ 3 ] {e9242705-8f92-4d12-9ba7-186b243c84e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11890 | 2024.09.01 21:05:40.876751 [ 3 ] {} <Debug> HTTP-Session: 137a4c86-cdce-49ac-80f4-d07c5f0db5f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11891 | 2024.09.01 21:05:40.876905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11892 | 2024.09.01 21:05:40.876953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11893 | 2024.09.01 21:05:40.876972 [ 3 ] {} <Debug> HTTP-Session: 5a62444a-5ffe-41a2-bc39-a08856d8c9f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11894 | 2024.09.01 21:05:40.876988 [ 3 ] {} <Debug> HTTP-Session: 5a62444a-5ffe-41a2-bc39-a08856d8c9f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11895 | 2024.09.01 21:05:40.877002 [ 3 ] {} <Debug> HTTP-Session: 5a62444a-5ffe-41a2-bc39-a08856d8c9f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11896 | 2024.09.01 21:05:40.877034 [ 3 ] {} <Trace> HTTP-Session: 5a62444a-5ffe-41a2-bc39-a08856d8c9f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11897 | 2024.09.01 21:05:40.877224 [ 3 ] {3effea07-7ea1-44b1-84ea-4375e435f952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11898 | 2024.09.01 21:05:40.877271 [ 3 ] {3effea07-7ea1-44b1-84ea-4375e435f952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11899 | 2024.09.01 21:05:40.877419 [ 3 ] {3effea07-7ea1-44b1-84ea-4375e435f952} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11900 | 2024.09.01 21:05:40.877829 [ 3 ] {3effea07-7ea1-44b1-84ea-4375e435f952} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11901 | 2024.09.01 21:05:40.877865 [ 3 ] {3effea07-7ea1-44b1-84ea-4375e435f952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11902 | 2024.09.01 21:05:40.878240 [ 3 ] {3effea07-7ea1-44b1-84ea-4375e435f952} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11903 | 2024.09.01 21:05:40.878570 [ 3 ] {3effea07-7ea1-44b1-84ea-4375e435f952} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11904 | 2024.09.01 21:05:40.878732 [ 3 ] {3effea07-7ea1-44b1-84ea-4375e435f952} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001613 sec., 146931.18412895227 rows/sec., 9.85 MiB/sec. | ||
11905 | 2024.09.01 21:05:40.878898 [ 3 ] {3effea07-7ea1-44b1-84ea-4375e435f952} <Debug> DynamicQueryHandler: Done processing query | ||
11906 | 2024.09.01 21:05:40.878922 [ 3 ] {3effea07-7ea1-44b1-84ea-4375e435f952} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11907 | 2024.09.01 21:05:40.878938 [ 3 ] {} <Debug> HTTP-Session: 5a62444a-5ffe-41a2-bc39-a08856d8c9f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11908 | 2024.09.01 21:05:40.879086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11909 | 2024.09.01 21:05:40.879134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11910 | 2024.09.01 21:05:40.879152 [ 3 ] {} <Debug> HTTP-Session: b2032259-9783-4d42-babc-5afc068f0bb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11911 | 2024.09.01 21:05:40.879169 [ 3 ] {} <Debug> HTTP-Session: b2032259-9783-4d42-babc-5afc068f0bb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11912 | 2024.09.01 21:05:40.879183 [ 3 ] {} <Debug> HTTP-Session: b2032259-9783-4d42-babc-5afc068f0bb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11913 | 2024.09.01 21:05:40.879214 [ 3 ] {} <Trace> HTTP-Session: b2032259-9783-4d42-babc-5afc068f0bb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11914 | 2024.09.01 21:05:40.879306 [ 3 ] {9a85cc06-dd41-4b8f-83c5-2a379f7c20f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11915 | 2024.09.01 21:05:40.879352 [ 3 ] {9a85cc06-dd41-4b8f-83c5-2a379f7c20f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11916 | 2024.09.01 21:05:40.879478 [ 3 ] {9a85cc06-dd41-4b8f-83c5-2a379f7c20f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11917 | 2024.09.01 21:05:40.879790 [ 3 ] {9a85cc06-dd41-4b8f-83c5-2a379f7c20f7} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11918 | 2024.09.01 21:05:40.879826 [ 3 ] {9a85cc06-dd41-4b8f-83c5-2a379f7c20f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11919 | 2024.09.01 21:05:40.880166 [ 3 ] {9a85cc06-dd41-4b8f-83c5-2a379f7c20f7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11920 | 2024.09.01 21:05:40.880482 [ 3 ] {9a85cc06-dd41-4b8f-83c5-2a379f7c20f7} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11921 | 2024.09.01 21:05:40.880638 [ 3 ] {9a85cc06-dd41-4b8f-83c5-2a379f7c20f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001343 sec., 744.6016381236038 rows/sec., 50.17 KiB/sec. | ||
11922 | 2024.09.01 21:05:40.880842 [ 3 ] {9a85cc06-dd41-4b8f-83c5-2a379f7c20f7} <Debug> DynamicQueryHandler: Done processing query | ||
11923 | 2024.09.01 21:05:40.880866 [ 3 ] {9a85cc06-dd41-4b8f-83c5-2a379f7c20f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11924 | 2024.09.01 21:05:40.880881 [ 3 ] {} <Debug> HTTP-Session: b2032259-9783-4d42-babc-5afc068f0bb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11925 | 2024.09.01 21:05:40.881043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11926 | 2024.09.01 21:05:40.881091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11927 | 2024.09.01 21:05:40.881109 [ 3 ] {} <Debug> HTTP-Session: 31a03f0d-bf6c-4622-828f-7ddd12df6e43 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11928 | 2024.09.01 21:05:40.881125 [ 3 ] {} <Debug> HTTP-Session: 31a03f0d-bf6c-4622-828f-7ddd12df6e43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11929 | 2024.09.01 21:05:40.881139 [ 3 ] {} <Debug> HTTP-Session: 31a03f0d-bf6c-4622-828f-7ddd12df6e43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11930 | 2024.09.01 21:05:40.881170 [ 3 ] {} <Trace> HTTP-Session: 31a03f0d-bf6c-4622-828f-7ddd12df6e43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11931 | 2024.09.01 21:05:40.881530 [ 3 ] {ea302d66-eee5-4e54-b5b8-a3efbae55f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11932 | 2024.09.01 21:05:40.881593 [ 3 ] {ea302d66-eee5-4e54-b5b8-a3efbae55f23} <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 | ||
11933 | 2024.09.01 21:05:40.882004 [ 3 ] {ea302d66-eee5-4e54-b5b8-a3efbae55f23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11934 | 2024.09.01 21:05:40.882751 [ 3 ] {ea302d66-eee5-4e54-b5b8-a3efbae55f23} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11935 | 2024.09.01 21:05:40.882787 [ 3 ] {ea302d66-eee5-4e54-b5b8-a3efbae55f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11936 | 2024.09.01 21:05:40.883414 [ 3 ] {ea302d66-eee5-4e54-b5b8-a3efbae55f23} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11937 | 2024.09.01 21:05:40.883812 [ 3 ] {ea302d66-eee5-4e54-b5b8-a3efbae55f23} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11938 | 2024.09.01 21:05:40.883988 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11939 | 2024.09.01 21:05:40.884012 [ 3 ] {ea302d66-eee5-4e54-b5b8-a3efbae55f23} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.00275 sec., 12727.272727272728 rows/sec., 22.81 MiB/sec. | ||
11940 | 2024.09.01 21:05:40.884079 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11941 | 2024.09.01 21:05:40.884162 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11942 | 2024.09.01 21:05:40.884382 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
11943 | 2024.09.01 21:05:40.884465 [ 3 ] {ea302d66-eee5-4e54-b5b8-a3efbae55f23} <Debug> DynamicQueryHandler: Done processing query | ||
11944 | 2024.09.01 21:05:40.884497 [ 3 ] {ea302d66-eee5-4e54-b5b8-a3efbae55f23} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11945 | 2024.09.01 21:05:40.884522 [ 3 ] {} <Debug> HTTP-Session: 31a03f0d-bf6c-4622-828f-7ddd12df6e43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11946 | 2024.09.01 21:05:40.884691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11947 | 2024.09.01 21:05:40.884722 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11948 | 2024.09.01 21:05:40.884764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11949 | 2024.09.01 21:05:40.884796 [ 3 ] {} <Debug> HTTP-Session: 0e62eb85-a85e-46eb-85bf-e9abd1a2e4a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11950 | 2024.09.01 21:05:40.884812 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 948 rows starting from the beginning of the part | ||
11951 | 2024.09.01 21:05:40.884818 [ 3 ] {} <Debug> HTTP-Session: 0e62eb85-a85e-46eb-85bf-e9abd1a2e4a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11952 | 2024.09.01 21:05:40.884838 [ 3 ] {} <Debug> HTTP-Session: 0e62eb85-a85e-46eb-85bf-e9abd1a2e4a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11953 | 2024.09.01 21:05:40.884884 [ 3 ] {} <Trace> HTTP-Session: 0e62eb85-a85e-46eb-85bf-e9abd1a2e4a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11954 | 2024.09.01 21:05:40.885164 [ 3 ] {648ca6c2-7ecf-43cb-b7e7-a1ceef1ebca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11955 | 2024.09.01 21:05:40.885264 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 27 rows starting from the beginning of the part | ||
11956 | 2024.09.01 21:05:40.885287 [ 3 ] {648ca6c2-7ecf-43cb-b7e7-a1ceef1ebca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11957 | 2024.09.01 21:05:40.885962 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 2 rows starting from the beginning of the part | ||
11958 | 2024.09.01 21:05:40.885964 [ 3 ] {648ca6c2-7ecf-43cb-b7e7-a1ceef1ebca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11959 | 2024.09.01 21:05:40.886440 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 35 rows starting from the beginning of the part | ||
11960 | 2024.09.01 21:05:40.886972 [ 3 ] {648ca6c2-7ecf-43cb-b7e7-a1ceef1ebca8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11961 | 2024.09.01 21:05:40.886995 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2 rows starting from the beginning of the part | ||
11962 | 2024.09.01 21:05:40.887016 [ 3 ] {648ca6c2-7ecf-43cb-b7e7-a1ceef1ebca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11963 | 2024.09.01 21:05:40.887441 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 35 rows starting from the beginning of the part | ||
11964 | 2024.09.01 21:05:40.887945 [ 3 ] {648ca6c2-7ecf-43cb-b7e7-a1ceef1ebca8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11965 | 2024.09.01 21:05:40.888438 [ 3 ] {648ca6c2-7ecf-43cb-b7e7-a1ceef1ebca8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11966 | 2024.09.01 21:05:40.888655 [ 3 ] {648ca6c2-7ecf-43cb-b7e7-a1ceef1ebca8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003626 sec., 22614.45118587976 rows/sec., 1.44 MiB/sec. | ||
11967 | 2024.09.01 21:05:40.888946 [ 3 ] {648ca6c2-7ecf-43cb-b7e7-a1ceef1ebca8} <Debug> DynamicQueryHandler: Done processing query | ||
11968 | 2024.09.01 21:05:40.889022 [ 3 ] {648ca6c2-7ecf-43cb-b7e7-a1ceef1ebca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11969 | 2024.09.01 21:05:40.889115 [ 3 ] {} <Debug> HTTP-Session: 0e62eb85-a85e-46eb-85bf-e9abd1a2e4a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11970 | 2024.09.01 21:05:40.893307 [ 200 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1049 rows, containing 19 columns (19 merged, 0 gathered) in 0.009021221 sec., 116281.37698876904 rows/sec., 208.37 MiB/sec. | ||
11971 | 2024.09.01 21:05:40.894553 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11972 | 2024.09.01 21:05:40.895228 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11973 | 2024.09.01 21:05:40.895320 [ 193 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11974 | 2024.09.01 21:05:40.895478 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.32 MiB. | ||
11975 | 2024.09.01 21:05:45.857612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11976 | 2024.09.01 21:05:45.857734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11977 | 2024.09.01 21:05:45.857759 [ 3 ] {} <Debug> HTTP-Session: c5c61a68-b452-4075-aba9-73eb3f81c752 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11978 | 2024.09.01 21:05:45.857783 [ 3 ] {} <Debug> HTTP-Session: c5c61a68-b452-4075-aba9-73eb3f81c752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11979 | 2024.09.01 21:05:45.857797 [ 3 ] {} <Debug> HTTP-Session: c5c61a68-b452-4075-aba9-73eb3f81c752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11980 | 2024.09.01 21:05:45.857844 [ 3 ] {} <Trace> HTTP-Session: c5c61a68-b452-4075-aba9-73eb3f81c752 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11981 | 2024.09.01 21:05:45.858021 [ 3 ] {34f82c35-5dc8-454b-aaf4-513b29a0bd50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11982 | 2024.09.01 21:05:45.858087 [ 3 ] {34f82c35-5dc8-454b-aaf4-513b29a0bd50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11983 | 2024.09.01 21:05:45.858410 [ 3 ] {34f82c35-5dc8-454b-aaf4-513b29a0bd50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11984 | 2024.09.01 21:05:45.858844 [ 3 ] {34f82c35-5dc8-454b-aaf4-513b29a0bd50} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11985 | 2024.09.01 21:05:45.858886 [ 3 ] {34f82c35-5dc8-454b-aaf4-513b29a0bd50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
11986 | 2024.09.01 21:05:45.859278 [ 3 ] {34f82c35-5dc8-454b-aaf4-513b29a0bd50} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11987 | 2024.09.01 21:05:45.859655 [ 3 ] {34f82c35-5dc8-454b-aaf4-513b29a0bd50} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11988 | 2024.09.01 21:05:45.859826 [ 3 ] {34f82c35-5dc8-454b-aaf4-513b29a0bd50} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001852 sec., 4319.654427645789 rows/sec., 352.24 KiB/sec. | ||
11989 | 2024.09.01 21:05:45.860208 [ 3 ] {34f82c35-5dc8-454b-aaf4-513b29a0bd50} <Debug> DynamicQueryHandler: Done processing query | ||
11990 | 2024.09.01 21:05:45.860234 [ 3 ] {34f82c35-5dc8-454b-aaf4-513b29a0bd50} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11991 | 2024.09.01 21:05:45.860252 [ 3 ] {} <Debug> HTTP-Session: c5c61a68-b452-4075-aba9-73eb3f81c752 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11992 | 2024.09.01 21:05:45.860386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11993 | 2024.09.01 21:05:45.860437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11994 | 2024.09.01 21:05:45.860455 [ 3 ] {} <Debug> HTTP-Session: 038a80a9-2be4-4337-9fae-72f9138e8d7c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
11995 | 2024.09.01 21:05:45.860472 [ 3 ] {} <Debug> HTTP-Session: 038a80a9-2be4-4337-9fae-72f9138e8d7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11996 | 2024.09.01 21:05:45.860486 [ 3 ] {} <Debug> HTTP-Session: 038a80a9-2be4-4337-9fae-72f9138e8d7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11997 | 2024.09.01 21:05:45.860517 [ 3 ] {} <Trace> HTTP-Session: 038a80a9-2be4-4337-9fae-72f9138e8d7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11998 | 2024.09.01 21:05:45.860636 [ 3 ] {4ecac84d-537c-4418-89fd-604ec5451ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11999 | 2024.09.01 21:05:45.860680 [ 3 ] {4ecac84d-537c-4418-89fd-604ec5451ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12000 | 2024.09.01 21:05:45.860925 [ 3 ] {4ecac84d-537c-4418-89fd-604ec5451ef5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12001 | 2024.09.01 21:05:45.861317 [ 3 ] {4ecac84d-537c-4418-89fd-604ec5451ef5} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12002 | 2024.09.01 21:05:45.861353 [ 3 ] {4ecac84d-537c-4418-89fd-604ec5451ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12003 | 2024.09.01 21:05:45.861698 [ 3 ] {4ecac84d-537c-4418-89fd-604ec5451ef5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12004 | 2024.09.01 21:05:45.862062 [ 3 ] {4ecac84d-537c-4418-89fd-604ec5451ef5} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12005 | 2024.09.01 21:05:45.862216 [ 3 ] {4ecac84d-537c-4418-89fd-604ec5451ef5} <Debug> executeQuery: Read 64 rows, 5.05 KiB in 0.001618 sec., 39555.00618046971 rows/sec., 3.05 MiB/sec. | ||
12006 | 2024.09.01 21:05:45.862236 [ 111 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12007 | 2024.09.01 21:05:45.862351 [ 111 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12008 | 2024.09.01 21:05:45.862388 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12009 | 2024.09.01 21:05:45.862465 [ 3 ] {4ecac84d-537c-4418-89fd-604ec5451ef5} <Debug> DynamicQueryHandler: Done processing query | ||
12010 | 2024.09.01 21:05:45.862537 [ 3 ] {4ecac84d-537c-4418-89fd-604ec5451ef5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12011 | 2024.09.01 21:05:45.862606 [ 3 ] {} <Debug> HTTP-Session: 038a80a9-2be4-4337-9fae-72f9138e8d7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12012 | 2024.09.01 21:05:45.862725 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
12013 | 2024.09.01 21:05:45.862873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12014 | 2024.09.01 21:05:45.863049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12015 | 2024.09.01 21:05:45.863132 [ 3 ] {} <Debug> HTTP-Session: 799add69-67cd-4e2e-b5ca-f1a53fa83d72 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12016 | 2024.09.01 21:05:45.863205 [ 3 ] {} <Debug> HTTP-Session: 799add69-67cd-4e2e-b5ca-f1a53fa83d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12017 | 2024.09.01 21:05:45.863278 [ 3 ] {} <Debug> HTTP-Session: 799add69-67cd-4e2e-b5ca-f1a53fa83d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12018 | 2024.09.01 21:05:45.863412 [ 3 ] {} <Trace> HTTP-Session: 799add69-67cd-4e2e-b5ca-f1a53fa83d72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12019 | 2024.09.01 21:05:45.863445 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12020 | 2024.09.01 21:05:45.863577 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1413 rows starting from the beginning of the part | ||
12021 | 2024.09.01 21:05:45.863795 [ 3 ] {3f1e35fb-08f0-4c3e-8b83-b27388f54340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12022 | 2024.09.01 21:05:45.863974 [ 3 ] {3f1e35fb-08f0-4c3e-8b83-b27388f54340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12023 | 2024.09.01 21:05:45.864071 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
12024 | 2024.09.01 21:05:45.864522 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 259 rows starting from the beginning of the part | ||
12025 | 2024.09.01 21:05:45.864942 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
12026 | 2024.09.01 21:05:45.865422 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 259 rows starting from the beginning of the part | ||
12027 | 2024.09.01 21:05:45.865851 [ 195 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
12028 | 2024.09.01 21:05:45.866039 [ 3 ] {3f1e35fb-08f0-4c3e-8b83-b27388f54340} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12029 | 2024.09.01 21:05:45.867033 [ 3 ] {3f1e35fb-08f0-4c3e-8b83-b27388f54340} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12030 | 2024.09.01 21:05:45.867086 [ 3 ] {3f1e35fb-08f0-4c3e-8b83-b27388f54340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12031 | 2024.09.01 21:05:45.867921 [ 3 ] {3f1e35fb-08f0-4c3e-8b83-b27388f54340} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12032 | 2024.09.01 21:05:45.868626 [ 3 ] {3f1e35fb-08f0-4c3e-8b83-b27388f54340} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12033 | 2024.09.01 21:05:45.869079 [ 3 ] {3f1e35fb-08f0-4c3e-8b83-b27388f54340} <Debug> executeQuery: Read 10 rows, 726.00 B in 0.005445 sec., 1836.5472910927456 rows/sec., 130.21 KiB/sec. | ||
12034 | 2024.09.01 21:05:45.869192 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2115 rows, containing 5 columns (5 merged, 0 gathered) in 0.006700351 sec., 315655.10523254675 rows/sec., 27.78 MiB/sec. | ||
12035 | 2024.09.01 21:05:45.869409 [ 3 ] {3f1e35fb-08f0-4c3e-8b83-b27388f54340} <Debug> DynamicQueryHandler: Done processing query | ||
12036 | 2024.09.01 21:05:45.869443 [ 3 ] {3f1e35fb-08f0-4c3e-8b83-b27388f54340} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12037 | 2024.09.01 21:05:45.869485 [ 3 ] {} <Debug> HTTP-Session: 799add69-67cd-4e2e-b5ca-f1a53fa83d72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12038 | 2024.09.01 21:05:45.869592 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12039 | 2024.09.01 21:05:45.869704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12040 | 2024.09.01 21:05:45.869784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12041 | 2024.09.01 21:05:45.869806 [ 3 ] {} <Debug> HTTP-Session: d69800ae-8d65-4081-aaf5-a1242d48ee75 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12042 | 2024.09.01 21:05:45.869844 [ 3 ] {} <Debug> HTTP-Session: d69800ae-8d65-4081-aaf5-a1242d48ee75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12043 | 2024.09.01 21:05:45.869872 [ 3 ] {} <Debug> HTTP-Session: d69800ae-8d65-4081-aaf5-a1242d48ee75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12044 | 2024.09.01 21:05:45.869940 [ 3 ] {} <Trace> HTTP-Session: d69800ae-8d65-4081-aaf5-a1242d48ee75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12045 | 2024.09.01 21:05:45.870335 [ 3 ] {36c55a81-f96d-47a5-a1c5-92f43e17bb9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12046 | 2024.09.01 21:05:45.870406 [ 3 ] {36c55a81-f96d-47a5-a1c5-92f43e17bb9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12047 | 2024.09.01 21:05:45.870675 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_66_13} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12048 | 2024.09.01 21:05:45.870913 [ 193 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_66_13} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12049 | 2024.09.01 21:05:45.871052 [ 3 ] {36c55a81-f96d-47a5-a1c5-92f43e17bb9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12050 | 2024.09.01 21:05:45.871102 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
12051 | 2024.09.01 21:05:45.871481 [ 3 ] {36c55a81-f96d-47a5-a1c5-92f43e17bb9a} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12052 | 2024.09.01 21:05:45.871522 [ 3 ] {36c55a81-f96d-47a5-a1c5-92f43e17bb9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12053 | 2024.09.01 21:05:45.871879 [ 3 ] {36c55a81-f96d-47a5-a1c5-92f43e17bb9a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12054 | 2024.09.01 21:05:45.872243 [ 3 ] {36c55a81-f96d-47a5-a1c5-92f43e17bb9a} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12055 | 2024.09.01 21:05:45.872390 [ 3 ] {36c55a81-f96d-47a5-a1c5-92f43e17bb9a} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.002239 sec., 33050.468959356855 rows/sec., 2.59 MiB/sec. | ||
12056 | 2024.09.01 21:05:45.872425 [ 109 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12057 | 2024.09.01 21:05:45.872512 [ 109 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12058 | 2024.09.01 21:05:45.872576 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12059 | 2024.09.01 21:05:45.872712 [ 3 ] {36c55a81-f96d-47a5-a1c5-92f43e17bb9a} <Debug> DynamicQueryHandler: Done processing query | ||
12060 | 2024.09.01 21:05:45.872751 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
12061 | 2024.09.01 21:05:45.872758 [ 3 ] {36c55a81-f96d-47a5-a1c5-92f43e17bb9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12062 | 2024.09.01 21:05:45.872825 [ 3 ] {} <Debug> HTTP-Session: d69800ae-8d65-4081-aaf5-a1242d48ee75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12063 | 2024.09.01 21:05:45.872937 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12064 | 2024.09.01 21:05:45.872972 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 911 rows starting from the beginning of the part | ||
12065 | 2024.09.01 21:05:45.873107 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 66 rows starting from the beginning of the part | ||
12066 | 2024.09.01 21:05:45.873129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 31346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12067 | 2024.09.01 21:05:45.873301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12068 | 2024.09.01 21:05:45.873382 [ 3 ] {} <Debug> HTTP-Session: 7e5507a5-7839-4312-910e-c6462c797ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12069 | 2024.09.01 21:05:45.873402 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 417 rows starting from the beginning of the part | ||
12070 | 2024.09.01 21:05:45.873442 [ 3 ] {} <Debug> HTTP-Session: 7e5507a5-7839-4312-910e-c6462c797ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12071 | 2024.09.01 21:05:45.873499 [ 3 ] {} <Debug> HTTP-Session: 7e5507a5-7839-4312-910e-c6462c797ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12072 | 2024.09.01 21:05:45.873693 [ 3 ] {} <Trace> HTTP-Session: 7e5507a5-7839-4312-910e-c6462c797ca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12073 | 2024.09.01 21:05:45.873735 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 66 rows starting from the beginning of the part | ||
12074 | 2024.09.01 21:05:45.874032 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 417 rows starting from the beginning of the part | ||
12075 | 2024.09.01 21:05:45.874211 [ 3 ] {c0fa9407-337a-4b1e-9bce-d3b7e716548b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12076 | 2024.09.01 21:05:45.874256 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 74 rows starting from the beginning of the part | ||
12077 | 2024.09.01 21:05:45.874391 [ 3 ] {c0fa9407-337a-4b1e-9bce-d3b7e716548b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12078 | 2024.09.01 21:05:45.875305 [ 3 ] {c0fa9407-337a-4b1e-9bce-d3b7e716548b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12079 | 2024.09.01 21:05:45.876227 [ 3 ] {c0fa9407-337a-4b1e-9bce-d3b7e716548b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12080 | 2024.09.01 21:05:45.876293 [ 3 ] {c0fa9407-337a-4b1e-9bce-d3b7e716548b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12081 | 2024.09.01 21:05:45.877071 [ 3 ] {c0fa9407-337a-4b1e-9bce-d3b7e716548b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12082 | 2024.09.01 21:05:45.877428 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 5 columns (5 merged, 0 gathered) in 0.004745274 sec., 411145.91064709856 rows/sec., 31.47 MiB/sec. | ||
12083 | 2024.09.01 21:05:45.877790 [ 3 ] {c0fa9407-337a-4b1e-9bce-d3b7e716548b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12084 | 2024.09.01 21:05:45.877962 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12085 | 2024.09.01 21:05:45.878039 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12086 | 2024.09.01 21:05:45.878094 [ 3 ] {c0fa9407-337a-4b1e-9bce-d3b7e716548b} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.004126 sec., 39747.93989335918 rows/sec., 2.77 MiB/sec. | ||
12087 | 2024.09.01 21:05:45.878144 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12088 | 2024.09.01 21:05:45.878325 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12089 | 2024.09.01 21:05:45.878685 [ 3 ] {c0fa9407-337a-4b1e-9bce-d3b7e716548b} <Debug> DynamicQueryHandler: Done processing query | ||
12090 | 2024.09.01 21:05:45.878812 [ 3 ] {c0fa9407-337a-4b1e-9bce-d3b7e716548b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12091 | 2024.09.01 21:05:45.878908 [ 3 ] {} <Debug> HTTP-Session: 7e5507a5-7839-4312-910e-c6462c797ca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12092 | 2024.09.01 21:05:45.878933 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
12093 | 2024.09.01 21:05:45.879361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12094 | 2024.09.01 21:05:45.879641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12095 | 2024.09.01 21:05:45.879790 [ 3 ] {} <Debug> HTTP-Session: b974963d-004a-4c04-8b3a-f1001940d9f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12096 | 2024.09.01 21:05:45.879932 [ 3 ] {} <Debug> HTTP-Session: b974963d-004a-4c04-8b3a-f1001940d9f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12097 | 2024.09.01 21:05:45.880049 [ 3 ] {} <Debug> HTTP-Session: b974963d-004a-4c04-8b3a-f1001940d9f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12098 | 2024.09.01 21:05:45.880139 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12099 | 2024.09.01 21:05:45.880312 [ 3 ] {} <Trace> HTTP-Session: b974963d-004a-4c04-8b3a-f1001940d9f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12100 | 2024.09.01 21:05:45.880312 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 16988 rows starting from the beginning of the part | ||
12101 | 2024.09.01 21:05:45.881103 [ 3 ] {20839437-d20c-4615-a37b-60610f6499c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12102 | 2024.09.01 21:05:45.881153 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
12103 | 2024.09.01 21:05:45.881666 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_66_13} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12104 | 2024.09.01 21:05:45.881732 [ 3 ] {20839437-d20c-4615-a37b-60610f6499c5} <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 | ||
12105 | 2024.09.01 21:05:45.881805 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part | ||
12106 | 2024.09.01 21:05:45.882422 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
12107 | 2024.09.01 21:05:45.882676 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_66_13} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12108 | 2024.09.01 21:05:45.882915 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part | ||
12109 | 2024.09.01 21:05:45.883136 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
12110 | 2024.09.01 21:05:45.883361 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 164 rows starting from the beginning of the part | ||
12111 | 2024.09.01 21:05:45.885017 [ 3 ] {20839437-d20c-4615-a37b-60610f6499c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12112 | 2024.09.01 21:05:45.885680 [ 3 ] {20839437-d20c-4615-a37b-60610f6499c5} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12113 | 2024.09.01 21:05:45.885717 [ 3 ] {20839437-d20c-4615-a37b-60610f6499c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12114 | 2024.09.01 21:05:45.887302 [ 3 ] {20839437-d20c-4615-a37b-60610f6499c5} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12115 | 2024.09.01 21:05:45.888151 [ 3 ] {20839437-d20c-4615-a37b-60610f6499c5} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12116 | 2024.09.01 21:05:45.888361 [ 3 ] {20839437-d20c-4615-a37b-60610f6499c5} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.007645 sec., 261.6088947024199 rows/sec., 480.04 KiB/sec. | ||
12117 | 2024.09.01 21:05:45.889517 [ 3 ] {20839437-d20c-4615-a37b-60610f6499c5} <Debug> DynamicQueryHandler: Done processing query | ||
12118 | 2024.09.01 21:05:45.889542 [ 3 ] {20839437-d20c-4615-a37b-60610f6499c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12119 | 2024.09.01 21:05:45.889559 [ 3 ] {} <Debug> HTTP-Session: b974963d-004a-4c04-8b3a-f1001940d9f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12120 | 2024.09.01 21:05:45.889696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12121 | 2024.09.01 21:05:45.889745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12122 | 2024.09.01 21:05:45.889765 [ 3 ] {} <Debug> HTTP-Session: eb3122fc-69b2-461a-a20a-904722b4f03c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12123 | 2024.09.01 21:05:45.889782 [ 3 ] {} <Debug> HTTP-Session: eb3122fc-69b2-461a-a20a-904722b4f03c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12124 | 2024.09.01 21:05:45.889799 [ 3 ] {} <Debug> HTTP-Session: eb3122fc-69b2-461a-a20a-904722b4f03c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12125 | 2024.09.01 21:05:45.889855 [ 3 ] {} <Trace> HTTP-Session: eb3122fc-69b2-461a-a20a-904722b4f03c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12126 | 2024.09.01 21:05:45.889988 [ 3 ] {e94fff5c-106a-40f1-86b1-f0981123775a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12127 | 2024.09.01 21:05:45.890034 [ 3 ] {e94fff5c-106a-40f1-86b1-f0981123775a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12128 | 2024.09.01 21:05:45.890238 [ 3 ] {e94fff5c-106a-40f1-86b1-f0981123775a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12129 | 2024.09.01 21:05:45.890566 [ 3 ] {e94fff5c-106a-40f1-86b1-f0981123775a} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12130 | 2024.09.01 21:05:45.890608 [ 3 ] {e94fff5c-106a-40f1-86b1-f0981123775a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12131 | 2024.09.01 21:05:45.891219 [ 3 ] {e94fff5c-106a-40f1-86b1-f0981123775a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12132 | 2024.09.01 21:05:45.891907 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17946 rows, containing 5 columns (5 merged, 0 gathered) in 0.013397741 sec., 1339479.5436036568 rows/sec., 90.23 MiB/sec. | ||
12133 | 2024.09.01 21:05:45.892083 [ 3 ] {e94fff5c-106a-40f1-86b1-f0981123775a} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12134 | 2024.09.01 21:05:45.892192 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12135 | 2024.09.01 21:05:45.892426 [ 3 ] {e94fff5c-106a-40f1-86b1-f0981123775a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002461 sec., 24380.333197887037 rows/sec., 1.64 MiB/sec. | ||
12136 | 2024.09.01 21:05:45.892430 [ 109 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12137 | 2024.09.01 21:05:45.892581 [ 109 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12138 | 2024.09.01 21:05:45.892701 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12139 | 2024.09.01 21:05:45.892985 [ 3 ] {e94fff5c-106a-40f1-86b1-f0981123775a} <Debug> DynamicQueryHandler: Done processing query | ||
12140 | 2024.09.01 21:05:45.893109 [ 3 ] {e94fff5c-106a-40f1-86b1-f0981123775a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12141 | 2024.09.01 21:05:45.893214 [ 3 ] {} <Debug> HTTP-Session: eb3122fc-69b2-461a-a20a-904722b4f03c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12142 | 2024.09.01 21:05:45.893247 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
12143 | 2024.09.01 21:05:45.893476 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12144 | 2024.09.01 21:05:45.893511 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2944 rows starting from the beginning of the part | ||
12145 | 2024.09.01 21:05:45.893595 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12146 | 2024.09.01 21:05:45.893632 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
12147 | 2024.09.01 21:05:45.893831 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12148 | 2024.09.01 21:05:45.893834 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
12149 | 2024.09.01 21:05:45.894040 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.13 MiB. | ||
12150 | 2024.09.01 21:05:45.894049 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
12151 | 2024.09.01 21:05:45.894140 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part | ||
12152 | 2024.09.01 21:05:45.894208 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
12153 | 2024.09.01 21:05:45.895488 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3288 rows, containing 4 columns (4 merged, 0 gathered) in 0.002588895 sec., 1270039.9205066254 rows/sec., 82.82 MiB/sec. | ||
12154 | 2024.09.01 21:05:45.895797 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12155 | 2024.09.01 21:05:45.896230 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_66_13} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12156 | 2024.09.01 21:05:45.896308 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_66_13} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12157 | 2024.09.01 21:05:45.896396 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
12158 | 2024.09.01 21:05:50.013160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12159 | 2024.09.01 21:05:50.013294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12160 | 2024.09.01 21:05:50.013323 [ 3 ] {} <Debug> HTTP-Session: 9e361d42-6f0f-45d2-91c3-2251478f120d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12161 | 2024.09.01 21:05:50.013352 [ 3 ] {} <Debug> HTTP-Session: 9e361d42-6f0f-45d2-91c3-2251478f120d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12162 | 2024.09.01 21:05:50.013370 [ 3 ] {} <Debug> HTTP-Session: 9e361d42-6f0f-45d2-91c3-2251478f120d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12163 | 2024.09.01 21:05:50.013425 [ 3 ] {} <Trace> HTTP-Session: 9e361d42-6f0f-45d2-91c3-2251478f120d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12164 | 2024.09.01 21:05:50.013621 [ 3 ] {c2f8c24a-e5b6-45dd-97bd-3b2bdbe1472c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12165 | 2024.09.01 21:05:50.013695 [ 3 ] {c2f8c24a-e5b6-45dd-97bd-3b2bdbe1472c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12166 | 2024.09.01 21:05:50.014076 [ 3 ] {c2f8c24a-e5b6-45dd-97bd-3b2bdbe1472c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12167 | 2024.09.01 21:05:50.014509 [ 3 ] {c2f8c24a-e5b6-45dd-97bd-3b2bdbe1472c} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12168 | 2024.09.01 21:05:50.014552 [ 3 ] {c2f8c24a-e5b6-45dd-97bd-3b2bdbe1472c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12169 | 2024.09.01 21:05:50.014949 [ 3 ] {c2f8c24a-e5b6-45dd-97bd-3b2bdbe1472c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
12170 | 2024.09.01 21:05:50.015335 [ 3 ] {c2f8c24a-e5b6-45dd-97bd-3b2bdbe1472c} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12171 | 2024.09.01 21:05:50.015490 [ 3 ] {c2f8c24a-e5b6-45dd-97bd-3b2bdbe1472c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001926 sec., 2076.8431983385253 rows/sec., 169.35 KiB/sec. | ||
12172 | 2024.09.01 21:05:50.015694 [ 3 ] {c2f8c24a-e5b6-45dd-97bd-3b2bdbe1472c} <Debug> DynamicQueryHandler: Done processing query | ||
12173 | 2024.09.01 21:05:50.015720 [ 3 ] {c2f8c24a-e5b6-45dd-97bd-3b2bdbe1472c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12174 | 2024.09.01 21:05:50.015736 [ 3 ] {} <Debug> HTTP-Session: 9e361d42-6f0f-45d2-91c3-2251478f120d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12175 | 2024.09.01 21:05:50.016054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 196164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12176 | 2024.09.01 21:05:50.016113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12177 | 2024.09.01 21:05:50.016133 [ 3 ] {} <Debug> HTTP-Session: 223ed0d7-0f6f-4bf9-bdd0-31349d41f738 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12178 | 2024.09.01 21:05:50.016152 [ 3 ] {} <Debug> HTTP-Session: 223ed0d7-0f6f-4bf9-bdd0-31349d41f738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12179 | 2024.09.01 21:05:50.016166 [ 3 ] {} <Debug> HTTP-Session: 223ed0d7-0f6f-4bf9-bdd0-31349d41f738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12180 | 2024.09.01 21:05:50.016200 [ 3 ] {} <Trace> HTTP-Session: 223ed0d7-0f6f-4bf9-bdd0-31349d41f738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12181 | 2024.09.01 21:05:50.016670 [ 3 ] {f1f9774b-ae65-4a2e-83f7-d6b1aa570e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12182 | 2024.09.01 21:05:50.016714 [ 3 ] {f1f9774b-ae65-4a2e-83f7-d6b1aa570e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12183 | 2024.09.01 21:05:50.016941 [ 3 ] {f1f9774b-ae65-4a2e-83f7-d6b1aa570e49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12184 | 2024.09.01 21:05:50.018466 [ 3 ] {f1f9774b-ae65-4a2e-83f7-d6b1aa570e49} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12185 | 2024.09.01 21:05:50.018505 [ 3 ] {f1f9774b-ae65-4a2e-83f7-d6b1aa570e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12186 | 2024.09.01 21:05:50.018972 [ 3 ] {f1f9774b-ae65-4a2e-83f7-d6b1aa570e49} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12187 | 2024.09.01 21:05:50.019333 [ 3 ] {f1f9774b-ae65-4a2e-83f7-d6b1aa570e49} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12188 | 2024.09.01 21:05:50.019479 [ 3 ] {f1f9774b-ae65-4a2e-83f7-d6b1aa570e49} <Debug> executeQuery: Read 1347 rows, 114.71 KiB in 0.00313 sec., 430351.4376996805 rows/sec., 35.79 MiB/sec. | ||
12189 | 2024.09.01 21:05:50.019658 [ 3 ] {f1f9774b-ae65-4a2e-83f7-d6b1aa570e49} <Debug> DynamicQueryHandler: Done processing query | ||
12190 | 2024.09.01 21:05:50.019682 [ 3 ] {f1f9774b-ae65-4a2e-83f7-d6b1aa570e49} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
12191 | 2024.09.01 21:05:50.019698 [ 3 ] {} <Debug> HTTP-Session: 223ed0d7-0f6f-4bf9-bdd0-31349d41f738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12192 | 2024.09.01 21:05:50.019955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12193 | 2024.09.01 21:05:50.020005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12194 | 2024.09.01 21:05:50.020024 [ 3 ] {} <Debug> HTTP-Session: b8ce33f0-7182-4bf2-ac95-1b8ce5982d7b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12195 | 2024.09.01 21:05:50.020041 [ 3 ] {} <Debug> HTTP-Session: b8ce33f0-7182-4bf2-ac95-1b8ce5982d7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12196 | 2024.09.01 21:05:50.020055 [ 3 ] {} <Debug> HTTP-Session: b8ce33f0-7182-4bf2-ac95-1b8ce5982d7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12197 | 2024.09.01 21:05:50.020087 [ 3 ] {} <Trace> HTTP-Session: b8ce33f0-7182-4bf2-ac95-1b8ce5982d7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12198 | 2024.09.01 21:05:50.020185 [ 3 ] {e04e3e02-2100-475e-b8d7-1d2eb4deb2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12199 | 2024.09.01 21:05:50.020228 [ 3 ] {e04e3e02-2100-475e-b8d7-1d2eb4deb2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12200 | 2024.09.01 21:05:50.020452 [ 3 ] {e04e3e02-2100-475e-b8d7-1d2eb4deb2d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12201 | 2024.09.01 21:05:50.020780 [ 3 ] {e04e3e02-2100-475e-b8d7-1d2eb4deb2d2} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12202 | 2024.09.01 21:05:50.020821 [ 3 ] {e04e3e02-2100-475e-b8d7-1d2eb4deb2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12203 | 2024.09.01 21:05:50.021177 [ 3 ] {e04e3e02-2100-475e-b8d7-1d2eb4deb2d2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12204 | 2024.09.01 21:05:50.021541 [ 3 ] {e04e3e02-2100-475e-b8d7-1d2eb4deb2d2} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12205 | 2024.09.01 21:05:50.021699 [ 3 ] {e04e3e02-2100-475e-b8d7-1d2eb4deb2d2} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001537 sec., 7807.417046193885 rows/sec., 573.10 KiB/sec. | ||
12206 | 2024.09.01 21:05:50.021891 [ 3 ] {e04e3e02-2100-475e-b8d7-1d2eb4deb2d2} <Debug> DynamicQueryHandler: Done processing query | ||
12207 | 2024.09.01 21:05:50.021928 [ 3 ] {e04e3e02-2100-475e-b8d7-1d2eb4deb2d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12208 | 2024.09.01 21:05:50.021957 [ 3 ] {} <Debug> HTTP-Session: b8ce33f0-7182-4bf2-ac95-1b8ce5982d7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12209 | 2024.09.01 21:05:50.022154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12210 | 2024.09.01 21:05:50.022228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12211 | 2024.09.01 21:05:50.022248 [ 3 ] {} <Debug> HTTP-Session: 03d67780-831b-490e-a035-127c6d58b447 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12212 | 2024.09.01 21:05:50.022265 [ 3 ] {} <Debug> HTTP-Session: 03d67780-831b-490e-a035-127c6d58b447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12213 | 2024.09.01 21:05:50.022279 [ 3 ] {} <Debug> HTTP-Session: 03d67780-831b-490e-a035-127c6d58b447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12214 | 2024.09.01 21:05:50.022310 [ 3 ] {} <Trace> HTTP-Session: 03d67780-831b-490e-a035-127c6d58b447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12215 | 2024.09.01 21:05:50.022477 [ 3 ] {08302bce-7dbd-4b13-b620-bf7b12480288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12216 | 2024.09.01 21:05:50.022520 [ 3 ] {08302bce-7dbd-4b13-b620-bf7b12480288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12217 | 2024.09.01 21:05:50.022748 [ 3 ] {08302bce-7dbd-4b13-b620-bf7b12480288} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12218 | 2024.09.01 21:05:50.023177 [ 3 ] {08302bce-7dbd-4b13-b620-bf7b12480288} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12219 | 2024.09.01 21:05:50.023215 [ 3 ] {08302bce-7dbd-4b13-b620-bf7b12480288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12220 | 2024.09.01 21:05:50.023601 [ 3 ] {08302bce-7dbd-4b13-b620-bf7b12480288} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12221 | 2024.09.01 21:05:50.023954 [ 3 ] {08302bce-7dbd-4b13-b620-bf7b12480288} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12222 | 2024.09.01 21:05:50.024111 [ 3 ] {08302bce-7dbd-4b13-b620-bf7b12480288} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001715 sec., 141107.87172011661 rows/sec., 9.56 MiB/sec. | ||
12223 | 2024.09.01 21:05:50.024122 [ 106 ] {} <Debug> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
12224 | 2024.09.01 21:05:50.024252 [ 106 ] {} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12225 | 2024.09.01 21:05:50.024286 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12226 | 2024.09.01 21:05:50.024376 [ 3 ] {08302bce-7dbd-4b13-b620-bf7b12480288} <Debug> DynamicQueryHandler: Done processing query | ||
12227 | 2024.09.01 21:05:50.024434 [ 3 ] {08302bce-7dbd-4b13-b620-bf7b12480288} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12228 | 2024.09.01 21:05:50.024487 [ 3 ] {} <Debug> HTTP-Session: 03d67780-831b-490e-a035-127c6d58b447 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12229 | 2024.09.01 21:05:50.024544 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
12230 | 2024.09.01 21:05:50.024711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12231 | 2024.09.01 21:05:50.024813 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12232 | 2024.09.01 21:05:50.024822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12233 | 2024.09.01 21:05:50.024883 [ 3 ] {} <Debug> HTTP-Session: 223fc530-9f06-4bcb-854c-686eff3181d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12234 | 2024.09.01 21:05:50.024888 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 243 rows starting from the beginning of the part | ||
12235 | 2024.09.01 21:05:50.024912 [ 3 ] {} <Debug> HTTP-Session: 223fc530-9f06-4bcb-854c-686eff3181d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12236 | 2024.09.01 21:05:50.024958 [ 3 ] {} <Debug> HTTP-Session: 223fc530-9f06-4bcb-854c-686eff3181d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12237 | 2024.09.01 21:05:50.025043 [ 3 ] {} <Trace> HTTP-Session: 223fc530-9f06-4bcb-854c-686eff3181d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12238 | 2024.09.01 21:05:50.025149 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
12239 | 2024.09.01 21:05:50.025455 [ 3 ] {c52606ff-5417-4ba3-89a9-5b45711534e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12240 | 2024.09.01 21:05:50.025463 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
12241 | 2024.09.01 21:05:50.025585 [ 3 ] {c52606ff-5417-4ba3-89a9-5b45711534e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12242 | 2024.09.01 21:05:50.025779 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
12243 | 2024.09.01 21:05:50.026201 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
12244 | 2024.09.01 21:05:50.026553 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part | ||
12245 | 2024.09.01 21:05:50.027353 [ 3 ] {c52606ff-5417-4ba3-89a9-5b45711534e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12246 | 2024.09.01 21:05:50.028163 [ 3 ] {c52606ff-5417-4ba3-89a9-5b45711534e4} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12247 | 2024.09.01 21:05:50.028210 [ 3 ] {c52606ff-5417-4ba3-89a9-5b45711534e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12248 | 2024.09.01 21:05:50.029166 [ 3 ] {c52606ff-5417-4ba3-89a9-5b45711534e4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12249 | 2024.09.01 21:05:50.029802 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005404063 sec., 142300.33957783246 rows/sec., 9.66 MiB/sec. | ||
12250 | 2024.09.01 21:05:50.030039 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
12251 | 2024.09.01 21:05:50.030208 [ 3 ] {c52606ff-5417-4ba3-89a9-5b45711534e4} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12252 | 2024.09.01 21:05:50.030565 [ 3 ] {c52606ff-5417-4ba3-89a9-5b45711534e4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005291 sec., 1134.001134001134 rows/sec., 67.00 KiB/sec. | ||
12253 | 2024.09.01 21:05:50.031245 [ 3 ] {c52606ff-5417-4ba3-89a9-5b45711534e4} <Debug> DynamicQueryHandler: Done processing query | ||
12254 | 2024.09.01 21:05:50.031314 [ 3 ] {c52606ff-5417-4ba3-89a9-5b45711534e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12255 | 2024.09.01 21:05:50.031364 [ 3 ] {} <Debug> HTTP-Session: 223fc530-9f06-4bcb-854c-686eff3181d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12256 | 2024.09.01 21:05:50.031566 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_30_6} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12257 | 2024.09.01 21:05:50.031638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 138783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12258 | 2024.09.01 21:05:50.031695 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_30_6} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
12259 | 2024.09.01 21:05:50.031721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12260 | 2024.09.01 21:05:50.031762 [ 3 ] {} <Debug> HTTP-Session: 0612db9c-1853-40fe-b87d-943de579ca66 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12261 | 2024.09.01 21:05:50.031829 [ 3 ] {} <Debug> HTTP-Session: 0612db9c-1853-40fe-b87d-943de579ca66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12262 | 2024.09.01 21:05:50.031853 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
12263 | 2024.09.01 21:05:50.031864 [ 3 ] {} <Debug> HTTP-Session: 0612db9c-1853-40fe-b87d-943de579ca66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12264 | 2024.09.01 21:05:50.031924 [ 3 ] {} <Trace> HTTP-Session: 0612db9c-1853-40fe-b87d-943de579ca66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12265 | 2024.09.01 21:05:50.032359 [ 3 ] {38b09a2b-4a10-4a98-ad76-056c1d75c3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12266 | 2024.09.01 21:05:50.032407 [ 3 ] {38b09a2b-4a10-4a98-ad76-056c1d75c3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12267 | 2024.09.01 21:05:50.032654 [ 3 ] {38b09a2b-4a10-4a98-ad76-056c1d75c3ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12268 | 2024.09.01 21:05:50.033548 [ 3 ] {38b09a2b-4a10-4a98-ad76-056c1d75c3ff} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12269 | 2024.09.01 21:05:50.033586 [ 3 ] {38b09a2b-4a10-4a98-ad76-056c1d75c3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12270 | 2024.09.01 21:05:50.033991 [ 3 ] {38b09a2b-4a10-4a98-ad76-056c1d75c3ff} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12271 | 2024.09.01 21:05:50.034371 [ 3 ] {38b09a2b-4a10-4a98-ad76-056c1d75c3ff} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12272 | 2024.09.01 21:05:50.034533 [ 3 ] {38b09a2b-4a10-4a98-ad76-056c1d75c3ff} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002454 sec., 346373.2681336593 rows/sec., 25.05 MiB/sec. | ||
12273 | 2024.09.01 21:05:50.034729 [ 3 ] {38b09a2b-4a10-4a98-ad76-056c1d75c3ff} <Debug> DynamicQueryHandler: Done processing query | ||
12274 | 2024.09.01 21:05:50.034764 [ 3 ] {38b09a2b-4a10-4a98-ad76-056c1d75c3ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
12275 | 2024.09.01 21:05:50.034792 [ 3 ] {} <Debug> HTTP-Session: 0612db9c-1853-40fe-b87d-943de579ca66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12276 | 2024.09.01 21:05:50.035133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12277 | 2024.09.01 21:05:50.035181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12278 | 2024.09.01 21:05:50.035200 [ 3 ] {} <Debug> HTTP-Session: 72112906-397c-4d21-9e7e-7888283d3548 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12279 | 2024.09.01 21:05:50.035227 [ 3 ] {} <Debug> HTTP-Session: 72112906-397c-4d21-9e7e-7888283d3548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12280 | 2024.09.01 21:05:50.035241 [ 3 ] {} <Debug> HTTP-Session: 72112906-397c-4d21-9e7e-7888283d3548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12281 | 2024.09.01 21:05:50.035273 [ 3 ] {} <Trace> HTTP-Session: 72112906-397c-4d21-9e7e-7888283d3548 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12282 | 2024.09.01 21:05:50.035377 [ 3 ] {b4556208-226f-4827-ae95-70e75728a62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12283 | 2024.09.01 21:05:50.035422 [ 3 ] {b4556208-226f-4827-ae95-70e75728a62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12284 | 2024.09.01 21:05:50.035552 [ 3 ] {b4556208-226f-4827-ae95-70e75728a62c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12285 | 2024.09.01 21:05:50.035902 [ 3 ] {b4556208-226f-4827-ae95-70e75728a62c} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12286 | 2024.09.01 21:05:50.035939 [ 3 ] {b4556208-226f-4827-ae95-70e75728a62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12287 | 2024.09.01 21:05:50.036303 [ 3 ] {b4556208-226f-4827-ae95-70e75728a62c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12288 | 2024.09.01 21:05:50.036627 [ 3 ] {b4556208-226f-4827-ae95-70e75728a62c} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12289 | 2024.09.01 21:05:50.036793 [ 3 ] {b4556208-226f-4827-ae95-70e75728a62c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
12290 | 2024.09.01 21:05:50.036957 [ 3 ] {b4556208-226f-4827-ae95-70e75728a62c} <Debug> DynamicQueryHandler: Done processing query | ||
12291 | 2024.09.01 21:05:50.036981 [ 3 ] {b4556208-226f-4827-ae95-70e75728a62c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12292 | 2024.09.01 21:05:50.036998 [ 3 ] {} <Debug> HTTP-Session: 72112906-397c-4d21-9e7e-7888283d3548 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12293 | 2024.09.01 21:05:50.037214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 172422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12294 | 2024.09.01 21:05:50.037263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12295 | 2024.09.01 21:05:50.037282 [ 3 ] {} <Debug> HTTP-Session: 9f91f490-25dd-4dfd-a8c6-bb742f54b283 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12296 | 2024.09.01 21:05:50.037299 [ 3 ] {} <Debug> HTTP-Session: 9f91f490-25dd-4dfd-a8c6-bb742f54b283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12297 | 2024.09.01 21:05:50.037313 [ 3 ] {} <Debug> HTTP-Session: 9f91f490-25dd-4dfd-a8c6-bb742f54b283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12298 | 2024.09.01 21:05:50.037344 [ 3 ] {} <Trace> HTTP-Session: 9f91f490-25dd-4dfd-a8c6-bb742f54b283 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12299 | 2024.09.01 21:05:50.037782 [ 3 ] {5e95a6ba-85f1-4958-aa71-4af87f7f6154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12300 | 2024.09.01 21:05:50.037828 [ 3 ] {5e95a6ba-85f1-4958-aa71-4af87f7f6154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12301 | 2024.09.01 21:05:50.037975 [ 3 ] {5e95a6ba-85f1-4958-aa71-4af87f7f6154} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12302 | 2024.09.01 21:05:50.038803 [ 3 ] {5e95a6ba-85f1-4958-aa71-4af87f7f6154} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12303 | 2024.09.01 21:05:50.038839 [ 3 ] {5e95a6ba-85f1-4958-aa71-4af87f7f6154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12304 | 2024.09.01 21:05:50.039275 [ 3 ] {5e95a6ba-85f1-4958-aa71-4af87f7f6154} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12305 | 2024.09.01 21:05:50.039614 [ 3 ] {5e95a6ba-85f1-4958-aa71-4af87f7f6154} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12306 | 2024.09.01 21:05:50.039768 [ 3 ] {5e95a6ba-85f1-4958-aa71-4af87f7f6154} <Debug> executeQuery: Read 911 rows, 62.30 KiB in 0.002291 sec., 397642.95067656046 rows/sec., 26.56 MiB/sec. | ||
12307 | 2024.09.01 21:05:50.039925 [ 3 ] {5e95a6ba-85f1-4958-aa71-4af87f7f6154} <Debug> DynamicQueryHandler: Done processing query | ||
12308 | 2024.09.01 21:05:50.039949 [ 3 ] {5e95a6ba-85f1-4958-aa71-4af87f7f6154} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
12309 | 2024.09.01 21:05:50.039965 [ 3 ] {} <Debug> HTTP-Session: 9f91f490-25dd-4dfd-a8c6-bb742f54b283 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12310 | 2024.09.01 21:05:50.040299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12311 | 2024.09.01 21:05:50.040346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12312 | 2024.09.01 21:05:50.040365 [ 3 ] {} <Debug> HTTP-Session: 34774e20-0abe-414d-881e-2b3177afc3d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12313 | 2024.09.01 21:05:50.040382 [ 3 ] {} <Debug> HTTP-Session: 34774e20-0abe-414d-881e-2b3177afc3d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12314 | 2024.09.01 21:05:50.040396 [ 3 ] {} <Debug> HTTP-Session: 34774e20-0abe-414d-881e-2b3177afc3d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12315 | 2024.09.01 21:05:50.040426 [ 3 ] {} <Trace> HTTP-Session: 34774e20-0abe-414d-881e-2b3177afc3d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12316 | 2024.09.01 21:05:50.040517 [ 3 ] {27fa8e65-7966-43bb-9cdb-103618ca4378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12317 | 2024.09.01 21:05:50.040562 [ 3 ] {27fa8e65-7966-43bb-9cdb-103618ca4378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12318 | 2024.09.01 21:05:50.040689 [ 3 ] {27fa8e65-7966-43bb-9cdb-103618ca4378} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12319 | 2024.09.01 21:05:50.040965 [ 3 ] {27fa8e65-7966-43bb-9cdb-103618ca4378} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12320 | 2024.09.01 21:05:50.041001 [ 3 ] {27fa8e65-7966-43bb-9cdb-103618ca4378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12321 | 2024.09.01 21:05:50.041344 [ 3 ] {27fa8e65-7966-43bb-9cdb-103618ca4378} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12322 | 2024.09.01 21:05:50.041674 [ 3 ] {27fa8e65-7966-43bb-9cdb-103618ca4378} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12323 | 2024.09.01 21:05:50.041830 [ 3 ] {27fa8e65-7966-43bb-9cdb-103618ca4378} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001325 sec., 754.7169811320755 rows/sec., 50.85 KiB/sec. | ||
12324 | 2024.09.01 21:05:50.042035 [ 3 ] {27fa8e65-7966-43bb-9cdb-103618ca4378} <Debug> DynamicQueryHandler: Done processing query | ||
12325 | 2024.09.01 21:05:50.042060 [ 3 ] {27fa8e65-7966-43bb-9cdb-103618ca4378} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12326 | 2024.09.01 21:05:50.042076 [ 3 ] {} <Debug> HTTP-Session: 34774e20-0abe-414d-881e-2b3177afc3d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12327 | 2024.09.01 21:05:50.042194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 14219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12328 | 2024.09.01 21:05:50.042241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12329 | 2024.09.01 21:05:50.042261 [ 3 ] {} <Debug> HTTP-Session: 05f951b9-fa73-4c5e-84dc-cad7ceb9ae83 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12330 | 2024.09.01 21:05:50.042277 [ 3 ] {} <Debug> HTTP-Session: 05f951b9-fa73-4c5e-84dc-cad7ceb9ae83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12331 | 2024.09.01 21:05:50.042291 [ 3 ] {} <Debug> HTTP-Session: 05f951b9-fa73-4c5e-84dc-cad7ceb9ae83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12332 | 2024.09.01 21:05:50.042321 [ 3 ] {} <Trace> HTTP-Session: 05f951b9-fa73-4c5e-84dc-cad7ceb9ae83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12333 | 2024.09.01 21:05:50.042469 [ 3 ] {fd3e425f-c395-4ec6-9314-bae11740e268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12334 | 2024.09.01 21:05:50.042532 [ 3 ] {fd3e425f-c395-4ec6-9314-bae11740e268} <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 | ||
12335 | 2024.09.01 21:05:50.042948 [ 3 ] {fd3e425f-c395-4ec6-9314-bae11740e268} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12336 | 2024.09.01 21:05:50.043384 [ 3 ] {fd3e425f-c395-4ec6-9314-bae11740e268} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12337 | 2024.09.01 21:05:50.043420 [ 3 ] {fd3e425f-c395-4ec6-9314-bae11740e268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12338 | 2024.09.01 21:05:50.044004 [ 3 ] {fd3e425f-c395-4ec6-9314-bae11740e268} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12339 | 2024.09.01 21:05:50.044414 [ 3 ] {fd3e425f-c395-4ec6-9314-bae11740e268} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12340 | 2024.09.01 21:05:50.044606 [ 3 ] {fd3e425f-c395-4ec6-9314-bae11740e268} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002212 sec., 3616.6365280289333 rows/sec., 6.48 MiB/sec. | ||
12341 | 2024.09.01 21:05:50.044801 [ 3 ] {fd3e425f-c395-4ec6-9314-bae11740e268} <Debug> DynamicQueryHandler: Done processing query | ||
12342 | 2024.09.01 21:05:50.044825 [ 3 ] {fd3e425f-c395-4ec6-9314-bae11740e268} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12343 | 2024.09.01 21:05:50.044841 [ 3 ] {} <Debug> HTTP-Session: 05f951b9-fa73-4c5e-84dc-cad7ceb9ae83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12344 | 2024.09.01 21:05:50.044960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12345 | 2024.09.01 21:05:50.045007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12346 | 2024.09.01 21:05:50.045026 [ 3 ] {} <Debug> HTTP-Session: 98925577-be42-4d8b-885d-21eb25365bff Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12347 | 2024.09.01 21:05:50.045042 [ 3 ] {} <Debug> HTTP-Session: 98925577-be42-4d8b-885d-21eb25365bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12348 | 2024.09.01 21:05:50.045058 [ 3 ] {} <Debug> HTTP-Session: 98925577-be42-4d8b-885d-21eb25365bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12349 | 2024.09.01 21:05:50.045089 [ 3 ] {} <Trace> HTTP-Session: 98925577-be42-4d8b-885d-21eb25365bff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12350 | 2024.09.01 21:05:50.045204 [ 3 ] {b89a7b8c-79e0-49d8-8c7f-ba2c775b5104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12351 | 2024.09.01 21:05:50.045249 [ 3 ] {b89a7b8c-79e0-49d8-8c7f-ba2c775b5104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12352 | 2024.09.01 21:05:50.045376 [ 3 ] {b89a7b8c-79e0-49d8-8c7f-ba2c775b5104} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12353 | 2024.09.01 21:05:50.045720 [ 3 ] {b89a7b8c-79e0-49d8-8c7f-ba2c775b5104} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12354 | 2024.09.01 21:05:50.045757 [ 3 ] {b89a7b8c-79e0-49d8-8c7f-ba2c775b5104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12355 | 2024.09.01 21:05:50.046116 [ 3 ] {b89a7b8c-79e0-49d8-8c7f-ba2c775b5104} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12356 | 2024.09.01 21:05:50.046450 [ 3 ] {b89a7b8c-79e0-49d8-8c7f-ba2c775b5104} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12357 | 2024.09.01 21:05:50.046602 [ 3 ] {b89a7b8c-79e0-49d8-8c7f-ba2c775b5104} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.001432 sec., 53072.625698324024 rows/sec., 3.36 MiB/sec. | ||
12358 | 2024.09.01 21:05:50.046766 [ 3 ] {b89a7b8c-79e0-49d8-8c7f-ba2c775b5104} <Debug> DynamicQueryHandler: Done processing query | ||
12359 | 2024.09.01 21:05:50.046791 [ 3 ] {b89a7b8c-79e0-49d8-8c7f-ba2c775b5104} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12360 | 2024.09.01 21:05:50.046806 [ 3 ] {} <Debug> HTTP-Session: 98925577-be42-4d8b-885d-21eb25365bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12361 | 2024.09.01 21:05:50.850959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12362 | 2024.09.01 21:05:50.851081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12363 | 2024.09.01 21:05:50.851108 [ 3 ] {} <Debug> HTTP-Session: a0113ec6-68e6-4c90-9b97-03da8b71d250 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12364 | 2024.09.01 21:05:50.851136 [ 3 ] {} <Debug> HTTP-Session: a0113ec6-68e6-4c90-9b97-03da8b71d250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12365 | 2024.09.01 21:05:50.851156 [ 3 ] {} <Debug> HTTP-Session: a0113ec6-68e6-4c90-9b97-03da8b71d250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12366 | 2024.09.01 21:05:50.851210 [ 3 ] {} <Trace> HTTP-Session: a0113ec6-68e6-4c90-9b97-03da8b71d250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12367 | 2024.09.01 21:05:50.851428 [ 3 ] {549b9483-132f-451a-beec-35e831b24337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12368 | 2024.09.01 21:05:50.851502 [ 3 ] {549b9483-132f-451a-beec-35e831b24337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12369 | 2024.09.01 21:05:50.851871 [ 3 ] {549b9483-132f-451a-beec-35e831b24337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12370 | 2024.09.01 21:05:50.852352 [ 3 ] {549b9483-132f-451a-beec-35e831b24337} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12371 | 2024.09.01 21:05:50.852395 [ 3 ] {549b9483-132f-451a-beec-35e831b24337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12372 | 2024.09.01 21:05:50.852813 [ 3 ] {549b9483-132f-451a-beec-35e831b24337} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12373 | 2024.09.01 21:05:50.853199 [ 3 ] {549b9483-132f-451a-beec-35e831b24337} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12374 | 2024.09.01 21:05:50.853402 [ 3 ] {549b9483-132f-451a-beec-35e831b24337} <Debug> executeQuery: Read 84 rows, 7.46 KiB in 0.002047 sec., 41035.66194430874 rows/sec., 3.56 MiB/sec. | ||
12375 | 2024.09.01 21:05:50.853615 [ 3 ] {549b9483-132f-451a-beec-35e831b24337} <Debug> DynamicQueryHandler: Done processing query | ||
12376 | 2024.09.01 21:05:50.853654 [ 3 ] {549b9483-132f-451a-beec-35e831b24337} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12377 | 2024.09.01 21:05:50.853684 [ 3 ] {} <Debug> HTTP-Session: a0113ec6-68e6-4c90-9b97-03da8b71d250 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12378 | 2024.09.01 21:05:50.853818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12379 | 2024.09.01 21:05:50.853865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12380 | 2024.09.01 21:05:50.853884 [ 3 ] {} <Debug> HTTP-Session: a33c4d58-dcb1-468c-a8b2-7c5630b54bd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12381 | 2024.09.01 21:05:50.853901 [ 3 ] {} <Debug> HTTP-Session: a33c4d58-dcb1-468c-a8b2-7c5630b54bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12382 | 2024.09.01 21:05:50.853915 [ 3 ] {} <Debug> HTTP-Session: a33c4d58-dcb1-468c-a8b2-7c5630b54bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12383 | 2024.09.01 21:05:50.853946 [ 3 ] {} <Trace> HTTP-Session: a33c4d58-dcb1-468c-a8b2-7c5630b54bd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12384 | 2024.09.01 21:05:50.854049 [ 3 ] {7228115b-7074-4078-b292-44d955e14b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12385 | 2024.09.01 21:05:50.854095 [ 3 ] {7228115b-7074-4078-b292-44d955e14b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12386 | 2024.09.01 21:05:50.854321 [ 3 ] {7228115b-7074-4078-b292-44d955e14b2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12387 | 2024.09.01 21:05:50.854631 [ 3 ] {7228115b-7074-4078-b292-44d955e14b2a} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12388 | 2024.09.01 21:05:50.854668 [ 3 ] {7228115b-7074-4078-b292-44d955e14b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12389 | 2024.09.01 21:05:50.855013 [ 3 ] {7228115b-7074-4078-b292-44d955e14b2a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12390 | 2024.09.01 21:05:50.855374 [ 3 ] {7228115b-7074-4078-b292-44d955e14b2a} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12391 | 2024.09.01 21:05:50.855539 [ 3 ] {7228115b-7074-4078-b292-44d955e14b2a} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.00151 sec., 17880.794701986753 rows/sec., 1.31 MiB/sec. | ||
12392 | 2024.09.01 21:05:50.855695 [ 3 ] {7228115b-7074-4078-b292-44d955e14b2a} <Debug> DynamicQueryHandler: Done processing query | ||
12393 | 2024.09.01 21:05:50.855719 [ 3 ] {7228115b-7074-4078-b292-44d955e14b2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12394 | 2024.09.01 21:05:50.855734 [ 3 ] {} <Debug> HTTP-Session: a33c4d58-dcb1-468c-a8b2-7c5630b54bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12395 | 2024.09.01 21:05:50.855859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 10721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12396 | 2024.09.01 21:05:50.855905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12397 | 2024.09.01 21:05:50.855924 [ 3 ] {} <Debug> HTTP-Session: f8e5d534-f3ca-42bd-9d79-c9871e893b2e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12398 | 2024.09.01 21:05:50.855940 [ 3 ] {} <Debug> HTTP-Session: f8e5d534-f3ca-42bd-9d79-c9871e893b2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12399 | 2024.09.01 21:05:50.855954 [ 3 ] {} <Debug> HTTP-Session: f8e5d534-f3ca-42bd-9d79-c9871e893b2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12400 | 2024.09.01 21:05:50.855984 [ 3 ] {} <Trace> HTTP-Session: f8e5d534-f3ca-42bd-9d79-c9871e893b2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12401 | 2024.09.01 21:05:50.856097 [ 3 ] {13de3e86-6622-44b0-9235-e53be15c5d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12402 | 2024.09.01 21:05:50.856140 [ 3 ] {13de3e86-6622-44b0-9235-e53be15c5d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12403 | 2024.09.01 21:05:50.856362 [ 3 ] {13de3e86-6622-44b0-9235-e53be15c5d1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12404 | 2024.09.01 21:05:50.856671 [ 3 ] {13de3e86-6622-44b0-9235-e53be15c5d1b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12405 | 2024.09.01 21:05:50.856708 [ 3 ] {13de3e86-6622-44b0-9235-e53be15c5d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12406 | 2024.09.01 21:05:50.857052 [ 3 ] {13de3e86-6622-44b0-9235-e53be15c5d1b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12407 | 2024.09.01 21:05:50.857416 [ 3 ] {13de3e86-6622-44b0-9235-e53be15c5d1b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12408 | 2024.09.01 21:05:50.857575 [ 3 ] {13de3e86-6622-44b0-9235-e53be15c5d1b} <Debug> executeQuery: Read 63 rows, 5.04 KiB in 0.001506 sec., 41832.66932270917 rows/sec., 3.27 MiB/sec. | ||
12409 | 2024.09.01 21:05:50.857731 [ 3 ] {13de3e86-6622-44b0-9235-e53be15c5d1b} <Debug> DynamicQueryHandler: Done processing query | ||
12410 | 2024.09.01 21:05:50.857756 [ 3 ] {13de3e86-6622-44b0-9235-e53be15c5d1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12411 | 2024.09.01 21:05:50.857771 [ 3 ] {} <Debug> HTTP-Session: f8e5d534-f3ca-42bd-9d79-c9871e893b2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12412 | 2024.09.01 21:05:50.857929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 2364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12413 | 2024.09.01 21:05:50.857977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12414 | 2024.09.01 21:05:50.857996 [ 3 ] {} <Debug> HTTP-Session: f2cc2111-149d-4ff2-a17e-3784c89cba4c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12415 | 2024.09.01 21:05:50.858012 [ 3 ] {} <Debug> HTTP-Session: f2cc2111-149d-4ff2-a17e-3784c89cba4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12416 | 2024.09.01 21:05:50.858026 [ 3 ] {} <Debug> HTTP-Session: f2cc2111-149d-4ff2-a17e-3784c89cba4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12417 | 2024.09.01 21:05:50.858057 [ 3 ] {} <Trace> HTTP-Session: f2cc2111-149d-4ff2-a17e-3784c89cba4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12418 | 2024.09.01 21:05:50.858168 [ 3 ] {72e5cb81-ae1e-4d6b-baf2-94afa8c8aad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12419 | 2024.09.01 21:05:50.858214 [ 3 ] {72e5cb81-ae1e-4d6b-baf2-94afa8c8aad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12420 | 2024.09.01 21:05:50.858355 [ 3 ] {72e5cb81-ae1e-4d6b-baf2-94afa8c8aad6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12421 | 2024.09.01 21:05:50.858709 [ 3 ] {72e5cb81-ae1e-4d6b-baf2-94afa8c8aad6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12422 | 2024.09.01 21:05:50.858745 [ 3 ] {72e5cb81-ae1e-4d6b-baf2-94afa8c8aad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12423 | 2024.09.01 21:05:50.859114 [ 3 ] {72e5cb81-ae1e-4d6b-baf2-94afa8c8aad6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12424 | 2024.09.01 21:05:50.859456 [ 3 ] {72e5cb81-ae1e-4d6b-baf2-94afa8c8aad6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12425 | 2024.09.01 21:05:50.859619 [ 3 ] {72e5cb81-ae1e-4d6b-baf2-94afa8c8aad6} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.001471 sec., 8157.715839564921 rows/sec., 586.20 KiB/sec. | ||
12426 | 2024.09.01 21:05:50.859799 [ 3 ] {72e5cb81-ae1e-4d6b-baf2-94afa8c8aad6} <Debug> DynamicQueryHandler: Done processing query | ||
12427 | 2024.09.01 21:05:50.859837 [ 3 ] {72e5cb81-ae1e-4d6b-baf2-94afa8c8aad6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12428 | 2024.09.01 21:05:50.859872 [ 3 ] {} <Debug> HTTP-Session: f2cc2111-149d-4ff2-a17e-3784c89cba4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12429 | 2024.09.01 21:05:50.860012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12430 | 2024.09.01 21:05:50.860061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12431 | 2024.09.01 21:05:50.860080 [ 3 ] {} <Debug> HTTP-Session: 3b88c41d-0044-4dac-9682-68e413b69d67 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12432 | 2024.09.01 21:05:50.860096 [ 3 ] {} <Debug> HTTP-Session: 3b88c41d-0044-4dac-9682-68e413b69d67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12433 | 2024.09.01 21:05:50.860109 [ 3 ] {} <Debug> HTTP-Session: 3b88c41d-0044-4dac-9682-68e413b69d67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12434 | 2024.09.01 21:05:50.860140 [ 3 ] {} <Trace> HTTP-Session: 3b88c41d-0044-4dac-9682-68e413b69d67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12435 | 2024.09.01 21:05:50.860428 [ 3 ] {b70b75b4-11cc-4662-b1a3-bbd738966027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12436 | 2024.09.01 21:05:50.860491 [ 3 ] {b70b75b4-11cc-4662-b1a3-bbd738966027} <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 | ||
12437 | 2024.09.01 21:05:50.860903 [ 3 ] {b70b75b4-11cc-4662-b1a3-bbd738966027} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12438 | 2024.09.01 21:05:50.861487 [ 3 ] {b70b75b4-11cc-4662-b1a3-bbd738966027} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12439 | 2024.09.01 21:05:50.861524 [ 3 ] {b70b75b4-11cc-4662-b1a3-bbd738966027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12440 | 2024.09.01 21:05:50.862124 [ 3 ] {b70b75b4-11cc-4662-b1a3-bbd738966027} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12441 | 2024.09.01 21:05:50.862531 [ 3 ] {b70b75b4-11cc-4662-b1a3-bbd738966027} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12442 | 2024.09.01 21:05:50.862728 [ 3 ] {b70b75b4-11cc-4662-b1a3-bbd738966027} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002502 sec., 10791.366906474821 rows/sec., 19.34 MiB/sec. | ||
12443 | 2024.09.01 21:05:50.863017 [ 3 ] {b70b75b4-11cc-4662-b1a3-bbd738966027} <Debug> DynamicQueryHandler: Done processing query | ||
12444 | 2024.09.01 21:05:50.863048 [ 3 ] {b70b75b4-11cc-4662-b1a3-bbd738966027} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
12445 | 2024.09.01 21:05:50.863064 [ 3 ] {} <Debug> HTTP-Session: 3b88c41d-0044-4dac-9682-68e413b69d67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12446 | 2024.09.01 21:05:50.863195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12447 | 2024.09.01 21:05:50.863243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12448 | 2024.09.01 21:05:50.863262 [ 3 ] {} <Debug> HTTP-Session: 7b9fc7df-463f-4b0b-b6dc-dad0992b0dd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12449 | 2024.09.01 21:05:50.863278 [ 3 ] {} <Debug> HTTP-Session: 7b9fc7df-463f-4b0b-b6dc-dad0992b0dd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12450 | 2024.09.01 21:05:50.863292 [ 3 ] {} <Debug> HTTP-Session: 7b9fc7df-463f-4b0b-b6dc-dad0992b0dd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12451 | 2024.09.01 21:05:50.863322 [ 3 ] {} <Trace> HTTP-Session: 7b9fc7df-463f-4b0b-b6dc-dad0992b0dd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12452 | 2024.09.01 21:05:50.863418 [ 3 ] {b3ea343d-ef7e-4ece-ac7e-af7334a2ebaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12453 | 2024.09.01 21:05:50.863462 [ 3 ] {b3ea343d-ef7e-4ece-ac7e-af7334a2ebaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12454 | 2024.09.01 21:05:50.863589 [ 3 ] {b3ea343d-ef7e-4ece-ac7e-af7334a2ebaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12455 | 2024.09.01 21:05:50.863917 [ 3 ] {b3ea343d-ef7e-4ece-ac7e-af7334a2ebaa} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12456 | 2024.09.01 21:05:50.863953 [ 3 ] {b3ea343d-ef7e-4ece-ac7e-af7334a2ebaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12457 | 2024.09.01 21:05:50.864301 [ 3 ] {b3ea343d-ef7e-4ece-ac7e-af7334a2ebaa} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12458 | 2024.09.01 21:05:50.864635 [ 3 ] {b3ea343d-ef7e-4ece-ac7e-af7334a2ebaa} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12459 | 2024.09.01 21:05:50.864796 [ 3 ] {b3ea343d-ef7e-4ece-ac7e-af7334a2ebaa} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 292.97 KiB/sec. | ||
12460 | 2024.09.01 21:05:50.864978 [ 3 ] {b3ea343d-ef7e-4ece-ac7e-af7334a2ebaa} <Debug> DynamicQueryHandler: Done processing query | ||
12461 | 2024.09.01 21:05:50.865014 [ 3 ] {b3ea343d-ef7e-4ece-ac7e-af7334a2ebaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12462 | 2024.09.01 21:05:50.865040 [ 3 ] {} <Debug> HTTP-Session: 7b9fc7df-463f-4b0b-b6dc-dad0992b0dd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12463 | 2024.09.01 21:05:51.000222 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.67 MiB, peak 211.92 MiB, free memory in arenas 0.00 B, will set to 201.50 MiB (RSS), difference: -1.17 MiB | ||
12464 | 2024.09.01 21:05:54.019526 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12465 | 2024.09.01 21:05:54.019583 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12466 | 2024.09.01 21:05:55.856684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12467 | 2024.09.01 21:05:55.856824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12468 | 2024.09.01 21:05:55.856854 [ 3 ] {} <Debug> HTTP-Session: c5a8a72c-3146-4b6b-b28a-91ba8fcd8109 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12469 | 2024.09.01 21:05:55.856881 [ 3 ] {} <Debug> HTTP-Session: c5a8a72c-3146-4b6b-b28a-91ba8fcd8109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12470 | 2024.09.01 21:05:55.856899 [ 3 ] {} <Debug> HTTP-Session: c5a8a72c-3146-4b6b-b28a-91ba8fcd8109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12471 | 2024.09.01 21:05:55.856954 [ 3 ] {} <Trace> HTTP-Session: c5a8a72c-3146-4b6b-b28a-91ba8fcd8109 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12472 | 2024.09.01 21:05:55.857177 [ 3 ] {740d0815-0f63-417d-863a-5f73b3056e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12473 | 2024.09.01 21:05:55.857252 [ 3 ] {740d0815-0f63-417d-863a-5f73b3056e5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12474 | 2024.09.01 21:05:55.857585 [ 3 ] {740d0815-0f63-417d-863a-5f73b3056e5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12475 | 2024.09.01 21:05:55.858164 [ 3 ] {740d0815-0f63-417d-863a-5f73b3056e5f} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12476 | 2024.09.01 21:05:55.858213 [ 3 ] {740d0815-0f63-417d-863a-5f73b3056e5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12477 | 2024.09.01 21:05:55.858646 [ 3 ] {740d0815-0f63-417d-863a-5f73b3056e5f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12478 | 2024.09.01 21:05:55.859044 [ 3 ] {740d0815-0f63-417d-863a-5f73b3056e5f} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12479 | 2024.09.01 21:05:55.859220 [ 3 ] {740d0815-0f63-417d-863a-5f73b3056e5f} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.002118 sec., 28328.611898016996 rows/sec., 2.20 MiB/sec. | ||
12480 | 2024.09.01 21:05:55.859452 [ 3 ] {740d0815-0f63-417d-863a-5f73b3056e5f} <Debug> DynamicQueryHandler: Done processing query | ||
12481 | 2024.09.01 21:05:55.859480 [ 3 ] {740d0815-0f63-417d-863a-5f73b3056e5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12482 | 2024.09.01 21:05:55.859496 [ 3 ] {} <Debug> HTTP-Session: c5a8a72c-3146-4b6b-b28a-91ba8fcd8109 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12483 | 2024.09.01 21:05:55.859661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12484 | 2024.09.01 21:05:55.859720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12485 | 2024.09.01 21:05:55.859741 [ 3 ] {} <Debug> HTTP-Session: 5ca8238f-1788-4f74-b9b5-38804f81bb48 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12486 | 2024.09.01 21:05:55.859759 [ 3 ] {} <Debug> HTTP-Session: 5ca8238f-1788-4f74-b9b5-38804f81bb48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12487 | 2024.09.01 21:05:55.859773 [ 3 ] {} <Debug> HTTP-Session: 5ca8238f-1788-4f74-b9b5-38804f81bb48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12488 | 2024.09.01 21:05:55.859808 [ 3 ] {} <Trace> HTTP-Session: 5ca8238f-1788-4f74-b9b5-38804f81bb48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12489 | 2024.09.01 21:05:55.859915 [ 3 ] {d68f3608-67b2-472f-b94c-44b45312b467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12490 | 2024.09.01 21:05:55.859965 [ 3 ] {d68f3608-67b2-472f-b94c-44b45312b467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12491 | 2024.09.01 21:05:55.860207 [ 3 ] {d68f3608-67b2-472f-b94c-44b45312b467} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12492 | 2024.09.01 21:05:55.860539 [ 3 ] {d68f3608-67b2-472f-b94c-44b45312b467} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12493 | 2024.09.01 21:05:55.860577 [ 3 ] {d68f3608-67b2-472f-b94c-44b45312b467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12494 | 2024.09.01 21:05:55.860929 [ 3 ] {d68f3608-67b2-472f-b94c-44b45312b467} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12495 | 2024.09.01 21:05:55.861302 [ 3 ] {d68f3608-67b2-472f-b94c-44b45312b467} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12496 | 2024.09.01 21:05:55.861460 [ 3 ] {d68f3608-67b2-472f-b94c-44b45312b467} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001568 sec., 1275.5102040816328 rows/sec., 95.91 KiB/sec. | ||
12497 | 2024.09.01 21:05:55.861460 [ 99 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12498 | 2024.09.01 21:05:55.861581 [ 99 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12499 | 2024.09.01 21:05:55.861630 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12500 | 2024.09.01 21:05:55.861712 [ 3 ] {d68f3608-67b2-472f-b94c-44b45312b467} <Debug> DynamicQueryHandler: Done processing query | ||
12501 | 2024.09.01 21:05:55.861754 [ 3 ] {d68f3608-67b2-472f-b94c-44b45312b467} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12502 | 2024.09.01 21:05:55.861806 [ 3 ] {} <Debug> HTTP-Session: 5ca8238f-1788-4f74-b9b5-38804f81bb48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12503 | 2024.09.01 21:05:55.861839 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
12504 | 2024.09.01 21:05:55.862051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12505 | 2024.09.01 21:05:55.862182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12506 | 2024.09.01 21:05:55.862263 [ 3 ] {} <Debug> HTTP-Session: 9e2ba429-770d-46b0-8117-0b2e4bf24ad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12507 | 2024.09.01 21:05:55.862330 [ 3 ] {} <Debug> HTTP-Session: 9e2ba429-770d-46b0-8117-0b2e4bf24ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12508 | 2024.09.01 21:05:55.862342 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12509 | 2024.09.01 21:05:55.862369 [ 3 ] {} <Debug> HTTP-Session: 9e2ba429-770d-46b0-8117-0b2e4bf24ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12510 | 2024.09.01 21:05:55.862412 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 55 rows starting from the beginning of the part | ||
12511 | 2024.09.01 21:05:55.862427 [ 3 ] {} <Trace> HTTP-Session: 9e2ba429-770d-46b0-8117-0b2e4bf24ad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12512 | 2024.09.01 21:05:55.862499 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 35 rows starting from the beginning of the part | ||
12513 | 2024.09.01 21:05:55.862701 [ 3 ] {aa3d7ec6-4776-4434-a64b-2d3afba234bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12514 | 2024.09.01 21:05:55.862907 [ 3 ] {aa3d7ec6-4776-4434-a64b-2d3afba234bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12515 | 2024.09.01 21:05:55.862941 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 10 rows starting from the beginning of the part | ||
12516 | 2024.09.01 21:05:55.863199 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 12 rows starting from the beginning of the part | ||
12517 | 2024.09.01 21:05:55.863684 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 27 rows starting from the beginning of the part | ||
12518 | 2024.09.01 21:05:55.863912 [ 192 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 2 rows starting from the beginning of the part | ||
12519 | 2024.09.01 21:05:55.864492 [ 3 ] {aa3d7ec6-4776-4434-a64b-2d3afba234bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12520 | 2024.09.01 21:05:55.865029 [ 3 ] {aa3d7ec6-4776-4434-a64b-2d3afba234bd} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12521 | 2024.09.01 21:05:55.865073 [ 3 ] {aa3d7ec6-4776-4434-a64b-2d3afba234bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12522 | 2024.09.01 21:05:55.865694 [ 3 ] {aa3d7ec6-4776-4434-a64b-2d3afba234bd} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12523 | 2024.09.01 21:05:55.865730 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 141 rows, containing 5 columns (5 merged, 0 gathered) in 0.004019445 sec., 35079.46992681825 rows/sec., 2.67 MiB/sec. | ||
12524 | 2024.09.01 21:05:55.865963 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12525 | 2024.09.01 21:05:55.866523 [ 3 ] {aa3d7ec6-4776-4434-a64b-2d3afba234bd} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12526 | 2024.09.01 21:05:55.866866 [ 3 ] {aa3d7ec6-4776-4434-a64b-2d3afba234bd} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004326 sec., 15256.588072122053 rows/sec., 1.19 MiB/sec. | ||
12527 | 2024.09.01 21:05:55.867046 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_61_12} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12528 | 2024.09.01 21:05:55.867183 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_61_12} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12529 | 2024.09.01 21:05:55.867196 [ 3 ] {aa3d7ec6-4776-4434-a64b-2d3afba234bd} <Debug> DynamicQueryHandler: Done processing query | ||
12530 | 2024.09.01 21:05:55.867235 [ 3 ] {aa3d7ec6-4776-4434-a64b-2d3afba234bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12531 | 2024.09.01 21:05:55.867285 [ 3 ] {} <Debug> HTTP-Session: 9e2ba429-770d-46b0-8117-0b2e4bf24ad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12532 | 2024.09.01 21:05:55.867353 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
12533 | 2024.09.01 21:05:55.867520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12534 | 2024.09.01 21:05:55.867578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12535 | 2024.09.01 21:05:55.867597 [ 3 ] {} <Debug> HTTP-Session: 809ae7bb-a8f6-4c02-899c-194bb985206e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12536 | 2024.09.01 21:05:55.867613 [ 3 ] {} <Debug> HTTP-Session: 809ae7bb-a8f6-4c02-899c-194bb985206e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12537 | 2024.09.01 21:05:55.867627 [ 3 ] {} <Debug> HTTP-Session: 809ae7bb-a8f6-4c02-899c-194bb985206e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12538 | 2024.09.01 21:05:55.867659 [ 3 ] {} <Trace> HTTP-Session: 809ae7bb-a8f6-4c02-899c-194bb985206e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12539 | 2024.09.01 21:05:55.867820 [ 3 ] {83dcafca-91c4-4642-8932-ab10af554d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12540 | 2024.09.01 21:05:55.867870 [ 3 ] {83dcafca-91c4-4642-8932-ab10af554d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12541 | 2024.09.01 21:05:55.868039 [ 3 ] {83dcafca-91c4-4642-8932-ab10af554d4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12542 | 2024.09.01 21:05:55.868482 [ 3 ] {83dcafca-91c4-4642-8932-ab10af554d4f} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12543 | 2024.09.01 21:05:55.868519 [ 3 ] {83dcafca-91c4-4642-8932-ab10af554d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12544 | 2024.09.01 21:05:55.868910 [ 3 ] {83dcafca-91c4-4642-8932-ab10af554d4f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12545 | 2024.09.01 21:05:55.869261 [ 3 ] {83dcafca-91c4-4642-8932-ab10af554d4f} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12546 | 2024.09.01 21:05:55.869415 [ 3 ] {83dcafca-91c4-4642-8932-ab10af554d4f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00166 sec., 96385.5421686747 rows/sec., 6.71 MiB/sec. | ||
12547 | 2024.09.01 21:05:55.869581 [ 3 ] {83dcafca-91c4-4642-8932-ab10af554d4f} <Debug> DynamicQueryHandler: Done processing query | ||
12548 | 2024.09.01 21:05:55.869605 [ 3 ] {83dcafca-91c4-4642-8932-ab10af554d4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12549 | 2024.09.01 21:05:55.869621 [ 3 ] {} <Debug> HTTP-Session: 809ae7bb-a8f6-4c02-899c-194bb985206e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12550 | 2024.09.01 21:05:55.869783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12551 | 2024.09.01 21:05:55.869832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12552 | 2024.09.01 21:05:55.869850 [ 3 ] {} <Debug> HTTP-Session: 8a7b2ffb-5410-4463-b765-2dbfa717bc6b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12553 | 2024.09.01 21:05:55.869866 [ 3 ] {} <Debug> HTTP-Session: 8a7b2ffb-5410-4463-b765-2dbfa717bc6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12554 | 2024.09.01 21:05:55.869880 [ 3 ] {} <Debug> HTTP-Session: 8a7b2ffb-5410-4463-b765-2dbfa717bc6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12555 | 2024.09.01 21:05:55.869911 [ 3 ] {} <Trace> HTTP-Session: 8a7b2ffb-5410-4463-b765-2dbfa717bc6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12556 | 2024.09.01 21:05:55.870020 [ 3 ] {4c96b317-a7fe-4802-890c-36fa4dc32849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12557 | 2024.09.01 21:05:55.870084 [ 3 ] {4c96b317-a7fe-4802-890c-36fa4dc32849} <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 | ||
12558 | 2024.09.01 21:05:55.870491 [ 3 ] {4c96b317-a7fe-4802-890c-36fa4dc32849} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12559 | 2024.09.01 21:05:55.871057 [ 3 ] {4c96b317-a7fe-4802-890c-36fa4dc32849} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12560 | 2024.09.01 21:05:55.871094 [ 3 ] {4c96b317-a7fe-4802-890c-36fa4dc32849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12561 | 2024.09.01 21:05:55.871668 [ 3 ] {4c96b317-a7fe-4802-890c-36fa4dc32849} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12562 | 2024.09.01 21:05:55.872086 [ 3 ] {4c96b317-a7fe-4802-890c-36fa4dc32849} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12563 | 2024.09.01 21:05:55.872291 [ 3 ] {4c96b317-a7fe-4802-890c-36fa4dc32849} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002302 sec., 868.8097306689835 rows/sec., 1.56 MiB/sec. | ||
12564 | 2024.09.01 21:05:55.872781 [ 3 ] {4c96b317-a7fe-4802-890c-36fa4dc32849} <Debug> DynamicQueryHandler: Done processing query | ||
12565 | 2024.09.01 21:05:55.872820 [ 3 ] {4c96b317-a7fe-4802-890c-36fa4dc32849} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12566 | 2024.09.01 21:05:55.872837 [ 3 ] {} <Debug> HTTP-Session: 8a7b2ffb-5410-4463-b765-2dbfa717bc6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12567 | 2024.09.01 21:05:55.872962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12568 | 2024.09.01 21:05:55.873013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12569 | 2024.09.01 21:05:55.873032 [ 3 ] {} <Debug> HTTP-Session: a9c88199-fd75-46a1-aed9-e97698eb5c5d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12570 | 2024.09.01 21:05:55.873048 [ 3 ] {} <Debug> HTTP-Session: a9c88199-fd75-46a1-aed9-e97698eb5c5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12571 | 2024.09.01 21:05:55.873062 [ 3 ] {} <Debug> HTTP-Session: a9c88199-fd75-46a1-aed9-e97698eb5c5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12572 | 2024.09.01 21:05:55.873092 [ 3 ] {} <Trace> HTTP-Session: a9c88199-fd75-46a1-aed9-e97698eb5c5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12573 | 2024.09.01 21:05:55.873222 [ 3 ] {a0100ba7-fc7d-4ec5-810f-36827e42b215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12574 | 2024.09.01 21:05:55.873268 [ 3 ] {a0100ba7-fc7d-4ec5-810f-36827e42b215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12575 | 2024.09.01 21:05:55.873418 [ 3 ] {a0100ba7-fc7d-4ec5-810f-36827e42b215} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12576 | 2024.09.01 21:05:55.873729 [ 3 ] {a0100ba7-fc7d-4ec5-810f-36827e42b215} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12577 | 2024.09.01 21:05:55.873765 [ 3 ] {a0100ba7-fc7d-4ec5-810f-36827e42b215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
12578 | 2024.09.01 21:05:55.874123 [ 3 ] {a0100ba7-fc7d-4ec5-810f-36827e42b215} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12579 | 2024.09.01 21:05:55.874454 [ 3 ] {a0100ba7-fc7d-4ec5-810f-36827e42b215} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12580 | 2024.09.01 21:05:55.874604 [ 3 ] {a0100ba7-fc7d-4ec5-810f-36827e42b215} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
12581 | 2024.09.01 21:05:55.874757 [ 3 ] {a0100ba7-fc7d-4ec5-810f-36827e42b215} <Debug> DynamicQueryHandler: Done processing query | ||
12582 | 2024.09.01 21:05:55.874782 [ 3 ] {a0100ba7-fc7d-4ec5-810f-36827e42b215} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12583 | 2024.09.01 21:05:55.874797 [ 3 ] {} <Debug> HTTP-Session: a9c88199-fd75-46a1-aed9-e97698eb5c5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12584 | 2024.09.01 21:06:00.863689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 39251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12585 | 2024.09.01 21:06:00.863829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12586 | 2024.09.01 21:06:00.863858 [ 3 ] {} <Debug> HTTP-Session: 0de57384-7b54-4fc0-b769-0c39fb9f3b76 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12587 | 2024.09.01 21:06:00.863886 [ 3 ] {} <Debug> HTTP-Session: 0de57384-7b54-4fc0-b769-0c39fb9f3b76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12588 | 2024.09.01 21:06:00.863904 [ 3 ] {} <Debug> HTTP-Session: 0de57384-7b54-4fc0-b769-0c39fb9f3b76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12589 | 2024.09.01 21:06:00.863959 [ 3 ] {} <Trace> HTTP-Session: 0de57384-7b54-4fc0-b769-0c39fb9f3b76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12590 | 2024.09.01 21:06:00.864248 [ 3 ] {1064ccde-4866-4a70-b57b-0deefbad5f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12591 | 2024.09.01 21:06:00.864323 [ 3 ] {1064ccde-4866-4a70-b57b-0deefbad5f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12592 | 2024.09.01 21:06:00.864656 [ 3 ] {1064ccde-4866-4a70-b57b-0deefbad5f66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12593 | 2024.09.01 21:06:00.865223 [ 3 ] {1064ccde-4866-4a70-b57b-0deefbad5f66} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12594 | 2024.09.01 21:06:00.865266 [ 3 ] {1064ccde-4866-4a70-b57b-0deefbad5f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12595 | 2024.09.01 21:06:00.865691 [ 3 ] {1064ccde-4866-4a70-b57b-0deefbad5f66} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12596 | 2024.09.01 21:06:00.866063 [ 3 ] {1064ccde-4866-4a70-b57b-0deefbad5f66} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12597 | 2024.09.01 21:06:00.866236 [ 3 ] {1064ccde-4866-4a70-b57b-0deefbad5f66} <Debug> executeQuery: Read 259 rows, 23.51 KiB in 0.002122 sec., 122054.66540999056 rows/sec., 10.82 MiB/sec. | ||
12598 | 2024.09.01 21:06:00.866429 [ 3 ] {1064ccde-4866-4a70-b57b-0deefbad5f66} <Debug> DynamicQueryHandler: Done processing query | ||
12599 | 2024.09.01 21:06:00.866454 [ 3 ] {1064ccde-4866-4a70-b57b-0deefbad5f66} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12600 | 2024.09.01 21:06:00.866470 [ 3 ] {} <Debug> HTTP-Session: 0de57384-7b54-4fc0-b769-0c39fb9f3b76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12601 | 2024.09.01 21:06:00.866728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5075, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12602 | 2024.09.01 21:06:00.866777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12603 | 2024.09.01 21:06:00.866797 [ 3 ] {} <Debug> HTTP-Session: 9ce4590d-35c1-487e-8ad0-eddf3490ba02 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12604 | 2024.09.01 21:06:00.866814 [ 3 ] {} <Debug> HTTP-Session: 9ce4590d-35c1-487e-8ad0-eddf3490ba02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12605 | 2024.09.01 21:06:00.866828 [ 3 ] {} <Debug> HTTP-Session: 9ce4590d-35c1-487e-8ad0-eddf3490ba02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12606 | 2024.09.01 21:06:00.866860 [ 3 ] {} <Trace> HTTP-Session: 9ce4590d-35c1-487e-8ad0-eddf3490ba02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12607 | 2024.09.01 21:06:00.866965 [ 3 ] {2ef4ba22-b464-4c1f-8f54-b169a0d200a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12608 | 2024.09.01 21:06:00.867008 [ 3 ] {2ef4ba22-b464-4c1f-8f54-b169a0d200a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12609 | 2024.09.01 21:06:00.867234 [ 3 ] {2ef4ba22-b464-4c1f-8f54-b169a0d200a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12610 | 2024.09.01 21:06:00.867564 [ 3 ] {2ef4ba22-b464-4c1f-8f54-b169a0d200a3} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12611 | 2024.09.01 21:06:00.867601 [ 3 ] {2ef4ba22-b464-4c1f-8f54-b169a0d200a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12612 | 2024.09.01 21:06:00.867936 [ 3 ] {2ef4ba22-b464-4c1f-8f54-b169a0d200a3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12613 | 2024.09.01 21:06:00.868280 [ 3 ] {2ef4ba22-b464-4c1f-8f54-b169a0d200a3} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12614 | 2024.09.01 21:06:00.868431 [ 3 ] {2ef4ba22-b464-4c1f-8f54-b169a0d200a3} <Debug> executeQuery: Read 35 rows, 2.63 KiB in 0.00149 sec., 23489.93288590604 rows/sec., 1.72 MiB/sec. | ||
12615 | 2024.09.01 21:06:00.868690 [ 3 ] {2ef4ba22-b464-4c1f-8f54-b169a0d200a3} <Debug> DynamicQueryHandler: Done processing query | ||
12616 | 2024.09.01 21:06:00.868741 [ 3 ] {2ef4ba22-b464-4c1f-8f54-b169a0d200a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12617 | 2024.09.01 21:06:00.868802 [ 3 ] {} <Debug> HTTP-Session: 9ce4590d-35c1-487e-8ad0-eddf3490ba02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12618 | 2024.09.01 21:06:00.868972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12619 | 2024.09.01 21:06:00.869022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12620 | 2024.09.01 21:06:00.869042 [ 3 ] {} <Debug> HTTP-Session: 96f41658-f012-4f0a-bd7b-347870a66803 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12621 | 2024.09.01 21:06:00.869059 [ 3 ] {} <Debug> HTTP-Session: 96f41658-f012-4f0a-bd7b-347870a66803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12622 | 2024.09.01 21:06:00.869073 [ 3 ] {} <Debug> HTTP-Session: 96f41658-f012-4f0a-bd7b-347870a66803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12623 | 2024.09.01 21:06:00.869105 [ 3 ] {} <Trace> HTTP-Session: 96f41658-f012-4f0a-bd7b-347870a66803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12624 | 2024.09.01 21:06:00.869210 [ 3 ] {1df7cca3-3932-4eca-be09-6eaa7bfab211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12625 | 2024.09.01 21:06:00.869253 [ 3 ] {1df7cca3-3932-4eca-be09-6eaa7bfab211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12626 | 2024.09.01 21:06:00.869492 [ 3 ] {1df7cca3-3932-4eca-be09-6eaa7bfab211} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12627 | 2024.09.01 21:06:00.869784 [ 3 ] {1df7cca3-3932-4eca-be09-6eaa7bfab211} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12628 | 2024.09.01 21:06:00.869821 [ 3 ] {1df7cca3-3932-4eca-be09-6eaa7bfab211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12629 | 2024.09.01 21:06:00.870171 [ 3 ] {1df7cca3-3932-4eca-be09-6eaa7bfab211} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12630 | 2024.09.01 21:06:00.870526 [ 3 ] {1df7cca3-3932-4eca-be09-6eaa7bfab211} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12631 | 2024.09.01 21:06:00.870684 [ 3 ] {1df7cca3-3932-4eca-be09-6eaa7bfab211} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001505 sec., 9302.32558139535 rows/sec., 651.47 KiB/sec. | ||
12632 | 2024.09.01 21:06:00.870847 [ 3 ] {1df7cca3-3932-4eca-be09-6eaa7bfab211} <Debug> DynamicQueryHandler: Done processing query | ||
12633 | 2024.09.01 21:06:00.870871 [ 3 ] {1df7cca3-3932-4eca-be09-6eaa7bfab211} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12634 | 2024.09.01 21:06:00.870887 [ 3 ] {} <Debug> HTTP-Session: 96f41658-f012-4f0a-bd7b-347870a66803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12635 | 2024.09.01 21:06:00.870996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12636 | 2024.09.01 21:06:00.871045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12637 | 2024.09.01 21:06:00.871064 [ 3 ] {} <Debug> HTTP-Session: 9dc442f7-1c13-4ab7-8964-2b019d4bcf4b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12638 | 2024.09.01 21:06:00.871080 [ 3 ] {} <Debug> HTTP-Session: 9dc442f7-1c13-4ab7-8964-2b019d4bcf4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12639 | 2024.09.01 21:06:00.871095 [ 3 ] {} <Debug> HTTP-Session: 9dc442f7-1c13-4ab7-8964-2b019d4bcf4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12640 | 2024.09.01 21:06:00.871126 [ 3 ] {} <Trace> HTTP-Session: 9dc442f7-1c13-4ab7-8964-2b019d4bcf4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12641 | 2024.09.01 21:06:00.871220 [ 3 ] {46831556-d58b-44d1-8686-4f5bc143c3ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12642 | 2024.09.01 21:06:00.871263 [ 3 ] {46831556-d58b-44d1-8686-4f5bc143c3ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12643 | 2024.09.01 21:06:00.871486 [ 3 ] {46831556-d58b-44d1-8686-4f5bc143c3ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12644 | 2024.09.01 21:06:00.871766 [ 3 ] {46831556-d58b-44d1-8686-4f5bc143c3ba} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12645 | 2024.09.01 21:06:00.871802 [ 3 ] {46831556-d58b-44d1-8686-4f5bc143c3ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12646 | 2024.09.01 21:06:00.872139 [ 3 ] {46831556-d58b-44d1-8686-4f5bc143c3ba} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12647 | 2024.09.01 21:06:00.872482 [ 3 ] {46831556-d58b-44d1-8686-4f5bc143c3ba} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12648 | 2024.09.01 21:06:00.872641 [ 95 ] {} <Debug> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
12649 | 2024.09.01 21:06:00.872652 [ 3 ] {46831556-d58b-44d1-8686-4f5bc143c3ba} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 244.98 KiB/sec. | ||
12650 | 2024.09.01 21:06:00.872719 [ 95 ] {} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12651 | 2024.09.01 21:06:00.872786 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12652 | 2024.09.01 21:06:00.872989 [ 3 ] {46831556-d58b-44d1-8686-4f5bc143c3ba} <Debug> DynamicQueryHandler: Done processing query | ||
12653 | 2024.09.01 21:06:00.873049 [ 3 ] {46831556-d58b-44d1-8686-4f5bc143c3ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12654 | 2024.09.01 21:06:00.873068 [ 196 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
12655 | 2024.09.01 21:06:00.873082 [ 3 ] {} <Debug> HTTP-Session: 9dc442f7-1c13-4ab7-8964-2b019d4bcf4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12656 | 2024.09.01 21:06:00.873404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 67714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12657 | 2024.09.01 21:06:00.873609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12658 | 2024.09.01 21:06:00.873715 [ 3 ] {} <Debug> HTTP-Session: a302c49c-4edb-47c7-92b0-1d1da8fd5e89 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12659 | 2024.09.01 21:06:00.873817 [ 3 ] {} <Debug> HTTP-Session: a302c49c-4edb-47c7-92b0-1d1da8fd5e89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12660 | 2024.09.01 21:06:00.873829 [ 196 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12661 | 2024.09.01 21:06:00.873891 [ 3 ] {} <Debug> HTTP-Session: a302c49c-4edb-47c7-92b0-1d1da8fd5e89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12662 | 2024.09.01 21:06:00.873949 [ 196 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
12663 | 2024.09.01 21:06:00.874014 [ 3 ] {} <Trace> HTTP-Session: a302c49c-4edb-47c7-92b0-1d1da8fd5e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12664 | 2024.09.01 21:06:00.874118 [ 196 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
12665 | 2024.09.01 21:06:00.874482 [ 3 ] {4b3fcafa-ebf7-4ec9-8c64-60ecb85d0ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12666 | 2024.09.01 21:06:00.874491 [ 196 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
12667 | 2024.09.01 21:06:00.874606 [ 3 ] {4b3fcafa-ebf7-4ec9-8c64-60ecb85d0ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12668 | 2024.09.01 21:06:00.874888 [ 196 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
12669 | 2024.09.01 21:06:00.875222 [ 196 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
12670 | 2024.09.01 21:06:00.875869 [ 3 ] {4b3fcafa-ebf7-4ec9-8c64-60ecb85d0ff5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12671 | 2024.09.01 21:06:00.876691 [ 3 ] {4b3fcafa-ebf7-4ec9-8c64-60ecb85d0ff5} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12672 | 2024.09.01 21:06:00.876743 [ 3 ] {4b3fcafa-ebf7-4ec9-8c64-60ecb85d0ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12673 | 2024.09.01 21:06:00.876850 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003949373 sec., 7596.142476286743 rows/sec., 482.18 KiB/sec. | ||
12674 | 2024.09.01 21:06:00.877145 [ 201 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
12675 | 2024.09.01 21:06:00.877417 [ 3 ] {4b3fcafa-ebf7-4ec9-8c64-60ecb85d0ff5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12676 | 2024.09.01 21:06:00.878361 [ 196 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_29_7} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12677 | 2024.09.01 21:06:00.878499 [ 196 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_29_7} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
12678 | 2024.09.01 21:06:00.878527 [ 3 ] {4b3fcafa-ebf7-4ec9-8c64-60ecb85d0ff5} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12679 | 2024.09.01 21:06:00.878616 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12680 | 2024.09.01 21:06:00.878774 [ 3 ] {4b3fcafa-ebf7-4ec9-8c64-60ecb85d0ff5} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.004607 sec., 90514.43455611027 rows/sec., 6.46 MiB/sec. | ||
12681 | 2024.09.01 21:06:00.878995 [ 3 ] {4b3fcafa-ebf7-4ec9-8c64-60ecb85d0ff5} <Debug> DynamicQueryHandler: Done processing query | ||
12682 | 2024.09.01 21:06:00.879025 [ 3 ] {4b3fcafa-ebf7-4ec9-8c64-60ecb85d0ff5} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
12683 | 2024.09.01 21:06:00.879045 [ 3 ] {} <Debug> HTTP-Session: a302c49c-4edb-47c7-92b0-1d1da8fd5e89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12684 | 2024.09.01 21:06:00.879227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12685 | 2024.09.01 21:06:00.879285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12686 | 2024.09.01 21:06:00.879308 [ 3 ] {} <Debug> HTTP-Session: 43024a17-cdb3-4450-8c70-6894f70232f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12687 | 2024.09.01 21:06:00.879328 [ 3 ] {} <Debug> HTTP-Session: 43024a17-cdb3-4450-8c70-6894f70232f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12688 | 2024.09.01 21:06:00.879345 [ 3 ] {} <Debug> HTTP-Session: 43024a17-cdb3-4450-8c70-6894f70232f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12689 | 2024.09.01 21:06:00.879383 [ 3 ] {} <Trace> HTTP-Session: 43024a17-cdb3-4450-8c70-6894f70232f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12690 | 2024.09.01 21:06:00.879488 [ 3 ] {41440d11-ffa4-4b90-933e-12988a969daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12691 | 2024.09.01 21:06:00.879534 [ 3 ] {41440d11-ffa4-4b90-933e-12988a969daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12692 | 2024.09.01 21:06:00.879670 [ 3 ] {41440d11-ffa4-4b90-933e-12988a969daf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12693 | 2024.09.01 21:06:00.879925 [ 3 ] {41440d11-ffa4-4b90-933e-12988a969daf} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12694 | 2024.09.01 21:06:00.879961 [ 3 ] {41440d11-ffa4-4b90-933e-12988a969daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12695 | 2024.09.01 21:06:00.880312 [ 3 ] {41440d11-ffa4-4b90-933e-12988a969daf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12696 | 2024.09.01 21:06:00.880632 [ 3 ] {41440d11-ffa4-4b90-933e-12988a969daf} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12697 | 2024.09.01 21:06:00.880783 [ 3 ] {41440d11-ffa4-4b90-933e-12988a969daf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 238.39 KiB/sec. | ||
12698 | 2024.09.01 21:06:00.880934 [ 3 ] {41440d11-ffa4-4b90-933e-12988a969daf} <Debug> DynamicQueryHandler: Done processing query | ||
12699 | 2024.09.01 21:06:00.880958 [ 3 ] {41440d11-ffa4-4b90-933e-12988a969daf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12700 | 2024.09.01 21:06:00.880974 [ 3 ] {} <Debug> HTTP-Session: 43024a17-cdb3-4450-8c70-6894f70232f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12701 | 2024.09.01 21:06:00.881122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12702 | 2024.09.01 21:06:00.881170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12703 | 2024.09.01 21:06:00.881189 [ 3 ] {} <Debug> HTTP-Session: 4fcc5921-f107-46f4-a6e5-5092aeca1c6e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12704 | 2024.09.01 21:06:00.881205 [ 3 ] {} <Debug> HTTP-Session: 4fcc5921-f107-46f4-a6e5-5092aeca1c6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12705 | 2024.09.01 21:06:00.881219 [ 3 ] {} <Debug> HTTP-Session: 4fcc5921-f107-46f4-a6e5-5092aeca1c6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12706 | 2024.09.01 21:06:00.881249 [ 3 ] {} <Trace> HTTP-Session: 4fcc5921-f107-46f4-a6e5-5092aeca1c6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12707 | 2024.09.01 21:06:00.881414 [ 3 ] {9454ceae-3ece-42c1-8941-89a9f258b9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12708 | 2024.09.01 21:06:00.881461 [ 3 ] {9454ceae-3ece-42c1-8941-89a9f258b9f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12709 | 2024.09.01 21:06:00.881604 [ 3 ] {9454ceae-3ece-42c1-8941-89a9f258b9f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12710 | 2024.09.01 21:06:00.882013 [ 3 ] {9454ceae-3ece-42c1-8941-89a9f258b9f9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12711 | 2024.09.01 21:06:00.882049 [ 3 ] {9454ceae-3ece-42c1-8941-89a9f258b9f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12712 | 2024.09.01 21:06:00.882431 [ 3 ] {9454ceae-3ece-42c1-8941-89a9f258b9f9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12713 | 2024.09.01 21:06:00.882772 [ 3 ] {9454ceae-3ece-42c1-8941-89a9f258b9f9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12714 | 2024.09.01 21:06:00.882915 [ 3 ] {9454ceae-3ece-42c1-8941-89a9f258b9f9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001579 sec., 150094.99683343887 rows/sec., 10.06 MiB/sec. | ||
12715 | 2024.09.01 21:06:00.883190 [ 3 ] {9454ceae-3ece-42c1-8941-89a9f258b9f9} <Debug> DynamicQueryHandler: Done processing query | ||
12716 | 2024.09.01 21:06:00.883248 [ 3 ] {9454ceae-3ece-42c1-8941-89a9f258b9f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12717 | 2024.09.01 21:06:00.883305 [ 3 ] {} <Debug> HTTP-Session: 4fcc5921-f107-46f4-a6e5-5092aeca1c6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12718 | 2024.09.01 21:06:00.883470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12719 | 2024.09.01 21:06:00.883521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12720 | 2024.09.01 21:06:00.883539 [ 3 ] {} <Debug> HTTP-Session: ffa68175-8b66-4307-a766-9f6ba7f2af7b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12721 | 2024.09.01 21:06:00.883556 [ 3 ] {} <Debug> HTTP-Session: ffa68175-8b66-4307-a766-9f6ba7f2af7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12722 | 2024.09.01 21:06:00.883571 [ 3 ] {} <Debug> HTTP-Session: ffa68175-8b66-4307-a766-9f6ba7f2af7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12723 | 2024.09.01 21:06:00.883603 [ 3 ] {} <Trace> HTTP-Session: ffa68175-8b66-4307-a766-9f6ba7f2af7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12724 | 2024.09.01 21:06:00.883702 [ 3 ] {1af91240-1712-4d59-9e49-7b3433159c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12725 | 2024.09.01 21:06:00.883749 [ 3 ] {1af91240-1712-4d59-9e49-7b3433159c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12726 | 2024.09.01 21:06:00.883896 [ 3 ] {1af91240-1712-4d59-9e49-7b3433159c8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12727 | 2024.09.01 21:06:00.884191 [ 3 ] {1af91240-1712-4d59-9e49-7b3433159c8b} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12728 | 2024.09.01 21:06:00.884227 [ 3 ] {1af91240-1712-4d59-9e49-7b3433159c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12729 | 2024.09.01 21:06:00.884566 [ 3 ] {1af91240-1712-4d59-9e49-7b3433159c8b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12730 | 2024.09.01 21:06:00.884882 [ 3 ] {1af91240-1712-4d59-9e49-7b3433159c8b} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12731 | 2024.09.01 21:06:00.885022 [ 3 ] {1af91240-1712-4d59-9e49-7b3433159c8b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00134 sec., 746.2686567164179 rows/sec., 50.29 KiB/sec. | ||
12732 | 2024.09.01 21:06:00.885295 [ 3 ] {1af91240-1712-4d59-9e49-7b3433159c8b} <Debug> DynamicQueryHandler: Done processing query | ||
12733 | 2024.09.01 21:06:00.885335 [ 3 ] {1af91240-1712-4d59-9e49-7b3433159c8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12734 | 2024.09.01 21:06:00.885352 [ 3 ] {} <Debug> HTTP-Session: ffa68175-8b66-4307-a766-9f6ba7f2af7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12735 | 2024.09.01 21:06:00.885481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12736 | 2024.09.01 21:06:00.885529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12737 | 2024.09.01 21:06:00.885548 [ 3 ] {} <Debug> HTTP-Session: 7952b4b9-7e4a-4da1-801a-984d1de0bc1e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12738 | 2024.09.01 21:06:00.885564 [ 3 ] {} <Debug> HTTP-Session: 7952b4b9-7e4a-4da1-801a-984d1de0bc1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12739 | 2024.09.01 21:06:00.885578 [ 3 ] {} <Debug> HTTP-Session: 7952b4b9-7e4a-4da1-801a-984d1de0bc1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12740 | 2024.09.01 21:06:00.885608 [ 3 ] {} <Trace> HTTP-Session: 7952b4b9-7e4a-4da1-801a-984d1de0bc1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12741 | 2024.09.01 21:06:00.885985 [ 3 ] {d6c08aab-36ed-44a3-9554-7711799f1b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12742 | 2024.09.01 21:06:00.886054 [ 3 ] {d6c08aab-36ed-44a3-9554-7711799f1b96} <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 | ||
12743 | 2024.09.01 21:06:00.886475 [ 3 ] {d6c08aab-36ed-44a3-9554-7711799f1b96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12744 | 2024.09.01 21:06:00.887101 [ 3 ] {d6c08aab-36ed-44a3-9554-7711799f1b96} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12745 | 2024.09.01 21:06:00.887138 [ 3 ] {d6c08aab-36ed-44a3-9554-7711799f1b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12746 | 2024.09.01 21:06:00.887752 [ 3 ] {d6c08aab-36ed-44a3-9554-7711799f1b96} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12747 | 2024.09.01 21:06:00.888149 [ 3 ] {d6c08aab-36ed-44a3-9554-7711799f1b96} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12748 | 2024.09.01 21:06:00.888332 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12749 | 2024.09.01 21:06:00.888349 [ 3 ] {d6c08aab-36ed-44a3-9554-7711799f1b96} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002643 sec., 13242.527430949678 rows/sec., 23.73 MiB/sec. | ||
12750 | 2024.09.01 21:06:00.888410 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12751 | 2024.09.01 21:06:00.888488 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12752 | 2024.09.01 21:06:00.888899 [ 192 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
12753 | 2024.09.01 21:06:00.889011 [ 3 ] {d6c08aab-36ed-44a3-9554-7711799f1b96} <Debug> DynamicQueryHandler: Done processing query | ||
12754 | 2024.09.01 21:06:00.889083 [ 3 ] {d6c08aab-36ed-44a3-9554-7711799f1b96} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12755 | 2024.09.01 21:06:00.889161 [ 3 ] {} <Debug> HTTP-Session: 7952b4b9-7e4a-4da1-801a-984d1de0bc1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12756 | 2024.09.01 21:06:00.889502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12757 | 2024.09.01 21:06:00.889673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12758 | 2024.09.01 21:06:00.889779 [ 3 ] {} <Debug> HTTP-Session: 04228e3a-1337-4ea3-9b26-0f17014a6268 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12759 | 2024.09.01 21:06:00.889853 [ 3 ] {} <Debug> HTTP-Session: 04228e3a-1337-4ea3-9b26-0f17014a6268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12760 | 2024.09.01 21:06:00.889916 [ 3 ] {} <Debug> HTTP-Session: 04228e3a-1337-4ea3-9b26-0f17014a6268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12761 | 2024.09.01 21:06:00.890038 [ 3 ] {} <Trace> HTTP-Session: 04228e3a-1337-4ea3-9b26-0f17014a6268 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12762 | 2024.09.01 21:06:00.890234 [ 3 ] {1a977cde-bf61-42a9-aa54-23937c67c996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12763 | 2024.09.01 21:06:00.890256 [ 192 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12764 | 2024.09.01 21:06:00.890296 [ 3 ] {1a977cde-bf61-42a9-aa54-23937c67c996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12765 | 2024.09.01 21:06:00.890357 [ 192 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1049 rows starting from the beginning of the part | ||
12766 | 2024.09.01 21:06:00.890877 [ 3 ] {1a977cde-bf61-42a9-aa54-23937c67c996} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12767 | 2024.09.01 21:06:00.891030 [ 192 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 2 rows starting from the beginning of the part | ||
12768 | 2024.09.01 21:06:00.891563 [ 192 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
12769 | 2024.09.01 21:06:00.891646 [ 3 ] {1a977cde-bf61-42a9-aa54-23937c67c996} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12770 | 2024.09.01 21:06:00.891728 [ 3 ] {1a977cde-bf61-42a9-aa54-23937c67c996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12771 | 2024.09.01 21:06:00.892075 [ 192 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 27 rows starting from the beginning of the part | ||
12772 | 2024.09.01 21:06:00.892573 [ 192 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 2 rows starting from the beginning of the part | ||
12773 | 2024.09.01 21:06:00.892762 [ 3 ] {1a977cde-bf61-42a9-aa54-23937c67c996} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12774 | 2024.09.01 21:06:00.892968 [ 192 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 35 rows starting from the beginning of the part | ||
12775 | 2024.09.01 21:06:00.893639 [ 3 ] {1a977cde-bf61-42a9-aa54-23937c67c996} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12776 | 2024.09.01 21:06:00.893889 [ 3 ] {1a977cde-bf61-42a9-aa54-23937c67c996} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003695 sec., 22192.15155615697 rows/sec., 1.41 MiB/sec. | ||
12777 | 2024.09.01 21:06:00.894265 [ 3 ] {1a977cde-bf61-42a9-aa54-23937c67c996} <Debug> DynamicQueryHandler: Done processing query | ||
12778 | 2024.09.01 21:06:00.894357 [ 3 ] {1a977cde-bf61-42a9-aa54-23937c67c996} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12779 | 2024.09.01 21:06:00.894466 [ 3 ] {} <Debug> HTTP-Session: 04228e3a-1337-4ea3-9b26-0f17014a6268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12780 | 2024.09.01 21:06:00.899170 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1123 rows, containing 19 columns (19 merged, 0 gathered) in 0.010548382 sec., 106461.82514057605 rows/sec., 190.77 MiB/sec. | ||
12781 | 2024.09.01 21:06:00.900775 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12782 | 2024.09.01 21:06:00.901385 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12783 | 2024.09.01 21:06:00.901478 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12784 | 2024.09.01 21:06:00.901637 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.53 MiB. | ||
12785 | 2024.09.01 21:06:05.857959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12786 | 2024.09.01 21:06:05.858146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12787 | 2024.09.01 21:06:05.858192 [ 3 ] {} <Debug> HTTP-Session: 06cf75a7-1aed-42dd-b125-084ac5c46cbc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12788 | 2024.09.01 21:06:05.858232 [ 3 ] {} <Debug> HTTP-Session: 06cf75a7-1aed-42dd-b125-084ac5c46cbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12789 | 2024.09.01 21:06:05.858260 [ 3 ] {} <Debug> HTTP-Session: 06cf75a7-1aed-42dd-b125-084ac5c46cbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12790 | 2024.09.01 21:06:05.858337 [ 3 ] {} <Trace> HTTP-Session: 06cf75a7-1aed-42dd-b125-084ac5c46cbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12791 | 2024.09.01 21:06:05.858610 [ 3 ] {8badaafc-4d79-44a5-a789-83a8c64c1eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12792 | 2024.09.01 21:06:05.858677 [ 3 ] {8badaafc-4d79-44a5-a789-83a8c64c1eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12793 | 2024.09.01 21:06:05.859001 [ 3 ] {8badaafc-4d79-44a5-a789-83a8c64c1eb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12794 | 2024.09.01 21:06:05.859446 [ 3 ] {8badaafc-4d79-44a5-a789-83a8c64c1eb9} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12795 | 2024.09.01 21:06:05.859493 [ 3 ] {8badaafc-4d79-44a5-a789-83a8c64c1eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12796 | 2024.09.01 21:06:05.859890 [ 3 ] {8badaafc-4d79-44a5-a789-83a8c64c1eb9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
12797 | 2024.09.01 21:06:05.860268 [ 3 ] {8badaafc-4d79-44a5-a789-83a8c64c1eb9} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12798 | 2024.09.01 21:06:05.860443 [ 3 ] {8badaafc-4d79-44a5-a789-83a8c64c1eb9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001914 sec., 1044.9320794148382 rows/sec., 85.21 KiB/sec. | ||
12799 | 2024.09.01 21:06:05.860782 [ 3 ] {8badaafc-4d79-44a5-a789-83a8c64c1eb9} <Debug> DynamicQueryHandler: Done processing query | ||
12800 | 2024.09.01 21:06:05.860808 [ 3 ] {8badaafc-4d79-44a5-a789-83a8c64c1eb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12801 | 2024.09.01 21:06:05.860825 [ 3 ] {} <Debug> HTTP-Session: 06cf75a7-1aed-42dd-b125-084ac5c46cbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12802 | 2024.09.01 21:06:05.860988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8554, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12803 | 2024.09.01 21:06:05.861042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12804 | 2024.09.01 21:06:05.861062 [ 3 ] {} <Debug> HTTP-Session: d2fdfbb7-af18-4132-ba04-91fb7af9eec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12805 | 2024.09.01 21:06:05.861081 [ 3 ] {} <Debug> HTTP-Session: d2fdfbb7-af18-4132-ba04-91fb7af9eec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12806 | 2024.09.01 21:06:05.861095 [ 3 ] {} <Debug> HTTP-Session: d2fdfbb7-af18-4132-ba04-91fb7af9eec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12807 | 2024.09.01 21:06:05.861130 [ 3 ] {} <Trace> HTTP-Session: d2fdfbb7-af18-4132-ba04-91fb7af9eec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12808 | 2024.09.01 21:06:05.861261 [ 3 ] {b75ad268-1a3c-4fb7-829c-134342567e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12809 | 2024.09.01 21:06:05.861309 [ 3 ] {b75ad268-1a3c-4fb7-829c-134342567e02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12810 | 2024.09.01 21:06:05.861563 [ 3 ] {b75ad268-1a3c-4fb7-829c-134342567e02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12811 | 2024.09.01 21:06:05.861945 [ 3 ] {b75ad268-1a3c-4fb7-829c-134342567e02} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12812 | 2024.09.01 21:06:05.861983 [ 3 ] {b75ad268-1a3c-4fb7-829c-134342567e02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12813 | 2024.09.01 21:06:05.862342 [ 3 ] {b75ad268-1a3c-4fb7-829c-134342567e02} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12814 | 2024.09.01 21:06:05.862711 [ 3 ] {b75ad268-1a3c-4fb7-829c-134342567e02} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12815 | 2024.09.01 21:06:05.862871 [ 3 ] {b75ad268-1a3c-4fb7-829c-134342567e02} <Debug> executeQuery: Read 61 rows, 4.83 KiB in 0.001653 sec., 36902.601330913494 rows/sec., 2.86 MiB/sec. | ||
12816 | 2024.09.01 21:06:05.862886 [ 91 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12817 | 2024.09.01 21:06:05.862986 [ 91 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12818 | 2024.09.01 21:06:05.863036 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12819 | 2024.09.01 21:06:05.863136 [ 3 ] {b75ad268-1a3c-4fb7-829c-134342567e02} <Debug> DynamicQueryHandler: Done processing query | ||
12820 | 2024.09.01 21:06:05.863203 [ 3 ] {b75ad268-1a3c-4fb7-829c-134342567e02} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12821 | 2024.09.01 21:06:05.863238 [ 3 ] {} <Debug> HTTP-Session: d2fdfbb7-af18-4132-ba04-91fb7af9eec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12822 | 2024.09.01 21:06:05.863261 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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.01 21:06:05.863456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12824 | 2024.09.01 21:06:05.863586 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12825 | 2024.09.01 21:06:05.863595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12826 | 2024.09.01 21:06:05.863664 [ 3 ] {} <Debug> HTTP-Session: 9bf0f098-34a0-4dd5-87ce-4eae19017463 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12827 | 2024.09.01 21:06:05.863669 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1413 rows starting from the beginning of the part | ||
12828 | 2024.09.01 21:06:05.863688 [ 3 ] {} <Debug> HTTP-Session: 9bf0f098-34a0-4dd5-87ce-4eae19017463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12829 | 2024.09.01 21:06:05.863731 [ 3 ] {} <Debug> HTTP-Session: 9bf0f098-34a0-4dd5-87ce-4eae19017463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12830 | 2024.09.01 21:06:05.863854 [ 3 ] {} <Trace> HTTP-Session: 9bf0f098-34a0-4dd5-87ce-4eae19017463 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12831 | 2024.09.01 21:06:05.863940 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1347 rows starting from the beginning of the part | ||
12832 | 2024.09.01 21:06:05.864203 [ 3 ] {50a2cc7e-5e46-4f81-b1ee-1058d58b4ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12833 | 2024.09.01 21:06:05.864240 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 84 rows starting from the beginning of the part | ||
12834 | 2024.09.01 21:06:05.864348 [ 3 ] {50a2cc7e-5e46-4f81-b1ee-1058d58b4ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12835 | 2024.09.01 21:06:05.864678 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
12836 | 2024.09.01 21:06:05.865020 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 259 rows starting from the beginning of the part | ||
12837 | 2024.09.01 21:06:05.865358 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 61 rows starting from the beginning of the part | ||
12838 | 2024.09.01 21:06:05.866145 [ 3 ] {50a2cc7e-5e46-4f81-b1ee-1058d58b4ef5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12839 | 2024.09.01 21:06:05.866899 [ 3 ] {50a2cc7e-5e46-4f81-b1ee-1058d58b4ef5} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12840 | 2024.09.01 21:06:05.866965 [ 3 ] {50a2cc7e-5e46-4f81-b1ee-1058d58b4ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12841 | 2024.09.01 21:06:05.867839 [ 3 ] {50a2cc7e-5e46-4f81-b1ee-1058d58b4ef5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12842 | 2024.09.01 21:06:05.868351 [ 3 ] {50a2cc7e-5e46-4f81-b1ee-1058d58b4ef5} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12843 | 2024.09.01 21:06:05.868667 [ 3 ] {50a2cc7e-5e46-4f81-b1ee-1058d58b4ef5} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.00459 sec., 871.4596949891067 rows/sec., 63.19 KiB/sec. | ||
12844 | 2024.09.01 21:06:05.869308 [ 3 ] {50a2cc7e-5e46-4f81-b1ee-1058d58b4ef5} <Debug> DynamicQueryHandler: Done processing query | ||
12845 | 2024.09.01 21:06:05.869303 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3224 rows, containing 5 columns (5 merged, 0 gathered) in 0.006163663 sec., 523065.5861619949 rows/sec., 45.73 MiB/sec. | ||
12846 | 2024.09.01 21:06:05.869341 [ 3 ] {50a2cc7e-5e46-4f81-b1ee-1058d58b4ef5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12847 | 2024.09.01 21:06:05.869421 [ 3 ] {} <Debug> HTTP-Session: 9bf0f098-34a0-4dd5-87ce-4eae19017463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12848 | 2024.09.01 21:06:05.869627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11555, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12849 | 2024.09.01 21:06:05.869698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12850 | 2024.09.01 21:06:05.869730 [ 3 ] {} <Debug> HTTP-Session: 3407c167-f090-44ad-abad-929a1a9a66d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12851 | 2024.09.01 21:06:05.869756 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12852 | 2024.09.01 21:06:05.869766 [ 3 ] {} <Debug> HTTP-Session: 3407c167-f090-44ad-abad-929a1a9a66d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12853 | 2024.09.01 21:06:05.869814 [ 3 ] {} <Debug> HTTP-Session: 3407c167-f090-44ad-abad-929a1a9a66d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12854 | 2024.09.01 21:06:05.869902 [ 3 ] {} <Trace> HTTP-Session: 3407c167-f090-44ad-abad-929a1a9a66d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12855 | 2024.09.01 21:06:05.870115 [ 3 ] {cd97e3f5-0ac4-4763-a343-984e2d0e4770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12856 | 2024.09.01 21:06:05.870294 [ 3 ] {cd97e3f5-0ac4-4763-a343-984e2d0e4770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12857 | 2024.09.01 21:06:05.870962 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_71_14} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12858 | 2024.09.01 21:06:05.871074 [ 3 ] {cd97e3f5-0ac4-4763-a343-984e2d0e4770} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12859 | 2024.09.01 21:06:05.871196 [ 186 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_71_14} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12860 | 2024.09.01 21:06:05.871381 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
12861 | 2024.09.01 21:06:05.871607 [ 3 ] {cd97e3f5-0ac4-4763-a343-984e2d0e4770} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12862 | 2024.09.01 21:06:05.871649 [ 3 ] {cd97e3f5-0ac4-4763-a343-984e2d0e4770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12863 | 2024.09.01 21:06:05.872017 [ 3 ] {cd97e3f5-0ac4-4763-a343-984e2d0e4770} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12864 | 2024.09.01 21:06:05.872384 [ 3 ] {cd97e3f5-0ac4-4763-a343-984e2d0e4770} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12865 | 2024.09.01 21:06:05.872541 [ 91 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12866 | 2024.09.01 21:06:05.872548 [ 3 ] {cd97e3f5-0ac4-4763-a343-984e2d0e4770} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002521 sec., 26973.42324474415 rows/sec., 2.11 MiB/sec. | ||
12867 | 2024.09.01 21:06:05.872591 [ 91 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12868 | 2024.09.01 21:06:05.872666 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12869 | 2024.09.01 21:06:05.872835 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
12870 | 2024.09.01 21:06:05.872866 [ 3 ] {cd97e3f5-0ac4-4763-a343-984e2d0e4770} <Debug> DynamicQueryHandler: Done processing query | ||
12871 | 2024.09.01 21:06:05.872894 [ 3 ] {cd97e3f5-0ac4-4763-a343-984e2d0e4770} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12872 | 2024.09.01 21:06:05.872917 [ 3 ] {} <Debug> HTTP-Session: 3407c167-f090-44ad-abad-929a1a9a66d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12873 | 2024.09.01 21:06:05.872982 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12874 | 2024.09.01 21:06:05.873014 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 911 rows starting from the beginning of the part | ||
12875 | 2024.09.01 21:06:05.873079 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 850 rows starting from the beginning of the part | ||
12876 | 2024.09.01 21:06:05.873143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12877 | 2024.09.01 21:06:05.873365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12878 | 2024.09.01 21:06:05.873509 [ 3 ] {} <Debug> HTTP-Session: 8bda3d18-0dd6-483f-9a0a-8a46925c5336 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12879 | 2024.09.01 21:06:05.873514 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 63 rows starting from the beginning of the part | ||
12880 | 2024.09.01 21:06:05.873575 [ 3 ] {} <Debug> HTTP-Session: 8bda3d18-0dd6-483f-9a0a-8a46925c5336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12881 | 2024.09.01 21:06:05.873612 [ 3 ] {} <Debug> HTTP-Session: 8bda3d18-0dd6-483f-9a0a-8a46925c5336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12882 | 2024.09.01 21:06:05.873739 [ 3 ] {} <Trace> HTTP-Session: 8bda3d18-0dd6-483f-9a0a-8a46925c5336 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12883 | 2024.09.01 21:06:05.873759 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 66 rows starting from the beginning of the part | ||
12884 | 2024.09.01 21:06:05.874020 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 417 rows starting from the beginning of the part | ||
12885 | 2024.09.01 21:06:05.874143 [ 3 ] {c903cb47-d8d8-4c84-b0f0-531a6e79544b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12886 | 2024.09.01 21:06:05.874350 [ 3 ] {c903cb47-d8d8-4c84-b0f0-531a6e79544b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12887 | 2024.09.01 21:06:05.874371 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 68 rows starting from the beginning of the part | ||
12888 | 2024.09.01 21:06:05.875001 [ 3 ] {c903cb47-d8d8-4c84-b0f0-531a6e79544b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12889 | 2024.09.01 21:06:05.875562 [ 3 ] {c903cb47-d8d8-4c84-b0f0-531a6e79544b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12890 | 2024.09.01 21:06:05.875603 [ 3 ] {c903cb47-d8d8-4c84-b0f0-531a6e79544b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12891 | 2024.09.01 21:06:05.876149 [ 3 ] {c903cb47-d8d8-4c84-b0f0-531a6e79544b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12892 | 2024.09.01 21:06:05.876536 [ 200 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2375 rows, containing 5 columns (5 merged, 0 gathered) in 0.00375688 sec., 632173.5056749217 rows/sec., 48.43 MiB/sec. | ||
12893 | 2024.09.01 21:06:05.876646 [ 3 ] {c903cb47-d8d8-4c84-b0f0-531a6e79544b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12894 | 2024.09.01 21:06:05.876869 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12895 | 2024.09.01 21:06:05.876890 [ 3 ] {c903cb47-d8d8-4c84-b0f0-531a6e79544b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002925 sec., 55042.73504273504 rows/sec., 3.83 MiB/sec. | ||
12896 | 2024.09.01 21:06:05.876935 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12897 | 2024.09.01 21:06:05.876953 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12898 | 2024.09.01 21:06:05.877043 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12899 | 2024.09.01 21:06:05.877557 [ 3 ] {c903cb47-d8d8-4c84-b0f0-531a6e79544b} <Debug> DynamicQueryHandler: Done processing query | ||
12900 | 2024.09.01 21:06:05.877615 [ 3 ] {c903cb47-d8d8-4c84-b0f0-531a6e79544b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12901 | 2024.09.01 21:06:05.877661 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
12902 | 2024.09.01 21:06:05.877678 [ 3 ] {} <Debug> HTTP-Session: 8bda3d18-0dd6-483f-9a0a-8a46925c5336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12903 | 2024.09.01 21:06:05.877996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12904 | 2024.09.01 21:06:05.878207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12905 | 2024.09.01 21:06:05.878265 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12906 | 2024.09.01 21:06:05.878295 [ 3 ] {} <Debug> HTTP-Session: 0c71d43c-184d-4718-8cb4-b07e272e8d19 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12907 | 2024.09.01 21:06:05.878388 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 17946 rows starting from the beginning of the part | ||
12908 | 2024.09.01 21:06:05.878386 [ 3 ] {} <Debug> HTTP-Session: 0c71d43c-184d-4718-8cb4-b07e272e8d19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12909 | 2024.09.01 21:06:05.878470 [ 3 ] {} <Debug> HTTP-Session: 0c71d43c-184d-4718-8cb4-b07e272e8d19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12910 | 2024.09.01 21:06:05.878687 [ 3 ] {} <Trace> HTTP-Session: 0c71d43c-184d-4718-8cb4-b07e272e8d19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12911 | 2024.09.01 21:06:05.878877 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 911 rows starting from the beginning of the part | ||
12912 | 2024.09.01 21:06:05.879003 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_71_14} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12913 | 2024.09.01 21:06:05.879328 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 12 rows starting from the beginning of the part | ||
12914 | 2024.09.01 21:06:05.879327 [ 3 ] {12fb97ab-d99c-4efb-96dd-1337f3bf856d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12915 | 2024.09.01 21:06:05.879548 [ 186 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_71_14} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12916 | 2024.09.01 21:06:05.879795 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
12917 | 2024.09.01 21:06:05.879879 [ 3 ] {12fb97ab-d99c-4efb-96dd-1337f3bf856d} <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 | ||
12918 | 2024.09.01 21:06:05.880089 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
12919 | 2024.09.01 21:06:05.880381 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
12920 | 2024.09.01 21:06:05.880742 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 161 rows starting from the beginning of the part | ||
12921 | 2024.09.01 21:06:05.882360 [ 3 ] {12fb97ab-d99c-4efb-96dd-1337f3bf856d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12922 | 2024.09.01 21:06:05.883063 [ 3 ] {12fb97ab-d99c-4efb-96dd-1337f3bf856d} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12923 | 2024.09.01 21:06:05.883104 [ 3 ] {12fb97ab-d99c-4efb-96dd-1337f3bf856d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12924 | 2024.09.01 21:06:05.884721 [ 3 ] {12fb97ab-d99c-4efb-96dd-1337f3bf856d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12925 | 2024.09.01 21:06:05.885383 [ 3 ] {12fb97ab-d99c-4efb-96dd-1337f3bf856d} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12926 | 2024.09.01 21:06:05.885830 [ 3 ] {12fb97ab-d99c-4efb-96dd-1337f3bf856d} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.006816 sec., 293.42723004694835 rows/sec., 538.43 KiB/sec. | ||
12927 | 2024.09.01 21:06:05.886353 [ 3 ] {12fb97ab-d99c-4efb-96dd-1337f3bf856d} <Debug> DynamicQueryHandler: Done processing query | ||
12928 | 2024.09.01 21:06:05.886377 [ 3 ] {12fb97ab-d99c-4efb-96dd-1337f3bf856d} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
12929 | 2024.09.01 21:06:05.886394 [ 3 ] {} <Debug> HTTP-Session: 0c71d43c-184d-4718-8cb4-b07e272e8d19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12930 | 2024.09.01 21:06:05.886525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12931 | 2024.09.01 21:06:05.886599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12932 | 2024.09.01 21:06:05.886619 [ 3 ] {} <Debug> HTTP-Session: 81c5c91c-57a2-4623-a16a-10f7cff39a4e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12933 | 2024.09.01 21:06:05.886636 [ 3 ] {} <Debug> HTTP-Session: 81c5c91c-57a2-4623-a16a-10f7cff39a4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12934 | 2024.09.01 21:06:05.886652 [ 3 ] {} <Debug> HTTP-Session: 81c5c91c-57a2-4623-a16a-10f7cff39a4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12935 | 2024.09.01 21:06:05.886713 [ 3 ] {} <Trace> HTTP-Session: 81c5c91c-57a2-4623-a16a-10f7cff39a4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12936 | 2024.09.01 21:06:05.886847 [ 3 ] {0dacabd3-f88d-4d90-9cd8-6bb402ebb055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12937 | 2024.09.01 21:06:05.886893 [ 3 ] {0dacabd3-f88d-4d90-9cd8-6bb402ebb055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12938 | 2024.09.01 21:06:05.887122 [ 3 ] {0dacabd3-f88d-4d90-9cd8-6bb402ebb055} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12939 | 2024.09.01 21:06:05.887536 [ 3 ] {0dacabd3-f88d-4d90-9cd8-6bb402ebb055} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12940 | 2024.09.01 21:06:05.887571 [ 3 ] {0dacabd3-f88d-4d90-9cd8-6bb402ebb055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12941 | 2024.09.01 21:06:05.888245 [ 3 ] {0dacabd3-f88d-4d90-9cd8-6bb402ebb055} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12942 | 2024.09.01 21:06:05.888647 [ 3 ] {0dacabd3-f88d-4d90-9cd8-6bb402ebb055} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12943 | 2024.09.01 21:06:05.888900 [ 91 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12944 | 2024.09.01 21:06:05.888918 [ 3 ] {0dacabd3-f88d-4d90-9cd8-6bb402ebb055} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002102 sec., 28544.243577545192 rows/sec., 1.92 MiB/sec. | ||
12945 | 2024.09.01 21:06:05.888995 [ 91 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12946 | 2024.09.01 21:06:05.889087 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12947 | 2024.09.01 21:06:05.889641 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
12948 | 2024.09.01 21:06:05.889777 [ 3 ] {0dacabd3-f88d-4d90-9cd8-6bb402ebb055} <Debug> DynamicQueryHandler: Done processing query | ||
12949 | 2024.09.01 21:06:05.889898 [ 3 ] {0dacabd3-f88d-4d90-9cd8-6bb402ebb055} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12950 | 2024.09.01 21:06:05.890059 [ 3 ] {} <Debug> HTTP-Session: 81c5c91c-57a2-4623-a16a-10f7cff39a4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12951 | 2024.09.01 21:06:05.890251 [ 190 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19427 rows, containing 5 columns (5 merged, 0 gathered) in 0.012949415 sec., 1500222.2108102953 rows/sec., 101.07 MiB/sec. | ||
12952 | 2024.09.01 21:06:05.890318 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12953 | 2024.09.01 21:06:05.890438 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3288 rows starting from the beginning of the part | ||
12954 | 2024.09.01 21:06:05.890737 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 76 rows starting from the beginning of the part | ||
12955 | 2024.09.01 21:06:05.890926 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12956 | 2024.09.01 21:06:05.891112 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part | ||
12957 | 2024.09.01 21:06:05.891474 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
12958 | 2024.09.01 21:06:05.891866 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
12959 | 2024.09.01 21:06:05.892299 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
12960 | 2024.09.01 21:06:05.893240 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12961 | 2024.09.01 21:06:05.893576 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12962 | 2024.09.01 21:06:05.893771 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.24 MiB. | ||
12963 | 2024.09.01 21:06:05.894888 [ 195 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3572 rows, containing 4 columns (4 merged, 0 gathered) in 0.005657416 sec., 631383.6564254776 rows/sec., 41.17 MiB/sec. | ||
12964 | 2024.09.01 21:06:05.895252 [ 193 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12965 | 2024.09.01 21:06:05.895751 [ 193 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_71_14} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12966 | 2024.09.01 21:06:05.895845 [ 193 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_71_14} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12967 | 2024.09.01 21:06:05.895948 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
12968 | 2024.09.01 21:06:09.019628 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12969 | 2024.09.01 21:06:09.019713 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12970 | 2024.09.01 21:06:10.862897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12971 | 2024.09.01 21:06:10.863085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12972 | 2024.09.01 21:06:10.863129 [ 3 ] {} <Debug> HTTP-Session: 600f4e39-32bf-4785-8361-f29e714ced9c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12973 | 2024.09.01 21:06:10.863170 [ 3 ] {} <Debug> HTTP-Session: 600f4e39-32bf-4785-8361-f29e714ced9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12974 | 2024.09.01 21:06:10.863199 [ 3 ] {} <Debug> HTTP-Session: 600f4e39-32bf-4785-8361-f29e714ced9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12975 | 2024.09.01 21:06:10.863277 [ 3 ] {} <Trace> HTTP-Session: 600f4e39-32bf-4785-8361-f29e714ced9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12976 | 2024.09.01 21:06:10.863562 [ 3 ] {ca051af4-45f7-43f0-9a07-3b4491c30333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12977 | 2024.09.01 21:06:10.863669 [ 3 ] {ca051af4-45f7-43f0-9a07-3b4491c30333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12978 | 2024.09.01 21:06:10.864012 [ 3 ] {ca051af4-45f7-43f0-9a07-3b4491c30333} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12979 | 2024.09.01 21:06:10.864431 [ 3 ] {ca051af4-45f7-43f0-9a07-3b4491c30333} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12980 | 2024.09.01 21:06:10.864473 [ 3 ] {ca051af4-45f7-43f0-9a07-3b4491c30333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12981 | 2024.09.01 21:06:10.864874 [ 3 ] {ca051af4-45f7-43f0-9a07-3b4491c30333} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
12982 | 2024.09.01 21:06:10.865261 [ 3 ] {ca051af4-45f7-43f0-9a07-3b4491c30333} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12983 | 2024.09.01 21:06:10.865448 [ 3 ] {ca051af4-45f7-43f0-9a07-3b4491c30333} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001963 sec., 1018.8487009679063 rows/sec., 83.08 KiB/sec. | ||
12984 | 2024.09.01 21:06:10.865811 [ 3 ] {ca051af4-45f7-43f0-9a07-3b4491c30333} <Debug> DynamicQueryHandler: Done processing query | ||
12985 | 2024.09.01 21:06:10.865838 [ 3 ] {ca051af4-45f7-43f0-9a07-3b4491c30333} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12986 | 2024.09.01 21:06:10.865855 [ 3 ] {} <Debug> HTTP-Session: 600f4e39-32bf-4785-8361-f29e714ced9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12987 | 2024.09.01 21:06:10.866021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 39384, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12988 | 2024.09.01 21:06:10.866072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12989 | 2024.09.01 21:06:10.866092 [ 3 ] {} <Debug> HTTP-Session: cfa31589-beb9-4a9b-a5ee-054a9ba8f9b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
12990 | 2024.09.01 21:06:10.866109 [ 3 ] {} <Debug> HTTP-Session: cfa31589-beb9-4a9b-a5ee-054a9ba8f9b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12991 | 2024.09.01 21:06:10.866123 [ 3 ] {} <Debug> HTTP-Session: cfa31589-beb9-4a9b-a5ee-054a9ba8f9b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12992 | 2024.09.01 21:06:10.866154 [ 3 ] {} <Trace> HTTP-Session: cfa31589-beb9-4a9b-a5ee-054a9ba8f9b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12993 | 2024.09.01 21:06:10.866324 [ 3 ] {18d8c39a-31a6-46dc-a4f7-a60c56454ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12994 | 2024.09.01 21:06:10.866369 [ 3 ] {18d8c39a-31a6-46dc-a4f7-a60c56454ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12995 | 2024.09.01 21:06:10.866613 [ 3 ] {18d8c39a-31a6-46dc-a4f7-a60c56454ebb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12996 | 2024.09.01 21:06:10.867130 [ 3 ] {18d8c39a-31a6-46dc-a4f7-a60c56454ebb} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12997 | 2024.09.01 21:06:10.867167 [ 3 ] {18d8c39a-31a6-46dc-a4f7-a60c56454ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
12998 | 2024.09.01 21:06:10.867538 [ 3 ] {18d8c39a-31a6-46dc-a4f7-a60c56454ebb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12999 | 2024.09.01 21:06:10.867896 [ 3 ] {18d8c39a-31a6-46dc-a4f7-a60c56454ebb} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13000 | 2024.09.01 21:06:10.868048 [ 3 ] {18d8c39a-31a6-46dc-a4f7-a60c56454ebb} <Debug> executeQuery: Read 260 rows, 23.58 KiB in 0.001806 sec., 143964.5625692137 rows/sec., 12.75 MiB/sec. | ||
13001 | 2024.09.01 21:06:10.868223 [ 3 ] {18d8c39a-31a6-46dc-a4f7-a60c56454ebb} <Debug> DynamicQueryHandler: Done processing query | ||
13002 | 2024.09.01 21:06:10.868247 [ 3 ] {18d8c39a-31a6-46dc-a4f7-a60c56454ebb} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13003 | 2024.09.01 21:06:10.868263 [ 3 ] {} <Debug> HTTP-Session: cfa31589-beb9-4a9b-a5ee-054a9ba8f9b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13004 | 2024.09.01 21:06:10.868387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13005 | 2024.09.01 21:06:10.868436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13006 | 2024.09.01 21:06:10.868455 [ 3 ] {} <Debug> HTTP-Session: f56a93cf-ac88-4b77-9d84-b60743da2305 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13007 | 2024.09.01 21:06:10.868473 [ 3 ] {} <Debug> HTTP-Session: f56a93cf-ac88-4b77-9d84-b60743da2305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13008 | 2024.09.01 21:06:10.868489 [ 3 ] {} <Debug> HTTP-Session: f56a93cf-ac88-4b77-9d84-b60743da2305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13009 | 2024.09.01 21:06:10.868520 [ 3 ] {} <Trace> HTTP-Session: f56a93cf-ac88-4b77-9d84-b60743da2305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13010 | 2024.09.01 21:06:10.868636 [ 3 ] {06a6905e-13f8-457c-a442-2704a9607513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13011 | 2024.09.01 21:06:10.868679 [ 3 ] {06a6905e-13f8-457c-a442-2704a9607513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13012 | 2024.09.01 21:06:10.868902 [ 3 ] {06a6905e-13f8-457c-a442-2704a9607513} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13013 | 2024.09.01 21:06:10.869232 [ 3 ] {06a6905e-13f8-457c-a442-2704a9607513} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13014 | 2024.09.01 21:06:10.869269 [ 3 ] {06a6905e-13f8-457c-a442-2704a9607513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13015 | 2024.09.01 21:06:10.869634 [ 3 ] {06a6905e-13f8-457c-a442-2704a9607513} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13016 | 2024.09.01 21:06:10.870005 [ 3 ] {06a6905e-13f8-457c-a442-2704a9607513} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13017 | 2024.09.01 21:06:10.870179 [ 3 ] {06a6905e-13f8-457c-a442-2704a9607513} <Debug> executeQuery: Read 37 rows, 2.77 KiB in 0.001576 sec., 23477.157360406094 rows/sec., 1.72 MiB/sec. | ||
13018 | 2024.09.01 21:06:10.870358 [ 3 ] {06a6905e-13f8-457c-a442-2704a9607513} <Debug> DynamicQueryHandler: Done processing query | ||
13019 | 2024.09.01 21:06:10.870384 [ 3 ] {06a6905e-13f8-457c-a442-2704a9607513} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13020 | 2024.09.01 21:06:10.870400 [ 3 ] {} <Debug> HTTP-Session: f56a93cf-ac88-4b77-9d84-b60743da2305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13021 | 2024.09.01 21:06:10.870563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13022 | 2024.09.01 21:06:10.870613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13023 | 2024.09.01 21:06:10.870632 [ 3 ] {} <Debug> HTTP-Session: fb8e611b-aa6d-4749-a2f7-497dec5da13b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13024 | 2024.09.01 21:06:10.870650 [ 3 ] {} <Debug> HTTP-Session: fb8e611b-aa6d-4749-a2f7-497dec5da13b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13025 | 2024.09.01 21:06:10.870665 [ 3 ] {} <Debug> HTTP-Session: fb8e611b-aa6d-4749-a2f7-497dec5da13b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13026 | 2024.09.01 21:06:10.870695 [ 3 ] {} <Trace> HTTP-Session: fb8e611b-aa6d-4749-a2f7-497dec5da13b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13027 | 2024.09.01 21:06:10.870793 [ 3 ] {1a69ebf9-ba1c-460a-949f-6ba0c9e1414d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13028 | 2024.09.01 21:06:10.870834 [ 3 ] {1a69ebf9-ba1c-460a-949f-6ba0c9e1414d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13029 | 2024.09.01 21:06:10.871057 [ 3 ] {1a69ebf9-ba1c-460a-949f-6ba0c9e1414d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13030 | 2024.09.01 21:06:10.871374 [ 3 ] {1a69ebf9-ba1c-460a-949f-6ba0c9e1414d} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13031 | 2024.09.01 21:06:10.871410 [ 3 ] {1a69ebf9-ba1c-460a-949f-6ba0c9e1414d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13032 | 2024.09.01 21:06:10.871757 [ 3 ] {1a69ebf9-ba1c-460a-949f-6ba0c9e1414d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13033 | 2024.09.01 21:06:10.872105 [ 3 ] {1a69ebf9-ba1c-460a-949f-6ba0c9e1414d} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13034 | 2024.09.01 21:06:10.872264 [ 3 ] {1a69ebf9-ba1c-460a-949f-6ba0c9e1414d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001488 sec., 9408.602150537634 rows/sec., 658.92 KiB/sec. | ||
13035 | 2024.09.01 21:06:10.872584 [ 3 ] {1a69ebf9-ba1c-460a-949f-6ba0c9e1414d} <Debug> DynamicQueryHandler: Done processing query | ||
13036 | 2024.09.01 21:06:10.872613 [ 3 ] {1a69ebf9-ba1c-460a-949f-6ba0c9e1414d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13037 | 2024.09.01 21:06:10.872630 [ 3 ] {} <Debug> HTTP-Session: fb8e611b-aa6d-4749-a2f7-497dec5da13b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13038 | 2024.09.01 21:06:10.872747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13039 | 2024.09.01 21:06:10.872796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13040 | 2024.09.01 21:06:10.872814 [ 3 ] {} <Debug> HTTP-Session: c5238a05-f234-4cf0-8cf9-456e68897e07 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13041 | 2024.09.01 21:06:10.872831 [ 3 ] {} <Debug> HTTP-Session: c5238a05-f234-4cf0-8cf9-456e68897e07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13042 | 2024.09.01 21:06:10.872844 [ 3 ] {} <Debug> HTTP-Session: c5238a05-f234-4cf0-8cf9-456e68897e07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13043 | 2024.09.01 21:06:10.872874 [ 3 ] {} <Trace> HTTP-Session: c5238a05-f234-4cf0-8cf9-456e68897e07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13044 | 2024.09.01 21:06:10.872970 [ 3 ] {f803894c-36d8-414b-9a3d-4310f2a84f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13045 | 2024.09.01 21:06:10.873014 [ 3 ] {f803894c-36d8-414b-9a3d-4310f2a84f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13046 | 2024.09.01 21:06:10.873257 [ 3 ] {f803894c-36d8-414b-9a3d-4310f2a84f0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13047 | 2024.09.01 21:06:10.873567 [ 3 ] {f803894c-36d8-414b-9a3d-4310f2a84f0c} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13048 | 2024.09.01 21:06:10.873604 [ 3 ] {f803894c-36d8-414b-9a3d-4310f2a84f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13049 | 2024.09.01 21:06:10.873949 [ 3 ] {f803894c-36d8-414b-9a3d-4310f2a84f0c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
13050 | 2024.09.01 21:06:10.874325 [ 3 ] {f803894c-36d8-414b-9a3d-4310f2a84f0c} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13051 | 2024.09.01 21:06:10.874488 [ 3 ] {f803894c-36d8-414b-9a3d-4310f2a84f0c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001536 sec., 3906.25 rows/sec., 230.79 KiB/sec. | ||
13052 | 2024.09.01 21:06:10.874652 [ 3 ] {f803894c-36d8-414b-9a3d-4310f2a84f0c} <Debug> DynamicQueryHandler: Done processing query | ||
13053 | 2024.09.01 21:06:10.874676 [ 3 ] {f803894c-36d8-414b-9a3d-4310f2a84f0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13054 | 2024.09.01 21:06:10.874691 [ 3 ] {} <Debug> HTTP-Session: c5238a05-f234-4cf0-8cf9-456e68897e07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13055 | 2024.09.01 21:06:10.874882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 68055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13056 | 2024.09.01 21:06:10.874930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13057 | 2024.09.01 21:06:10.874949 [ 3 ] {} <Debug> HTTP-Session: dbfe7281-cec0-4466-8b2f-da6f9f30b061 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13058 | 2024.09.01 21:06:10.874965 [ 3 ] {} <Debug> HTTP-Session: dbfe7281-cec0-4466-8b2f-da6f9f30b061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13059 | 2024.09.01 21:06:10.874979 [ 3 ] {} <Debug> HTTP-Session: dbfe7281-cec0-4466-8b2f-da6f9f30b061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13060 | 2024.09.01 21:06:10.875010 [ 3 ] {} <Trace> HTTP-Session: dbfe7281-cec0-4466-8b2f-da6f9f30b061 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13061 | 2024.09.01 21:06:10.875212 [ 3 ] {3a235db2-cbeb-4843-9e14-dff768fbcc9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13062 | 2024.09.01 21:06:10.875255 [ 3 ] {3a235db2-cbeb-4843-9e14-dff768fbcc9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13063 | 2024.09.01 21:06:10.875475 [ 3 ] {3a235db2-cbeb-4843-9e14-dff768fbcc9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13064 | 2024.09.01 21:06:10.876029 [ 3 ] {3a235db2-cbeb-4843-9e14-dff768fbcc9f} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13065 | 2024.09.01 21:06:10.876065 [ 3 ] {3a235db2-cbeb-4843-9e14-dff768fbcc9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13066 | 2024.09.01 21:06:10.876440 [ 3 ] {3a235db2-cbeb-4843-9e14-dff768fbcc9f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13067 | 2024.09.01 21:06:10.876786 [ 3 ] {3a235db2-cbeb-4843-9e14-dff768fbcc9f} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13068 | 2024.09.01 21:06:10.876936 [ 3 ] {3a235db2-cbeb-4843-9e14-dff768fbcc9f} <Debug> executeQuery: Read 419 rows, 30.65 KiB in 0.001828 sec., 229212.25382932168 rows/sec., 16.37 MiB/sec. | ||
13069 | 2024.09.01 21:06:10.877106 [ 3 ] {3a235db2-cbeb-4843-9e14-dff768fbcc9f} <Debug> DynamicQueryHandler: Done processing query | ||
13070 | 2024.09.01 21:06:10.877131 [ 3 ] {3a235db2-cbeb-4843-9e14-dff768fbcc9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
13071 | 2024.09.01 21:06:10.877146 [ 3 ] {} <Debug> HTTP-Session: dbfe7281-cec0-4466-8b2f-da6f9f30b061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13072 | 2024.09.01 21:06:10.877316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13073 | 2024.09.01 21:06:10.877365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13074 | 2024.09.01 21:06:10.877384 [ 3 ] {} <Debug> HTTP-Session: 49232c8c-8aab-40fb-88df-30ae350ac90d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13075 | 2024.09.01 21:06:10.877400 [ 3 ] {} <Debug> HTTP-Session: 49232c8c-8aab-40fb-88df-30ae350ac90d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13076 | 2024.09.01 21:06:10.877414 [ 3 ] {} <Debug> HTTP-Session: 49232c8c-8aab-40fb-88df-30ae350ac90d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13077 | 2024.09.01 21:06:10.877445 [ 3 ] {} <Trace> HTTP-Session: 49232c8c-8aab-40fb-88df-30ae350ac90d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13078 | 2024.09.01 21:06:10.877539 [ 3 ] {83b5bf08-f61a-4d7b-b097-742be7e5e627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13079 | 2024.09.01 21:06:10.877583 [ 3 ] {83b5bf08-f61a-4d7b-b097-742be7e5e627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13080 | 2024.09.01 21:06:10.877711 [ 3 ] {83b5bf08-f61a-4d7b-b097-742be7e5e627} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13081 | 2024.09.01 21:06:10.877992 [ 3 ] {83b5bf08-f61a-4d7b-b097-742be7e5e627} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13082 | 2024.09.01 21:06:10.878026 [ 3 ] {83b5bf08-f61a-4d7b-b097-742be7e5e627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13083 | 2024.09.01 21:06:10.878370 [ 3 ] {83b5bf08-f61a-4d7b-b097-742be7e5e627} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
13084 | 2024.09.01 21:06:10.878680 [ 3 ] {83b5bf08-f61a-4d7b-b097-742be7e5e627} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13085 | 2024.09.01 21:06:10.878845 [ 3 ] {83b5bf08-f61a-4d7b-b097-742be7e5e627} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 237.66 KiB/sec. | ||
13086 | 2024.09.01 21:06:10.879154 [ 3 ] {83b5bf08-f61a-4d7b-b097-742be7e5e627} <Debug> DynamicQueryHandler: Done processing query | ||
13087 | 2024.09.01 21:06:10.879225 [ 3 ] {83b5bf08-f61a-4d7b-b097-742be7e5e627} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13088 | 2024.09.01 21:06:10.879289 [ 3 ] {} <Debug> HTTP-Session: 49232c8c-8aab-40fb-88df-30ae350ac90d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13089 | 2024.09.01 21:06:10.879505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13090 | 2024.09.01 21:06:10.879556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13091 | 2024.09.01 21:06:10.879576 [ 3 ] {} <Debug> HTTP-Session: 987e268e-622c-430b-97ff-a0bb8983f7a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13092 | 2024.09.01 21:06:10.879592 [ 3 ] {} <Debug> HTTP-Session: 987e268e-622c-430b-97ff-a0bb8983f7a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13093 | 2024.09.01 21:06:10.879607 [ 3 ] {} <Debug> HTTP-Session: 987e268e-622c-430b-97ff-a0bb8983f7a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13094 | 2024.09.01 21:06:10.879639 [ 3 ] {} <Trace> HTTP-Session: 987e268e-622c-430b-97ff-a0bb8983f7a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13095 | 2024.09.01 21:06:10.879847 [ 3 ] {4c9dc11c-6b6d-4c45-9b01-3d1a9e82c67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13096 | 2024.09.01 21:06:10.879895 [ 3 ] {4c9dc11c-6b6d-4c45-9b01-3d1a9e82c67e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13097 | 2024.09.01 21:06:10.880058 [ 3 ] {4c9dc11c-6b6d-4c45-9b01-3d1a9e82c67e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13098 | 2024.09.01 21:06:10.880487 [ 3 ] {4c9dc11c-6b6d-4c45-9b01-3d1a9e82c67e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13099 | 2024.09.01 21:06:10.880522 [ 3 ] {4c9dc11c-6b6d-4c45-9b01-3d1a9e82c67e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13100 | 2024.09.01 21:06:10.880893 [ 3 ] {4c9dc11c-6b6d-4c45-9b01-3d1a9e82c67e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13101 | 2024.09.01 21:06:10.881230 [ 3 ] {4c9dc11c-6b6d-4c45-9b01-3d1a9e82c67e} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13102 | 2024.09.01 21:06:10.881380 [ 3 ] {4c9dc11c-6b6d-4c45-9b01-3d1a9e82c67e} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001652 sec., 144067.7966101695 rows/sec., 9.66 MiB/sec. | ||
13103 | 2024.09.01 21:06:10.881539 [ 3 ] {4c9dc11c-6b6d-4c45-9b01-3d1a9e82c67e} <Debug> DynamicQueryHandler: Done processing query | ||
13104 | 2024.09.01 21:06:10.881563 [ 3 ] {4c9dc11c-6b6d-4c45-9b01-3d1a9e82c67e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13105 | 2024.09.01 21:06:10.881579 [ 3 ] {} <Debug> HTTP-Session: 987e268e-622c-430b-97ff-a0bb8983f7a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13106 | 2024.09.01 21:06:10.881689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13107 | 2024.09.01 21:06:10.881737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13108 | 2024.09.01 21:06:10.881757 [ 3 ] {} <Debug> HTTP-Session: 48827c29-e9d8-4a2f-974e-5ae2bef4bb8c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13109 | 2024.09.01 21:06:10.881773 [ 3 ] {} <Debug> HTTP-Session: 48827c29-e9d8-4a2f-974e-5ae2bef4bb8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13110 | 2024.09.01 21:06:10.881787 [ 3 ] {} <Debug> HTTP-Session: 48827c29-e9d8-4a2f-974e-5ae2bef4bb8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13111 | 2024.09.01 21:06:10.881817 [ 3 ] {} <Trace> HTTP-Session: 48827c29-e9d8-4a2f-974e-5ae2bef4bb8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13112 | 2024.09.01 21:06:10.881914 [ 3 ] {8b0dca5d-1381-4e40-9dd8-0c689e904864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13113 | 2024.09.01 21:06:10.881958 [ 3 ] {8b0dca5d-1381-4e40-9dd8-0c689e904864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13114 | 2024.09.01 21:06:10.882085 [ 3 ] {8b0dca5d-1381-4e40-9dd8-0c689e904864} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13115 | 2024.09.01 21:06:10.882330 [ 3 ] {8b0dca5d-1381-4e40-9dd8-0c689e904864} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13116 | 2024.09.01 21:06:10.882365 [ 3 ] {8b0dca5d-1381-4e40-9dd8-0c689e904864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13117 | 2024.09.01 21:06:10.882702 [ 3 ] {8b0dca5d-1381-4e40-9dd8-0c689e904864} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13118 | 2024.09.01 21:06:10.883011 [ 3 ] {8b0dca5d-1381-4e40-9dd8-0c689e904864} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13119 | 2024.09.01 21:06:10.883168 [ 3 ] {8b0dca5d-1381-4e40-9dd8-0c689e904864} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001268 sec., 788.6435331230284 rows/sec., 53.14 KiB/sec. | ||
13120 | 2024.09.01 21:06:10.883167 [ 85 ] {} <Debug> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
13121 | 2024.09.01 21:06:10.883280 [ 85 ] {} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13122 | 2024.09.01 21:06:10.883317 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13123 | 2024.09.01 21:06:10.883412 [ 3 ] {8b0dca5d-1381-4e40-9dd8-0c689e904864} <Debug> DynamicQueryHandler: Done processing query | ||
13124 | 2024.09.01 21:06:10.883472 [ 3 ] {8b0dca5d-1381-4e40-9dd8-0c689e904864} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13125 | 2024.09.01 21:06:10.883544 [ 3 ] {} <Debug> HTTP-Session: 48827c29-e9d8-4a2f-974e-5ae2bef4bb8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13126 | 2024.09.01 21:06:10.883618 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
13127 | 2024.09.01 21:06:10.883840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 58764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13128 | 2024.09.01 21:06:10.883994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13129 | 2024.09.01 21:06:10.884044 [ 3 ] {} <Debug> HTTP-Session: c430b0c2-e8f4-4ffb-961e-1b3cdad7d343 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13130 | 2024.09.01 21:06:10.884069 [ 3 ] {} <Debug> HTTP-Session: c430b0c2-e8f4-4ffb-961e-1b3cdad7d343 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13131 | 2024.09.01 21:06:10.884090 [ 3 ] {} <Debug> HTTP-Session: c430b0c2-e8f4-4ffb-961e-1b3cdad7d343 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13132 | 2024.09.01 21:06:10.884090 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13133 | 2024.09.01 21:06:10.884126 [ 3 ] {} <Trace> HTTP-Session: c430b0c2-e8f4-4ffb-961e-1b3cdad7d343 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13134 | 2024.09.01 21:06:10.884170 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 26 rows starting from the beginning of the part | ||
13135 | 2024.09.01 21:06:10.884265 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
13136 | 2024.09.01 21:06:10.884526 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
13137 | 2024.09.01 21:06:10.884693 [ 3 ] {880aa5ea-5145-4456-abda-ebc5c301176d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13138 | 2024.09.01 21:06:10.885043 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
13139 | 2024.09.01 21:06:10.885158 [ 3 ] {880aa5ea-5145-4456-abda-ebc5c301176d} <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 | ||
13140 | 2024.09.01 21:06:10.885381 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
13141 | 2024.09.01 21:06:10.885761 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
13142 | 2024.09.01 21:06:10.886901 [ 3 ] {880aa5ea-5145-4456-abda-ebc5c301176d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13143 | 2024.09.01 21:06:10.888043 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.004633322 sec., 6690.663847666966 rows/sec., 449.99 KiB/sec. | ||
13144 | 2024.09.01 21:06:10.888186 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
13145 | 2024.09.01 21:06:10.888186 [ 3 ] {880aa5ea-5145-4456-abda-ebc5c301176d} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13146 | 2024.09.01 21:06:10.888241 [ 3 ] {880aa5ea-5145-4456-abda-ebc5c301176d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13147 | 2024.09.01 21:06:10.888806 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_31_6} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13148 | 2024.09.01 21:06:10.888936 [ 188 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_31_6} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
13149 | 2024.09.01 21:06:10.889026 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
13150 | 2024.09.01 21:06:10.889209 [ 3 ] {880aa5ea-5145-4456-abda-ebc5c301176d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
13151 | 2024.09.01 21:06:10.889624 [ 3 ] {880aa5ea-5145-4456-abda-ebc5c301176d} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13152 | 2024.09.01 21:06:10.889766 [ 3 ] {880aa5ea-5145-4456-abda-ebc5c301176d} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.005542 sec., 6315.409599422591 rows/sec., 11.32 MiB/sec. | ||
13153 | 2024.09.01 21:06:10.889982 [ 3 ] {880aa5ea-5145-4456-abda-ebc5c301176d} <Debug> DynamicQueryHandler: Done processing query | ||
13154 | 2024.09.01 21:06:10.890006 [ 3 ] {880aa5ea-5145-4456-abda-ebc5c301176d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
13155 | 2024.09.01 21:06:10.890022 [ 3 ] {} <Debug> HTTP-Session: c430b0c2-e8f4-4ffb-961e-1b3cdad7d343 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13156 | 2024.09.01 21:06:10.890194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13157 | 2024.09.01 21:06:10.890243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13158 | 2024.09.01 21:06:10.890262 [ 3 ] {} <Debug> HTTP-Session: c0c4a78f-20a0-4e2e-9d86-c93a5414f52c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13159 | 2024.09.01 21:06:10.890278 [ 3 ] {} <Debug> HTTP-Session: c0c4a78f-20a0-4e2e-9d86-c93a5414f52c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13160 | 2024.09.01 21:06:10.890292 [ 3 ] {} <Debug> HTTP-Session: c0c4a78f-20a0-4e2e-9d86-c93a5414f52c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13161 | 2024.09.01 21:06:10.890322 [ 3 ] {} <Trace> HTTP-Session: c0c4a78f-20a0-4e2e-9d86-c93a5414f52c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13162 | 2024.09.01 21:06:10.890441 [ 3 ] {00086e81-b434-48e0-9cbf-5aac366045a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13163 | 2024.09.01 21:06:10.890484 [ 3 ] {00086e81-b434-48e0-9cbf-5aac366045a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13164 | 2024.09.01 21:06:10.890608 [ 3 ] {00086e81-b434-48e0-9cbf-5aac366045a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13165 | 2024.09.01 21:06:10.890895 [ 3 ] {00086e81-b434-48e0-9cbf-5aac366045a6} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13166 | 2024.09.01 21:06:10.890930 [ 3 ] {00086e81-b434-48e0-9cbf-5aac366045a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13167 | 2024.09.01 21:06:10.891286 [ 3 ] {00086e81-b434-48e0-9cbf-5aac366045a6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13168 | 2024.09.01 21:06:10.891614 [ 3 ] {00086e81-b434-48e0-9cbf-5aac366045a6} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13169 | 2024.09.01 21:06:10.891738 [ 3 ] {00086e81-b434-48e0-9cbf-5aac366045a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001341 sec., 61148.39671886652 rows/sec., 3.88 MiB/sec. | ||
13170 | 2024.09.01 21:06:10.891883 [ 3 ] {00086e81-b434-48e0-9cbf-5aac366045a6} <Debug> DynamicQueryHandler: Done processing query | ||
13171 | 2024.09.01 21:06:10.891907 [ 3 ] {00086e81-b434-48e0-9cbf-5aac366045a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13172 | 2024.09.01 21:06:10.891923 [ 3 ] {} <Debug> HTTP-Session: c0c4a78f-20a0-4e2e-9d86-c93a5414f52c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13173 | 2024.09.01 21:06:15.856876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13174 | 2024.09.01 21:06:15.857009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13175 | 2024.09.01 21:06:15.857038 [ 3 ] {} <Debug> HTTP-Session: 9c900bb2-5687-439b-bbee-ce287a80c159 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13176 | 2024.09.01 21:06:15.857066 [ 3 ] {} <Debug> HTTP-Session: 9c900bb2-5687-439b-bbee-ce287a80c159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13177 | 2024.09.01 21:06:15.857084 [ 3 ] {} <Debug> HTTP-Session: 9c900bb2-5687-439b-bbee-ce287a80c159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13178 | 2024.09.01 21:06:15.857139 [ 3 ] {} <Trace> HTTP-Session: 9c900bb2-5687-439b-bbee-ce287a80c159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13179 | 2024.09.01 21:06:15.857364 [ 3 ] {5133dc45-cb0b-43e3-b7a2-335293e3c242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13180 | 2024.09.01 21:06:15.857439 [ 3 ] {5133dc45-cb0b-43e3-b7a2-335293e3c242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13181 | 2024.09.01 21:06:15.857816 [ 3 ] {5133dc45-cb0b-43e3-b7a2-335293e3c242} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13182 | 2024.09.01 21:06:15.858281 [ 3 ] {5133dc45-cb0b-43e3-b7a2-335293e3c242} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13183 | 2024.09.01 21:06:15.858330 [ 3 ] {5133dc45-cb0b-43e3-b7a2-335293e3c242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13184 | 2024.09.01 21:06:15.858739 [ 3 ] {5133dc45-cb0b-43e3-b7a2-335293e3c242} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13185 | 2024.09.01 21:06:15.859114 [ 3 ] {5133dc45-cb0b-43e3-b7a2-335293e3c242} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13186 | 2024.09.01 21:06:15.859289 [ 3 ] {5133dc45-cb0b-43e3-b7a2-335293e3c242} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.002003 sec., 29955.067398901647 rows/sec., 2.32 MiB/sec. | ||
13187 | 2024.09.01 21:06:15.859519 [ 3 ] {5133dc45-cb0b-43e3-b7a2-335293e3c242} <Debug> DynamicQueryHandler: Done processing query | ||
13188 | 2024.09.01 21:06:15.859546 [ 3 ] {5133dc45-cb0b-43e3-b7a2-335293e3c242} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13189 | 2024.09.01 21:06:15.859562 [ 3 ] {} <Debug> HTTP-Session: 9c900bb2-5687-439b-bbee-ce287a80c159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13190 | 2024.09.01 21:06:15.859690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13191 | 2024.09.01 21:06:15.859744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13192 | 2024.09.01 21:06:15.859764 [ 3 ] {} <Debug> HTTP-Session: 554ab3a7-f116-4a94-91f7-35184139ab5d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13193 | 2024.09.01 21:06:15.859782 [ 3 ] {} <Debug> HTTP-Session: 554ab3a7-f116-4a94-91f7-35184139ab5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13194 | 2024.09.01 21:06:15.859795 [ 3 ] {} <Debug> HTTP-Session: 554ab3a7-f116-4a94-91f7-35184139ab5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13195 | 2024.09.01 21:06:15.859831 [ 3 ] {} <Trace> HTTP-Session: 554ab3a7-f116-4a94-91f7-35184139ab5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13196 | 2024.09.01 21:06:15.859935 [ 3 ] {55111297-410e-4022-af6d-3fb471be9d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13197 | 2024.09.01 21:06:15.859981 [ 3 ] {55111297-410e-4022-af6d-3fb471be9d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13198 | 2024.09.01 21:06:15.860218 [ 3 ] {55111297-410e-4022-af6d-3fb471be9d34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13199 | 2024.09.01 21:06:15.860520 [ 3 ] {55111297-410e-4022-af6d-3fb471be9d34} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13200 | 2024.09.01 21:06:15.860557 [ 3 ] {55111297-410e-4022-af6d-3fb471be9d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13201 | 2024.09.01 21:06:15.860896 [ 3 ] {55111297-410e-4022-af6d-3fb471be9d34} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13202 | 2024.09.01 21:06:15.861256 [ 3 ] {55111297-410e-4022-af6d-3fb471be9d34} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13203 | 2024.09.01 21:06:15.861427 [ 3 ] {55111297-410e-4022-af6d-3fb471be9d34} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001506 sec., 1328.0212483399735 rows/sec., 99.86 KiB/sec. | ||
13204 | 2024.09.01 21:06:15.861593 [ 3 ] {55111297-410e-4022-af6d-3fb471be9d34} <Debug> DynamicQueryHandler: Done processing query | ||
13205 | 2024.09.01 21:06:15.861617 [ 3 ] {55111297-410e-4022-af6d-3fb471be9d34} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13206 | 2024.09.01 21:06:15.861632 [ 3 ] {} <Debug> HTTP-Session: 554ab3a7-f116-4a94-91f7-35184139ab5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13207 | 2024.09.01 21:06:15.861750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13208 | 2024.09.01 21:06:15.861799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13209 | 2024.09.01 21:06:15.861818 [ 3 ] {} <Debug> HTTP-Session: 46376050-5efe-49e3-98a4-ff086177a56b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13210 | 2024.09.01 21:06:15.861835 [ 3 ] {} <Debug> HTTP-Session: 46376050-5efe-49e3-98a4-ff086177a56b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13211 | 2024.09.01 21:06:15.861849 [ 3 ] {} <Debug> HTTP-Session: 46376050-5efe-49e3-98a4-ff086177a56b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13212 | 2024.09.01 21:06:15.861881 [ 3 ] {} <Trace> HTTP-Session: 46376050-5efe-49e3-98a4-ff086177a56b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13213 | 2024.09.01 21:06:15.861994 [ 3 ] {8b027348-380d-4227-820c-e4dd8655946f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13214 | 2024.09.01 21:06:15.862038 [ 3 ] {8b027348-380d-4227-820c-e4dd8655946f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13215 | 2024.09.01 21:06:15.862258 [ 3 ] {8b027348-380d-4227-820c-e4dd8655946f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13216 | 2024.09.01 21:06:15.862603 [ 3 ] {8b027348-380d-4227-820c-e4dd8655946f} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13217 | 2024.09.01 21:06:15.862639 [ 3 ] {8b027348-380d-4227-820c-e4dd8655946f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13218 | 2024.09.01 21:06:15.862993 [ 3 ] {8b027348-380d-4227-820c-e4dd8655946f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13219 | 2024.09.01 21:06:15.863342 [ 3 ] {8b027348-380d-4227-820c-e4dd8655946f} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13220 | 2024.09.01 21:06:15.863498 [ 3 ] {8b027348-380d-4227-820c-e4dd8655946f} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001534 sec., 43024.77183833116 rows/sec., 3.36 MiB/sec. | ||
13221 | 2024.09.01 21:06:15.863763 [ 3 ] {8b027348-380d-4227-820c-e4dd8655946f} <Debug> DynamicQueryHandler: Done processing query | ||
13222 | 2024.09.01 21:06:15.863826 [ 3 ] {8b027348-380d-4227-820c-e4dd8655946f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13223 | 2024.09.01 21:06:15.863880 [ 3 ] {} <Debug> HTTP-Session: 46376050-5efe-49e3-98a4-ff086177a56b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13224 | 2024.09.01 21:06:15.864136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13225 | 2024.09.01 21:06:15.864190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13226 | 2024.09.01 21:06:15.864209 [ 3 ] {} <Debug> HTTP-Session: a23b7d82-5fc4-4c39-8c3d-3a0e2e9a1d9a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13227 | 2024.09.01 21:06:15.864225 [ 3 ] {} <Debug> HTTP-Session: a23b7d82-5fc4-4c39-8c3d-3a0e2e9a1d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13228 | 2024.09.01 21:06:15.864239 [ 3 ] {} <Debug> HTTP-Session: a23b7d82-5fc4-4c39-8c3d-3a0e2e9a1d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13229 | 2024.09.01 21:06:15.864271 [ 3 ] {} <Trace> HTTP-Session: a23b7d82-5fc4-4c39-8c3d-3a0e2e9a1d9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13230 | 2024.09.01 21:06:15.864423 [ 3 ] {ee22c0c5-c78f-431d-a532-957267b2bec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13231 | 2024.09.01 21:06:15.864471 [ 3 ] {ee22c0c5-c78f-431d-a532-957267b2bec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13232 | 2024.09.01 21:06:15.864635 [ 3 ] {ee22c0c5-c78f-431d-a532-957267b2bec7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13233 | 2024.09.01 21:06:15.865021 [ 3 ] {ee22c0c5-c78f-431d-a532-957267b2bec7} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13234 | 2024.09.01 21:06:15.865057 [ 3 ] {ee22c0c5-c78f-431d-a532-957267b2bec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13235 | 2024.09.01 21:06:15.865437 [ 3 ] {ee22c0c5-c78f-431d-a532-957267b2bec7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13236 | 2024.09.01 21:06:15.865764 [ 3 ] {ee22c0c5-c78f-431d-a532-957267b2bec7} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13237 | 2024.09.01 21:06:15.865922 [ 3 ] {ee22c0c5-c78f-431d-a532-957267b2bec7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
13238 | 2024.09.01 21:06:15.866078 [ 3 ] {ee22c0c5-c78f-431d-a532-957267b2bec7} <Debug> DynamicQueryHandler: Done processing query | ||
13239 | 2024.09.01 21:06:15.866102 [ 3 ] {ee22c0c5-c78f-431d-a532-957267b2bec7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13240 | 2024.09.01 21:06:15.866117 [ 3 ] {} <Debug> HTTP-Session: a23b7d82-5fc4-4c39-8c3d-3a0e2e9a1d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13241 | 2024.09.01 21:06:15.866276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13242 | 2024.09.01 21:06:15.866323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13243 | 2024.09.01 21:06:15.866342 [ 3 ] {} <Debug> HTTP-Session: ec345104-35ac-496c-937c-e465b1691259 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13244 | 2024.09.01 21:06:15.866358 [ 3 ] {} <Debug> HTTP-Session: ec345104-35ac-496c-937c-e465b1691259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13245 | 2024.09.01 21:06:15.866371 [ 3 ] {} <Debug> HTTP-Session: ec345104-35ac-496c-937c-e465b1691259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13246 | 2024.09.01 21:06:15.866400 [ 3 ] {} <Trace> HTTP-Session: ec345104-35ac-496c-937c-e465b1691259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13247 | 2024.09.01 21:06:15.866506 [ 3 ] {ea99f103-2f8b-44f1-9143-ff9cf8600ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13248 | 2024.09.01 21:06:15.866567 [ 3 ] {ea99f103-2f8b-44f1-9143-ff9cf8600ec4} <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 | ||
13249 | 2024.09.01 21:06:15.866981 [ 3 ] {ea99f103-2f8b-44f1-9143-ff9cf8600ec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13250 | 2024.09.01 21:06:15.867372 [ 3 ] {ea99f103-2f8b-44f1-9143-ff9cf8600ec4} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13251 | 2024.09.01 21:06:15.867408 [ 3 ] {ea99f103-2f8b-44f1-9143-ff9cf8600ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13252 | 2024.09.01 21:06:15.867958 [ 3 ] {ea99f103-2f8b-44f1-9143-ff9cf8600ec4} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13253 | 2024.09.01 21:06:15.868363 [ 3 ] {ea99f103-2f8b-44f1-9143-ff9cf8600ec4} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13254 | 2024.09.01 21:06:15.868546 [ 3 ] {ea99f103-2f8b-44f1-9143-ff9cf8600ec4} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002067 sec., 967.5858732462507 rows/sec., 1.73 MiB/sec. | ||
13255 | 2024.09.01 21:06:15.868752 [ 3 ] {ea99f103-2f8b-44f1-9143-ff9cf8600ec4} <Debug> DynamicQueryHandler: Done processing query | ||
13256 | 2024.09.01 21:06:15.868776 [ 3 ] {ea99f103-2f8b-44f1-9143-ff9cf8600ec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13257 | 2024.09.01 21:06:15.868792 [ 3 ] {} <Debug> HTTP-Session: ec345104-35ac-496c-937c-e465b1691259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13258 | 2024.09.01 21:06:15.868915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13259 | 2024.09.01 21:06:15.868962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13260 | 2024.09.01 21:06:15.868980 [ 3 ] {} <Debug> HTTP-Session: cc8e9691-d52a-4682-a67c-5a3f87488e7b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13261 | 2024.09.01 21:06:15.868996 [ 3 ] {} <Debug> HTTP-Session: cc8e9691-d52a-4682-a67c-5a3f87488e7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13262 | 2024.09.01 21:06:15.869009 [ 3 ] {} <Debug> HTTP-Session: cc8e9691-d52a-4682-a67c-5a3f87488e7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13263 | 2024.09.01 21:06:15.869039 [ 3 ] {} <Trace> HTTP-Session: cc8e9691-d52a-4682-a67c-5a3f87488e7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13264 | 2024.09.01 21:06:15.869157 [ 3 ] {2b27bcf7-7688-43e2-95b9-85c9ea5273b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13265 | 2024.09.01 21:06:15.869200 [ 3 ] {2b27bcf7-7688-43e2-95b9-85c9ea5273b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13266 | 2024.09.01 21:06:15.869323 [ 3 ] {2b27bcf7-7688-43e2-95b9-85c9ea5273b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13267 | 2024.09.01 21:06:15.869594 [ 3 ] {2b27bcf7-7688-43e2-95b9-85c9ea5273b8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13268 | 2024.09.01 21:06:15.869629 [ 3 ] {2b27bcf7-7688-43e2-95b9-85c9ea5273b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13269 | 2024.09.01 21:06:15.869978 [ 3 ] {2b27bcf7-7688-43e2-95b9-85c9ea5273b8} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13270 | 2024.09.01 21:06:15.870298 [ 3 ] {2b27bcf7-7688-43e2-95b9-85c9ea5273b8} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13271 | 2024.09.01 21:06:15.870417 [ 3 ] {2b27bcf7-7688-43e2-95b9-85c9ea5273b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001298 sec., 46224.96147919877 rows/sec., 3.12 MiB/sec. | ||
13272 | 2024.09.01 21:06:15.870590 [ 3 ] {2b27bcf7-7688-43e2-95b9-85c9ea5273b8} <Debug> DynamicQueryHandler: Done processing query | ||
13273 | 2024.09.01 21:06:15.870626 [ 3 ] {2b27bcf7-7688-43e2-95b9-85c9ea5273b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13274 | 2024.09.01 21:06:15.870657 [ 3 ] {} <Debug> HTTP-Session: cc8e9691-d52a-4682-a67c-5a3f87488e7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13275 | 2024.09.01 21:06:20.011696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13276 | 2024.09.01 21:06:20.011884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13277 | 2024.09.01 21:06:20.011928 [ 3 ] {} <Debug> HTTP-Session: 20604a60-bdd1-4f11-a5b4-6ee2bd03d081 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13278 | 2024.09.01 21:06:20.011970 [ 3 ] {} <Debug> HTTP-Session: 20604a60-bdd1-4f11-a5b4-6ee2bd03d081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13279 | 2024.09.01 21:06:20.011999 [ 3 ] {} <Debug> HTTP-Session: 20604a60-bdd1-4f11-a5b4-6ee2bd03d081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13280 | 2024.09.01 21:06:20.012076 [ 3 ] {} <Trace> HTTP-Session: 20604a60-bdd1-4f11-a5b4-6ee2bd03d081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13281 | 2024.09.01 21:06:20.012354 [ 3 ] {d6b76eb6-f6d8-4aac-9713-f8f3e416d767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13282 | 2024.09.01 21:06:20.012461 [ 3 ] {d6b76eb6-f6d8-4aac-9713-f8f3e416d767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13283 | 2024.09.01 21:06:20.012994 [ 3 ] {d6b76eb6-f6d8-4aac-9713-f8f3e416d767} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13284 | 2024.09.01 21:06:20.013353 [ 3 ] {d6b76eb6-f6d8-4aac-9713-f8f3e416d767} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13285 | 2024.09.01 21:06:20.013394 [ 3 ] {d6b76eb6-f6d8-4aac-9713-f8f3e416d767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13286 | 2024.09.01 21:06:20.013781 [ 3 ] {d6b76eb6-f6d8-4aac-9713-f8f3e416d767} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
13287 | 2024.09.01 21:06:20.014148 [ 3 ] {d6b76eb6-f6d8-4aac-9713-f8f3e416d767} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13288 | 2024.09.01 21:06:20.014317 [ 3 ] {d6b76eb6-f6d8-4aac-9713-f8f3e416d767} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002042 sec., 979.4319294809011 rows/sec., 79.87 KiB/sec. | ||
13289 | 2024.09.01 21:06:20.014346 [ 78 ] {} <Debug> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
13290 | 2024.09.01 21:06:20.014489 [ 78 ] {} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13291 | 2024.09.01 21:06:20.014548 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13292 | 2024.09.01 21:06:20.014594 [ 3 ] {d6b76eb6-f6d8-4aac-9713-f8f3e416d767} <Debug> DynamicQueryHandler: Done processing query | ||
13293 | 2024.09.01 21:06:20.014660 [ 3 ] {d6b76eb6-f6d8-4aac-9713-f8f3e416d767} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13294 | 2024.09.01 21:06:20.014724 [ 3 ] {} <Debug> HTTP-Session: 20604a60-bdd1-4f11-a5b4-6ee2bd03d081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13295 | 2024.09.01 21:06:20.014957 [ 195 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
13296 | 2024.09.01 21:06:20.015211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 196031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13297 | 2024.09.01 21:06:20.015281 [ 195 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13298 | 2024.09.01 21:06:20.015307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13299 | 2024.09.01 21:06:20.015352 [ 195 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
13300 | 2024.09.01 21:06:20.015355 [ 3 ] {} <Debug> HTTP-Session: 034191a3-25f7-4a3c-be3a-e93f55888f58 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13301 | 2024.09.01 21:06:20.015413 [ 3 ] {} <Debug> HTTP-Session: 034191a3-25f7-4a3c-be3a-e93f55888f58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13302 | 2024.09.01 21:06:20.015453 [ 3 ] {} <Debug> HTTP-Session: 034191a3-25f7-4a3c-be3a-e93f55888f58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13303 | 2024.09.01 21:06:20.015578 [ 3 ] {} <Trace> HTTP-Session: 034191a3-25f7-4a3c-be3a-e93f55888f58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13304 | 2024.09.01 21:06:20.015597 [ 195 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
13305 | 2024.09.01 21:06:20.016006 [ 195 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
13306 | 2024.09.01 21:06:20.016181 [ 195 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
13307 | 2024.09.01 21:06:20.016395 [ 195 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
13308 | 2024.09.01 21:06:20.016403 [ 3 ] {30822529-5afa-4070-8772-de37dd189f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13309 | 2024.09.01 21:06:20.016550 [ 3 ] {30822529-5afa-4070-8772-de37dd189f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13310 | 2024.09.01 21:06:20.016646 [ 195 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
13311 | 2024.09.01 21:06:20.017776 [ 3 ] {30822529-5afa-4070-8772-de37dd189f8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13312 | 2024.09.01 21:06:20.018854 [ 195 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.004180036 sec., 8612.366017900325 rows/sec., 735.92 KiB/sec. | ||
13313 | 2024.09.01 21:06:20.019080 [ 187 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
13314 | 2024.09.01 21:06:20.019481 [ 3 ] {30822529-5afa-4070-8772-de37dd189f8c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13315 | 2024.09.01 21:06:20.019545 [ 3 ] {30822529-5afa-4070-8772-de37dd189f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13316 | 2024.09.01 21:06:20.019820 [ 187 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_25_5} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13317 | 2024.09.01 21:06:20.020006 [ 187 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_25_5} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
13318 | 2024.09.01 21:06:20.020180 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
13319 | 2024.09.01 21:06:20.020365 [ 3 ] {30822529-5afa-4070-8772-de37dd189f8c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13320 | 2024.09.01 21:06:20.020742 [ 3 ] {30822529-5afa-4070-8772-de37dd189f8c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13321 | 2024.09.01 21:06:20.020885 [ 3 ] {30822529-5afa-4070-8772-de37dd189f8c} <Debug> executeQuery: Read 1346 rows, 114.64 KiB in 0.004973 sec., 270661.57249145384 rows/sec., 22.51 MiB/sec. | ||
13322 | 2024.09.01 21:06:20.021129 [ 3 ] {30822529-5afa-4070-8772-de37dd189f8c} <Debug> DynamicQueryHandler: Done processing query | ||
13323 | 2024.09.01 21:06:20.021155 [ 3 ] {30822529-5afa-4070-8772-de37dd189f8c} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
13324 | 2024.09.01 21:06:20.021171 [ 3 ] {} <Debug> HTTP-Session: 034191a3-25f7-4a3c-be3a-e93f55888f58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13325 | 2024.09.01 21:06:20.021419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13326 | 2024.09.01 21:06:20.021468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13327 | 2024.09.01 21:06:20.021486 [ 3 ] {} <Debug> HTTP-Session: 64574a13-77fc-492c-8622-5e23b613ea9f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13328 | 2024.09.01 21:06:20.021503 [ 3 ] {} <Debug> HTTP-Session: 64574a13-77fc-492c-8622-5e23b613ea9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13329 | 2024.09.01 21:06:20.021517 [ 3 ] {} <Debug> HTTP-Session: 64574a13-77fc-492c-8622-5e23b613ea9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13330 | 2024.09.01 21:06:20.021548 [ 3 ] {} <Trace> HTTP-Session: 64574a13-77fc-492c-8622-5e23b613ea9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13331 | 2024.09.01 21:06:20.021645 [ 3 ] {3d77bf1f-8b1c-485b-9d3d-b17dc19ea948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13332 | 2024.09.01 21:06:20.021688 [ 3 ] {3d77bf1f-8b1c-485b-9d3d-b17dc19ea948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13333 | 2024.09.01 21:06:20.021925 [ 3 ] {3d77bf1f-8b1c-485b-9d3d-b17dc19ea948} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13334 | 2024.09.01 21:06:20.022271 [ 3 ] {3d77bf1f-8b1c-485b-9d3d-b17dc19ea948} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13335 | 2024.09.01 21:06:20.022308 [ 3 ] {3d77bf1f-8b1c-485b-9d3d-b17dc19ea948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13336 | 2024.09.01 21:06:20.022649 [ 3 ] {3d77bf1f-8b1c-485b-9d3d-b17dc19ea948} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13337 | 2024.09.01 21:06:20.022994 [ 3 ] {3d77bf1f-8b1c-485b-9d3d-b17dc19ea948} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13338 | 2024.09.01 21:06:20.023168 [ 3 ] {3d77bf1f-8b1c-485b-9d3d-b17dc19ea948} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001528 sec., 6544.502617801047 rows/sec., 485.09 KiB/sec. | ||
13339 | 2024.09.01 21:06:20.023245 [ 77 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13340 | 2024.09.01 21:06:20.023383 [ 77 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13341 | 2024.09.01 21:06:20.023439 [ 3 ] {3d77bf1f-8b1c-485b-9d3d-b17dc19ea948} <Debug> DynamicQueryHandler: Done processing query | ||
13342 | 2024.09.01 21:06:20.023447 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13343 | 2024.09.01 21:06:20.023477 [ 3 ] {3d77bf1f-8b1c-485b-9d3d-b17dc19ea948} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13344 | 2024.09.01 21:06:20.023521 [ 3 ] {} <Debug> HTTP-Session: 64574a13-77fc-492c-8622-5e23b613ea9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13345 | 2024.09.01 21:06:20.023725 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
13346 | 2024.09.01 21:06:20.023783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13347 | 2024.09.01 21:06:20.023934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13348 | 2024.09.01 21:06:20.024026 [ 3 ] {} <Debug> HTTP-Session: e13e04fc-dd62-4bfb-aefb-f56682838323 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13349 | 2024.09.01 21:06:20.024100 [ 3 ] {} <Debug> HTTP-Session: e13e04fc-dd62-4bfb-aefb-f56682838323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13350 | 2024.09.01 21:06:20.024163 [ 3 ] {} <Debug> HTTP-Session: e13e04fc-dd62-4bfb-aefb-f56682838323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13351 | 2024.09.01 21:06:20.024306 [ 3 ] {} <Trace> HTTP-Session: e13e04fc-dd62-4bfb-aefb-f56682838323 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13352 | 2024.09.01 21:06:20.024347 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13353 | 2024.09.01 21:06:20.024462 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 55 rows starting from the beginning of the part | ||
13354 | 2024.09.01 21:06:20.024816 [ 3 ] {bbaf1b87-aea0-4e7f-a629-c97b00d9658e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13355 | 2024.09.01 21:06:20.024893 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 35 rows starting from the beginning of the part | ||
13356 | 2024.09.01 21:06:20.025028 [ 3 ] {bbaf1b87-aea0-4e7f-a629-c97b00d9658e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13357 | 2024.09.01 21:06:20.025304 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 4 rows starting from the beginning of the part | ||
13358 | 2024.09.01 21:06:20.025716 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 37 rows starting from the beginning of the part | ||
13359 | 2024.09.01 21:06:20.026072 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 2 rows starting from the beginning of the part | ||
13360 | 2024.09.01 21:06:20.026546 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 10 rows starting from the beginning of the part | ||
13361 | 2024.09.01 21:06:20.027527 [ 3 ] {bbaf1b87-aea0-4e7f-a629-c97b00d9658e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13362 | 2024.09.01 21:06:20.028761 [ 3 ] {bbaf1b87-aea0-4e7f-a629-c97b00d9658e} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13363 | 2024.09.01 21:06:20.028833 [ 3 ] {bbaf1b87-aea0-4e7f-a629-c97b00d9658e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13364 | 2024.09.01 21:06:20.029540 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 143 rows, containing 5 columns (5 merged, 0 gathered) in 0.005954 sec., 24017.467248908295 rows/sec., 1.83 MiB/sec. | ||
13365 | 2024.09.01 21:06:20.029738 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13366 | 2024.09.01 21:06:20.029812 [ 3 ] {bbaf1b87-aea0-4e7f-a629-c97b00d9658e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13367 | 2024.09.01 21:06:20.030856 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13368 | 2024.09.01 21:06:20.030934 [ 3 ] {bbaf1b87-aea0-4e7f-a629-c97b00d9658e} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13369 | 2024.09.01 21:06:20.031038 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_66_13} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13370 | 2024.09.01 21:06:20.031293 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
13371 | 2024.09.01 21:06:20.031309 [ 3 ] {bbaf1b87-aea0-4e7f-a629-c97b00d9658e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006793 sec., 35624.90799352274 rows/sec., 2.41 MiB/sec. | ||
13372 | 2024.09.01 21:06:20.031534 [ 3 ] {bbaf1b87-aea0-4e7f-a629-c97b00d9658e} <Debug> DynamicQueryHandler: Done processing query | ||
13373 | 2024.09.01 21:06:20.031558 [ 3 ] {bbaf1b87-aea0-4e7f-a629-c97b00d9658e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13374 | 2024.09.01 21:06:20.031575 [ 3 ] {} <Debug> HTTP-Session: e13e04fc-dd62-4bfb-aefb-f56682838323 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13375 | 2024.09.01 21:06:20.031738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13376 | 2024.09.01 21:06:20.031787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13377 | 2024.09.01 21:06:20.031807 [ 3 ] {} <Debug> HTTP-Session: 0d1de152-6d08-49d6-b46b-8a5b52a762ba Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13378 | 2024.09.01 21:06:20.031823 [ 3 ] {} <Debug> HTTP-Session: 0d1de152-6d08-49d6-b46b-8a5b52a762ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13379 | 2024.09.01 21:06:20.031837 [ 3 ] {} <Debug> HTTP-Session: 0d1de152-6d08-49d6-b46b-8a5b52a762ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13380 | 2024.09.01 21:06:20.031870 [ 3 ] {} <Trace> HTTP-Session: 0d1de152-6d08-49d6-b46b-8a5b52a762ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13381 | 2024.09.01 21:06:20.031965 [ 3 ] {69ce8963-c967-451c-8412-4240aa15fa96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13382 | 2024.09.01 21:06:20.032007 [ 3 ] {69ce8963-c967-451c-8412-4240aa15fa96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13383 | 2024.09.01 21:06:20.032239 [ 3 ] {69ce8963-c967-451c-8412-4240aa15fa96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13384 | 2024.09.01 21:06:20.032532 [ 3 ] {69ce8963-c967-451c-8412-4240aa15fa96} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13385 | 2024.09.01 21:06:20.032568 [ 3 ] {69ce8963-c967-451c-8412-4240aa15fa96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13386 | 2024.09.01 21:06:20.032910 [ 3 ] {69ce8963-c967-451c-8412-4240aa15fa96} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13387 | 2024.09.01 21:06:20.033258 [ 3 ] {69ce8963-c967-451c-8412-4240aa15fa96} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13388 | 2024.09.01 21:06:20.033414 [ 3 ] {69ce8963-c967-451c-8412-4240aa15fa96} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 240.82 KiB/sec. | ||
13389 | 2024.09.01 21:06:20.033766 [ 3 ] {69ce8963-c967-451c-8412-4240aa15fa96} <Debug> DynamicQueryHandler: Done processing query | ||
13390 | 2024.09.01 21:06:20.033805 [ 3 ] {69ce8963-c967-451c-8412-4240aa15fa96} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13391 | 2024.09.01 21:06:20.033823 [ 3 ] {} <Debug> HTTP-Session: 0d1de152-6d08-49d6-b46b-8a5b52a762ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13392 | 2024.09.01 21:06:20.034104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 138442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13393 | 2024.09.01 21:06:20.034153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13394 | 2024.09.01 21:06:20.034172 [ 3 ] {} <Debug> HTTP-Session: 6b6b804f-9ffb-41b7-bb8b-239bbf1056a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13395 | 2024.09.01 21:06:20.034189 [ 3 ] {} <Debug> HTTP-Session: 6b6b804f-9ffb-41b7-bb8b-239bbf1056a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13396 | 2024.09.01 21:06:20.034204 [ 3 ] {} <Debug> HTTP-Session: 6b6b804f-9ffb-41b7-bb8b-239bbf1056a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13397 | 2024.09.01 21:06:20.034234 [ 3 ] {} <Trace> HTTP-Session: 6b6b804f-9ffb-41b7-bb8b-239bbf1056a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13398 | 2024.09.01 21:06:20.034534 [ 3 ] {b7582aee-164f-4b07-ad4a-5559f446bfd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13399 | 2024.09.01 21:06:20.034580 [ 3 ] {b7582aee-164f-4b07-ad4a-5559f446bfd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13400 | 2024.09.01 21:06:20.034827 [ 3 ] {b7582aee-164f-4b07-ad4a-5559f446bfd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13401 | 2024.09.01 21:06:20.035740 [ 3 ] {b7582aee-164f-4b07-ad4a-5559f446bfd5} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13402 | 2024.09.01 21:06:20.035777 [ 3 ] {b7582aee-164f-4b07-ad4a-5559f446bfd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13403 | 2024.09.01 21:06:20.036162 [ 3 ] {b7582aee-164f-4b07-ad4a-5559f446bfd5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13404 | 2024.09.01 21:06:20.036510 [ 3 ] {b7582aee-164f-4b07-ad4a-5559f446bfd5} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13405 | 2024.09.01 21:06:20.036661 [ 3 ] {b7582aee-164f-4b07-ad4a-5559f446bfd5} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.0023 sec., 368695.652173913 rows/sec., 26.65 MiB/sec. | ||
13406 | 2024.09.01 21:06:20.036832 [ 3 ] {b7582aee-164f-4b07-ad4a-5559f446bfd5} <Debug> DynamicQueryHandler: Done processing query | ||
13407 | 2024.09.01 21:06:20.036855 [ 3 ] {b7582aee-164f-4b07-ad4a-5559f446bfd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
13408 | 2024.09.01 21:06:20.036871 [ 3 ] {} <Debug> HTTP-Session: 6b6b804f-9ffb-41b7-bb8b-239bbf1056a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13409 | 2024.09.01 21:06:20.037097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13410 | 2024.09.01 21:06:20.037151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13411 | 2024.09.01 21:06:20.037170 [ 3 ] {} <Debug> HTTP-Session: e79a96d6-93fe-45c7-9a47-fd0373f082d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13412 | 2024.09.01 21:06:20.037186 [ 3 ] {} <Debug> HTTP-Session: e79a96d6-93fe-45c7-9a47-fd0373f082d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13413 | 2024.09.01 21:06:20.037200 [ 3 ] {} <Debug> HTTP-Session: e79a96d6-93fe-45c7-9a47-fd0373f082d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13414 | 2024.09.01 21:06:20.037231 [ 3 ] {} <Trace> HTTP-Session: e79a96d6-93fe-45c7-9a47-fd0373f082d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13415 | 2024.09.01 21:06:20.037324 [ 3 ] {50d78687-2a40-4707-b9c7-7d87da6a687f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13416 | 2024.09.01 21:06:20.037367 [ 3 ] {50d78687-2a40-4707-b9c7-7d87da6a687f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13417 | 2024.09.01 21:06:20.037497 [ 3 ] {50d78687-2a40-4707-b9c7-7d87da6a687f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13418 | 2024.09.01 21:06:20.037809 [ 3 ] {50d78687-2a40-4707-b9c7-7d87da6a687f} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13419 | 2024.09.01 21:06:20.037844 [ 3 ] {50d78687-2a40-4707-b9c7-7d87da6a687f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13420 | 2024.09.01 21:06:20.038198 [ 3 ] {50d78687-2a40-4707-b9c7-7d87da6a687f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13421 | 2024.09.01 21:06:20.038513 [ 3 ] {50d78687-2a40-4707-b9c7-7d87da6a687f} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13422 | 2024.09.01 21:06:20.038670 [ 77 ] {} <Debug> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
13423 | 2024.09.01 21:06:20.038678 [ 3 ] {50d78687-2a40-4707-b9c7-7d87da6a687f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 229.15 KiB/sec. | ||
13424 | 2024.09.01 21:06:20.038717 [ 77 ] {} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13425 | 2024.09.01 21:06:20.038780 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13426 | 2024.09.01 21:06:20.039044 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
13427 | 2024.09.01 21:06:20.039095 [ 3 ] {50d78687-2a40-4707-b9c7-7d87da6a687f} <Debug> DynamicQueryHandler: Done processing query | ||
13428 | 2024.09.01 21:06:20.039178 [ 3 ] {50d78687-2a40-4707-b9c7-7d87da6a687f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13429 | 2024.09.01 21:06:20.039283 [ 3 ] {} <Debug> HTTP-Session: e79a96d6-93fe-45c7-9a47-fd0373f082d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13430 | 2024.09.01 21:06:20.039504 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13431 | 2024.09.01 21:06:20.039551 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
13432 | 2024.09.01 21:06:20.039680 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
13433 | 2024.09.01 21:06:20.039850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 172250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13434 | 2024.09.01 21:06:20.040016 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
13435 | 2024.09.01 21:06:20.040028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13436 | 2024.09.01 21:06:20.040133 [ 3 ] {} <Debug> HTTP-Session: 3539ba39-6f7a-4763-b47f-0cf10ee81002 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13437 | 2024.09.01 21:06:20.040211 [ 3 ] {} <Debug> HTTP-Session: 3539ba39-6f7a-4763-b47f-0cf10ee81002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13438 | 2024.09.01 21:06:20.040303 [ 3 ] {} <Debug> HTTP-Session: 3539ba39-6f7a-4763-b47f-0cf10ee81002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13439 | 2024.09.01 21:06:20.040349 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
13440 | 2024.09.01 21:06:20.040415 [ 3 ] {} <Trace> HTTP-Session: 3539ba39-6f7a-4763-b47f-0cf10ee81002 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13441 | 2024.09.01 21:06:20.040733 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13442 | 2024.09.01 21:06:20.040893 [ 201 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
13443 | 2024.09.01 21:06:20.041177 [ 3 ] {bf7461ef-8728-4f9c-abee-dc63d80bc5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13444 | 2024.09.01 21:06:20.041322 [ 3 ] {bf7461ef-8728-4f9c-abee-dc63d80bc5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13445 | 2024.09.01 21:06:20.041800 [ 3 ] {bf7461ef-8728-4f9c-abee-dc63d80bc5d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13446 | 2024.09.01 21:06:20.042763 [ 192 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.003880302 sec., 47934.41335236278 rows/sec., 2.45 MiB/sec. | ||
13447 | 2024.09.01 21:06:20.042970 [ 192 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
13448 | 2024.09.01 21:06:20.043072 [ 3 ] {bf7461ef-8728-4f9c-abee-dc63d80bc5d8} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13449 | 2024.09.01 21:06:20.043111 [ 3 ] {bf7461ef-8728-4f9c-abee-dc63d80bc5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13450 | 2024.09.01 21:06:20.043505 [ 192 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_31_6} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13451 | 2024.09.01 21:06:20.043614 [ 192 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_31_6} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
13452 | 2024.09.01 21:06:20.043708 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13453 | 2024.09.01 21:06:20.043723 [ 3 ] {bf7461ef-8728-4f9c-abee-dc63d80bc5d8} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13454 | 2024.09.01 21:06:20.044057 [ 3 ] {bf7461ef-8728-4f9c-abee-dc63d80bc5d8} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13455 | 2024.09.01 21:06:20.044216 [ 3 ] {bf7461ef-8728-4f9c-abee-dc63d80bc5d8} <Debug> executeQuery: Read 910 rows, 62.23 KiB in 0.003491 sec., 260670.29504439989 rows/sec., 17.41 MiB/sec. | ||
13456 | 2024.09.01 21:06:20.044413 [ 3 ] {bf7461ef-8728-4f9c-abee-dc63d80bc5d8} <Debug> DynamicQueryHandler: Done processing query | ||
13457 | 2024.09.01 21:06:20.044437 [ 3 ] {bf7461ef-8728-4f9c-abee-dc63d80bc5d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
13458 | 2024.09.01 21:06:20.044453 [ 3 ] {} <Debug> HTTP-Session: 3539ba39-6f7a-4763-b47f-0cf10ee81002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13459 | 2024.09.01 21:06:20.044649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13460 | 2024.09.01 21:06:20.044699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13461 | 2024.09.01 21:06:20.044718 [ 3 ] {} <Debug> HTTP-Session: c386ce6a-6869-437c-bf44-6595fcb946fc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13462 | 2024.09.01 21:06:20.044734 [ 3 ] {} <Debug> HTTP-Session: c386ce6a-6869-437c-bf44-6595fcb946fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13463 | 2024.09.01 21:06:20.044748 [ 3 ] {} <Debug> HTTP-Session: c386ce6a-6869-437c-bf44-6595fcb946fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13464 | 2024.09.01 21:06:20.044779 [ 3 ] {} <Trace> HTTP-Session: c386ce6a-6869-437c-bf44-6595fcb946fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13465 | 2024.09.01 21:06:20.044872 [ 3 ] {48edd1f5-cdd4-4060-a2c7-325a0141ffb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13466 | 2024.09.01 21:06:20.044916 [ 3 ] {48edd1f5-cdd4-4060-a2c7-325a0141ffb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13467 | 2024.09.01 21:06:20.045049 [ 3 ] {48edd1f5-cdd4-4060-a2c7-325a0141ffb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13468 | 2024.09.01 21:06:20.045309 [ 3 ] {48edd1f5-cdd4-4060-a2c7-325a0141ffb0} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13469 | 2024.09.01 21:06:20.045343 [ 3 ] {48edd1f5-cdd4-4060-a2c7-325a0141ffb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13470 | 2024.09.01 21:06:20.045680 [ 3 ] {48edd1f5-cdd4-4060-a2c7-325a0141ffb0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13471 | 2024.09.01 21:06:20.045994 [ 3 ] {48edd1f5-cdd4-4060-a2c7-325a0141ffb0} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13472 | 2024.09.01 21:06:20.046156 [ 3 ] {48edd1f5-cdd4-4060-a2c7-325a0141ffb0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001297 sec., 771.0100231303007 rows/sec., 51.95 KiB/sec. | ||
13473 | 2024.09.01 21:06:20.046309 [ 3 ] {48edd1f5-cdd4-4060-a2c7-325a0141ffb0} <Debug> DynamicQueryHandler: Done processing query | ||
13474 | 2024.09.01 21:06:20.046332 [ 3 ] {48edd1f5-cdd4-4060-a2c7-325a0141ffb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13475 | 2024.09.01 21:06:20.046349 [ 3 ] {} <Debug> HTTP-Session: c386ce6a-6869-437c-bf44-6595fcb946fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13476 | 2024.09.01 21:06:20.046467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 14271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13477 | 2024.09.01 21:06:20.046514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13478 | 2024.09.01 21:06:20.046533 [ 3 ] {} <Debug> HTTP-Session: 74e1aacd-edef-4bf9-956b-6157391a7cdc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13479 | 2024.09.01 21:06:20.046548 [ 3 ] {} <Debug> HTTP-Session: 74e1aacd-edef-4bf9-956b-6157391a7cdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13480 | 2024.09.01 21:06:20.046562 [ 3 ] {} <Debug> HTTP-Session: 74e1aacd-edef-4bf9-956b-6157391a7cdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13481 | 2024.09.01 21:06:20.046593 [ 3 ] {} <Trace> HTTP-Session: 74e1aacd-edef-4bf9-956b-6157391a7cdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13482 | 2024.09.01 21:06:20.046747 [ 3 ] {9edda980-b356-4ebd-9760-a11db5382175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13483 | 2024.09.01 21:06:20.046809 [ 3 ] {9edda980-b356-4ebd-9760-a11db5382175} <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 | ||
13484 | 2024.09.01 21:06:20.047228 [ 3 ] {9edda980-b356-4ebd-9760-a11db5382175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13485 | 2024.09.01 21:06:20.047774 [ 3 ] {9edda980-b356-4ebd-9760-a11db5382175} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13486 | 2024.09.01 21:06:20.047811 [ 3 ] {9edda980-b356-4ebd-9760-a11db5382175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13487 | 2024.09.01 21:06:20.048392 [ 3 ] {9edda980-b356-4ebd-9760-a11db5382175} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13488 | 2024.09.01 21:06:20.048815 [ 3 ] {9edda980-b356-4ebd-9760-a11db5382175} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13489 | 2024.09.01 21:06:20.049012 [ 3 ] {9edda980-b356-4ebd-9760-a11db5382175} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002338 sec., 3421.7279726261763 rows/sec., 6.13 MiB/sec. | ||
13490 | 2024.09.01 21:06:20.049229 [ 3 ] {9edda980-b356-4ebd-9760-a11db5382175} <Debug> DynamicQueryHandler: Done processing query | ||
13491 | 2024.09.01 21:06:20.049253 [ 3 ] {9edda980-b356-4ebd-9760-a11db5382175} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13492 | 2024.09.01 21:06:20.049270 [ 3 ] {} <Debug> HTTP-Session: 74e1aacd-edef-4bf9-956b-6157391a7cdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13493 | 2024.09.01 21:06:20.049390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13494 | 2024.09.01 21:06:20.049438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13495 | 2024.09.01 21:06:20.049458 [ 3 ] {} <Debug> HTTP-Session: c6fd1691-2604-4d5d-b035-a9fd187ea7e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13496 | 2024.09.01 21:06:20.049475 [ 3 ] {} <Debug> HTTP-Session: c6fd1691-2604-4d5d-b035-a9fd187ea7e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13497 | 2024.09.01 21:06:20.049489 [ 3 ] {} <Debug> HTTP-Session: c6fd1691-2604-4d5d-b035-a9fd187ea7e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13498 | 2024.09.01 21:06:20.049519 [ 3 ] {} <Trace> HTTP-Session: c6fd1691-2604-4d5d-b035-a9fd187ea7e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13499 | 2024.09.01 21:06:20.049643 [ 3 ] {3318958d-51a3-471c-8cf4-97e81526731d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13500 | 2024.09.01 21:06:20.049686 [ 3 ] {3318958d-51a3-471c-8cf4-97e81526731d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13501 | 2024.09.01 21:06:20.049816 [ 3 ] {3318958d-51a3-471c-8cf4-97e81526731d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13502 | 2024.09.01 21:06:20.050104 [ 3 ] {3318958d-51a3-471c-8cf4-97e81526731d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13503 | 2024.09.01 21:06:20.050143 [ 3 ] {3318958d-51a3-471c-8cf4-97e81526731d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13504 | 2024.09.01 21:06:20.050509 [ 3 ] {3318958d-51a3-471c-8cf4-97e81526731d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13505 | 2024.09.01 21:06:20.050844 [ 3 ] {3318958d-51a3-471c-8cf4-97e81526731d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13506 | 2024.09.01 21:06:20.050996 [ 3 ] {3318958d-51a3-471c-8cf4-97e81526731d} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.001394 sec., 54519.368723098996 rows/sec., 3.45 MiB/sec. | ||
13507 | 2024.09.01 21:06:20.051159 [ 3 ] {3318958d-51a3-471c-8cf4-97e81526731d} <Debug> DynamicQueryHandler: Done processing query | ||
13508 | 2024.09.01 21:06:20.051182 [ 3 ] {3318958d-51a3-471c-8cf4-97e81526731d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13509 | 2024.09.01 21:06:20.051197 [ 3 ] {} <Debug> HTTP-Session: c6fd1691-2604-4d5d-b035-a9fd187ea7e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13510 | 2024.09.01 21:06:20.851724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13511 | 2024.09.01 21:06:20.851831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13512 | 2024.09.01 21:06:20.851854 [ 3 ] {} <Debug> HTTP-Session: b511a12c-723a-435a-9ae0-43535a866e2c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13513 | 2024.09.01 21:06:20.851879 [ 3 ] {} <Debug> HTTP-Session: b511a12c-723a-435a-9ae0-43535a866e2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13514 | 2024.09.01 21:06:20.851895 [ 3 ] {} <Debug> HTTP-Session: b511a12c-723a-435a-9ae0-43535a866e2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13515 | 2024.09.01 21:06:20.851942 [ 3 ] {} <Trace> HTTP-Session: b511a12c-723a-435a-9ae0-43535a866e2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13516 | 2024.09.01 21:06:20.852141 [ 3 ] {9757f87c-94f6-4ae7-a0ec-c88a8a673353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13517 | 2024.09.01 21:06:20.852206 [ 3 ] {9757f87c-94f6-4ae7-a0ec-c88a8a673353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13518 | 2024.09.01 21:06:20.852527 [ 3 ] {9757f87c-94f6-4ae7-a0ec-c88a8a673353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13519 | 2024.09.01 21:06:20.852995 [ 3 ] {9757f87c-94f6-4ae7-a0ec-c88a8a673353} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13520 | 2024.09.01 21:06:20.853036 [ 3 ] {9757f87c-94f6-4ae7-a0ec-c88a8a673353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13521 | 2024.09.01 21:06:20.853449 [ 3 ] {9757f87c-94f6-4ae7-a0ec-c88a8a673353} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13522 | 2024.09.01 21:06:20.853837 [ 3 ] {9757f87c-94f6-4ae7-a0ec-c88a8a673353} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13523 | 2024.09.01 21:06:20.853995 [ 3 ] {9757f87c-94f6-4ae7-a0ec-c88a8a673353} <Debug> executeQuery: Read 84 rows, 7.46 KiB in 0.001925 sec., 43636.36363636363 rows/sec., 3.78 MiB/sec. | ||
13524 | 2024.09.01 21:06:20.854220 [ 3 ] {9757f87c-94f6-4ae7-a0ec-c88a8a673353} <Debug> DynamicQueryHandler: Done processing query | ||
13525 | 2024.09.01 21:06:20.854246 [ 3 ] {9757f87c-94f6-4ae7-a0ec-c88a8a673353} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13526 | 2024.09.01 21:06:20.854262 [ 3 ] {} <Debug> HTTP-Session: b511a12c-723a-435a-9ae0-43535a866e2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13527 | 2024.09.01 21:06:20.854389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13528 | 2024.09.01 21:06:20.854440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13529 | 2024.09.01 21:06:20.854459 [ 3 ] {} <Debug> HTTP-Session: ae3fb9b7-a2b3-4fc2-a047-cc6aa840c0a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13530 | 2024.09.01 21:06:20.854477 [ 3 ] {} <Debug> HTTP-Session: ae3fb9b7-a2b3-4fc2-a047-cc6aa840c0a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13531 | 2024.09.01 21:06:20.854491 [ 3 ] {} <Debug> HTTP-Session: ae3fb9b7-a2b3-4fc2-a047-cc6aa840c0a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13532 | 2024.09.01 21:06:20.854522 [ 3 ] {} <Trace> HTTP-Session: ae3fb9b7-a2b3-4fc2-a047-cc6aa840c0a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13533 | 2024.09.01 21:06:20.854632 [ 3 ] {c5520bf3-46e1-4acb-879f-7184528a6191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13534 | 2024.09.01 21:06:20.854676 [ 3 ] {c5520bf3-46e1-4acb-879f-7184528a6191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13535 | 2024.09.01 21:06:20.854905 [ 3 ] {c5520bf3-46e1-4acb-879f-7184528a6191} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13536 | 2024.09.01 21:06:20.855224 [ 3 ] {c5520bf3-46e1-4acb-879f-7184528a6191} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13537 | 2024.09.01 21:06:20.855269 [ 3 ] {c5520bf3-46e1-4acb-879f-7184528a6191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13538 | 2024.09.01 21:06:20.855812 [ 3 ] {c5520bf3-46e1-4acb-879f-7184528a6191} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13539 | 2024.09.01 21:06:20.856168 [ 3 ] {c5520bf3-46e1-4acb-879f-7184528a6191} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13540 | 2024.09.01 21:06:20.856319 [ 3 ] {c5520bf3-46e1-4acb-879f-7184528a6191} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001717 sec., 15725.101921956903 rows/sec., 1.15 MiB/sec. | ||
13541 | 2024.09.01 21:06:20.856475 [ 3 ] {c5520bf3-46e1-4acb-879f-7184528a6191} <Debug> DynamicQueryHandler: Done processing query | ||
13542 | 2024.09.01 21:06:20.856499 [ 3 ] {c5520bf3-46e1-4acb-879f-7184528a6191} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13543 | 2024.09.01 21:06:20.856515 [ 3 ] {} <Debug> HTTP-Session: ae3fb9b7-a2b3-4fc2-a047-cc6aa840c0a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13544 | 2024.09.01 21:06:20.856715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 10721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13545 | 2024.09.01 21:06:20.856762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13546 | 2024.09.01 21:06:20.856780 [ 3 ] {} <Debug> HTTP-Session: 716d4e30-b9aa-4969-b8df-8b20096a92ae Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13547 | 2024.09.01 21:06:20.856797 [ 3 ] {} <Debug> HTTP-Session: 716d4e30-b9aa-4969-b8df-8b20096a92ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13548 | 2024.09.01 21:06:20.856811 [ 3 ] {} <Debug> HTTP-Session: 716d4e30-b9aa-4969-b8df-8b20096a92ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13549 | 2024.09.01 21:06:20.856842 [ 3 ] {} <Trace> HTTP-Session: 716d4e30-b9aa-4969-b8df-8b20096a92ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13550 | 2024.09.01 21:06:20.856956 [ 3 ] {827b5446-d1ae-4a46-8331-c572b6b3d411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13551 | 2024.09.01 21:06:20.856999 [ 3 ] {827b5446-d1ae-4a46-8331-c572b6b3d411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13552 | 2024.09.01 21:06:20.857220 [ 3 ] {827b5446-d1ae-4a46-8331-c572b6b3d411} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13553 | 2024.09.01 21:06:20.857617 [ 3 ] {827b5446-d1ae-4a46-8331-c572b6b3d411} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13554 | 2024.09.01 21:06:20.857654 [ 3 ] {827b5446-d1ae-4a46-8331-c572b6b3d411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13555 | 2024.09.01 21:06:20.858005 [ 3 ] {827b5446-d1ae-4a46-8331-c572b6b3d411} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13556 | 2024.09.01 21:06:20.858364 [ 3 ] {827b5446-d1ae-4a46-8331-c572b6b3d411} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13557 | 2024.09.01 21:06:20.858517 [ 3 ] {827b5446-d1ae-4a46-8331-c572b6b3d411} <Debug> executeQuery: Read 63 rows, 5.04 KiB in 0.00159 sec., 39622.64150943396 rows/sec., 3.10 MiB/sec. | ||
13558 | 2024.09.01 21:06:20.858781 [ 3 ] {827b5446-d1ae-4a46-8331-c572b6b3d411} <Debug> DynamicQueryHandler: Done processing query | ||
13559 | 2024.09.01 21:06:20.858845 [ 3 ] {827b5446-d1ae-4a46-8331-c572b6b3d411} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13560 | 2024.09.01 21:06:20.858906 [ 3 ] {} <Debug> HTTP-Session: 716d4e30-b9aa-4969-b8df-8b20096a92ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13561 | 2024.09.01 21:06:20.859101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 2364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13562 | 2024.09.01 21:06:20.859154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13563 | 2024.09.01 21:06:20.859174 [ 3 ] {} <Debug> HTTP-Session: e86192b7-8dae-4ba3-84a0-76d335c0150d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13564 | 2024.09.01 21:06:20.859191 [ 3 ] {} <Debug> HTTP-Session: e86192b7-8dae-4ba3-84a0-76d335c0150d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13565 | 2024.09.01 21:06:20.859206 [ 3 ] {} <Debug> HTTP-Session: e86192b7-8dae-4ba3-84a0-76d335c0150d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13566 | 2024.09.01 21:06:20.859238 [ 3 ] {} <Trace> HTTP-Session: e86192b7-8dae-4ba3-84a0-76d335c0150d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13567 | 2024.09.01 21:06:20.859347 [ 3 ] {859988c4-57af-42d3-905b-0943f0543fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13568 | 2024.09.01 21:06:20.859395 [ 3 ] {859988c4-57af-42d3-905b-0943f0543fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13569 | 2024.09.01 21:06:20.859557 [ 3 ] {859988c4-57af-42d3-905b-0943f0543fa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13570 | 2024.09.01 21:06:20.859855 [ 3 ] {859988c4-57af-42d3-905b-0943f0543fa1} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13571 | 2024.09.01 21:06:20.859891 [ 3 ] {859988c4-57af-42d3-905b-0943f0543fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13572 | 2024.09.01 21:06:20.860265 [ 3 ] {859988c4-57af-42d3-905b-0943f0543fa1} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13573 | 2024.09.01 21:06:20.860601 [ 3 ] {859988c4-57af-42d3-905b-0943f0543fa1} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13574 | 2024.09.01 21:06:20.860763 [ 3 ] {859988c4-57af-42d3-905b-0943f0543fa1} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.001437 sec., 8350.730688935282 rows/sec., 600.07 KiB/sec. | ||
13575 | 2024.09.01 21:06:20.860932 [ 3 ] {859988c4-57af-42d3-905b-0943f0543fa1} <Debug> DynamicQueryHandler: Done processing query | ||
13576 | 2024.09.01 21:06:20.860957 [ 3 ] {859988c4-57af-42d3-905b-0943f0543fa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13577 | 2024.09.01 21:06:20.860973 [ 3 ] {} <Debug> HTTP-Session: e86192b7-8dae-4ba3-84a0-76d335c0150d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13578 | 2024.09.01 21:06:20.861187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13579 | 2024.09.01 21:06:20.861236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13580 | 2024.09.01 21:06:20.861256 [ 3 ] {} <Debug> HTTP-Session: b4942ab4-fe7e-4f80-9586-5be792c3a961 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13581 | 2024.09.01 21:06:20.861272 [ 3 ] {} <Debug> HTTP-Session: b4942ab4-fe7e-4f80-9586-5be792c3a961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13582 | 2024.09.01 21:06:20.861286 [ 3 ] {} <Debug> HTTP-Session: b4942ab4-fe7e-4f80-9586-5be792c3a961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13583 | 2024.09.01 21:06:20.861317 [ 3 ] {} <Trace> HTTP-Session: b4942ab4-fe7e-4f80-9586-5be792c3a961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13584 | 2024.09.01 21:06:20.861640 [ 3 ] {edb224c3-4b5c-45ef-b71b-b30bea5ebbf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13585 | 2024.09.01 21:06:20.861704 [ 3 ] {edb224c3-4b5c-45ef-b71b-b30bea5ebbf8} <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 | ||
13586 | 2024.09.01 21:06:20.862126 [ 3 ] {edb224c3-4b5c-45ef-b71b-b30bea5ebbf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13587 | 2024.09.01 21:06:20.862760 [ 3 ] {edb224c3-4b5c-45ef-b71b-b30bea5ebbf8} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13588 | 2024.09.01 21:06:20.862795 [ 3 ] {edb224c3-4b5c-45ef-b71b-b30bea5ebbf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13589 | 2024.09.01 21:06:20.863412 [ 3 ] {edb224c3-4b5c-45ef-b71b-b30bea5ebbf8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13590 | 2024.09.01 21:06:20.863814 [ 3 ] {edb224c3-4b5c-45ef-b71b-b30bea5ebbf8} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13591 | 2024.09.01 21:06:20.863992 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13592 | 2024.09.01 21:06:20.864006 [ 3 ] {edb224c3-4b5c-45ef-b71b-b30bea5ebbf8} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002593 sec., 10412.64944080216 rows/sec., 18.66 MiB/sec. | ||
13593 | 2024.09.01 21:06:20.864076 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13594 | 2024.09.01 21:06:20.864147 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13595 | 2024.09.01 21:06:20.864481 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
13596 | 2024.09.01 21:06:20.864572 [ 3 ] {edb224c3-4b5c-45ef-b71b-b30bea5ebbf8} <Debug> DynamicQueryHandler: Done processing query | ||
13597 | 2024.09.01 21:06:20.864611 [ 3 ] {edb224c3-4b5c-45ef-b71b-b30bea5ebbf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
13598 | 2024.09.01 21:06:20.864649 [ 3 ] {} <Debug> HTTP-Session: b4942ab4-fe7e-4f80-9586-5be792c3a961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13599 | 2024.09.01 21:06:20.864853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13600 | 2024.09.01 21:06:20.864991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13601 | 2024.09.01 21:06:20.865060 [ 3 ] {} <Debug> HTTP-Session: c5c1bd32-d46f-4814-9b94-cdc4c748fbc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13602 | 2024.09.01 21:06:20.865117 [ 3 ] {} <Debug> HTTP-Session: c5c1bd32-d46f-4814-9b94-cdc4c748fbc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13603 | 2024.09.01 21:06:20.865172 [ 3 ] {} <Debug> HTTP-Session: c5c1bd32-d46f-4814-9b94-cdc4c748fbc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13604 | 2024.09.01 21:06:20.865279 [ 3 ] {} <Trace> HTTP-Session: c5c1bd32-d46f-4814-9b94-cdc4c748fbc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13605 | 2024.09.01 21:06:20.865367 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13606 | 2024.09.01 21:06:20.865564 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1123 rows starting from the beginning of the part | ||
13607 | 2024.09.01 21:06:20.865573 [ 3 ] {e0947f24-2434-40b9-887f-7bf2db0cd734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13608 | 2024.09.01 21:06:20.865687 [ 3 ] {e0947f24-2434-40b9-887f-7bf2db0cd734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13609 | 2024.09.01 21:06:20.866316 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 2 rows starting from the beginning of the part | ||
13610 | 2024.09.01 21:06:20.866727 [ 3 ] {e0947f24-2434-40b9-887f-7bf2db0cd734} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13611 | 2024.09.01 21:06:20.867179 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 35 rows starting from the beginning of the part | ||
13612 | 2024.09.01 21:06:20.867851 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 2 rows starting from the beginning of the part | ||
13613 | 2024.09.01 21:06:20.867971 [ 3 ] {e0947f24-2434-40b9-887f-7bf2db0cd734} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13614 | 2024.09.01 21:06:20.868047 [ 3 ] {e0947f24-2434-40b9-887f-7bf2db0cd734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13615 | 2024.09.01 21:06:20.868527 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part | ||
13616 | 2024.09.01 21:06:20.869194 [ 189 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 27 rows starting from the beginning of the part | ||
13617 | 2024.09.01 21:06:20.869499 [ 3 ] {e0947f24-2434-40b9-887f-7bf2db0cd734} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13618 | 2024.09.01 21:06:20.870461 [ 3 ] {e0947f24-2434-40b9-887f-7bf2db0cd734} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13619 | 2024.09.01 21:06:20.870810 [ 3 ] {e0947f24-2434-40b9-887f-7bf2db0cd734} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.005348 sec., 1121.9147344801795 rows/sec., 76.15 KiB/sec. | ||
13620 | 2024.09.01 21:06:20.871268 [ 3 ] {e0947f24-2434-40b9-887f-7bf2db0cd734} <Debug> DynamicQueryHandler: Done processing query | ||
13621 | 2024.09.01 21:06:20.871305 [ 3 ] {e0947f24-2434-40b9-887f-7bf2db0cd734} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13622 | 2024.09.01 21:06:20.871337 [ 3 ] {} <Debug> HTTP-Session: c5c1bd32-d46f-4814-9b94-cdc4c748fbc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13623 | 2024.09.01 21:06:20.876173 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1197 rows, containing 19 columns (19 merged, 0 gathered) in 0.01187942 sec., 100762.49513865155 rows/sec., 180.56 MiB/sec. | ||
13624 | 2024.09.01 21:06:20.877311 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13625 | 2024.09.01 21:06:20.877908 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13626 | 2024.09.01 21:06:20.877998 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13627 | 2024.09.01 21:06:20.878117 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
13628 | 2024.09.01 21:06:24.019759 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13629 | 2024.09.01 21:06:24.019811 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13630 | 2024.09.01 21:06:25.001365 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000991464 sec. | ||
13631 | 2024.09.01 21:06:25.857042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13632 | 2024.09.01 21:06:25.857155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13633 | 2024.09.01 21:06:25.857186 [ 3 ] {} <Debug> HTTP-Session: eb68bb1d-7c90-452d-b60d-7b02b1b01930 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13634 | 2024.09.01 21:06:25.857242 [ 3 ] {} <Debug> HTTP-Session: eb68bb1d-7c90-452d-b60d-7b02b1b01930 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13635 | 2024.09.01 21:06:25.857261 [ 3 ] {} <Debug> HTTP-Session: eb68bb1d-7c90-452d-b60d-7b02b1b01930 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13636 | 2024.09.01 21:06:25.857315 [ 3 ] {} <Trace> HTTP-Session: eb68bb1d-7c90-452d-b60d-7b02b1b01930 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13637 | 2024.09.01 21:06:25.857540 [ 3 ] {8cbd203e-1668-480a-a0bc-947ad3e54f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13638 | 2024.09.01 21:06:25.857613 [ 3 ] {8cbd203e-1668-480a-a0bc-947ad3e54f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13639 | 2024.09.01 21:06:25.857985 [ 3 ] {8cbd203e-1668-480a-a0bc-947ad3e54f7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13640 | 2024.09.01 21:06:25.858527 [ 3 ] {8cbd203e-1668-480a-a0bc-947ad3e54f7f} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13641 | 2024.09.01 21:06:25.858568 [ 3 ] {8cbd203e-1668-480a-a0bc-947ad3e54f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13642 | 2024.09.01 21:06:25.858981 [ 3 ] {8cbd203e-1668-480a-a0bc-947ad3e54f7f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13643 | 2024.09.01 21:06:25.859391 [ 3 ] {8cbd203e-1668-480a-a0bc-947ad3e54f7f} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13644 | 2024.09.01 21:06:25.859534 [ 3 ] {8cbd203e-1668-480a-a0bc-947ad3e54f7f} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.002072 sec., 28957.528957528957 rows/sec., 2.24 MiB/sec. | ||
13645 | 2024.09.01 21:06:25.859551 [ 68 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13646 | 2024.09.01 21:06:25.859603 [ 68 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13647 | 2024.09.01 21:06:25.859642 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13648 | 2024.09.01 21:06:25.859797 [ 3 ] {8cbd203e-1668-480a-a0bc-947ad3e54f7f} <Debug> DynamicQueryHandler: Done processing query | ||
13649 | 2024.09.01 21:06:25.859866 [ 3 ] {8cbd203e-1668-480a-a0bc-947ad3e54f7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13650 | 2024.09.01 21:06:25.859913 [ 3 ] {} <Debug> HTTP-Session: eb68bb1d-7c90-452d-b60d-7b02b1b01930 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13651 | 2024.09.01 21:06:25.859967 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
13652 | 2024.09.01 21:06:25.860117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13653 | 2024.09.01 21:06:25.860232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13654 | 2024.09.01 21:06:25.860287 [ 3 ] {} <Debug> HTTP-Session: 3cbbe8ab-c3b6-4bdd-98c6-497632a2572f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13655 | 2024.09.01 21:06:25.860348 [ 3 ] {} <Debug> HTTP-Session: 3cbbe8ab-c3b6-4bdd-98c6-497632a2572f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13656 | 2024.09.01 21:06:25.860359 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13657 | 2024.09.01 21:06:25.860374 [ 3 ] {} <Debug> HTTP-Session: 3cbbe8ab-c3b6-4bdd-98c6-497632a2572f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13658 | 2024.09.01 21:06:25.860429 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1413 rows starting from the beginning of the part | ||
13659 | 2024.09.01 21:06:25.860455 [ 3 ] {} <Trace> HTTP-Session: 3cbbe8ab-c3b6-4bdd-98c6-497632a2572f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13660 | 2024.09.01 21:06:25.860631 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 260 rows starting from the beginning of the part | ||
13661 | 2024.09.01 21:06:25.860721 [ 3 ] {17c50994-724b-4299-a6f5-85ff87e4af0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13662 | 2024.09.01 21:06:25.860951 [ 3 ] {17c50994-724b-4299-a6f5-85ff87e4af0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13663 | 2024.09.01 21:06:25.860999 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
13664 | 2024.09.01 21:06:25.861409 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1346 rows starting from the beginning of the part | ||
13665 | 2024.09.01 21:06:25.861687 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 84 rows starting from the beginning of the part | ||
13666 | 2024.09.01 21:06:25.861993 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
13667 | 2024.09.01 21:06:25.862723 [ 3 ] {17c50994-724b-4299-a6f5-85ff87e4af0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13668 | 2024.09.01 21:06:25.863474 [ 3 ] {17c50994-724b-4299-a6f5-85ff87e4af0f} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13669 | 2024.09.01 21:06:25.863544 [ 3 ] {17c50994-724b-4299-a6f5-85ff87e4af0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13670 | 2024.09.01 21:06:25.864528 [ 3 ] {17c50994-724b-4299-a6f5-85ff87e4af0f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13671 | 2024.09.01 21:06:25.865036 [ 3 ] {17c50994-724b-4299-a6f5-85ff87e4af0f} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13672 | 2024.09.01 21:06:25.865237 [ 3 ] {17c50994-724b-4299-a6f5-85ff87e4af0f} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.004627 sec., 432.24551545277717 rows/sec., 32.50 KiB/sec. | ||
13673 | 2024.09.01 21:06:25.865712 [ 3 ] {17c50994-724b-4299-a6f5-85ff87e4af0f} <Debug> DynamicQueryHandler: Done processing query | ||
13674 | 2024.09.01 21:06:25.865746 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3223 rows, containing 5 columns (5 merged, 0 gathered) in 0.006000981 sec., 537078.8542739929 rows/sec., 46.96 MiB/sec. | ||
13675 | 2024.09.01 21:06:25.865752 [ 3 ] {17c50994-724b-4299-a6f5-85ff87e4af0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13676 | 2024.09.01 21:06:25.865816 [ 3 ] {} <Debug> HTTP-Session: 3cbbe8ab-c3b6-4bdd-98c6-497632a2572f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13677 | 2024.09.01 21:06:25.865948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13678 | 2024.09.01 21:06:25.865995 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13679 | 2024.09.01 21:06:25.866016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13680 | 2024.09.01 21:06:25.866079 [ 3 ] {} <Debug> HTTP-Session: f105bdaf-d229-4a65-b5e4-5661d84569af Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13681 | 2024.09.01 21:06:25.866131 [ 3 ] {} <Debug> HTTP-Session: f105bdaf-d229-4a65-b5e4-5661d84569af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13682 | 2024.09.01 21:06:25.866156 [ 3 ] {} <Debug> HTTP-Session: f105bdaf-d229-4a65-b5e4-5661d84569af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13683 | 2024.09.01 21:06:25.866204 [ 3 ] {} <Trace> HTTP-Session: f105bdaf-d229-4a65-b5e4-5661d84569af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13684 | 2024.09.01 21:06:25.866508 [ 3 ] {183649db-13a0-49e9-8c01-6bbd3f0b03e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13685 | 2024.09.01 21:06:25.866611 [ 3 ] {183649db-13a0-49e9-8c01-6bbd3f0b03e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13686 | 2024.09.01 21:06:25.866962 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_76_15} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13687 | 2024.09.01 21:06:25.867216 [ 3 ] {183649db-13a0-49e9-8c01-6bbd3f0b03e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13688 | 2024.09.01 21:06:25.867218 [ 190 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_76_15} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13689 | 2024.09.01 21:06:25.867427 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
13690 | 2024.09.01 21:06:25.867723 [ 3 ] {183649db-13a0-49e9-8c01-6bbd3f0b03e7} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13691 | 2024.09.01 21:06:25.867764 [ 3 ] {183649db-13a0-49e9-8c01-6bbd3f0b03e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13692 | 2024.09.01 21:06:25.868129 [ 3 ] {183649db-13a0-49e9-8c01-6bbd3f0b03e7} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13693 | 2024.09.01 21:06:25.868498 [ 3 ] {183649db-13a0-49e9-8c01-6bbd3f0b03e7} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13694 | 2024.09.01 21:06:25.868628 [ 3 ] {183649db-13a0-49e9-8c01-6bbd3f0b03e7} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002316 sec., 28497.409326424873 rows/sec., 2.22 MiB/sec. | ||
13695 | 2024.09.01 21:06:25.868640 [ 68 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13696 | 2024.09.01 21:06:25.868697 [ 68 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13697 | 2024.09.01 21:06:25.868735 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13698 | 2024.09.01 21:06:25.868865 [ 3 ] {183649db-13a0-49e9-8c01-6bbd3f0b03e7} <Debug> DynamicQueryHandler: Done processing query | ||
13699 | 2024.09.01 21:06:25.868904 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
13700 | 2024.09.01 21:06:25.868912 [ 3 ] {183649db-13a0-49e9-8c01-6bbd3f0b03e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13701 | 2024.09.01 21:06:25.868978 [ 3 ] {} <Debug> HTTP-Session: f105bdaf-d229-4a65-b5e4-5661d84569af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13702 | 2024.09.01 21:06:25.869105 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13703 | 2024.09.01 21:06:25.869157 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 911 rows starting from the beginning of the part | ||
13704 | 2024.09.01 21:06:25.869175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13705 | 2024.09.01 21:06:25.869304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13706 | 2024.09.01 21:06:25.869315 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 419 rows starting from the beginning of the part | ||
13707 | 2024.09.01 21:06:25.869367 [ 3 ] {} <Debug> HTTP-Session: 21977d62-4664-414b-bb71-89f66f1a17c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13708 | 2024.09.01 21:06:25.869444 [ 3 ] {} <Debug> HTTP-Session: 21977d62-4664-414b-bb71-89f66f1a17c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13709 | 2024.09.01 21:06:25.869497 [ 3 ] {} <Debug> HTTP-Session: 21977d62-4664-414b-bb71-89f66f1a17c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13710 | 2024.09.01 21:06:25.869640 [ 3 ] {} <Trace> HTTP-Session: 21977d62-4664-414b-bb71-89f66f1a17c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13711 | 2024.09.01 21:06:25.869667 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 66 rows starting from the beginning of the part | ||
13712 | 2024.09.01 21:06:25.870009 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 848 rows starting from the beginning of the part | ||
13713 | 2024.09.01 21:06:25.870076 [ 3 ] {d3d5fab8-fc19-473a-86cc-00c1b3321020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13714 | 2024.09.01 21:06:25.870269 [ 3 ] {d3d5fab8-fc19-473a-86cc-00c1b3321020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13715 | 2024.09.01 21:06:25.870385 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 63 rows starting from the beginning of the part | ||
13716 | 2024.09.01 21:06:25.870719 [ 198 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 66 rows starting from the beginning of the part | ||
13717 | 2024.09.01 21:06:25.871514 [ 3 ] {d3d5fab8-fc19-473a-86cc-00c1b3321020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13718 | 2024.09.01 21:06:25.872385 [ 3 ] {d3d5fab8-fc19-473a-86cc-00c1b3321020} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13719 | 2024.09.01 21:06:25.872444 [ 3 ] {d3d5fab8-fc19-473a-86cc-00c1b3321020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13720 | 2024.09.01 21:06:25.873337 [ 3 ] {d3d5fab8-fc19-473a-86cc-00c1b3321020} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13721 | 2024.09.01 21:06:25.874075 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2373 rows, containing 5 columns (5 merged, 0 gathered) in 0.005259211 sec., 451208.3656654962 rows/sec., 34.56 MiB/sec. | ||
13722 | 2024.09.01 21:06:25.874199 [ 3 ] {d3d5fab8-fc19-473a-86cc-00c1b3321020} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13723 | 2024.09.01 21:06:25.874399 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13724 | 2024.09.01 21:06:25.874401 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13725 | 2024.09.01 21:06:25.874436 [ 3 ] {d3d5fab8-fc19-473a-86cc-00c1b3321020} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004586 sec., 34888.79197557785 rows/sec., 2.43 MiB/sec. | ||
13726 | 2024.09.01 21:06:25.874459 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13727 | 2024.09.01 21:06:25.874544 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13728 | 2024.09.01 21:06:25.875080 [ 3 ] {d3d5fab8-fc19-473a-86cc-00c1b3321020} <Debug> DynamicQueryHandler: Done processing query | ||
13729 | 2024.09.01 21:06:25.875175 [ 3 ] {d3d5fab8-fc19-473a-86cc-00c1b3321020} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13730 | 2024.09.01 21:06:25.875273 [ 3 ] {} <Debug> HTTP-Session: 21977d62-4664-414b-bb71-89f66f1a17c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13731 | 2024.09.01 21:06:25.875564 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
13732 | 2024.09.01 21:06:25.875580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13733 | 2024.09.01 21:06:25.875764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13734 | 2024.09.01 21:06:25.875846 [ 3 ] {} <Debug> HTTP-Session: 87de1a5f-996c-4e2f-bc35-43dd162f1ca3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13735 | 2024.09.01 21:06:25.875902 [ 3 ] {} <Debug> HTTP-Session: 87de1a5f-996c-4e2f-bc35-43dd162f1ca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13736 | 2024.09.01 21:06:25.875964 [ 3 ] {} <Debug> HTTP-Session: 87de1a5f-996c-4e2f-bc35-43dd162f1ca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13737 | 2024.09.01 21:06:25.876100 [ 3 ] {} <Trace> HTTP-Session: 87de1a5f-996c-4e2f-bc35-43dd162f1ca3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13738 | 2024.09.01 21:06:25.876303 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_76_15} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13739 | 2024.09.01 21:06:25.876501 [ 3 ] {bc1c7bc5-0cf2-4e57-af4c-4d3b008affea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13740 | 2024.09.01 21:06:25.876635 [ 199 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_76_15} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13741 | 2024.09.01 21:06:25.876851 [ 3 ] {bc1c7bc5-0cf2-4e57-af4c-4d3b008affea} <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 | ||
13742 | 2024.09.01 21:06:25.876963 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
13743 | 2024.09.01 21:06:25.877204 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13744 | 2024.09.01 21:06:25.877371 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 19427 rows starting from the beginning of the part | ||
13745 | 2024.09.01 21:06:25.877991 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 238 rows starting from the beginning of the part | ||
13746 | 2024.09.01 21:06:25.878422 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
13747 | 2024.09.01 21:06:25.879050 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 910 rows starting from the beginning of the part | ||
13748 | 2024.09.01 21:06:25.879486 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 12 rows starting from the beginning of the part | ||
13749 | 2024.09.01 21:06:25.880136 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
13750 | 2024.09.01 21:06:25.881246 [ 3 ] {bc1c7bc5-0cf2-4e57-af4c-4d3b008affea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13751 | 2024.09.01 21:06:25.882130 [ 3 ] {bc1c7bc5-0cf2-4e57-af4c-4d3b008affea} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13752 | 2024.09.01 21:06:25.882169 [ 3 ] {bc1c7bc5-0cf2-4e57-af4c-4d3b008affea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13753 | 2024.09.01 21:06:25.884020 [ 3 ] {bc1c7bc5-0cf2-4e57-af4c-4d3b008affea} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13754 | 2024.09.01 21:06:25.884669 [ 3 ] {bc1c7bc5-0cf2-4e57-af4c-4d3b008affea} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13755 | 2024.09.01 21:06:25.884912 [ 3 ] {bc1c7bc5-0cf2-4e57-af4c-4d3b008affea} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.008588 sec., 232.88309268747088 rows/sec., 427.33 KiB/sec. | ||
13756 | 2024.09.01 21:06:25.885372 [ 3 ] {bc1c7bc5-0cf2-4e57-af4c-4d3b008affea} <Debug> DynamicQueryHandler: Done processing query | ||
13757 | 2024.09.01 21:06:25.885397 [ 3 ] {bc1c7bc5-0cf2-4e57-af4c-4d3b008affea} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13758 | 2024.09.01 21:06:25.885414 [ 3 ] {} <Debug> HTTP-Session: 87de1a5f-996c-4e2f-bc35-43dd162f1ca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13759 | 2024.09.01 21:06:25.885548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13760 | 2024.09.01 21:06:25.885610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13761 | 2024.09.01 21:06:25.885629 [ 3 ] {} <Debug> HTTP-Session: 9c6d3c2a-d4fe-45f9-a4ef-ab4d3b81de77 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13762 | 2024.09.01 21:06:25.885646 [ 3 ] {} <Debug> HTTP-Session: 9c6d3c2a-d4fe-45f9-a4ef-ab4d3b81de77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13763 | 2024.09.01 21:06:25.885660 [ 3 ] {} <Debug> HTTP-Session: 9c6d3c2a-d4fe-45f9-a4ef-ab4d3b81de77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13764 | 2024.09.01 21:06:25.885692 [ 3 ] {} <Trace> HTTP-Session: 9c6d3c2a-d4fe-45f9-a4ef-ab4d3b81de77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13765 | 2024.09.01 21:06:25.885817 [ 3 ] {6881e58c-05e7-4a7c-8fc2-95aa128fe23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13766 | 2024.09.01 21:06:25.885863 [ 3 ] {6881e58c-05e7-4a7c-8fc2-95aa128fe23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13767 | 2024.09.01 21:06:25.886097 [ 3 ] {6881e58c-05e7-4a7c-8fc2-95aa128fe23d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13768 | 2024.09.01 21:06:25.886452 [ 3 ] {6881e58c-05e7-4a7c-8fc2-95aa128fe23d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13769 | 2024.09.01 21:06:25.886487 [ 3 ] {6881e58c-05e7-4a7c-8fc2-95aa128fe23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13770 | 2024.09.01 21:06:25.887083 [ 3 ] {6881e58c-05e7-4a7c-8fc2-95aa128fe23d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13771 | 2024.09.01 21:06:25.887560 [ 3 ] {6881e58c-05e7-4a7c-8fc2-95aa128fe23d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13772 | 2024.09.01 21:06:25.887933 [ 68 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13773 | 2024.09.01 21:06:25.888052 [ 68 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13774 | 2024.09.01 21:06:25.888068 [ 3 ] {6881e58c-05e7-4a7c-8fc2-95aa128fe23d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002286 sec., 26246.71916010499 rows/sec., 1.77 MiB/sec. | ||
13775 | 2024.09.01 21:06:25.888108 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
13776 | 2024.09.01 21:06:25.888164 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20907 rows, containing 5 columns (5 merged, 0 gathered) in 0.013332979 sec., 1568066.6713717917 rows/sec., 105.65 MiB/sec. | ||
13777 | 2024.09.01 21:06:25.888599 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
13778 | 2024.09.01 21:06:25.888742 [ 3 ] {6881e58c-05e7-4a7c-8fc2-95aa128fe23d} <Debug> DynamicQueryHandler: Done processing query | ||
13779 | 2024.09.01 21:06:25.888827 [ 3 ] {6881e58c-05e7-4a7c-8fc2-95aa128fe23d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13780 | 2024.09.01 21:06:25.888957 [ 3 ] {} <Debug> HTTP-Session: 9c6d3c2a-d4fe-45f9-a4ef-ab4d3b81de77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13781 | 2024.09.01 21:06:25.889008 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13782 | 2024.09.01 21:06:25.889447 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13783 | 2024.09.01 21:06:25.889569 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3572 rows starting from the beginning of the part | ||
13784 | 2024.09.01 21:06:25.890069 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part | ||
13785 | 2024.09.01 21:06:25.890668 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
13786 | 2024.09.01 21:06:25.890998 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 76 rows starting from the beginning of the part | ||
13787 | 2024.09.01 21:06:25.891281 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 6 rows starting from the beginning of the part | ||
13788 | 2024.09.01 21:06:25.891398 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13789 | 2024.09.01 21:06:25.891522 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
13790 | 2024.09.01 21:06:25.891704 [ 194 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13791 | 2024.09.01 21:06:25.891986 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
13792 | 2024.09.01 21:06:25.893544 [ 193 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3856 rows, containing 4 columns (4 merged, 0 gathered) in 0.0052534 sec., 734000.8375528229 rows/sec., 47.86 MiB/sec. | ||
13793 | 2024.09.01 21:06:25.893920 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13794 | 2024.09.01 21:06:25.894356 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_76_15} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13795 | 2024.09.01 21:06:25.894431 [ 188 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_76_15} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13796 | 2024.09.01 21:06:25.894517 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
13797 | 2024.09.01 21:06:30.863233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 39572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13798 | 2024.09.01 21:06:30.863366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13799 | 2024.09.01 21:06:30.863390 [ 3 ] {} <Debug> HTTP-Session: bf20b048-1628-474c-a260-e5edb447b73c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13800 | 2024.09.01 21:06:30.863416 [ 3 ] {} <Debug> HTTP-Session: bf20b048-1628-474c-a260-e5edb447b73c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13801 | 2024.09.01 21:06:30.863431 [ 3 ] {} <Debug> HTTP-Session: bf20b048-1628-474c-a260-e5edb447b73c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13802 | 2024.09.01 21:06:30.863479 [ 3 ] {} <Trace> HTTP-Session: bf20b048-1628-474c-a260-e5edb447b73c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13803 | 2024.09.01 21:06:30.863740 [ 3 ] {72411e84-8a95-4e15-a217-fe6ea542fdac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13804 | 2024.09.01 21:06:30.863814 [ 3 ] {72411e84-8a95-4e15-a217-fe6ea542fdac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13805 | 2024.09.01 21:06:30.864145 [ 3 ] {72411e84-8a95-4e15-a217-fe6ea542fdac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13806 | 2024.09.01 21:06:30.864757 [ 3 ] {72411e84-8a95-4e15-a217-fe6ea542fdac} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13807 | 2024.09.01 21:06:30.864805 [ 3 ] {72411e84-8a95-4e15-a217-fe6ea542fdac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13808 | 2024.09.01 21:06:30.865249 [ 3 ] {72411e84-8a95-4e15-a217-fe6ea542fdac} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13809 | 2024.09.01 21:06:30.865642 [ 3 ] {72411e84-8a95-4e15-a217-fe6ea542fdac} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13810 | 2024.09.01 21:06:30.865811 [ 3 ] {72411e84-8a95-4e15-a217-fe6ea542fdac} <Debug> executeQuery: Read 261 rows, 23.71 KiB in 0.002188 sec., 119287.02010968923 rows/sec., 10.58 MiB/sec. | ||
13811 | 2024.09.01 21:06:30.866072 [ 3 ] {72411e84-8a95-4e15-a217-fe6ea542fdac} <Debug> DynamicQueryHandler: Done processing query | ||
13812 | 2024.09.01 21:06:30.866100 [ 3 ] {72411e84-8a95-4e15-a217-fe6ea542fdac} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
13813 | 2024.09.01 21:06:30.866117 [ 3 ] {} <Debug> HTTP-Session: bf20b048-1628-474c-a260-e5edb447b73c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13814 | 2024.09.01 21:06:30.866263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5219, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13815 | 2024.09.01 21:06:30.866321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13816 | 2024.09.01 21:06:30.866341 [ 3 ] {} <Debug> HTTP-Session: 068b5374-276a-4cbd-bf2f-3897ba4cd186 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13817 | 2024.09.01 21:06:30.866361 [ 3 ] {} <Debug> HTTP-Session: 068b5374-276a-4cbd-bf2f-3897ba4cd186 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13818 | 2024.09.01 21:06:30.866375 [ 3 ] {} <Debug> HTTP-Session: 068b5374-276a-4cbd-bf2f-3897ba4cd186 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13819 | 2024.09.01 21:06:30.866411 [ 3 ] {} <Trace> HTTP-Session: 068b5374-276a-4cbd-bf2f-3897ba4cd186 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13820 | 2024.09.01 21:06:30.866529 [ 3 ] {cae73b6d-d8d0-457c-aaf4-69556cebee3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13821 | 2024.09.01 21:06:30.866576 [ 3 ] {cae73b6d-d8d0-457c-aaf4-69556cebee3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13822 | 2024.09.01 21:06:30.866824 [ 3 ] {cae73b6d-d8d0-457c-aaf4-69556cebee3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13823 | 2024.09.01 21:06:30.867169 [ 3 ] {cae73b6d-d8d0-457c-aaf4-69556cebee3d} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13824 | 2024.09.01 21:06:30.867209 [ 3 ] {cae73b6d-d8d0-457c-aaf4-69556cebee3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13825 | 2024.09.01 21:06:30.867572 [ 3 ] {cae73b6d-d8d0-457c-aaf4-69556cebee3d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13826 | 2024.09.01 21:06:30.867947 [ 3 ] {cae73b6d-d8d0-457c-aaf4-69556cebee3d} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13827 | 2024.09.01 21:06:30.868108 [ 3 ] {cae73b6d-d8d0-457c-aaf4-69556cebee3d} <Debug> executeQuery: Read 36 rows, 2.71 KiB in 0.001616 sec., 22277.227722772277 rows/sec., 1.64 MiB/sec. | ||
13828 | 2024.09.01 21:06:30.868571 [ 3 ] {cae73b6d-d8d0-457c-aaf4-69556cebee3d} <Debug> DynamicQueryHandler: Done processing query | ||
13829 | 2024.09.01 21:06:30.868654 [ 3 ] {cae73b6d-d8d0-457c-aaf4-69556cebee3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13830 | 2024.09.01 21:06:30.868740 [ 3 ] {} <Debug> HTTP-Session: 068b5374-276a-4cbd-bf2f-3897ba4cd186 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13831 | 2024.09.01 21:06:30.869055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13832 | 2024.09.01 21:06:30.869223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13833 | 2024.09.01 21:06:30.869322 [ 3 ] {} <Debug> HTTP-Session: e8f1ee3b-a667-4623-8c4f-1fbd62e118ba Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13834 | 2024.09.01 21:06:30.869389 [ 3 ] {} <Debug> HTTP-Session: e8f1ee3b-a667-4623-8c4f-1fbd62e118ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13835 | 2024.09.01 21:06:30.869464 [ 3 ] {} <Debug> HTTP-Session: e8f1ee3b-a667-4623-8c4f-1fbd62e118ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13836 | 2024.09.01 21:06:30.869607 [ 3 ] {} <Trace> HTTP-Session: e8f1ee3b-a667-4623-8c4f-1fbd62e118ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13837 | 2024.09.01 21:06:30.869948 [ 3 ] {443a640e-d5fe-4084-934c-d5ee1539eb6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13838 | 2024.09.01 21:06:30.870045 [ 3 ] {443a640e-d5fe-4084-934c-d5ee1539eb6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13839 | 2024.09.01 21:06:30.870309 [ 3 ] {443a640e-d5fe-4084-934c-d5ee1539eb6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13840 | 2024.09.01 21:06:30.870617 [ 3 ] {443a640e-d5fe-4084-934c-d5ee1539eb6e} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13841 | 2024.09.01 21:06:30.870655 [ 3 ] {443a640e-d5fe-4084-934c-d5ee1539eb6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13842 | 2024.09.01 21:06:30.871015 [ 3 ] {443a640e-d5fe-4084-934c-d5ee1539eb6e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13843 | 2024.09.01 21:06:30.871380 [ 3 ] {443a640e-d5fe-4084-934c-d5ee1539eb6e} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13844 | 2024.09.01 21:06:30.871541 [ 3 ] {443a640e-d5fe-4084-934c-d5ee1539eb6e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001719 sec., 8144.2699243746365 rows/sec., 570.37 KiB/sec. | ||
13845 | 2024.09.01 21:06:30.871715 [ 3 ] {443a640e-d5fe-4084-934c-d5ee1539eb6e} <Debug> DynamicQueryHandler: Done processing query | ||
13846 | 2024.09.01 21:06:30.871739 [ 3 ] {443a640e-d5fe-4084-934c-d5ee1539eb6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13847 | 2024.09.01 21:06:30.871755 [ 3 ] {} <Debug> HTTP-Session: e8f1ee3b-a667-4623-8c4f-1fbd62e118ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13848 | 2024.09.01 21:06:30.871869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13849 | 2024.09.01 21:06:30.871919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13850 | 2024.09.01 21:06:30.871947 [ 3 ] {} <Debug> HTTP-Session: e9bd5790-0201-4848-b5a9-aa24b0fab283 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13851 | 2024.09.01 21:06:30.871963 [ 3 ] {} <Debug> HTTP-Session: e9bd5790-0201-4848-b5a9-aa24b0fab283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13852 | 2024.09.01 21:06:30.871977 [ 3 ] {} <Debug> HTTP-Session: e9bd5790-0201-4848-b5a9-aa24b0fab283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13853 | 2024.09.01 21:06:30.872009 [ 3 ] {} <Trace> HTTP-Session: e9bd5790-0201-4848-b5a9-aa24b0fab283 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13854 | 2024.09.01 21:06:30.872105 [ 3 ] {9bf5729d-9596-466f-8134-61eeb5bbf347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13855 | 2024.09.01 21:06:30.872147 [ 3 ] {9bf5729d-9596-466f-8134-61eeb5bbf347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13856 | 2024.09.01 21:06:30.872376 [ 3 ] {9bf5729d-9596-466f-8134-61eeb5bbf347} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13857 | 2024.09.01 21:06:30.872671 [ 3 ] {9bf5729d-9596-466f-8134-61eeb5bbf347} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13858 | 2024.09.01 21:06:30.872708 [ 3 ] {9bf5729d-9596-466f-8134-61eeb5bbf347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13859 | 2024.09.01 21:06:30.873060 [ 3 ] {9bf5729d-9596-466f-8134-61eeb5bbf347} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13860 | 2024.09.01 21:06:30.873417 [ 3 ] {9bf5729d-9596-466f-8134-61eeb5bbf347} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13861 | 2024.09.01 21:06:30.873575 [ 3 ] {9bf5729d-9596-466f-8134-61eeb5bbf347} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 238.55 KiB/sec. | ||
13862 | 2024.09.01 21:06:30.873744 [ 3 ] {9bf5729d-9596-466f-8134-61eeb5bbf347} <Debug> DynamicQueryHandler: Done processing query | ||
13863 | 2024.09.01 21:06:30.873768 [ 3 ] {9bf5729d-9596-466f-8134-61eeb5bbf347} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13864 | 2024.09.01 21:06:30.873784 [ 3 ] {} <Debug> HTTP-Session: e9bd5790-0201-4848-b5a9-aa24b0fab283 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13865 | 2024.09.01 21:06:30.874016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 68422, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13866 | 2024.09.01 21:06:30.874064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13867 | 2024.09.01 21:06:30.874083 [ 3 ] {} <Debug> HTTP-Session: 68ecb681-6a31-4047-a31a-a4469bae8df9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13868 | 2024.09.01 21:06:30.874100 [ 3 ] {} <Debug> HTTP-Session: 68ecb681-6a31-4047-a31a-a4469bae8df9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13869 | 2024.09.01 21:06:30.874114 [ 3 ] {} <Debug> HTTP-Session: 68ecb681-6a31-4047-a31a-a4469bae8df9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13870 | 2024.09.01 21:06:30.874145 [ 3 ] {} <Trace> HTTP-Session: 68ecb681-6a31-4047-a31a-a4469bae8df9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13871 | 2024.09.01 21:06:30.874367 [ 3 ] {267f3706-9c04-42a7-9ec4-f2b648fa8d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13872 | 2024.09.01 21:06:30.874410 [ 3 ] {267f3706-9c04-42a7-9ec4-f2b648fa8d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13873 | 2024.09.01 21:06:30.874628 [ 3 ] {267f3706-9c04-42a7-9ec4-f2b648fa8d6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13874 | 2024.09.01 21:06:30.875169 [ 3 ] {267f3706-9c04-42a7-9ec4-f2b648fa8d6c} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13875 | 2024.09.01 21:06:30.875207 [ 3 ] {267f3706-9c04-42a7-9ec4-f2b648fa8d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13876 | 2024.09.01 21:06:30.875581 [ 3 ] {267f3706-9c04-42a7-9ec4-f2b648fa8d6c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13877 | 2024.09.01 21:06:30.875951 [ 3 ] {267f3706-9c04-42a7-9ec4-f2b648fa8d6c} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13878 | 2024.09.01 21:06:30.876105 [ 3 ] {267f3706-9c04-42a7-9ec4-f2b648fa8d6c} <Debug> executeQuery: Read 421 rows, 30.83 KiB in 0.001844 sec., 228308.02603036878 rows/sec., 16.33 MiB/sec. | ||
13879 | 2024.09.01 21:06:30.876272 [ 3 ] {267f3706-9c04-42a7-9ec4-f2b648fa8d6c} <Debug> DynamicQueryHandler: Done processing query | ||
13880 | 2024.09.01 21:06:30.876296 [ 3 ] {267f3706-9c04-42a7-9ec4-f2b648fa8d6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
13881 | 2024.09.01 21:06:30.876312 [ 3 ] {} <Debug> HTTP-Session: 68ecb681-6a31-4047-a31a-a4469bae8df9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13882 | 2024.09.01 21:06:30.876471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13883 | 2024.09.01 21:06:30.876519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13884 | 2024.09.01 21:06:30.876538 [ 3 ] {} <Debug> HTTP-Session: c720e147-dcec-44e4-9831-73ad1b1146eb Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13885 | 2024.09.01 21:06:30.876555 [ 3 ] {} <Debug> HTTP-Session: c720e147-dcec-44e4-9831-73ad1b1146eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13886 | 2024.09.01 21:06:30.876569 [ 3 ] {} <Debug> HTTP-Session: c720e147-dcec-44e4-9831-73ad1b1146eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13887 | 2024.09.01 21:06:30.876599 [ 3 ] {} <Trace> HTTP-Session: c720e147-dcec-44e4-9831-73ad1b1146eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13888 | 2024.09.01 21:06:30.876695 [ 3 ] {e94a23e3-6ad3-4b48-8574-172e00f18fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13889 | 2024.09.01 21:06:30.876740 [ 3 ] {e94a23e3-6ad3-4b48-8574-172e00f18fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13890 | 2024.09.01 21:06:30.876868 [ 3 ] {e94a23e3-6ad3-4b48-8574-172e00f18fa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13891 | 2024.09.01 21:06:30.877125 [ 3 ] {e94a23e3-6ad3-4b48-8574-172e00f18fa9} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13892 | 2024.09.01 21:06:30.877159 [ 3 ] {e94a23e3-6ad3-4b48-8574-172e00f18fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13893 | 2024.09.01 21:06:30.877519 [ 3 ] {e94a23e3-6ad3-4b48-8574-172e00f18fa9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13894 | 2024.09.01 21:06:30.877842 [ 3 ] {e94a23e3-6ad3-4b48-8574-172e00f18fa9} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13895 | 2024.09.01 21:06:30.877995 [ 3 ] {e94a23e3-6ad3-4b48-8574-172e00f18fa9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 237.66 KiB/sec. | ||
13896 | 2024.09.01 21:06:30.878305 [ 3 ] {e94a23e3-6ad3-4b48-8574-172e00f18fa9} <Debug> DynamicQueryHandler: Done processing query | ||
13897 | 2024.09.01 21:06:30.878341 [ 3 ] {e94a23e3-6ad3-4b48-8574-172e00f18fa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13898 | 2024.09.01 21:06:30.878362 [ 3 ] {} <Debug> HTTP-Session: c720e147-dcec-44e4-9831-73ad1b1146eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13899 | 2024.09.01 21:06:30.878580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13900 | 2024.09.01 21:06:30.878641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13901 | 2024.09.01 21:06:30.878666 [ 3 ] {} <Debug> HTTP-Session: bc97125b-db36-4560-912d-b7738552df40 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13902 | 2024.09.01 21:06:30.878687 [ 3 ] {} <Debug> HTTP-Session: bc97125b-db36-4560-912d-b7738552df40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13903 | 2024.09.01 21:06:30.878704 [ 3 ] {} <Debug> HTTP-Session: bc97125b-db36-4560-912d-b7738552df40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13904 | 2024.09.01 21:06:30.878742 [ 3 ] {} <Trace> HTTP-Session: bc97125b-db36-4560-912d-b7738552df40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13905 | 2024.09.01 21:06:30.878988 [ 3 ] {9baea78e-783f-42da-94ad-020b33ba5cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13906 | 2024.09.01 21:06:30.879046 [ 3 ] {9baea78e-783f-42da-94ad-020b33ba5cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13907 | 2024.09.01 21:06:30.879247 [ 3 ] {9baea78e-783f-42da-94ad-020b33ba5cd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13908 | 2024.09.01 21:06:30.879774 [ 3 ] {9baea78e-783f-42da-94ad-020b33ba5cd5} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13909 | 2024.09.01 21:06:30.879814 [ 3 ] {9baea78e-783f-42da-94ad-020b33ba5cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13910 | 2024.09.01 21:06:30.880219 [ 3 ] {9baea78e-783f-42da-94ad-020b33ba5cd5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13911 | 2024.09.01 21:06:30.880578 [ 3 ] {9baea78e-783f-42da-94ad-020b33ba5cd5} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13912 | 2024.09.01 21:06:30.880740 [ 3 ] {9baea78e-783f-42da-94ad-020b33ba5cd5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001877 sec., 126265.31699520511 rows/sec., 8.46 MiB/sec. | ||
13913 | 2024.09.01 21:06:30.881009 [ 3 ] {9baea78e-783f-42da-94ad-020b33ba5cd5} <Debug> DynamicQueryHandler: Done processing query | ||
13914 | 2024.09.01 21:06:30.881073 [ 3 ] {9baea78e-783f-42da-94ad-020b33ba5cd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13915 | 2024.09.01 21:06:30.881143 [ 3 ] {} <Debug> HTTP-Session: bc97125b-db36-4560-912d-b7738552df40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13916 | 2024.09.01 21:06:30.881320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13917 | 2024.09.01 21:06:30.881373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13918 | 2024.09.01 21:06:30.881393 [ 3 ] {} <Debug> HTTP-Session: 58a8a793-7fc2-4ab5-8d34-5526d0d5693a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13919 | 2024.09.01 21:06:30.881411 [ 3 ] {} <Debug> HTTP-Session: 58a8a793-7fc2-4ab5-8d34-5526d0d5693a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13920 | 2024.09.01 21:06:30.881425 [ 3 ] {} <Debug> HTTP-Session: 58a8a793-7fc2-4ab5-8d34-5526d0d5693a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13921 | 2024.09.01 21:06:30.881458 [ 3 ] {} <Trace> HTTP-Session: 58a8a793-7fc2-4ab5-8d34-5526d0d5693a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13922 | 2024.09.01 21:06:30.881556 [ 3 ] {da21475b-ca6a-490b-a301-9cdb002b498e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13923 | 2024.09.01 21:06:30.881604 [ 3 ] {da21475b-ca6a-490b-a301-9cdb002b498e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13924 | 2024.09.01 21:06:30.881751 [ 3 ] {da21475b-ca6a-490b-a301-9cdb002b498e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13925 | 2024.09.01 21:06:30.882020 [ 3 ] {da21475b-ca6a-490b-a301-9cdb002b498e} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13926 | 2024.09.01 21:06:30.882058 [ 3 ] {da21475b-ca6a-490b-a301-9cdb002b498e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13927 | 2024.09.01 21:06:30.882414 [ 3 ] {da21475b-ca6a-490b-a301-9cdb002b498e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13928 | 2024.09.01 21:06:30.882747 [ 3 ] {da21475b-ca6a-490b-a301-9cdb002b498e} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13929 | 2024.09.01 21:06:30.882908 [ 3 ] {da21475b-ca6a-490b-a301-9cdb002b498e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001377 sec., 726.2164124909223 rows/sec., 48.93 KiB/sec. | ||
13930 | 2024.09.01 21:06:30.883074 [ 3 ] {da21475b-ca6a-490b-a301-9cdb002b498e} <Debug> DynamicQueryHandler: Done processing query | ||
13931 | 2024.09.01 21:06:30.883099 [ 3 ] {da21475b-ca6a-490b-a301-9cdb002b498e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13932 | 2024.09.01 21:06:30.883115 [ 3 ] {} <Debug> HTTP-Session: 58a8a793-7fc2-4ab5-8d34-5526d0d5693a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13933 | 2024.09.01 21:06:30.883319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 60392, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13934 | 2024.09.01 21:06:30.883370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13935 | 2024.09.01 21:06:30.883390 [ 3 ] {} <Debug> HTTP-Session: 7f58c3e2-daa3-4f55-99a2-c11b0eaaa805 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13936 | 2024.09.01 21:06:30.883406 [ 3 ] {} <Debug> HTTP-Session: 7f58c3e2-daa3-4f55-99a2-c11b0eaaa805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13937 | 2024.09.01 21:06:30.883420 [ 3 ] {} <Debug> HTTP-Session: 7f58c3e2-daa3-4f55-99a2-c11b0eaaa805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13938 | 2024.09.01 21:06:30.883452 [ 3 ] {} <Trace> HTTP-Session: 7f58c3e2-daa3-4f55-99a2-c11b0eaaa805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13939 | 2024.09.01 21:06:30.883851 [ 3 ] {8462b12a-3a00-480e-84ca-38bc20845f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13940 | 2024.09.01 21:06:30.883916 [ 3 ] {8462b12a-3a00-480e-84ca-38bc20845f69} <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 | ||
13941 | 2024.09.01 21:06:30.884343 [ 3 ] {8462b12a-3a00-480e-84ca-38bc20845f69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13942 | 2024.09.01 21:06:30.885075 [ 3 ] {8462b12a-3a00-480e-84ca-38bc20845f69} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13943 | 2024.09.01 21:06:30.885112 [ 3 ] {8462b12a-3a00-480e-84ca-38bc20845f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13944 | 2024.09.01 21:06:30.885778 [ 3 ] {8462b12a-3a00-480e-84ca-38bc20845f69} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13945 | 2024.09.01 21:06:30.886196 [ 3 ] {8462b12a-3a00-480e-84ca-38bc20845f69} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13946 | 2024.09.01 21:06:30.886401 [ 3 ] {8462b12a-3a00-480e-84ca-38bc20845f69} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002835 sec., 12698.4126984127 rows/sec., 22.75 MiB/sec. | ||
13947 | 2024.09.01 21:06:30.886975 [ 3 ] {8462b12a-3a00-480e-84ca-38bc20845f69} <Debug> DynamicQueryHandler: Done processing query | ||
13948 | 2024.09.01 21:06:30.887041 [ 3 ] {8462b12a-3a00-480e-84ca-38bc20845f69} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
13949 | 2024.09.01 21:06:30.887101 [ 3 ] {} <Debug> HTTP-Session: 7f58c3e2-daa3-4f55-99a2-c11b0eaaa805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13950 | 2024.09.01 21:06:30.887301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 571, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13951 | 2024.09.01 21:06:30.887358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13952 | 2024.09.01 21:06:30.887378 [ 3 ] {} <Debug> HTTP-Session: 9f8fc08d-bad5-46dc-9249-379f0a094d72 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13953 | 2024.09.01 21:06:30.887396 [ 3 ] {} <Debug> HTTP-Session: 9f8fc08d-bad5-46dc-9249-379f0a094d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13954 | 2024.09.01 21:06:30.887411 [ 3 ] {} <Debug> HTTP-Session: 9f8fc08d-bad5-46dc-9249-379f0a094d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13955 | 2024.09.01 21:06:30.887444 [ 3 ] {} <Trace> HTTP-Session: 9f8fc08d-bad5-46dc-9249-379f0a094d72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13956 | 2024.09.01 21:06:30.887547 [ 3 ] {de5ab484-8346-4f6c-abac-2cd8bacf7529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13957 | 2024.09.01 21:06:30.887594 [ 3 ] {de5ab484-8346-4f6c-abac-2cd8bacf7529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13958 | 2024.09.01 21:06:30.887741 [ 3 ] {de5ab484-8346-4f6c-abac-2cd8bacf7529} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13959 | 2024.09.01 21:06:30.888012 [ 3 ] {de5ab484-8346-4f6c-abac-2cd8bacf7529} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13960 | 2024.09.01 21:06:30.888049 [ 3 ] {de5ab484-8346-4f6c-abac-2cd8bacf7529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13961 | 2024.09.01 21:06:30.888416 [ 3 ] {de5ab484-8346-4f6c-abac-2cd8bacf7529} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
13962 | 2024.09.01 21:06:30.888755 [ 3 ] {de5ab484-8346-4f6c-abac-2cd8bacf7529} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13963 | 2024.09.01 21:06:30.888921 [ 3 ] {de5ab484-8346-4f6c-abac-2cd8bacf7529} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.001391 sec., 2156.721782890007 rows/sec., 172.71 KiB/sec. | ||
13964 | 2024.09.01 21:06:30.889349 [ 3 ] {de5ab484-8346-4f6c-abac-2cd8bacf7529} <Debug> DynamicQueryHandler: Done processing query | ||
13965 | 2024.09.01 21:06:30.889375 [ 3 ] {de5ab484-8346-4f6c-abac-2cd8bacf7529} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13966 | 2024.09.01 21:06:30.889392 [ 3 ] {} <Debug> HTTP-Session: 9f8fc08d-bad5-46dc-9249-379f0a094d72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13967 | 2024.09.01 21:06:30.889554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13968 | 2024.09.01 21:06:30.889609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13969 | 2024.09.01 21:06:30.889630 [ 3 ] {} <Debug> HTTP-Session: fd71b903-f7cb-43b6-a965-b671c80d084d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13970 | 2024.09.01 21:06:30.889647 [ 3 ] {} <Debug> HTTP-Session: fd71b903-f7cb-43b6-a965-b671c80d084d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13971 | 2024.09.01 21:06:30.889661 [ 3 ] {} <Debug> HTTP-Session: fd71b903-f7cb-43b6-a965-b671c80d084d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13972 | 2024.09.01 21:06:30.889692 [ 3 ] {} <Trace> HTTP-Session: fd71b903-f7cb-43b6-a965-b671c80d084d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13973 | 2024.09.01 21:06:30.889823 [ 3 ] {c97cc7dc-7535-417f-af0b-46a5df0240fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13974 | 2024.09.01 21:06:30.889868 [ 3 ] {c97cc7dc-7535-417f-af0b-46a5df0240fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13975 | 2024.09.01 21:06:30.890045 [ 3 ] {c97cc7dc-7535-417f-af0b-46a5df0240fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13976 | 2024.09.01 21:06:30.890394 [ 3 ] {c97cc7dc-7535-417f-af0b-46a5df0240fc} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13977 | 2024.09.01 21:06:30.890431 [ 3 ] {c97cc7dc-7535-417f-af0b-46a5df0240fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13978 | 2024.09.01 21:06:30.890823 [ 3 ] {c97cc7dc-7535-417f-af0b-46a5df0240fc} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13979 | 2024.09.01 21:06:30.891166 [ 3 ] {c97cc7dc-7535-417f-af0b-46a5df0240fc} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13980 | 2024.09.01 21:06:30.891326 [ 3 ] {c97cc7dc-7535-417f-af0b-46a5df0240fc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001554 sec., 52767.052767052766 rows/sec., 3.35 MiB/sec. | ||
13981 | 2024.09.01 21:06:30.891505 [ 3 ] {c97cc7dc-7535-417f-af0b-46a5df0240fc} <Debug> DynamicQueryHandler: Done processing query | ||
13982 | 2024.09.01 21:06:30.891530 [ 3 ] {c97cc7dc-7535-417f-af0b-46a5df0240fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13983 | 2024.09.01 21:06:30.891546 [ 3 ] {} <Debug> HTTP-Session: fd71b903-f7cb-43b6-a965-b671c80d084d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13984 | 2024.09.01 21:06:35.857745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13985 | 2024.09.01 21:06:35.857898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13986 | 2024.09.01 21:06:35.857928 [ 3 ] {} <Debug> HTTP-Session: 0bb987e1-0ec6-48f1-8afc-e1028847ae1f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
13987 | 2024.09.01 21:06:35.857956 [ 3 ] {} <Debug> HTTP-Session: 0bb987e1-0ec6-48f1-8afc-e1028847ae1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13988 | 2024.09.01 21:06:35.857974 [ 3 ] {} <Debug> HTTP-Session: 0bb987e1-0ec6-48f1-8afc-e1028847ae1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13989 | 2024.09.01 21:06:35.858029 [ 3 ] {} <Trace> HTTP-Session: 0bb987e1-0ec6-48f1-8afc-e1028847ae1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13990 | 2024.09.01 21:06:35.858263 [ 3 ] {c871b796-42e4-42e5-af6d-2a8e8b620e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13991 | 2024.09.01 21:06:35.858342 [ 3 ] {c871b796-42e4-42e5-af6d-2a8e8b620e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13992 | 2024.09.01 21:06:35.858673 [ 3 ] {c871b796-42e4-42e5-af6d-2a8e8b620e99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13993 | 2024.09.01 21:06:35.859180 [ 3 ] {c871b796-42e4-42e5-af6d-2a8e8b620e99} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13994 | 2024.09.01 21:06:35.859230 [ 3 ] {c871b796-42e4-42e5-af6d-2a8e8b620e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
13995 | 2024.09.01 21:06:35.859651 [ 3 ] {c871b796-42e4-42e5-af6d-2a8e8b620e99} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13996 | 2024.09.01 21:06:35.860041 [ 3 ] {c871b796-42e4-42e5-af6d-2a8e8b620e99} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13997 | 2024.09.01 21:06:35.860210 [ 3 ] {c871b796-42e4-42e5-af6d-2a8e8b620e99} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.002026 sec., 29615.004935834157 rows/sec., 2.29 MiB/sec. | ||
13998 | 2024.09.01 21:06:35.860450 [ 3 ] {c871b796-42e4-42e5-af6d-2a8e8b620e99} <Debug> DynamicQueryHandler: Done processing query | ||
13999 | 2024.09.01 21:06:35.860478 [ 3 ] {c871b796-42e4-42e5-af6d-2a8e8b620e99} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14000 | 2024.09.01 21:06:35.860494 [ 3 ] {} <Debug> HTTP-Session: 0bb987e1-0ec6-48f1-8afc-e1028847ae1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14001 | 2024.09.01 21:06:35.860629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14002 | 2024.09.01 21:06:35.860686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14003 | 2024.09.01 21:06:35.860705 [ 3 ] {} <Debug> HTTP-Session: 7135258c-23b1-4cf5-811a-eab29d788848 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14004 | 2024.09.01 21:06:35.860724 [ 3 ] {} <Debug> HTTP-Session: 7135258c-23b1-4cf5-811a-eab29d788848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14005 | 2024.09.01 21:06:35.860738 [ 3 ] {} <Debug> HTTP-Session: 7135258c-23b1-4cf5-811a-eab29d788848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14006 | 2024.09.01 21:06:35.860773 [ 3 ] {} <Trace> HTTP-Session: 7135258c-23b1-4cf5-811a-eab29d788848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14007 | 2024.09.01 21:06:35.860876 [ 3 ] {44dcd06e-de12-48f5-b538-da57498e0cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14008 | 2024.09.01 21:06:35.860923 [ 3 ] {44dcd06e-de12-48f5-b538-da57498e0cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14009 | 2024.09.01 21:06:35.861163 [ 3 ] {44dcd06e-de12-48f5-b538-da57498e0cf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14010 | 2024.09.01 21:06:35.861500 [ 3 ] {44dcd06e-de12-48f5-b538-da57498e0cf0} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14011 | 2024.09.01 21:06:35.861538 [ 3 ] {44dcd06e-de12-48f5-b538-da57498e0cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14012 | 2024.09.01 21:06:35.861891 [ 3 ] {44dcd06e-de12-48f5-b538-da57498e0cf0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14013 | 2024.09.01 21:06:35.862262 [ 3 ] {44dcd06e-de12-48f5-b538-da57498e0cf0} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14014 | 2024.09.01 21:06:35.862413 [ 3 ] {44dcd06e-de12-48f5-b538-da57498e0cf0} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001559 sec., 1282.8736369467606 rows/sec., 96.47 KiB/sec. | ||
14015 | 2024.09.01 21:06:35.862598 [ 3 ] {44dcd06e-de12-48f5-b538-da57498e0cf0} <Debug> DynamicQueryHandler: Done processing query | ||
14016 | 2024.09.01 21:06:35.862623 [ 3 ] {44dcd06e-de12-48f5-b538-da57498e0cf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14017 | 2024.09.01 21:06:35.862638 [ 3 ] {} <Debug> HTTP-Session: 7135258c-23b1-4cf5-811a-eab29d788848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14018 | 2024.09.01 21:06:35.862773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14019 | 2024.09.01 21:06:35.862824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14020 | 2024.09.01 21:06:35.862843 [ 3 ] {} <Debug> HTTP-Session: a87940b7-3e86-444a-b208-1483c0241c6a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14021 | 2024.09.01 21:06:35.862860 [ 3 ] {} <Debug> HTTP-Session: a87940b7-3e86-444a-b208-1483c0241c6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14022 | 2024.09.01 21:06:35.862874 [ 3 ] {} <Debug> HTTP-Session: a87940b7-3e86-444a-b208-1483c0241c6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14023 | 2024.09.01 21:06:35.862907 [ 3 ] {} <Trace> HTTP-Session: a87940b7-3e86-444a-b208-1483c0241c6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14024 | 2024.09.01 21:06:35.863026 [ 3 ] {dddc581b-b3e9-4224-9b0e-8d03f1a25cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14025 | 2024.09.01 21:06:35.863070 [ 3 ] {dddc581b-b3e9-4224-9b0e-8d03f1a25cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14026 | 2024.09.01 21:06:35.863302 [ 3 ] {dddc581b-b3e9-4224-9b0e-8d03f1a25cab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14027 | 2024.09.01 21:06:35.863657 [ 3 ] {dddc581b-b3e9-4224-9b0e-8d03f1a25cab} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14028 | 2024.09.01 21:06:35.863695 [ 3 ] {dddc581b-b3e9-4224-9b0e-8d03f1a25cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14029 | 2024.09.01 21:06:35.864046 [ 3 ] {dddc581b-b3e9-4224-9b0e-8d03f1a25cab} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14030 | 2024.09.01 21:06:35.864405 [ 3 ] {dddc581b-b3e9-4224-9b0e-8d03f1a25cab} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14031 | 2024.09.01 21:06:35.864563 [ 3 ] {dddc581b-b3e9-4224-9b0e-8d03f1a25cab} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001578 sec., 41825.095057034225 rows/sec., 3.26 MiB/sec. | ||
14032 | 2024.09.01 21:06:35.864789 [ 3 ] {dddc581b-b3e9-4224-9b0e-8d03f1a25cab} <Debug> DynamicQueryHandler: Done processing query | ||
14033 | 2024.09.01 21:06:35.864841 [ 3 ] {dddc581b-b3e9-4224-9b0e-8d03f1a25cab} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14034 | 2024.09.01 21:06:35.864899 [ 3 ] {} <Debug> HTTP-Session: a87940b7-3e86-444a-b208-1483c0241c6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14035 | 2024.09.01 21:06:35.865107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14036 | 2024.09.01 21:06:35.865160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14037 | 2024.09.01 21:06:35.865180 [ 3 ] {} <Debug> HTTP-Session: 73080614-e432-449c-9853-6621fd7463bf Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14038 | 2024.09.01 21:06:35.865198 [ 3 ] {} <Debug> HTTP-Session: 73080614-e432-449c-9853-6621fd7463bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14039 | 2024.09.01 21:06:35.865213 [ 3 ] {} <Debug> HTTP-Session: 73080614-e432-449c-9853-6621fd7463bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14040 | 2024.09.01 21:06:35.865246 [ 3 ] {} <Trace> HTTP-Session: 73080614-e432-449c-9853-6621fd7463bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14041 | 2024.09.01 21:06:35.865400 [ 3 ] {61ccfb86-2cef-48d3-a727-e43fba5da495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14042 | 2024.09.01 21:06:35.865449 [ 3 ] {61ccfb86-2cef-48d3-a727-e43fba5da495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14043 | 2024.09.01 21:06:35.865612 [ 3 ] {61ccfb86-2cef-48d3-a727-e43fba5da495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14044 | 2024.09.01 21:06:35.866058 [ 3 ] {61ccfb86-2cef-48d3-a727-e43fba5da495} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14045 | 2024.09.01 21:06:35.866093 [ 3 ] {61ccfb86-2cef-48d3-a727-e43fba5da495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14046 | 2024.09.01 21:06:35.866486 [ 3 ] {61ccfb86-2cef-48d3-a727-e43fba5da495} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14047 | 2024.09.01 21:06:35.866829 [ 3 ] {61ccfb86-2cef-48d3-a727-e43fba5da495} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14048 | 2024.09.01 21:06:35.866991 [ 3 ] {61ccfb86-2cef-48d3-a727-e43fba5da495} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec. | ||
14049 | 2024.09.01 21:06:35.867175 [ 3 ] {61ccfb86-2cef-48d3-a727-e43fba5da495} <Debug> DynamicQueryHandler: Done processing query | ||
14050 | 2024.09.01 21:06:35.867198 [ 3 ] {61ccfb86-2cef-48d3-a727-e43fba5da495} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14051 | 2024.09.01 21:06:35.867219 [ 3 ] {} <Debug> HTTP-Session: 73080614-e432-449c-9853-6621fd7463bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14052 | 2024.09.01 21:06:35.867380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14053 | 2024.09.01 21:06:35.867428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14054 | 2024.09.01 21:06:35.867446 [ 3 ] {} <Debug> HTTP-Session: 5218c99d-8aca-44c6-ad5a-9cba9def8de7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14055 | 2024.09.01 21:06:35.867462 [ 3 ] {} <Debug> HTTP-Session: 5218c99d-8aca-44c6-ad5a-9cba9def8de7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14056 | 2024.09.01 21:06:35.867476 [ 3 ] {} <Debug> HTTP-Session: 5218c99d-8aca-44c6-ad5a-9cba9def8de7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14057 | 2024.09.01 21:06:35.867507 [ 3 ] {} <Trace> HTTP-Session: 5218c99d-8aca-44c6-ad5a-9cba9def8de7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14058 | 2024.09.01 21:06:35.867629 [ 3 ] {7839f2e2-f4ac-41b4-a23b-05fcffd6fa0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14059 | 2024.09.01 21:06:35.867694 [ 3 ] {7839f2e2-f4ac-41b4-a23b-05fcffd6fa0d} <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 | ||
14060 | 2024.09.01 21:06:35.868113 [ 3 ] {7839f2e2-f4ac-41b4-a23b-05fcffd6fa0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14061 | 2024.09.01 21:06:35.868611 [ 3 ] {7839f2e2-f4ac-41b4-a23b-05fcffd6fa0d} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14062 | 2024.09.01 21:06:35.868647 [ 3 ] {7839f2e2-f4ac-41b4-a23b-05fcffd6fa0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14063 | 2024.09.01 21:06:35.869227 [ 3 ] {7839f2e2-f4ac-41b4-a23b-05fcffd6fa0d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
14064 | 2024.09.01 21:06:35.869642 [ 3 ] {7839f2e2-f4ac-41b4-a23b-05fcffd6fa0d} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14065 | 2024.09.01 21:06:35.869820 [ 3 ] {7839f2e2-f4ac-41b4-a23b-05fcffd6fa0d} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002236 sec., 894.4543828264758 rows/sec., 1.60 MiB/sec. | ||
14066 | 2024.09.01 21:06:35.870045 [ 3 ] {7839f2e2-f4ac-41b4-a23b-05fcffd6fa0d} <Debug> DynamicQueryHandler: Done processing query | ||
14067 | 2024.09.01 21:06:35.870069 [ 3 ] {7839f2e2-f4ac-41b4-a23b-05fcffd6fa0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14068 | 2024.09.01 21:06:35.870084 [ 3 ] {} <Debug> HTTP-Session: 5218c99d-8aca-44c6-ad5a-9cba9def8de7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14069 | 2024.09.01 21:06:35.870199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14070 | 2024.09.01 21:06:35.870248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14071 | 2024.09.01 21:06:35.870267 [ 3 ] {} <Debug> HTTP-Session: f226c77e-fb42-4f05-a51f-78c7e88fd135 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14072 | 2024.09.01 21:06:35.870283 [ 3 ] {} <Debug> HTTP-Session: f226c77e-fb42-4f05-a51f-78c7e88fd135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14073 | 2024.09.01 21:06:35.870297 [ 3 ] {} <Debug> HTTP-Session: f226c77e-fb42-4f05-a51f-78c7e88fd135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14074 | 2024.09.01 21:06:35.870328 [ 3 ] {} <Trace> HTTP-Session: f226c77e-fb42-4f05-a51f-78c7e88fd135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14075 | 2024.09.01 21:06:35.870452 [ 3 ] {0957a08a-5eca-4abd-9d5f-a33ec3f7f57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14076 | 2024.09.01 21:06:35.870498 [ 3 ] {0957a08a-5eca-4abd-9d5f-a33ec3f7f57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14077 | 2024.09.01 21:06:35.870628 [ 3 ] {0957a08a-5eca-4abd-9d5f-a33ec3f7f57f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14078 | 2024.09.01 21:06:35.870938 [ 3 ] {0957a08a-5eca-4abd-9d5f-a33ec3f7f57f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14079 | 2024.09.01 21:06:35.870974 [ 3 ] {0957a08a-5eca-4abd-9d5f-a33ec3f7f57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14080 | 2024.09.01 21:06:35.871334 [ 3 ] {0957a08a-5eca-4abd-9d5f-a33ec3f7f57f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14081 | 2024.09.01 21:06:35.871661 [ 3 ] {0957a08a-5eca-4abd-9d5f-a33ec3f7f57f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14082 | 2024.09.01 21:06:35.871820 [ 3 ] {0957a08a-5eca-4abd-9d5f-a33ec3f7f57f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
14083 | 2024.09.01 21:06:35.871999 [ 3 ] {0957a08a-5eca-4abd-9d5f-a33ec3f7f57f} <Debug> DynamicQueryHandler: Done processing query | ||
14084 | 2024.09.01 21:06:35.872023 [ 3 ] {0957a08a-5eca-4abd-9d5f-a33ec3f7f57f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14085 | 2024.09.01 21:06:35.872039 [ 3 ] {} <Debug> HTTP-Session: f226c77e-fb42-4f05-a51f-78c7e88fd135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14086 | 2024.09.01 21:06:39.020060 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14087 | 2024.09.01 21:06:39.020122 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14088 | 2024.09.01 21:06:40.864263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 41740, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14089 | 2024.09.01 21:06:40.864381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14090 | 2024.09.01 21:06:40.864411 [ 3 ] {} <Debug> HTTP-Session: 00c36b2c-6d29-42f7-916d-d266eb658dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14091 | 2024.09.01 21:06:40.864439 [ 3 ] {} <Debug> HTTP-Session: 00c36b2c-6d29-42f7-916d-d266eb658dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14092 | 2024.09.01 21:06:40.864457 [ 3 ] {} <Debug> HTTP-Session: 00c36b2c-6d29-42f7-916d-d266eb658dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14093 | 2024.09.01 21:06:40.864528 [ 3 ] {} <Trace> HTTP-Session: 00c36b2c-6d29-42f7-916d-d266eb658dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14094 | 2024.09.01 21:06:40.864954 [ 3 ] {b0cf61f7-ac2d-450d-ace6-eccbe1d9ae09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14095 | 2024.09.01 21:06:40.865065 [ 3 ] {b0cf61f7-ac2d-450d-ace6-eccbe1d9ae09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14096 | 2024.09.01 21:06:40.865587 [ 3 ] {b0cf61f7-ac2d-450d-ace6-eccbe1d9ae09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14097 | 2024.09.01 21:06:40.866235 [ 3 ] {b0cf61f7-ac2d-450d-ace6-eccbe1d9ae09} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14098 | 2024.09.01 21:06:40.866279 [ 3 ] {b0cf61f7-ac2d-450d-ace6-eccbe1d9ae09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14099 | 2024.09.01 21:06:40.866738 [ 3 ] {b0cf61f7-ac2d-450d-ace6-eccbe1d9ae09} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14100 | 2024.09.01 21:06:40.867136 [ 3 ] {b0cf61f7-ac2d-450d-ace6-eccbe1d9ae09} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14101 | 2024.09.01 21:06:40.867285 [ 3 ] {b0cf61f7-ac2d-450d-ace6-eccbe1d9ae09} <Debug> executeQuery: Read 275 rows, 25.02 KiB in 0.002539 sec., 108310.35840882237 rows/sec., 9.62 MiB/sec. | ||
14102 | 2024.09.01 21:06:40.867507 [ 3 ] {b0cf61f7-ac2d-450d-ace6-eccbe1d9ae09} <Debug> DynamicQueryHandler: Done processing query | ||
14103 | 2024.09.01 21:06:40.867534 [ 3 ] {b0cf61f7-ac2d-450d-ace6-eccbe1d9ae09} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14104 | 2024.09.01 21:06:40.867550 [ 3 ] {} <Debug> HTTP-Session: 00c36b2c-6d29-42f7-916d-d266eb658dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14105 | 2024.09.01 21:06:40.867688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 6226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14106 | 2024.09.01 21:06:40.867746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14107 | 2024.09.01 21:06:40.867767 [ 3 ] {} <Debug> HTTP-Session: 7607abd5-5365-4645-973f-7a10ae579594 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14108 | 2024.09.01 21:06:40.867785 [ 3 ] {} <Debug> HTTP-Session: 7607abd5-5365-4645-973f-7a10ae579594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14109 | 2024.09.01 21:06:40.867799 [ 3 ] {} <Debug> HTTP-Session: 7607abd5-5365-4645-973f-7a10ae579594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14110 | 2024.09.01 21:06:40.867836 [ 3 ] {} <Trace> HTTP-Session: 7607abd5-5365-4645-973f-7a10ae579594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14111 | 2024.09.01 21:06:40.867957 [ 3 ] {9e6378ca-a5be-4426-9f1d-63de01df47a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14112 | 2024.09.01 21:06:40.868005 [ 3 ] {9e6378ca-a5be-4426-9f1d-63de01df47a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14113 | 2024.09.01 21:06:40.868238 [ 3 ] {9e6378ca-a5be-4426-9f1d-63de01df47a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14114 | 2024.09.01 21:06:40.868620 [ 3 ] {9e6378ca-a5be-4426-9f1d-63de01df47a4} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14115 | 2024.09.01 21:06:40.868657 [ 3 ] {9e6378ca-a5be-4426-9f1d-63de01df47a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14116 | 2024.09.01 21:06:40.869027 [ 3 ] {9e6378ca-a5be-4426-9f1d-63de01df47a4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14117 | 2024.09.01 21:06:40.869394 [ 3 ] {9e6378ca-a5be-4426-9f1d-63de01df47a4} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14118 | 2024.09.01 21:06:40.869525 [ 3 ] {9e6378ca-a5be-4426-9f1d-63de01df47a4} <Debug> executeQuery: Read 43 rows, 3.23 KiB in 0.001608 sec., 26741.293532338306 rows/sec., 1.96 MiB/sec. | ||
14119 | 2024.09.01 21:06:40.869527 [ 56 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14120 | 2024.09.01 21:06:40.869595 [ 56 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14121 | 2024.09.01 21:06:40.869636 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14122 | 2024.09.01 21:06:40.869725 [ 3 ] {9e6378ca-a5be-4426-9f1d-63de01df47a4} <Debug> DynamicQueryHandler: Done processing query | ||
14123 | 2024.09.01 21:06:40.869755 [ 3 ] {9e6378ca-a5be-4426-9f1d-63de01df47a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14124 | 2024.09.01 21:06:40.869767 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
14125 | 2024.09.01 21:06:40.869774 [ 3 ] {} <Debug> HTTP-Session: 7607abd5-5365-4645-973f-7a10ae579594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14126 | 2024.09.01 21:06:40.869926 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14127 | 2024.09.01 21:06:40.869926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14128 | 2024.09.01 21:06:40.869969 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 55 rows starting from the beginning of the part | ||
14129 | 2024.09.01 21:06:40.870003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14130 | 2024.09.01 21:06:40.870037 [ 3 ] {} <Debug> HTTP-Session: e12ecff3-9301-4528-807a-a56210d5570b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14131 | 2024.09.01 21:06:40.870102 [ 3 ] {} <Debug> HTTP-Session: e12ecff3-9301-4528-807a-a56210d5570b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14132 | 2024.09.01 21:06:40.870142 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 27 rows starting from the beginning of the part | ||
14133 | 2024.09.01 21:06:40.870169 [ 3 ] {} <Debug> HTTP-Session: e12ecff3-9301-4528-807a-a56210d5570b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14134 | 2024.09.01 21:06:40.870302 [ 3 ] {} <Trace> HTTP-Session: e12ecff3-9301-4528-807a-a56210d5570b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14135 | 2024.09.01 21:06:40.870519 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 2 rows starting from the beginning of the part | ||
14136 | 2024.09.01 21:06:40.870697 [ 3 ] {2052f281-2546-46bb-87ac-aa3f34eb8cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14137 | 2024.09.01 21:06:40.870915 [ 3 ] {2052f281-2546-46bb-87ac-aa3f34eb8cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14138 | 2024.09.01 21:06:40.870923 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part | ||
14139 | 2024.09.01 21:06:40.871220 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 2 rows starting from the beginning of the part | ||
14140 | 2024.09.01 21:06:40.871562 [ 196 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 43 rows starting from the beginning of the part | ||
14141 | 2024.09.01 21:06:40.872244 [ 3 ] {2052f281-2546-46bb-87ac-aa3f34eb8cb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14142 | 2024.09.01 21:06:40.872827 [ 3 ] {2052f281-2546-46bb-87ac-aa3f34eb8cb0} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14143 | 2024.09.01 21:06:40.872877 [ 3 ] {2052f281-2546-46bb-87ac-aa3f34eb8cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14144 | 2024.09.01 21:06:40.873509 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.003804431 sec., 43370.48036881205 rows/sec., 3.33 MiB/sec. | ||
14145 | 2024.09.01 21:06:40.873513 [ 3 ] {2052f281-2546-46bb-87ac-aa3f34eb8cb0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14146 | 2024.09.01 21:06:40.873747 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14147 | 2024.09.01 21:06:40.874471 [ 3 ] {2052f281-2546-46bb-87ac-aa3f34eb8cb0} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14148 | 2024.09.01 21:06:40.874709 [ 56 ] {} <Debug> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
14149 | 2024.09.01 21:06:40.874774 [ 3 ] {2052f281-2546-46bb-87ac-aa3f34eb8cb0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004225 sec., 3313.6094674556216 rows/sec., 232.06 KiB/sec. | ||
14150 | 2024.09.01 21:06:40.874783 [ 56 ] {} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14151 | 2024.09.01 21:06:40.874858 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14152 | 2024.09.01 21:06:40.874996 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_71_14} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14153 | 2024.09.01 21:06:40.875243 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::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 | ||
14154 | 2024.09.01 21:06:40.875307 [ 191 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_71_14} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14155 | 2024.09.01 21:06:40.875379 [ 3 ] {2052f281-2546-46bb-87ac-aa3f34eb8cb0} <Debug> DynamicQueryHandler: Done processing query | ||
14156 | 2024.09.01 21:06:40.875483 [ 3 ] {2052f281-2546-46bb-87ac-aa3f34eb8cb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14157 | 2024.09.01 21:06:40.875533 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
14158 | 2024.09.01 21:06:40.875556 [ 3 ] {} <Debug> HTTP-Session: e12ecff3-9301-4528-807a-a56210d5570b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14159 | 2024.09.01 21:06:40.875644 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14160 | 2024.09.01 21:06:40.875686 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 243 rows starting from the beginning of the part | ||
14161 | 2024.09.01 21:06:40.875759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14162 | 2024.09.01 21:06:40.875875 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
14163 | 2024.09.01 21:06:40.875927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14164 | 2024.09.01 21:06:40.876030 [ 3 ] {} <Debug> HTTP-Session: eae7e368-eabe-49f1-844e-73bf00b49478 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14165 | 2024.09.01 21:06:40.876134 [ 3 ] {} <Debug> HTTP-Session: eae7e368-eabe-49f1-844e-73bf00b49478 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14166 | 2024.09.01 21:06:40.876170 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
14167 | 2024.09.01 21:06:40.876187 [ 3 ] {} <Debug> HTTP-Session: eae7e368-eabe-49f1-844e-73bf00b49478 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14168 | 2024.09.01 21:06:40.876332 [ 3 ] {} <Trace> HTTP-Session: eae7e368-eabe-49f1-844e-73bf00b49478 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14169 | 2024.09.01 21:06:40.876413 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part | ||
14170 | 2024.09.01 21:06:40.876694 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
14171 | 2024.09.01 21:06:40.876728 [ 3 ] {0371b2a5-9ca3-42df-a8f0-d7d6e182298f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14172 | 2024.09.01 21:06:40.876910 [ 3 ] {0371b2a5-9ca3-42df-a8f0-d7d6e182298f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14173 | 2024.09.01 21:06:40.876933 [ 187 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
14174 | 2024.09.01 21:06:40.877839 [ 3 ] {0371b2a5-9ca3-42df-a8f0-d7d6e182298f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14175 | 2024.09.01 21:06:40.878682 [ 3 ] {0371b2a5-9ca3-42df-a8f0-d7d6e182298f} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14176 | 2024.09.01 21:06:40.878749 [ 3 ] {0371b2a5-9ca3-42df-a8f0-d7d6e182298f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14177 | 2024.09.01 21:06:40.879731 [ 3 ] {0371b2a5-9ca3-42df-a8f0-d7d6e182298f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
14178 | 2024.09.01 21:06:40.880242 [ 195 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005240771 sec., 103229.08594937653 rows/sec., 7.02 MiB/sec. | ||
14179 | 2024.09.01 21:06:40.880474 [ 195 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
14180 | 2024.09.01 21:06:40.880639 [ 3 ] {0371b2a5-9ca3-42df-a8f0-d7d6e182298f} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14181 | 2024.09.01 21:06:40.880896 [ 56 ] {} <Debug> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
14182 | 2024.09.01 21:06:40.881007 [ 56 ] {} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14183 | 2024.09.01 21:06:40.881056 [ 3 ] {0371b2a5-9ca3-42df-a8f0-d7d6e182298f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004464 sec., 1344.0860215053763 rows/sec., 79.41 KiB/sec. | ||
14184 | 2024.09.01 21:06:40.881080 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14185 | 2024.09.01 21:06:40.881819 [ 3 ] {0371b2a5-9ca3-42df-a8f0-d7d6e182298f} <Debug> DynamicQueryHandler: Done processing query | ||
14186 | 2024.09.01 21:06:40.881915 [ 3 ] {0371b2a5-9ca3-42df-a8f0-d7d6e182298f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14187 | 2024.09.01 21:06:40.882004 [ 3 ] {} <Debug> HTTP-Session: eae7e368-eabe-49f1-844e-73bf00b49478 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14188 | 2024.09.01 21:06:40.882165 [ 189 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
14189 | 2024.09.01 21:06:40.882256 [ 195 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_35_7} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14190 | 2024.09.01 21:06:40.882344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 69940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14191 | 2024.09.01 21:06:40.882526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14192 | 2024.09.01 21:06:40.882617 [ 3 ] {} <Debug> HTTP-Session: 44239371-3a98-4eea-9cbd-6179005a5190 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14193 | 2024.09.01 21:06:40.882618 [ 195 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_35_7} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
14194 | 2024.09.01 21:06:40.882701 [ 3 ] {} <Debug> HTTP-Session: 44239371-3a98-4eea-9cbd-6179005a5190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14195 | 2024.09.01 21:06:40.882770 [ 3 ] {} <Debug> HTTP-Session: 44239371-3a98-4eea-9cbd-6179005a5190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14196 | 2024.09.01 21:06:40.882953 [ 3 ] {} <Trace> HTTP-Session: 44239371-3a98-4eea-9cbd-6179005a5190 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14197 | 2024.09.01 21:06:40.883074 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
14198 | 2024.09.01 21:06:40.883312 [ 189 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14199 | 2024.09.01 21:06:40.883379 [ 189 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
14200 | 2024.09.01 21:06:40.883468 [ 3 ] {3b1caa3f-b055-4955-8952-3ebb3f494f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14201 | 2024.09.01 21:06:40.883645 [ 3 ] {3b1caa3f-b055-4955-8952-3ebb3f494f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14202 | 2024.09.01 21:06:40.883678 [ 189 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
14203 | 2024.09.01 21:06:40.884087 [ 189 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
14204 | 2024.09.01 21:06:40.884421 [ 189 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
14205 | 2024.09.01 21:06:40.884818 [ 189 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
14206 | 2024.09.01 21:06:40.885270 [ 3 ] {3b1caa3f-b055-4955-8952-3ebb3f494f17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14207 | 2024.09.01 21:06:40.886534 [ 3 ] {3b1caa3f-b055-4955-8952-3ebb3f494f17} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14208 | 2024.09.01 21:06:40.886618 [ 3 ] {3b1caa3f-b055-4955-8952-3ebb3f494f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14209 | 2024.09.01 21:06:40.887338 [ 195 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.005761087 sec., 5207.350626713327 rows/sec., 330.54 KiB/sec. | ||
14210 | 2024.09.01 21:06:40.887526 [ 200 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
14211 | 2024.09.01 21:06:40.887584 [ 3 ] {3b1caa3f-b055-4955-8952-3ebb3f494f17} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14212 | 2024.09.01 21:06:40.888262 [ 3 ] {3b1caa3f-b055-4955-8952-3ebb3f494f17} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14213 | 2024.09.01 21:06:40.888359 [ 200 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_33_8} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14214 | 2024.09.01 21:06:40.888484 [ 3 ] {3b1caa3f-b055-4955-8952-3ebb3f494f17} <Debug> executeQuery: Read 430 rows, 31.55 KiB in 0.005206 sec., 82597.00345754898 rows/sec., 5.92 MiB/sec. | ||
14215 | 2024.09.01 21:06:40.888662 [ 200 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_33_8} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
14216 | 2024.09.01 21:06:40.888875 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
14217 | 2024.09.01 21:06:40.889001 [ 3 ] {3b1caa3f-b055-4955-8952-3ebb3f494f17} <Debug> DynamicQueryHandler: Done processing query | ||
14218 | 2024.09.01 21:06:40.889061 [ 3 ] {3b1caa3f-b055-4955-8952-3ebb3f494f17} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
14219 | 2024.09.01 21:06:40.889131 [ 3 ] {} <Debug> HTTP-Session: 44239371-3a98-4eea-9cbd-6179005a5190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14220 | 2024.09.01 21:06:40.889386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14221 | 2024.09.01 21:06:40.889444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14222 | 2024.09.01 21:06:40.889465 [ 3 ] {} <Debug> HTTP-Session: 1f04417b-abbb-48a2-afd6-56394756b338 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14223 | 2024.09.01 21:06:40.889483 [ 3 ] {} <Debug> HTTP-Session: 1f04417b-abbb-48a2-afd6-56394756b338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14224 | 2024.09.01 21:06:40.889497 [ 3 ] {} <Debug> HTTP-Session: 1f04417b-abbb-48a2-afd6-56394756b338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14225 | 2024.09.01 21:06:40.889531 [ 3 ] {} <Trace> HTTP-Session: 1f04417b-abbb-48a2-afd6-56394756b338 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14226 | 2024.09.01 21:06:40.889637 [ 3 ] {58de713b-30fd-4fa8-a7d7-9b9e583c428b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14227 | 2024.09.01 21:06:40.889685 [ 3 ] {58de713b-30fd-4fa8-a7d7-9b9e583c428b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14228 | 2024.09.01 21:06:40.889836 [ 3 ] {58de713b-30fd-4fa8-a7d7-9b9e583c428b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14229 | 2024.09.01 21:06:40.890129 [ 3 ] {58de713b-30fd-4fa8-a7d7-9b9e583c428b} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14230 | 2024.09.01 21:06:40.890166 [ 3 ] {58de713b-30fd-4fa8-a7d7-9b9e583c428b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14231 | 2024.09.01 21:06:40.890528 [ 3 ] {58de713b-30fd-4fa8-a7d7-9b9e583c428b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
14232 | 2024.09.01 21:06:40.890867 [ 3 ] {58de713b-30fd-4fa8-a7d7-9b9e583c428b} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14233 | 2024.09.01 21:06:40.891022 [ 3 ] {58de713b-30fd-4fa8-a7d7-9b9e583c428b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001405 sec., 4270.462633451957 rows/sec., 223.11 KiB/sec. | ||
14234 | 2024.09.01 21:06:40.891302 [ 3 ] {58de713b-30fd-4fa8-a7d7-9b9e583c428b} <Debug> DynamicQueryHandler: Done processing query | ||
14235 | 2024.09.01 21:06:40.891343 [ 3 ] {58de713b-30fd-4fa8-a7d7-9b9e583c428b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14236 | 2024.09.01 21:06:40.891360 [ 3 ] {} <Debug> HTTP-Session: 1f04417b-abbb-48a2-afd6-56394756b338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14237 | 2024.09.01 21:06:40.891536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14238 | 2024.09.01 21:06:40.891586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14239 | 2024.09.01 21:06:40.891606 [ 3 ] {} <Debug> HTTP-Session: 2767e4b6-6fed-4275-8afa-17c40f0361dc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14240 | 2024.09.01 21:06:40.891623 [ 3 ] {} <Debug> HTTP-Session: 2767e4b6-6fed-4275-8afa-17c40f0361dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14241 | 2024.09.01 21:06:40.891637 [ 3 ] {} <Debug> HTTP-Session: 2767e4b6-6fed-4275-8afa-17c40f0361dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14242 | 2024.09.01 21:06:40.891669 [ 3 ] {} <Trace> HTTP-Session: 2767e4b6-6fed-4275-8afa-17c40f0361dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14243 | 2024.09.01 21:06:40.891900 [ 3 ] {da58dcdd-3ed2-4e15-958c-87728175ea91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14244 | 2024.09.01 21:06:40.891948 [ 3 ] {da58dcdd-3ed2-4e15-958c-87728175ea91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14245 | 2024.09.01 21:06:40.892111 [ 3 ] {da58dcdd-3ed2-4e15-958c-87728175ea91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14246 | 2024.09.01 21:06:40.892713 [ 3 ] {da58dcdd-3ed2-4e15-958c-87728175ea91} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14247 | 2024.09.01 21:06:40.892774 [ 3 ] {da58dcdd-3ed2-4e15-958c-87728175ea91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14248 | 2024.09.01 21:06:40.893261 [ 3 ] {da58dcdd-3ed2-4e15-958c-87728175ea91} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14249 | 2024.09.01 21:06:40.893650 [ 3 ] {da58dcdd-3ed2-4e15-958c-87728175ea91} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14250 | 2024.09.01 21:06:40.893798 [ 3 ] {da58dcdd-3ed2-4e15-958c-87728175ea91} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002043 sec., 116005.8737151248 rows/sec., 7.78 MiB/sec. | ||
14251 | 2024.09.01 21:06:40.894081 [ 3 ] {da58dcdd-3ed2-4e15-958c-87728175ea91} <Debug> DynamicQueryHandler: Done processing query | ||
14252 | 2024.09.01 21:06:40.894143 [ 3 ] {da58dcdd-3ed2-4e15-958c-87728175ea91} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14253 | 2024.09.01 21:06:40.894202 [ 3 ] {} <Debug> HTTP-Session: 2767e4b6-6fed-4275-8afa-17c40f0361dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14254 | 2024.09.01 21:06:40.894375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14255 | 2024.09.01 21:06:40.894429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14256 | 2024.09.01 21:06:40.894448 [ 3 ] {} <Debug> HTTP-Session: 350ac395-8787-4a23-8425-1b4dd0b3c033 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14257 | 2024.09.01 21:06:40.894465 [ 3 ] {} <Debug> HTTP-Session: 350ac395-8787-4a23-8425-1b4dd0b3c033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14258 | 2024.09.01 21:06:40.894481 [ 3 ] {} <Debug> HTTP-Session: 350ac395-8787-4a23-8425-1b4dd0b3c033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14259 | 2024.09.01 21:06:40.894513 [ 3 ] {} <Trace> HTTP-Session: 350ac395-8787-4a23-8425-1b4dd0b3c033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14260 | 2024.09.01 21:06:40.894613 [ 3 ] {a16fc39a-d4b6-4768-9ed5-9c0fd8ecd773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14261 | 2024.09.01 21:06:40.894660 [ 3 ] {a16fc39a-d4b6-4768-9ed5-9c0fd8ecd773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14262 | 2024.09.01 21:06:40.894815 [ 3 ] {a16fc39a-d4b6-4768-9ed5-9c0fd8ecd773} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14263 | 2024.09.01 21:06:40.895085 [ 3 ] {a16fc39a-d4b6-4768-9ed5-9c0fd8ecd773} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14264 | 2024.09.01 21:06:40.895121 [ 3 ] {a16fc39a-d4b6-4768-9ed5-9c0fd8ecd773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14265 | 2024.09.01 21:06:40.895475 [ 3 ] {a16fc39a-d4b6-4768-9ed5-9c0fd8ecd773} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14266 | 2024.09.01 21:06:40.895814 [ 3 ] {a16fc39a-d4b6-4768-9ed5-9c0fd8ecd773} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14267 | 2024.09.01 21:06:40.895968 [ 3 ] {a16fc39a-d4b6-4768-9ed5-9c0fd8ecd773} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001378 sec., 725.6894049346879 rows/sec., 48.90 KiB/sec. | ||
14268 | 2024.09.01 21:06:40.896119 [ 3 ] {a16fc39a-d4b6-4768-9ed5-9c0fd8ecd773} <Debug> DynamicQueryHandler: Done processing query | ||
14269 | 2024.09.01 21:06:40.896144 [ 3 ] {a16fc39a-d4b6-4768-9ed5-9c0fd8ecd773} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14270 | 2024.09.01 21:06:40.896160 [ 3 ] {} <Debug> HTTP-Session: 350ac395-8787-4a23-8425-1b4dd0b3c033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14271 | 2024.09.01 21:06:40.896300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 71802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14272 | 2024.09.01 21:06:40.896348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14273 | 2024.09.01 21:06:40.896367 [ 3 ] {} <Debug> HTTP-Session: 1f01a572-2848-4dc6-a97b-d3bbe1d8653b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14274 | 2024.09.01 21:06:40.896384 [ 3 ] {} <Debug> HTTP-Session: 1f01a572-2848-4dc6-a97b-d3bbe1d8653b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14275 | 2024.09.01 21:06:40.896398 [ 3 ] {} <Debug> HTTP-Session: 1f01a572-2848-4dc6-a97b-d3bbe1d8653b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14276 | 2024.09.01 21:06:40.896429 [ 3 ] {} <Trace> HTTP-Session: 1f01a572-2848-4dc6-a97b-d3bbe1d8653b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14277 | 2024.09.01 21:06:40.896911 [ 3 ] {5a351f30-fa37-4663-8740-3c6aa12c36da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14278 | 2024.09.01 21:06:40.896976 [ 3 ] {5a351f30-fa37-4663-8740-3c6aa12c36da} <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 | ||
14279 | 2024.09.01 21:06:40.897397 [ 3 ] {5a351f30-fa37-4663-8740-3c6aa12c36da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14280 | 2024.09.01 21:06:40.898238 [ 3 ] {5a351f30-fa37-4663-8740-3c6aa12c36da} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14281 | 2024.09.01 21:06:40.898274 [ 3 ] {5a351f30-fa37-4663-8740-3c6aa12c36da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14282 | 2024.09.01 21:06:40.898922 [ 3 ] {5a351f30-fa37-4663-8740-3c6aa12c36da} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14283 | 2024.09.01 21:06:40.899336 [ 3 ] {5a351f30-fa37-4663-8740-3c6aa12c36da} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14284 | 2024.09.01 21:06:40.899524 [ 3 ] {5a351f30-fa37-4663-8740-3c6aa12c36da} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.002993 sec., 14366.855997327097 rows/sec., 25.74 MiB/sec. | ||
14285 | 2024.09.01 21:06:40.899760 [ 3 ] {5a351f30-fa37-4663-8740-3c6aa12c36da} <Debug> DynamicQueryHandler: Done processing query | ||
14286 | 2024.09.01 21:06:40.899784 [ 3 ] {5a351f30-fa37-4663-8740-3c6aa12c36da} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
14287 | 2024.09.01 21:06:40.899802 [ 3 ] {} <Debug> HTTP-Session: 1f01a572-2848-4dc6-a97b-d3bbe1d8653b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14288 | 2024.09.01 21:06:40.899923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1028, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14289 | 2024.09.01 21:06:40.899972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14290 | 2024.09.01 21:06:40.899991 [ 3 ] {} <Debug> HTTP-Session: 11d41878-3562-404c-8f5b-0d3246954e17 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14291 | 2024.09.01 21:06:40.900008 [ 3 ] {} <Debug> HTTP-Session: 11d41878-3562-404c-8f5b-0d3246954e17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14292 | 2024.09.01 21:06:40.900022 [ 3 ] {} <Debug> HTTP-Session: 11d41878-3562-404c-8f5b-0d3246954e17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14293 | 2024.09.01 21:06:40.900053 [ 3 ] {} <Trace> HTTP-Session: 11d41878-3562-404c-8f5b-0d3246954e17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14294 | 2024.09.01 21:06:40.900150 [ 3 ] {ce810ac5-9488-4a1a-ad7e-baa61ac4c5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14295 | 2024.09.01 21:06:40.900195 [ 3 ] {ce810ac5-9488-4a1a-ad7e-baa61ac4c5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14296 | 2024.09.01 21:06:40.900324 [ 3 ] {ce810ac5-9488-4a1a-ad7e-baa61ac4c5a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14297 | 2024.09.01 21:06:40.900584 [ 3 ] {ce810ac5-9488-4a1a-ad7e-baa61ac4c5a7} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14298 | 2024.09.01 21:06:40.900620 [ 3 ] {ce810ac5-9488-4a1a-ad7e-baa61ac4c5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14299 | 2024.09.01 21:06:40.900969 [ 3 ] {ce810ac5-9488-4a1a-ad7e-baa61ac4c5a7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
14300 | 2024.09.01 21:06:40.901292 [ 3 ] {ce810ac5-9488-4a1a-ad7e-baa61ac4c5a7} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14301 | 2024.09.01 21:06:40.901450 [ 3 ] {ce810ac5-9488-4a1a-ad7e-baa61ac4c5a7} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 342.02 KiB/sec. | ||
14302 | 2024.09.01 21:06:40.901727 [ 3 ] {ce810ac5-9488-4a1a-ad7e-baa61ac4c5a7} <Debug> DynamicQueryHandler: Done processing query | ||
14303 | 2024.09.01 21:06:40.901751 [ 3 ] {ce810ac5-9488-4a1a-ad7e-baa61ac4c5a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14304 | 2024.09.01 21:06:40.901767 [ 3 ] {} <Debug> HTTP-Session: 11d41878-3562-404c-8f5b-0d3246954e17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14305 | 2024.09.01 21:06:40.901899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14306 | 2024.09.01 21:06:40.901946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14307 | 2024.09.01 21:06:40.901964 [ 3 ] {} <Debug> HTTP-Session: 0a2bde9c-827d-4912-9ff2-285c44ce06ed Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14308 | 2024.09.01 21:06:40.901981 [ 3 ] {} <Debug> HTTP-Session: 0a2bde9c-827d-4912-9ff2-285c44ce06ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14309 | 2024.09.01 21:06:40.901995 [ 3 ] {} <Debug> HTTP-Session: 0a2bde9c-827d-4912-9ff2-285c44ce06ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14310 | 2024.09.01 21:06:40.902025 [ 3 ] {} <Trace> HTTP-Session: 0a2bde9c-827d-4912-9ff2-285c44ce06ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14311 | 2024.09.01 21:06:40.902143 [ 3 ] {527e9ac1-e47f-41f9-a4a0-616055da19ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14312 | 2024.09.01 21:06:40.902188 [ 3 ] {527e9ac1-e47f-41f9-a4a0-616055da19ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14313 | 2024.09.01 21:06:40.902337 [ 3 ] {527e9ac1-e47f-41f9-a4a0-616055da19ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14314 | 2024.09.01 21:06:40.902632 [ 3 ] {527e9ac1-e47f-41f9-a4a0-616055da19ed} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14315 | 2024.09.01 21:06:40.902668 [ 3 ] {527e9ac1-e47f-41f9-a4a0-616055da19ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14316 | 2024.09.01 21:06:40.903028 [ 3 ] {527e9ac1-e47f-41f9-a4a0-616055da19ed} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14317 | 2024.09.01 21:06:40.903351 [ 3 ] {527e9ac1-e47f-41f9-a4a0-616055da19ed} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14318 | 2024.09.01 21:06:40.903506 [ 3 ] {527e9ac1-e47f-41f9-a4a0-616055da19ed} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0014 sec., 58571.42857142857 rows/sec., 3.72 MiB/sec. | ||
14319 | 2024.09.01 21:06:40.903675 [ 3 ] {527e9ac1-e47f-41f9-a4a0-616055da19ed} <Debug> DynamicQueryHandler: Done processing query | ||
14320 | 2024.09.01 21:06:40.903699 [ 3 ] {527e9ac1-e47f-41f9-a4a0-616055da19ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14321 | 2024.09.01 21:06:40.903715 [ 3 ] {} <Debug> HTTP-Session: 0a2bde9c-827d-4912-9ff2-285c44ce06ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14322 | 2024.09.01 21:06:45.860385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14323 | 2024.09.01 21:06:45.860566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14324 | 2024.09.01 21:06:45.860606 [ 3 ] {} <Debug> HTTP-Session: c7872d54-e653-407e-9ee3-511a3901457b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14325 | 2024.09.01 21:06:45.860642 [ 3 ] {} <Debug> HTTP-Session: c7872d54-e653-407e-9ee3-511a3901457b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14326 | 2024.09.01 21:06:45.860666 [ 3 ] {} <Debug> HTTP-Session: c7872d54-e653-407e-9ee3-511a3901457b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14327 | 2024.09.01 21:06:45.860734 [ 3 ] {} <Trace> HTTP-Session: c7872d54-e653-407e-9ee3-511a3901457b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14328 | 2024.09.01 21:06:45.860991 [ 3 ] {bbe36a24-fc93-4851-92b1-be8d306db0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14329 | 2024.09.01 21:06:45.861083 [ 3 ] {bbe36a24-fc93-4851-92b1-be8d306db0c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14330 | 2024.09.01 21:06:45.861556 [ 3 ] {bbe36a24-fc93-4851-92b1-be8d306db0c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14331 | 2024.09.01 21:06:45.862103 [ 3 ] {bbe36a24-fc93-4851-92b1-be8d306db0c5} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14332 | 2024.09.01 21:06:45.862163 [ 3 ] {bbe36a24-fc93-4851-92b1-be8d306db0c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14333 | 2024.09.01 21:06:45.862709 [ 3 ] {bbe36a24-fc93-4851-92b1-be8d306db0c5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
14334 | 2024.09.01 21:06:45.863203 [ 3 ] {bbe36a24-fc93-4851-92b1-be8d306db0c5} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14335 | 2024.09.01 21:06:45.863415 [ 3 ] {bbe36a24-fc93-4851-92b1-be8d306db0c5} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002496 sec., 3205.128205128205 rows/sec., 261.36 KiB/sec. | ||
14336 | 2024.09.01 21:06:45.863695 [ 3 ] {bbe36a24-fc93-4851-92b1-be8d306db0c5} <Debug> DynamicQueryHandler: Done processing query | ||
14337 | 2024.09.01 21:06:45.863728 [ 3 ] {bbe36a24-fc93-4851-92b1-be8d306db0c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14338 | 2024.09.01 21:06:45.863748 [ 3 ] {} <Debug> HTTP-Session: c7872d54-e653-407e-9ee3-511a3901457b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14339 | 2024.09.01 21:06:45.863971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14340 | 2024.09.01 21:06:45.864037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14341 | 2024.09.01 21:06:45.864061 [ 3 ] {} <Debug> HTTP-Session: 881cfac8-e0e4-4765-9c5d-68e214addda4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14342 | 2024.09.01 21:06:45.864084 [ 3 ] {} <Debug> HTTP-Session: 881cfac8-e0e4-4765-9c5d-68e214addda4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14343 | 2024.09.01 21:06:45.864102 [ 3 ] {} <Debug> HTTP-Session: 881cfac8-e0e4-4765-9c5d-68e214addda4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14344 | 2024.09.01 21:06:45.864145 [ 3 ] {} <Trace> HTTP-Session: 881cfac8-e0e4-4765-9c5d-68e214addda4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14345 | 2024.09.01 21:06:45.864339 [ 3 ] {33228ca7-6dcf-4975-a4f4-eed1d062c4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14346 | 2024.09.01 21:06:45.864398 [ 3 ] {33228ca7-6dcf-4975-a4f4-eed1d062c4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14347 | 2024.09.01 21:06:45.864686 [ 3 ] {33228ca7-6dcf-4975-a4f4-eed1d062c4e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14348 | 2024.09.01 21:06:45.865167 [ 3 ] {33228ca7-6dcf-4975-a4f4-eed1d062c4e9} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14349 | 2024.09.01 21:06:45.865213 [ 3 ] {33228ca7-6dcf-4975-a4f4-eed1d062c4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14350 | 2024.09.01 21:06:45.865663 [ 3 ] {33228ca7-6dcf-4975-a4f4-eed1d062c4e9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14351 | 2024.09.01 21:06:45.866139 [ 3 ] {33228ca7-6dcf-4975-a4f4-eed1d062c4e9} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14352 | 2024.09.01 21:06:45.866320 [ 3 ] {33228ca7-6dcf-4975-a4f4-eed1d062c4e9} <Debug> executeQuery: Read 64 rows, 5.05 KiB in 0.00203 sec., 31527.093596059112 rows/sec., 2.43 MiB/sec. | ||
14353 | 2024.09.01 21:06:45.866606 [ 3 ] {33228ca7-6dcf-4975-a4f4-eed1d062c4e9} <Debug> DynamicQueryHandler: Done processing query | ||
14354 | 2024.09.01 21:06:45.866639 [ 3 ] {33228ca7-6dcf-4975-a4f4-eed1d062c4e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14355 | 2024.09.01 21:06:45.866687 [ 3 ] {} <Debug> HTTP-Session: 881cfac8-e0e4-4765-9c5d-68e214addda4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14356 | 2024.09.01 21:06:45.866931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14357 | 2024.09.01 21:06:45.867051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14358 | 2024.09.01 21:06:45.867087 [ 3 ] {} <Debug> HTTP-Session: 2c55da2f-b5ef-4244-807d-c17712305f33 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14359 | 2024.09.01 21:06:45.867107 [ 3 ] {} <Debug> HTTP-Session: 2c55da2f-b5ef-4244-807d-c17712305f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14360 | 2024.09.01 21:06:45.867125 [ 3 ] {} <Debug> HTTP-Session: 2c55da2f-b5ef-4244-807d-c17712305f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14361 | 2024.09.01 21:06:45.867164 [ 3 ] {} <Trace> HTTP-Session: 2c55da2f-b5ef-4244-807d-c17712305f33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14362 | 2024.09.01 21:06:45.867293 [ 3 ] {073ffdcd-b5ea-4f7b-9553-fcc3f3e55966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14363 | 2024.09.01 21:06:45.867347 [ 3 ] {073ffdcd-b5ea-4f7b-9553-fcc3f3e55966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14364 | 2024.09.01 21:06:45.867650 [ 3 ] {073ffdcd-b5ea-4f7b-9553-fcc3f3e55966} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14365 | 2024.09.01 21:06:45.868015 [ 3 ] {073ffdcd-b5ea-4f7b-9553-fcc3f3e55966} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14366 | 2024.09.01 21:06:45.868063 [ 3 ] {073ffdcd-b5ea-4f7b-9553-fcc3f3e55966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14367 | 2024.09.01 21:06:45.868500 [ 3 ] {073ffdcd-b5ea-4f7b-9553-fcc3f3e55966} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14368 | 2024.09.01 21:06:45.868941 [ 3 ] {073ffdcd-b5ea-4f7b-9553-fcc3f3e55966} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14369 | 2024.09.01 21:06:45.869137 [ 3 ] {073ffdcd-b5ea-4f7b-9553-fcc3f3e55966} <Debug> executeQuery: Read 10 rows, 726.00 B in 0.001877 sec., 5327.650506126798 rows/sec., 377.72 KiB/sec. | ||
14370 | 2024.09.01 21:06:45.869344 [ 3 ] {073ffdcd-b5ea-4f7b-9553-fcc3f3e55966} <Debug> DynamicQueryHandler: Done processing query | ||
14371 | 2024.09.01 21:06:45.869373 [ 3 ] {073ffdcd-b5ea-4f7b-9553-fcc3f3e55966} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14372 | 2024.09.01 21:06:45.869392 [ 3 ] {} <Debug> HTTP-Session: 2c55da2f-b5ef-4244-807d-c17712305f33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14373 | 2024.09.01 21:06:45.869592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14374 | 2024.09.01 21:06:45.869648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14375 | 2024.09.01 21:06:45.869671 [ 3 ] {} <Debug> HTTP-Session: d8eda6b5-1151-4dff-afc7-5cc131959cda Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14376 | 2024.09.01 21:06:45.869692 [ 3 ] {} <Debug> HTTP-Session: d8eda6b5-1151-4dff-afc7-5cc131959cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14377 | 2024.09.01 21:06:45.869710 [ 3 ] {} <Debug> HTTP-Session: d8eda6b5-1151-4dff-afc7-5cc131959cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14378 | 2024.09.01 21:06:45.869746 [ 3 ] {} <Trace> HTTP-Session: d8eda6b5-1151-4dff-afc7-5cc131959cda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14379 | 2024.09.01 21:06:45.869888 [ 3 ] {c8647c0c-b918-44bb-b3f2-6ab043bca164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14380 | 2024.09.01 21:06:45.869946 [ 3 ] {c8647c0c-b918-44bb-b3f2-6ab043bca164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14381 | 2024.09.01 21:06:45.870221 [ 3 ] {c8647c0c-b918-44bb-b3f2-6ab043bca164} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14382 | 2024.09.01 21:06:45.870629 [ 3 ] {c8647c0c-b918-44bb-b3f2-6ab043bca164} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14383 | 2024.09.01 21:06:45.870673 [ 3 ] {c8647c0c-b918-44bb-b3f2-6ab043bca164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14384 | 2024.09.01 21:06:45.871103 [ 3 ] {c8647c0c-b918-44bb-b3f2-6ab043bca164} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14385 | 2024.09.01 21:06:45.871535 [ 3 ] {c8647c0c-b918-44bb-b3f2-6ab043bca164} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14386 | 2024.09.01 21:06:45.871719 [ 3 ] {c8647c0c-b918-44bb-b3f2-6ab043bca164} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001872 sec., 39529.91452991453 rows/sec., 3.09 MiB/sec. | ||
14387 | 2024.09.01 21:06:45.871912 [ 3 ] {c8647c0c-b918-44bb-b3f2-6ab043bca164} <Debug> DynamicQueryHandler: Done processing query | ||
14388 | 2024.09.01 21:06:45.871942 [ 3 ] {c8647c0c-b918-44bb-b3f2-6ab043bca164} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14389 | 2024.09.01 21:06:45.871960 [ 3 ] {} <Debug> HTTP-Session: d8eda6b5-1151-4dff-afc7-5cc131959cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14390 | 2024.09.01 21:06:45.872202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 31346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14391 | 2024.09.01 21:06:45.872260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14392 | 2024.09.01 21:06:45.872284 [ 3 ] {} <Debug> HTTP-Session: bfc5064e-e5be-40a0-872b-61eedb202217 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14393 | 2024.09.01 21:06:45.872303 [ 3 ] {} <Debug> HTTP-Session: bfc5064e-e5be-40a0-872b-61eedb202217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14394 | 2024.09.01 21:06:45.872321 [ 3 ] {} <Debug> HTTP-Session: bfc5064e-e5be-40a0-872b-61eedb202217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14395 | 2024.09.01 21:06:45.872358 [ 3 ] {} <Trace> HTTP-Session: bfc5064e-e5be-40a0-872b-61eedb202217 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14396 | 2024.09.01 21:06:45.872529 [ 3 ] {5c3d84eb-2fbd-4e11-9404-ccc0693aab54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14397 | 2024.09.01 21:06:45.872586 [ 3 ] {5c3d84eb-2fbd-4e11-9404-ccc0693aab54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14398 | 2024.09.01 21:06:45.872760 [ 3 ] {5c3d84eb-2fbd-4e11-9404-ccc0693aab54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14399 | 2024.09.01 21:06:45.873157 [ 3 ] {5c3d84eb-2fbd-4e11-9404-ccc0693aab54} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14400 | 2024.09.01 21:06:45.873199 [ 3 ] {5c3d84eb-2fbd-4e11-9404-ccc0693aab54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14401 | 2024.09.01 21:06:45.873780 [ 3 ] {5c3d84eb-2fbd-4e11-9404-ccc0693aab54} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14402 | 2024.09.01 21:06:45.874251 [ 3 ] {5c3d84eb-2fbd-4e11-9404-ccc0693aab54} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14403 | 2024.09.01 21:06:45.874443 [ 3 ] {5c3d84eb-2fbd-4e11-9404-ccc0693aab54} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001988 sec., 82494.96981891348 rows/sec., 5.74 MiB/sec. | ||
14404 | 2024.09.01 21:06:45.874779 [ 3 ] {5c3d84eb-2fbd-4e11-9404-ccc0693aab54} <Debug> DynamicQueryHandler: Done processing query | ||
14405 | 2024.09.01 21:06:45.874836 [ 3 ] {5c3d84eb-2fbd-4e11-9404-ccc0693aab54} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14406 | 2024.09.01 21:06:45.874905 [ 3 ] {} <Debug> HTTP-Session: bfc5064e-e5be-40a0-872b-61eedb202217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14407 | 2024.09.01 21:06:45.875153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14408 | 2024.09.01 21:06:45.875221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14409 | 2024.09.01 21:06:45.875247 [ 3 ] {} <Debug> HTTP-Session: bbe1eba6-65ff-48d8-ba38-373c2d7da9d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14410 | 2024.09.01 21:06:45.875271 [ 3 ] {} <Debug> HTTP-Session: bbe1eba6-65ff-48d8-ba38-373c2d7da9d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14411 | 2024.09.01 21:06:45.875291 [ 3 ] {} <Debug> HTTP-Session: bbe1eba6-65ff-48d8-ba38-373c2d7da9d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14412 | 2024.09.01 21:06:45.875334 [ 3 ] {} <Trace> HTTP-Session: bbe1eba6-65ff-48d8-ba38-373c2d7da9d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14413 | 2024.09.01 21:06:45.875495 [ 3 ] {4ecbe9ab-745a-4bd4-a7b9-3dcf224feb13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14414 | 2024.09.01 21:06:45.875597 [ 3 ] {4ecbe9ab-745a-4bd4-a7b9-3dcf224feb13} <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 | ||
14415 | 2024.09.01 21:06:45.876144 [ 3 ] {4ecbe9ab-745a-4bd4-a7b9-3dcf224feb13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14416 | 2024.09.01 21:06:45.876657 [ 3 ] {4ecbe9ab-745a-4bd4-a7b9-3dcf224feb13} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14417 | 2024.09.01 21:06:45.876705 [ 3 ] {4ecbe9ab-745a-4bd4-a7b9-3dcf224feb13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14418 | 2024.09.01 21:06:45.877440 [ 3 ] {4ecbe9ab-745a-4bd4-a7b9-3dcf224feb13} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14419 | 2024.09.01 21:06:45.877991 [ 3 ] {4ecbe9ab-745a-4bd4-a7b9-3dcf224feb13} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14420 | 2024.09.01 21:06:45.878232 [ 3 ] {4ecbe9ab-745a-4bd4-a7b9-3dcf224feb13} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002784 sec., 718.3908045977012 rows/sec., 1.29 MiB/sec. | ||
14421 | 2024.09.01 21:06:45.878235 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14422 | 2024.09.01 21:06:45.878399 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14423 | 2024.09.01 21:06:45.878485 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14424 | 2024.09.01 21:06:45.878697 [ 3 ] {4ecbe9ab-745a-4bd4-a7b9-3dcf224feb13} <Debug> DynamicQueryHandler: Done processing query | ||
14425 | 2024.09.01 21:06:45.878728 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
14426 | 2024.09.01 21:06:45.878743 [ 3 ] {4ecbe9ab-745a-4bd4-a7b9-3dcf224feb13} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14427 | 2024.09.01 21:06:45.878820 [ 3 ] {} <Debug> HTTP-Session: bbe1eba6-65ff-48d8-ba38-373c2d7da9d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14428 | 2024.09.01 21:06:45.879055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14429 | 2024.09.01 21:06:45.879184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14430 | 2024.09.01 21:06:45.879273 [ 3 ] {} <Debug> HTTP-Session: 0feb5b99-ffd8-4698-8db1-d892350ca845 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14431 | 2024.09.01 21:06:45.879343 [ 3 ] {} <Debug> HTTP-Session: 0feb5b99-ffd8-4698-8db1-d892350ca845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14432 | 2024.09.01 21:06:45.879386 [ 3 ] {} <Debug> HTTP-Session: 0feb5b99-ffd8-4698-8db1-d892350ca845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14433 | 2024.09.01 21:06:45.879504 [ 3 ] {} <Trace> HTTP-Session: 0feb5b99-ffd8-4698-8db1-d892350ca845 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14434 | 2024.09.01 21:06:45.879828 [ 3 ] {d834024c-100b-4c54-a7f2-7f37cf214a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14435 | 2024.09.01 21:06:45.879869 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14436 | 2024.09.01 21:06:45.879925 [ 3 ] {d834024c-100b-4c54-a7f2-7f37cf214a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14437 | 2024.09.01 21:06:45.880115 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1197 rows starting from the beginning of the part | ||
14438 | 2024.09.01 21:06:45.880665 [ 3 ] {d834024c-100b-4c54-a7f2-7f37cf214a2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14439 | 2024.09.01 21:06:45.880995 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 2 rows starting from the beginning of the part | ||
14440 | 2024.09.01 21:06:45.881894 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 36 rows starting from the beginning of the part | ||
14441 | 2024.09.01 21:06:45.882018 [ 3 ] {d834024c-100b-4c54-a7f2-7f37cf214a2f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14442 | 2024.09.01 21:06:45.882113 [ 3 ] {d834024c-100b-4c54-a7f2-7f37cf214a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14443 | 2024.09.01 21:06:45.882670 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 2 rows starting from the beginning of the part | ||
14444 | 2024.09.01 21:06:45.883437 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 43 rows starting from the beginning of the part | ||
14445 | 2024.09.01 21:06:45.883738 [ 3 ] {d834024c-100b-4c54-a7f2-7f37cf214a2f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14446 | 2024.09.01 21:06:45.884060 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 2 rows starting from the beginning of the part | ||
14447 | 2024.09.01 21:06:45.885059 [ 3 ] {d834024c-100b-4c54-a7f2-7f37cf214a2f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14448 | 2024.09.01 21:06:45.885485 [ 3 ] {d834024c-100b-4c54-a7f2-7f37cf214a2f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00578 sec., 10380.622837370242 rows/sec., 716.37 KiB/sec. | ||
14449 | 2024.09.01 21:06:45.885812 [ 3 ] {d834024c-100b-4c54-a7f2-7f37cf214a2f} <Debug> DynamicQueryHandler: Done processing query | ||
14450 | 2024.09.01 21:06:45.885851 [ 3 ] {d834024c-100b-4c54-a7f2-7f37cf214a2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14451 | 2024.09.01 21:06:45.885887 [ 3 ] {} <Debug> HTTP-Session: 0feb5b99-ffd8-4698-8db1-d892350ca845 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14452 | 2024.09.01 21:06:45.893927 [ 197 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1282 rows, containing 19 columns (19 merged, 0 gathered) in 0.015311617 sec., 83727.27713865884 rows/sec., 150.04 MiB/sec. | ||
14453 | 2024.09.01 21:06:45.895951 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14454 | 2024.09.01 21:06:45.897022 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14455 | 2024.09.01 21:06:45.897180 [ 194 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14456 | 2024.09.01 21:06:45.897435 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.50 MiB. | ||
14457 | 2024.09.01 21:06:46.000225 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.16 MiB, peak 217.61 MiB, free memory in arenas 0.00 B, will set to 207.31 MiB (RSS), difference: 1.15 MiB | ||
14458 | 2024.09.01 21:06:50.012924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14459 | 2024.09.01 21:06:50.013056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14460 | 2024.09.01 21:06:50.013085 [ 3 ] {} <Debug> HTTP-Session: 54b596ec-c2b3-4ddf-bfa9-5effa814531c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14461 | 2024.09.01 21:06:50.013114 [ 3 ] {} <Debug> HTTP-Session: 54b596ec-c2b3-4ddf-bfa9-5effa814531c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14462 | 2024.09.01 21:06:50.013132 [ 3 ] {} <Debug> HTTP-Session: 54b596ec-c2b3-4ddf-bfa9-5effa814531c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14463 | 2024.09.01 21:06:50.013188 [ 3 ] {} <Trace> HTTP-Session: 54b596ec-c2b3-4ddf-bfa9-5effa814531c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14464 | 2024.09.01 21:06:50.013390 [ 3 ] {b54318a9-343c-4960-a599-3819aaf6140c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14465 | 2024.09.01 21:06:50.013464 [ 3 ] {b54318a9-343c-4960-a599-3819aaf6140c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14466 | 2024.09.01 21:06:50.013832 [ 3 ] {b54318a9-343c-4960-a599-3819aaf6140c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14467 | 2024.09.01 21:06:50.014195 [ 3 ] {b54318a9-343c-4960-a599-3819aaf6140c} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14468 | 2024.09.01 21:06:50.014236 [ 3 ] {b54318a9-343c-4960-a599-3819aaf6140c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14469 | 2024.09.01 21:06:50.014636 [ 3 ] {b54318a9-343c-4960-a599-3819aaf6140c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
14470 | 2024.09.01 21:06:50.015025 [ 3 ] {b54318a9-343c-4960-a599-3819aaf6140c} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14471 | 2024.09.01 21:06:50.015182 [ 3 ] {b54318a9-343c-4960-a599-3819aaf6140c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001853 sec., 2158.6616297895303 rows/sec., 176.02 KiB/sec. | ||
14472 | 2024.09.01 21:06:50.015396 [ 3 ] {b54318a9-343c-4960-a599-3819aaf6140c} <Debug> DynamicQueryHandler: Done processing query | ||
14473 | 2024.09.01 21:06:50.015421 [ 3 ] {b54318a9-343c-4960-a599-3819aaf6140c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14474 | 2024.09.01 21:06:50.015438 [ 3 ] {} <Debug> HTTP-Session: 54b596ec-c2b3-4ddf-bfa9-5effa814531c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14475 | 2024.09.01 21:06:50.015688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 196164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14476 | 2024.09.01 21:06:50.015742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14477 | 2024.09.01 21:06:50.015762 [ 3 ] {} <Debug> HTTP-Session: 756233f6-cb18-4b61-ad5e-dc036d6a07f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14478 | 2024.09.01 21:06:50.015780 [ 3 ] {} <Debug> HTTP-Session: 756233f6-cb18-4b61-ad5e-dc036d6a07f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14479 | 2024.09.01 21:06:50.015794 [ 3 ] {} <Debug> HTTP-Session: 756233f6-cb18-4b61-ad5e-dc036d6a07f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14480 | 2024.09.01 21:06:50.015827 [ 3 ] {} <Trace> HTTP-Session: 756233f6-cb18-4b61-ad5e-dc036d6a07f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14481 | 2024.09.01 21:06:50.016287 [ 3 ] {37bdd7e2-9df1-49c8-81e2-2c72b73f22e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14482 | 2024.09.01 21:06:50.016332 [ 3 ] {37bdd7e2-9df1-49c8-81e2-2c72b73f22e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14483 | 2024.09.01 21:06:50.016566 [ 3 ] {37bdd7e2-9df1-49c8-81e2-2c72b73f22e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14484 | 2024.09.01 21:06:50.017715 [ 3 ] {37bdd7e2-9df1-49c8-81e2-2c72b73f22e6} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14485 | 2024.09.01 21:06:50.017752 [ 3 ] {37bdd7e2-9df1-49c8-81e2-2c72b73f22e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14486 | 2024.09.01 21:06:50.018204 [ 3 ] {37bdd7e2-9df1-49c8-81e2-2c72b73f22e6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14487 | 2024.09.01 21:06:50.018565 [ 3 ] {37bdd7e2-9df1-49c8-81e2-2c72b73f22e6} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14488 | 2024.09.01 21:06:50.018718 [ 3 ] {37bdd7e2-9df1-49c8-81e2-2c72b73f22e6} <Debug> executeQuery: Read 1347 rows, 114.71 KiB in 0.002757 sec., 488574.53754080524 rows/sec., 40.63 MiB/sec. | ||
14489 | 2024.09.01 21:06:50.018736 [ 43 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14490 | 2024.09.01 21:06:50.018855 [ 43 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14491 | 2024.09.01 21:06:50.018900 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14492 | 2024.09.01 21:06:50.018952 [ 3 ] {37bdd7e2-9df1-49c8-81e2-2c72b73f22e6} <Debug> DynamicQueryHandler: Done processing query | ||
14493 | 2024.09.01 21:06:50.019007 [ 3 ] {37bdd7e2-9df1-49c8-81e2-2c72b73f22e6} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
14494 | 2024.09.01 21:06:50.019037 [ 3 ] {} <Debug> HTTP-Session: 756233f6-cb18-4b61-ad5e-dc036d6a07f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14495 | 2024.09.01 21:06:50.019081 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
14496 | 2024.09.01 21:06:50.019215 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14497 | 2024.09.01 21:06:50.019254 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1413 rows starting from the beginning of the part | ||
14498 | 2024.09.01 21:06:50.019282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14499 | 2024.09.01 21:06:50.019347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14500 | 2024.09.01 21:06:50.019356 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 261 rows starting from the beginning of the part | ||
14501 | 2024.09.01 21:06:50.019370 [ 3 ] {} <Debug> HTTP-Session: 1800adb9-b341-41cd-baa8-740185141af9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14502 | 2024.09.01 21:06:50.019475 [ 3 ] {} <Debug> HTTP-Session: 1800adb9-b341-41cd-baa8-740185141af9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14503 | 2024.09.01 21:06:50.019563 [ 3 ] {} <Debug> HTTP-Session: 1800adb9-b341-41cd-baa8-740185141af9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14504 | 2024.09.01 21:06:50.019735 [ 3 ] {} <Trace> HTTP-Session: 1800adb9-b341-41cd-baa8-740185141af9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14505 | 2024.09.01 21:06:50.019899 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
14506 | 2024.09.01 21:06:50.020070 [ 3 ] {183cc100-adfe-43c1-94be-7f8901ef408c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14507 | 2024.09.01 21:06:50.020111 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 275 rows starting from the beginning of the part | ||
14508 | 2024.09.01 21:06:50.020158 [ 3 ] {183cc100-adfe-43c1-94be-7f8901ef408c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14509 | 2024.09.01 21:06:50.020256 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part | ||
14510 | 2024.09.01 21:06:50.020528 [ 188 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1347 rows starting from the beginning of the part | ||
14511 | 2024.09.01 21:06:50.021167 [ 3 ] {183cc100-adfe-43c1-94be-7f8901ef408c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14512 | 2024.09.01 21:06:50.021570 [ 3 ] {183cc100-adfe-43c1-94be-7f8901ef408c} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14513 | 2024.09.01 21:06:50.021613 [ 3 ] {183cc100-adfe-43c1-94be-7f8901ef408c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14514 | 2024.09.01 21:06:50.022139 [ 3 ] {183cc100-adfe-43c1-94be-7f8901ef408c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14515 | 2024.09.01 21:06:50.022543 [ 3 ] {183cc100-adfe-43c1-94be-7f8901ef408c} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14516 | 2024.09.01 21:06:50.022809 [ 3 ] {183cc100-adfe-43c1-94be-7f8901ef408c} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.002792 sec., 4297.994269340974 rows/sec., 315.49 KiB/sec. | ||
14517 | 2024.09.01 21:06:50.023351 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3420 rows, containing 5 columns (5 merged, 0 gathered) in 0.004347909 sec., 786584.9998240534 rows/sec., 69.04 MiB/sec. | ||
14518 | 2024.09.01 21:06:50.023545 [ 3 ] {183cc100-adfe-43c1-94be-7f8901ef408c} <Debug> DynamicQueryHandler: Done processing query | ||
14519 | 2024.09.01 21:06:50.023618 [ 3 ] {183cc100-adfe-43c1-94be-7f8901ef408c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14520 | 2024.09.01 21:06:50.023707 [ 3 ] {} <Debug> HTTP-Session: 1800adb9-b341-41cd-baa8-740185141af9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14521 | 2024.09.01 21:06:50.023834 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14522 | 2024.09.01 21:06:50.024014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14523 | 2024.09.01 21:06:50.024141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14524 | 2024.09.01 21:06:50.024232 [ 3 ] {} <Debug> HTTP-Session: 6e46891b-683d-4cbb-83e6-e7023bbc0333 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14525 | 2024.09.01 21:06:50.024313 [ 3 ] {} <Debug> HTTP-Session: 6e46891b-683d-4cbb-83e6-e7023bbc0333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14526 | 2024.09.01 21:06:50.024355 [ 3 ] {} <Debug> HTTP-Session: 6e46891b-683d-4cbb-83e6-e7023bbc0333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14527 | 2024.09.01 21:06:50.024445 [ 3 ] {} <Trace> HTTP-Session: 6e46891b-683d-4cbb-83e6-e7023bbc0333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14528 | 2024.09.01 21:06:50.024690 [ 3 ] {7fd20d4f-3032-411c-ae25-0e5fe95055bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14529 | 2024.09.01 21:06:50.024719 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_81_16} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14530 | 2024.09.01 21:06:50.024766 [ 3 ] {7fd20d4f-3032-411c-ae25-0e5fe95055bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14531 | 2024.09.01 21:06:50.024941 [ 197 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_81_16} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14532 | 2024.09.01 21:06:50.025139 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
14533 | 2024.09.01 21:06:50.025283 [ 3 ] {7fd20d4f-3032-411c-ae25-0e5fe95055bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14534 | 2024.09.01 21:06:50.025713 [ 3 ] {7fd20d4f-3032-411c-ae25-0e5fe95055bd} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14535 | 2024.09.01 21:06:50.025751 [ 3 ] {7fd20d4f-3032-411c-ae25-0e5fe95055bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14536 | 2024.09.01 21:06:50.026132 [ 3 ] {7fd20d4f-3032-411c-ae25-0e5fe95055bd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14537 | 2024.09.01 21:06:50.026502 [ 3 ] {7fd20d4f-3032-411c-ae25-0e5fe95055bd} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14538 | 2024.09.01 21:06:50.026657 [ 3 ] {7fd20d4f-3032-411c-ae25-0e5fe95055bd} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002104 sec., 115019.0114068441 rows/sec., 7.79 MiB/sec. | ||
14539 | 2024.09.01 21:06:50.026837 [ 3 ] {7fd20d4f-3032-411c-ae25-0e5fe95055bd} <Debug> DynamicQueryHandler: Done processing query | ||
14540 | 2024.09.01 21:06:50.026864 [ 3 ] {7fd20d4f-3032-411c-ae25-0e5fe95055bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
14541 | 2024.09.01 21:06:50.026881 [ 3 ] {} <Debug> HTTP-Session: 6e46891b-683d-4cbb-83e6-e7023bbc0333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14542 | 2024.09.01 21:06:50.027008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14543 | 2024.09.01 21:06:50.027055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14544 | 2024.09.01 21:06:50.027075 [ 3 ] {} <Debug> HTTP-Session: 536bb085-f9e8-4479-aed0-6ebe139c1c53 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14545 | 2024.09.01 21:06:50.027092 [ 3 ] {} <Debug> HTTP-Session: 536bb085-f9e8-4479-aed0-6ebe139c1c53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14546 | 2024.09.01 21:06:50.027106 [ 3 ] {} <Debug> HTTP-Session: 536bb085-f9e8-4479-aed0-6ebe139c1c53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14547 | 2024.09.01 21:06:50.027137 [ 3 ] {} <Trace> HTTP-Session: 536bb085-f9e8-4479-aed0-6ebe139c1c53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14548 | 2024.09.01 21:06:50.027234 [ 3 ] {6d9f2df5-5802-4afd-9b19-a1c8506b8f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14549 | 2024.09.01 21:06:50.027277 [ 3 ] {6d9f2df5-5802-4afd-9b19-a1c8506b8f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14550 | 2024.09.01 21:06:50.027502 [ 3 ] {6d9f2df5-5802-4afd-9b19-a1c8506b8f63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14551 | 2024.09.01 21:06:50.027781 [ 3 ] {6d9f2df5-5802-4afd-9b19-a1c8506b8f63} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14552 | 2024.09.01 21:06:50.027817 [ 3 ] {6d9f2df5-5802-4afd-9b19-a1c8506b8f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14553 | 2024.09.01 21:06:50.028159 [ 3 ] {6d9f2df5-5802-4afd-9b19-a1c8506b8f63} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14554 | 2024.09.01 21:06:50.028515 [ 3 ] {6d9f2df5-5802-4afd-9b19-a1c8506b8f63} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14555 | 2024.09.01 21:06:50.028649 [ 3 ] {6d9f2df5-5802-4afd-9b19-a1c8506b8f63} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 246.52 KiB/sec. | ||
14556 | 2024.09.01 21:06:50.028825 [ 3 ] {6d9f2df5-5802-4afd-9b19-a1c8506b8f63} <Debug> DynamicQueryHandler: Done processing query | ||
14557 | 2024.09.01 21:06:50.028850 [ 3 ] {6d9f2df5-5802-4afd-9b19-a1c8506b8f63} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14558 | 2024.09.01 21:06:50.028866 [ 3 ] {} <Debug> HTTP-Session: 536bb085-f9e8-4479-aed0-6ebe139c1c53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14559 | 2024.09.01 21:06:50.029094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 138783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14560 | 2024.09.01 21:06:50.029142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14561 | 2024.09.01 21:06:50.029161 [ 3 ] {} <Debug> HTTP-Session: 31dba9ad-7961-46c5-846f-7e128809efd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14562 | 2024.09.01 21:06:50.029177 [ 3 ] {} <Debug> HTTP-Session: 31dba9ad-7961-46c5-846f-7e128809efd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14563 | 2024.09.01 21:06:50.029191 [ 3 ] {} <Debug> HTTP-Session: 31dba9ad-7961-46c5-846f-7e128809efd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14564 | 2024.09.01 21:06:50.029222 [ 3 ] {} <Trace> HTTP-Session: 31dba9ad-7961-46c5-846f-7e128809efd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14565 | 2024.09.01 21:06:50.029566 [ 3 ] {2639716f-f20f-4805-be28-350fb5f9439e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14566 | 2024.09.01 21:06:50.029610 [ 3 ] {2639716f-f20f-4805-be28-350fb5f9439e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14567 | 2024.09.01 21:06:50.029829 [ 3 ] {2639716f-f20f-4805-be28-350fb5f9439e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14568 | 2024.09.01 21:06:50.030602 [ 3 ] {2639716f-f20f-4805-be28-350fb5f9439e} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14569 | 2024.09.01 21:06:50.030639 [ 3 ] {2639716f-f20f-4805-be28-350fb5f9439e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14570 | 2024.09.01 21:06:50.031029 [ 3 ] {2639716f-f20f-4805-be28-350fb5f9439e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14571 | 2024.09.01 21:06:50.031389 [ 3 ] {2639716f-f20f-4805-be28-350fb5f9439e} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14572 | 2024.09.01 21:06:50.031545 [ 3 ] {2639716f-f20f-4805-be28-350fb5f9439e} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002226 sec., 381850.85354896676 rows/sec., 27.61 MiB/sec. | ||
14573 | 2024.09.01 21:06:50.031610 [ 42 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14574 | 2024.09.01 21:06:50.031743 [ 42 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14575 | 2024.09.01 21:06:50.031801 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14576 | 2024.09.01 21:06:50.031813 [ 3 ] {2639716f-f20f-4805-be28-350fb5f9439e} <Debug> DynamicQueryHandler: Done processing query | ||
14577 | 2024.09.01 21:06:50.031861 [ 3 ] {2639716f-f20f-4805-be28-350fb5f9439e} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
14578 | 2024.09.01 21:06:50.031915 [ 3 ] {} <Debug> HTTP-Session: 31dba9ad-7961-46c5-846f-7e128809efd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14579 | 2024.09.01 21:06:50.031994 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
14580 | 2024.09.01 21:06:50.032109 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14581 | 2024.09.01 21:06:50.032138 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 911 rows starting from the beginning of the part | ||
14582 | 2024.09.01 21:06:50.032203 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 421 rows starting from the beginning of the part | ||
14583 | 2024.09.01 21:06:50.032398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14584 | 2024.09.01 21:06:50.032440 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 66 rows starting from the beginning of the part | ||
14585 | 2024.09.01 21:06:50.032606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14586 | 2024.09.01 21:06:50.032801 [ 3 ] {} <Debug> HTTP-Session: 99861c88-1dba-4718-a16f-34e66e068eb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14587 | 2024.09.01 21:06:50.032895 [ 3 ] {} <Debug> HTTP-Session: 99861c88-1dba-4718-a16f-34e66e068eb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14588 | 2024.09.01 21:06:50.032906 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 430 rows starting from the beginning of the part | ||
14589 | 2024.09.01 21:06:50.032921 [ 3 ] {} <Debug> HTTP-Session: 99861c88-1dba-4718-a16f-34e66e068eb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14590 | 2024.09.01 21:06:50.032998 [ 3 ] {} <Trace> HTTP-Session: 99861c88-1dba-4718-a16f-34e66e068eb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14591 | 2024.09.01 21:06:50.033059 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 74 rows starting from the beginning of the part | ||
14592 | 2024.09.01 21:06:50.033234 [ 3 ] {79e0b6bd-513c-4247-b82b-9d722fc6d416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14593 | 2024.09.01 21:06:50.033241 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 850 rows starting from the beginning of the part | ||
14594 | 2024.09.01 21:06:50.033332 [ 3 ] {79e0b6bd-513c-4247-b82b-9d722fc6d416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14595 | 2024.09.01 21:06:50.033818 [ 3 ] {79e0b6bd-513c-4247-b82b-9d722fc6d416} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14596 | 2024.09.01 21:06:50.034177 [ 3 ] {79e0b6bd-513c-4247-b82b-9d722fc6d416} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14597 | 2024.09.01 21:06:50.034220 [ 3 ] {79e0b6bd-513c-4247-b82b-9d722fc6d416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14598 | 2024.09.01 21:06:50.034726 [ 3 ] {79e0b6bd-513c-4247-b82b-9d722fc6d416} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14599 | 2024.09.01 21:06:50.035085 [ 3 ] {79e0b6bd-513c-4247-b82b-9d722fc6d416} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14600 | 2024.09.01 21:06:50.035239 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2752 rows, containing 5 columns (5 merged, 0 gathered) in 0.003343876 sec., 822997.0250093006 rows/sec., 62.82 MiB/sec. | ||
14601 | 2024.09.01 21:06:50.035354 [ 3 ] {79e0b6bd-513c-4247-b82b-9d722fc6d416} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002204 sec., 2722.323049001815 rows/sec., 142.23 KiB/sec. | ||
14602 | 2024.09.01 21:06:50.035559 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14603 | 2024.09.01 21:06:50.035891 [ 3 ] {79e0b6bd-513c-4247-b82b-9d722fc6d416} <Debug> DynamicQueryHandler: Done processing query | ||
14604 | 2024.09.01 21:06:50.035978 [ 3 ] {79e0b6bd-513c-4247-b82b-9d722fc6d416} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14605 | 2024.09.01 21:06:50.036082 [ 3 ] {} <Debug> HTTP-Session: 99861c88-1dba-4718-a16f-34e66e068eb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14606 | 2024.09.01 21:06:50.036383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 172455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14607 | 2024.09.01 21:06:50.036443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14608 | 2024.09.01 21:06:50.036471 [ 3 ] {} <Debug> HTTP-Session: 5a016e7b-01f8-4fea-8d75-c7a5ebd25b49 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14609 | 2024.09.01 21:06:50.036492 [ 3 ] {} <Debug> HTTP-Session: 5a016e7b-01f8-4fea-8d75-c7a5ebd25b49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14610 | 2024.09.01 21:06:50.036512 [ 3 ] {} <Debug> HTTP-Session: 5a016e7b-01f8-4fea-8d75-c7a5ebd25b49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14611 | 2024.09.01 21:06:50.036549 [ 3 ] {} <Trace> HTTP-Session: 5a016e7b-01f8-4fea-8d75-c7a5ebd25b49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14612 | 2024.09.01 21:06:50.036607 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_81_16} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14613 | 2024.09.01 21:06:50.036703 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_81_16} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14614 | 2024.09.01 21:06:50.036782 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
14615 | 2024.09.01 21:06:50.036936 [ 3 ] {3a08b89d-2c3a-42b3-81ee-702278c3fc0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14616 | 2024.09.01 21:06:50.036983 [ 3 ] {3a08b89d-2c3a-42b3-81ee-702278c3fc0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14617 | 2024.09.01 21:06:50.037133 [ 3 ] {3a08b89d-2c3a-42b3-81ee-702278c3fc0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14618 | 2024.09.01 21:06:50.037872 [ 3 ] {3a08b89d-2c3a-42b3-81ee-702278c3fc0d} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14619 | 2024.09.01 21:06:50.037907 [ 3 ] {3a08b89d-2c3a-42b3-81ee-702278c3fc0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14620 | 2024.09.01 21:06:50.038339 [ 3 ] {3a08b89d-2c3a-42b3-81ee-702278c3fc0d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14621 | 2024.09.01 21:06:50.038677 [ 3 ] {3a08b89d-2c3a-42b3-81ee-702278c3fc0d} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14622 | 2024.09.01 21:06:50.038830 [ 3 ] {3a08b89d-2c3a-42b3-81ee-702278c3fc0d} <Debug> executeQuery: Read 911 rows, 62.30 KiB in 0.002168 sec., 420202.95202952035 rows/sec., 28.06 MiB/sec. | ||
14623 | 2024.09.01 21:06:50.038840 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14624 | 2024.09.01 21:06:50.038924 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14625 | 2024.09.01 21:06:50.038990 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14626 | 2024.09.01 21:06:50.039153 [ 3 ] {3a08b89d-2c3a-42b3-81ee-702278c3fc0d} <Debug> DynamicQueryHandler: Done processing query | ||
14627 | 2024.09.01 21:06:50.039202 [ 3 ] {3a08b89d-2c3a-42b3-81ee-702278c3fc0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
14628 | 2024.09.01 21:06:50.039202 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
14629 | 2024.09.01 21:06:50.039225 [ 3 ] {} <Debug> HTTP-Session: 5a016e7b-01f8-4fea-8d75-c7a5ebd25b49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14630 | 2024.09.01 21:06:50.039425 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14631 | 2024.09.01 21:06:50.039475 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 20907 rows starting from the beginning of the part | ||
14632 | 2024.09.01 21:06:50.039655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14633 | 2024.09.01 21:06:50.039669 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 237 rows starting from the beginning of the part | ||
14634 | 2024.09.01 21:06:50.039824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14635 | 2024.09.01 21:06:50.039904 [ 3 ] {} <Debug> HTTP-Session: c26a360c-a3eb-4152-9c1b-d1f6abdb005c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14636 | 2024.09.01 21:06:50.039917 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
14637 | 2024.09.01 21:06:50.039934 [ 3 ] {} <Debug> HTTP-Session: c26a360c-a3eb-4152-9c1b-d1f6abdb005c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14638 | 2024.09.01 21:06:50.040005 [ 3 ] {} <Debug> HTTP-Session: c26a360c-a3eb-4152-9c1b-d1f6abdb005c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14639 | 2024.09.01 21:06:50.040161 [ 3 ] {} <Trace> HTTP-Session: c26a360c-a3eb-4152-9c1b-d1f6abdb005c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14640 | 2024.09.01 21:06:50.040217 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
14641 | 2024.09.01 21:06:50.040552 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 164 rows starting from the beginning of the part | ||
14642 | 2024.09.01 21:06:50.040599 [ 3 ] {2f679080-f9de-43ac-9d02-2d4c3c66ecec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14643 | 2024.09.01 21:06:50.040832 [ 3 ] {2f679080-f9de-43ac-9d02-2d4c3c66ecec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14644 | 2024.09.01 21:06:50.040904 [ 199 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 911 rows starting from the beginning of the part | ||
14645 | 2024.09.01 21:06:50.041819 [ 3 ] {2f679080-f9de-43ac-9d02-2d4c3c66ecec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14646 | 2024.09.01 21:06:50.042412 [ 3 ] {2f679080-f9de-43ac-9d02-2d4c3c66ecec} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14647 | 2024.09.01 21:06:50.042450 [ 3 ] {2f679080-f9de-43ac-9d02-2d4c3c66ecec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14648 | 2024.09.01 21:06:50.042914 [ 3 ] {2f679080-f9de-43ac-9d02-2d4c3c66ecec} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14649 | 2024.09.01 21:06:50.043412 [ 3 ] {2f679080-f9de-43ac-9d02-2d4c3c66ecec} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14650 | 2024.09.01 21:06:50.043800 [ 3 ] {2f679080-f9de-43ac-9d02-2d4c3c66ecec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003366 sec., 297.08853238265004 rows/sec., 20.02 KiB/sec. | ||
14651 | 2024.09.01 21:06:50.044163 [ 3 ] {2f679080-f9de-43ac-9d02-2d4c3c66ecec} <Debug> DynamicQueryHandler: Done processing query | ||
14652 | 2024.09.01 21:06:50.044213 [ 3 ] {2f679080-f9de-43ac-9d02-2d4c3c66ecec} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14653 | 2024.09.01 21:06:50.044252 [ 3 ] {} <Debug> HTTP-Session: c26a360c-a3eb-4152-9c1b-d1f6abdb005c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14654 | 2024.09.01 21:06:50.044423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 14264, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14655 | 2024.09.01 21:06:50.044483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14656 | 2024.09.01 21:06:50.044510 [ 3 ] {} <Debug> HTTP-Session: 6c529db2-6cb0-47e0-9462-dc5afa3d0e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14657 | 2024.09.01 21:06:50.044527 [ 3 ] {} <Debug> HTTP-Session: 6c529db2-6cb0-47e0-9462-dc5afa3d0e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14658 | 2024.09.01 21:06:50.044542 [ 3 ] {} <Debug> HTTP-Session: 6c529db2-6cb0-47e0-9462-dc5afa3d0e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14659 | 2024.09.01 21:06:50.044593 [ 3 ] {} <Trace> HTTP-Session: 6c529db2-6cb0-47e0-9462-dc5afa3d0e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14660 | 2024.09.01 21:06:50.044780 [ 3 ] {cb92f781-5ed6-4bf4-8cb8-fe4d84bf1636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14661 | 2024.09.01 21:06:50.044858 [ 3 ] {cb92f781-5ed6-4bf4-8cb8-fe4d84bf1636} <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 | ||
14662 | 2024.09.01 21:06:50.045460 [ 3 ] {cb92f781-5ed6-4bf4-8cb8-fe4d84bf1636} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14663 | 2024.09.01 21:06:50.045976 [ 3 ] {cb92f781-5ed6-4bf4-8cb8-fe4d84bf1636} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14664 | 2024.09.01 21:06:50.046015 [ 3 ] {cb92f781-5ed6-4bf4-8cb8-fe4d84bf1636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14665 | 2024.09.01 21:06:50.056346 [ 3 ] {cb92f781-5ed6-4bf4-8cb8-fe4d84bf1636} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14666 | 2024.09.01 21:06:50.057066 [ 3 ] {cb92f781-5ed6-4bf4-8cb8-fe4d84bf1636} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14667 | 2024.09.01 21:06:50.057274 [ 3 ] {cb92f781-5ed6-4bf4-8cb8-fe4d84bf1636} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.012599 sec., 634.9710294467815 rows/sec., 1.14 MiB/sec. | ||
14668 | 2024.09.01 21:06:50.057539 [ 3 ] {cb92f781-5ed6-4bf4-8cb8-fe4d84bf1636} <Debug> DynamicQueryHandler: Done processing query | ||
14669 | 2024.09.01 21:06:50.057564 [ 3 ] {cb92f781-5ed6-4bf4-8cb8-fe4d84bf1636} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14670 | 2024.09.01 21:06:50.057581 [ 3 ] {} <Debug> HTTP-Session: 6c529db2-6cb0-47e0-9462-dc5afa3d0e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14671 | 2024.09.01 21:06:50.057802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14672 | 2024.09.01 21:06:50.057899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14673 | 2024.09.01 21:06:50.057924 [ 3 ] {} <Debug> HTTP-Session: 50b8a709-0343-4333-b305-e1fd298200a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14674 | 2024.09.01 21:06:50.057950 [ 3 ] {} <Debug> HTTP-Session: 50b8a709-0343-4333-b305-e1fd298200a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14675 | 2024.09.01 21:06:50.057971 [ 3 ] {} <Debug> HTTP-Session: 50b8a709-0343-4333-b305-e1fd298200a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14676 | 2024.09.01 21:06:50.058005 [ 3 ] {} <Trace> HTTP-Session: 50b8a709-0343-4333-b305-e1fd298200a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14677 | 2024.09.01 21:06:50.058142 [ 3 ] {42b17a3a-e201-42b4-bfa7-45ab88c7d137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14678 | 2024.09.01 21:06:50.058190 [ 3 ] {42b17a3a-e201-42b4-bfa7-45ab88c7d137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14679 | 2024.09.01 21:06:50.058386 [ 3 ] {42b17a3a-e201-42b4-bfa7-45ab88c7d137} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14680 | 2024.09.01 21:06:50.059158 [ 3 ] {42b17a3a-e201-42b4-bfa7-45ab88c7d137} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14681 | 2024.09.01 21:06:50.059210 [ 3 ] {42b17a3a-e201-42b4-bfa7-45ab88c7d137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14682 | 2024.09.01 21:06:50.059219 [ 190 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22616 rows, containing 5 columns (5 merged, 0 gathered) in 0.020130812 sec., 1123451.9501746874 rows/sec., 75.69 MiB/sec. | ||
14683 | 2024.09.01 21:06:50.059672 [ 3 ] {42b17a3a-e201-42b4-bfa7-45ab88c7d137} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14684 | 2024.09.01 21:06:50.059924 [ 190 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14685 | 2024.09.01 21:06:50.060252 [ 3 ] {42b17a3a-e201-42b4-bfa7-45ab88c7d137} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14686 | 2024.09.01 21:06:50.060667 [ 42 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14687 | 2024.09.01 21:06:50.060762 [ 42 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14688 | 2024.09.01 21:06:50.060769 [ 3 ] {42b17a3a-e201-42b4-bfa7-45ab88c7d137} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.002652 sec., 28657.616892911014 rows/sec., 1.81 MiB/sec. | ||
14689 | 2024.09.01 21:06:50.060811 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14690 | 2024.09.01 21:06:50.061199 [ 190 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14691 | 2024.09.01 21:06:50.061234 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
14692 | 2024.09.01 21:06:50.061415 [ 190 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14693 | 2024.09.01 21:06:50.061416 [ 3 ] {42b17a3a-e201-42b4-bfa7-45ab88c7d137} <Debug> DynamicQueryHandler: Done processing query | ||
14694 | 2024.09.01 21:06:50.061517 [ 3 ] {42b17a3a-e201-42b4-bfa7-45ab88c7d137} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14695 | 2024.09.01 21:06:50.061633 [ 3 ] {} <Debug> HTTP-Session: 50b8a709-0343-4333-b305-e1fd298200a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14696 | 2024.09.01 21:06:50.061716 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
14697 | 2024.09.01 21:06:50.061716 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14698 | 2024.09.01 21:06:50.061789 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3856 rows starting from the beginning of the part | ||
14699 | 2024.09.01 21:06:50.061884 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part | ||
14700 | 2024.09.01 21:06:50.062000 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
14701 | 2024.09.01 21:06:50.062081 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
14702 | 2024.09.01 21:06:50.062209 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
14703 | 2024.09.01 21:06:50.062291 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 76 rows starting from the beginning of the part | ||
14704 | 2024.09.01 21:06:50.063916 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4216 rows, containing 4 columns (4 merged, 0 gathered) in 0.00295774 sec., 1425412.6461419868 rows/sec., 92.88 MiB/sec. | ||
14705 | 2024.09.01 21:06:50.064256 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14706 | 2024.09.01 21:06:50.064719 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_81_16} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14707 | 2024.09.01 21:06:50.064798 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_81_16} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14708 | 2024.09.01 21:06:50.064888 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
14709 | 2024.09.01 21:06:50.852197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 16023, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14710 | 2024.09.01 21:06:50.852320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14711 | 2024.09.01 21:06:50.852349 [ 3 ] {} <Debug> HTTP-Session: bd1d1a3b-ef6e-4552-a080-0eb692126b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14712 | 2024.09.01 21:06:50.852376 [ 3 ] {} <Debug> HTTP-Session: bd1d1a3b-ef6e-4552-a080-0eb692126b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14713 | 2024.09.01 21:06:50.852395 [ 3 ] {} <Debug> HTTP-Session: bd1d1a3b-ef6e-4552-a080-0eb692126b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14714 | 2024.09.01 21:06:50.852453 [ 3 ] {} <Trace> HTTP-Session: bd1d1a3b-ef6e-4552-a080-0eb692126b2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14715 | 2024.09.01 21:06:50.852681 [ 3 ] {433e8653-110f-41ad-b625-f30456a56dcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14716 | 2024.09.01 21:06:50.852755 [ 3 ] {433e8653-110f-41ad-b625-f30456a56dcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14717 | 2024.09.01 21:06:50.853086 [ 3 ] {433e8653-110f-41ad-b625-f30456a56dcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14718 | 2024.09.01 21:06:50.853608 [ 3 ] {433e8653-110f-41ad-b625-f30456a56dcd} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14719 | 2024.09.01 21:06:50.853650 [ 3 ] {433e8653-110f-41ad-b625-f30456a56dcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14720 | 2024.09.01 21:06:50.854077 [ 3 ] {433e8653-110f-41ad-b625-f30456a56dcd} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14721 | 2024.09.01 21:06:50.854491 [ 3 ] {433e8653-110f-41ad-b625-f30456a56dcd} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14722 | 2024.09.01 21:06:50.854650 [ 3 ] {433e8653-110f-41ad-b625-f30456a56dcd} <Debug> executeQuery: Read 106 rows, 9.54 KiB in 0.002058 sec., 51506.31681243926 rows/sec., 4.53 MiB/sec. | ||
14723 | 2024.09.01 21:06:50.854934 [ 3 ] {433e8653-110f-41ad-b625-f30456a56dcd} <Debug> DynamicQueryHandler: Done processing query | ||
14724 | 2024.09.01 21:06:50.854962 [ 3 ] {433e8653-110f-41ad-b625-f30456a56dcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14725 | 2024.09.01 21:06:50.854980 [ 3 ] {} <Debug> HTTP-Session: bd1d1a3b-ef6e-4552-a080-0eb692126b2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14726 | 2024.09.01 21:06:50.855199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 5508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14727 | 2024.09.01 21:06:50.855282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14728 | 2024.09.01 21:06:50.855302 [ 3 ] {} <Debug> HTTP-Session: e2bb677c-c1cd-4f2a-90c6-9337f8a70f77 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14729 | 2024.09.01 21:06:50.855320 [ 3 ] {} <Debug> HTTP-Session: e2bb677c-c1cd-4f2a-90c6-9337f8a70f77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14730 | 2024.09.01 21:06:50.855334 [ 3 ] {} <Debug> HTTP-Session: e2bb677c-c1cd-4f2a-90c6-9337f8a70f77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14731 | 2024.09.01 21:06:50.855368 [ 3 ] {} <Trace> HTTP-Session: e2bb677c-c1cd-4f2a-90c6-9337f8a70f77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14732 | 2024.09.01 21:06:50.855484 [ 3 ] {e3b91503-42df-471c-a09e-cc87db77ccfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14733 | 2024.09.01 21:06:50.855529 [ 3 ] {e3b91503-42df-471c-a09e-cc87db77ccfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14734 | 2024.09.01 21:06:50.855789 [ 3 ] {e3b91503-42df-471c-a09e-cc87db77ccfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14735 | 2024.09.01 21:06:50.856140 [ 3 ] {e3b91503-42df-471c-a09e-cc87db77ccfc} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14736 | 2024.09.01 21:06:50.856177 [ 3 ] {e3b91503-42df-471c-a09e-cc87db77ccfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14737 | 2024.09.01 21:06:50.856534 [ 3 ] {e3b91503-42df-471c-a09e-cc87db77ccfc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14738 | 2024.09.01 21:06:50.856904 [ 3 ] {e3b91503-42df-471c-a09e-cc87db77ccfc} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14739 | 2024.09.01 21:06:50.857065 [ 3 ] {e3b91503-42df-471c-a09e-cc87db77ccfc} <Debug> executeQuery: Read 38 rows, 2.86 KiB in 0.001611 sec., 23587.833643699567 rows/sec., 1.73 MiB/sec. | ||
14740 | 2024.09.01 21:06:50.857245 [ 3 ] {e3b91503-42df-471c-a09e-cc87db77ccfc} <Debug> DynamicQueryHandler: Done processing query | ||
14741 | 2024.09.01 21:06:50.857271 [ 3 ] {e3b91503-42df-471c-a09e-cc87db77ccfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14742 | 2024.09.01 21:06:50.857288 [ 3 ] {} <Debug> HTTP-Session: e2bb677c-c1cd-4f2a-90c6-9337f8a70f77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14743 | 2024.09.01 21:06:50.857418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 13577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14744 | 2024.09.01 21:06:50.857468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14745 | 2024.09.01 21:06:50.857487 [ 3 ] {} <Debug> HTTP-Session: 371b6421-3eb7-4838-a02b-ec4369c77d32 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14746 | 2024.09.01 21:06:50.857503 [ 3 ] {} <Debug> HTTP-Session: 371b6421-3eb7-4838-a02b-ec4369c77d32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14747 | 2024.09.01 21:06:50.857517 [ 3 ] {} <Debug> HTTP-Session: 371b6421-3eb7-4838-a02b-ec4369c77d32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14748 | 2024.09.01 21:06:50.857550 [ 3 ] {} <Trace> HTTP-Session: 371b6421-3eb7-4838-a02b-ec4369c77d32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14749 | 2024.09.01 21:06:50.857673 [ 3 ] {bd82e653-36b8-4c9d-b8bb-657e6e5a4e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14750 | 2024.09.01 21:06:50.857716 [ 3 ] {bd82e653-36b8-4c9d-b8bb-657e6e5a4e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14751 | 2024.09.01 21:06:50.857946 [ 3 ] {bd82e653-36b8-4c9d-b8bb-657e6e5a4e9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14752 | 2024.09.01 21:06:50.858306 [ 3 ] {bd82e653-36b8-4c9d-b8bb-657e6e5a4e9f} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14753 | 2024.09.01 21:06:50.858343 [ 3 ] {bd82e653-36b8-4c9d-b8bb-657e6e5a4e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14754 | 2024.09.01 21:06:50.858701 [ 3 ] {bd82e653-36b8-4c9d-b8bb-657e6e5a4e9f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14755 | 2024.09.01 21:06:50.859070 [ 3 ] {bd82e653-36b8-4c9d-b8bb-657e6e5a4e9f} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14756 | 2024.09.01 21:06:50.859221 [ 3 ] {bd82e653-36b8-4c9d-b8bb-657e6e5a4e9f} <Debug> executeQuery: Read 80 rows, 6.38 KiB in 0.001593 sec., 50219.71123666039 rows/sec., 3.91 MiB/sec. | ||
14757 | 2024.09.01 21:06:50.859399 [ 3 ] {bd82e653-36b8-4c9d-b8bb-657e6e5a4e9f} <Debug> DynamicQueryHandler: Done processing query | ||
14758 | 2024.09.01 21:06:50.859423 [ 3 ] {bd82e653-36b8-4c9d-b8bb-657e6e5a4e9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14759 | 2024.09.01 21:06:50.859441 [ 3 ] {} <Debug> HTTP-Session: 371b6421-3eb7-4838-a02b-ec4369c77d32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14760 | 2024.09.01 21:06:50.859590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 2364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14761 | 2024.09.01 21:06:50.859640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14762 | 2024.09.01 21:06:50.859660 [ 3 ] {} <Debug> HTTP-Session: 00827133-58b7-43da-9895-076a9703d4f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14763 | 2024.09.01 21:06:50.859678 [ 3 ] {} <Debug> HTTP-Session: 00827133-58b7-43da-9895-076a9703d4f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14764 | 2024.09.01 21:06:50.859692 [ 3 ] {} <Debug> HTTP-Session: 00827133-58b7-43da-9895-076a9703d4f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14765 | 2024.09.01 21:06:50.859724 [ 3 ] {} <Trace> HTTP-Session: 00827133-58b7-43da-9895-076a9703d4f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14766 | 2024.09.01 21:06:50.859826 [ 3 ] {adfcb549-aac8-40c6-a155-c254cd17c5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14767 | 2024.09.01 21:06:50.859874 [ 3 ] {adfcb549-aac8-40c6-a155-c254cd17c5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14768 | 2024.09.01 21:06:50.860041 [ 3 ] {adfcb549-aac8-40c6-a155-c254cd17c5ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14769 | 2024.09.01 21:06:50.860330 [ 3 ] {adfcb549-aac8-40c6-a155-c254cd17c5ed} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14770 | 2024.09.01 21:06:50.860366 [ 3 ] {adfcb549-aac8-40c6-a155-c254cd17c5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14771 | 2024.09.01 21:06:50.860755 [ 3 ] {adfcb549-aac8-40c6-a155-c254cd17c5ed} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14772 | 2024.09.01 21:06:50.861111 [ 3 ] {adfcb549-aac8-40c6-a155-c254cd17c5ed} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14773 | 2024.09.01 21:06:50.861254 [ 3 ] {adfcb549-aac8-40c6-a155-c254cd17c5ed} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.001453 sec., 8258.774948382656 rows/sec., 593.47 KiB/sec. | ||
14774 | 2024.09.01 21:06:50.861484 [ 3 ] {adfcb549-aac8-40c6-a155-c254cd17c5ed} <Debug> DynamicQueryHandler: Done processing query | ||
14775 | 2024.09.01 21:06:50.861540 [ 3 ] {adfcb549-aac8-40c6-a155-c254cd17c5ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14776 | 2024.09.01 21:06:50.861599 [ 3 ] {} <Debug> HTTP-Session: 00827133-58b7-43da-9895-076a9703d4f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14777 | 2024.09.01 21:06:50.861826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 62465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14778 | 2024.09.01 21:06:50.861880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14779 | 2024.09.01 21:06:50.861900 [ 3 ] {} <Debug> HTTP-Session: 4807555e-ee2f-4f6c-8cd1-b1867f7ec07f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14780 | 2024.09.01 21:06:50.861917 [ 3 ] {} <Debug> HTTP-Session: 4807555e-ee2f-4f6c-8cd1-b1867f7ec07f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14781 | 2024.09.01 21:06:50.861931 [ 3 ] {} <Debug> HTTP-Session: 4807555e-ee2f-4f6c-8cd1-b1867f7ec07f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14782 | 2024.09.01 21:06:50.861964 [ 3 ] {} <Trace> HTTP-Session: 4807555e-ee2f-4f6c-8cd1-b1867f7ec07f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14783 | 2024.09.01 21:06:50.862356 [ 3 ] {bf6d7928-384f-4256-b53a-bed48ae9349e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14784 | 2024.09.01 21:06:50.862429 [ 3 ] {bf6d7928-384f-4256-b53a-bed48ae9349e} <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 | ||
14785 | 2024.09.01 21:06:50.862868 [ 3 ] {bf6d7928-384f-4256-b53a-bed48ae9349e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14786 | 2024.09.01 21:06:50.863622 [ 3 ] {bf6d7928-384f-4256-b53a-bed48ae9349e} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14787 | 2024.09.01 21:06:50.863660 [ 3 ] {bf6d7928-384f-4256-b53a-bed48ae9349e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14788 | 2024.09.01 21:06:50.864312 [ 3 ] {bf6d7928-384f-4256-b53a-bed48ae9349e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14789 | 2024.09.01 21:06:50.864736 [ 3 ] {bf6d7928-384f-4256-b53a-bed48ae9349e} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14790 | 2024.09.01 21:06:50.864926 [ 3 ] {bf6d7928-384f-4256-b53a-bed48ae9349e} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002866 sec., 13258.897418004186 rows/sec., 23.76 MiB/sec. | ||
14791 | 2024.09.01 21:06:50.865452 [ 3 ] {bf6d7928-384f-4256-b53a-bed48ae9349e} <Debug> DynamicQueryHandler: Done processing query | ||
14792 | 2024.09.01 21:06:50.865506 [ 3 ] {bf6d7928-384f-4256-b53a-bed48ae9349e} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
14793 | 2024.09.01 21:06:50.865548 [ 3 ] {} <Debug> HTTP-Session: 4807555e-ee2f-4f6c-8cd1-b1867f7ec07f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14794 | 2024.09.01 21:06:50.865672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14795 | 2024.09.01 21:06:50.865722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14796 | 2024.09.01 21:06:50.865742 [ 3 ] {} <Debug> HTTP-Session: 5979e727-6849-4d76-8f67-55d47c1d4402 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14797 | 2024.09.01 21:06:50.865759 [ 3 ] {} <Debug> HTTP-Session: 5979e727-6849-4d76-8f67-55d47c1d4402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14798 | 2024.09.01 21:06:50.865773 [ 3 ] {} <Debug> HTTP-Session: 5979e727-6849-4d76-8f67-55d47c1d4402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14799 | 2024.09.01 21:06:50.865805 [ 3 ] {} <Trace> HTTP-Session: 5979e727-6849-4d76-8f67-55d47c1d4402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14800 | 2024.09.01 21:06:50.865906 [ 3 ] {4d154281-2a66-4a4b-876e-d3db6f381ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14801 | 2024.09.01 21:06:50.865953 [ 3 ] {4d154281-2a66-4a4b-876e-d3db6f381ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14802 | 2024.09.01 21:06:50.866102 [ 3 ] {4d154281-2a66-4a4b-876e-d3db6f381ca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14803 | 2024.09.01 21:06:50.866359 [ 3 ] {4d154281-2a66-4a4b-876e-d3db6f381ca0} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14804 | 2024.09.01 21:06:50.866395 [ 3 ] {4d154281-2a66-4a4b-876e-d3db6f381ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14805 | 2024.09.01 21:06:50.866750 [ 3 ] {4d154281-2a66-4a4b-876e-d3db6f381ca0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
14806 | 2024.09.01 21:06:50.867097 [ 3 ] {4d154281-2a66-4a4b-876e-d3db6f381ca0} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14807 | 2024.09.01 21:06:50.867247 [ 39 ] {} <Debug> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
14808 | 2024.09.01 21:06:50.867256 [ 3 ] {4d154281-2a66-4a4b-876e-d3db6f381ca0} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 288.90 KiB/sec. | ||
14809 | 2024.09.01 21:06:50.867320 [ 39 ] {} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14810 | 2024.09.01 21:06:50.867378 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
14811 | 2024.09.01 21:06:50.867669 [ 3 ] {4d154281-2a66-4a4b-876e-d3db6f381ca0} <Debug> DynamicQueryHandler: Done processing query | ||
14812 | 2024.09.01 21:06:50.867741 [ 3 ] {4d154281-2a66-4a4b-876e-d3db6f381ca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14813 | 2024.09.01 21:06:50.867774 [ 193 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::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 | ||
14814 | 2024.09.01 21:06:50.867801 [ 3 ] {} <Debug> HTTP-Session: 5979e727-6849-4d76-8f67-55d47c1d4402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14815 | 2024.09.01 21:06:50.868031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14816 | 2024.09.01 21:06:50.868087 [ 193 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14817 | 2024.09.01 21:06:50.868125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14818 | 2024.09.01 21:06:50.868152 [ 193 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 9 rows starting from the beginning of the part | ||
14819 | 2024.09.01 21:06:50.868162 [ 3 ] {} <Debug> HTTP-Session: 7b4a2ebe-45c3-4607-a58b-ed701bf423d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14820 | 2024.09.01 21:06:50.868204 [ 3 ] {} <Debug> HTTP-Session: 7b4a2ebe-45c3-4607-a58b-ed701bf423d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14821 | 2024.09.01 21:06:50.868249 [ 3 ] {} <Debug> HTTP-Session: 7b4a2ebe-45c3-4607-a58b-ed701bf423d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14822 | 2024.09.01 21:06:50.868393 [ 3 ] {} <Trace> HTTP-Session: 7b4a2ebe-45c3-4607-a58b-ed701bf423d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14823 | 2024.09.01 21:06:50.868390 [ 193 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
14824 | 2024.09.01 21:06:50.868702 [ 193 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
14825 | 2024.09.01 21:06:50.868722 [ 3 ] {75b8571c-6396-4e32-8f72-69487c8fdb85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14826 | 2024.09.01 21:06:50.868936 [ 3 ] {75b8571c-6396-4e32-8f72-69487c8fdb85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14827 | 2024.09.01 21:06:50.869033 [ 193 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
14828 | 2024.09.01 21:06:50.869459 [ 193 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::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 | ||
14829 | 2024.09.01 21:06:50.869864 [ 193 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::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 | ||
14830 | 2024.09.01 21:06:50.869899 [ 3 ] {75b8571c-6396-4e32-8f72-69487c8fdb85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14831 | 2024.09.01 21:06:50.870732 [ 3 ] {75b8571c-6396-4e32-8f72-69487c8fdb85} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14832 | 2024.09.01 21:06:50.870796 [ 3 ] {75b8571c-6396-4e32-8f72-69487c8fdb85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14833 | 2024.09.01 21:06:50.871677 [ 3 ] {75b8571c-6396-4e32-8f72-69487c8fdb85} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14834 | 2024.09.01 21:06:50.872517 [ 189 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.005007037 sec., 8388.19445512386 rows/sec., 615.15 KiB/sec. | ||
14835 | 2024.09.01 21:06:50.872707 [ 3 ] {75b8571c-6396-4e32-8f72-69487c8fdb85} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14836 | 2024.09.01 21:06:50.872717 [ 189 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
14837 | 2024.09.01 21:06:50.873077 [ 3 ] {75b8571c-6396-4e32-8f72-69487c8fdb85} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.004482 sec., 1338.6880856760374 rows/sec., 90.86 KiB/sec. | ||
14838 | 2024.09.01 21:06:50.873680 [ 3 ] {75b8571c-6396-4e32-8f72-69487c8fdb85} <Debug> DynamicQueryHandler: Done processing query | ||
14839 | 2024.09.01 21:06:50.873768 [ 3 ] {75b8571c-6396-4e32-8f72-69487c8fdb85} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14840 | 2024.09.01 21:06:50.873840 [ 3 ] {} <Debug> HTTP-Session: 7b4a2ebe-45c3-4607-a58b-ed701bf423d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14841 | 2024.09.01 21:06:50.874197 [ 189 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::all_1_6_1} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14842 | 2024.09.01 21:06:50.874287 [ 189 ] {f4625e1c-53f7-49f2-9578-b8bb8db5d42f::all_1_6_1} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
14843 | 2024.09.01 21:06:50.874373 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
14844 | 2024.09.01 21:06:54.020370 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14845 | 2024.09.01 21:06:54.020444 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14846 | 2024.09.01 21:06:55.857550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14847 | 2024.09.01 21:06:55.857667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14848 | 2024.09.01 21:06:55.857691 [ 3 ] {} <Debug> HTTP-Session: 3eb62d7a-d290-4682-8793-99966d8a329f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14849 | 2024.09.01 21:06:55.857716 [ 3 ] {} <Debug> HTTP-Session: 3eb62d7a-d290-4682-8793-99966d8a329f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14850 | 2024.09.01 21:06:55.857730 [ 3 ] {} <Debug> HTTP-Session: 3eb62d7a-d290-4682-8793-99966d8a329f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14851 | 2024.09.01 21:06:55.857778 [ 3 ] {} <Trace> HTTP-Session: 3eb62d7a-d290-4682-8793-99966d8a329f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14852 | 2024.09.01 21:06:55.857987 [ 3 ] {e2312852-60fd-4945-aa0a-059f52de88c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14853 | 2024.09.01 21:06:55.858053 [ 3 ] {e2312852-60fd-4945-aa0a-059f52de88c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14854 | 2024.09.01 21:06:55.858438 [ 3 ] {e2312852-60fd-4945-aa0a-059f52de88c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14855 | 2024.09.01 21:06:55.858930 [ 3 ] {e2312852-60fd-4945-aa0a-059f52de88c9} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14856 | 2024.09.01 21:06:55.858973 [ 3 ] {e2312852-60fd-4945-aa0a-059f52de88c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14857 | 2024.09.01 21:06:55.859389 [ 3 ] {e2312852-60fd-4945-aa0a-059f52de88c9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14858 | 2024.09.01 21:06:55.859790 [ 3 ] {e2312852-60fd-4945-aa0a-059f52de88c9} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14859 | 2024.09.01 21:06:55.859968 [ 3 ] {e2312852-60fd-4945-aa0a-059f52de88c9} <Debug> executeQuery: Read 60 rows, 4.76 KiB in 0.002045 sec., 29339.853300733495 rows/sec., 2.27 MiB/sec. | ||
14860 | 2024.09.01 21:06:55.860170 [ 3 ] {e2312852-60fd-4945-aa0a-059f52de88c9} <Debug> DynamicQueryHandler: Done processing query | ||
14861 | 2024.09.01 21:06:55.860196 [ 3 ] {e2312852-60fd-4945-aa0a-059f52de88c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14862 | 2024.09.01 21:06:55.860212 [ 3 ] {} <Debug> HTTP-Session: 3eb62d7a-d290-4682-8793-99966d8a329f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14863 | 2024.09.01 21:06:55.860328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14864 | 2024.09.01 21:06:55.860380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14865 | 2024.09.01 21:06:55.860398 [ 3 ] {} <Debug> HTTP-Session: 056bdfd4-3dcc-41e9-a45d-e88d9049a507 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14866 | 2024.09.01 21:06:55.860415 [ 3 ] {} <Debug> HTTP-Session: 056bdfd4-3dcc-41e9-a45d-e88d9049a507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14867 | 2024.09.01 21:06:55.860430 [ 3 ] {} <Debug> HTTP-Session: 056bdfd4-3dcc-41e9-a45d-e88d9049a507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14868 | 2024.09.01 21:06:55.860462 [ 3 ] {} <Trace> HTTP-Session: 056bdfd4-3dcc-41e9-a45d-e88d9049a507 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14869 | 2024.09.01 21:06:55.860557 [ 3 ] {9622bb67-1271-49d0-a314-defadec8986f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14870 | 2024.09.01 21:06:55.860601 [ 3 ] {9622bb67-1271-49d0-a314-defadec8986f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14871 | 2024.09.01 21:06:55.860829 [ 3 ] {9622bb67-1271-49d0-a314-defadec8986f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14872 | 2024.09.01 21:06:55.861198 [ 3 ] {9622bb67-1271-49d0-a314-defadec8986f} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14873 | 2024.09.01 21:06:55.861234 [ 3 ] {9622bb67-1271-49d0-a314-defadec8986f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14874 | 2024.09.01 21:06:55.861577 [ 3 ] {9622bb67-1271-49d0-a314-defadec8986f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14875 | 2024.09.01 21:06:55.861934 [ 3 ] {9622bb67-1271-49d0-a314-defadec8986f} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14876 | 2024.09.01 21:06:55.862086 [ 3 ] {9622bb67-1271-49d0-a314-defadec8986f} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.00155 sec., 1290.3225806451612 rows/sec., 97.03 KiB/sec. | ||
14877 | 2024.09.01 21:06:55.862348 [ 3 ] {9622bb67-1271-49d0-a314-defadec8986f} <Debug> DynamicQueryHandler: Done processing query | ||
14878 | 2024.09.01 21:06:55.862404 [ 3 ] {9622bb67-1271-49d0-a314-defadec8986f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14879 | 2024.09.01 21:06:55.862457 [ 3 ] {} <Debug> HTTP-Session: 056bdfd4-3dcc-41e9-a45d-e88d9049a507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14880 | 2024.09.01 21:06:55.862633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14881 | 2024.09.01 21:06:55.862701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14882 | 2024.09.01 21:06:55.862720 [ 3 ] {} <Debug> HTTP-Session: eb410463-414c-4831-8803-6054c5e8b255 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14883 | 2024.09.01 21:06:55.862737 [ 3 ] {} <Debug> HTTP-Session: eb410463-414c-4831-8803-6054c5e8b255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14884 | 2024.09.01 21:06:55.862751 [ 3 ] {} <Debug> HTTP-Session: eb410463-414c-4831-8803-6054c5e8b255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14885 | 2024.09.01 21:06:55.862784 [ 3 ] {} <Trace> HTTP-Session: eb410463-414c-4831-8803-6054c5e8b255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14886 | 2024.09.01 21:06:55.862901 [ 3 ] {8eb8c9d6-7fa8-4f7d-a9e9-771f7a79e2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14887 | 2024.09.01 21:06:55.862945 [ 3 ] {8eb8c9d6-7fa8-4f7d-a9e9-771f7a79e2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14888 | 2024.09.01 21:06:55.863193 [ 3 ] {8eb8c9d6-7fa8-4f7d-a9e9-771f7a79e2d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14889 | 2024.09.01 21:06:55.863602 [ 3 ] {8eb8c9d6-7fa8-4f7d-a9e9-771f7a79e2d2} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14890 | 2024.09.01 21:06:55.863639 [ 3 ] {8eb8c9d6-7fa8-4f7d-a9e9-771f7a79e2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14891 | 2024.09.01 21:06:55.863988 [ 3 ] {8eb8c9d6-7fa8-4f7d-a9e9-771f7a79e2d2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14892 | 2024.09.01 21:06:55.864345 [ 3 ] {8eb8c9d6-7fa8-4f7d-a9e9-771f7a79e2d2} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14893 | 2024.09.01 21:06:55.864497 [ 3 ] {8eb8c9d6-7fa8-4f7d-a9e9-771f7a79e2d2} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001628 sec., 40540.54054054054 rows/sec., 3.16 MiB/sec. | ||
14894 | 2024.09.01 21:06:55.864757 [ 3 ] {8eb8c9d6-7fa8-4f7d-a9e9-771f7a79e2d2} <Debug> DynamicQueryHandler: Done processing query | ||
14895 | 2024.09.01 21:06:55.864814 [ 3 ] {8eb8c9d6-7fa8-4f7d-a9e9-771f7a79e2d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14896 | 2024.09.01 21:06:55.864872 [ 3 ] {} <Debug> HTTP-Session: eb410463-414c-4831-8803-6054c5e8b255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14897 | 2024.09.01 21:06:55.865097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14898 | 2024.09.01 21:06:55.865149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14899 | 2024.09.01 21:06:55.865169 [ 3 ] {} <Debug> HTTP-Session: e557c961-80d2-4292-b373-b44319ba8f9a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14900 | 2024.09.01 21:06:55.865185 [ 3 ] {} <Debug> HTTP-Session: e557c961-80d2-4292-b373-b44319ba8f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14901 | 2024.09.01 21:06:55.865199 [ 3 ] {} <Debug> HTTP-Session: e557c961-80d2-4292-b373-b44319ba8f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14902 | 2024.09.01 21:06:55.865231 [ 3 ] {} <Trace> HTTP-Session: e557c961-80d2-4292-b373-b44319ba8f9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14903 | 2024.09.01 21:06:55.865382 [ 3 ] {838874f1-d8f2-46dd-b80a-32f4800a0d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14904 | 2024.09.01 21:06:55.865431 [ 3 ] {838874f1-d8f2-46dd-b80a-32f4800a0d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14905 | 2024.09.01 21:06:55.865593 [ 3 ] {838874f1-d8f2-46dd-b80a-32f4800a0d1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14906 | 2024.09.01 21:06:55.865982 [ 3 ] {838874f1-d8f2-46dd-b80a-32f4800a0d1f} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14907 | 2024.09.01 21:06:55.866018 [ 3 ] {838874f1-d8f2-46dd-b80a-32f4800a0d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14908 | 2024.09.01 21:06:55.866408 [ 3 ] {838874f1-d8f2-46dd-b80a-32f4800a0d1f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14909 | 2024.09.01 21:06:55.866753 [ 3 ] {838874f1-d8f2-46dd-b80a-32f4800a0d1f} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14910 | 2024.09.01 21:06:55.866904 [ 3 ] {838874f1-d8f2-46dd-b80a-32f4800a0d1f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. | ||
14911 | 2024.09.01 21:06:55.867068 [ 3 ] {838874f1-d8f2-46dd-b80a-32f4800a0d1f} <Debug> DynamicQueryHandler: Done processing query | ||
14912 | 2024.09.01 21:06:55.867092 [ 3 ] {838874f1-d8f2-46dd-b80a-32f4800a0d1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14913 | 2024.09.01 21:06:55.867108 [ 3 ] {} <Debug> HTTP-Session: e557c961-80d2-4292-b373-b44319ba8f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14914 | 2024.09.01 21:06:55.867215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14915 | 2024.09.01 21:06:55.867263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14916 | 2024.09.01 21:06:55.867281 [ 3 ] {} <Debug> HTTP-Session: 2b73b557-029c-40b8-9451-93c27c2ca282 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14917 | 2024.09.01 21:06:55.867298 [ 3 ] {} <Debug> HTTP-Session: 2b73b557-029c-40b8-9451-93c27c2ca282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14918 | 2024.09.01 21:06:55.867312 [ 3 ] {} <Debug> HTTP-Session: 2b73b557-029c-40b8-9451-93c27c2ca282 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14919 | 2024.09.01 21:06:55.867343 [ 3 ] {} <Trace> HTTP-Session: 2b73b557-029c-40b8-9451-93c27c2ca282 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14920 | 2024.09.01 21:06:55.867469 [ 3 ] {58b5dc4d-57b3-4499-aaaa-6534afd9b377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14921 | 2024.09.01 21:06:55.867533 [ 3 ] {58b5dc4d-57b3-4499-aaaa-6534afd9b377} <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 | ||
14922 | 2024.09.01 21:06:55.867947 [ 3 ] {58b5dc4d-57b3-4499-aaaa-6534afd9b377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14923 | 2024.09.01 21:06:55.868426 [ 3 ] {58b5dc4d-57b3-4499-aaaa-6534afd9b377} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14924 | 2024.09.01 21:06:55.868463 [ 3 ] {58b5dc4d-57b3-4499-aaaa-6534afd9b377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14925 | 2024.09.01 21:06:55.869039 [ 3 ] {58b5dc4d-57b3-4499-aaaa-6534afd9b377} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14926 | 2024.09.01 21:06:55.869455 [ 3 ] {58b5dc4d-57b3-4499-aaaa-6534afd9b377} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14927 | 2024.09.01 21:06:55.869651 [ 3 ] {58b5dc4d-57b3-4499-aaaa-6534afd9b377} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002225 sec., 898.8764044943821 rows/sec., 1.61 MiB/sec. | ||
14928 | 2024.09.01 21:06:55.870121 [ 3 ] {58b5dc4d-57b3-4499-aaaa-6534afd9b377} <Debug> DynamicQueryHandler: Done processing query | ||
14929 | 2024.09.01 21:06:55.870171 [ 3 ] {58b5dc4d-57b3-4499-aaaa-6534afd9b377} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14930 | 2024.09.01 21:06:55.870204 [ 3 ] {} <Debug> HTTP-Session: 2b73b557-029c-40b8-9451-93c27c2ca282 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14931 | 2024.09.01 21:06:55.870322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14932 | 2024.09.01 21:06:55.870370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14933 | 2024.09.01 21:06:55.870389 [ 3 ] {} <Debug> HTTP-Session: b0715491-decb-4687-8930-ce2c2fea1133 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14934 | 2024.09.01 21:06:55.870405 [ 3 ] {} <Debug> HTTP-Session: b0715491-decb-4687-8930-ce2c2fea1133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14935 | 2024.09.01 21:06:55.870419 [ 3 ] {} <Debug> HTTP-Session: b0715491-decb-4687-8930-ce2c2fea1133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14936 | 2024.09.01 21:06:55.870450 [ 3 ] {} <Trace> HTTP-Session: b0715491-decb-4687-8930-ce2c2fea1133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14937 | 2024.09.01 21:06:55.870573 [ 3 ] {efadf4f7-ddfc-48f7-ae1e-dbbf777bf0a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14938 | 2024.09.01 21:06:55.870619 [ 3 ] {efadf4f7-ddfc-48f7-ae1e-dbbf777bf0a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14939 | 2024.09.01 21:06:55.870763 [ 3 ] {efadf4f7-ddfc-48f7-ae1e-dbbf777bf0a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14940 | 2024.09.01 21:06:55.871067 [ 3 ] {efadf4f7-ddfc-48f7-ae1e-dbbf777bf0a4} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14941 | 2024.09.01 21:06:55.871104 [ 3 ] {efadf4f7-ddfc-48f7-ae1e-dbbf777bf0a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14942 | 2024.09.01 21:06:55.871468 [ 3 ] {efadf4f7-ddfc-48f7-ae1e-dbbf777bf0a4} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14943 | 2024.09.01 21:06:55.871794 [ 3 ] {efadf4f7-ddfc-48f7-ae1e-dbbf777bf0a4} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14944 | 2024.09.01 21:06:55.871932 [ 3 ] {efadf4f7-ddfc-48f7-ae1e-dbbf777bf0a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
14945 | 2024.09.01 21:06:55.872156 [ 3 ] {efadf4f7-ddfc-48f7-ae1e-dbbf777bf0a4} <Debug> DynamicQueryHandler: Done processing query | ||
14946 | 2024.09.01 21:06:55.872196 [ 3 ] {efadf4f7-ddfc-48f7-ae1e-dbbf777bf0a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14947 | 2024.09.01 21:06:55.872253 [ 3 ] {} <Debug> HTTP-Session: b0715491-decb-4687-8930-ce2c2fea1133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14948 | 2024.09.01 21:07:00.864543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 43301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14949 | 2024.09.01 21:07:00.864669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14950 | 2024.09.01 21:07:00.864695 [ 3 ] {} <Debug> HTTP-Session: 378fd97b-b26d-40d1-9cc9-b97480fb2b37 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14951 | 2024.09.01 21:07:00.864719 [ 3 ] {} <Debug> HTTP-Session: 378fd97b-b26d-40d1-9cc9-b97480fb2b37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14952 | 2024.09.01 21:07:00.864735 [ 3 ] {} <Debug> HTTP-Session: 378fd97b-b26d-40d1-9cc9-b97480fb2b37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14953 | 2024.09.01 21:07:00.864783 [ 3 ] {} <Trace> HTTP-Session: 378fd97b-b26d-40d1-9cc9-b97480fb2b37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14954 | 2024.09.01 21:07:00.865070 [ 3 ] {6416b722-9394-463b-b81d-dbfdfbb008f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14955 | 2024.09.01 21:07:00.865137 [ 3 ] {6416b722-9394-463b-b81d-dbfdfbb008f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14956 | 2024.09.01 21:07:00.865470 [ 3 ] {6416b722-9394-463b-b81d-dbfdfbb008f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14957 | 2024.09.01 21:07:00.866106 [ 3 ] {6416b722-9394-463b-b81d-dbfdfbb008f9} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14958 | 2024.09.01 21:07:00.866150 [ 3 ] {6416b722-9394-463b-b81d-dbfdfbb008f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14959 | 2024.09.01 21:07:00.866598 [ 3 ] {6416b722-9394-463b-b81d-dbfdfbb008f9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14960 | 2024.09.01 21:07:00.866982 [ 3 ] {6416b722-9394-463b-b81d-dbfdfbb008f9} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14961 | 2024.09.01 21:07:00.867165 [ 3 ] {6416b722-9394-463b-b81d-dbfdfbb008f9} <Debug> executeQuery: Read 285 rows, 25.97 KiB in 0.002216 sec., 128610.10830324909 rows/sec., 11.44 MiB/sec. | ||
14962 | 2024.09.01 21:07:00.867395 [ 3 ] {6416b722-9394-463b-b81d-dbfdfbb008f9} <Debug> DynamicQueryHandler: Done processing query | ||
14963 | 2024.09.01 21:07:00.867423 [ 3 ] {6416b722-9394-463b-b81d-dbfdfbb008f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14964 | 2024.09.01 21:07:00.867440 [ 3 ] {} <Debug> HTTP-Session: 378fd97b-b26d-40d1-9cc9-b97480fb2b37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14965 | 2024.09.01 21:07:00.867629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 6944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14966 | 2024.09.01 21:07:00.867686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14967 | 2024.09.01 21:07:00.867706 [ 3 ] {} <Debug> HTTP-Session: 17321a3f-3c50-4329-ae97-c47870181937 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14968 | 2024.09.01 21:07:00.867725 [ 3 ] {} <Debug> HTTP-Session: 17321a3f-3c50-4329-ae97-c47870181937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14969 | 2024.09.01 21:07:00.867739 [ 3 ] {} <Debug> HTTP-Session: 17321a3f-3c50-4329-ae97-c47870181937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14970 | 2024.09.01 21:07:00.867775 [ 3 ] {} <Trace> HTTP-Session: 17321a3f-3c50-4329-ae97-c47870181937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14971 | 2024.09.01 21:07:00.867898 [ 3 ] {dd9ac42d-cb62-47ad-9f11-c0d8fa1e53ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14972 | 2024.09.01 21:07:00.867947 [ 3 ] {dd9ac42d-cb62-47ad-9f11-c0d8fa1e53ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14973 | 2024.09.01 21:07:00.868188 [ 3 ] {dd9ac42d-cb62-47ad-9f11-c0d8fa1e53ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14974 | 2024.09.01 21:07:00.868565 [ 3 ] {dd9ac42d-cb62-47ad-9f11-c0d8fa1e53ab} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14975 | 2024.09.01 21:07:00.868604 [ 3 ] {dd9ac42d-cb62-47ad-9f11-c0d8fa1e53ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14976 | 2024.09.01 21:07:00.868960 [ 3 ] {dd9ac42d-cb62-47ad-9f11-c0d8fa1e53ab} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14977 | 2024.09.01 21:07:00.869323 [ 3 ] {dd9ac42d-cb62-47ad-9f11-c0d8fa1e53ab} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14978 | 2024.09.01 21:07:00.869484 [ 3 ] {dd9ac42d-cb62-47ad-9f11-c0d8fa1e53ab} <Debug> executeQuery: Read 48 rows, 3.61 KiB in 0.001625 sec., 29538.46153846154 rows/sec., 2.17 MiB/sec. | ||
14979 | 2024.09.01 21:07:00.869483 [ 30 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14980 | 2024.09.01 21:07:00.869602 [ 30 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14981 | 2024.09.01 21:07:00.869652 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
14982 | 2024.09.01 21:07:00.869734 [ 3 ] {dd9ac42d-cb62-47ad-9f11-c0d8fa1e53ab} <Debug> DynamicQueryHandler: Done processing query | ||
14983 | 2024.09.01 21:07:00.869776 [ 3 ] {dd9ac42d-cb62-47ad-9f11-c0d8fa1e53ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14984 | 2024.09.01 21:07:00.869797 [ 3 ] {} <Debug> HTTP-Session: 17321a3f-3c50-4329-ae97-c47870181937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14985 | 2024.09.01 21:07:00.869808 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
14986 | 2024.09.01 21:07:00.869948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14987 | 2024.09.01 21:07:00.869979 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14988 | 2024.09.01 21:07:00.870024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14989 | 2024.09.01 21:07:00.870028 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 63 rows starting from the beginning of the part | ||
14990 | 2024.09.01 21:07:00.870049 [ 3 ] {} <Debug> HTTP-Session: 5f049a90-a8d8-4b90-bab6-cdeba2c15587 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
14991 | 2024.09.01 21:07:00.870072 [ 3 ] {} <Debug> HTTP-Session: 5f049a90-a8d8-4b90-bab6-cdeba2c15587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14992 | 2024.09.01 21:07:00.870093 [ 3 ] {} <Debug> HTTP-Session: 5f049a90-a8d8-4b90-bab6-cdeba2c15587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14993 | 2024.09.01 21:07:00.870128 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 10 rows starting from the beginning of the part | ||
14994 | 2024.09.01 21:07:00.870184 [ 3 ] {} <Trace> HTTP-Session: 5f049a90-a8d8-4b90-bab6-cdeba2c15587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14995 | 2024.09.01 21:07:00.870482 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 12 rows starting from the beginning of the part | ||
14996 | 2024.09.01 21:07:00.870594 [ 3 ] {b0f322f2-852b-42a9-9494-b56ed3cdbc99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14997 | 2024.09.01 21:07:00.870815 [ 3 ] {b0f322f2-852b-42a9-9494-b56ed3cdbc99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14998 | 2024.09.01 21:07:00.870867 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 38 rows starting from the beginning of the part | ||
14999 | 2024.09.01 21:07:00.871156 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 2 rows starting from the beginning of the part | ||
15000 | 2024.09.01 21:07:00.871417 [ 200 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 48 rows starting from the beginning of the part | ||
15001 | 2024.09.01 21:07:00.871993 [ 3 ] {b0f322f2-852b-42a9-9494-b56ed3cdbc99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15002 | 2024.09.01 21:07:00.872586 [ 3 ] {b0f322f2-852b-42a9-9494-b56ed3cdbc99} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15003 | 2024.09.01 21:07:00.872632 [ 3 ] {b0f322f2-852b-42a9-9494-b56ed3cdbc99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15004 | 2024.09.01 21:07:00.873201 [ 3 ] {b0f322f2-852b-42a9-9494-b56ed3cdbc99} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15005 | 2024.09.01 21:07:00.873256 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 5 columns (5 merged, 0 gathered) in 0.003522837 sec., 49108.14777975819 rows/sec., 3.75 MiB/sec. | ||
15006 | 2024.09.01 21:07:00.873574 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15007 | 2024.09.01 21:07:00.873920 [ 3 ] {b0f322f2-852b-42a9-9494-b56ed3cdbc99} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15008 | 2024.09.01 21:07:00.874491 [ 3 ] {b0f322f2-852b-42a9-9494-b56ed3cdbc99} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00406 sec., 3448.275862068965 rows/sec., 241.49 KiB/sec. | ||
15009 | 2024.09.01 21:07:00.874832 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_76_15} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15010 | 2024.09.01 21:07:00.875102 [ 3 ] {b0f322f2-852b-42a9-9494-b56ed3cdbc99} <Debug> DynamicQueryHandler: Done processing query | ||
15011 | 2024.09.01 21:07:00.875179 [ 3 ] {b0f322f2-852b-42a9-9494-b56ed3cdbc99} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15012 | 2024.09.01 21:07:00.875211 [ 201 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_76_15} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15013 | 2024.09.01 21:07:00.875249 [ 3 ] {} <Debug> HTTP-Session: 5f049a90-a8d8-4b90-bab6-cdeba2c15587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15014 | 2024.09.01 21:07:00.875532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15015 | 2024.09.01 21:07:00.875560 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
15016 | 2024.09.01 21:07:00.875628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15017 | 2024.09.01 21:07:00.875654 [ 3 ] {} <Debug> HTTP-Session: 20c6180f-96e7-4027-996f-210b9a7a8679 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15018 | 2024.09.01 21:07:00.875672 [ 3 ] {} <Debug> HTTP-Session: 20c6180f-96e7-4027-996f-210b9a7a8679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15019 | 2024.09.01 21:07:00.875685 [ 3 ] {} <Debug> HTTP-Session: 20c6180f-96e7-4027-996f-210b9a7a8679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15020 | 2024.09.01 21:07:00.875720 [ 3 ] {} <Trace> HTTP-Session: 20c6180f-96e7-4027-996f-210b9a7a8679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15021 | 2024.09.01 21:07:00.875827 [ 3 ] {9fb075c2-0b6b-4ed5-9455-70c0d7ac182e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15022 | 2024.09.01 21:07:00.875873 [ 3 ] {9fb075c2-0b6b-4ed5-9455-70c0d7ac182e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15023 | 2024.09.01 21:07:00.876130 [ 3 ] {9fb075c2-0b6b-4ed5-9455-70c0d7ac182e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15024 | 2024.09.01 21:07:00.876459 [ 3 ] {9fb075c2-0b6b-4ed5-9455-70c0d7ac182e} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15025 | 2024.09.01 21:07:00.876495 [ 3 ] {9fb075c2-0b6b-4ed5-9455-70c0d7ac182e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15026 | 2024.09.01 21:07:00.876851 [ 3 ] {9fb075c2-0b6b-4ed5-9455-70c0d7ac182e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
15027 | 2024.09.01 21:07:00.877220 [ 3 ] {9fb075c2-0b6b-4ed5-9455-70c0d7ac182e} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15028 | 2024.09.01 21:07:00.877387 [ 3 ] {9fb075c2-0b6b-4ed5-9455-70c0d7ac182e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001579 sec., 3799.8733375554148 rows/sec., 224.50 KiB/sec. | ||
15029 | 2024.09.01 21:07:00.877680 [ 3 ] {9fb075c2-0b6b-4ed5-9455-70c0d7ac182e} <Debug> DynamicQueryHandler: Done processing query | ||
15030 | 2024.09.01 21:07:00.877730 [ 3 ] {9fb075c2-0b6b-4ed5-9455-70c0d7ac182e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15031 | 2024.09.01 21:07:00.877761 [ 3 ] {} <Debug> HTTP-Session: 20c6180f-96e7-4027-996f-210b9a7a8679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15032 | 2024.09.01 21:07:00.877949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 69921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15033 | 2024.09.01 21:07:00.878000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15034 | 2024.09.01 21:07:00.878020 [ 3 ] {} <Debug> HTTP-Session: 966096c4-9e41-4897-9dac-f4471b2447a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15035 | 2024.09.01 21:07:00.878037 [ 3 ] {} <Debug> HTTP-Session: 966096c4-9e41-4897-9dac-f4471b2447a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15036 | 2024.09.01 21:07:00.878051 [ 3 ] {} <Debug> HTTP-Session: 966096c4-9e41-4897-9dac-f4471b2447a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15037 | 2024.09.01 21:07:00.878083 [ 3 ] {} <Trace> HTTP-Session: 966096c4-9e41-4897-9dac-f4471b2447a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15038 | 2024.09.01 21:07:00.878310 [ 3 ] {8b9055a4-33a2-4486-a662-b3c6f5e8172e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15039 | 2024.09.01 21:07:00.878356 [ 3 ] {8b9055a4-33a2-4486-a662-b3c6f5e8172e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15040 | 2024.09.01 21:07:00.878598 [ 3 ] {8b9055a4-33a2-4486-a662-b3c6f5e8172e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15041 | 2024.09.01 21:07:00.879197 [ 3 ] {8b9055a4-33a2-4486-a662-b3c6f5e8172e} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15042 | 2024.09.01 21:07:00.879236 [ 3 ] {8b9055a4-33a2-4486-a662-b3c6f5e8172e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15043 | 2024.09.01 21:07:00.879620 [ 3 ] {8b9055a4-33a2-4486-a662-b3c6f5e8172e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15044 | 2024.09.01 21:07:00.879978 [ 3 ] {8b9055a4-33a2-4486-a662-b3c6f5e8172e} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15045 | 2024.09.01 21:07:00.880140 [ 3 ] {8b9055a4-33a2-4486-a662-b3c6f5e8172e} <Debug> executeQuery: Read 430 rows, 31.53 KiB in 0.00194 sec., 221649.48453608245 rows/sec., 15.87 MiB/sec. | ||
15046 | 2024.09.01 21:07:00.880320 [ 3 ] {8b9055a4-33a2-4486-a662-b3c6f5e8172e} <Debug> DynamicQueryHandler: Done processing query | ||
15047 | 2024.09.01 21:07:00.880345 [ 3 ] {8b9055a4-33a2-4486-a662-b3c6f5e8172e} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
15048 | 2024.09.01 21:07:00.880361 [ 3 ] {} <Debug> HTTP-Session: 966096c4-9e41-4897-9dac-f4471b2447a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15049 | 2024.09.01 21:07:00.880573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15050 | 2024.09.01 21:07:00.880623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15051 | 2024.09.01 21:07:00.880641 [ 3 ] {} <Debug> HTTP-Session: a140bc2c-c082-4226-a272-eca47542efdb Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15052 | 2024.09.01 21:07:00.880658 [ 3 ] {} <Debug> HTTP-Session: a140bc2c-c082-4226-a272-eca47542efdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15053 | 2024.09.01 21:07:00.880672 [ 3 ] {} <Debug> HTTP-Session: a140bc2c-c082-4226-a272-eca47542efdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15054 | 2024.09.01 21:07:00.880703 [ 3 ] {} <Trace> HTTP-Session: a140bc2c-c082-4226-a272-eca47542efdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15055 | 2024.09.01 21:07:00.880799 [ 3 ] {697e03e6-7b0b-479f-b5b2-b53b76f1e0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15056 | 2024.09.01 21:07:00.880940 [ 3 ] {697e03e6-7b0b-479f-b5b2-b53b76f1e0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15057 | 2024.09.01 21:07:00.881072 [ 3 ] {697e03e6-7b0b-479f-b5b2-b53b76f1e0ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15058 | 2024.09.01 21:07:00.881330 [ 3 ] {697e03e6-7b0b-479f-b5b2-b53b76f1e0ee} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15059 | 2024.09.01 21:07:00.881367 [ 3 ] {697e03e6-7b0b-479f-b5b2-b53b76f1e0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15060 | 2024.09.01 21:07:00.881746 [ 3 ] {697e03e6-7b0b-479f-b5b2-b53b76f1e0ee} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
15061 | 2024.09.01 21:07:00.882074 [ 3 ] {697e03e6-7b0b-479f-b5b2-b53b76f1e0ee} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15062 | 2024.09.01 21:07:00.882239 [ 3 ] {697e03e6-7b0b-479f-b5b2-b53b76f1e0ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec. | ||
15063 | 2024.09.01 21:07:00.882488 [ 3 ] {697e03e6-7b0b-479f-b5b2-b53b76f1e0ee} <Debug> DynamicQueryHandler: Done processing query | ||
15064 | 2024.09.01 21:07:00.882537 [ 3 ] {697e03e6-7b0b-479f-b5b2-b53b76f1e0ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15065 | 2024.09.01 21:07:00.882653 [ 3 ] {} <Debug> HTTP-Session: a140bc2c-c082-4226-a272-eca47542efdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15066 | 2024.09.01 21:07:00.882827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15067 | 2024.09.01 21:07:00.882876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15068 | 2024.09.01 21:07:00.882894 [ 3 ] {} <Debug> HTTP-Session: 364ce03b-3c85-4406-b7f1-b2737aa2128c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15069 | 2024.09.01 21:07:00.882911 [ 3 ] {} <Debug> HTTP-Session: 364ce03b-3c85-4406-b7f1-b2737aa2128c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15070 | 2024.09.01 21:07:00.882925 [ 3 ] {} <Debug> HTTP-Session: 364ce03b-3c85-4406-b7f1-b2737aa2128c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15071 | 2024.09.01 21:07:00.882957 [ 3 ] {} <Trace> HTTP-Session: 364ce03b-3c85-4406-b7f1-b2737aa2128c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15072 | 2024.09.01 21:07:00.883161 [ 3 ] {4e0d2870-2760-48ce-970c-70b16b2e8673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15073 | 2024.09.01 21:07:00.883210 [ 3 ] {4e0d2870-2760-48ce-970c-70b16b2e8673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15074 | 2024.09.01 21:07:00.883371 [ 3 ] {4e0d2870-2760-48ce-970c-70b16b2e8673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15075 | 2024.09.01 21:07:00.883814 [ 3 ] {4e0d2870-2760-48ce-970c-70b16b2e8673} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15076 | 2024.09.01 21:07:00.883850 [ 3 ] {4e0d2870-2760-48ce-970c-70b16b2e8673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15077 | 2024.09.01 21:07:00.884242 [ 3 ] {4e0d2870-2760-48ce-970c-70b16b2e8673} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15078 | 2024.09.01 21:07:00.884580 [ 3 ] {4e0d2870-2760-48ce-970c-70b16b2e8673} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15079 | 2024.09.01 21:07:00.884740 [ 3 ] {4e0d2870-2760-48ce-970c-70b16b2e8673} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001689 sec., 140319.71580817053 rows/sec., 9.41 MiB/sec. | ||
15080 | 2024.09.01 21:07:00.884910 [ 3 ] {4e0d2870-2760-48ce-970c-70b16b2e8673} <Debug> DynamicQueryHandler: Done processing query | ||
15081 | 2024.09.01 21:07:00.884935 [ 3 ] {4e0d2870-2760-48ce-970c-70b16b2e8673} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15082 | 2024.09.01 21:07:00.884950 [ 3 ] {} <Debug> HTTP-Session: 364ce03b-3c85-4406-b7f1-b2737aa2128c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15083 | 2024.09.01 21:07:00.885098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15084 | 2024.09.01 21:07:00.885146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15085 | 2024.09.01 21:07:00.885164 [ 3 ] {} <Debug> HTTP-Session: 371e4670-9032-433d-8e5c-a4ddfefdca03 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15086 | 2024.09.01 21:07:00.885180 [ 3 ] {} <Debug> HTTP-Session: 371e4670-9032-433d-8e5c-a4ddfefdca03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15087 | 2024.09.01 21:07:00.885193 [ 3 ] {} <Debug> HTTP-Session: 371e4670-9032-433d-8e5c-a4ddfefdca03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15088 | 2024.09.01 21:07:00.885224 [ 3 ] {} <Trace> HTTP-Session: 371e4670-9032-433d-8e5c-a4ddfefdca03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15089 | 2024.09.01 21:07:00.885317 [ 3 ] {d52d6c72-61ac-479d-8249-793d52576290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15090 | 2024.09.01 21:07:00.885362 [ 3 ] {d52d6c72-61ac-479d-8249-793d52576290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15091 | 2024.09.01 21:07:00.885492 [ 3 ] {d52d6c72-61ac-479d-8249-793d52576290} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15092 | 2024.09.01 21:07:00.885738 [ 3 ] {d52d6c72-61ac-479d-8249-793d52576290} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15093 | 2024.09.01 21:07:00.885773 [ 3 ] {d52d6c72-61ac-479d-8249-793d52576290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15094 | 2024.09.01 21:07:00.886119 [ 3 ] {d52d6c72-61ac-479d-8249-793d52576290} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15095 | 2024.09.01 21:07:00.886450 [ 3 ] {d52d6c72-61ac-479d-8249-793d52576290} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15096 | 2024.09.01 21:07:00.886605 [ 30 ] {} <Debug> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
15097 | 2024.09.01 21:07:00.886613 [ 3 ] {d52d6c72-61ac-479d-8249-793d52576290} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001307 sec., 765.1109410864575 rows/sec., 51.56 KiB/sec. | ||
15098 | 2024.09.01 21:07:00.886661 [ 30 ] {} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15099 | 2024.09.01 21:07:00.886731 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15100 | 2024.09.01 21:07:00.886954 [ 3 ] {d52d6c72-61ac-479d-8249-793d52576290} <Debug> DynamicQueryHandler: Done processing query | ||
15101 | 2024.09.01 21:07:00.887007 [ 3 ] {d52d6c72-61ac-479d-8249-793d52576290} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15102 | 2024.09.01 21:07:00.887036 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
15103 | 2024.09.01 21:07:00.887061 [ 3 ] {} <Debug> HTTP-Session: 371e4670-9032-433d-8e5c-a4ddfefdca03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15104 | 2024.09.01 21:07:00.887440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 80012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15105 | 2024.09.01 21:07:00.887617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15106 | 2024.09.01 21:07:00.887719 [ 3 ] {} <Debug> HTTP-Session: 88633dbb-c77a-455d-a21d-f7fe9448bab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15107 | 2024.09.01 21:07:00.887730 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15108 | 2024.09.01 21:07:00.887774 [ 3 ] {} <Debug> HTTP-Session: 88633dbb-c77a-455d-a21d-f7fe9448bab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15109 | 2024.09.01 21:07:00.887796 [ 3 ] {} <Debug> HTTP-Session: 88633dbb-c77a-455d-a21d-f7fe9448bab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15110 | 2024.09.01 21:07:00.887800 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part | ||
15111 | 2024.09.01 21:07:00.887838 [ 3 ] {} <Trace> HTTP-Session: 88633dbb-c77a-455d-a21d-f7fe9448bab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15112 | 2024.09.01 21:07:00.887965 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
15113 | 2024.09.01 21:07:00.888123 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
15114 | 2024.09.01 21:07:00.888291 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
15115 | 2024.09.01 21:07:00.888554 [ 3 ] {b9a2333e-1b64-448d-aa4a-bf85019164e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15116 | 2024.09.01 21:07:00.888647 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
15117 | 2024.09.01 21:07:00.888976 [ 3 ] {b9a2333e-1b64-448d-aa4a-bf85019164e2} <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 | ||
15118 | 2024.09.01 21:07:00.889044 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
15119 | 2024.09.01 21:07:00.890469 [ 3 ] {b9a2333e-1b64-448d-aa4a-bf85019164e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15120 | 2024.09.01 21:07:00.891191 [ 201 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004362518 sec., 8252.114948293623 rows/sec., 555.16 KiB/sec. | ||
15121 | 2024.09.01 21:07:00.891397 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
15122 | 2024.09.01 21:07:00.892339 [ 3 ] {b9a2333e-1b64-448d-aa4a-bf85019164e2} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15123 | 2024.09.01 21:07:00.892405 [ 3 ] {b9a2333e-1b64-448d-aa4a-bf85019164e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15124 | 2024.09.01 21:07:00.892637 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_36_7} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15125 | 2024.09.01 21:07:00.892845 [ 191 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_36_7} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
15126 | 2024.09.01 21:07:00.893021 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15127 | 2024.09.01 21:07:00.893473 [ 3 ] {b9a2333e-1b64-448d-aa4a-bf85019164e2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
15128 | 2024.09.01 21:07:00.893901 [ 3 ] {b9a2333e-1b64-448d-aa4a-bf85019164e2} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15129 | 2024.09.01 21:07:00.894116 [ 3 ] {b9a2333e-1b64-448d-aa4a-bf85019164e2} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.00611 sec., 7855.973813420622 rows/sec., 14.08 MiB/sec. | ||
15130 | 2024.09.01 21:07:00.894382 [ 3 ] {b9a2333e-1b64-448d-aa4a-bf85019164e2} <Debug> DynamicQueryHandler: Done processing query | ||
15131 | 2024.09.01 21:07:00.894407 [ 3 ] {b9a2333e-1b64-448d-aa4a-bf85019164e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.63 MiB. | ||
15132 | 2024.09.01 21:07:00.894423 [ 3 ] {} <Debug> HTTP-Session: 88633dbb-c77a-455d-a21d-f7fe9448bab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15133 | 2024.09.01 21:07:00.894553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15134 | 2024.09.01 21:07:00.894603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15135 | 2024.09.01 21:07:00.894622 [ 3 ] {} <Debug> HTTP-Session: 8d0bed03-3477-43e3-afa7-751b32bb1741 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15136 | 2024.09.01 21:07:00.894638 [ 3 ] {} <Debug> HTTP-Session: 8d0bed03-3477-43e3-afa7-751b32bb1741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15137 | 2024.09.01 21:07:00.894652 [ 3 ] {} <Debug> HTTP-Session: 8d0bed03-3477-43e3-afa7-751b32bb1741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15138 | 2024.09.01 21:07:00.894683 [ 3 ] {} <Trace> HTTP-Session: 8d0bed03-3477-43e3-afa7-751b32bb1741 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15139 | 2024.09.01 21:07:00.894818 [ 3 ] {013e1471-5865-45fa-bd30-bedc94fe096e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15140 | 2024.09.01 21:07:00.894862 [ 3 ] {013e1471-5865-45fa-bd30-bedc94fe096e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15141 | 2024.09.01 21:07:00.894998 [ 3 ] {013e1471-5865-45fa-bd30-bedc94fe096e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15142 | 2024.09.01 21:07:00.895288 [ 3 ] {013e1471-5865-45fa-bd30-bedc94fe096e} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15143 | 2024.09.01 21:07:00.895325 [ 3 ] {013e1471-5865-45fa-bd30-bedc94fe096e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15144 | 2024.09.01 21:07:00.895699 [ 3 ] {013e1471-5865-45fa-bd30-bedc94fe096e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15145 | 2024.09.01 21:07:00.896027 [ 3 ] {013e1471-5865-45fa-bd30-bedc94fe096e} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15146 | 2024.09.01 21:07:00.896183 [ 3 ] {013e1471-5865-45fa-bd30-bedc94fe096e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001416 sec., 57909.60451977402 rows/sec., 3.68 MiB/sec. | ||
15147 | 2024.09.01 21:07:00.896334 [ 3 ] {013e1471-5865-45fa-bd30-bedc94fe096e} <Debug> DynamicQueryHandler: Done processing query | ||
15148 | 2024.09.01 21:07:00.896358 [ 3 ] {013e1471-5865-45fa-bd30-bedc94fe096e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15149 | 2024.09.01 21:07:00.896373 [ 3 ] {} <Debug> HTTP-Session: 8d0bed03-3477-43e3-afa7-751b32bb1741 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15150 | 2024.09.01 21:07:05.857977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15151 | 2024.09.01 21:07:05.858121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15152 | 2024.09.01 21:07:05.858152 [ 3 ] {} <Debug> HTTP-Session: d1caeb11-8471-470e-9096-c4a544cb3b8b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15153 | 2024.09.01 21:07:05.858181 [ 3 ] {} <Debug> HTTP-Session: d1caeb11-8471-470e-9096-c4a544cb3b8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15154 | 2024.09.01 21:07:05.858201 [ 3 ] {} <Debug> HTTP-Session: d1caeb11-8471-470e-9096-c4a544cb3b8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15155 | 2024.09.01 21:07:05.858256 [ 3 ] {} <Trace> HTTP-Session: d1caeb11-8471-470e-9096-c4a544cb3b8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15156 | 2024.09.01 21:07:05.858461 [ 3 ] {89d93262-483a-4b1d-944c-1195cdddef85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15157 | 2024.09.01 21:07:05.858537 [ 3 ] {89d93262-483a-4b1d-944c-1195cdddef85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15158 | 2024.09.01 21:07:05.858928 [ 3 ] {89d93262-483a-4b1d-944c-1195cdddef85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15159 | 2024.09.01 21:07:05.859422 [ 3 ] {89d93262-483a-4b1d-944c-1195cdddef85} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15160 | 2024.09.01 21:07:05.859471 [ 3 ] {89d93262-483a-4b1d-944c-1195cdddef85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15161 | 2024.09.01 21:07:05.859904 [ 3 ] {89d93262-483a-4b1d-944c-1195cdddef85} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
15162 | 2024.09.01 21:07:05.860344 [ 3 ] {89d93262-483a-4b1d-944c-1195cdddef85} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15163 | 2024.09.01 21:07:05.860531 [ 3 ] {89d93262-483a-4b1d-944c-1195cdddef85} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002123 sec., 942.0631182289214 rows/sec., 76.82 KiB/sec. | ||
15164 | 2024.09.01 21:07:05.860879 [ 3 ] {89d93262-483a-4b1d-944c-1195cdddef85} <Debug> DynamicQueryHandler: Done processing query | ||
15165 | 2024.09.01 21:07:05.860908 [ 3 ] {89d93262-483a-4b1d-944c-1195cdddef85} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15166 | 2024.09.01 21:07:05.860925 [ 3 ] {} <Debug> HTTP-Session: d1caeb11-8471-470e-9096-c4a544cb3b8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15167 | 2024.09.01 21:07:05.861102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8554, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15168 | 2024.09.01 21:07:05.861158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15169 | 2024.09.01 21:07:05.861179 [ 3 ] {} <Debug> HTTP-Session: 7b913987-07a8-4266-a350-04ec1e1e7999 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15170 | 2024.09.01 21:07:05.861197 [ 3 ] {} <Debug> HTTP-Session: 7b913987-07a8-4266-a350-04ec1e1e7999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15171 | 2024.09.01 21:07:05.861211 [ 3 ] {} <Debug> HTTP-Session: 7b913987-07a8-4266-a350-04ec1e1e7999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15172 | 2024.09.01 21:07:05.861246 [ 3 ] {} <Trace> HTTP-Session: 7b913987-07a8-4266-a350-04ec1e1e7999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15173 | 2024.09.01 21:07:05.861375 [ 3 ] {0d8db308-d75f-4322-b4ba-9dc20939869d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15174 | 2024.09.01 21:07:05.861422 [ 3 ] {0d8db308-d75f-4322-b4ba-9dc20939869d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15175 | 2024.09.01 21:07:05.861673 [ 3 ] {0d8db308-d75f-4322-b4ba-9dc20939869d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15176 | 2024.09.01 21:07:05.862090 [ 3 ] {0d8db308-d75f-4322-b4ba-9dc20939869d} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15177 | 2024.09.01 21:07:05.862129 [ 3 ] {0d8db308-d75f-4322-b4ba-9dc20939869d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15178 | 2024.09.01 21:07:05.862506 [ 3 ] {0d8db308-d75f-4322-b4ba-9dc20939869d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15179 | 2024.09.01 21:07:05.862868 [ 3 ] {0d8db308-d75f-4322-b4ba-9dc20939869d} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15180 | 2024.09.01 21:07:05.863053 [ 3 ] {0d8db308-d75f-4322-b4ba-9dc20939869d} <Debug> executeQuery: Read 61 rows, 4.83 KiB in 0.001714 sec., 35589.26487747958 rows/sec., 2.75 MiB/sec. | ||
15181 | 2024.09.01 21:07:05.863321 [ 3 ] {0d8db308-d75f-4322-b4ba-9dc20939869d} <Debug> DynamicQueryHandler: Done processing query | ||
15182 | 2024.09.01 21:07:05.863382 [ 3 ] {0d8db308-d75f-4322-b4ba-9dc20939869d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15183 | 2024.09.01 21:07:05.863442 [ 3 ] {} <Debug> HTTP-Session: 7b913987-07a8-4266-a350-04ec1e1e7999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15184 | 2024.09.01 21:07:05.863633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15185 | 2024.09.01 21:07:05.863687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15186 | 2024.09.01 21:07:05.863707 [ 3 ] {} <Debug> HTTP-Session: b9b25aab-ef35-40f7-a66f-933c76b3f91f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15187 | 2024.09.01 21:07:05.863723 [ 3 ] {} <Debug> HTTP-Session: b9b25aab-ef35-40f7-a66f-933c76b3f91f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15188 | 2024.09.01 21:07:05.863737 [ 3 ] {} <Debug> HTTP-Session: b9b25aab-ef35-40f7-a66f-933c76b3f91f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15189 | 2024.09.01 21:07:05.863770 [ 3 ] {} <Trace> HTTP-Session: b9b25aab-ef35-40f7-a66f-933c76b3f91f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15190 | 2024.09.01 21:07:05.863881 [ 3 ] {50697fdb-4dac-4e37-b2d1-e73e65af951b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15191 | 2024.09.01 21:07:05.863927 [ 3 ] {50697fdb-4dac-4e37-b2d1-e73e65af951b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15192 | 2024.09.01 21:07:05.864173 [ 3 ] {50697fdb-4dac-4e37-b2d1-e73e65af951b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15193 | 2024.09.01 21:07:05.864494 [ 3 ] {50697fdb-4dac-4e37-b2d1-e73e65af951b} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15194 | 2024.09.01 21:07:05.864532 [ 3 ] {50697fdb-4dac-4e37-b2d1-e73e65af951b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15195 | 2024.09.01 21:07:05.864877 [ 3 ] {50697fdb-4dac-4e37-b2d1-e73e65af951b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15196 | 2024.09.01 21:07:05.865240 [ 3 ] {50697fdb-4dac-4e37-b2d1-e73e65af951b} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15197 | 2024.09.01 21:07:05.865407 [ 3 ] {50697fdb-4dac-4e37-b2d1-e73e65af951b} <Debug> executeQuery: Read 4 rows, 297.00 B in 0.001549 sec., 2582.3111684958035 rows/sec., 187.24 KiB/sec. | ||
15198 | 2024.09.01 21:07:05.865570 [ 3 ] {50697fdb-4dac-4e37-b2d1-e73e65af951b} <Debug> DynamicQueryHandler: Done processing query | ||
15199 | 2024.09.01 21:07:05.865594 [ 3 ] {50697fdb-4dac-4e37-b2d1-e73e65af951b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15200 | 2024.09.01 21:07:05.865610 [ 3 ] {} <Debug> HTTP-Session: b9b25aab-ef35-40f7-a66f-933c76b3f91f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15201 | 2024.09.01 21:07:05.865786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11555, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15202 | 2024.09.01 21:07:05.865835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15203 | 2024.09.01 21:07:05.865853 [ 3 ] {} <Debug> HTTP-Session: 3bd46c1e-f98a-41b0-bf99-9988ffa3df1b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15204 | 2024.09.01 21:07:05.865869 [ 3 ] {} <Debug> HTTP-Session: 3bd46c1e-f98a-41b0-bf99-9988ffa3df1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15205 | 2024.09.01 21:07:05.865883 [ 3 ] {} <Debug> HTTP-Session: 3bd46c1e-f98a-41b0-bf99-9988ffa3df1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15206 | 2024.09.01 21:07:05.865914 [ 3 ] {} <Trace> HTTP-Session: 3bd46c1e-f98a-41b0-bf99-9988ffa3df1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15207 | 2024.09.01 21:07:05.866028 [ 3 ] {9cebf91b-ea0c-402b-935c-7c3ebb5f139b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15208 | 2024.09.01 21:07:05.866072 [ 3 ] {9cebf91b-ea0c-402b-935c-7c3ebb5f139b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15209 | 2024.09.01 21:07:05.866297 [ 3 ] {9cebf91b-ea0c-402b-935c-7c3ebb5f139b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15210 | 2024.09.01 21:07:05.866660 [ 3 ] {9cebf91b-ea0c-402b-935c-7c3ebb5f139b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15211 | 2024.09.01 21:07:05.866697 [ 3 ] {9cebf91b-ea0c-402b-935c-7c3ebb5f139b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15212 | 2024.09.01 21:07:05.867074 [ 3 ] {9cebf91b-ea0c-402b-935c-7c3ebb5f139b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15213 | 2024.09.01 21:07:05.867437 [ 3 ] {9cebf91b-ea0c-402b-935c-7c3ebb5f139b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15214 | 2024.09.01 21:07:05.867616 [ 3 ] {9cebf91b-ea0c-402b-935c-7c3ebb5f139b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001617 sec., 42053.18491032777 rows/sec., 3.28 MiB/sec. | ||
15215 | 2024.09.01 21:07:05.867782 [ 3 ] {9cebf91b-ea0c-402b-935c-7c3ebb5f139b} <Debug> DynamicQueryHandler: Done processing query | ||
15216 | 2024.09.01 21:07:05.867806 [ 3 ] {9cebf91b-ea0c-402b-935c-7c3ebb5f139b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15217 | 2024.09.01 21:07:05.867822 [ 3 ] {} <Debug> HTTP-Session: 3bd46c1e-f98a-41b0-bf99-9988ffa3df1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15218 | 2024.09.01 21:07:05.867977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15219 | 2024.09.01 21:07:05.868025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15220 | 2024.09.01 21:07:05.868044 [ 3 ] {} <Debug> HTTP-Session: 4c03903f-ac10-46ea-8377-86a9c8c32220 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15221 | 2024.09.01 21:07:05.868060 [ 3 ] {} <Debug> HTTP-Session: 4c03903f-ac10-46ea-8377-86a9c8c32220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15222 | 2024.09.01 21:07:05.868074 [ 3 ] {} <Debug> HTTP-Session: 4c03903f-ac10-46ea-8377-86a9c8c32220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15223 | 2024.09.01 21:07:05.868104 [ 3 ] {} <Trace> HTTP-Session: 4c03903f-ac10-46ea-8377-86a9c8c32220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15224 | 2024.09.01 21:07:05.868252 [ 3 ] {3f705884-1dd3-43b2-88d8-9625deee8f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15225 | 2024.09.01 21:07:05.868299 [ 3 ] {3f705884-1dd3-43b2-88d8-9625deee8f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15226 | 2024.09.01 21:07:05.868444 [ 3 ] {3f705884-1dd3-43b2-88d8-9625deee8f13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15227 | 2024.09.01 21:07:05.868849 [ 3 ] {3f705884-1dd3-43b2-88d8-9625deee8f13} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15228 | 2024.09.01 21:07:05.868885 [ 3 ] {3f705884-1dd3-43b2-88d8-9625deee8f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15229 | 2024.09.01 21:07:05.869269 [ 3 ] {3f705884-1dd3-43b2-88d8-9625deee8f13} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15230 | 2024.09.01 21:07:05.869615 [ 3 ] {3f705884-1dd3-43b2-88d8-9625deee8f13} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15231 | 2024.09.01 21:07:05.869797 [ 3 ] {3f705884-1dd3-43b2-88d8-9625deee8f13} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001612 sec., 99875.93052109181 rows/sec., 6.96 MiB/sec. | ||
15232 | 2024.09.01 21:07:05.869966 [ 3 ] {3f705884-1dd3-43b2-88d8-9625deee8f13} <Debug> DynamicQueryHandler: Done processing query | ||
15233 | 2024.09.01 21:07:05.869989 [ 3 ] {3f705884-1dd3-43b2-88d8-9625deee8f13} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15234 | 2024.09.01 21:07:05.870005 [ 3 ] {} <Debug> HTTP-Session: 4c03903f-ac10-46ea-8377-86a9c8c32220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15235 | 2024.09.01 21:07:05.870122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15236 | 2024.09.01 21:07:05.870170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15237 | 2024.09.01 21:07:05.870189 [ 3 ] {} <Debug> HTTP-Session: cf2c93ff-f2de-4ac3-be75-ad89f16bfd59 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15238 | 2024.09.01 21:07:05.870205 [ 3 ] {} <Debug> HTTP-Session: cf2c93ff-f2de-4ac3-be75-ad89f16bfd59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15239 | 2024.09.01 21:07:05.870219 [ 3 ] {} <Debug> HTTP-Session: cf2c93ff-f2de-4ac3-be75-ad89f16bfd59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15240 | 2024.09.01 21:07:05.870249 [ 3 ] {} <Trace> HTTP-Session: cf2c93ff-f2de-4ac3-be75-ad89f16bfd59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15241 | 2024.09.01 21:07:05.870370 [ 3 ] {f024cc59-fed8-4a94-884e-5076cd16acfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15242 | 2024.09.01 21:07:05.870433 [ 3 ] {f024cc59-fed8-4a94-884e-5076cd16acfd} <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 | ||
15243 | 2024.09.01 21:07:05.870858 [ 3 ] {f024cc59-fed8-4a94-884e-5076cd16acfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15244 | 2024.09.01 21:07:05.871286 [ 3 ] {f024cc59-fed8-4a94-884e-5076cd16acfd} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15245 | 2024.09.01 21:07:05.871322 [ 3 ] {f024cc59-fed8-4a94-884e-5076cd16acfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15246 | 2024.09.01 21:07:05.871883 [ 3 ] {f024cc59-fed8-4a94-884e-5076cd16acfd} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15247 | 2024.09.01 21:07:05.872295 [ 3 ] {f024cc59-fed8-4a94-884e-5076cd16acfd} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15248 | 2024.09.01 21:07:05.872476 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15249 | 2024.09.01 21:07:05.872499 [ 3 ] {f024cc59-fed8-4a94-884e-5076cd16acfd} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002172 sec., 920.8103130755065 rows/sec., 1.65 MiB/sec. | ||
15250 | 2024.09.01 21:07:05.872569 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15251 | 2024.09.01 21:07:05.872648 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15252 | 2024.09.01 21:07:05.872880 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
15253 | 2024.09.01 21:07:05.872969 [ 3 ] {f024cc59-fed8-4a94-884e-5076cd16acfd} <Debug> DynamicQueryHandler: Done processing query | ||
15254 | 2024.09.01 21:07:05.873004 [ 3 ] {f024cc59-fed8-4a94-884e-5076cd16acfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15255 | 2024.09.01 21:07:05.873031 [ 3 ] {} <Debug> HTTP-Session: cf2c93ff-f2de-4ac3-be75-ad89f16bfd59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15256 | 2024.09.01 21:07:05.873170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15257 | 2024.09.01 21:07:05.873228 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15258 | 2024.09.01 21:07:05.873233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15259 | 2024.09.01 21:07:05.873275 [ 3 ] {} <Debug> HTTP-Session: e912f9c4-bf8c-4219-a363-e3730bad85f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15260 | 2024.09.01 21:07:05.873306 [ 3 ] {} <Debug> HTTP-Session: e912f9c4-bf8c-4219-a363-e3730bad85f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15261 | 2024.09.01 21:07:05.873313 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1282 rows starting from the beginning of the part | ||
15262 | 2024.09.01 21:07:05.873324 [ 3 ] {} <Debug> HTTP-Session: e912f9c4-bf8c-4219-a363-e3730bad85f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15263 | 2024.09.01 21:07:05.873370 [ 3 ] {} <Trace> HTTP-Session: e912f9c4-bf8c-4219-a363-e3730bad85f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15264 | 2024.09.01 21:07:05.873723 [ 3 ] {c8ce5993-56aa-4dce-b7b9-9638e9c3ced5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15265 | 2024.09.01 21:07:05.873821 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
15266 | 2024.09.01 21:07:05.873844 [ 3 ] {c8ce5993-56aa-4dce-b7b9-9638e9c3ced5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15267 | 2024.09.01 21:07:05.874545 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 38 rows starting from the beginning of the part | ||
15268 | 2024.09.01 21:07:05.874589 [ 3 ] {c8ce5993-56aa-4dce-b7b9-9638e9c3ced5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15269 | 2024.09.01 21:07:05.875101 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 2 rows starting from the beginning of the part | ||
15270 | 2024.09.01 21:07:05.875786 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 48 rows starting from the beginning of the part | ||
15271 | 2024.09.01 21:07:05.875794 [ 3 ] {c8ce5993-56aa-4dce-b7b9-9638e9c3ced5} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15272 | 2024.09.01 21:07:05.875845 [ 3 ] {c8ce5993-56aa-4dce-b7b9-9638e9c3ced5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15273 | 2024.09.01 21:07:05.876359 [ 196 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 2 rows starting from the beginning of the part | ||
15274 | 2024.09.01 21:07:05.877009 [ 3 ] {c8ce5993-56aa-4dce-b7b9-9638e9c3ced5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15275 | 2024.09.01 21:07:05.877537 [ 3 ] {c8ce5993-56aa-4dce-b7b9-9638e9c3ced5} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15276 | 2024.09.01 21:07:05.877772 [ 3 ] {c8ce5993-56aa-4dce-b7b9-9638e9c3ced5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004216 sec., 14231.499051233397 rows/sec., 982.12 KiB/sec. | ||
15277 | 2024.09.01 21:07:05.878031 [ 3 ] {c8ce5993-56aa-4dce-b7b9-9638e9c3ced5} <Debug> DynamicQueryHandler: Done processing query | ||
15278 | 2024.09.01 21:07:05.878086 [ 3 ] {c8ce5993-56aa-4dce-b7b9-9638e9c3ced5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15279 | 2024.09.01 21:07:05.878166 [ 3 ] {} <Debug> HTTP-Session: e912f9c4-bf8c-4219-a363-e3730bad85f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15280 | 2024.09.01 21:07:05.881795 [ 191 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1380 rows, containing 19 columns (19 merged, 0 gathered) in 0.009007211 sec., 153210.57761386962 rows/sec., 274.55 MiB/sec. | ||
15281 | 2024.09.01 21:07:05.883787 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15282 | 2024.09.01 21:07:05.884472 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15283 | 2024.09.01 21:07:05.884565 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15284 | 2024.09.01 21:07:05.884737 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
15285 | 2024.09.01 21:07:09.020507 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15286 | 2024.09.01 21:07:09.020574 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15287 | 2024.09.01 21:07:10.864612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15288 | 2024.09.01 21:07:10.864742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15289 | 2024.09.01 21:07:10.864773 [ 3 ] {} <Debug> HTTP-Session: c4e49a03-c154-4fbe-99f4-3397e8b62f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15290 | 2024.09.01 21:07:10.864801 [ 3 ] {} <Debug> HTTP-Session: c4e49a03-c154-4fbe-99f4-3397e8b62f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15291 | 2024.09.01 21:07:10.864820 [ 3 ] {} <Debug> HTTP-Session: c4e49a03-c154-4fbe-99f4-3397e8b62f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15292 | 2024.09.01 21:07:10.864876 [ 3 ] {} <Trace> HTTP-Session: c4e49a03-c154-4fbe-99f4-3397e8b62f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15293 | 2024.09.01 21:07:10.865087 [ 3 ] {947bd1bb-257e-4d27-a085-08c2b575320d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15294 | 2024.09.01 21:07:10.865162 [ 3 ] {947bd1bb-257e-4d27-a085-08c2b575320d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15295 | 2024.09.01 21:07:10.865512 [ 3 ] {947bd1bb-257e-4d27-a085-08c2b575320d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15296 | 2024.09.01 21:07:10.865924 [ 3 ] {947bd1bb-257e-4d27-a085-08c2b575320d} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15297 | 2024.09.01 21:07:10.865972 [ 3 ] {947bd1bb-257e-4d27-a085-08c2b575320d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15298 | 2024.09.01 21:07:10.866408 [ 3 ] {947bd1bb-257e-4d27-a085-08c2b575320d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
15299 | 2024.09.01 21:07:10.866818 [ 3 ] {947bd1bb-257e-4d27-a085-08c2b575320d} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15300 | 2024.09.01 21:07:10.867001 [ 3 ] {947bd1bb-257e-4d27-a085-08c2b575320d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001963 sec., 1018.8487009679063 rows/sec., 83.08 KiB/sec. | ||
15301 | 2024.09.01 21:07:10.867212 [ 3 ] {947bd1bb-257e-4d27-a085-08c2b575320d} <Debug> DynamicQueryHandler: Done processing query | ||
15302 | 2024.09.01 21:07:10.867239 [ 3 ] {947bd1bb-257e-4d27-a085-08c2b575320d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15303 | 2024.09.01 21:07:10.867256 [ 3 ] {} <Debug> HTTP-Session: c4e49a03-c154-4fbe-99f4-3397e8b62f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15304 | 2024.09.01 21:07:10.867428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 43434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15305 | 2024.09.01 21:07:10.867483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15306 | 2024.09.01 21:07:10.867504 [ 3 ] {} <Debug> HTTP-Session: 8a7a3f9a-c608-4630-aa33-8e382bf144c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15307 | 2024.09.01 21:07:10.867522 [ 3 ] {} <Debug> HTTP-Session: 8a7a3f9a-c608-4630-aa33-8e382bf144c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15308 | 2024.09.01 21:07:10.867536 [ 3 ] {} <Debug> HTTP-Session: 8a7a3f9a-c608-4630-aa33-8e382bf144c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15309 | 2024.09.01 21:07:10.867571 [ 3 ] {} <Trace> HTTP-Session: 8a7a3f9a-c608-4630-aa33-8e382bf144c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15310 | 2024.09.01 21:07:10.867763 [ 3 ] {abdc6a03-2322-4c68-8ac8-acbd3ec93596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15311 | 2024.09.01 21:07:10.867810 [ 3 ] {abdc6a03-2322-4c68-8ac8-acbd3ec93596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15312 | 2024.09.01 21:07:10.868051 [ 3 ] {abdc6a03-2322-4c68-8ac8-acbd3ec93596} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15313 | 2024.09.01 21:07:10.868579 [ 3 ] {abdc6a03-2322-4c68-8ac8-acbd3ec93596} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15314 | 2024.09.01 21:07:10.868620 [ 3 ] {abdc6a03-2322-4c68-8ac8-acbd3ec93596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15315 | 2024.09.01 21:07:10.869059 [ 3 ] {abdc6a03-2322-4c68-8ac8-acbd3ec93596} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15316 | 2024.09.01 21:07:10.869458 [ 3 ] {abdc6a03-2322-4c68-8ac8-acbd3ec93596} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15317 | 2024.09.01 21:07:10.869629 [ 3 ] {abdc6a03-2322-4c68-8ac8-acbd3ec93596} <Debug> executeQuery: Read 286 rows, 26.04 KiB in 0.001964 sec., 145621.1812627291 rows/sec., 12.95 MiB/sec. | ||
15318 | 2024.09.01 21:07:10.869644 [ 143 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15319 | 2024.09.01 21:07:10.869757 [ 143 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15320 | 2024.09.01 21:07:10.869804 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15321 | 2024.09.01 21:07:10.869923 [ 3 ] {abdc6a03-2322-4c68-8ac8-acbd3ec93596} <Debug> DynamicQueryHandler: Done processing query | ||
15322 | 2024.09.01 21:07:10.869971 [ 3 ] {abdc6a03-2322-4c68-8ac8-acbd3ec93596} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15323 | 2024.09.01 21:07:10.869983 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
15324 | 2024.09.01 21:07:10.869995 [ 3 ] {} <Debug> HTTP-Session: 8a7a3f9a-c608-4630-aa33-8e382bf144c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15325 | 2024.09.01 21:07:10.870173 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15326 | 2024.09.01 21:07:10.870230 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1429 rows starting from the beginning of the part | ||
15327 | 2024.09.01 21:07:10.870243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15328 | 2024.09.01 21:07:10.870360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15329 | 2024.09.01 21:07:10.870424 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 106 rows starting from the beginning of the part | ||
15330 | 2024.09.01 21:07:10.870446 [ 3 ] {} <Debug> HTTP-Session: fa613354-9540-46e5-ba08-475f90b5da7f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15331 | 2024.09.01 21:07:10.870521 [ 3 ] {} <Debug> HTTP-Session: fa613354-9540-46e5-ba08-475f90b5da7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15332 | 2024.09.01 21:07:10.870626 [ 3 ] {} <Debug> HTTP-Session: fa613354-9540-46e5-ba08-475f90b5da7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15333 | 2024.09.01 21:07:10.870752 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
15334 | 2024.09.01 21:07:10.870818 [ 3 ] {} <Trace> HTTP-Session: fa613354-9540-46e5-ba08-475f90b5da7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15335 | 2024.09.01 21:07:10.871054 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 285 rows starting from the beginning of the part | ||
15336 | 2024.09.01 21:07:10.871329 [ 3 ] {8776217d-2d38-417a-bb9a-dd3ceff9b241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15337 | 2024.09.01 21:07:10.871339 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 61 rows starting from the beginning of the part | ||
15338 | 2024.09.01 21:07:10.871440 [ 3 ] {8776217d-2d38-417a-bb9a-dd3ceff9b241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15339 | 2024.09.01 21:07:10.871573 [ 191 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 286 rows starting from the beginning of the part | ||
15340 | 2024.09.01 21:07:10.872474 [ 3 ] {8776217d-2d38-417a-bb9a-dd3ceff9b241} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15341 | 2024.09.01 21:07:10.873417 [ 3 ] {8776217d-2d38-417a-bb9a-dd3ceff9b241} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15342 | 2024.09.01 21:07:10.873493 [ 3 ] {8776217d-2d38-417a-bb9a-dd3ceff9b241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15343 | 2024.09.01 21:07:10.874269 [ 3 ] {8776217d-2d38-417a-bb9a-dd3ceff9b241} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15344 | 2024.09.01 21:07:10.875114 [ 194 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2227 rows, containing 5 columns (5 merged, 0 gathered) in 0.005232301 sec., 425625.3606204995 rows/sec., 37.72 MiB/sec. | ||
15345 | 2024.09.01 21:07:10.875266 [ 3 ] {8776217d-2d38-417a-bb9a-dd3ceff9b241} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15346 | 2024.09.01 21:07:10.875512 [ 194 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15347 | 2024.09.01 21:07:10.875568 [ 3 ] {8776217d-2d38-417a-bb9a-dd3ceff9b241} <Debug> executeQuery: Read 50 rows, 3.75 KiB in 0.004448 sec., 11241.007194244605 rows/sec., 842.86 KiB/sec. | ||
15348 | 2024.09.01 21:07:10.875963 [ 3 ] {8776217d-2d38-417a-bb9a-dd3ceff9b241} <Debug> DynamicQueryHandler: Done processing query | ||
15349 | 2024.09.01 21:07:10.876028 [ 3 ] {8776217d-2d38-417a-bb9a-dd3ceff9b241} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15350 | 2024.09.01 21:07:10.876111 [ 3 ] {} <Debug> HTTP-Session: fa613354-9540-46e5-ba08-475f90b5da7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15351 | 2024.09.01 21:07:10.876287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15352 | 2024.09.01 21:07:10.876374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15353 | 2024.09.01 21:07:10.876406 [ 3 ] {} <Debug> HTTP-Session: 6e2c8f1a-c100-48de-afe7-fbac0d5a29ab Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15354 | 2024.09.01 21:07:10.876452 [ 3 ] {} <Debug> HTTP-Session: 6e2c8f1a-c100-48de-afe7-fbac0d5a29ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15355 | 2024.09.01 21:07:10.876466 [ 194 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_86_17} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15356 | 2024.09.01 21:07:10.876480 [ 3 ] {} <Debug> HTTP-Session: 6e2c8f1a-c100-48de-afe7-fbac0d5a29ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15357 | 2024.09.01 21:07:10.876568 [ 3 ] {} <Trace> HTTP-Session: 6e2c8f1a-c100-48de-afe7-fbac0d5a29ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15358 | 2024.09.01 21:07:10.876633 [ 194 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_86_17} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15359 | 2024.09.01 21:07:10.876749 [ 3 ] {24c5e464-182f-46b1-b75f-76a3767c372c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15360 | 2024.09.01 21:07:10.876812 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
15361 | 2024.09.01 21:07:10.876839 [ 3 ] {24c5e464-182f-46b1-b75f-76a3767c372c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15362 | 2024.09.01 21:07:10.877113 [ 3 ] {24c5e464-182f-46b1-b75f-76a3767c372c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15363 | 2024.09.01 21:07:10.877435 [ 3 ] {24c5e464-182f-46b1-b75f-76a3767c372c} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15364 | 2024.09.01 21:07:10.877472 [ 3 ] {24c5e464-182f-46b1-b75f-76a3767c372c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15365 | 2024.09.01 21:07:10.877835 [ 3 ] {24c5e464-182f-46b1-b75f-76a3767c372c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15366 | 2024.09.01 21:07:10.878228 [ 3 ] {24c5e464-182f-46b1-b75f-76a3767c372c} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15367 | 2024.09.01 21:07:10.878408 [ 3 ] {24c5e464-182f-46b1-b75f-76a3767c372c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001725 sec., 8115.942028985507 rows/sec., 568.39 KiB/sec. | ||
15368 | 2024.09.01 21:07:10.878718 [ 3 ] {24c5e464-182f-46b1-b75f-76a3767c372c} <Debug> DynamicQueryHandler: Done processing query | ||
15369 | 2024.09.01 21:07:10.878760 [ 3 ] {24c5e464-182f-46b1-b75f-76a3767c372c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15370 | 2024.09.01 21:07:10.878777 [ 3 ] {} <Debug> HTTP-Session: 6e2c8f1a-c100-48de-afe7-fbac0d5a29ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15371 | 2024.09.01 21:07:10.878893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15372 | 2024.09.01 21:07:10.878942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15373 | 2024.09.01 21:07:10.878961 [ 3 ] {} <Debug> HTTP-Session: c5b6b1c7-a287-4064-82cb-3e5841074b23 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15374 | 2024.09.01 21:07:10.878978 [ 3 ] {} <Debug> HTTP-Session: c5b6b1c7-a287-4064-82cb-3e5841074b23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15375 | 2024.09.01 21:07:10.878992 [ 3 ] {} <Debug> HTTP-Session: c5b6b1c7-a287-4064-82cb-3e5841074b23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15376 | 2024.09.01 21:07:10.879023 [ 3 ] {} <Trace> HTTP-Session: c5b6b1c7-a287-4064-82cb-3e5841074b23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15377 | 2024.09.01 21:07:10.879121 [ 3 ] {4942aa17-6339-408f-b024-4892a8b196a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15378 | 2024.09.01 21:07:10.879166 [ 3 ] {4942aa17-6339-408f-b024-4892a8b196a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15379 | 2024.09.01 21:07:10.879411 [ 3 ] {4942aa17-6339-408f-b024-4892a8b196a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15380 | 2024.09.01 21:07:10.879717 [ 3 ] {4942aa17-6339-408f-b024-4892a8b196a1} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15381 | 2024.09.01 21:07:10.879753 [ 3 ] {4942aa17-6339-408f-b024-4892a8b196a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15382 | 2024.09.01 21:07:10.880096 [ 3 ] {4942aa17-6339-408f-b024-4892a8b196a1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15383 | 2024.09.01 21:07:10.880458 [ 3 ] {4942aa17-6339-408f-b024-4892a8b196a1} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15384 | 2024.09.01 21:07:10.880625 [ 3 ] {4942aa17-6339-408f-b024-4892a8b196a1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00153 sec., 3921.568627450981 rows/sec., 231.69 KiB/sec. | ||
15385 | 2024.09.01 21:07:10.880792 [ 3 ] {4942aa17-6339-408f-b024-4892a8b196a1} <Debug> DynamicQueryHandler: Done processing query | ||
15386 | 2024.09.01 21:07:10.880816 [ 3 ] {4942aa17-6339-408f-b024-4892a8b196a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15387 | 2024.09.01 21:07:10.880832 [ 3 ] {} <Debug> HTTP-Session: c5b6b1c7-a287-4064-82cb-3e5841074b23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15388 | 2024.09.01 21:07:10.881009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 70262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15389 | 2024.09.01 21:07:10.881059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15390 | 2024.09.01 21:07:10.881078 [ 3 ] {} <Debug> HTTP-Session: ed4202fe-9a4a-41c0-9d8a-9efa671a56b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15391 | 2024.09.01 21:07:10.881094 [ 3 ] {} <Debug> HTTP-Session: ed4202fe-9a4a-41c0-9d8a-9efa671a56b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15392 | 2024.09.01 21:07:10.881108 [ 3 ] {} <Debug> HTTP-Session: ed4202fe-9a4a-41c0-9d8a-9efa671a56b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15393 | 2024.09.01 21:07:10.881139 [ 3 ] {} <Trace> HTTP-Session: ed4202fe-9a4a-41c0-9d8a-9efa671a56b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15394 | 2024.09.01 21:07:10.881436 [ 3 ] {eccab0fd-6590-43c3-bde2-aa800c40e201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15395 | 2024.09.01 21:07:10.881479 [ 3 ] {eccab0fd-6590-43c3-bde2-aa800c40e201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15396 | 2024.09.01 21:07:10.881704 [ 3 ] {eccab0fd-6590-43c3-bde2-aa800c40e201} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15397 | 2024.09.01 21:07:10.882261 [ 3 ] {eccab0fd-6590-43c3-bde2-aa800c40e201} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15398 | 2024.09.01 21:07:10.882298 [ 3 ] {eccab0fd-6590-43c3-bde2-aa800c40e201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15399 | 2024.09.01 21:07:10.882672 [ 3 ] {eccab0fd-6590-43c3-bde2-aa800c40e201} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15400 | 2024.09.01 21:07:10.883028 [ 3 ] {eccab0fd-6590-43c3-bde2-aa800c40e201} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15401 | 2024.09.01 21:07:10.883176 [ 3 ] {eccab0fd-6590-43c3-bde2-aa800c40e201} <Debug> executeQuery: Read 432 rows, 31.69 KiB in 0.00193 sec., 223834.1968911917 rows/sec., 16.03 MiB/sec. | ||
15402 | 2024.09.01 21:07:10.883186 [ 143 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15403 | 2024.09.01 21:07:10.883272 [ 143 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15404 | 2024.09.01 21:07:10.883336 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15405 | 2024.09.01 21:07:10.883479 [ 3 ] {eccab0fd-6590-43c3-bde2-aa800c40e201} <Debug> DynamicQueryHandler: Done processing query | ||
15406 | 2024.09.01 21:07:10.883553 [ 3 ] {eccab0fd-6590-43c3-bde2-aa800c40e201} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
15407 | 2024.09.01 21:07:10.883623 [ 3 ] {} <Debug> HTTP-Session: ed4202fe-9a4a-41c0-9d8a-9efa671a56b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15408 | 2024.09.01 21:07:10.883765 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
15409 | 2024.09.01 21:07:10.883994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15410 | 2024.09.01 21:07:10.884165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15411 | 2024.09.01 21:07:10.884263 [ 3 ] {} <Debug> HTTP-Session: 4eaad728-0e89-49f2-b0b9-4ad178073051 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15412 | 2024.09.01 21:07:10.884341 [ 3 ] {} <Debug> HTTP-Session: 4eaad728-0e89-49f2-b0b9-4ad178073051 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15413 | 2024.09.01 21:07:10.884401 [ 3 ] {} <Debug> HTTP-Session: 4eaad728-0e89-49f2-b0b9-4ad178073051 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15414 | 2024.09.01 21:07:10.884529 [ 3 ] {} <Trace> HTTP-Session: 4eaad728-0e89-49f2-b0b9-4ad178073051 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15415 | 2024.09.01 21:07:10.884597 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15416 | 2024.09.01 21:07:10.884680 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 922 rows starting from the beginning of the part | ||
15417 | 2024.09.01 21:07:10.884769 [ 3 ] {45b8dcaf-0a9a-4366-afbd-269c38ff1305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15418 | 2024.09.01 21:07:10.884928 [ 3 ] {45b8dcaf-0a9a-4366-afbd-269c38ff1305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15419 | 2024.09.01 21:07:10.884967 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 80 rows starting from the beginning of the part | ||
15420 | 2024.09.01 21:07:10.885490 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 66 rows starting from the beginning of the part | ||
15421 | 2024.09.01 21:07:10.885886 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 430 rows starting from the beginning of the part | ||
15422 | 2024.09.01 21:07:10.885890 [ 3 ] {45b8dcaf-0a9a-4366-afbd-269c38ff1305} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15423 | 2024.09.01 21:07:10.886220 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 68 rows starting from the beginning of the part | ||
15424 | 2024.09.01 21:07:10.886475 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 432 rows starting from the beginning of the part | ||
15425 | 2024.09.01 21:07:10.887147 [ 3 ] {45b8dcaf-0a9a-4366-afbd-269c38ff1305} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15426 | 2024.09.01 21:07:10.887209 [ 3 ] {45b8dcaf-0a9a-4366-afbd-269c38ff1305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15427 | 2024.09.01 21:07:10.888044 [ 3 ] {45b8dcaf-0a9a-4366-afbd-269c38ff1305} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15428 | 2024.09.01 21:07:10.888988 [ 3 ] {45b8dcaf-0a9a-4366-afbd-269c38ff1305} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15429 | 2024.09.01 21:07:10.889228 [ 143 ] {} <Debug> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
15430 | 2024.09.01 21:07:10.889253 [ 3 ] {45b8dcaf-0a9a-4366-afbd-269c38ff1305} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004552 sec., 1318.1019332161688 rows/sec., 68.87 KiB/sec. | ||
15431 | 2024.09.01 21:07:10.889306 [ 143 ] {} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15432 | 2024.09.01 21:07:10.889378 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15433 | 2024.09.01 21:07:10.889755 [ 3 ] {45b8dcaf-0a9a-4366-afbd-269c38ff1305} <Debug> DynamicQueryHandler: Done processing query | ||
15434 | 2024.09.01 21:07:10.889847 [ 3 ] {45b8dcaf-0a9a-4366-afbd-269c38ff1305} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15435 | 2024.09.01 21:07:10.889933 [ 3 ] {} <Debug> HTTP-Session: 4eaad728-0e89-49f2-b0b9-4ad178073051 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15436 | 2024.09.01 21:07:10.890266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15437 | 2024.09.01 21:07:10.890458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15438 | 2024.09.01 21:07:10.890531 [ 3 ] {} <Debug> HTTP-Session: 5cd14889-77a1-4ae0-9aa4-fdcf21553989 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15439 | 2024.09.01 21:07:10.890607 [ 3 ] {} <Debug> HTTP-Session: 5cd14889-77a1-4ae0-9aa4-fdcf21553989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15440 | 2024.09.01 21:07:10.890683 [ 3 ] {} <Debug> HTTP-Session: 5cd14889-77a1-4ae0-9aa4-fdcf21553989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15441 | 2024.09.01 21:07:10.890702 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1998 rows, containing 5 columns (5 merged, 0 gathered) in 0.007255848 sec., 275364.0925223351 rows/sec., 21.11 MiB/sec. | ||
15442 | 2024.09.01 21:07:10.890810 [ 3 ] {} <Trace> HTTP-Session: 5cd14889-77a1-4ae0-9aa4-fdcf21553989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15443 | 2024.09.01 21:07:10.890831 [ 186 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::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 | ||
15444 | 2024.09.01 21:07:10.891112 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15445 | 2024.09.01 21:07:10.891274 [ 3 ] {92c722c3-4793-4ffd-a24d-a13dfd6f137d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15446 | 2024.09.01 21:07:10.891320 [ 186 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15447 | 2024.09.01 21:07:10.891455 [ 3 ] {92c722c3-4793-4ffd-a24d-a13dfd6f137d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15448 | 2024.09.01 21:07:10.891465 [ 186 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
15449 | 2024.09.01 21:07:10.892048 [ 186 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
15450 | 2024.09.01 21:07:10.892879 [ 186 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
15451 | 2024.09.01 21:07:10.892873 [ 3 ] {92c722c3-4793-4ffd-a24d-a13dfd6f137d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15452 | 2024.09.01 21:07:10.893325 [ 186 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
15453 | 2024.09.01 21:07:10.893705 [ 186 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
15454 | 2024.09.01 21:07:10.894094 [ 186 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
15455 | 2024.09.01 21:07:10.894687 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_86_17} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15456 | 2024.09.01 21:07:10.895071 [ 3 ] {92c722c3-4793-4ffd-a24d-a13dfd6f137d} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15457 | 2024.09.01 21:07:10.895084 [ 197 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_86_17} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15458 | 2024.09.01 21:07:10.895151 [ 3 ] {92c722c3-4793-4ffd-a24d-a13dfd6f137d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15459 | 2024.09.01 21:07:10.895454 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
15460 | 2024.09.01 21:07:10.896381 [ 3 ] {92c722c3-4793-4ffd-a24d-a13dfd6f137d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15461 | 2024.09.01 21:07:10.897359 [ 190 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.007628133 sec., 28316.234129635654 rows/sec., 1.44 MiB/sec. | ||
15462 | 2024.09.01 21:07:10.897430 [ 3 ] {92c722c3-4793-4ffd-a24d-a13dfd6f137d} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15463 | 2024.09.01 21:07:10.897618 [ 190 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
15464 | 2024.09.01 21:07:10.897719 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15465 | 2024.09.01 21:07:10.897764 [ 3 ] {92c722c3-4793-4ffd-a24d-a13dfd6f137d} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.006747 sec., 35274.93700904105 rows/sec., 2.36 MiB/sec. | ||
15466 | 2024.09.01 21:07:10.897803 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15467 | 2024.09.01 21:07:10.897897 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15468 | 2024.09.01 21:07:10.898496 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
15469 | 2024.09.01 21:07:10.898542 [ 3 ] {92c722c3-4793-4ffd-a24d-a13dfd6f137d} <Debug> DynamicQueryHandler: Done processing query | ||
15470 | 2024.09.01 21:07:10.898663 [ 3 ] {92c722c3-4793-4ffd-a24d-a13dfd6f137d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
15471 | 2024.09.01 21:07:10.898795 [ 3 ] {} <Debug> HTTP-Session: 5cd14889-77a1-4ae0-9aa4-fdcf21553989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15472 | 2024.09.01 21:07:10.899228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15473 | 2024.09.01 21:07:10.899479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15474 | 2024.09.01 21:07:10.899562 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15475 | 2024.09.01 21:07:10.899608 [ 3 ] {} <Debug> HTTP-Session: c145facc-e0ee-401e-8eef-b83cf9210856 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15476 | 2024.09.01 21:07:10.899752 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22616 rows starting from the beginning of the part | ||
15477 | 2024.09.01 21:07:10.899743 [ 3 ] {} <Debug> HTTP-Session: c145facc-e0ee-401e-8eef-b83cf9210856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15478 | 2024.09.01 21:07:10.899862 [ 3 ] {} <Debug> HTTP-Session: c145facc-e0ee-401e-8eef-b83cf9210856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15479 | 2024.09.01 21:07:10.900094 [ 3 ] {} <Trace> HTTP-Session: c145facc-e0ee-401e-8eef-b83cf9210856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15480 | 2024.09.01 21:07:10.900314 [ 188 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_36_7} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15481 | 2024.09.01 21:07:10.900418 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 12 rows starting from the beginning of the part | ||
15482 | 2024.09.01 21:07:10.900819 [ 3 ] {d5b6dfd5-dba3-4aa5-8b0d-724c04c0540a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15483 | 2024.09.01 21:07:10.901146 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
15484 | 2024.09.01 21:07:10.901199 [ 3 ] {d5b6dfd5-dba3-4aa5-8b0d-724c04c0540a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15485 | 2024.09.01 21:07:10.901330 [ 188 ] {657c5108-26fd-4910-ae35-5fbde01d0e60::all_1_36_7} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
15486 | 2024.09.01 21:07:10.901877 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 237 rows starting from the beginning of the part | ||
15487 | 2024.09.01 21:07:10.901914 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
15488 | 2024.09.01 21:07:10.902750 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 161 rows starting from the beginning of the part | ||
15489 | 2024.09.01 21:07:10.903120 [ 198 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 238 rows starting from the beginning of the part | ||
15490 | 2024.09.01 21:07:10.903478 [ 3 ] {d5b6dfd5-dba3-4aa5-8b0d-724c04c0540a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15491 | 2024.09.01 21:07:10.904293 [ 3 ] {d5b6dfd5-dba3-4aa5-8b0d-724c04c0540a} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15492 | 2024.09.01 21:07:10.904353 [ 3 ] {d5b6dfd5-dba3-4aa5-8b0d-724c04c0540a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15493 | 2024.09.01 21:07:10.904819 [ 3 ] {d5b6dfd5-dba3-4aa5-8b0d-724c04c0540a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15494 | 2024.09.01 21:07:10.905353 [ 3 ] {d5b6dfd5-dba3-4aa5-8b0d-724c04c0540a} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15495 | 2024.09.01 21:07:10.905728 [ 3 ] {d5b6dfd5-dba3-4aa5-8b0d-724c04c0540a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005264 sec., 189.9696048632219 rows/sec., 12.80 KiB/sec. | ||
15496 | 2024.09.01 21:07:10.906134 [ 3 ] {d5b6dfd5-dba3-4aa5-8b0d-724c04c0540a} <Debug> DynamicQueryHandler: Done processing query | ||
15497 | 2024.09.01 21:07:10.906178 [ 3 ] {d5b6dfd5-dba3-4aa5-8b0d-724c04c0540a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15498 | 2024.09.01 21:07:10.906232 [ 3 ] {} <Debug> HTTP-Session: c145facc-e0ee-401e-8eef-b83cf9210856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15499 | 2024.09.01 21:07:10.906423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 80025, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15500 | 2024.09.01 21:07:10.906486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15501 | 2024.09.01 21:07:10.906508 [ 3 ] {} <Debug> HTTP-Session: 6b7799fa-13c8-4835-8e58-e4e38472b7fb Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15502 | 2024.09.01 21:07:10.906526 [ 3 ] {} <Debug> HTTP-Session: 6b7799fa-13c8-4835-8e58-e4e38472b7fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15503 | 2024.09.01 21:07:10.906541 [ 3 ] {} <Debug> HTTP-Session: 6b7799fa-13c8-4835-8e58-e4e38472b7fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15504 | 2024.09.01 21:07:10.906577 [ 3 ] {} <Trace> HTTP-Session: 6b7799fa-13c8-4835-8e58-e4e38472b7fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15505 | 2024.09.01 21:07:10.907181 [ 3 ] {7d2c926c-730a-4864-ae32-7937593a787b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15506 | 2024.09.01 21:07:10.907261 [ 3 ] {7d2c926c-730a-4864-ae32-7937593a787b} <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 | ||
15507 | 2024.09.01 21:07:10.908045 [ 3 ] {7d2c926c-730a-4864-ae32-7937593a787b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15508 | 2024.09.01 21:07:10.908952 [ 3 ] {7d2c926c-730a-4864-ae32-7937593a787b} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15509 | 2024.09.01 21:07:10.909043 [ 3 ] {7d2c926c-730a-4864-ae32-7937593a787b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15510 | 2024.09.01 21:07:10.910118 [ 3 ] {7d2c926c-730a-4864-ae32-7937593a787b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15511 | 2024.09.01 21:07:10.910488 [ 190 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 5 columns (5 merged, 0 gathered) in 0.012405727 sec., 1888160.2021388991 rows/sec., 127.26 MiB/sec. | ||
15512 | 2024.09.01 21:07:10.910942 [ 3 ] {7d2c926c-730a-4864-ae32-7937593a787b} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15513 | 2024.09.01 21:07:10.911116 [ 190 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15514 | 2024.09.01 21:07:10.911325 [ 3 ] {7d2c926c-730a-4864-ae32-7937593a787b} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.004601 sec., 10432.514670723756 rows/sec., 18.69 MiB/sec. | ||
15515 | 2024.09.01 21:07:10.912425 [ 3 ] {7d2c926c-730a-4864-ae32-7937593a787b} <Debug> DynamicQueryHandler: Done processing query | ||
15516 | 2024.09.01 21:07:10.912512 [ 3 ] {7d2c926c-730a-4864-ae32-7937593a787b} <Debug> MemoryTracker: Peak memory usage (for query): 4.63 MiB. | ||
15517 | 2024.09.01 21:07:10.912616 [ 3 ] {} <Debug> HTTP-Session: 6b7799fa-13c8-4835-8e58-e4e38472b7fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15518 | 2024.09.01 21:07:10.912913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15519 | 2024.09.01 21:07:10.912981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15520 | 2024.09.01 21:07:10.913011 [ 3 ] {} <Debug> HTTP-Session: 750c6be5-5c0f-47b6-ad65-b4b8b8236fc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15521 | 2024.09.01 21:07:10.913045 [ 3 ] {} <Debug> HTTP-Session: 750c6be5-5c0f-47b6-ad65-b4b8b8236fc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15522 | 2024.09.01 21:07:10.913071 [ 3 ] {} <Debug> HTTP-Session: 750c6be5-5c0f-47b6-ad65-b4b8b8236fc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15523 | 2024.09.01 21:07:10.913129 [ 3 ] {} <Trace> HTTP-Session: 750c6be5-5c0f-47b6-ad65-b4b8b8236fc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15524 | 2024.09.01 21:07:10.913231 [ 190 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15525 | 2024.09.01 21:07:10.913393 [ 190 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15526 | 2024.09.01 21:07:10.913405 [ 3 ] {7b49fac1-25dc-4f19-b33b-dfcce58860ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15527 | 2024.09.01 21:07:10.913538 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
15528 | 2024.09.01 21:07:10.913552 [ 3 ] {7b49fac1-25dc-4f19-b33b-dfcce58860ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15529 | 2024.09.01 21:07:10.913762 [ 3 ] {7b49fac1-25dc-4f19-b33b-dfcce58860ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15530 | 2024.09.01 21:07:10.914149 [ 3 ] {7b49fac1-25dc-4f19-b33b-dfcce58860ed} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15531 | 2024.09.01 21:07:10.914193 [ 3 ] {7b49fac1-25dc-4f19-b33b-dfcce58860ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15532 | 2024.09.01 21:07:10.914603 [ 3 ] {7b49fac1-25dc-4f19-b33b-dfcce58860ed} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15533 | 2024.09.01 21:07:10.914935 [ 3 ] {7b49fac1-25dc-4f19-b33b-dfcce58860ed} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15534 | 2024.09.01 21:07:10.915093 [ 3 ] {7b49fac1-25dc-4f19-b33b-dfcce58860ed} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00182 sec., 45054.945054945056 rows/sec., 2.86 MiB/sec. | ||
15535 | 2024.09.01 21:07:10.915105 [ 130 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15536 | 2024.09.01 21:07:10.915171 [ 130 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15537 | 2024.09.01 21:07:10.915225 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15538 | 2024.09.01 21:07:10.915390 [ 3 ] {7b49fac1-25dc-4f19-b33b-dfcce58860ed} <Debug> DynamicQueryHandler: Done processing query | ||
15539 | 2024.09.01 21:07:10.915467 [ 3 ] {7b49fac1-25dc-4f19-b33b-dfcce58860ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15540 | 2024.09.01 21:07:10.915510 [ 3 ] {} <Debug> HTTP-Session: 750c6be5-5c0f-47b6-ad65-b4b8b8236fc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15541 | 2024.09.01 21:07:10.915524 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
15542 | 2024.09.01 21:07:10.916078 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15543 | 2024.09.01 21:07:10.916189 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4216 rows starting from the beginning of the part | ||
15544 | 2024.09.01 21:07:10.916445 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 6 rows starting from the beginning of the part | ||
15545 | 2024.09.01 21:07:10.916526 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
15546 | 2024.09.01 21:07:10.916718 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
15547 | 2024.09.01 21:07:10.916987 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
15548 | 2024.09.01 21:07:10.917069 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part | ||
15549 | 2024.09.01 21:07:10.918918 [ 189 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4506 rows, containing 4 columns (4 merged, 0 gathered) in 0.003602888 sec., 1250663.3567293794 rows/sec., 81.50 MiB/sec. | ||
15550 | 2024.09.01 21:07:10.919267 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15551 | 2024.09.01 21:07:10.919625 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_86_17} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15552 | 2024.09.01 21:07:10.919698 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_86_17} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15553 | 2024.09.01 21:07:10.919767 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
15554 | 2024.09.01 21:07:15.854332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1521, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15555 | 2024.09.01 21:07:15.854462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15556 | 2024.09.01 21:07:15.854488 [ 3 ] {} <Debug> HTTP-Session: f289e286-9165-4adf-bae9-9800c8fbec5a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15557 | 2024.09.01 21:07:15.854514 [ 3 ] {} <Debug> HTTP-Session: f289e286-9165-4adf-bae9-9800c8fbec5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15558 | 2024.09.01 21:07:15.854529 [ 3 ] {} <Debug> HTTP-Session: f289e286-9165-4adf-bae9-9800c8fbec5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15559 | 2024.09.01 21:07:15.854578 [ 3 ] {} <Trace> HTTP-Session: f289e286-9165-4adf-bae9-9800c8fbec5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15560 | 2024.09.01 21:07:15.854836 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) 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) | ||
15561 | 2024.09.01 21:07:15.855249 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15562 | 2024.09.01 21:07:15.855303 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <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 | ||
15563 | 2024.09.01 21:07:15.855683 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15564 | 2024.09.01 21:07:15.855760 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15565 | 2024.09.01 21:07:15.855933 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
15566 | 2024.09.01 21:07:15.856029 [ 250 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
15567 | 2024.09.01 21:07:15.856069 [ 263 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps | ||
15568 | 2024.09.01 21:07:15.856180 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (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 | ||
15569 | 2024.09.01 21:07:15.856208 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15570 | 2024.09.01 21:07:15.856300 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
15571 | 2024.09.01 21:07:15.856322 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Debug> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c) (SelectExecutor): Reading approx. 42 rows with 2 streams | ||
15572 | 2024.09.01 21:07:15.856365 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <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'))" | ||
15573 | 2024.09.01 21:07:15.856410 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <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'))" | ||
15574 | 2024.09.01 21:07:15.857896 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003181 sec., 13203.39515875511 rows/sec., 503.78 KiB/sec. | ||
15575 | 2024.09.01 21:07:15.858214 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Debug> DynamicQueryHandler: Done processing query | ||
15576 | 2024.09.01 21:07:15.858239 [ 3 ] {e69a2a13-86a8-48ad-bc82-2abc5a1798e1} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
15577 | 2024.09.01 21:07:15.858256 [ 3 ] {} <Debug> HTTP-Session: f289e286-9165-4adf-bae9-9800c8fbec5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15578 | 2024.09.01 21:07:15.862366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15579 | 2024.09.01 21:07:15.862430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15580 | 2024.09.01 21:07:15.862454 [ 3 ] {} <Debug> HTTP-Session: bfd480e2-e753-42d2-a7dc-8e70aab67b0f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15581 | 2024.09.01 21:07:15.862474 [ 3 ] {} <Debug> HTTP-Session: bfd480e2-e753-42d2-a7dc-8e70aab67b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15582 | 2024.09.01 21:07:15.862491 [ 3 ] {} <Debug> HTTP-Session: bfd480e2-e753-42d2-a7dc-8e70aab67b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15583 | 2024.09.01 21:07:15.862529 [ 3 ] {} <Trace> HTTP-Session: bfd480e2-e753-42d2-a7dc-8e70aab67b0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15584 | 2024.09.01 21:07:15.862658 [ 3 ] {e00c77fa-538a-4d04-991b-4ef8b36ac508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
15585 | 2024.09.01 21:07:15.862713 [ 3 ] {e00c77fa-538a-4d04-991b-4ef8b36ac508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15586 | 2024.09.01 21:07:15.862916 [ 3 ] {e00c77fa-538a-4d04-991b-4ef8b36ac508} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15587 | 2024.09.01 21:07:15.863278 [ 3 ] {e00c77fa-538a-4d04-991b-4ef8b36ac508} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15588 | 2024.09.01 21:07:15.863326 [ 3 ] {e00c77fa-538a-4d04-991b-4ef8b36ac508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15589 | 2024.09.01 21:07:15.863857 [ 3 ] {e00c77fa-538a-4d04-991b-4ef8b36ac508} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
15590 | 2024.09.01 21:07:15.864165 [ 3 ] {e00c77fa-538a-4d04-991b-4ef8b36ac508} <Trace> oximeter.timeseries_schema (27fcdc54-a352-4fbc-a6ac-56af4a69e08c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15591 | 2024.09.01 21:07:15.864336 [ 3 ] {e00c77fa-538a-4d04-991b-4ef8b36ac508} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001713 sec., 583.7711617046118 rows/sec., 162.48 KiB/sec. | ||
15592 | 2024.09.01 21:07:15.864642 [ 3 ] {e00c77fa-538a-4d04-991b-4ef8b36ac508} <Debug> DynamicQueryHandler: Done processing query | ||
15593 | 2024.09.01 21:07:15.864666 [ 3 ] {e00c77fa-538a-4d04-991b-4ef8b36ac508} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15594 | 2024.09.01 21:07:15.864681 [ 3 ] {} <Debug> HTTP-Session: bfd480e2-e753-42d2-a7dc-8e70aab67b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15595 | 2024.09.01 21:07:15.864836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15596 | 2024.09.01 21:07:15.864882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15597 | 2024.09.01 21:07:15.864901 [ 3 ] {} <Debug> HTTP-Session: 8b44f029-db7f-4261-acab-5c5aa54756e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15598 | 2024.09.01 21:07:15.864918 [ 3 ] {} <Debug> HTTP-Session: 8b44f029-db7f-4261-acab-5c5aa54756e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15599 | 2024.09.01 21:07:15.864932 [ 3 ] {} <Debug> HTTP-Session: 8b44f029-db7f-4261-acab-5c5aa54756e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15600 | 2024.09.01 21:07:15.864961 [ 3 ] {} <Trace> HTTP-Session: 8b44f029-db7f-4261-acab-5c5aa54756e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15601 | 2024.09.01 21:07:15.865056 [ 3 ] {d5657215-b7f2-4f10-9165-7b73b16e5639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15602 | 2024.09.01 21:07:15.865100 [ 3 ] {d5657215-b7f2-4f10-9165-7b73b16e5639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15603 | 2024.09.01 21:07:15.865351 [ 3 ] {d5657215-b7f2-4f10-9165-7b73b16e5639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15604 | 2024.09.01 21:07:15.865669 [ 3 ] {d5657215-b7f2-4f10-9165-7b73b16e5639} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15605 | 2024.09.01 21:07:15.865704 [ 3 ] {d5657215-b7f2-4f10-9165-7b73b16e5639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15606 | 2024.09.01 21:07:15.866043 [ 3 ] {d5657215-b7f2-4f10-9165-7b73b16e5639} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
15607 | 2024.09.01 21:07:15.866402 [ 3 ] {d5657215-b7f2-4f10-9165-7b73b16e5639} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15608 | 2024.09.01 21:07:15.866558 [ 51 ] {} <Debug> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
15609 | 2024.09.01 21:07:15.866566 [ 3 ] {d5657215-b7f2-4f10-9165-7b73b16e5639} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001523 sec., 1313.1976362442547 rows/sec., 97.46 KiB/sec. | ||
15610 | 2024.09.01 21:07:15.866621 [ 51 ] {} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15611 | 2024.09.01 21:07:15.866691 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15612 | 2024.09.01 21:07:15.866945 [ 3 ] {d5657215-b7f2-4f10-9165-7b73b16e5639} <Debug> DynamicQueryHandler: Done processing query | ||
15613 | 2024.09.01 21:07:15.867022 [ 3 ] {d5657215-b7f2-4f10-9165-7b73b16e5639} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15614 | 2024.09.01 21:07:15.867048 [ 199 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
15615 | 2024.09.01 21:07:15.867060 [ 3 ] {} <Debug> HTTP-Session: 8b44f029-db7f-4261-acab-5c5aa54756e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15616 | 2024.09.01 21:07:15.867425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15617 | 2024.09.01 21:07:15.867593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15618 | 2024.09.01 21:07:15.867691 [ 3 ] {} <Debug> HTTP-Session: f8ddef93-1023-4f56-acb9-ed21687448f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15619 | 2024.09.01 21:07:15.867772 [ 3 ] {} <Debug> HTTP-Session: f8ddef93-1023-4f56-acb9-ed21687448f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15620 | 2024.09.01 21:07:15.867800 [ 199 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15621 | 2024.09.01 21:07:15.867823 [ 3 ] {} <Debug> HTTP-Session: f8ddef93-1023-4f56-acb9-ed21687448f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15622 | 2024.09.01 21:07:15.867909 [ 199 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
15623 | 2024.09.01 21:07:15.867940 [ 3 ] {} <Trace> HTTP-Session: f8ddef93-1023-4f56-acb9-ed21687448f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15624 | 2024.09.01 21:07:15.868076 [ 199 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part | ||
15625 | 2024.09.01 21:07:15.868263 [ 3 ] {41dac7ef-9c83-4f4e-bc67-5e93cf043d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15626 | 2024.09.01 21:07:15.868399 [ 199 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
15627 | 2024.09.01 21:07:15.868426 [ 3 ] {41dac7ef-9c83-4f4e-bc67-5e93cf043d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15628 | 2024.09.01 21:07:15.868875 [ 199 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
15629 | 2024.09.01 21:07:15.869226 [ 199 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
15630 | 2024.09.01 21:07:15.869537 [ 199 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
15631 | 2024.09.01 21:07:15.870342 [ 3 ] {41dac7ef-9c83-4f4e-bc67-5e93cf043d6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15632 | 2024.09.01 21:07:15.871214 [ 3 ] {41dac7ef-9c83-4f4e-bc67-5e93cf043d6d} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15633 | 2024.09.01 21:07:15.871283 [ 3 ] {41dac7ef-9c83-4f4e-bc67-5e93cf043d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15634 | 2024.09.01 21:07:15.872307 [ 3 ] {41dac7ef-9c83-4f4e-bc67-5e93cf043d6d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15635 | 2024.09.01 21:07:15.872365 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.005569225 sec., 6464.0950940211615 rows/sec., 549.72 KiB/sec. | ||
15636 | 2024.09.01 21:07:15.872643 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
15637 | 2024.09.01 21:07:15.873065 [ 3 ] {41dac7ef-9c83-4f4e-bc67-5e93cf043d6d} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15638 | 2024.09.01 21:07:15.873533 [ 3 ] {41dac7ef-9c83-4f4e-bc67-5e93cf043d6d} <Debug> executeQuery: Read 64 rows, 5.03 KiB in 0.005432 sec., 11782.032400589102 rows/sec., 925.68 KiB/sec. | ||
15639 | 2024.09.01 21:07:15.873815 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_30_6} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15640 | 2024.09.01 21:07:15.873930 [ 3 ] {41dac7ef-9c83-4f4e-bc67-5e93cf043d6d} <Debug> DynamicQueryHandler: Done processing query | ||
15641 | 2024.09.01 21:07:15.873962 [ 3 ] {41dac7ef-9c83-4f4e-bc67-5e93cf043d6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15642 | 2024.09.01 21:07:15.873975 [ 189 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_30_6} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
15643 | 2024.09.01 21:07:15.873993 [ 3 ] {} <Debug> HTTP-Session: f8ddef93-1023-4f56-acb9-ed21687448f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15644 | 2024.09.01 21:07:15.874141 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
15645 | 2024.09.01 21:07:15.874157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15646 | 2024.09.01 21:07:15.874228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15647 | 2024.09.01 21:07:15.874248 [ 3 ] {} <Debug> HTTP-Session: 0bd098de-293b-458c-a178-ef6e10e6581e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15648 | 2024.09.01 21:07:15.874265 [ 3 ] {} <Debug> HTTP-Session: 0bd098de-293b-458c-a178-ef6e10e6581e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15649 | 2024.09.01 21:07:15.874279 [ 3 ] {} <Debug> HTTP-Session: 0bd098de-293b-458c-a178-ef6e10e6581e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15650 | 2024.09.01 21:07:15.874311 [ 3 ] {} <Trace> HTTP-Session: 0bd098de-293b-458c-a178-ef6e10e6581e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15651 | 2024.09.01 21:07:15.874417 [ 3 ] {e8bd418d-941d-4b6a-b175-3784f45b5d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15652 | 2024.09.01 21:07:15.874461 [ 3 ] {e8bd418d-941d-4b6a-b175-3784f45b5d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15653 | 2024.09.01 21:07:15.874713 [ 3 ] {e8bd418d-941d-4b6a-b175-3784f45b5d6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15654 | 2024.09.01 21:07:15.875068 [ 3 ] {e8bd418d-941d-4b6a-b175-3784f45b5d6e} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15655 | 2024.09.01 21:07:15.875104 [ 3 ] {e8bd418d-941d-4b6a-b175-3784f45b5d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15656 | 2024.09.01 21:07:15.875473 [ 3 ] {e8bd418d-941d-4b6a-b175-3784f45b5d6e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15657 | 2024.09.01 21:07:15.875835 [ 3 ] {e8bd418d-941d-4b6a-b175-3784f45b5d6e} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15658 | 2024.09.01 21:07:15.875991 [ 3 ] {e8bd418d-941d-4b6a-b175-3784f45b5d6e} <Debug> executeQuery: Read 4 rows, 282.00 B in 0.001593 sec., 2510.9855618330193 rows/sec., 172.88 KiB/sec. | ||
15659 | 2024.09.01 21:07:15.876265 [ 3 ] {e8bd418d-941d-4b6a-b175-3784f45b5d6e} <Debug> DynamicQueryHandler: Done processing query | ||
15660 | 2024.09.01 21:07:15.876327 [ 3 ] {e8bd418d-941d-4b6a-b175-3784f45b5d6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15661 | 2024.09.01 21:07:15.876389 [ 3 ] {} <Debug> HTTP-Session: 0bd098de-293b-458c-a178-ef6e10e6581e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15662 | 2024.09.01 21:07:15.876560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 13436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15663 | 2024.09.01 21:07:15.876613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15664 | 2024.09.01 21:07:15.876632 [ 3 ] {} <Debug> HTTP-Session: 2d315a12-c77f-4dc0-b58b-f36c77eba20e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15665 | 2024.09.01 21:07:15.876649 [ 3 ] {} <Debug> HTTP-Session: 2d315a12-c77f-4dc0-b58b-f36c77eba20e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15666 | 2024.09.01 21:07:15.876663 [ 3 ] {} <Debug> HTTP-Session: 2d315a12-c77f-4dc0-b58b-f36c77eba20e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15667 | 2024.09.01 21:07:15.876694 [ 3 ] {} <Trace> HTTP-Session: 2d315a12-c77f-4dc0-b58b-f36c77eba20e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15668 | 2024.09.01 21:07:15.876825 [ 3 ] {19d64a9e-3f31-40ab-b547-26aae8db97a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15669 | 2024.09.01 21:07:15.876869 [ 3 ] {19d64a9e-3f31-40ab-b547-26aae8db97a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15670 | 2024.09.01 21:07:15.877111 [ 3 ] {19d64a9e-3f31-40ab-b547-26aae8db97a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15671 | 2024.09.01 21:07:15.877486 [ 3 ] {19d64a9e-3f31-40ab-b547-26aae8db97a1} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15672 | 2024.09.01 21:07:15.877523 [ 3 ] {19d64a9e-3f31-40ab-b547-26aae8db97a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15673 | 2024.09.01 21:07:15.877873 [ 3 ] {19d64a9e-3f31-40ab-b547-26aae8db97a1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15674 | 2024.09.01 21:07:15.878239 [ 3 ] {19d64a9e-3f31-40ab-b547-26aae8db97a1} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15675 | 2024.09.01 21:07:15.878393 [ 3 ] {19d64a9e-3f31-40ab-b547-26aae8db97a1} <Debug> executeQuery: Read 80 rows, 6.26 KiB in 0.001613 sec., 49597.02417854928 rows/sec., 3.79 MiB/sec. | ||
15676 | 2024.09.01 21:07:15.878655 [ 3 ] {19d64a9e-3f31-40ab-b547-26aae8db97a1} <Debug> DynamicQueryHandler: Done processing query | ||
15677 | 2024.09.01 21:07:15.878725 [ 3 ] {19d64a9e-3f31-40ab-b547-26aae8db97a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15678 | 2024.09.01 21:07:15.878779 [ 3 ] {} <Debug> HTTP-Session: 2d315a12-c77f-4dc0-b58b-f36c77eba20e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15679 | 2024.09.01 21:07:15.878994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15680 | 2024.09.01 21:07:15.879049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15681 | 2024.09.01 21:07:15.879069 [ 3 ] {} <Debug> HTTP-Session: 46367aa9-6a98-4561-a467-ddcc53985a51 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15682 | 2024.09.01 21:07:15.879085 [ 3 ] {} <Debug> HTTP-Session: 46367aa9-6a98-4561-a467-ddcc53985a51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15683 | 2024.09.01 21:07:15.879099 [ 3 ] {} <Debug> HTTP-Session: 46367aa9-6a98-4561-a467-ddcc53985a51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15684 | 2024.09.01 21:07:15.879130 [ 3 ] {} <Trace> HTTP-Session: 46367aa9-6a98-4561-a467-ddcc53985a51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15685 | 2024.09.01 21:07:15.879291 [ 3 ] {b03d4e4c-8fb8-4128-9706-4811100f9cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15686 | 2024.09.01 21:07:15.879340 [ 3 ] {b03d4e4c-8fb8-4128-9706-4811100f9cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15687 | 2024.09.01 21:07:15.879500 [ 3 ] {b03d4e4c-8fb8-4128-9706-4811100f9cfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15688 | 2024.09.01 21:07:15.879904 [ 3 ] {b03d4e4c-8fb8-4128-9706-4811100f9cfe} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15689 | 2024.09.01 21:07:15.879939 [ 3 ] {b03d4e4c-8fb8-4128-9706-4811100f9cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15690 | 2024.09.01 21:07:15.880325 [ 3 ] {b03d4e4c-8fb8-4128-9706-4811100f9cfe} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15691 | 2024.09.01 21:07:15.880686 [ 3 ] {b03d4e4c-8fb8-4128-9706-4811100f9cfe} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15692 | 2024.09.01 21:07:15.880837 [ 3 ] {b03d4e4c-8fb8-4128-9706-4811100f9cfe} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.001615 sec., 100309.59752321983 rows/sec., 6.97 MiB/sec. | ||
15693 | 2024.09.01 21:07:15.881085 [ 3 ] {b03d4e4c-8fb8-4128-9706-4811100f9cfe} <Debug> DynamicQueryHandler: Done processing query | ||
15694 | 2024.09.01 21:07:15.881149 [ 3 ] {b03d4e4c-8fb8-4128-9706-4811100f9cfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15695 | 2024.09.01 21:07:15.881207 [ 3 ] {} <Debug> HTTP-Session: 46367aa9-6a98-4561-a467-ddcc53985a51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15696 | 2024.09.01 21:07:15.881397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15697 | 2024.09.01 21:07:15.881450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15698 | 2024.09.01 21:07:15.881469 [ 3 ] {} <Debug> HTTP-Session: 6a232990-dfaa-4ad7-a474-5857baef3b90 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15699 | 2024.09.01 21:07:15.881486 [ 3 ] {} <Debug> HTTP-Session: 6a232990-dfaa-4ad7-a474-5857baef3b90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15700 | 2024.09.01 21:07:15.881500 [ 3 ] {} <Debug> HTTP-Session: 6a232990-dfaa-4ad7-a474-5857baef3b90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15701 | 2024.09.01 21:07:15.881532 [ 3 ] {} <Trace> HTTP-Session: 6a232990-dfaa-4ad7-a474-5857baef3b90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15702 | 2024.09.01 21:07:15.881660 [ 3 ] {02b0d381-667a-4de0-952f-ad5097a51ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15703 | 2024.09.01 21:07:15.881727 [ 3 ] {02b0d381-667a-4de0-952f-ad5097a51ec0} <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 | ||
15704 | 2024.09.01 21:07:15.882164 [ 3 ] {02b0d381-667a-4de0-952f-ad5097a51ec0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15705 | 2024.09.01 21:07:15.882653 [ 3 ] {02b0d381-667a-4de0-952f-ad5097a51ec0} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15706 | 2024.09.01 21:07:15.882688 [ 3 ] {02b0d381-667a-4de0-952f-ad5097a51ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15707 | 2024.09.01 21:07:15.883269 [ 3 ] {02b0d381-667a-4de0-952f-ad5097a51ec0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15708 | 2024.09.01 21:07:15.883681 [ 3 ] {02b0d381-667a-4de0-952f-ad5097a51ec0} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15709 | 2024.09.01 21:07:15.883889 [ 3 ] {02b0d381-667a-4de0-952f-ad5097a51ec0} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002277 sec., 878.348704435661 rows/sec., 1.57 MiB/sec. | ||
15710 | 2024.09.01 21:07:15.884369 [ 3 ] {02b0d381-667a-4de0-952f-ad5097a51ec0} <Debug> DynamicQueryHandler: Done processing query | ||
15711 | 2024.09.01 21:07:15.884429 [ 3 ] {02b0d381-667a-4de0-952f-ad5097a51ec0} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15712 | 2024.09.01 21:07:15.884490 [ 3 ] {} <Debug> HTTP-Session: 6a232990-dfaa-4ad7-a474-5857baef3b90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15713 | 2024.09.01 21:07:15.884646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15714 | 2024.09.01 21:07:15.884700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15715 | 2024.09.01 21:07:15.884719 [ 3 ] {} <Debug> HTTP-Session: 437a8785-e04c-4b76-8bd7-0190fb60770e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15716 | 2024.09.01 21:07:15.884737 [ 3 ] {} <Debug> HTTP-Session: 437a8785-e04c-4b76-8bd7-0190fb60770e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15717 | 2024.09.01 21:07:15.884751 [ 3 ] {} <Debug> HTTP-Session: 437a8785-e04c-4b76-8bd7-0190fb60770e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15718 | 2024.09.01 21:07:15.884783 [ 3 ] {} <Trace> HTTP-Session: 437a8785-e04c-4b76-8bd7-0190fb60770e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15719 | 2024.09.01 21:07:15.884908 [ 3 ] {a7ef3ac0-f110-4667-811c-479bce1bd389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15720 | 2024.09.01 21:07:15.884956 [ 3 ] {a7ef3ac0-f110-4667-811c-479bce1bd389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15721 | 2024.09.01 21:07:15.885101 [ 3 ] {a7ef3ac0-f110-4667-811c-479bce1bd389} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15722 | 2024.09.01 21:07:15.885413 [ 3 ] {a7ef3ac0-f110-4667-811c-479bce1bd389} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15723 | 2024.09.01 21:07:15.885449 [ 3 ] {a7ef3ac0-f110-4667-811c-479bce1bd389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
15724 | 2024.09.01 21:07:15.885801 [ 3 ] {a7ef3ac0-f110-4667-811c-479bce1bd389} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15725 | 2024.09.01 21:07:15.886126 [ 3 ] {a7ef3ac0-f110-4667-811c-479bce1bd389} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15726 | 2024.09.01 21:07:15.886271 [ 3 ] {a7ef3ac0-f110-4667-811c-479bce1bd389} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
15727 | 2024.09.01 21:07:15.886521 [ 3 ] {a7ef3ac0-f110-4667-811c-479bce1bd389} <Debug> DynamicQueryHandler: Done processing query | ||
15728 | 2024.09.01 21:07:15.886583 [ 3 ] {a7ef3ac0-f110-4667-811c-479bce1bd389} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15729 | 2024.09.01 21:07:15.886652 [ 3 ] {} <Debug> HTTP-Session: 437a8785-e04c-4b76-8bd7-0190fb60770e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15730 | 2024.09.01 21:07:20.012163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15731 | 2024.09.01 21:07:20.012336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15732 | 2024.09.01 21:07:20.012371 [ 3 ] {} <Debug> HTTP-Session: 638b81b5-6058-40d8-93ca-7482c7b4c1cd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15733 | 2024.09.01 21:07:20.012401 [ 3 ] {} <Debug> HTTP-Session: 638b81b5-6058-40d8-93ca-7482c7b4c1cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15734 | 2024.09.01 21:07:20.012422 [ 3 ] {} <Debug> HTTP-Session: 638b81b5-6058-40d8-93ca-7482c7b4c1cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15735 | 2024.09.01 21:07:20.012481 [ 3 ] {} <Trace> HTTP-Session: 638b81b5-6058-40d8-93ca-7482c7b4c1cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15736 | 2024.09.01 21:07:20.012675 [ 3 ] {2eb57bb1-b51f-4d0e-adc8-f395aba5baba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15737 | 2024.09.01 21:07:20.012744 [ 3 ] {2eb57bb1-b51f-4d0e-adc8-f395aba5baba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15738 | 2024.09.01 21:07:20.013088 [ 3 ] {2eb57bb1-b51f-4d0e-adc8-f395aba5baba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15739 | 2024.09.01 21:07:20.013576 [ 3 ] {2eb57bb1-b51f-4d0e-adc8-f395aba5baba} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15740 | 2024.09.01 21:07:20.013643 [ 3 ] {2eb57bb1-b51f-4d0e-adc8-f395aba5baba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15741 | 2024.09.01 21:07:20.014074 [ 3 ] {2eb57bb1-b51f-4d0e-adc8-f395aba5baba} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
15742 | 2024.09.01 21:07:20.014508 [ 3 ] {2eb57bb1-b51f-4d0e-adc8-f395aba5baba} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15743 | 2024.09.01 21:07:20.014666 [ 3 ] {2eb57bb1-b51f-4d0e-adc8-f395aba5baba} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002046 sec., 977.5171065493646 rows/sec., 79.71 KiB/sec. | ||
15744 | 2024.09.01 21:07:20.014863 [ 3 ] {2eb57bb1-b51f-4d0e-adc8-f395aba5baba} <Debug> DynamicQueryHandler: Done processing query | ||
15745 | 2024.09.01 21:07:20.014890 [ 3 ] {2eb57bb1-b51f-4d0e-adc8-f395aba5baba} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15746 | 2024.09.01 21:07:20.014908 [ 3 ] {} <Debug> HTTP-Session: 638b81b5-6058-40d8-93ca-7482c7b4c1cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15747 | 2024.09.01 21:07:20.015164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 196031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15748 | 2024.09.01 21:07:20.015221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15749 | 2024.09.01 21:07:20.015242 [ 3 ] {} <Debug> HTTP-Session: baa647d2-61e1-4ab2-bb67-2503e7c2b85b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15750 | 2024.09.01 21:07:20.015261 [ 3 ] {} <Debug> HTTP-Session: baa647d2-61e1-4ab2-bb67-2503e7c2b85b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15751 | 2024.09.01 21:07:20.015277 [ 3 ] {} <Debug> HTTP-Session: baa647d2-61e1-4ab2-bb67-2503e7c2b85b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15752 | 2024.09.01 21:07:20.015310 [ 3 ] {} <Trace> HTTP-Session: baa647d2-61e1-4ab2-bb67-2503e7c2b85b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15753 | 2024.09.01 21:07:20.015781 [ 3 ] {da0a2b19-9741-4920-a2dc-af05a98fe7c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15754 | 2024.09.01 21:07:20.015826 [ 3 ] {da0a2b19-9741-4920-a2dc-af05a98fe7c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15755 | 2024.09.01 21:07:20.016052 [ 3 ] {da0a2b19-9741-4920-a2dc-af05a98fe7c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15756 | 2024.09.01 21:07:20.017342 [ 3 ] {da0a2b19-9741-4920-a2dc-af05a98fe7c2} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15757 | 2024.09.01 21:07:20.017383 [ 3 ] {da0a2b19-9741-4920-a2dc-af05a98fe7c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15758 | 2024.09.01 21:07:20.017844 [ 3 ] {da0a2b19-9741-4920-a2dc-af05a98fe7c2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15759 | 2024.09.01 21:07:20.018227 [ 3 ] {da0a2b19-9741-4920-a2dc-af05a98fe7c2} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15760 | 2024.09.01 21:07:20.018359 [ 3 ] {da0a2b19-9741-4920-a2dc-af05a98fe7c2} <Debug> executeQuery: Read 1346 rows, 114.64 KiB in 0.002905 sec., 463339.07056798623 rows/sec., 38.54 MiB/sec. | ||
15761 | 2024.09.01 21:07:20.018537 [ 3 ] {da0a2b19-9741-4920-a2dc-af05a98fe7c2} <Debug> DynamicQueryHandler: Done processing query | ||
15762 | 2024.09.01 21:07:20.018564 [ 3 ] {da0a2b19-9741-4920-a2dc-af05a98fe7c2} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
15763 | 2024.09.01 21:07:20.018582 [ 3 ] {} <Debug> HTTP-Session: baa647d2-61e1-4ab2-bb67-2503e7c2b85b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15764 | 2024.09.01 21:07:20.018967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1481, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15765 | 2024.09.01 21:07:20.019016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15766 | 2024.09.01 21:07:20.019038 [ 3 ] {} <Debug> HTTP-Session: e3dcb148-2527-41b0-a33c-3b45c3987715 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15767 | 2024.09.01 21:07:20.019057 [ 3 ] {} <Debug> HTTP-Session: e3dcb148-2527-41b0-a33c-3b45c3987715 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15768 | 2024.09.01 21:07:20.019072 [ 3 ] {} <Debug> HTTP-Session: e3dcb148-2527-41b0-a33c-3b45c3987715 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15769 | 2024.09.01 21:07:20.019103 [ 3 ] {} <Trace> HTTP-Session: e3dcb148-2527-41b0-a33c-3b45c3987715 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15770 | 2024.09.01 21:07:20.019203 [ 3 ] {b2f41233-02d4-46c5-8bbf-2f17654477f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15771 | 2024.09.01 21:07:20.019246 [ 3 ] {b2f41233-02d4-46c5-8bbf-2f17654477f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15772 | 2024.09.01 21:07:20.019477 [ 3 ] {b2f41233-02d4-46c5-8bbf-2f17654477f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15773 | 2024.09.01 21:07:20.019794 [ 3 ] {b2f41233-02d4-46c5-8bbf-2f17654477f2} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15774 | 2024.09.01 21:07:20.019833 [ 3 ] {b2f41233-02d4-46c5-8bbf-2f17654477f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15775 | 2024.09.01 21:07:20.020184 [ 3 ] {b2f41233-02d4-46c5-8bbf-2f17654477f2} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15776 | 2024.09.01 21:07:20.020559 [ 3 ] {b2f41233-02d4-46c5-8bbf-2f17654477f2} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15777 | 2024.09.01 21:07:20.020687 [ 3 ] {b2f41233-02d4-46c5-8bbf-2f17654477f2} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001509 sec., 6626.905235255136 rows/sec., 491.19 KiB/sec. | ||
15778 | 2024.09.01 21:07:20.020959 [ 3 ] {b2f41233-02d4-46c5-8bbf-2f17654477f2} <Debug> DynamicQueryHandler: Done processing query | ||
15779 | 2024.09.01 21:07:20.021029 [ 3 ] {b2f41233-02d4-46c5-8bbf-2f17654477f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15780 | 2024.09.01 21:07:20.021088 [ 3 ] {} <Debug> HTTP-Session: e3dcb148-2527-41b0-a33c-3b45c3987715 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15781 | 2024.09.01 21:07:20.021290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15782 | 2024.09.01 21:07:20.021344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15783 | 2024.09.01 21:07:20.021366 [ 3 ] {} <Debug> HTTP-Session: 580112f1-8cbb-449a-b110-8a2c277596e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15784 | 2024.09.01 21:07:20.021385 [ 3 ] {} <Debug> HTTP-Session: 580112f1-8cbb-449a-b110-8a2c277596e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15785 | 2024.09.01 21:07:20.021403 [ 3 ] {} <Debug> HTTP-Session: 580112f1-8cbb-449a-b110-8a2c277596e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15786 | 2024.09.01 21:07:20.021437 [ 3 ] {} <Trace> HTTP-Session: 580112f1-8cbb-449a-b110-8a2c277596e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15787 | 2024.09.01 21:07:20.021667 [ 3 ] {2b99b557-baaf-41ec-9b46-7202fbe777a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15788 | 2024.09.01 21:07:20.021713 [ 3 ] {2b99b557-baaf-41ec-9b46-7202fbe777a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15789 | 2024.09.01 21:07:20.021959 [ 3 ] {2b99b557-baaf-41ec-9b46-7202fbe777a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15790 | 2024.09.01 21:07:20.022493 [ 3 ] {2b99b557-baaf-41ec-9b46-7202fbe777a1} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15791 | 2024.09.01 21:07:20.022531 [ 3 ] {2b99b557-baaf-41ec-9b46-7202fbe777a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15792 | 2024.09.01 21:07:20.022915 [ 3 ] {2b99b557-baaf-41ec-9b46-7202fbe777a1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15793 | 2024.09.01 21:07:20.023290 [ 3 ] {2b99b557-baaf-41ec-9b46-7202fbe777a1} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15794 | 2024.09.01 21:07:20.023425 [ 3 ] {2b99b557-baaf-41ec-9b46-7202fbe777a1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001906 sec., 126967.47114375656 rows/sec., 8.60 MiB/sec. | ||
15795 | 2024.09.01 21:07:20.023734 [ 3 ] {2b99b557-baaf-41ec-9b46-7202fbe777a1} <Debug> DynamicQueryHandler: Done processing query | ||
15796 | 2024.09.01 21:07:20.023776 [ 3 ] {2b99b557-baaf-41ec-9b46-7202fbe777a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
15797 | 2024.09.01 21:07:20.023792 [ 3 ] {} <Debug> HTTP-Session: 580112f1-8cbb-449a-b110-8a2c277596e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15798 | 2024.09.01 21:07:20.023953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15799 | 2024.09.01 21:07:20.024005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15800 | 2024.09.01 21:07:20.024025 [ 3 ] {} <Debug> HTTP-Session: a25aeaf6-5ff8-4fcd-bf47-87cb5e4b0939 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15801 | 2024.09.01 21:07:20.024044 [ 3 ] {} <Debug> HTTP-Session: a25aeaf6-5ff8-4fcd-bf47-87cb5e4b0939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15802 | 2024.09.01 21:07:20.024059 [ 3 ] {} <Debug> HTTP-Session: a25aeaf6-5ff8-4fcd-bf47-87cb5e4b0939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15803 | 2024.09.01 21:07:20.024091 [ 3 ] {} <Trace> HTTP-Session: a25aeaf6-5ff8-4fcd-bf47-87cb5e4b0939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15804 | 2024.09.01 21:07:20.024194 [ 3 ] {a6f484a0-0cd7-4e72-b4ee-dc526d76bae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15805 | 2024.09.01 21:07:20.024240 [ 3 ] {a6f484a0-0cd7-4e72-b4ee-dc526d76bae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15806 | 2024.09.01 21:07:20.024488 [ 3 ] {a6f484a0-0cd7-4e72-b4ee-dc526d76bae6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15807 | 2024.09.01 21:07:20.024800 [ 3 ] {a6f484a0-0cd7-4e72-b4ee-dc526d76bae6} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15808 | 2024.09.01 21:07:20.024836 [ 3 ] {a6f484a0-0cd7-4e72-b4ee-dc526d76bae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15809 | 2024.09.01 21:07:20.025199 [ 3 ] {a6f484a0-0cd7-4e72-b4ee-dc526d76bae6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15810 | 2024.09.01 21:07:20.025581 [ 3 ] {a6f484a0-0cd7-4e72-b4ee-dc526d76bae6} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15811 | 2024.09.01 21:07:20.025714 [ 48 ] {} <Debug> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
15812 | 2024.09.01 21:07:20.025721 [ 3 ] {a6f484a0-0cd7-4e72-b4ee-dc526d76bae6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001552 sec., 3865.979381443299 rows/sec., 228.41 KiB/sec. | ||
15813 | 2024.09.01 21:07:20.025755 [ 48 ] {} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15814 | 2024.09.01 21:07:20.025793 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15815 | 2024.09.01 21:07:20.025967 [ 3 ] {a6f484a0-0cd7-4e72-b4ee-dc526d76bae6} <Debug> DynamicQueryHandler: Done processing query | ||
15816 | 2024.09.01 21:07:20.025992 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
15817 | 2024.09.01 21:07:20.026006 [ 3 ] {a6f484a0-0cd7-4e72-b4ee-dc526d76bae6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15818 | 2024.09.01 21:07:20.026095 [ 3 ] {} <Debug> HTTP-Session: a25aeaf6-5ff8-4fcd-bf47-87cb5e4b0939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15819 | 2024.09.01 21:07:20.026239 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15820 | 2024.09.01 21:07:20.026292 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
15821 | 2024.09.01 21:07:20.026335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 138442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15822 | 2024.09.01 21:07:20.026493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15823 | 2024.09.01 21:07:20.026537 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
15824 | 2024.09.01 21:07:20.026571 [ 3 ] {} <Debug> HTTP-Session: 363207c9-82fe-499f-baf0-690215c20d52 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15825 | 2024.09.01 21:07:20.026641 [ 3 ] {} <Debug> HTTP-Session: 363207c9-82fe-499f-baf0-690215c20d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15826 | 2024.09.01 21:07:20.026729 [ 3 ] {} <Debug> HTTP-Session: 363207c9-82fe-499f-baf0-690215c20d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15827 | 2024.09.01 21:07:20.026855 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
15828 | 2024.09.01 21:07:20.026891 [ 3 ] {} <Trace> HTTP-Session: 363207c9-82fe-499f-baf0-690215c20d52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15829 | 2024.09.01 21:07:20.027158 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
15830 | 2024.09.01 21:07:20.027357 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::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 | ||
15831 | 2024.09.01 21:07:20.027569 [ 3 ] {5026f4f0-243e-4c76-9049-481a66de7389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15832 | 2024.09.01 21:07:20.027741 [ 3 ] {5026f4f0-243e-4c76-9049-481a66de7389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15833 | 2024.09.01 21:07:20.028633 [ 3 ] {5026f4f0-243e-4c76-9049-481a66de7389} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15834 | 2024.09.01 21:07:20.029473 [ 193 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003581688 sec., 8375.938942755483 rows/sec., 531.68 KiB/sec. | ||
15835 | 2024.09.01 21:07:20.029742 [ 199 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
15836 | 2024.09.01 21:07:20.030040 [ 3 ] {5026f4f0-243e-4c76-9049-481a66de7389} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15837 | 2024.09.01 21:07:20.030131 [ 3 ] {5026f4f0-243e-4c76-9049-481a66de7389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15838 | 2024.09.01 21:07:20.030712 [ 199 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_37_9} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15839 | 2024.09.01 21:07:20.030896 [ 199 ] {bb8b5f57-9b14-4652-a8d5-1383cff9e3d3::all_1_37_9} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
15840 | 2024.09.01 21:07:20.031021 [ 3 ] {5026f4f0-243e-4c76-9049-481a66de7389} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15841 | 2024.09.01 21:07:20.031032 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15842 | 2024.09.01 21:07:20.031442 [ 3 ] {5026f4f0-243e-4c76-9049-481a66de7389} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15843 | 2024.09.01 21:07:20.031581 [ 3 ] {5026f4f0-243e-4c76-9049-481a66de7389} <Debug> executeQuery: Read 848 rows, 62.77 KiB in 0.004381 sec., 193563.11344441905 rows/sec., 13.99 MiB/sec. | ||
15844 | 2024.09.01 21:07:20.031880 [ 3 ] {5026f4f0-243e-4c76-9049-481a66de7389} <Debug> DynamicQueryHandler: Done processing query | ||
15845 | 2024.09.01 21:07:20.031946 [ 3 ] {5026f4f0-243e-4c76-9049-481a66de7389} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
15846 | 2024.09.01 21:07:20.032007 [ 3 ] {} <Debug> HTTP-Session: 363207c9-82fe-499f-baf0-690215c20d52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15847 | 2024.09.01 21:07:20.032439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15848 | 2024.09.01 21:07:20.032496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15849 | 2024.09.01 21:07:20.032515 [ 3 ] {} <Debug> HTTP-Session: b1ad8a77-95a4-4372-b5fc-616e930ca05e Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15850 | 2024.09.01 21:07:20.032532 [ 3 ] {} <Debug> HTTP-Session: b1ad8a77-95a4-4372-b5fc-616e930ca05e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15851 | 2024.09.01 21:07:20.032545 [ 3 ] {} <Debug> HTTP-Session: b1ad8a77-95a4-4372-b5fc-616e930ca05e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15852 | 2024.09.01 21:07:20.032578 [ 3 ] {} <Trace> HTTP-Session: b1ad8a77-95a4-4372-b5fc-616e930ca05e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15853 | 2024.09.01 21:07:20.032679 [ 3 ] {e6bbecdc-c27b-49d7-bf59-7a3bcca16a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15854 | 2024.09.01 21:07:20.032724 [ 3 ] {e6bbecdc-c27b-49d7-bf59-7a3bcca16a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15855 | 2024.09.01 21:07:20.032868 [ 3 ] {e6bbecdc-c27b-49d7-bf59-7a3bcca16a61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15856 | 2024.09.01 21:07:20.033153 [ 3 ] {e6bbecdc-c27b-49d7-bf59-7a3bcca16a61} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15857 | 2024.09.01 21:07:20.033188 [ 3 ] {e6bbecdc-c27b-49d7-bf59-7a3bcca16a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15858 | 2024.09.01 21:07:20.033583 [ 3 ] {e6bbecdc-c27b-49d7-bf59-7a3bcca16a61} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15859 | 2024.09.01 21:07:20.033909 [ 3 ] {e6bbecdc-c27b-49d7-bf59-7a3bcca16a61} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15860 | 2024.09.01 21:07:20.034033 [ 3 ] {e6bbecdc-c27b-49d7-bf59-7a3bcca16a61} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 226.99 KiB/sec. | ||
15861 | 2024.09.01 21:07:20.034320 [ 3 ] {e6bbecdc-c27b-49d7-bf59-7a3bcca16a61} <Debug> DynamicQueryHandler: Done processing query | ||
15862 | 2024.09.01 21:07:20.034376 [ 3 ] {e6bbecdc-c27b-49d7-bf59-7a3bcca16a61} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15863 | 2024.09.01 21:07:20.034411 [ 3 ] {} <Debug> HTTP-Session: b1ad8a77-95a4-4372-b5fc-616e930ca05e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15864 | 2024.09.01 21:07:20.034619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 172336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15865 | 2024.09.01 21:07:20.034667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15866 | 2024.09.01 21:07:20.034686 [ 3 ] {} <Debug> HTTP-Session: 556c1581-ef55-4871-b09e-c9c0ac3c2cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15867 | 2024.09.01 21:07:20.034703 [ 3 ] {} <Debug> HTTP-Session: 556c1581-ef55-4871-b09e-c9c0ac3c2cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15868 | 2024.09.01 21:07:20.034716 [ 3 ] {} <Debug> HTTP-Session: 556c1581-ef55-4871-b09e-c9c0ac3c2cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15869 | 2024.09.01 21:07:20.034747 [ 3 ] {} <Trace> HTTP-Session: 556c1581-ef55-4871-b09e-c9c0ac3c2cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15870 | 2024.09.01 21:07:20.035171 [ 3 ] {d8b62462-b324-4cd7-916c-a85160a0ce7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15871 | 2024.09.01 21:07:20.035219 [ 3 ] {d8b62462-b324-4cd7-916c-a85160a0ce7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15872 | 2024.09.01 21:07:20.035380 [ 3 ] {d8b62462-b324-4cd7-916c-a85160a0ce7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15873 | 2024.09.01 21:07:20.036190 [ 3 ] {d8b62462-b324-4cd7-916c-a85160a0ce7b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15874 | 2024.09.01 21:07:20.036225 [ 3 ] {d8b62462-b324-4cd7-916c-a85160a0ce7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15875 | 2024.09.01 21:07:20.036652 [ 3 ] {d8b62462-b324-4cd7-916c-a85160a0ce7b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15876 | 2024.09.01 21:07:20.036991 [ 3 ] {d8b62462-b324-4cd7-916c-a85160a0ce7b} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15877 | 2024.09.01 21:07:20.037123 [ 3 ] {d8b62462-b324-4cd7-916c-a85160a0ce7b} <Debug> executeQuery: Read 910 rows, 62.23 KiB in 0.002208 sec., 412137.6811594203 rows/sec., 27.52 MiB/sec. | ||
15878 | 2024.09.01 21:07:20.037304 [ 3 ] {d8b62462-b324-4cd7-916c-a85160a0ce7b} <Debug> DynamicQueryHandler: Done processing query | ||
15879 | 2024.09.01 21:07:20.037341 [ 3 ] {d8b62462-b324-4cd7-916c-a85160a0ce7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
15880 | 2024.09.01 21:07:20.037375 [ 3 ] {} <Debug> HTTP-Session: 556c1581-ef55-4871-b09e-c9c0ac3c2cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15881 | 2024.09.01 21:07:20.037743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15882 | 2024.09.01 21:07:20.037792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15883 | 2024.09.01 21:07:20.037810 [ 3 ] {} <Debug> HTTP-Session: e14d2bdc-df78-4cee-a5ae-f9a5b2165dfd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15884 | 2024.09.01 21:07:20.037826 [ 3 ] {} <Debug> HTTP-Session: e14d2bdc-df78-4cee-a5ae-f9a5b2165dfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15885 | 2024.09.01 21:07:20.037840 [ 3 ] {} <Debug> HTTP-Session: e14d2bdc-df78-4cee-a5ae-f9a5b2165dfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15886 | 2024.09.01 21:07:20.037870 [ 3 ] {} <Trace> HTTP-Session: e14d2bdc-df78-4cee-a5ae-f9a5b2165dfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15887 | 2024.09.01 21:07:20.037964 [ 3 ] {83398731-8dab-4831-bb6f-40b359e1bbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15888 | 2024.09.01 21:07:20.038009 [ 3 ] {83398731-8dab-4831-bb6f-40b359e1bbdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15889 | 2024.09.01 21:07:20.038136 [ 3 ] {83398731-8dab-4831-bb6f-40b359e1bbdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15890 | 2024.09.01 21:07:20.038385 [ 3 ] {83398731-8dab-4831-bb6f-40b359e1bbdd} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15891 | 2024.09.01 21:07:20.038421 [ 3 ] {83398731-8dab-4831-bb6f-40b359e1bbdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15892 | 2024.09.01 21:07:20.038762 [ 3 ] {83398731-8dab-4831-bb6f-40b359e1bbdd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
15893 | 2024.09.01 21:07:20.039089 [ 3 ] {83398731-8dab-4831-bb6f-40b359e1bbdd} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15894 | 2024.09.01 21:07:20.039221 [ 3 ] {83398731-8dab-4831-bb6f-40b359e1bbdd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00128 sec., 781.2499999999999 rows/sec., 52.64 KiB/sec. | ||
15895 | 2024.09.01 21:07:20.039367 [ 3 ] {83398731-8dab-4831-bb6f-40b359e1bbdd} <Debug> DynamicQueryHandler: Done processing query | ||
15896 | 2024.09.01 21:07:20.039390 [ 3 ] {83398731-8dab-4831-bb6f-40b359e1bbdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15897 | 2024.09.01 21:07:20.039406 [ 3 ] {} <Debug> HTTP-Session: e14d2bdc-df78-4cee-a5ae-f9a5b2165dfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15898 | 2024.09.01 21:07:20.039521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 14242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15899 | 2024.09.01 21:07:20.039567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15900 | 2024.09.01 21:07:20.039586 [ 3 ] {} <Debug> HTTP-Session: 8baaffe5-0d6b-4b7d-978d-9376cb0f0831 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15901 | 2024.09.01 21:07:20.039602 [ 3 ] {} <Debug> HTTP-Session: 8baaffe5-0d6b-4b7d-978d-9376cb0f0831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15902 | 2024.09.01 21:07:20.039615 [ 3 ] {} <Debug> HTTP-Session: 8baaffe5-0d6b-4b7d-978d-9376cb0f0831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15903 | 2024.09.01 21:07:20.039645 [ 3 ] {} <Trace> HTTP-Session: 8baaffe5-0d6b-4b7d-978d-9376cb0f0831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15904 | 2024.09.01 21:07:20.039870 [ 3 ] {d6d462f8-6f57-43ab-a2c5-5f2c60bcc353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15905 | 2024.09.01 21:07:20.039932 [ 3 ] {d6d462f8-6f57-43ab-a2c5-5f2c60bcc353} <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 | ||
15906 | 2024.09.01 21:07:20.040341 [ 3 ] {d6d462f8-6f57-43ab-a2c5-5f2c60bcc353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15907 | 2024.09.01 21:07:20.040868 [ 3 ] {d6d462f8-6f57-43ab-a2c5-5f2c60bcc353} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15908 | 2024.09.01 21:07:20.040902 [ 3 ] {d6d462f8-6f57-43ab-a2c5-5f2c60bcc353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15909 | 2024.09.01 21:07:20.041489 [ 3 ] {d6d462f8-6f57-43ab-a2c5-5f2c60bcc353} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15910 | 2024.09.01 21:07:20.041900 [ 3 ] {d6d462f8-6f57-43ab-a2c5-5f2c60bcc353} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15911 | 2024.09.01 21:07:20.042043 [ 3 ] {d6d462f8-6f57-43ab-a2c5-5f2c60bcc353} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002326 sec., 3439.3809114359415 rows/sec., 6.16 MiB/sec. | ||
15912 | 2024.09.01 21:07:20.042503 [ 3 ] {d6d462f8-6f57-43ab-a2c5-5f2c60bcc353} <Debug> DynamicQueryHandler: Done processing query | ||
15913 | 2024.09.01 21:07:20.042564 [ 3 ] {d6d462f8-6f57-43ab-a2c5-5f2c60bcc353} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
15914 | 2024.09.01 21:07:20.042623 [ 3 ] {} <Debug> HTTP-Session: 8baaffe5-0d6b-4b7d-978d-9376cb0f0831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15915 | 2024.09.01 21:07:20.042783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15916 | 2024.09.01 21:07:20.042836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15917 | 2024.09.01 21:07:20.042855 [ 3 ] {} <Debug> HTTP-Session: 45fe91bc-6ce3-44d8-aeb0-18e08c1df286 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15918 | 2024.09.01 21:07:20.042871 [ 3 ] {} <Debug> HTTP-Session: 45fe91bc-6ce3-44d8-aeb0-18e08c1df286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15919 | 2024.09.01 21:07:20.042885 [ 3 ] {} <Debug> HTTP-Session: 45fe91bc-6ce3-44d8-aeb0-18e08c1df286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15920 | 2024.09.01 21:07:20.042921 [ 3 ] {} <Trace> HTTP-Session: 45fe91bc-6ce3-44d8-aeb0-18e08c1df286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15921 | 2024.09.01 21:07:20.043043 [ 3 ] {2808c2ad-50ba-4f20-862c-f985c0a1f228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15922 | 2024.09.01 21:07:20.043089 [ 3 ] {2808c2ad-50ba-4f20-862c-f985c0a1f228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15923 | 2024.09.01 21:07:20.043235 [ 3 ] {2808c2ad-50ba-4f20-862c-f985c0a1f228} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15924 | 2024.09.01 21:07:20.043547 [ 3 ] {2808c2ad-50ba-4f20-862c-f985c0a1f228} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15925 | 2024.09.01 21:07:20.043581 [ 3 ] {2808c2ad-50ba-4f20-862c-f985c0a1f228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15926 | 2024.09.01 21:07:20.043940 [ 3 ] {2808c2ad-50ba-4f20-862c-f985c0a1f228} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15927 | 2024.09.01 21:07:20.044259 [ 3 ] {2808c2ad-50ba-4f20-862c-f985c0a1f228} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15928 | 2024.09.01 21:07:20.044385 [ 3 ] {2808c2ad-50ba-4f20-862c-f985c0a1f228} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.001387 sec., 54794.520547945205 rows/sec., 3.47 MiB/sec. | ||
15929 | 2024.09.01 21:07:20.044532 [ 3 ] {2808c2ad-50ba-4f20-862c-f985c0a1f228} <Debug> DynamicQueryHandler: Done processing query | ||
15930 | 2024.09.01 21:07:20.044555 [ 3 ] {2808c2ad-50ba-4f20-862c-f985c0a1f228} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15931 | 2024.09.01 21:07:20.044570 [ 3 ] {} <Debug> HTTP-Session: 45fe91bc-6ce3-44d8-aeb0-18e08c1df286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15932 | 2024.09.01 21:07:20.852739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15933 | 2024.09.01 21:07:20.852864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15934 | 2024.09.01 21:07:20.852894 [ 3 ] {} <Debug> HTTP-Session: 37a4fa55-3235-4138-a051-37eff9e9626c Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15935 | 2024.09.01 21:07:20.852922 [ 3 ] {} <Debug> HTTP-Session: 37a4fa55-3235-4138-a051-37eff9e9626c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15936 | 2024.09.01 21:07:20.852941 [ 3 ] {} <Debug> HTTP-Session: 37a4fa55-3235-4138-a051-37eff9e9626c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15937 | 2024.09.01 21:07:20.852996 [ 3 ] {} <Trace> HTTP-Session: 37a4fa55-3235-4138-a051-37eff9e9626c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15938 | 2024.09.01 21:07:20.853191 [ 3 ] {757a4d0a-7ccf-4460-ac40-a1b6db4a2cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15939 | 2024.09.01 21:07:20.853266 [ 3 ] {757a4d0a-7ccf-4460-ac40-a1b6db4a2cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15940 | 2024.09.01 21:07:20.853652 [ 3 ] {757a4d0a-7ccf-4460-ac40-a1b6db4a2cac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15941 | 2024.09.01 21:07:20.854104 [ 3 ] {757a4d0a-7ccf-4460-ac40-a1b6db4a2cac} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15942 | 2024.09.01 21:07:20.854149 [ 3 ] {757a4d0a-7ccf-4460-ac40-a1b6db4a2cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15943 | 2024.09.01 21:07:20.854586 [ 3 ] {757a4d0a-7ccf-4460-ac40-a1b6db4a2cac} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
15944 | 2024.09.01 21:07:20.854977 [ 3 ] {757a4d0a-7ccf-4460-ac40-a1b6db4a2cac} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15945 | 2024.09.01 21:07:20.855128 [ 3 ] {757a4d0a-7ccf-4460-ac40-a1b6db4a2cac} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001993 sec., 501.75614651279477 rows/sec., 37.24 KiB/sec. | ||
15946 | 2024.09.01 21:07:20.855469 [ 3 ] {757a4d0a-7ccf-4460-ac40-a1b6db4a2cac} <Debug> DynamicQueryHandler: Done processing query | ||
15947 | 2024.09.01 21:07:20.855498 [ 3 ] {757a4d0a-7ccf-4460-ac40-a1b6db4a2cac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15948 | 2024.09.01 21:07:20.855515 [ 3 ] {} <Debug> HTTP-Session: 37a4fa55-3235-4138-a051-37eff9e9626c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15949 | 2024.09.01 21:07:20.855677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 17520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15950 | 2024.09.01 21:07:20.855747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15951 | 2024.09.01 21:07:20.855773 [ 3 ] {} <Debug> HTTP-Session: efef3712-003c-4a78-b55a-d31ece2a79ba Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15952 | 2024.09.01 21:07:20.855796 [ 3 ] {} <Debug> HTTP-Session: efef3712-003c-4a78-b55a-d31ece2a79ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15953 | 2024.09.01 21:07:20.855816 [ 3 ] {} <Debug> HTTP-Session: efef3712-003c-4a78-b55a-d31ece2a79ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15954 | 2024.09.01 21:07:20.855865 [ 3 ] {} <Trace> HTTP-Session: efef3712-003c-4a78-b55a-d31ece2a79ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15955 | 2024.09.01 21:07:20.856052 [ 3 ] {2bf0a7f2-c0c7-4a55-9c17-c1d56820cd43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15956 | 2024.09.01 21:07:20.856112 [ 3 ] {2bf0a7f2-c0c7-4a55-9c17-c1d56820cd43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15957 | 2024.09.01 21:07:20.856436 [ 3 ] {2bf0a7f2-c0c7-4a55-9c17-c1d56820cd43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15958 | 2024.09.01 21:07:20.857052 [ 3 ] {2bf0a7f2-c0c7-4a55-9c17-c1d56820cd43} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15959 | 2024.09.01 21:07:20.857098 [ 3 ] {2bf0a7f2-c0c7-4a55-9c17-c1d56820cd43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15960 | 2024.09.01 21:07:20.857568 [ 3 ] {2bf0a7f2-c0c7-4a55-9c17-c1d56820cd43} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15961 | 2024.09.01 21:07:20.858049 [ 3 ] {2bf0a7f2-c0c7-4a55-9c17-c1d56820cd43} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15962 | 2024.09.01 21:07:20.858217 [ 3 ] {2bf0a7f2-c0c7-4a55-9c17-c1d56820cd43} <Debug> executeQuery: Read 116 rows, 10.43 KiB in 0.002245 sec., 51670.37861915367 rows/sec., 4.54 MiB/sec. | ||
15963 | 2024.09.01 21:07:20.858456 [ 3 ] {2bf0a7f2-c0c7-4a55-9c17-c1d56820cd43} <Debug> DynamicQueryHandler: Done processing query | ||
15964 | 2024.09.01 21:07:20.858487 [ 3 ] {2bf0a7f2-c0c7-4a55-9c17-c1d56820cd43} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15965 | 2024.09.01 21:07:20.858509 [ 3 ] {} <Debug> HTTP-Session: efef3712-003c-4a78-b55a-d31ece2a79ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15966 | 2024.09.01 21:07:20.858686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 6215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15967 | 2024.09.01 21:07:20.858753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15968 | 2024.09.01 21:07:20.858777 [ 3 ] {} <Debug> HTTP-Session: 46157e29-918f-43db-b6ff-3d9f2e1885a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15969 | 2024.09.01 21:07:20.858800 [ 3 ] {} <Debug> HTTP-Session: 46157e29-918f-43db-b6ff-3d9f2e1885a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15970 | 2024.09.01 21:07:20.858819 [ 3 ] {} <Debug> HTTP-Session: 46157e29-918f-43db-b6ff-3d9f2e1885a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15971 | 2024.09.01 21:07:20.858863 [ 3 ] {} <Trace> HTTP-Session: 46157e29-918f-43db-b6ff-3d9f2e1885a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15972 | 2024.09.01 21:07:20.859016 [ 3 ] {e836c434-e268-41e2-8d81-05219de6ec5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15973 | 2024.09.01 21:07:20.859074 [ 3 ] {e836c434-e268-41e2-8d81-05219de6ec5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15974 | 2024.09.01 21:07:20.859377 [ 3 ] {e836c434-e268-41e2-8d81-05219de6ec5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15975 | 2024.09.01 21:07:20.859778 [ 3 ] {e836c434-e268-41e2-8d81-05219de6ec5b} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15976 | 2024.09.01 21:07:20.859816 [ 3 ] {e836c434-e268-41e2-8d81-05219de6ec5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15977 | 2024.09.01 21:07:20.860178 [ 3 ] {e836c434-e268-41e2-8d81-05219de6ec5b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15978 | 2024.09.01 21:07:20.860553 [ 3 ] {e836c434-e268-41e2-8d81-05219de6ec5b} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15979 | 2024.09.01 21:07:20.860685 [ 3 ] {e836c434-e268-41e2-8d81-05219de6ec5b} <Debug> executeQuery: Read 43 rows, 3.22 KiB in 0.00173 sec., 24855.49132947977 rows/sec., 1.82 MiB/sec. | ||
15980 | 2024.09.01 21:07:20.860688 [ 36 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15981 | 2024.09.01 21:07:20.860751 [ 36 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15982 | 2024.09.01 21:07:20.860781 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
15983 | 2024.09.01 21:07:20.860924 [ 3 ] {e836c434-e268-41e2-8d81-05219de6ec5b} <Debug> DynamicQueryHandler: Done processing query | ||
15984 | 2024.09.01 21:07:20.860939 [ 187 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
15985 | 2024.09.01 21:07:20.860954 [ 3 ] {e836c434-e268-41e2-8d81-05219de6ec5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15986 | 2024.09.01 21:07:20.861035 [ 3 ] {} <Debug> HTTP-Session: 46157e29-918f-43db-b6ff-3d9f2e1885a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15987 | 2024.09.01 21:07:20.861182 [ 187 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15988 | 2024.09.01 21:07:20.861223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 14386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15989 | 2024.09.01 21:07:20.861244 [ 187 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 68 rows starting from the beginning of the part | ||
15990 | 2024.09.01 21:07:20.861312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15991 | 2024.09.01 21:07:20.861423 [ 3 ] {} <Debug> HTTP-Session: b2696279-13ce-416b-8f92-cd01f678e160 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
15992 | 2024.09.01 21:07:20.861484 [ 187 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 4 rows starting from the beginning of the part | ||
15993 | 2024.09.01 21:07:20.861502 [ 3 ] {} <Debug> HTTP-Session: b2696279-13ce-416b-8f92-cd01f678e160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15994 | 2024.09.01 21:07:20.861571 [ 3 ] {} <Debug> HTTP-Session: b2696279-13ce-416b-8f92-cd01f678e160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15995 | 2024.09.01 21:07:20.861706 [ 3 ] {} <Trace> HTTP-Session: b2696279-13ce-416b-8f92-cd01f678e160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15996 | 2024.09.01 21:07:20.861796 [ 187 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 50 rows starting from the beginning of the part | ||
15997 | 2024.09.01 21:07:20.862017 [ 187 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 4 rows starting from the beginning of the part | ||
15998 | 2024.09.01 21:07:20.862094 [ 3 ] {5a1b5ed5-0b4f-41e7-a851-89f3cd0bae62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15999 | 2024.09.01 21:07:20.862267 [ 3 ] {5a1b5ed5-0b4f-41e7-a851-89f3cd0bae62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16000 | 2024.09.01 21:07:20.862302 [ 187 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 10 rows starting from the beginning of the part | ||
16001 | 2024.09.01 21:07:20.862673 [ 187 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 43 rows starting from the beginning of the part | ||
16002 | 2024.09.01 21:07:20.863675 [ 3 ] {5a1b5ed5-0b4f-41e7-a851-89f3cd0bae62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16003 | 2024.09.01 21:07:20.864635 [ 3 ] {5a1b5ed5-0b4f-41e7-a851-89f3cd0bae62} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16004 | 2024.09.01 21:07:20.864706 [ 3 ] {5a1b5ed5-0b4f-41e7-a851-89f3cd0bae62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16005 | 2024.09.01 21:07:20.865729 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.004875546 sec., 36713.83676823068 rows/sec., 2.80 MiB/sec. | ||
16006 | 2024.09.01 21:07:20.865740 [ 3 ] {5a1b5ed5-0b4f-41e7-a851-89f3cd0bae62} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16007 | 2024.09.01 21:07:20.865924 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16008 | 2024.09.01 21:07:20.866710 [ 3 ] {5a1b5ed5-0b4f-41e7-a851-89f3cd0bae62} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16009 | 2024.09.01 21:07:20.866987 [ 3 ] {5a1b5ed5-0b4f-41e7-a851-89f3cd0bae62} <Debug> executeQuery: Read 85 rows, 6.73 KiB in 0.005068 sec., 16771.902131018156 rows/sec., 1.30 MiB/sec. | ||
16010 | 2024.09.01 21:07:20.867107 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_81_16} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16011 | 2024.09.01 21:07:20.867321 [ 199 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_81_16} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16012 | 2024.09.01 21:07:20.867365 [ 3 ] {5a1b5ed5-0b4f-41e7-a851-89f3cd0bae62} <Debug> DynamicQueryHandler: Done processing query | ||
16013 | 2024.09.01 21:07:20.867434 [ 3 ] {5a1b5ed5-0b4f-41e7-a851-89f3cd0bae62} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16014 | 2024.09.01 21:07:20.867473 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16015 | 2024.09.01 21:07:20.867474 [ 3 ] {} <Debug> HTTP-Session: b2696279-13ce-416b-8f92-cd01f678e160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16016 | 2024.09.01 21:07:20.867639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 2545, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16017 | 2024.09.01 21:07:20.867689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16018 | 2024.09.01 21:07:20.867709 [ 3 ] {} <Debug> HTTP-Session: 7e6c40de-1dc2-42f3-a222-832bc491bb4a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16019 | 2024.09.01 21:07:20.867725 [ 3 ] {} <Debug> HTTP-Session: 7e6c40de-1dc2-42f3-a222-832bc491bb4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16020 | 2024.09.01 21:07:20.867739 [ 3 ] {} <Debug> HTTP-Session: 7e6c40de-1dc2-42f3-a222-832bc491bb4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16021 | 2024.09.01 21:07:20.867773 [ 3 ] {} <Trace> HTTP-Session: 7e6c40de-1dc2-42f3-a222-832bc491bb4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16022 | 2024.09.01 21:07:20.867883 [ 3 ] {5017ce09-7454-41ca-ab64-192f6589ebd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16023 | 2024.09.01 21:07:20.867931 [ 3 ] {5017ce09-7454-41ca-ab64-192f6589ebd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16024 | 2024.09.01 21:07:20.868102 [ 3 ] {5017ce09-7454-41ca-ab64-192f6589ebd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16025 | 2024.09.01 21:07:20.868412 [ 3 ] {5017ce09-7454-41ca-ab64-192f6589ebd9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16026 | 2024.09.01 21:07:20.868447 [ 3 ] {5017ce09-7454-41ca-ab64-192f6589ebd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16027 | 2024.09.01 21:07:20.868844 [ 3 ] {5017ce09-7454-41ca-ab64-192f6589ebd9} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16028 | 2024.09.01 21:07:20.869191 [ 3 ] {5017ce09-7454-41ca-ab64-192f6589ebd9} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16029 | 2024.09.01 21:07:20.869320 [ 3 ] {5017ce09-7454-41ca-ab64-192f6589ebd9} <Debug> executeQuery: Read 13 rows, 946.00 B in 0.001471 sec., 8837.525492861998 rows/sec., 628.03 KiB/sec. | ||
16030 | 2024.09.01 21:07:20.869491 [ 3 ] {5017ce09-7454-41ca-ab64-192f6589ebd9} <Debug> DynamicQueryHandler: Done processing query | ||
16031 | 2024.09.01 21:07:20.869516 [ 3 ] {5017ce09-7454-41ca-ab64-192f6589ebd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16032 | 2024.09.01 21:07:20.869532 [ 3 ] {} <Debug> HTTP-Session: 7e6c40de-1dc2-42f3-a222-832bc491bb4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16033 | 2024.09.01 21:07:20.869706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 69322, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16034 | 2024.09.01 21:07:20.869760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16035 | 2024.09.01 21:07:20.869780 [ 3 ] {} <Debug> HTTP-Session: 60ba9e81-1cfa-48fe-86b7-097d0540c593 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16036 | 2024.09.01 21:07:20.869796 [ 3 ] {} <Debug> HTTP-Session: 60ba9e81-1cfa-48fe-86b7-097d0540c593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16037 | 2024.09.01 21:07:20.869810 [ 3 ] {} <Debug> HTTP-Session: 60ba9e81-1cfa-48fe-86b7-097d0540c593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16038 | 2024.09.01 21:07:20.869841 [ 3 ] {} <Trace> HTTP-Session: 60ba9e81-1cfa-48fe-86b7-097d0540c593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16039 | 2024.09.01 21:07:20.870269 [ 3 ] {18a43794-fdab-47fb-8279-833c0090e818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16040 | 2024.09.01 21:07:20.870335 [ 3 ] {18a43794-fdab-47fb-8279-833c0090e818} <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 | ||
16041 | 2024.09.01 21:07:20.870773 [ 3 ] {18a43794-fdab-47fb-8279-833c0090e818} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16042 | 2024.09.01 21:07:20.871549 [ 3 ] {18a43794-fdab-47fb-8279-833c0090e818} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16043 | 2024.09.01 21:07:20.871586 [ 3 ] {18a43794-fdab-47fb-8279-833c0090e818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16044 | 2024.09.01 21:07:20.872242 [ 3 ] {18a43794-fdab-47fb-8279-833c0090e818} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
16045 | 2024.09.01 21:07:20.872675 [ 3 ] {18a43794-fdab-47fb-8279-833c0090e818} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16046 | 2024.09.01 21:07:20.872829 [ 3 ] {18a43794-fdab-47fb-8279-833c0090e818} <Debug> executeQuery: Read 42 rows, 77.07 KiB in 0.002888 sec., 14542.936288088644 rows/sec., 26.06 MiB/sec. | ||
16047 | 2024.09.01 21:07:20.873053 [ 3 ] {18a43794-fdab-47fb-8279-833c0090e818} <Debug> DynamicQueryHandler: Done processing query | ||
16048 | 2024.09.01 21:07:20.873078 [ 3 ] {18a43794-fdab-47fb-8279-833c0090e818} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
16049 | 2024.09.01 21:07:20.873094 [ 3 ] {} <Debug> HTTP-Session: 60ba9e81-1cfa-48fe-86b7-097d0540c593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16050 | 2024.09.01 21:07:20.873207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16051 | 2024.09.01 21:07:20.873255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16052 | 2024.09.01 21:07:20.873275 [ 3 ] {} <Debug> HTTP-Session: 5d7b9c8c-e5f4-41f2-9e68-8ed3dcb4f4a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16053 | 2024.09.01 21:07:20.873291 [ 3 ] {} <Debug> HTTP-Session: 5d7b9c8c-e5f4-41f2-9e68-8ed3dcb4f4a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16054 | 2024.09.01 21:07:20.873305 [ 3 ] {} <Debug> HTTP-Session: 5d7b9c8c-e5f4-41f2-9e68-8ed3dcb4f4a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16055 | 2024.09.01 21:07:20.873336 [ 3 ] {} <Trace> HTTP-Session: 5d7b9c8c-e5f4-41f2-9e68-8ed3dcb4f4a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16056 | 2024.09.01 21:07:20.873435 [ 3 ] {59830892-2cb9-4c64-bf69-951c4ece581f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16057 | 2024.09.01 21:07:20.873478 [ 3 ] {59830892-2cb9-4c64-bf69-951c4ece581f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16058 | 2024.09.01 21:07:20.873607 [ 3 ] {59830892-2cb9-4c64-bf69-951c4ece581f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16059 | 2024.09.01 21:07:20.873873 [ 3 ] {59830892-2cb9-4c64-bf69-951c4ece581f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16060 | 2024.09.01 21:07:20.873908 [ 3 ] {59830892-2cb9-4c64-bf69-951c4ece581f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16061 | 2024.09.01 21:07:20.874261 [ 3 ] {59830892-2cb9-4c64-bf69-951c4ece581f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16062 | 2024.09.01 21:07:20.874590 [ 3 ] {59830892-2cb9-4c64-bf69-951c4ece581f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16063 | 2024.09.01 21:07:20.874717 [ 3 ] {59830892-2cb9-4c64-bf69-951c4ece581f} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 311.10 KiB/sec. | ||
16064 | 2024.09.01 21:07:20.874925 [ 3 ] {59830892-2cb9-4c64-bf69-951c4ece581f} <Debug> DynamicQueryHandler: Done processing query | ||
16065 | 2024.09.01 21:07:20.874959 [ 3 ] {59830892-2cb9-4c64-bf69-951c4ece581f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16066 | 2024.09.01 21:07:20.875028 [ 3 ] {} <Debug> HTTP-Session: 5d7b9c8c-e5f4-41f2-9e68-8ed3dcb4f4a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16067 | 2024.09.01 21:07:21.000181 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.85 MiB, peak 221.36 MiB, free memory in arenas 0.00 B, will set to 209.58 MiB (RSS), difference: -1.27 MiB | ||
16068 | 2024.09.01 21:07:24.020618 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16069 | 2024.09.01 21:07:24.020685 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16070 | 2024.09.01 21:07:25.858618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16071 | 2024.09.01 21:07:25.858787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16072 | 2024.09.01 21:07:25.858831 [ 3 ] {} <Debug> HTTP-Session: 557836eb-f19b-4357-8ad9-0752021ab6c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16073 | 2024.09.01 21:07:25.858872 [ 3 ] {} <Debug> HTTP-Session: 557836eb-f19b-4357-8ad9-0752021ab6c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16074 | 2024.09.01 21:07:25.858901 [ 3 ] {} <Debug> HTTP-Session: 557836eb-f19b-4357-8ad9-0752021ab6c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16075 | 2024.09.01 21:07:25.858981 [ 3 ] {} <Trace> HTTP-Session: 557836eb-f19b-4357-8ad9-0752021ab6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16076 | 2024.09.01 21:07:25.859269 [ 3 ] {a6138d5a-263d-4a0e-9599-db42fbc16c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16077 | 2024.09.01 21:07:25.859376 [ 3 ] {a6138d5a-263d-4a0e-9599-db42fbc16c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16078 | 2024.09.01 21:07:25.859877 [ 3 ] {a6138d5a-263d-4a0e-9599-db42fbc16c65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16079 | 2024.09.01 21:07:25.860308 [ 3 ] {a6138d5a-263d-4a0e-9599-db42fbc16c65} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16080 | 2024.09.01 21:07:25.860352 [ 3 ] {a6138d5a-263d-4a0e-9599-db42fbc16c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16081 | 2024.09.01 21:07:25.860766 [ 3 ] {a6138d5a-263d-4a0e-9599-db42fbc16c65} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
16082 | 2024.09.01 21:07:25.861152 [ 3 ] {a6138d5a-263d-4a0e-9599-db42fbc16c65} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16083 | 2024.09.01 21:07:25.861318 [ 3 ] {a6138d5a-263d-4a0e-9599-db42fbc16c65} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.002134 sec., 937.207122774133 rows/sec., 69.56 KiB/sec. | ||
16084 | 2024.09.01 21:07:25.861575 [ 3 ] {a6138d5a-263d-4a0e-9599-db42fbc16c65} <Debug> DynamicQueryHandler: Done processing query | ||
16085 | 2024.09.01 21:07:25.861601 [ 3 ] {a6138d5a-263d-4a0e-9599-db42fbc16c65} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16086 | 2024.09.01 21:07:25.861618 [ 3 ] {} <Debug> HTTP-Session: 557836eb-f19b-4357-8ad9-0752021ab6c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16087 | 2024.09.01 21:07:25.861770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16088 | 2024.09.01 21:07:25.861824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16089 | 2024.09.01 21:07:25.861844 [ 3 ] {} <Debug> HTTP-Session: 67ea62b8-1400-4dc3-9f6a-4d67fc26f38b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16090 | 2024.09.01 21:07:25.861861 [ 3 ] {} <Debug> HTTP-Session: 67ea62b8-1400-4dc3-9f6a-4d67fc26f38b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16091 | 2024.09.01 21:07:25.861875 [ 3 ] {} <Debug> HTTP-Session: 67ea62b8-1400-4dc3-9f6a-4d67fc26f38b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16092 | 2024.09.01 21:07:25.861908 [ 3 ] {} <Trace> HTTP-Session: 67ea62b8-1400-4dc3-9f6a-4d67fc26f38b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16093 | 2024.09.01 21:07:25.862035 [ 3 ] {8ef64d51-6cb6-4826-8a20-95ec054e950b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16094 | 2024.09.01 21:07:25.862081 [ 3 ] {8ef64d51-6cb6-4826-8a20-95ec054e950b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16095 | 2024.09.01 21:07:25.862325 [ 3 ] {8ef64d51-6cb6-4826-8a20-95ec054e950b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16096 | 2024.09.01 21:07:25.862731 [ 3 ] {8ef64d51-6cb6-4826-8a20-95ec054e950b} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16097 | 2024.09.01 21:07:25.862769 [ 3 ] {8ef64d51-6cb6-4826-8a20-95ec054e950b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16098 | 2024.09.01 21:07:25.863134 [ 3 ] {8ef64d51-6cb6-4826-8a20-95ec054e950b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16099 | 2024.09.01 21:07:25.863512 [ 3 ] {8ef64d51-6cb6-4826-8a20-95ec054e950b} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16100 | 2024.09.01 21:07:25.863676 [ 3 ] {8ef64d51-6cb6-4826-8a20-95ec054e950b} <Debug> executeQuery: Read 64 rows, 5.03 KiB in 0.001686 sec., 37959.667852906285 rows/sec., 2.91 MiB/sec. | ||
16101 | 2024.09.01 21:07:25.863868 [ 3 ] {8ef64d51-6cb6-4826-8a20-95ec054e950b} <Debug> DynamicQueryHandler: Done processing query | ||
16102 | 2024.09.01 21:07:25.863893 [ 3 ] {8ef64d51-6cb6-4826-8a20-95ec054e950b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16103 | 2024.09.01 21:07:25.863909 [ 3 ] {} <Debug> HTTP-Session: 67ea62b8-1400-4dc3-9f6a-4d67fc26f38b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16104 | 2024.09.01 21:07:25.864033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16105 | 2024.09.01 21:07:25.864082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16106 | 2024.09.01 21:07:25.864102 [ 3 ] {} <Debug> HTTP-Session: af8841bf-87de-42ca-a99d-18035c1b88fe Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16107 | 2024.09.01 21:07:25.864118 [ 3 ] {} <Debug> HTTP-Session: af8841bf-87de-42ca-a99d-18035c1b88fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16108 | 2024.09.01 21:07:25.864132 [ 3 ] {} <Debug> HTTP-Session: af8841bf-87de-42ca-a99d-18035c1b88fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16109 | 2024.09.01 21:07:25.864163 [ 3 ] {} <Trace> HTTP-Session: af8841bf-87de-42ca-a99d-18035c1b88fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16110 | 2024.09.01 21:07:25.864262 [ 3 ] {4d42f9ed-43c1-4e68-bd33-09f821158806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16111 | 2024.09.01 21:07:25.864305 [ 3 ] {4d42f9ed-43c1-4e68-bd33-09f821158806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16112 | 2024.09.01 21:07:25.864538 [ 3 ] {4d42f9ed-43c1-4e68-bd33-09f821158806} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16113 | 2024.09.01 21:07:25.864865 [ 3 ] {4d42f9ed-43c1-4e68-bd33-09f821158806} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16114 | 2024.09.01 21:07:25.864900 [ 3 ] {4d42f9ed-43c1-4e68-bd33-09f821158806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16115 | 2024.09.01 21:07:25.865237 [ 3 ] {4d42f9ed-43c1-4e68-bd33-09f821158806} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16116 | 2024.09.01 21:07:25.865596 [ 3 ] {4d42f9ed-43c1-4e68-bd33-09f821158806} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16117 | 2024.09.01 21:07:25.865751 [ 3 ] {4d42f9ed-43c1-4e68-bd33-09f821158806} <Debug> executeQuery: Read 4 rows, 282.00 B in 0.001509 sec., 2650.7620941020546 rows/sec., 182.50 KiB/sec. | ||
16118 | 2024.09.01 21:07:25.866027 [ 3 ] {4d42f9ed-43c1-4e68-bd33-09f821158806} <Debug> DynamicQueryHandler: Done processing query | ||
16119 | 2024.09.01 21:07:25.866086 [ 3 ] {4d42f9ed-43c1-4e68-bd33-09f821158806} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16120 | 2024.09.01 21:07:25.866146 [ 3 ] {} <Debug> HTTP-Session: af8841bf-87de-42ca-a99d-18035c1b88fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16121 | 2024.09.01 21:07:25.866348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 13436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16122 | 2024.09.01 21:07:25.866405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16123 | 2024.09.01 21:07:25.866424 [ 3 ] {} <Debug> HTTP-Session: ede682de-deaf-47bc-9b97-7940cf80e3d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16124 | 2024.09.01 21:07:25.866441 [ 3 ] {} <Debug> HTTP-Session: ede682de-deaf-47bc-9b97-7940cf80e3d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16125 | 2024.09.01 21:07:25.866455 [ 3 ] {} <Debug> HTTP-Session: ede682de-deaf-47bc-9b97-7940cf80e3d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16126 | 2024.09.01 21:07:25.866486 [ 3 ] {} <Trace> HTTP-Session: ede682de-deaf-47bc-9b97-7940cf80e3d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16127 | 2024.09.01 21:07:25.866610 [ 3 ] {929ebe28-2de8-4f01-815c-2f78f0c96546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16128 | 2024.09.01 21:07:25.866655 [ 3 ] {929ebe28-2de8-4f01-815c-2f78f0c96546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16129 | 2024.09.01 21:07:25.866896 [ 3 ] {929ebe28-2de8-4f01-815c-2f78f0c96546} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16130 | 2024.09.01 21:07:25.867257 [ 3 ] {929ebe28-2de8-4f01-815c-2f78f0c96546} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16131 | 2024.09.01 21:07:25.867293 [ 3 ] {929ebe28-2de8-4f01-815c-2f78f0c96546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16132 | 2024.09.01 21:07:25.867646 [ 3 ] {929ebe28-2de8-4f01-815c-2f78f0c96546} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16133 | 2024.09.01 21:07:25.868004 [ 3 ] {929ebe28-2de8-4f01-815c-2f78f0c96546} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16134 | 2024.09.01 21:07:25.868159 [ 3 ] {929ebe28-2de8-4f01-815c-2f78f0c96546} <Debug> executeQuery: Read 80 rows, 6.26 KiB in 0.001586 sec., 50441.361916771755 rows/sec., 3.85 MiB/sec. | ||
16135 | 2024.09.01 21:07:25.868335 [ 3 ] {929ebe28-2de8-4f01-815c-2f78f0c96546} <Debug> DynamicQueryHandler: Done processing query | ||
16136 | 2024.09.01 21:07:25.868359 [ 3 ] {929ebe28-2de8-4f01-815c-2f78f0c96546} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16137 | 2024.09.01 21:07:25.868375 [ 3 ] {} <Debug> HTTP-Session: ede682de-deaf-47bc-9b97-7940cf80e3d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16138 | 2024.09.01 21:07:25.868540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16139 | 2024.09.01 21:07:25.868589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16140 | 2024.09.01 21:07:25.868608 [ 3 ] {} <Debug> HTTP-Session: c7f1eb18-777b-46ce-afa4-6b53be4ccf7d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16141 | 2024.09.01 21:07:25.868624 [ 3 ] {} <Debug> HTTP-Session: c7f1eb18-777b-46ce-afa4-6b53be4ccf7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16142 | 2024.09.01 21:07:25.868638 [ 3 ] {} <Debug> HTTP-Session: c7f1eb18-777b-46ce-afa4-6b53be4ccf7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16143 | 2024.09.01 21:07:25.868668 [ 3 ] {} <Trace> HTTP-Session: c7f1eb18-777b-46ce-afa4-6b53be4ccf7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16144 | 2024.09.01 21:07:25.868815 [ 3 ] {cf233b4b-16da-42c3-bc5c-8dea6b4bf0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16145 | 2024.09.01 21:07:25.868861 [ 3 ] {cf233b4b-16da-42c3-bc5c-8dea6b4bf0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16146 | 2024.09.01 21:07:25.869003 [ 3 ] {cf233b4b-16da-42c3-bc5c-8dea6b4bf0a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16147 | 2024.09.01 21:07:25.869401 [ 3 ] {cf233b4b-16da-42c3-bc5c-8dea6b4bf0a2} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16148 | 2024.09.01 21:07:25.869437 [ 3 ] {cf233b4b-16da-42c3-bc5c-8dea6b4bf0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16149 | 2024.09.01 21:07:25.869814 [ 3 ] {cf233b4b-16da-42c3-bc5c-8dea6b4bf0a2} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16150 | 2024.09.01 21:07:25.870150 [ 3 ] {cf233b4b-16da-42c3-bc5c-8dea6b4bf0a2} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16151 | 2024.09.01 21:07:25.870302 [ 3 ] {cf233b4b-16da-42c3-bc5c-8dea6b4bf0a2} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.001556 sec., 104113.11053984576 rows/sec., 7.24 MiB/sec. | ||
16152 | 2024.09.01 21:07:25.870504 [ 3 ] {cf233b4b-16da-42c3-bc5c-8dea6b4bf0a2} <Debug> DynamicQueryHandler: Done processing query | ||
16153 | 2024.09.01 21:07:25.870539 [ 3 ] {cf233b4b-16da-42c3-bc5c-8dea6b4bf0a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16154 | 2024.09.01 21:07:25.870570 [ 3 ] {} <Debug> HTTP-Session: c7f1eb18-777b-46ce-afa4-6b53be4ccf7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16155 | 2024.09.01 21:07:25.870699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16156 | 2024.09.01 21:07:25.870748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16157 | 2024.09.01 21:07:25.870766 [ 3 ] {} <Debug> HTTP-Session: 23ba91dd-07a0-4b7f-ad70-8cb3c6d0b7b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16158 | 2024.09.01 21:07:25.870783 [ 3 ] {} <Debug> HTTP-Session: 23ba91dd-07a0-4b7f-ad70-8cb3c6d0b7b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16159 | 2024.09.01 21:07:25.870797 [ 3 ] {} <Debug> HTTP-Session: 23ba91dd-07a0-4b7f-ad70-8cb3c6d0b7b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16160 | 2024.09.01 21:07:25.870827 [ 3 ] {} <Trace> HTTP-Session: 23ba91dd-07a0-4b7f-ad70-8cb3c6d0b7b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16161 | 2024.09.01 21:07:25.870938 [ 3 ] {58969867-e8b8-4ce7-8a53-a101545f7f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16162 | 2024.09.01 21:07:25.871002 [ 3 ] {58969867-e8b8-4ce7-8a53-a101545f7f06} <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 | ||
16163 | 2024.09.01 21:07:25.871421 [ 3 ] {58969867-e8b8-4ce7-8a53-a101545f7f06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16164 | 2024.09.01 21:07:25.871901 [ 3 ] {58969867-e8b8-4ce7-8a53-a101545f7f06} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16165 | 2024.09.01 21:07:25.871937 [ 3 ] {58969867-e8b8-4ce7-8a53-a101545f7f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16166 | 2024.09.01 21:07:25.872509 [ 3 ] {58969867-e8b8-4ce7-8a53-a101545f7f06} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16167 | 2024.09.01 21:07:25.872911 [ 3 ] {58969867-e8b8-4ce7-8a53-a101545f7f06} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16168 | 2024.09.01 21:07:25.873094 [ 153 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
16169 | 2024.09.01 21:07:25.873105 [ 3 ] {58969867-e8b8-4ce7-8a53-a101545f7f06} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002196 sec., 910.7468123861566 rows/sec., 1.63 MiB/sec. | ||
16170 | 2024.09.01 21:07:25.873188 [ 153 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16171 | 2024.09.01 21:07:25.873277 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16172 | 2024.09.01 21:07:25.873649 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
16173 | 2024.09.01 21:07:25.873754 [ 3 ] {58969867-e8b8-4ce7-8a53-a101545f7f06} <Debug> DynamicQueryHandler: Done processing query | ||
16174 | 2024.09.01 21:07:25.873808 [ 3 ] {58969867-e8b8-4ce7-8a53-a101545f7f06} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16175 | 2024.09.01 21:07:25.873849 [ 3 ] {} <Debug> HTTP-Session: 23ba91dd-07a0-4b7f-ad70-8cb3c6d0b7b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16176 | 2024.09.01 21:07:25.874054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16177 | 2024.09.01 21:07:25.874181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16178 | 2024.09.01 21:07:25.874248 [ 3 ] {} <Debug> HTTP-Session: 9bc914ef-1e6f-4bc3-8244-51b55701afcd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16179 | 2024.09.01 21:07:25.874298 [ 3 ] {} <Debug> HTTP-Session: 9bc914ef-1e6f-4bc3-8244-51b55701afcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16180 | 2024.09.01 21:07:25.874348 [ 3 ] {} <Debug> HTTP-Session: 9bc914ef-1e6f-4bc3-8244-51b55701afcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16181 | 2024.09.01 21:07:25.874371 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16182 | 2024.09.01 21:07:25.874419 [ 3 ] {} <Trace> HTTP-Session: 9bc914ef-1e6f-4bc3-8244-51b55701afcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16183 | 2024.09.01 21:07:25.874523 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1380 rows starting from the beginning of the part | ||
16184 | 2024.09.01 21:07:25.874728 [ 3 ] {f860cdd9-673b-4957-9676-72a169d58889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16185 | 2024.09.01 21:07:25.874906 [ 3 ] {f860cdd9-673b-4957-9676-72a169d58889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16186 | 2024.09.01 21:07:25.875282 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part | ||
16187 | 2024.09.01 21:07:25.875756 [ 3 ] {f860cdd9-673b-4957-9676-72a169d58889} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16188 | 2024.09.01 21:07:25.876121 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 2 rows starting from the beginning of the part | ||
16189 | 2024.09.01 21:07:25.876840 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
16190 | 2024.09.01 21:07:25.876920 [ 3 ] {f860cdd9-673b-4957-9676-72a169d58889} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16191 | 2024.09.01 21:07:25.876991 [ 3 ] {f860cdd9-673b-4957-9676-72a169d58889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16192 | 2024.09.01 21:07:25.877450 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 42 rows starting from the beginning of the part | ||
16193 | 2024.09.01 21:07:25.878133 [ 201 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 2 rows starting from the beginning of the part | ||
16194 | 2024.09.01 21:07:25.878363 [ 3 ] {f860cdd9-673b-4957-9676-72a169d58889} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16195 | 2024.09.01 21:07:25.879366 [ 3 ] {f860cdd9-673b-4957-9676-72a169d58889} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16196 | 2024.09.01 21:07:25.879644 [ 3 ] {f860cdd9-673b-4957-9676-72a169d58889} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005032 sec., 11923.688394276629 rows/sec., 822.86 KiB/sec. | ||
16197 | 2024.09.01 21:07:25.880098 [ 3 ] {f860cdd9-673b-4957-9676-72a169d58889} <Debug> DynamicQueryHandler: Done processing query | ||
16198 | 2024.09.01 21:07:25.880153 [ 3 ] {f860cdd9-673b-4957-9676-72a169d58889} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16199 | 2024.09.01 21:07:25.880196 [ 3 ] {} <Debug> HTTP-Session: 9bc914ef-1e6f-4bc3-8244-51b55701afcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16200 | 2024.09.01 21:07:25.884742 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1482 rows, containing 19 columns (19 merged, 0 gathered) in 0.011277282 sec., 131414.64406051033 rows/sec., 235.49 MiB/sec. | ||
16201 | 2024.09.01 21:07:25.886358 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16202 | 2024.09.01 21:07:25.887028 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16203 | 2024.09.01 21:07:25.887125 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16204 | 2024.09.01 21:07:25.887302 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. | ||
16205 | 2024.09.01 21:07:30.864954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16206 | 2024.09.01 21:07:30.865088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16207 | 2024.09.01 21:07:30.865118 [ 3 ] {} <Debug> HTTP-Session: b31d9f77-0e68-4c4c-824a-4cff6e604c24 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16208 | 2024.09.01 21:07:30.865146 [ 3 ] {} <Debug> HTTP-Session: b31d9f77-0e68-4c4c-824a-4cff6e604c24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16209 | 2024.09.01 21:07:30.865164 [ 3 ] {} <Debug> HTTP-Session: b31d9f77-0e68-4c4c-824a-4cff6e604c24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16210 | 2024.09.01 21:07:30.865220 [ 3 ] {} <Trace> HTTP-Session: b31d9f77-0e68-4c4c-824a-4cff6e604c24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16211 | 2024.09.01 21:07:30.865408 [ 3 ] {820dea79-f9cd-42f6-bcdc-088684ff4dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16212 | 2024.09.01 21:07:30.865482 [ 3 ] {820dea79-f9cd-42f6-bcdc-088684ff4dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16213 | 2024.09.01 21:07:30.865857 [ 3 ] {820dea79-f9cd-42f6-bcdc-088684ff4dc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16214 | 2024.09.01 21:07:30.866295 [ 3 ] {820dea79-f9cd-42f6-bcdc-088684ff4dc8} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16215 | 2024.09.01 21:07:30.866335 [ 3 ] {820dea79-f9cd-42f6-bcdc-088684ff4dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16216 | 2024.09.01 21:07:30.866740 [ 3 ] {820dea79-f9cd-42f6-bcdc-088684ff4dc8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
16217 | 2024.09.01 21:07:30.867138 [ 3 ] {820dea79-f9cd-42f6-bcdc-088684ff4dc8} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16218 | 2024.09.01 21:07:30.867283 [ 3 ] {820dea79-f9cd-42f6-bcdc-088684ff4dc8} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.00193 sec., 518.1347150259068 rows/sec., 38.46 KiB/sec. | ||
16219 | 2024.09.01 21:07:30.867483 [ 3 ] {820dea79-f9cd-42f6-bcdc-088684ff4dc8} <Debug> DynamicQueryHandler: Done processing query | ||
16220 | 2024.09.01 21:07:30.867509 [ 3 ] {820dea79-f9cd-42f6-bcdc-088684ff4dc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16221 | 2024.09.01 21:07:30.867526 [ 3 ] {} <Debug> HTTP-Session: b31d9f77-0e68-4c4c-824a-4cff6e604c24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16222 | 2024.09.01 21:07:30.867795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16223 | 2024.09.01 21:07:30.867853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16224 | 2024.09.01 21:07:30.867873 [ 3 ] {} <Debug> HTTP-Session: da382800-ff6b-4c2e-b34c-7737dbab5ea4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16225 | 2024.09.01 21:07:30.867891 [ 3 ] {} <Debug> HTTP-Session: da382800-ff6b-4c2e-b34c-7737dbab5ea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16226 | 2024.09.01 21:07:30.867905 [ 3 ] {} <Debug> HTTP-Session: da382800-ff6b-4c2e-b34c-7737dbab5ea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16227 | 2024.09.01 21:07:30.867940 [ 3 ] {} <Trace> HTTP-Session: da382800-ff6b-4c2e-b34c-7737dbab5ea4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16228 | 2024.09.01 21:07:30.868126 [ 3 ] {fe62dbb9-bead-4fdf-9663-2334ca57407b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16229 | 2024.09.01 21:07:30.868169 [ 3 ] {fe62dbb9-bead-4fdf-9663-2334ca57407b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16230 | 2024.09.01 21:07:30.868390 [ 3 ] {fe62dbb9-bead-4fdf-9663-2334ca57407b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16231 | 2024.09.01 21:07:30.868987 [ 3 ] {fe62dbb9-bead-4fdf-9663-2334ca57407b} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16232 | 2024.09.01 21:07:30.869024 [ 3 ] {fe62dbb9-bead-4fdf-9663-2334ca57407b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16233 | 2024.09.01 21:07:30.869383 [ 3 ] {fe62dbb9-bead-4fdf-9663-2334ca57407b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16234 | 2024.09.01 21:07:30.869735 [ 3 ] {fe62dbb9-bead-4fdf-9663-2334ca57407b} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16235 | 2024.09.01 21:07:30.869858 [ 88 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16236 | 2024.09.01 21:07:30.869863 [ 3 ] {fe62dbb9-bead-4fdf-9663-2334ca57407b} <Debug> executeQuery: Read 293 rows, 26.66 KiB in 0.001833 sec., 159847.24495362793 rows/sec., 14.20 MiB/sec. | ||
16237 | 2024.09.01 21:07:30.869910 [ 88 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16238 | 2024.09.01 21:07:30.869954 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16239 | 2024.09.01 21:07:30.870126 [ 3 ] {fe62dbb9-bead-4fdf-9663-2334ca57407b} <Debug> DynamicQueryHandler: Done processing query | ||
16240 | 2024.09.01 21:07:30.870137 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
16241 | 2024.09.01 21:07:30.870159 [ 3 ] {fe62dbb9-bead-4fdf-9663-2334ca57407b} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
16242 | 2024.09.01 21:07:30.870211 [ 3 ] {} <Debug> HTTP-Session: da382800-ff6b-4c2e-b34c-7737dbab5ea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16243 | 2024.09.01 21:07:30.870404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16244 | 2024.09.01 21:07:30.870415 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16245 | 2024.09.01 21:07:30.870496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16246 | 2024.09.01 21:07:30.870497 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1439 rows starting from the beginning of the part | ||
16247 | 2024.09.01 21:07:30.870538 [ 3 ] {} <Debug> HTTP-Session: 80992b41-6d37-4eef-8e80-e763e2cf06e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16248 | 2024.09.01 21:07:30.870576 [ 3 ] {} <Debug> HTTP-Session: 80992b41-6d37-4eef-8e80-e763e2cf06e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16249 | 2024.09.01 21:07:30.870620 [ 3 ] {} <Debug> HTTP-Session: 80992b41-6d37-4eef-8e80-e763e2cf06e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16250 | 2024.09.01 21:07:30.870725 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part | ||
16251 | 2024.09.01 21:07:30.870736 [ 3 ] {} <Trace> HTTP-Session: 80992b41-6d37-4eef-8e80-e763e2cf06e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16252 | 2024.09.01 21:07:30.871120 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1346 rows starting from the beginning of the part | ||
16253 | 2024.09.01 21:07:30.871208 [ 3 ] {04c4c7ff-90ff-4d1e-b852-3454e32c63b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16254 | 2024.09.01 21:07:30.871400 [ 3 ] {04c4c7ff-90ff-4d1e-b852-3454e32c63b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16255 | 2024.09.01 21:07:30.871411 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 116 rows starting from the beginning of the part | ||
16256 | 2024.09.01 21:07:30.871762 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
16257 | 2024.09.01 21:07:30.872193 [ 199 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 293 rows starting from the beginning of the part | ||
16258 | 2024.09.01 21:07:30.873099 [ 3 ] {04c4c7ff-90ff-4d1e-b852-3454e32c63b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16259 | 2024.09.01 21:07:30.873893 [ 3 ] {04c4c7ff-90ff-4d1e-b852-3454e32c63b9} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16260 | 2024.09.01 21:07:30.873954 [ 3 ] {04c4c7ff-90ff-4d1e-b852-3454e32c63b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16261 | 2024.09.01 21:07:30.874883 [ 3 ] {04c4c7ff-90ff-4d1e-b852-3454e32c63b9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16262 | 2024.09.01 21:07:30.875330 [ 3 ] {04c4c7ff-90ff-4d1e-b852-3454e32c63b9} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16263 | 2024.09.01 21:07:30.875665 [ 3 ] {04c4c7ff-90ff-4d1e-b852-3454e32c63b9} <Debug> executeQuery: Read 52 rows, 3.90 KiB in 0.004668 sec., 11139.674378748929 rows/sec., 834.93 KiB/sec. | ||
16264 | 2024.09.01 21:07:30.876525 [ 196 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 5 columns (5 merged, 0 gathered) in 0.006482747 sec., 512437.0887835049 rows/sec., 44.89 MiB/sec. | ||
16265 | 2024.09.01 21:07:30.876902 [ 196 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16266 | 2024.09.01 21:07:30.876933 [ 3 ] {04c4c7ff-90ff-4d1e-b852-3454e32c63b9} <Debug> DynamicQueryHandler: Done processing query | ||
16267 | 2024.09.01 21:07:30.877058 [ 3 ] {04c4c7ff-90ff-4d1e-b852-3454e32c63b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16268 | 2024.09.01 21:07:30.877180 [ 3 ] {} <Debug> HTTP-Session: 80992b41-6d37-4eef-8e80-e763e2cf06e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16269 | 2024.09.01 21:07:30.877491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16270 | 2024.09.01 21:07:30.877738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16271 | 2024.09.01 21:07:30.877829 [ 3 ] {} <Debug> HTTP-Session: ddc4d4e6-a612-4e56-8f5f-45d1b66c659d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16272 | 2024.09.01 21:07:30.877898 [ 3 ] {} <Debug> HTTP-Session: ddc4d4e6-a612-4e56-8f5f-45d1b66c659d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16273 | 2024.09.01 21:07:30.877970 [ 3 ] {} <Debug> HTTP-Session: ddc4d4e6-a612-4e56-8f5f-45d1b66c659d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16274 | 2024.09.01 21:07:30.878077 [ 3 ] {} <Trace> HTTP-Session: ddc4d4e6-a612-4e56-8f5f-45d1b66c659d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16275 | 2024.09.01 21:07:30.878269 [ 3 ] {f438c2fe-dd03-4d70-9a10-759ae59b88c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16276 | 2024.09.01 21:07:30.878324 [ 3 ] {f438c2fe-dd03-4d70-9a10-759ae59b88c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16277 | 2024.09.01 21:07:30.878346 [ 196 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_91_18} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16278 | 2024.09.01 21:07:30.878472 [ 196 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_91_18} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16279 | 2024.09.01 21:07:30.878590 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
16280 | 2024.09.01 21:07:30.878682 [ 3 ] {f438c2fe-dd03-4d70-9a10-759ae59b88c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16281 | 2024.09.01 21:07:30.879007 [ 3 ] {f438c2fe-dd03-4d70-9a10-759ae59b88c2} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16282 | 2024.09.01 21:07:30.879043 [ 3 ] {f438c2fe-dd03-4d70-9a10-759ae59b88c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16283 | 2024.09.01 21:07:30.879426 [ 3 ] {f438c2fe-dd03-4d70-9a10-759ae59b88c2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16284 | 2024.09.01 21:07:30.880556 [ 3 ] {f438c2fe-dd03-4d70-9a10-759ae59b88c2} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16285 | 2024.09.01 21:07:30.880677 [ 88 ] {} <Debug> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
16286 | 2024.09.01 21:07:30.880684 [ 3 ] {f438c2fe-dd03-4d70-9a10-759ae59b88c2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002458 sec., 5695.687550854353 rows/sec., 398.89 KiB/sec. | ||
16287 | 2024.09.01 21:07:30.880710 [ 88 ] {} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16288 | 2024.09.01 21:07:30.880745 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16289 | 2024.09.01 21:07:30.881079 [ 3 ] {f438c2fe-dd03-4d70-9a10-759ae59b88c2} <Debug> DynamicQueryHandler: Done processing query | ||
16290 | 2024.09.01 21:07:30.881184 [ 3 ] {f438c2fe-dd03-4d70-9a10-759ae59b88c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16291 | 2024.09.01 21:07:30.881274 [ 3 ] {} <Debug> HTTP-Session: ddc4d4e6-a612-4e56-8f5f-45d1b66c659d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16292 | 2024.09.01 21:07:30.881617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16293 | 2024.09.01 21:07:30.881819 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
16294 | 2024.09.01 21:07:30.881858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16295 | 2024.09.01 21:07:30.881982 [ 3 ] {} <Debug> HTTP-Session: 90e44ce3-3be7-4d56-91c8-cf73caee2ccb Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16296 | 2024.09.01 21:07:30.882095 [ 3 ] {} <Debug> HTTP-Session: 90e44ce3-3be7-4d56-91c8-cf73caee2ccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16297 | 2024.09.01 21:07:30.882197 [ 3 ] {} <Debug> HTTP-Session: 90e44ce3-3be7-4d56-91c8-cf73caee2ccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16298 | 2024.09.01 21:07:30.882381 [ 3 ] {} <Trace> HTTP-Session: 90e44ce3-3be7-4d56-91c8-cf73caee2ccb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16299 | 2024.09.01 21:07:30.882748 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16300 | 2024.09.01 21:07:30.882772 [ 3 ] {fce454ca-7b12-4d7f-98ba-4cd49f4a153b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16301 | 2024.09.01 21:07:30.882864 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 243 rows starting from the beginning of the part | ||
16302 | 2024.09.01 21:07:30.882917 [ 3 ] {fce454ca-7b12-4d7f-98ba-4cd49f4a153b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16303 | 2024.09.01 21:07:30.883258 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part | ||
16304 | 2024.09.01 21:07:30.883516 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
16305 | 2024.09.01 21:07:30.883948 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
16306 | 2024.09.01 21:07:30.884215 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part | ||
16307 | 2024.09.01 21:07:30.884505 [ 196 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
16308 | 2024.09.01 21:07:30.884809 [ 3 ] {fce454ca-7b12-4d7f-98ba-4cd49f4a153b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16309 | 2024.09.01 21:07:30.885328 [ 3 ] {fce454ca-7b12-4d7f-98ba-4cd49f4a153b} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16310 | 2024.09.01 21:07:30.885372 [ 3 ] {fce454ca-7b12-4d7f-98ba-4cd49f4a153b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16311 | 2024.09.01 21:07:30.885941 [ 3 ] {fce454ca-7b12-4d7f-98ba-4cd49f4a153b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16312 | 2024.09.01 21:07:30.886449 [ 192 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005596006 sec., 137419.4380778005 rows/sec., 9.33 MiB/sec. | ||
16313 | 2024.09.01 21:07:30.886672 [ 3 ] {fce454ca-7b12-4d7f-98ba-4cd49f4a153b} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16314 | 2024.09.01 21:07:30.886727 [ 186 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
16315 | 2024.09.01 21:07:30.887010 [ 3 ] {fce454ca-7b12-4d7f-98ba-4cd49f4a153b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004365 sec., 1374.5704467353953 rows/sec., 81.21 KiB/sec. | ||
16316 | 2024.09.01 21:07:30.887674 [ 3 ] {fce454ca-7b12-4d7f-98ba-4cd49f4a153b} <Debug> DynamicQueryHandler: Done processing query | ||
16317 | 2024.09.01 21:07:30.887768 [ 3 ] {fce454ca-7b12-4d7f-98ba-4cd49f4a153b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16318 | 2024.09.01 21:07:30.887863 [ 3 ] {} <Debug> HTTP-Session: 90e44ce3-3be7-4d56-91c8-cf73caee2ccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16319 | 2024.09.01 21:07:30.888254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 73074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16320 | 2024.09.01 21:07:30.888314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16321 | 2024.09.01 21:07:30.888358 [ 3 ] {} <Debug> HTTP-Session: 4de02800-a9ed-48f2-8433-73307b567721 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16322 | 2024.09.01 21:07:30.888387 [ 3 ] {} <Debug> HTTP-Session: 4de02800-a9ed-48f2-8433-73307b567721 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16323 | 2024.09.01 21:07:30.888424 [ 3 ] {} <Debug> HTTP-Session: 4de02800-a9ed-48f2-8433-73307b567721 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16324 | 2024.09.01 21:07:30.888481 [ 3 ] {} <Trace> HTTP-Session: 4de02800-a9ed-48f2-8433-73307b567721 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16325 | 2024.09.01 21:07:30.888523 [ 186 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16326 | 2024.09.01 21:07:30.888719 [ 186 ] {1a28bf23-d48a-4964-bce3-e3c14b3aff58::all_1_40_8} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
16327 | 2024.09.01 21:07:30.888858 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
16328 | 2024.09.01 21:07:30.888880 [ 3 ] {5998235d-1ffb-4f53-bbb0-8e9257f245e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16329 | 2024.09.01 21:07:30.888941 [ 3 ] {5998235d-1ffb-4f53-bbb0-8e9257f245e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16330 | 2024.09.01 21:07:30.889194 [ 3 ] {5998235d-1ffb-4f53-bbb0-8e9257f245e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16331 | 2024.09.01 21:07:30.889842 [ 3 ] {5998235d-1ffb-4f53-bbb0-8e9257f245e7} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16332 | 2024.09.01 21:07:30.889880 [ 3 ] {5998235d-1ffb-4f53-bbb0-8e9257f245e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16333 | 2024.09.01 21:07:30.890253 [ 3 ] {5998235d-1ffb-4f53-bbb0-8e9257f245e7} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16334 | 2024.09.01 21:07:30.890619 [ 3 ] {5998235d-1ffb-4f53-bbb0-8e9257f245e7} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16335 | 2024.09.01 21:07:30.890746 [ 88 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16336 | 2024.09.01 21:07:30.890751 [ 3 ] {5998235d-1ffb-4f53-bbb0-8e9257f245e7} <Debug> executeQuery: Read 449 rows, 32.98 KiB in 0.002092 sec., 214627.15105162523 rows/sec., 15.40 MiB/sec. | ||
16337 | 2024.09.01 21:07:30.890783 [ 88 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16338 | 2024.09.01 21:07:30.890818 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16339 | 2024.09.01 21:07:30.891042 [ 3 ] {5998235d-1ffb-4f53-bbb0-8e9257f245e7} <Debug> DynamicQueryHandler: Done processing query | ||
16340 | 2024.09.01 21:07:30.891061 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
16341 | 2024.09.01 21:07:30.891078 [ 3 ] {5998235d-1ffb-4f53-bbb0-8e9257f245e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
16342 | 2024.09.01 21:07:30.891176 [ 3 ] {} <Debug> HTTP-Session: 4de02800-a9ed-48f2-8433-73307b567721 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16343 | 2024.09.01 21:07:30.891382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16344 | 2024.09.01 21:07:30.891496 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16345 | 2024.09.01 21:07:30.891512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16346 | 2024.09.01 21:07:30.891597 [ 3 ] {} <Debug> HTTP-Session: 223e0776-dbf2-47ba-9400-8b83ea5b9240 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16347 | 2024.09.01 21:07:30.891610 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 927 rows starting from the beginning of the part | ||
16348 | 2024.09.01 21:07:30.891633 [ 3 ] {} <Debug> HTTP-Session: 223e0776-dbf2-47ba-9400-8b83ea5b9240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16349 | 2024.09.01 21:07:30.891672 [ 3 ] {} <Debug> HTTP-Session: 223e0776-dbf2-47ba-9400-8b83ea5b9240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16350 | 2024.09.01 21:07:30.891748 [ 3 ] {} <Trace> HTTP-Session: 223e0776-dbf2-47ba-9400-8b83ea5b9240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16351 | 2024.09.01 21:07:30.892011 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 80 rows starting from the beginning of the part | ||
16352 | 2024.09.01 21:07:30.892082 [ 3 ] {52a54072-5c7c-4ad8-ad74-4f604de39cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16353 | 2024.09.01 21:07:30.892266 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 848 rows starting from the beginning of the part | ||
16354 | 2024.09.01 21:07:30.892285 [ 3 ] {52a54072-5c7c-4ad8-ad74-4f604de39cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16355 | 2024.09.01 21:07:30.892591 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 85 rows starting from the beginning of the part | ||
16356 | 2024.09.01 21:07:30.892979 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 80 rows starting from the beginning of the part | ||
16357 | 2024.09.01 21:07:30.893364 [ 190 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 449 rows starting from the beginning of the part | ||
16358 | 2024.09.01 21:07:30.893473 [ 3 ] {52a54072-5c7c-4ad8-ad74-4f604de39cb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16359 | 2024.09.01 21:07:30.894287 [ 3 ] {52a54072-5c7c-4ad8-ad74-4f604de39cb8} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16360 | 2024.09.01 21:07:30.894364 [ 3 ] {52a54072-5c7c-4ad8-ad74-4f604de39cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16361 | 2024.09.01 21:07:30.895250 [ 3 ] {52a54072-5c7c-4ad8-ad74-4f604de39cb8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16362 | 2024.09.01 21:07:30.896002 [ 3 ] {52a54072-5c7c-4ad8-ad74-4f604de39cb8} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16363 | 2024.09.01 21:07:30.896160 [ 3 ] {52a54072-5c7c-4ad8-ad74-4f604de39cb8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004181 sec., 1435.0633819660368 rows/sec., 74.98 KiB/sec. | ||
16364 | 2024.09.01 21:07:30.896971 [ 3 ] {52a54072-5c7c-4ad8-ad74-4f604de39cb8} <Debug> DynamicQueryHandler: Done processing query | ||
16365 | 2024.09.01 21:07:30.897089 [ 3 ] {52a54072-5c7c-4ad8-ad74-4f604de39cb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16366 | 2024.09.01 21:07:30.897188 [ 3 ] {} <Debug> HTTP-Session: 223e0776-dbf2-47ba-9400-8b83ea5b9240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16367 | 2024.09.01 21:07:30.897207 [ 192 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2469 rows, containing 5 columns (5 merged, 0 gathered) in 0.006285655 sec., 392799.1593557075 rows/sec., 30.11 MiB/sec. | ||
16368 | 2024.09.01 21:07:30.897412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16369 | 2024.09.01 21:07:30.897463 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16370 | 2024.09.01 21:07:30.897469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16371 | 2024.09.01 21:07:30.897502 [ 3 ] {} <Debug> HTTP-Session: be98f0f5-f532-4c15-a676-15fed19253e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16372 | 2024.09.01 21:07:30.897530 [ 3 ] {} <Debug> HTTP-Session: be98f0f5-f532-4c15-a676-15fed19253e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16373 | 2024.09.01 21:07:30.897556 [ 3 ] {} <Debug> HTTP-Session: be98f0f5-f532-4c15-a676-15fed19253e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16374 | 2024.09.01 21:07:30.897590 [ 3 ] {} <Trace> HTTP-Session: be98f0f5-f532-4c15-a676-15fed19253e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16375 | 2024.09.01 21:07:30.897850 [ 3 ] {14b9f0b0-363f-4837-8976-bde79399260c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16376 | 2024.09.01 21:07:30.897908 [ 3 ] {14b9f0b0-363f-4837-8976-bde79399260c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16377 | 2024.09.01 21:07:30.898072 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_91_18} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16378 | 2024.09.01 21:07:30.898173 [ 3 ] {14b9f0b0-363f-4837-8976-bde79399260c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16379 | 2024.09.01 21:07:30.898207 [ 188 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_91_18} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16380 | 2024.09.01 21:07:30.898302 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
16381 | 2024.09.01 21:07:30.898748 [ 3 ] {14b9f0b0-363f-4837-8976-bde79399260c} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16382 | 2024.09.01 21:07:30.898784 [ 3 ] {14b9f0b0-363f-4837-8976-bde79399260c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16383 | 2024.09.01 21:07:30.899168 [ 3 ] {14b9f0b0-363f-4837-8976-bde79399260c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16384 | 2024.09.01 21:07:30.899504 [ 3 ] {14b9f0b0-363f-4837-8976-bde79399260c} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16385 | 2024.09.01 21:07:30.899626 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16386 | 2024.09.01 21:07:30.899632 [ 3 ] {14b9f0b0-363f-4837-8976-bde79399260c} <Debug> executeQuery: Read 238 rows, 16.33 KiB in 0.00195 sec., 122051.28205128206 rows/sec., 8.18 MiB/sec. | ||
16387 | 2024.09.01 21:07:30.899660 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16388 | 2024.09.01 21:07:30.899698 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16389 | 2024.09.01 21:07:30.899871 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::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 | ||
16390 | 2024.09.01 21:07:30.899900 [ 3 ] {14b9f0b0-363f-4837-8976-bde79399260c} <Debug> DynamicQueryHandler: Done processing query | ||
16391 | 2024.09.01 21:07:30.899961 [ 3 ] {14b9f0b0-363f-4837-8976-bde79399260c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16392 | 2024.09.01 21:07:30.899979 [ 3 ] {} <Debug> HTTP-Session: be98f0f5-f532-4c15-a676-15fed19253e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16393 | 2024.09.01 21:07:30.900137 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16394 | 2024.09.01 21:07:30.900153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16395 | 2024.09.01 21:07:30.900209 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 23424 rows starting from the beginning of the part | ||
16396 | 2024.09.01 21:07:30.900241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16397 | 2024.09.01 21:07:30.900290 [ 3 ] {} <Debug> HTTP-Session: e4e2396b-759a-4d99-a1e5-5ff53fd2ef0a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16398 | 2024.09.01 21:07:30.900361 [ 3 ] {} <Debug> HTTP-Session: e4e2396b-759a-4d99-a1e5-5ff53fd2ef0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16399 | 2024.09.01 21:07:30.900413 [ 3 ] {} <Debug> HTTP-Session: e4e2396b-759a-4d99-a1e5-5ff53fd2ef0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16400 | 2024.09.01 21:07:30.900490 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 162 rows starting from the beginning of the part | ||
16401 | 2024.09.01 21:07:30.900520 [ 3 ] {} <Trace> HTTP-Session: e4e2396b-759a-4d99-a1e5-5ff53fd2ef0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16402 | 2024.09.01 21:07:30.900801 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 910 rows starting from the beginning of the part | ||
16403 | 2024.09.01 21:07:30.900879 [ 3 ] {5b5983df-e045-4d50-b00b-bff6c2c21268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16404 | 2024.09.01 21:07:30.901096 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 13 rows starting from the beginning of the part | ||
16405 | 2024.09.01 21:07:30.901103 [ 3 ] {5b5983df-e045-4d50-b00b-bff6c2c21268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16406 | 2024.09.01 21:07:30.901452 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 162 rows starting from the beginning of the part | ||
16407 | 2024.09.01 21:07:30.901736 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 238 rows starting from the beginning of the part | ||
16408 | 2024.09.01 21:07:30.902334 [ 3 ] {5b5983df-e045-4d50-b00b-bff6c2c21268} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16409 | 2024.09.01 21:07:30.903093 [ 3 ] {5b5983df-e045-4d50-b00b-bff6c2c21268} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16410 | 2024.09.01 21:07:30.903150 [ 3 ] {5b5983df-e045-4d50-b00b-bff6c2c21268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16411 | 2024.09.01 21:07:30.903589 [ 3 ] {5b5983df-e045-4d50-b00b-bff6c2c21268} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16412 | 2024.09.01 21:07:30.904059 [ 3 ] {5b5983df-e045-4d50-b00b-bff6c2c21268} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16413 | 2024.09.01 21:07:30.904469 [ 3 ] {5b5983df-e045-4d50-b00b-bff6c2c21268} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003721 sec., 268.74496103198067 rows/sec., 18.11 KiB/sec. | ||
16414 | 2024.09.01 21:07:30.905412 [ 3 ] {5b5983df-e045-4d50-b00b-bff6c2c21268} <Debug> DynamicQueryHandler: Done processing query | ||
16415 | 2024.09.01 21:07:30.905495 [ 3 ] {5b5983df-e045-4d50-b00b-bff6c2c21268} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16416 | 2024.09.01 21:07:30.905639 [ 3 ] {} <Debug> HTTP-Session: e4e2396b-759a-4d99-a1e5-5ff53fd2ef0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16417 | 2024.09.01 21:07:30.906046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 85423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16418 | 2024.09.01 21:07:30.906239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16419 | 2024.09.01 21:07:30.906330 [ 3 ] {} <Debug> HTTP-Session: d9f675ac-5248-4f8d-affa-0ff61ef007bd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16420 | 2024.09.01 21:07:30.906396 [ 3 ] {} <Debug> HTTP-Session: d9f675ac-5248-4f8d-affa-0ff61ef007bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16421 | 2024.09.01 21:07:30.906447 [ 3 ] {} <Debug> HTTP-Session: d9f675ac-5248-4f8d-affa-0ff61ef007bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16422 | 2024.09.01 21:07:30.906488 [ 3 ] {} <Trace> HTTP-Session: d9f675ac-5248-4f8d-affa-0ff61ef007bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16423 | 2024.09.01 21:07:30.907410 [ 3 ] {f46c958e-598f-45c9-a1ad-ef3ff5c0c3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16424 | 2024.09.01 21:07:30.907493 [ 3 ] {f46c958e-598f-45c9-a1ad-ef3ff5c0c3d9} <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 | ||
16425 | 2024.09.01 21:07:30.908267 [ 3 ] {f46c958e-598f-45c9-a1ad-ef3ff5c0c3d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16426 | 2024.09.01 21:07:30.909248 [ 3 ] {f46c958e-598f-45c9-a1ad-ef3ff5c0c3d9} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16427 | 2024.09.01 21:07:30.909286 [ 3 ] {f46c958e-598f-45c9-a1ad-ef3ff5c0c3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16428 | 2024.09.01 21:07:30.910460 [ 3 ] {f46c958e-598f-45c9-a1ad-ef3ff5c0c3d9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16429 | 2024.09.01 21:07:30.911032 [ 3 ] {f46c958e-598f-45c9-a1ad-ef3ff5c0c3d9} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16430 | 2024.09.01 21:07:30.911324 [ 3 ] {f46c958e-598f-45c9-a1ad-ef3ff5c0c3d9} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.004714 sec., 10818.83750530335 rows/sec., 19.39 MiB/sec. | ||
16431 | 2024.09.01 21:07:30.912042 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24909 rows, containing 5 columns (5 merged, 0 gathered) in 0.012244505 sec., 2034300.284086617 rows/sec., 137.12 MiB/sec. | ||
16432 | 2024.09.01 21:07:30.912208 [ 3 ] {f46c958e-598f-45c9-a1ad-ef3ff5c0c3d9} <Debug> DynamicQueryHandler: Done processing query | ||
16433 | 2024.09.01 21:07:30.912240 [ 3 ] {f46c958e-598f-45c9-a1ad-ef3ff5c0c3d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16434 | 2024.09.01 21:07:30.912268 [ 3 ] {} <Debug> HTTP-Session: d9f675ac-5248-4f8d-affa-0ff61ef007bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16435 | 2024.09.01 21:07:30.912284 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16436 | 2024.09.01 21:07:30.912399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16437 | 2024.09.01 21:07:30.912478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16438 | 2024.09.01 21:07:30.912506 [ 3 ] {} <Debug> HTTP-Session: f652a1f2-5d6c-407c-ace2-26e57fd4c727 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16439 | 2024.09.01 21:07:30.912558 [ 3 ] {} <Debug> HTTP-Session: f652a1f2-5d6c-407c-ace2-26e57fd4c727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16440 | 2024.09.01 21:07:30.912621 [ 3 ] {} <Debug> HTTP-Session: f652a1f2-5d6c-407c-ace2-26e57fd4c727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16441 | 2024.09.01 21:07:30.912737 [ 3 ] {} <Trace> HTTP-Session: f652a1f2-5d6c-407c-ace2-26e57fd4c727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16442 | 2024.09.01 21:07:30.912924 [ 3 ] {bd513010-1636-4291-87fb-ecb56c3e4ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16443 | 2024.09.01 21:07:30.913010 [ 3 ] {bd513010-1636-4291-87fb-ecb56c3e4ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16444 | 2024.09.01 21:07:30.913023 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16445 | 2024.09.01 21:07:30.913269 [ 191 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16446 | 2024.09.01 21:07:30.913419 [ 3 ] {bd513010-1636-4291-87fb-ecb56c3e4ad2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16447 | 2024.09.01 21:07:30.913445 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
16448 | 2024.09.01 21:07:30.913767 [ 3 ] {bd513010-1636-4291-87fb-ecb56c3e4ad2} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16449 | 2024.09.01 21:07:30.913807 [ 3 ] {bd513010-1636-4291-87fb-ecb56c3e4ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16450 | 2024.09.01 21:07:30.914163 [ 3 ] {bd513010-1636-4291-87fb-ecb56c3e4ad2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
16451 | 2024.09.01 21:07:30.914520 [ 3 ] {bd513010-1636-4291-87fb-ecb56c3e4ad2} <Trace> oximeter.measurements_i64 (f4625e1c-53f7-49f2-9578-b8bb8db5d42f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16452 | 2024.09.01 21:07:30.914664 [ 3 ] {bd513010-1636-4291-87fb-ecb56c3e4ad2} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001788 sec., 5033.557046979866 rows/sec., 355.56 KiB/sec. | ||
16453 | 2024.09.01 21:07:30.915181 [ 3 ] {bd513010-1636-4291-87fb-ecb56c3e4ad2} <Debug> DynamicQueryHandler: Done processing query | ||
16454 | 2024.09.01 21:07:30.915206 [ 3 ] {bd513010-1636-4291-87fb-ecb56c3e4ad2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16455 | 2024.09.01 21:07:30.915222 [ 3 ] {} <Debug> HTTP-Session: f652a1f2-5d6c-407c-ace2-26e57fd4c727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16456 | 2024.09.01 21:07:30.915364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16457 | 2024.09.01 21:07:30.915412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16458 | 2024.09.01 21:07:30.915431 [ 3 ] {} <Debug> HTTP-Session: 13ccbae1-037b-4b2c-98b1-daf4d381af6a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16459 | 2024.09.01 21:07:30.915447 [ 3 ] {} <Debug> HTTP-Session: 13ccbae1-037b-4b2c-98b1-daf4d381af6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16460 | 2024.09.01 21:07:30.915461 [ 3 ] {} <Debug> HTTP-Session: 13ccbae1-037b-4b2c-98b1-daf4d381af6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16461 | 2024.09.01 21:07:30.915494 [ 3 ] {} <Trace> HTTP-Session: 13ccbae1-037b-4b2c-98b1-daf4d381af6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16462 | 2024.09.01 21:07:30.915618 [ 3 ] {cc8199f7-13a0-446b-b546-27921b3c45d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16463 | 2024.09.01 21:07:30.915664 [ 3 ] {cc8199f7-13a0-446b-b546-27921b3c45d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16464 | 2024.09.01 21:07:30.915817 [ 3 ] {cc8199f7-13a0-446b-b546-27921b3c45d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16465 | 2024.09.01 21:07:30.916120 [ 3 ] {cc8199f7-13a0-446b-b546-27921b3c45d9} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16466 | 2024.09.01 21:07:30.916155 [ 3 ] {cc8199f7-13a0-446b-b546-27921b3c45d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16467 | 2024.09.01 21:07:30.916503 [ 3 ] {cc8199f7-13a0-446b-b546-27921b3c45d9} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16468 | 2024.09.01 21:07:30.916818 [ 3 ] {cc8199f7-13a0-446b-b546-27921b3c45d9} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16469 | 2024.09.01 21:07:30.916940 [ 88 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16470 | 2024.09.01 21:07:30.916945 [ 3 ] {cc8199f7-13a0-446b-b546-27921b3c45d9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001374 sec., 59679.76710334789 rows/sec., 3.79 MiB/sec. | ||
16471 | 2024.09.01 21:07:30.916975 [ 88 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16472 | 2024.09.01 21:07:30.917010 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16473 | 2024.09.01 21:07:30.917134 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
16474 | 2024.09.01 21:07:30.917160 [ 3 ] {cc8199f7-13a0-446b-b546-27921b3c45d9} <Debug> DynamicQueryHandler: Done processing query | ||
16475 | 2024.09.01 21:07:30.917191 [ 3 ] {cc8199f7-13a0-446b-b546-27921b3c45d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16476 | 2024.09.01 21:07:30.917213 [ 3 ] {} <Debug> HTTP-Session: 13ccbae1-037b-4b2c-98b1-daf4d381af6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16477 | 2024.09.01 21:07:30.917291 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16478 | 2024.09.01 21:07:30.917327 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4506 rows starting from the beginning of the part | ||
16479 | 2024.09.01 21:07:30.917398 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
16480 | 2024.09.01 21:07:30.917677 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
16481 | 2024.09.01 21:07:30.917889 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 6 rows starting from the beginning of the part | ||
16482 | 2024.09.01 21:07:30.917957 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
16483 | 2024.09.01 21:07:30.918130 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
16484 | 2024.09.01 21:07:30.920138 [ 197 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4790 rows, containing 4 columns (4 merged, 0 gathered) in 0.003059612 sec., 1565557.9857838182 rows/sec., 102.02 MiB/sec. | ||
16485 | 2024.09.01 21:07:30.920709 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16486 | 2024.09.01 21:07:30.921199 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_91_18} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16487 | 2024.09.01 21:07:30.921288 [ 198 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_91_18} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16488 | 2024.09.01 21:07:30.921380 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
16489 | 2024.09.01 21:07:35.858360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16490 | 2024.09.01 21:07:35.858506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16491 | 2024.09.01 21:07:35.858537 [ 3 ] {} <Debug> HTTP-Session: 18a7f247-d36b-49dc-83f4-5d8693085276 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16492 | 2024.09.01 21:07:35.858565 [ 3 ] {} <Debug> HTTP-Session: 18a7f247-d36b-49dc-83f4-5d8693085276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16493 | 2024.09.01 21:07:35.858583 [ 3 ] {} <Debug> HTTP-Session: 18a7f247-d36b-49dc-83f4-5d8693085276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16494 | 2024.09.01 21:07:35.858638 [ 3 ] {} <Trace> HTTP-Session: 18a7f247-d36b-49dc-83f4-5d8693085276 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16495 | 2024.09.01 21:07:35.858835 [ 3 ] {d07f299b-e988-4acc-9801-b6bd51503c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16496 | 2024.09.01 21:07:35.858909 [ 3 ] {d07f299b-e988-4acc-9801-b6bd51503c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16497 | 2024.09.01 21:07:35.859263 [ 3 ] {d07f299b-e988-4acc-9801-b6bd51503c32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16498 | 2024.09.01 21:07:35.859749 [ 3 ] {d07f299b-e988-4acc-9801-b6bd51503c32} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16499 | 2024.09.01 21:07:35.859792 [ 3 ] {d07f299b-e988-4acc-9801-b6bd51503c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16500 | 2024.09.01 21:07:35.860202 [ 3 ] {d07f299b-e988-4acc-9801-b6bd51503c32} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
16501 | 2024.09.01 21:07:35.860602 [ 3 ] {d07f299b-e988-4acc-9801-b6bd51503c32} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16502 | 2024.09.01 21:07:35.860751 [ 136 ] {} <Debug> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
16503 | 2024.09.01 21:07:35.860755 [ 3 ] {d07f299b-e988-4acc-9801-b6bd51503c32} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001979 sec., 1010.611419909045 rows/sec., 75.01 KiB/sec. | ||
16504 | 2024.09.01 21:07:35.860796 [ 136 ] {} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16505 | 2024.09.01 21:07:35.860831 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16506 | 2024.09.01 21:07:35.861093 [ 3 ] {d07f299b-e988-4acc-9801-b6bd51503c32} <Debug> DynamicQueryHandler: Done processing query | ||
16507 | 2024.09.01 21:07:35.861121 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::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 | ||
16508 | 2024.09.01 21:07:35.861142 [ 3 ] {d07f299b-e988-4acc-9801-b6bd51503c32} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16509 | 2024.09.01 21:07:35.861238 [ 3 ] {} <Debug> HTTP-Session: 18a7f247-d36b-49dc-83f4-5d8693085276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16510 | 2024.09.01 21:07:35.861441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16511 | 2024.09.01 21:07:35.861580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16512 | 2024.09.01 21:07:35.861599 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16513 | 2024.09.01 21:07:35.861617 [ 3 ] {} <Debug> HTTP-Session: 155117c0-3660-49d5-990b-b7bc93c70ac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16514 | 2024.09.01 21:07:35.861679 [ 3 ] {} <Debug> HTTP-Session: 155117c0-3660-49d5-990b-b7bc93c70ac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16515 | 2024.09.01 21:07:35.861714 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 20 rows starting from the beginning of the part | ||
16516 | 2024.09.01 21:07:35.861729 [ 3 ] {} <Debug> HTTP-Session: 155117c0-3660-49d5-990b-b7bc93c70ac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16517 | 2024.09.01 21:07:35.861832 [ 3 ] {} <Trace> HTTP-Session: 155117c0-3660-49d5-990b-b7bc93c70ac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16518 | 2024.09.01 21:07:35.862123 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
16519 | 2024.09.01 21:07:35.862212 [ 3 ] {5eb24614-d6d4-47b3-b89b-b701a754276e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16520 | 2024.09.01 21:07:35.862418 [ 3 ] {5eb24614-d6d4-47b3-b89b-b701a754276e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16521 | 2024.09.01 21:07:35.862440 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
16522 | 2024.09.01 21:07:35.862883 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
16523 | 2024.09.01 21:07:35.863261 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
16524 | 2024.09.01 21:07:35.863655 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
16525 | 2024.09.01 21:07:35.864118 [ 3 ] {5eb24614-d6d4-47b3-b89b-b701a754276e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16526 | 2024.09.01 21:07:35.865038 [ 3 ] {5eb24614-d6d4-47b3-b89b-b701a754276e} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16527 | 2024.09.01 21:07:35.865108 [ 3 ] {5eb24614-d6d4-47b3-b89b-b701a754276e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16528 | 2024.09.01 21:07:35.866181 [ 3 ] {5eb24614-d6d4-47b3-b89b-b701a754276e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16529 | 2024.09.01 21:07:35.866398 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.005440223 sec., 5146.847840612416 rows/sec., 429.02 KiB/sec. | ||
16530 | 2024.09.01 21:07:35.866641 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
16531 | 2024.09.01 21:07:35.867186 [ 3 ] {5eb24614-d6d4-47b3-b89b-b701a754276e} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16532 | 2024.09.01 21:07:35.867576 [ 3 ] {5eb24614-d6d4-47b3-b89b-b701a754276e} <Debug> executeQuery: Read 64 rows, 5.03 KiB in 0.005513 sec., 11608.924360602214 rows/sec., 912.08 KiB/sec. | ||
16533 | 2024.09.01 21:07:35.867963 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_35_7} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16534 | 2024.09.01 21:07:35.868161 [ 3 ] {5eb24614-d6d4-47b3-b89b-b701a754276e} <Debug> DynamicQueryHandler: Done processing query | ||
16535 | 2024.09.01 21:07:35.868247 [ 3 ] {5eb24614-d6d4-47b3-b89b-b701a754276e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16536 | 2024.09.01 21:07:35.868306 [ 3 ] {} <Debug> HTTP-Session: 155117c0-3660-49d5-990b-b7bc93c70ac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16537 | 2024.09.01 21:07:35.868354 [ 198 ] {5a0ba362-cba2-4184-98a7-8a4bf930b7af::all_1_35_7} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
16538 | 2024.09.01 21:07:35.868564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16539 | 2024.09.01 21:07:35.868658 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16540 | 2024.09.01 21:07:35.868708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16541 | 2024.09.01 21:07:35.868801 [ 3 ] {} <Debug> HTTP-Session: 5a17d77b-45cb-4b3d-9883-ac1ee274de0a Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16542 | 2024.09.01 21:07:35.868831 [ 3 ] {} <Debug> HTTP-Session: 5a17d77b-45cb-4b3d-9883-ac1ee274de0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16543 | 2024.09.01 21:07:35.868857 [ 3 ] {} <Debug> HTTP-Session: 5a17d77b-45cb-4b3d-9883-ac1ee274de0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16544 | 2024.09.01 21:07:35.868894 [ 3 ] {} <Trace> HTTP-Session: 5a17d77b-45cb-4b3d-9883-ac1ee274de0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16545 | 2024.09.01 21:07:35.868997 [ 3 ] {b957a2a7-246d-4dff-9243-9c678173abcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16546 | 2024.09.01 21:07:35.869042 [ 3 ] {b957a2a7-246d-4dff-9243-9c678173abcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16547 | 2024.09.01 21:07:35.869281 [ 3 ] {b957a2a7-246d-4dff-9243-9c678173abcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16548 | 2024.09.01 21:07:35.869593 [ 3 ] {b957a2a7-246d-4dff-9243-9c678173abcd} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16549 | 2024.09.01 21:07:35.869633 [ 3 ] {b957a2a7-246d-4dff-9243-9c678173abcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16550 | 2024.09.01 21:07:35.870013 [ 3 ] {b957a2a7-246d-4dff-9243-9c678173abcd} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16551 | 2024.09.01 21:07:35.870389 [ 3 ] {b957a2a7-246d-4dff-9243-9c678173abcd} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16552 | 2024.09.01 21:07:35.870525 [ 3 ] {b957a2a7-246d-4dff-9243-9c678173abcd} <Debug> executeQuery: Read 4 rows, 282.00 B in 0.001553 sec., 2575.6600128783 rows/sec., 177.33 KiB/sec. | ||
16553 | 2024.09.01 21:07:35.870706 [ 3 ] {b957a2a7-246d-4dff-9243-9c678173abcd} <Debug> DynamicQueryHandler: Done processing query | ||
16554 | 2024.09.01 21:07:35.870732 [ 3 ] {b957a2a7-246d-4dff-9243-9c678173abcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16555 | 2024.09.01 21:07:35.870750 [ 3 ] {} <Debug> HTTP-Session: 5a17d77b-45cb-4b3d-9883-ac1ee274de0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16556 | 2024.09.01 21:07:35.870877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 13436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16557 | 2024.09.01 21:07:35.870928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16558 | 2024.09.01 21:07:35.870948 [ 3 ] {} <Debug> HTTP-Session: 8ad09d08-4161-4ef4-8178-4abfca897aac Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16559 | 2024.09.01 21:07:35.870964 [ 3 ] {} <Debug> HTTP-Session: 8ad09d08-4161-4ef4-8178-4abfca897aac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16560 | 2024.09.01 21:07:35.870977 [ 3 ] {} <Debug> HTTP-Session: 8ad09d08-4161-4ef4-8178-4abfca897aac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16561 | 2024.09.01 21:07:35.871010 [ 3 ] {} <Trace> HTTP-Session: 8ad09d08-4161-4ef4-8178-4abfca897aac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16562 | 2024.09.01 21:07:35.871134 [ 3 ] {99ab7bca-2951-4a81-af83-7c93739194ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16563 | 2024.09.01 21:07:35.871178 [ 3 ] {99ab7bca-2951-4a81-af83-7c93739194ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16564 | 2024.09.01 21:07:35.871407 [ 3 ] {99ab7bca-2951-4a81-af83-7c93739194ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16565 | 2024.09.01 21:07:35.871767 [ 3 ] {99ab7bca-2951-4a81-af83-7c93739194ff} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16566 | 2024.09.01 21:07:35.871804 [ 3 ] {99ab7bca-2951-4a81-af83-7c93739194ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16567 | 2024.09.01 21:07:35.872156 [ 3 ] {99ab7bca-2951-4a81-af83-7c93739194ff} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16568 | 2024.09.01 21:07:35.872521 [ 3 ] {99ab7bca-2951-4a81-af83-7c93739194ff} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16569 | 2024.09.01 21:07:35.872644 [ 3 ] {99ab7bca-2951-4a81-af83-7c93739194ff} <Debug> executeQuery: Read 80 rows, 6.26 KiB in 0.001559 sec., 51314.94547787043 rows/sec., 3.92 MiB/sec. | ||
16570 | 2024.09.01 21:07:35.872802 [ 3 ] {99ab7bca-2951-4a81-af83-7c93739194ff} <Debug> DynamicQueryHandler: Done processing query | ||
16571 | 2024.09.01 21:07:35.872827 [ 3 ] {99ab7bca-2951-4a81-af83-7c93739194ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16572 | 2024.09.01 21:07:35.872842 [ 3 ] {} <Debug> HTTP-Session: 8ad09d08-4161-4ef4-8178-4abfca897aac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16573 | 2024.09.01 21:07:35.872965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 30942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16574 | 2024.09.01 21:07:35.873012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16575 | 2024.09.01 21:07:35.873030 [ 3 ] {} <Debug> HTTP-Session: 3304dd0a-ae43-44a8-971e-b0ba812f90bd Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16576 | 2024.09.01 21:07:35.873046 [ 3 ] {} <Debug> HTTP-Session: 3304dd0a-ae43-44a8-971e-b0ba812f90bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16577 | 2024.09.01 21:07:35.873060 [ 3 ] {} <Debug> HTTP-Session: 3304dd0a-ae43-44a8-971e-b0ba812f90bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16578 | 2024.09.01 21:07:35.873092 [ 3 ] {} <Trace> HTTP-Session: 3304dd0a-ae43-44a8-971e-b0ba812f90bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16579 | 2024.09.01 21:07:35.873237 [ 3 ] {2a7bb141-14c9-4dc5-b88e-f28feac62d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16580 | 2024.09.01 21:07:35.873284 [ 3 ] {2a7bb141-14c9-4dc5-b88e-f28feac62d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16581 | 2024.09.01 21:07:35.873424 [ 3 ] {2a7bb141-14c9-4dc5-b88e-f28feac62d6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16582 | 2024.09.01 21:07:35.873784 [ 3 ] {2a7bb141-14c9-4dc5-b88e-f28feac62d6d} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16583 | 2024.09.01 21:07:35.873819 [ 3 ] {2a7bb141-14c9-4dc5-b88e-f28feac62d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16584 | 2024.09.01 21:07:35.874195 [ 3 ] {2a7bb141-14c9-4dc5-b88e-f28feac62d6d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16585 | 2024.09.01 21:07:35.874528 [ 3 ] {2a7bb141-14c9-4dc5-b88e-f28feac62d6d} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16586 | 2024.09.01 21:07:35.874650 [ 3 ] {2a7bb141-14c9-4dc5-b88e-f28feac62d6d} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.001481 sec., 109385.55030384875 rows/sec., 7.61 MiB/sec. | ||
16587 | 2024.09.01 21:07:35.874905 [ 3 ] {2a7bb141-14c9-4dc5-b88e-f28feac62d6d} <Debug> DynamicQueryHandler: Done processing query | ||
16588 | 2024.09.01 21:07:35.874962 [ 3 ] {2a7bb141-14c9-4dc5-b88e-f28feac62d6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16589 | 2024.09.01 21:07:35.875021 [ 3 ] {} <Debug> HTTP-Session: 3304dd0a-ae43-44a8-971e-b0ba812f90bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16590 | 2024.09.01 21:07:35.875219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16591 | 2024.09.01 21:07:35.875282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16592 | 2024.09.01 21:07:35.875301 [ 3 ] {} <Debug> HTTP-Session: c4b7e433-85b8-47ac-b7bb-70d574fbe0c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16593 | 2024.09.01 21:07:35.875317 [ 3 ] {} <Debug> HTTP-Session: c4b7e433-85b8-47ac-b7bb-70d574fbe0c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16594 | 2024.09.01 21:07:35.875331 [ 3 ] {} <Debug> HTTP-Session: c4b7e433-85b8-47ac-b7bb-70d574fbe0c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16595 | 2024.09.01 21:07:35.875362 [ 3 ] {} <Trace> HTTP-Session: c4b7e433-85b8-47ac-b7bb-70d574fbe0c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16596 | 2024.09.01 21:07:35.875477 [ 3 ] {29a69916-04c1-4241-8464-aa685d54069f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16597 | 2024.09.01 21:07:35.875546 [ 3 ] {29a69916-04c1-4241-8464-aa685d54069f} <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 | ||
16598 | 2024.09.01 21:07:35.875983 [ 3 ] {29a69916-04c1-4241-8464-aa685d54069f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16599 | 2024.09.01 21:07:35.876372 [ 3 ] {29a69916-04c1-4241-8464-aa685d54069f} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16600 | 2024.09.01 21:07:35.876407 [ 3 ] {29a69916-04c1-4241-8464-aa685d54069f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16601 | 2024.09.01 21:07:35.876977 [ 3 ] {29a69916-04c1-4241-8464-aa685d54069f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16602 | 2024.09.01 21:07:35.877379 [ 3 ] {29a69916-04c1-4241-8464-aa685d54069f} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16603 | 2024.09.01 21:07:35.877553 [ 3 ] {29a69916-04c1-4241-8464-aa685d54069f} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002117 sec., 944.7331128956071 rows/sec., 1.69 MiB/sec. | ||
16604 | 2024.09.01 21:07:35.877797 [ 3 ] {29a69916-04c1-4241-8464-aa685d54069f} <Debug> DynamicQueryHandler: Done processing query | ||
16605 | 2024.09.01 21:07:35.877821 [ 3 ] {29a69916-04c1-4241-8464-aa685d54069f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16606 | 2024.09.01 21:07:35.877836 [ 3 ] {} <Debug> HTTP-Session: c4b7e433-85b8-47ac-b7bb-70d574fbe0c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16607 | 2024.09.01 21:07:35.877947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16608 | 2024.09.01 21:07:35.877992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16609 | 2024.09.01 21:07:35.878013 [ 3 ] {} <Debug> HTTP-Session: 3ed93a89-028b-44bf-be49-c29be5191f30 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16610 | 2024.09.01 21:07:35.878029 [ 3 ] {} <Debug> HTTP-Session: 3ed93a89-028b-44bf-be49-c29be5191f30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16611 | 2024.09.01 21:07:35.878042 [ 3 ] {} <Debug> HTTP-Session: 3ed93a89-028b-44bf-be49-c29be5191f30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16612 | 2024.09.01 21:07:35.878073 [ 3 ] {} <Trace> HTTP-Session: 3ed93a89-028b-44bf-be49-c29be5191f30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16613 | 2024.09.01 21:07:35.878183 [ 3 ] {cacd07ae-ebd0-46b3-bd99-922e997d581a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16614 | 2024.09.01 21:07:35.878226 [ 3 ] {cacd07ae-ebd0-46b3-bd99-922e997d581a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16615 | 2024.09.01 21:07:35.878352 [ 3 ] {cacd07ae-ebd0-46b3-bd99-922e997d581a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16616 | 2024.09.01 21:07:35.878687 [ 3 ] {cacd07ae-ebd0-46b3-bd99-922e997d581a} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16617 | 2024.09.01 21:07:35.878723 [ 3 ] {cacd07ae-ebd0-46b3-bd99-922e997d581a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
16618 | 2024.09.01 21:07:35.879074 [ 3 ] {cacd07ae-ebd0-46b3-bd99-922e997d581a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16619 | 2024.09.01 21:07:35.879400 [ 3 ] {cacd07ae-ebd0-46b3-bd99-922e997d581a} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16620 | 2024.09.01 21:07:35.879561 [ 3 ] {cacd07ae-ebd0-46b3-bd99-922e997d581a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
16621 | 2024.09.01 21:07:35.879747 [ 3 ] {cacd07ae-ebd0-46b3-bd99-922e997d581a} <Debug> DynamicQueryHandler: Done processing query | ||
16622 | 2024.09.01 21:07:35.879784 [ 3 ] {cacd07ae-ebd0-46b3-bd99-922e997d581a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16623 | 2024.09.01 21:07:35.879816 [ 3 ] {} <Debug> HTTP-Session: 3ed93a89-028b-44bf-be49-c29be5191f30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16624 | 2024.09.01 21:07:39.020735 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16625 | 2024.09.01 21:07:39.020835 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16626 | 2024.09.01 21:07:40.864304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 203, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16627 | 2024.09.01 21:07:40.864413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16628 | 2024.09.01 21:07:40.864437 [ 3 ] {} <Debug> HTTP-Session: 8e80a9fc-dd5b-4044-91a5-3c3da439456f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16629 | 2024.09.01 21:07:40.864461 [ 3 ] {} <Debug> HTTP-Session: 8e80a9fc-dd5b-4044-91a5-3c3da439456f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16630 | 2024.09.01 21:07:40.864477 [ 3 ] {} <Debug> HTTP-Session: 8e80a9fc-dd5b-4044-91a5-3c3da439456f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16631 | 2024.09.01 21:07:40.864525 [ 3 ] {} <Trace> HTTP-Session: 8e80a9fc-dd5b-4044-91a5-3c3da439456f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16632 | 2024.09.01 21:07:40.864695 [ 3 ] {c40b7934-4d16-49e5-a2c4-ed00686c556b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16633 | 2024.09.01 21:07:40.864760 [ 3 ] {c40b7934-4d16-49e5-a2c4-ed00686c556b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16634 | 2024.09.01 21:07:40.865090 [ 3 ] {c40b7934-4d16-49e5-a2c4-ed00686c556b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16635 | 2024.09.01 21:07:40.865489 [ 3 ] {c40b7934-4d16-49e5-a2c4-ed00686c556b} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16636 | 2024.09.01 21:07:40.865528 [ 3 ] {c40b7934-4d16-49e5-a2c4-ed00686c556b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16637 | 2024.09.01 21:07:40.865935 [ 3 ] {c40b7934-4d16-49e5-a2c4-ed00686c556b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
16638 | 2024.09.01 21:07:40.866328 [ 3 ] {c40b7934-4d16-49e5-a2c4-ed00686c556b} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16639 | 2024.09.01 21:07:40.866478 [ 3 ] {c40b7934-4d16-49e5-a2c4-ed00686c556b} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001832 sec., 545.8515283842795 rows/sec., 40.51 KiB/sec. | ||
16640 | 2024.09.01 21:07:40.866814 [ 3 ] {c40b7934-4d16-49e5-a2c4-ed00686c556b} <Debug> DynamicQueryHandler: Done processing query | ||
16641 | 2024.09.01 21:07:40.866846 [ 3 ] {c40b7934-4d16-49e5-a2c4-ed00686c556b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16642 | 2024.09.01 21:07:40.866863 [ 3 ] {} <Debug> HTTP-Session: 8e80a9fc-dd5b-4044-91a5-3c3da439456f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16643 | 2024.09.01 21:07:40.867054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16644 | 2024.09.01 21:07:40.867108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16645 | 2024.09.01 21:07:40.867128 [ 3 ] {} <Debug> HTTP-Session: 15b805a8-2e1f-45e5-a656-deb36b17f977 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16646 | 2024.09.01 21:07:40.867147 [ 3 ] {} <Debug> HTTP-Session: 15b805a8-2e1f-45e5-a656-deb36b17f977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16647 | 2024.09.01 21:07:40.867161 [ 3 ] {} <Debug> HTTP-Session: 15b805a8-2e1f-45e5-a656-deb36b17f977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16648 | 2024.09.01 21:07:40.867196 [ 3 ] {} <Trace> HTTP-Session: 15b805a8-2e1f-45e5-a656-deb36b17f977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16649 | 2024.09.01 21:07:40.867389 [ 3 ] {4de79397-1d1b-4bc7-82fd-bbe4da581be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16650 | 2024.09.01 21:07:40.867435 [ 3 ] {4de79397-1d1b-4bc7-82fd-bbe4da581be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16651 | 2024.09.01 21:07:40.867687 [ 3 ] {4de79397-1d1b-4bc7-82fd-bbe4da581be4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16652 | 2024.09.01 21:07:40.868209 [ 3 ] {4de79397-1d1b-4bc7-82fd-bbe4da581be4} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16653 | 2024.09.01 21:07:40.868246 [ 3 ] {4de79397-1d1b-4bc7-82fd-bbe4da581be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16654 | 2024.09.01 21:07:40.868628 [ 3 ] {4de79397-1d1b-4bc7-82fd-bbe4da581be4} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16655 | 2024.09.01 21:07:40.868992 [ 3 ] {4de79397-1d1b-4bc7-82fd-bbe4da581be4} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16656 | 2024.09.01 21:07:40.869125 [ 3 ] {4de79397-1d1b-4bc7-82fd-bbe4da581be4} <Debug> executeQuery: Read 293 rows, 26.66 KiB in 0.001833 sec., 159847.24495362793 rows/sec., 14.20 MiB/sec. | ||
16657 | 2024.09.01 21:07:40.869308 [ 3 ] {4de79397-1d1b-4bc7-82fd-bbe4da581be4} <Debug> DynamicQueryHandler: Done processing query | ||
16658 | 2024.09.01 21:07:40.869332 [ 3 ] {4de79397-1d1b-4bc7-82fd-bbe4da581be4} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
16659 | 2024.09.01 21:07:40.869348 [ 3 ] {} <Debug> HTTP-Session: 15b805a8-2e1f-45e5-a656-deb36b17f977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16660 | 2024.09.01 21:07:40.869494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 7508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16661 | 2024.09.01 21:07:40.869542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16662 | 2024.09.01 21:07:40.869560 [ 3 ] {} <Debug> HTTP-Session: e2172597-d7f3-4e6a-92eb-39731437934d Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16663 | 2024.09.01 21:07:40.869577 [ 3 ] {} <Debug> HTTP-Session: e2172597-d7f3-4e6a-92eb-39731437934d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16664 | 2024.09.01 21:07:40.869591 [ 3 ] {} <Debug> HTTP-Session: e2172597-d7f3-4e6a-92eb-39731437934d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16665 | 2024.09.01 21:07:40.869621 [ 3 ] {} <Trace> HTTP-Session: e2172597-d7f3-4e6a-92eb-39731437934d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16666 | 2024.09.01 21:07:40.869723 [ 3 ] {3c0ff3f5-34fa-4c92-aea5-5d8497c9069e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16667 | 2024.09.01 21:07:40.869764 [ 3 ] {3c0ff3f5-34fa-4c92-aea5-5d8497c9069e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16668 | 2024.09.01 21:07:40.869976 [ 3 ] {3c0ff3f5-34fa-4c92-aea5-5d8497c9069e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16669 | 2024.09.01 21:07:40.870274 [ 3 ] {3c0ff3f5-34fa-4c92-aea5-5d8497c9069e} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16670 | 2024.09.01 21:07:40.870307 [ 3 ] {3c0ff3f5-34fa-4c92-aea5-5d8497c9069e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16671 | 2024.09.01 21:07:40.870718 [ 3 ] {3c0ff3f5-34fa-4c92-aea5-5d8497c9069e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16672 | 2024.09.01 21:07:40.871074 [ 3 ] {3c0ff3f5-34fa-4c92-aea5-5d8497c9069e} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16673 | 2024.09.01 21:07:40.871209 [ 3 ] {3c0ff3f5-34fa-4c92-aea5-5d8497c9069e} <Debug> executeQuery: Read 52 rows, 3.90 KiB in 0.001503 sec., 34597.471723220224 rows/sec., 2.53 MiB/sec. | ||
16674 | 2024.09.01 21:07:40.871372 [ 3 ] {3c0ff3f5-34fa-4c92-aea5-5d8497c9069e} <Debug> DynamicQueryHandler: Done processing query | ||
16675 | 2024.09.01 21:07:40.871396 [ 3 ] {3c0ff3f5-34fa-4c92-aea5-5d8497c9069e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16676 | 2024.09.01 21:07:40.871411 [ 3 ] {} <Debug> HTTP-Session: e2172597-d7f3-4e6a-92eb-39731437934d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16677 | 2024.09.01 21:07:40.871524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1929, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16678 | 2024.09.01 21:07:40.871571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16679 | 2024.09.01 21:07:40.871591 [ 3 ] {} <Debug> HTTP-Session: ae259ee3-57f4-4fcc-92f7-ac81d4f8512b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16680 | 2024.09.01 21:07:40.871607 [ 3 ] {} <Debug> HTTP-Session: ae259ee3-57f4-4fcc-92f7-ac81d4f8512b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16681 | 2024.09.01 21:07:40.871621 [ 3 ] {} <Debug> HTTP-Session: ae259ee3-57f4-4fcc-92f7-ac81d4f8512b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16682 | 2024.09.01 21:07:40.871652 [ 3 ] {} <Trace> HTTP-Session: ae259ee3-57f4-4fcc-92f7-ac81d4f8512b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16683 | 2024.09.01 21:07:40.871752 [ 3 ] {a51df5fa-833f-40c4-b57f-63c36728a133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16684 | 2024.09.01 21:07:40.871795 [ 3 ] {a51df5fa-833f-40c4-b57f-63c36728a133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16685 | 2024.09.01 21:07:40.872013 [ 3 ] {a51df5fa-833f-40c4-b57f-63c36728a133} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16686 | 2024.09.01 21:07:40.872302 [ 3 ] {a51df5fa-833f-40c4-b57f-63c36728a133} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16687 | 2024.09.01 21:07:40.872338 [ 3 ] {a51df5fa-833f-40c4-b57f-63c36728a133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16688 | 2024.09.01 21:07:40.872683 [ 3 ] {a51df5fa-833f-40c4-b57f-63c36728a133} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
16689 | 2024.09.01 21:07:40.873031 [ 3 ] {a51df5fa-833f-40c4-b57f-63c36728a133} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16690 | 2024.09.01 21:07:40.873166 [ 3 ] {a51df5fa-833f-40c4-b57f-63c36728a133} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001441 sec., 9715.475364330327 rows/sec., 680.41 KiB/sec. | ||
16691 | 2024.09.01 21:07:40.873384 [ 3 ] {a51df5fa-833f-40c4-b57f-63c36728a133} <Debug> DynamicQueryHandler: Done processing query | ||
16692 | 2024.09.01 21:07:40.873409 [ 3 ] {a51df5fa-833f-40c4-b57f-63c36728a133} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16693 | 2024.09.01 21:07:40.873425 [ 3 ] {} <Debug> HTTP-Session: ae259ee3-57f4-4fcc-92f7-ac81d4f8512b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16694 | 2024.09.01 21:07:40.873544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16695 | 2024.09.01 21:07:40.873592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16696 | 2024.09.01 21:07:40.873610 [ 3 ] {} <Debug> HTTP-Session: febad16a-7a5e-49d1-833d-bf7fe40a70e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16697 | 2024.09.01 21:07:40.873628 [ 3 ] {} <Debug> HTTP-Session: febad16a-7a5e-49d1-833d-bf7fe40a70e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16698 | 2024.09.01 21:07:40.873641 [ 3 ] {} <Debug> HTTP-Session: febad16a-7a5e-49d1-833d-bf7fe40a70e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16699 | 2024.09.01 21:07:40.873672 [ 3 ] {} <Trace> HTTP-Session: febad16a-7a5e-49d1-833d-bf7fe40a70e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16700 | 2024.09.01 21:07:40.873764 [ 3 ] {0bee1592-93a4-4866-a572-8c2896ed3667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16701 | 2024.09.01 21:07:40.873807 [ 3 ] {0bee1592-93a4-4866-a572-8c2896ed3667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16702 | 2024.09.01 21:07:40.874027 [ 3 ] {0bee1592-93a4-4866-a572-8c2896ed3667} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16703 | 2024.09.01 21:07:40.874326 [ 3 ] {0bee1592-93a4-4866-a572-8c2896ed3667} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16704 | 2024.09.01 21:07:40.874360 [ 3 ] {0bee1592-93a4-4866-a572-8c2896ed3667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16705 | 2024.09.01 21:07:40.874697 [ 3 ] {0bee1592-93a4-4866-a572-8c2896ed3667} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16706 | 2024.09.01 21:07:40.875052 [ 3 ] {0bee1592-93a4-4866-a572-8c2896ed3667} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16707 | 2024.09.01 21:07:40.875178 [ 3 ] {0bee1592-93a4-4866-a572-8c2896ed3667} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 246.69 KiB/sec. | ||
16708 | 2024.09.01 21:07:40.875464 [ 3 ] {0bee1592-93a4-4866-a572-8c2896ed3667} <Debug> DynamicQueryHandler: Done processing query | ||
16709 | 2024.09.01 21:07:40.875500 [ 3 ] {0bee1592-93a4-4866-a572-8c2896ed3667} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16710 | 2024.09.01 21:07:40.875529 [ 3 ] {} <Debug> HTTP-Session: febad16a-7a5e-49d1-833d-bf7fe40a70e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16711 | 2024.09.01 21:07:40.875711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 71549, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16712 | 2024.09.01 21:07:40.875758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16713 | 2024.09.01 21:07:40.875776 [ 3 ] {} <Debug> HTTP-Session: ea1f027e-805a-4a7a-ab29-4e7ecb355cba Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16714 | 2024.09.01 21:07:40.875793 [ 3 ] {} <Debug> HTTP-Session: ea1f027e-805a-4a7a-ab29-4e7ecb355cba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16715 | 2024.09.01 21:07:40.875806 [ 3 ] {} <Debug> HTTP-Session: ea1f027e-805a-4a7a-ab29-4e7ecb355cba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16716 | 2024.09.01 21:07:40.875837 [ 3 ] {} <Trace> HTTP-Session: ea1f027e-805a-4a7a-ab29-4e7ecb355cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16717 | 2024.09.01 21:07:40.876048 [ 3 ] {692d8275-d939-416d-a01e-d2a342617e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16718 | 2024.09.01 21:07:40.876092 [ 3 ] {692d8275-d939-416d-a01e-d2a342617e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16719 | 2024.09.01 21:07:40.876326 [ 3 ] {692d8275-d939-416d-a01e-d2a342617e75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16720 | 2024.09.01 21:07:40.876928 [ 3 ] {692d8275-d939-416d-a01e-d2a342617e75} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16721 | 2024.09.01 21:07:40.876963 [ 3 ] {692d8275-d939-416d-a01e-d2a342617e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16722 | 2024.09.01 21:07:40.877333 [ 3 ] {692d8275-d939-416d-a01e-d2a342617e75} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16723 | 2024.09.01 21:07:40.877688 [ 3 ] {692d8275-d939-416d-a01e-d2a342617e75} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16724 | 2024.09.01 21:07:40.877813 [ 3 ] {692d8275-d939-416d-a01e-d2a342617e75} <Debug> executeQuery: Read 440 rows, 32.26 KiB in 0.00188 sec., 234042.55319148937 rows/sec., 16.76 MiB/sec. | ||
16725 | 2024.09.01 21:07:40.878011 [ 3 ] {692d8275-d939-416d-a01e-d2a342617e75} <Debug> DynamicQueryHandler: Done processing query | ||
16726 | 2024.09.01 21:07:40.878047 [ 3 ] {692d8275-d939-416d-a01e-d2a342617e75} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
16727 | 2024.09.01 21:07:40.878079 [ 3 ] {} <Debug> HTTP-Session: ea1f027e-805a-4a7a-ab29-4e7ecb355cba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16728 | 2024.09.01 21:07:40.878246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16729 | 2024.09.01 21:07:40.878294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16730 | 2024.09.01 21:07:40.878313 [ 3 ] {} <Debug> HTTP-Session: 80069c6f-5a46-40e9-8508-f02d7d6131ac Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16731 | 2024.09.01 21:07:40.878329 [ 3 ] {} <Debug> HTTP-Session: 80069c6f-5a46-40e9-8508-f02d7d6131ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16732 | 2024.09.01 21:07:40.878343 [ 3 ] {} <Debug> HTTP-Session: 80069c6f-5a46-40e9-8508-f02d7d6131ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16733 | 2024.09.01 21:07:40.878374 [ 3 ] {} <Trace> HTTP-Session: 80069c6f-5a46-40e9-8508-f02d7d6131ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16734 | 2024.09.01 21:07:40.878472 [ 3 ] {7cffb55f-9daf-4626-96cd-38ae5a105b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16735 | 2024.09.01 21:07:40.878517 [ 3 ] {7cffb55f-9daf-4626-96cd-38ae5a105b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16736 | 2024.09.01 21:07:40.878644 [ 3 ] {7cffb55f-9daf-4626-96cd-38ae5a105b54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16737 | 2024.09.01 21:07:40.878892 [ 3 ] {7cffb55f-9daf-4626-96cd-38ae5a105b54} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16738 | 2024.09.01 21:07:40.878928 [ 3 ] {7cffb55f-9daf-4626-96cd-38ae5a105b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16739 | 2024.09.01 21:07:40.879271 [ 3 ] {7cffb55f-9daf-4626-96cd-38ae5a105b54} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16740 | 2024.09.01 21:07:40.879590 [ 3 ] {7cffb55f-9daf-4626-96cd-38ae5a105b54} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16741 | 2024.09.01 21:07:40.879727 [ 3 ] {7cffb55f-9daf-4626-96cd-38ae5a105b54} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001282 sec., 4680.1872074882995 rows/sec., 244.52 KiB/sec. | ||
16742 | 2024.09.01 21:07:40.879920 [ 3 ] {7cffb55f-9daf-4626-96cd-38ae5a105b54} <Debug> DynamicQueryHandler: Done processing query | ||
16743 | 2024.09.01 21:07:40.879951 [ 3 ] {7cffb55f-9daf-4626-96cd-38ae5a105b54} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16744 | 2024.09.01 21:07:40.879968 [ 3 ] {} <Debug> HTTP-Session: 80069c6f-5a46-40e9-8508-f02d7d6131ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16745 | 2024.09.01 21:07:40.880128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 44776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16746 | 2024.09.01 21:07:40.880176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16747 | 2024.09.01 21:07:40.880195 [ 3 ] {} <Debug> HTTP-Session: a2ae80eb-5afb-47bc-81ca-2f06ada6afee Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16748 | 2024.09.01 21:07:40.880211 [ 3 ] {} <Debug> HTTP-Session: a2ae80eb-5afb-47bc-81ca-2f06ada6afee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16749 | 2024.09.01 21:07:40.880225 [ 3 ] {} <Debug> HTTP-Session: a2ae80eb-5afb-47bc-81ca-2f06ada6afee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16750 | 2024.09.01 21:07:40.880256 [ 3 ] {} <Trace> HTTP-Session: a2ae80eb-5afb-47bc-81ca-2f06ada6afee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16751 | 2024.09.01 21:07:40.880453 [ 3 ] {70aa594c-3bf5-4193-aa68-a738cb4bab15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16752 | 2024.09.01 21:07:40.880498 [ 3 ] {70aa594c-3bf5-4193-aa68-a738cb4bab15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16753 | 2024.09.01 21:07:40.880641 [ 3 ] {70aa594c-3bf5-4193-aa68-a738cb4bab15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16754 | 2024.09.01 21:07:40.881123 [ 3 ] {70aa594c-3bf5-4193-aa68-a738cb4bab15} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16755 | 2024.09.01 21:07:40.881159 [ 3 ] {70aa594c-3bf5-4193-aa68-a738cb4bab15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16756 | 2024.09.01 21:07:40.881527 [ 3 ] {70aa594c-3bf5-4193-aa68-a738cb4bab15} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16757 | 2024.09.01 21:07:40.881864 [ 3 ] {70aa594c-3bf5-4193-aa68-a738cb4bab15} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16758 | 2024.09.01 21:07:40.882017 [ 3 ] {70aa594c-3bf5-4193-aa68-a738cb4bab15} <Debug> executeQuery: Read 238 rows, 16.33 KiB in 0.001668 sec., 142685.85131894486 rows/sec., 9.56 MiB/sec. | ||
16759 | 2024.09.01 21:07:40.882192 [ 3 ] {70aa594c-3bf5-4193-aa68-a738cb4bab15} <Debug> DynamicQueryHandler: Done processing query | ||
16760 | 2024.09.01 21:07:40.882217 [ 3 ] {70aa594c-3bf5-4193-aa68-a738cb4bab15} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16761 | 2024.09.01 21:07:40.882232 [ 3 ] {} <Debug> HTTP-Session: a2ae80eb-5afb-47bc-81ca-2f06ada6afee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16762 | 2024.09.01 21:07:40.882349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16763 | 2024.09.01 21:07:40.882398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16764 | 2024.09.01 21:07:40.882417 [ 3 ] {} <Debug> HTTP-Session: 7a667b19-7941-42ec-958d-28e9a92bfc18 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16765 | 2024.09.01 21:07:40.882433 [ 3 ] {} <Debug> HTTP-Session: 7a667b19-7941-42ec-958d-28e9a92bfc18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16766 | 2024.09.01 21:07:40.882446 [ 3 ] {} <Debug> HTTP-Session: 7a667b19-7941-42ec-958d-28e9a92bfc18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16767 | 2024.09.01 21:07:40.882477 [ 3 ] {} <Trace> HTTP-Session: 7a667b19-7941-42ec-958d-28e9a92bfc18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16768 | 2024.09.01 21:07:40.882567 [ 3 ] {01b33d52-6eea-4d11-a7a8-5937546688cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16769 | 2024.09.01 21:07:40.882612 [ 3 ] {01b33d52-6eea-4d11-a7a8-5937546688cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16770 | 2024.09.01 21:07:40.882738 [ 3 ] {01b33d52-6eea-4d11-a7a8-5937546688cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16771 | 2024.09.01 21:07:40.882999 [ 3 ] {01b33d52-6eea-4d11-a7a8-5937546688cf} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16772 | 2024.09.01 21:07:40.883033 [ 3 ] {01b33d52-6eea-4d11-a7a8-5937546688cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16773 | 2024.09.01 21:07:40.883374 [ 3 ] {01b33d52-6eea-4d11-a7a8-5937546688cf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16774 | 2024.09.01 21:07:40.883686 [ 3 ] {01b33d52-6eea-4d11-a7a8-5937546688cf} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16775 | 2024.09.01 21:07:40.883830 [ 3 ] {01b33d52-6eea-4d11-a7a8-5937546688cf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001278 sec., 782.4726134585289 rows/sec., 52.73 KiB/sec. | ||
16776 | 2024.09.01 21:07:40.884025 [ 3 ] {01b33d52-6eea-4d11-a7a8-5937546688cf} <Debug> DynamicQueryHandler: Done processing query | ||
16777 | 2024.09.01 21:07:40.884054 [ 3 ] {01b33d52-6eea-4d11-a7a8-5937546688cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16778 | 2024.09.01 21:07:40.884070 [ 3 ] {} <Debug> HTTP-Session: 7a667b19-7941-42ec-958d-28e9a92bfc18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16779 | 2024.09.01 21:07:40.884237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 85426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16780 | 2024.09.01 21:07:40.884284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16781 | 2024.09.01 21:07:40.884303 [ 3 ] {} <Debug> HTTP-Session: bbd16c7b-1a0f-4102-8f45-486ece717838 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16782 | 2024.09.01 21:07:40.884319 [ 3 ] {} <Debug> HTTP-Session: bbd16c7b-1a0f-4102-8f45-486ece717838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16783 | 2024.09.01 21:07:40.884333 [ 3 ] {} <Debug> HTTP-Session: bbd16c7b-1a0f-4102-8f45-486ece717838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16784 | 2024.09.01 21:07:40.884364 [ 3 ] {} <Trace> HTTP-Session: bbd16c7b-1a0f-4102-8f45-486ece717838 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16785 | 2024.09.01 21:07:40.884818 [ 3 ] {57252f54-4f49-4a68-adc0-8261d4980253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16786 | 2024.09.01 21:07:40.884880 [ 3 ] {57252f54-4f49-4a68-adc0-8261d4980253} <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 | ||
16787 | 2024.09.01 21:07:40.885286 [ 3 ] {57252f54-4f49-4a68-adc0-8261d4980253} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16788 | 2024.09.01 21:07:40.886145 [ 3 ] {57252f54-4f49-4a68-adc0-8261d4980253} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16789 | 2024.09.01 21:07:40.886181 [ 3 ] {57252f54-4f49-4a68-adc0-8261d4980253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16790 | 2024.09.01 21:07:40.886846 [ 3 ] {57252f54-4f49-4a68-adc0-8261d4980253} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16791 | 2024.09.01 21:07:40.887249 [ 3 ] {57252f54-4f49-4a68-adc0-8261d4980253} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16792 | 2024.09.01 21:07:40.887426 [ 3 ] {57252f54-4f49-4a68-adc0-8261d4980253} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.002957 sec., 17247.210010145416 rows/sec., 30.91 MiB/sec. | ||
16793 | 2024.09.01 21:07:40.887668 [ 3 ] {57252f54-4f49-4a68-adc0-8261d4980253} <Debug> DynamicQueryHandler: Done processing query | ||
16794 | 2024.09.01 21:07:40.887692 [ 3 ] {57252f54-4f49-4a68-adc0-8261d4980253} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16795 | 2024.09.01 21:07:40.887707 [ 3 ] {} <Debug> HTTP-Session: bbd16c7b-1a0f-4102-8f45-486ece717838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16796 | 2024.09.01 21:07:40.887835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16797 | 2024.09.01 21:07:40.887884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16798 | 2024.09.01 21:07:40.887902 [ 3 ] {} <Debug> HTTP-Session: e84b4864-e803-4997-91f3-b84627e73ff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16799 | 2024.09.01 21:07:40.887918 [ 3 ] {} <Debug> HTTP-Session: e84b4864-e803-4997-91f3-b84627e73ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16800 | 2024.09.01 21:07:40.887932 [ 3 ] {} <Debug> HTTP-Session: e84b4864-e803-4997-91f3-b84627e73ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16801 | 2024.09.01 21:07:40.887964 [ 3 ] {} <Trace> HTTP-Session: e84b4864-e803-4997-91f3-b84627e73ff2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16802 | 2024.09.01 21:07:40.888082 [ 3 ] {81ec893b-28ea-43ca-8f35-c2e38621bf29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16803 | 2024.09.01 21:07:40.888125 [ 3 ] {81ec893b-28ea-43ca-8f35-c2e38621bf29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16804 | 2024.09.01 21:07:40.888251 [ 3 ] {81ec893b-28ea-43ca-8f35-c2e38621bf29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16805 | 2024.09.01 21:07:40.888555 [ 3 ] {81ec893b-28ea-43ca-8f35-c2e38621bf29} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16806 | 2024.09.01 21:07:40.888591 [ 3 ] {81ec893b-28ea-43ca-8f35-c2e38621bf29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16807 | 2024.09.01 21:07:40.888943 [ 3 ] {81ec893b-28ea-43ca-8f35-c2e38621bf29} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16808 | 2024.09.01 21:07:40.889255 [ 3 ] {81ec893b-28ea-43ca-8f35-c2e38621bf29} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16809 | 2024.09.01 21:07:40.889398 [ 3 ] {81ec893b-28ea-43ca-8f35-c2e38621bf29} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001361 sec., 60249.81631153564 rows/sec., 3.83 MiB/sec. | ||
16810 | 2024.09.01 21:07:40.889573 [ 3 ] {81ec893b-28ea-43ca-8f35-c2e38621bf29} <Debug> DynamicQueryHandler: Done processing query | ||
16811 | 2024.09.01 21:07:40.889597 [ 3 ] {81ec893b-28ea-43ca-8f35-c2e38621bf29} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16812 | 2024.09.01 21:07:40.889613 [ 3 ] {} <Debug> HTTP-Session: e84b4864-e803-4997-91f3-b84627e73ff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16813 | 2024.09.01 21:07:45.858215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16814 | 2024.09.01 21:07:45.858333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16815 | 2024.09.01 21:07:45.858358 [ 3 ] {} <Debug> HTTP-Session: ced19649-43e4-444e-8520-c981a0a0535f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16816 | 2024.09.01 21:07:45.858382 [ 3 ] {} <Debug> HTTP-Session: ced19649-43e4-444e-8520-c981a0a0535f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16817 | 2024.09.01 21:07:45.858397 [ 3 ] {} <Debug> HTTP-Session: ced19649-43e4-444e-8520-c981a0a0535f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16818 | 2024.09.01 21:07:45.858446 [ 3 ] {} <Trace> HTTP-Session: ced19649-43e4-444e-8520-c981a0a0535f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16819 | 2024.09.01 21:07:45.858621 [ 3 ] {9c46fc2c-95cf-4928-9247-ee83786b132c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16820 | 2024.09.01 21:07:45.858683 [ 3 ] {9c46fc2c-95cf-4928-9247-ee83786b132c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16821 | 2024.09.01 21:07:45.859012 [ 3 ] {9c46fc2c-95cf-4928-9247-ee83786b132c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16822 | 2024.09.01 21:07:45.859460 [ 3 ] {9c46fc2c-95cf-4928-9247-ee83786b132c} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16823 | 2024.09.01 21:07:45.859497 [ 3 ] {9c46fc2c-95cf-4928-9247-ee83786b132c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16824 | 2024.09.01 21:07:45.859885 [ 3 ] {9c46fc2c-95cf-4928-9247-ee83786b132c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
16825 | 2024.09.01 21:07:45.860264 [ 3 ] {9c46fc2c-95cf-4928-9247-ee83786b132c} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16826 | 2024.09.01 21:07:45.860406 [ 3 ] {9c46fc2c-95cf-4928-9247-ee83786b132c} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00184 sec., 4347.826086956522 rows/sec., 354.53 KiB/sec. | ||
16827 | 2024.09.01 21:07:45.860608 [ 3 ] {9c46fc2c-95cf-4928-9247-ee83786b132c} <Debug> DynamicQueryHandler: Done processing query | ||
16828 | 2024.09.01 21:07:45.860633 [ 3 ] {9c46fc2c-95cf-4928-9247-ee83786b132c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16829 | 2024.09.01 21:07:45.860649 [ 3 ] {} <Debug> HTTP-Session: ced19649-43e4-444e-8520-c981a0a0535f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16830 | 2024.09.01 21:07:45.860778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 8954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16831 | 2024.09.01 21:07:45.860827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16832 | 2024.09.01 21:07:45.860847 [ 3 ] {} <Debug> HTTP-Session: e580cfc9-1fdc-42c0-9ff9-d45bc43a88d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16833 | 2024.09.01 21:07:45.860866 [ 3 ] {} <Debug> HTTP-Session: e580cfc9-1fdc-42c0-9ff9-d45bc43a88d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16834 | 2024.09.01 21:07:45.860882 [ 3 ] {} <Debug> HTTP-Session: e580cfc9-1fdc-42c0-9ff9-d45bc43a88d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16835 | 2024.09.01 21:07:45.860915 [ 3 ] {} <Trace> HTTP-Session: e580cfc9-1fdc-42c0-9ff9-d45bc43a88d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16836 | 2024.09.01 21:07:45.861030 [ 3 ] {8ca15499-b9fe-400d-8b7e-a1e9b1471a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16837 | 2024.09.01 21:07:45.861074 [ 3 ] {8ca15499-b9fe-400d-8b7e-a1e9b1471a6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16838 | 2024.09.01 21:07:45.861296 [ 3 ] {8ca15499-b9fe-400d-8b7e-a1e9b1471a6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16839 | 2024.09.01 21:07:45.861678 [ 3 ] {8ca15499-b9fe-400d-8b7e-a1e9b1471a6c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16840 | 2024.09.01 21:07:45.861714 [ 3 ] {8ca15499-b9fe-400d-8b7e-a1e9b1471a6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16841 | 2024.09.01 21:07:45.862058 [ 3 ] {8ca15499-b9fe-400d-8b7e-a1e9b1471a6c} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16842 | 2024.09.01 21:07:45.862423 [ 3 ] {8ca15499-b9fe-400d-8b7e-a1e9b1471a6c} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16843 | 2024.09.01 21:07:45.862554 [ 3 ] {8ca15499-b9fe-400d-8b7e-a1e9b1471a6c} <Debug> executeQuery: Read 64 rows, 5.05 KiB in 0.001564 sec., 40920.71611253197 rows/sec., 3.16 MiB/sec. | ||
16844 | 2024.09.01 21:07:45.862729 [ 3 ] {8ca15499-b9fe-400d-8b7e-a1e9b1471a6c} <Debug> DynamicQueryHandler: Done processing query | ||
16845 | 2024.09.01 21:07:45.862753 [ 3 ] {8ca15499-b9fe-400d-8b7e-a1e9b1471a6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16846 | 2024.09.01 21:07:45.862769 [ 3 ] {} <Debug> HTTP-Session: e580cfc9-1fdc-42c0-9ff9-d45bc43a88d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16847 | 2024.09.01 21:07:45.862919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16848 | 2024.09.01 21:07:45.862967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16849 | 2024.09.01 21:07:45.862985 [ 3 ] {} <Debug> HTTP-Session: 3d7f0a35-4576-4192-bd55-4bc5e27ef7ea Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16850 | 2024.09.01 21:07:45.863001 [ 3 ] {} <Debug> HTTP-Session: 3d7f0a35-4576-4192-bd55-4bc5e27ef7ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16851 | 2024.09.01 21:07:45.863015 [ 3 ] {} <Debug> HTTP-Session: 3d7f0a35-4576-4192-bd55-4bc5e27ef7ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16852 | 2024.09.01 21:07:45.863046 [ 3 ] {} <Trace> HTTP-Session: 3d7f0a35-4576-4192-bd55-4bc5e27ef7ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16853 | 2024.09.01 21:07:45.863140 [ 3 ] {bd743cb1-f85f-4f6e-a0c2-bdff5125f9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16854 | 2024.09.01 21:07:45.863183 [ 3 ] {bd743cb1-f85f-4f6e-a0c2-bdff5125f9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16855 | 2024.09.01 21:07:45.863403 [ 3 ] {bd743cb1-f85f-4f6e-a0c2-bdff5125f9fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16856 | 2024.09.01 21:07:45.863725 [ 3 ] {bd743cb1-f85f-4f6e-a0c2-bdff5125f9fd} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16857 | 2024.09.01 21:07:45.863761 [ 3 ] {bd743cb1-f85f-4f6e-a0c2-bdff5125f9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16858 | 2024.09.01 21:07:45.864096 [ 3 ] {bd743cb1-f85f-4f6e-a0c2-bdff5125f9fd} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16859 | 2024.09.01 21:07:45.864441 [ 3 ] {bd743cb1-f85f-4f6e-a0c2-bdff5125f9fd} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16860 | 2024.09.01 21:07:45.864593 [ 140 ] {} <Debug> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16861 | 2024.09.01 21:07:45.864598 [ 3 ] {bd743cb1-f85f-4f6e-a0c2-bdff5125f9fd} <Debug> executeQuery: Read 10 rows, 726.00 B in 0.00148 sec., 6756.756756756757 rows/sec., 479.04 KiB/sec. | ||
16862 | 2024.09.01 21:07:45.864638 [ 140 ] {} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16863 | 2024.09.01 21:07:45.864680 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16864 | 2024.09.01 21:07:45.864854 [ 3 ] {bd743cb1-f85f-4f6e-a0c2-bdff5125f9fd} <Debug> DynamicQueryHandler: Done processing query | ||
16865 | 2024.09.01 21:07:45.864893 [ 3 ] {bd743cb1-f85f-4f6e-a0c2-bdff5125f9fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16866 | 2024.09.01 21:07:45.864889 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::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 | ||
16867 | 2024.09.01 21:07:45.864916 [ 3 ] {} <Debug> HTTP-Session: 3d7f0a35-4576-4192-bd55-4bc5e27ef7ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16868 | 2024.09.01 21:07:45.865169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 12580, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16869 | 2024.09.01 21:07:45.865225 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16870 | 2024.09.01 21:07:45.865257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16871 | 2024.09.01 21:07:45.865297 [ 3 ] {} <Debug> HTTP-Session: c6965150-a230-4960-b23b-1d886eb8b142 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16872 | 2024.09.01 21:07:45.865303 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 73 rows starting from the beginning of the part | ||
16873 | 2024.09.01 21:07:45.865328 [ 3 ] {} <Debug> HTTP-Session: c6965150-a230-4960-b23b-1d886eb8b142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16874 | 2024.09.01 21:07:45.865376 [ 3 ] {} <Debug> HTTP-Session: c6965150-a230-4960-b23b-1d886eb8b142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16875 | 2024.09.01 21:07:45.865477 [ 3 ] {} <Trace> HTTP-Session: c6965150-a230-4960-b23b-1d886eb8b142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16876 | 2024.09.01 21:07:45.865621 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 4 rows starting from the beginning of the part | ||
16877 | 2024.09.01 21:07:45.865822 [ 3 ] {68d63e9f-f8cf-4de8-999d-ec9f6d1ea2a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16878 | 2024.09.01 21:07:45.865977 [ 3 ] {68d63e9f-f8cf-4de8-999d-ec9f6d1ea2a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16879 | 2024.09.01 21:07:45.866022 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 52 rows starting from the beginning of the part | ||
16880 | 2024.09.01 21:07:45.866339 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 4 rows starting from the beginning of the part | ||
16881 | 2024.09.01 21:07:45.866636 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 52 rows starting from the beginning of the part | ||
16882 | 2024.09.01 21:07:45.866976 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 10 rows starting from the beginning of the part | ||
16883 | 2024.09.01 21:07:45.867730 [ 3 ] {68d63e9f-f8cf-4de8-999d-ec9f6d1ea2a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16884 | 2024.09.01 21:07:45.868637 [ 3 ] {68d63e9f-f8cf-4de8-999d-ec9f6d1ea2a9} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16885 | 2024.09.01 21:07:45.868720 [ 3 ] {68d63e9f-f8cf-4de8-999d-ec9f6d1ea2a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16886 | 2024.09.01 21:07:45.869771 [ 3 ] {68d63e9f-f8cf-4de8-999d-ec9f6d1ea2a9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16887 | 2024.09.01 21:07:45.869923 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.0051376 sec., 37955.465587044535 rows/sec., 2.88 MiB/sec. | ||
16888 | 2024.09.01 21:07:45.870151 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16889 | 2024.09.01 21:07:45.870851 [ 3 ] {68d63e9f-f8cf-4de8-999d-ec9f6d1ea2a9} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16890 | 2024.09.01 21:07:45.871150 [ 3 ] {68d63e9f-f8cf-4de8-999d-ec9f6d1ea2a9} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.00547 sec., 13528.336380255942 rows/sec., 1.06 MiB/sec. | ||
16891 | 2024.09.01 21:07:45.871335 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_86_17} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16892 | 2024.09.01 21:07:45.871499 [ 197 ] {cc2af3ae-7d64-472f-ab2d-88e060c6beb4::all_1_86_17} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16893 | 2024.09.01 21:07:45.871537 [ 3 ] {68d63e9f-f8cf-4de8-999d-ec9f6d1ea2a9} <Debug> DynamicQueryHandler: Done processing query | ||
16894 | 2024.09.01 21:07:45.871631 [ 3 ] {68d63e9f-f8cf-4de8-999d-ec9f6d1ea2a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16895 | 2024.09.01 21:07:45.871660 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
16896 | 2024.09.01 21:07:45.871670 [ 3 ] {} <Debug> HTTP-Session: c6965150-a230-4960-b23b-1d886eb8b142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16897 | 2024.09.01 21:07:45.871881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 31346, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16898 | 2024.09.01 21:07:45.871929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16899 | 2024.09.01 21:07:45.871948 [ 3 ] {} <Debug> HTTP-Session: b5492925-f1e7-42eb-8e04-30bd6166bdc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16900 | 2024.09.01 21:07:45.871964 [ 3 ] {} <Debug> HTTP-Session: b5492925-f1e7-42eb-8e04-30bd6166bdc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16901 | 2024.09.01 21:07:45.871978 [ 3 ] {} <Debug> HTTP-Session: b5492925-f1e7-42eb-8e04-30bd6166bdc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16902 | 2024.09.01 21:07:45.872010 [ 3 ] {} <Trace> HTTP-Session: b5492925-f1e7-42eb-8e04-30bd6166bdc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16903 | 2024.09.01 21:07:45.872174 [ 3 ] {3da66643-1daf-49c2-87d1-78476f3800d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16904 | 2024.09.01 21:07:45.872222 [ 3 ] {3da66643-1daf-49c2-87d1-78476f3800d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16905 | 2024.09.01 21:07:45.872387 [ 3 ] {3da66643-1daf-49c2-87d1-78476f3800d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16906 | 2024.09.01 21:07:45.872788 [ 3 ] {3da66643-1daf-49c2-87d1-78476f3800d1} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16907 | 2024.09.01 21:07:45.872823 [ 3 ] {3da66643-1daf-49c2-87d1-78476f3800d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16908 | 2024.09.01 21:07:45.873202 [ 3 ] {3da66643-1daf-49c2-87d1-78476f3800d1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16909 | 2024.09.01 21:07:45.873540 [ 3 ] {3da66643-1daf-49c2-87d1-78476f3800d1} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16910 | 2024.09.01 21:07:45.873664 [ 3 ] {3da66643-1daf-49c2-87d1-78476f3800d1} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001574 sec., 104193.13850063532 rows/sec., 7.25 MiB/sec. | ||
16911 | 2024.09.01 21:07:45.873914 [ 3 ] {3da66643-1daf-49c2-87d1-78476f3800d1} <Debug> DynamicQueryHandler: Done processing query | ||
16912 | 2024.09.01 21:07:45.873974 [ 3 ] {3da66643-1daf-49c2-87d1-78476f3800d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16913 | 2024.09.01 21:07:45.874035 [ 3 ] {} <Debug> HTTP-Session: b5492925-f1e7-42eb-8e04-30bd6166bdc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16914 | 2024.09.01 21:07:45.874259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 3410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16915 | 2024.09.01 21:07:45.874377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16916 | 2024.09.01 21:07:45.874412 [ 3 ] {} <Debug> HTTP-Session: 6755a4fe-a759-4b92-9afd-0587e6a2a818 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16917 | 2024.09.01 21:07:45.874430 [ 3 ] {} <Debug> HTTP-Session: 6755a4fe-a759-4b92-9afd-0587e6a2a818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16918 | 2024.09.01 21:07:45.874444 [ 3 ] {} <Debug> HTTP-Session: 6755a4fe-a759-4b92-9afd-0587e6a2a818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16919 | 2024.09.01 21:07:45.874474 [ 3 ] {} <Trace> HTTP-Session: 6755a4fe-a759-4b92-9afd-0587e6a2a818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16920 | 2024.09.01 21:07:45.874586 [ 3 ] {99591a38-e8e8-47e7-a884-6ef3b635f1e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16921 | 2024.09.01 21:07:45.874652 [ 3 ] {99591a38-e8e8-47e7-a884-6ef3b635f1e8} <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 | ||
16922 | 2024.09.01 21:07:45.875080 [ 3 ] {99591a38-e8e8-47e7-a884-6ef3b635f1e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16923 | 2024.09.01 21:07:45.875549 [ 3 ] {99591a38-e8e8-47e7-a884-6ef3b635f1e8} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16924 | 2024.09.01 21:07:45.875582 [ 3 ] {99591a38-e8e8-47e7-a884-6ef3b635f1e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16925 | 2024.09.01 21:07:45.876111 [ 3 ] {99591a38-e8e8-47e7-a884-6ef3b635f1e8} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16926 | 2024.09.01 21:07:45.876550 [ 3 ] {99591a38-e8e8-47e7-a884-6ef3b635f1e8} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16927 | 2024.09.01 21:07:45.876699 [ 3 ] {99591a38-e8e8-47e7-a884-6ef3b635f1e8} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.002151 sec., 929.8000929800093 rows/sec., 1.67 MiB/sec. | ||
16928 | 2024.09.01 21:07:45.876923 [ 3 ] {99591a38-e8e8-47e7-a884-6ef3b635f1e8} <Debug> DynamicQueryHandler: Done processing query | ||
16929 | 2024.09.01 21:07:45.876948 [ 3 ] {99591a38-e8e8-47e7-a884-6ef3b635f1e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16930 | 2024.09.01 21:07:45.876963 [ 3 ] {} <Debug> HTTP-Session: 6755a4fe-a759-4b92-9afd-0587e6a2a818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16931 | 2024.09.01 21:07:45.877092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16932 | 2024.09.01 21:07:45.877139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16933 | 2024.09.01 21:07:45.877158 [ 3 ] {} <Debug> HTTP-Session: 1d8cc949-d674-4ac8-965e-cf4717ddf938 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16934 | 2024.09.01 21:07:45.877174 [ 3 ] {} <Debug> HTTP-Session: 1d8cc949-d674-4ac8-965e-cf4717ddf938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16935 | 2024.09.01 21:07:45.877188 [ 3 ] {} <Debug> HTTP-Session: 1d8cc949-d674-4ac8-965e-cf4717ddf938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16936 | 2024.09.01 21:07:45.877218 [ 3 ] {} <Trace> HTTP-Session: 1d8cc949-d674-4ac8-965e-cf4717ddf938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16937 | 2024.09.01 21:07:45.877328 [ 3 ] {43ee490e-558a-4a34-b339-07367661e38f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16938 | 2024.09.01 21:07:45.877370 [ 3 ] {43ee490e-558a-4a34-b339-07367661e38f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16939 | 2024.09.01 21:07:45.877496 [ 3 ] {43ee490e-558a-4a34-b339-07367661e38f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16940 | 2024.09.01 21:07:45.877777 [ 3 ] {43ee490e-558a-4a34-b339-07367661e38f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16941 | 2024.09.01 21:07:45.877812 [ 3 ] {43ee490e-558a-4a34-b339-07367661e38f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16942 | 2024.09.01 21:07:45.878164 [ 3 ] {43ee490e-558a-4a34-b339-07367661e38f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16943 | 2024.09.01 21:07:45.878478 [ 3 ] {43ee490e-558a-4a34-b339-07367661e38f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16944 | 2024.09.01 21:07:45.878601 [ 3 ] {43ee490e-558a-4a34-b339-07367661e38f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001311 sec., 45766.59038901601 rows/sec., 3.08 MiB/sec. | ||
16945 | 2024.09.01 21:07:45.878760 [ 3 ] {43ee490e-558a-4a34-b339-07367661e38f} <Debug> DynamicQueryHandler: Done processing query | ||
16946 | 2024.09.01 21:07:45.878785 [ 3 ] {43ee490e-558a-4a34-b339-07367661e38f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16947 | 2024.09.01 21:07:45.878800 [ 3 ] {} <Debug> HTTP-Session: 1d8cc949-d674-4ac8-965e-cf4717ddf938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16948 | 2024.09.01 21:07:50.012719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16949 | 2024.09.01 21:07:50.012857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16950 | 2024.09.01 21:07:50.012888 [ 3 ] {} <Debug> HTTP-Session: cb77db10-a5df-4e00-9fea-8d0b8b0607fc Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16951 | 2024.09.01 21:07:50.012916 [ 3 ] {} <Debug> HTTP-Session: cb77db10-a5df-4e00-9fea-8d0b8b0607fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16952 | 2024.09.01 21:07:50.012934 [ 3 ] {} <Debug> HTTP-Session: cb77db10-a5df-4e00-9fea-8d0b8b0607fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16953 | 2024.09.01 21:07:50.012990 [ 3 ] {} <Trace> HTTP-Session: cb77db10-a5df-4e00-9fea-8d0b8b0607fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16954 | 2024.09.01 21:07:50.013188 [ 3 ] {6832ea86-d9de-4b45-9e31-1a4ddecf9a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16955 | 2024.09.01 21:07:50.013263 [ 3 ] {6832ea86-d9de-4b45-9e31-1a4ddecf9a05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16956 | 2024.09.01 21:07:50.013628 [ 3 ] {6832ea86-d9de-4b45-9e31-1a4ddecf9a05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16957 | 2024.09.01 21:07:50.014057 [ 3 ] {6832ea86-d9de-4b45-9e31-1a4ddecf9a05} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16958 | 2024.09.01 21:07:50.014104 [ 3 ] {6832ea86-d9de-4b45-9e31-1a4ddecf9a05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16959 | 2024.09.01 21:07:50.014509 [ 3 ] {6832ea86-d9de-4b45-9e31-1a4ddecf9a05} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16960 | 2024.09.01 21:07:50.014899 [ 3 ] {6832ea86-d9de-4b45-9e31-1a4ddecf9a05} <Trace> oximeter.fields_ipaddr (5a0ba362-cba2-4184-98a7-8a4bf930b7af): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16961 | 2024.09.01 21:07:50.015082 [ 3 ] {6832ea86-d9de-4b45-9e31-1a4ddecf9a05} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001948 sec., 2053.388090349076 rows/sec., 167.44 KiB/sec. | ||
16962 | 2024.09.01 21:07:50.015303 [ 3 ] {6832ea86-d9de-4b45-9e31-1a4ddecf9a05} <Debug> DynamicQueryHandler: Done processing query | ||
16963 | 2024.09.01 21:07:50.015330 [ 3 ] {6832ea86-d9de-4b45-9e31-1a4ddecf9a05} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16964 | 2024.09.01 21:07:50.015347 [ 3 ] {} <Debug> HTTP-Session: cb77db10-a5df-4e00-9fea-8d0b8b0607fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16965 | 2024.09.01 21:07:50.015611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 196164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16966 | 2024.09.01 21:07:50.015666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16967 | 2024.09.01 21:07:50.015687 [ 3 ] {} <Debug> HTTP-Session: f3494d6b-b394-4bfc-9836-6a8c869cb420 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16968 | 2024.09.01 21:07:50.015706 [ 3 ] {} <Debug> HTTP-Session: f3494d6b-b394-4bfc-9836-6a8c869cb420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16969 | 2024.09.01 21:07:50.015720 [ 3 ] {} <Debug> HTTP-Session: f3494d6b-b394-4bfc-9836-6a8c869cb420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16970 | 2024.09.01 21:07:50.015756 [ 3 ] {} <Trace> HTTP-Session: f3494d6b-b394-4bfc-9836-6a8c869cb420 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16971 | 2024.09.01 21:07:50.016241 [ 3 ] {840896b5-818c-412c-8bce-88971aeca053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16972 | 2024.09.01 21:07:50.016291 [ 3 ] {840896b5-818c-412c-8bce-88971aeca053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16973 | 2024.09.01 21:07:50.016531 [ 3 ] {840896b5-818c-412c-8bce-88971aeca053} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16974 | 2024.09.01 21:07:50.017774 [ 3 ] {840896b5-818c-412c-8bce-88971aeca053} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16975 | 2024.09.01 21:07:50.017814 [ 3 ] {840896b5-818c-412c-8bce-88971aeca053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16976 | 2024.09.01 21:07:50.018261 [ 3 ] {840896b5-818c-412c-8bce-88971aeca053} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
16977 | 2024.09.01 21:07:50.018638 [ 3 ] {840896b5-818c-412c-8bce-88971aeca053} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16978 | 2024.09.01 21:07:50.018797 [ 3 ] {840896b5-818c-412c-8bce-88971aeca053} <Debug> executeQuery: Read 1347 rows, 114.71 KiB in 0.002902 sec., 464162.64645072364 rows/sec., 38.60 MiB/sec. | ||
16979 | 2024.09.01 21:07:50.018981 [ 3 ] {840896b5-818c-412c-8bce-88971aeca053} <Debug> DynamicQueryHandler: Done processing query | ||
16980 | 2024.09.01 21:07:50.019006 [ 3 ] {840896b5-818c-412c-8bce-88971aeca053} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
16981 | 2024.09.01 21:07:50.019022 [ 3 ] {} <Debug> HTTP-Session: f3494d6b-b394-4bfc-9836-6a8c869cb420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16982 | 2024.09.01 21:07:50.019361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 1760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16983 | 2024.09.01 21:07:50.019412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16984 | 2024.09.01 21:07:50.019433 [ 3 ] {} <Debug> HTTP-Session: 6ae51916-9ac1-440b-843e-ec5058a6eb25 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
16985 | 2024.09.01 21:07:50.019450 [ 3 ] {} <Debug> HTTP-Session: 6ae51916-9ac1-440b-843e-ec5058a6eb25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16986 | 2024.09.01 21:07:50.019465 [ 3 ] {} <Debug> HTTP-Session: 6ae51916-9ac1-440b-843e-ec5058a6eb25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16987 | 2024.09.01 21:07:50.019500 [ 3 ] {} <Trace> HTTP-Session: 6ae51916-9ac1-440b-843e-ec5058a6eb25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16988 | 2024.09.01 21:07:50.019607 [ 3 ] {2cb1ad12-f9d7-483b-8eaa-feedbe1d58a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16989 | 2024.09.01 21:07:50.019652 [ 3 ] {2cb1ad12-f9d7-483b-8eaa-feedbe1d58a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16990 | 2024.09.01 21:07:50.019883 [ 3 ] {2cb1ad12-f9d7-483b-8eaa-feedbe1d58a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16991 | 2024.09.01 21:07:50.020194 [ 3 ] {2cb1ad12-f9d7-483b-8eaa-feedbe1d58a7} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16992 | 2024.09.01 21:07:50.020232 [ 3 ] {2cb1ad12-f9d7-483b-8eaa-feedbe1d58a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
16993 | 2024.09.01 21:07:50.020580 [ 3 ] {2cb1ad12-f9d7-483b-8eaa-feedbe1d58a7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16994 | 2024.09.01 21:07:50.020932 [ 3 ] {2cb1ad12-f9d7-483b-8eaa-feedbe1d58a7} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16995 | 2024.09.01 21:07:50.021083 [ 3 ] {2cb1ad12-f9d7-483b-8eaa-feedbe1d58a7} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001505 sec., 7973.421926910299 rows/sec., 585.29 KiB/sec. | ||
16996 | 2024.09.01 21:07:50.021309 [ 3 ] {2cb1ad12-f9d7-483b-8eaa-feedbe1d58a7} <Debug> DynamicQueryHandler: Done processing query | ||
16997 | 2024.09.01 21:07:50.021354 [ 3 ] {2cb1ad12-f9d7-483b-8eaa-feedbe1d58a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16998 | 2024.09.01 21:07:50.021390 [ 3 ] {} <Debug> HTTP-Session: 6ae51916-9ac1-440b-843e-ec5058a6eb25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16999 | 2024.09.01 21:07:50.021604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 32342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17000 | 2024.09.01 21:07:50.021667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17001 | 2024.09.01 21:07:50.021693 [ 3 ] {} <Debug> HTTP-Session: d8f33364-9b83-4eb9-aec7-e9f17e59eedf Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17002 | 2024.09.01 21:07:50.021713 [ 3 ] {} <Debug> HTTP-Session: d8f33364-9b83-4eb9-aec7-e9f17e59eedf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17003 | 2024.09.01 21:07:50.021730 [ 3 ] {} <Debug> HTTP-Session: d8f33364-9b83-4eb9-aec7-e9f17e59eedf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17004 | 2024.09.01 21:07:50.021770 [ 3 ] {} <Trace> HTTP-Session: d8f33364-9b83-4eb9-aec7-e9f17e59eedf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17005 | 2024.09.01 21:07:50.022040 [ 3 ] {1d95c5ef-31fd-48a3-9150-7fced157aaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17006 | 2024.09.01 21:07:50.022095 [ 3 ] {1d95c5ef-31fd-48a3-9150-7fced157aaa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17007 | 2024.09.01 21:07:50.022382 [ 3 ] {1d95c5ef-31fd-48a3-9150-7fced157aaa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17008 | 2024.09.01 21:07:50.022818 [ 3 ] {1d95c5ef-31fd-48a3-9150-7fced157aaa1} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17009 | 2024.09.01 21:07:50.022855 [ 3 ] {1d95c5ef-31fd-48a3-9150-7fced157aaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17010 | 2024.09.01 21:07:50.023227 [ 3 ] {1d95c5ef-31fd-48a3-9150-7fced157aaa1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
17011 | 2024.09.01 21:07:50.023585 [ 3 ] {1d95c5ef-31fd-48a3-9150-7fced157aaa1} <Trace> oximeter.fields_u32 (1a28bf23-d48a-4964-bce3-e3c14b3aff58): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17012 | 2024.09.01 21:07:50.023749 [ 3 ] {1d95c5ef-31fd-48a3-9150-7fced157aaa1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001872 sec., 129273.50427350428 rows/sec., 8.76 MiB/sec. | ||
17013 | 2024.09.01 21:07:50.023927 [ 3 ] {1d95c5ef-31fd-48a3-9150-7fced157aaa1} <Debug> DynamicQueryHandler: Done processing query | ||
17014 | 2024.09.01 21:07:50.023953 [ 3 ] {1d95c5ef-31fd-48a3-9150-7fced157aaa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
17015 | 2024.09.01 21:07:50.023969 [ 3 ] {} <Debug> HTTP-Session: d8f33364-9b83-4eb9-aec7-e9f17e59eedf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17016 | 2024.09.01 21:07:50.024148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17017 | 2024.09.01 21:07:50.024197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17018 | 2024.09.01 21:07:50.024216 [ 3 ] {} <Debug> HTTP-Session: dcdf556f-7e2c-4190-9ff8-7444ff3f3ff8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17019 | 2024.09.01 21:07:50.024233 [ 3 ] {} <Debug> HTTP-Session: dcdf556f-7e2c-4190-9ff8-7444ff3f3ff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17020 | 2024.09.01 21:07:50.024247 [ 3 ] {} <Debug> HTTP-Session: dcdf556f-7e2c-4190-9ff8-7444ff3f3ff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17021 | 2024.09.01 21:07:50.024279 [ 3 ] {} <Trace> HTTP-Session: dcdf556f-7e2c-4190-9ff8-7444ff3f3ff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17022 | 2024.09.01 21:07:50.024375 [ 3 ] {fa7a7a1f-ec3e-4d47-82b1-ec7250e8f548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17023 | 2024.09.01 21:07:50.024419 [ 3 ] {fa7a7a1f-ec3e-4d47-82b1-ec7250e8f548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17024 | 2024.09.01 21:07:50.024645 [ 3 ] {fa7a7a1f-ec3e-4d47-82b1-ec7250e8f548} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17025 | 2024.09.01 21:07:50.024993 [ 3 ] {fa7a7a1f-ec3e-4d47-82b1-ec7250e8f548} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17026 | 2024.09.01 21:07:50.025030 [ 3 ] {fa7a7a1f-ec3e-4d47-82b1-ec7250e8f548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17027 | 2024.09.01 21:07:50.025372 [ 3 ] {fa7a7a1f-ec3e-4d47-82b1-ec7250e8f548} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
17028 | 2024.09.01 21:07:50.025730 [ 3 ] {fa7a7a1f-ec3e-4d47-82b1-ec7250e8f548} <Trace> oximeter.fields_u8 (bb8b5f57-9b14-4652-a8d5-1383cff9e3d3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17029 | 2024.09.01 21:07:50.025895 [ 3 ] {fa7a7a1f-ec3e-4d47-82b1-ec7250e8f548} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 229.89 KiB/sec. | ||
17030 | 2024.09.01 21:07:50.026213 [ 3 ] {fa7a7a1f-ec3e-4d47-82b1-ec7250e8f548} <Debug> DynamicQueryHandler: Done processing query | ||
17031 | 2024.09.01 21:07:50.026263 [ 3 ] {fa7a7a1f-ec3e-4d47-82b1-ec7250e8f548} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17032 | 2024.09.01 21:07:50.026280 [ 3 ] {} <Debug> HTTP-Session: dcdf556f-7e2c-4190-9ff8-7444ff3f3ff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17033 | 2024.09.01 21:07:50.026503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 138783, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17034 | 2024.09.01 21:07:50.026587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17035 | 2024.09.01 21:07:50.026616 [ 3 ] {} <Debug> HTTP-Session: 00d53965-84d0-41f2-946e-12a06a18038b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17036 | 2024.09.01 21:07:50.026637 [ 3 ] {} <Debug> HTTP-Session: 00d53965-84d0-41f2-946e-12a06a18038b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17037 | 2024.09.01 21:07:50.026654 [ 3 ] {} <Debug> HTTP-Session: 00d53965-84d0-41f2-946e-12a06a18038b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17038 | 2024.09.01 21:07:50.026693 [ 3 ] {} <Trace> HTTP-Session: 00d53965-84d0-41f2-946e-12a06a18038b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17039 | 2024.09.01 21:07:50.027064 [ 3 ] {9a5360cd-f2b4-417d-932c-7a9110777d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17040 | 2024.09.01 21:07:50.027117 [ 3 ] {9a5360cd-f2b4-417d-932c-7a9110777d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17041 | 2024.09.01 21:07:50.027411 [ 3 ] {9a5360cd-f2b4-417d-932c-7a9110777d6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17042 | 2024.09.01 21:07:50.028230 [ 3 ] {9a5360cd-f2b4-417d-932c-7a9110777d6b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17043 | 2024.09.01 21:07:50.028267 [ 3 ] {9a5360cd-f2b4-417d-932c-7a9110777d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17044 | 2024.09.01 21:07:50.028656 [ 3 ] {9a5360cd-f2b4-417d-932c-7a9110777d6b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17045 | 2024.09.01 21:07:50.029011 [ 3 ] {9a5360cd-f2b4-417d-932c-7a9110777d6b} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17046 | 2024.09.01 21:07:50.029164 [ 3 ] {9a5360cd-f2b4-417d-932c-7a9110777d6b} <Debug> executeQuery: Read 850 rows, 62.94 KiB in 0.002332 sec., 364493.9965694683 rows/sec., 26.36 MiB/sec. | ||
17047 | 2024.09.01 21:07:50.029327 [ 3 ] {9a5360cd-f2b4-417d-932c-7a9110777d6b} <Debug> DynamicQueryHandler: Done processing query | ||
17048 | 2024.09.01 21:07:50.029353 [ 3 ] {9a5360cd-f2b4-417d-932c-7a9110777d6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
17049 | 2024.09.01 21:07:50.029369 [ 3 ] {} <Debug> HTTP-Session: 00d53965-84d0-41f2-946e-12a06a18038b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17050 | 2024.09.01 21:07:50.029694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17051 | 2024.09.01 21:07:50.029743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17052 | 2024.09.01 21:07:50.029761 [ 3 ] {} <Debug> HTTP-Session: 2eb98bd7-873d-455a-b4ee-1ba2cb017d43 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17053 | 2024.09.01 21:07:50.029778 [ 3 ] {} <Debug> HTTP-Session: 2eb98bd7-873d-455a-b4ee-1ba2cb017d43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17054 | 2024.09.01 21:07:50.029792 [ 3 ] {} <Debug> HTTP-Session: 2eb98bd7-873d-455a-b4ee-1ba2cb017d43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17055 | 2024.09.01 21:07:50.029822 [ 3 ] {} <Trace> HTTP-Session: 2eb98bd7-873d-455a-b4ee-1ba2cb017d43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17056 | 2024.09.01 21:07:50.029919 [ 3 ] {b6583ea8-38d6-4f2a-bf98-8c72cd675922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17057 | 2024.09.01 21:07:50.029964 [ 3 ] {b6583ea8-38d6-4f2a-bf98-8c72cd675922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17058 | 2024.09.01 21:07:50.030090 [ 3 ] {b6583ea8-38d6-4f2a-bf98-8c72cd675922} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17059 | 2024.09.01 21:07:50.030323 [ 3 ] {b6583ea8-38d6-4f2a-bf98-8c72cd675922} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17060 | 2024.09.01 21:07:50.030359 [ 3 ] {b6583ea8-38d6-4f2a-bf98-8c72cd675922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17061 | 2024.09.01 21:07:50.030708 [ 3 ] {b6583ea8-38d6-4f2a-bf98-8c72cd675922} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
17062 | 2024.09.01 21:07:50.031023 [ 3 ] {b6583ea8-38d6-4f2a-bf98-8c72cd675922} <Trace> oximeter.measurements_bool (657c5108-26fd-4910-ae35-5fbde01d0e60): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17063 | 2024.09.01 21:07:50.031182 [ 3 ] {b6583ea8-38d6-4f2a-bf98-8c72cd675922} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001279 sec., 4691.164972634871 rows/sec., 245.10 KiB/sec. | ||
17064 | 2024.09.01 21:07:50.031370 [ 3 ] {b6583ea8-38d6-4f2a-bf98-8c72cd675922} <Debug> DynamicQueryHandler: Done processing query | ||
17065 | 2024.09.01 21:07:50.031402 [ 3 ] {b6583ea8-38d6-4f2a-bf98-8c72cd675922} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17066 | 2024.09.01 21:07:50.031425 [ 3 ] {} <Debug> HTTP-Session: 2eb98bd7-873d-455a-b4ee-1ba2cb017d43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17067 | 2024.09.01 21:07:50.031671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 172528, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17068 | 2024.09.01 21:07:50.031731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17069 | 2024.09.01 21:07:50.031755 [ 3 ] {} <Debug> HTTP-Session: eaae0e0e-88be-48eb-bb02-e9e9c5ca998b Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17070 | 2024.09.01 21:07:50.031775 [ 3 ] {} <Debug> HTTP-Session: eaae0e0e-88be-48eb-bb02-e9e9c5ca998b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17071 | 2024.09.01 21:07:50.031793 [ 3 ] {} <Debug> HTTP-Session: eaae0e0e-88be-48eb-bb02-e9e9c5ca998b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17072 | 2024.09.01 21:07:50.031830 [ 3 ] {} <Trace> HTTP-Session: eaae0e0e-88be-48eb-bb02-e9e9c5ca998b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17073 | 2024.09.01 21:07:50.032272 [ 3 ] {2645d7aa-575b-4d09-b2fe-4316a24ab0bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17074 | 2024.09.01 21:07:50.032330 [ 3 ] {2645d7aa-575b-4d09-b2fe-4316a24ab0bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17075 | 2024.09.01 21:07:50.032492 [ 3 ] {2645d7aa-575b-4d09-b2fe-4316a24ab0bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17076 | 2024.09.01 21:07:50.033212 [ 3 ] {2645d7aa-575b-4d09-b2fe-4316a24ab0bb} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17077 | 2024.09.01 21:07:50.033249 [ 3 ] {2645d7aa-575b-4d09-b2fe-4316a24ab0bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17078 | 2024.09.01 21:07:50.033677 [ 3 ] {2645d7aa-575b-4d09-b2fe-4316a24ab0bb} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17079 | 2024.09.01 21:07:50.034008 [ 3 ] {2645d7aa-575b-4d09-b2fe-4316a24ab0bb} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17080 | 2024.09.01 21:07:50.034164 [ 3 ] {2645d7aa-575b-4d09-b2fe-4316a24ab0bb} <Debug> executeQuery: Read 911 rows, 62.30 KiB in 0.002211 sec., 412030.75531433744 rows/sec., 27.52 MiB/sec. | ||
17081 | 2024.09.01 21:07:50.034395 [ 3 ] {2645d7aa-575b-4d09-b2fe-4316a24ab0bb} <Debug> DynamicQueryHandler: Done processing query | ||
17082 | 2024.09.01 21:07:50.034451 [ 3 ] {2645d7aa-575b-4d09-b2fe-4316a24ab0bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
17083 | 2024.09.01 21:07:50.034517 [ 3 ] {} <Debug> HTTP-Session: eaae0e0e-88be-48eb-bb02-e9e9c5ca998b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17084 | 2024.09.01 21:07:50.034897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17085 | 2024.09.01 21:07:50.034947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17086 | 2024.09.01 21:07:50.034966 [ 3 ] {} <Debug> HTTP-Session: 705ab83e-1fba-4969-8724-13a57ff40e95 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17087 | 2024.09.01 21:07:50.034983 [ 3 ] {} <Debug> HTTP-Session: 705ab83e-1fba-4969-8724-13a57ff40e95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17088 | 2024.09.01 21:07:50.034997 [ 3 ] {} <Debug> HTTP-Session: 705ab83e-1fba-4969-8724-13a57ff40e95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17089 | 2024.09.01 21:07:50.035029 [ 3 ] {} <Trace> HTTP-Session: 705ab83e-1fba-4969-8724-13a57ff40e95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17090 | 2024.09.01 21:07:50.035124 [ 3 ] {470787fb-af68-4f4b-b444-1ccf5516a3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17091 | 2024.09.01 21:07:50.035170 [ 3 ] {470787fb-af68-4f4b-b444-1ccf5516a3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17092 | 2024.09.01 21:07:50.035313 [ 3 ] {470787fb-af68-4f4b-b444-1ccf5516a3f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17093 | 2024.09.01 21:07:50.035548 [ 3 ] {470787fb-af68-4f4b-b444-1ccf5516a3f6} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17094 | 2024.09.01 21:07:50.035584 [ 3 ] {470787fb-af68-4f4b-b444-1ccf5516a3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17095 | 2024.09.01 21:07:50.035926 [ 3 ] {470787fb-af68-4f4b-b444-1ccf5516a3f6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
17096 | 2024.09.01 21:07:50.036240 [ 3 ] {470787fb-af68-4f4b-b444-1ccf5516a3f6} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17097 | 2024.09.01 21:07:50.036401 [ 137 ] {} <Debug> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
17098 | 2024.09.01 21:07:50.036405 [ 3 ] {470787fb-af68-4f4b-b444-1ccf5516a3f6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001294 sec., 772.7975270479135 rows/sec., 52.07 KiB/sec. | ||
17099 | 2024.09.01 21:07:50.036536 [ 137 ] {} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17100 | 2024.09.01 21:07:50.036645 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17101 | 2024.09.01 21:07:50.036782 [ 3 ] {470787fb-af68-4f4b-b444-1ccf5516a3f6} <Debug> DynamicQueryHandler: Done processing query | ||
17102 | 2024.09.01 21:07:50.036829 [ 3 ] {470787fb-af68-4f4b-b444-1ccf5516a3f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17103 | 2024.09.01 21:07:50.036851 [ 3 ] {} <Debug> HTTP-Session: 705ab83e-1fba-4969-8724-13a57ff40e95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17104 | 2024.09.01 21:07:50.036864 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::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 | ||
17105 | 2024.09.01 21:07:50.036985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 14304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17106 | 2024.09.01 21:07:50.037030 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17107 | 2024.09.01 21:07:50.037044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17108 | 2024.09.01 21:07:50.037075 [ 3 ] {} <Debug> HTTP-Session: bea0cd37-6471-44ee-900d-368e0f3c5447 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17109 | 2024.09.01 21:07:50.037078 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 36 rows starting from the beginning of the part | ||
17110 | 2024.09.01 21:07:50.037093 [ 3 ] {} <Debug> HTTP-Session: bea0cd37-6471-44ee-900d-368e0f3c5447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17111 | 2024.09.01 21:07:50.037118 [ 3 ] {} <Debug> HTTP-Session: bea0cd37-6471-44ee-900d-368e0f3c5447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17112 | 2024.09.01 21:07:50.037168 [ 3 ] {} <Trace> HTTP-Session: bea0cd37-6471-44ee-900d-368e0f3c5447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17113 | 2024.09.01 21:07:50.037242 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
17114 | 2024.09.01 21:07:50.037365 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
17115 | 2024.09.01 21:07:50.037503 [ 3 ] {e39a04a3-f85a-45da-93ee-15bb01b20ab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17116 | 2024.09.01 21:07:50.037876 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
17117 | 2024.09.01 21:07:50.037929 [ 3 ] {e39a04a3-f85a-45da-93ee-15bb01b20ab1} <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 | ||
17118 | 2024.09.01 21:07:50.038053 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
17119 | 2024.09.01 21:07:50.038360 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
17120 | 2024.09.01 21:07:50.039398 [ 3 ] {e39a04a3-f85a-45da-93ee-15bb01b20ab1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17121 | 2024.09.01 21:07:50.040440 [ 3 ] {e39a04a3-f85a-45da-93ee-15bb01b20ab1} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17122 | 2024.09.01 21:07:50.040453 [ 200 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.0036854 sec., 11124.97964942747 rows/sec., 748.57 KiB/sec. | ||
17123 | 2024.09.01 21:07:50.040478 [ 3 ] {e39a04a3-f85a-45da-93ee-15bb01b20ab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17124 | 2024.09.01 21:07:50.040726 [ 195 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
17125 | 2024.09.01 21:07:50.041873 [ 187 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_41_8} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17126 | 2024.09.01 21:07:50.041910 [ 3 ] {e39a04a3-f85a-45da-93ee-15bb01b20ab1} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
17127 | 2024.09.01 21:07:50.042049 [ 187 ] {5ae2d17c-7291-4455-b4f0-f7e196d7655c::all_1_41_8} <Trace> oximeter.measurements_f64 (5ae2d17c-7291-4455-b4f0-f7e196d7655c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
17128 | 2024.09.01 21:07:50.042274 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17129 | 2024.09.01 21:07:50.042598 [ 3 ] {e39a04a3-f85a-45da-93ee-15bb01b20ab1} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17130 | 2024.09.01 21:07:50.042821 [ 137 ] {} <Debug> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
17131 | 2024.09.01 21:07:50.042825 [ 3 ] {e39a04a3-f85a-45da-93ee-15bb01b20ab1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005496 sec., 1455.604075691412 rows/sec., 2.61 MiB/sec. | ||
17132 | 2024.09.01 21:07:50.042906 [ 137 ] {} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17133 | 2024.09.01 21:07:50.043031 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17134 | 2024.09.01 21:07:50.043504 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::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 | ||
17135 | 2024.09.01 21:07:50.043638 [ 3 ] {e39a04a3-f85a-45da-93ee-15bb01b20ab1} <Debug> DynamicQueryHandler: Done processing query | ||
17136 | 2024.09.01 21:07:50.043738 [ 3 ] {e39a04a3-f85a-45da-93ee-15bb01b20ab1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
17137 | 2024.09.01 21:07:50.043825 [ 3 ] {} <Debug> HTTP-Session: bea0cd37-6471-44ee-900d-368e0f3c5447 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17138 | 2024.09.01 21:07:50.044096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 11244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17139 | 2024.09.01 21:07:50.044271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17140 | 2024.09.01 21:07:50.044374 [ 3 ] {} <Debug> HTTP-Session: 10b91270-bd99-4e6e-8630-89274d12432f Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17141 | 2024.09.01 21:07:50.044467 [ 3 ] {} <Debug> HTTP-Session: 10b91270-bd99-4e6e-8630-89274d12432f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17142 | 2024.09.01 21:07:50.044551 [ 3 ] {} <Debug> HTTP-Session: 10b91270-bd99-4e6e-8630-89274d12432f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17143 | 2024.09.01 21:07:50.044697 [ 3 ] {} <Trace> HTTP-Session: 10b91270-bd99-4e6e-8630-89274d12432f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17144 | 2024.09.01 21:07:50.045078 [ 3 ] {42255193-e625-419d-a455-25d13c27f37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17145 | 2024.09.01 21:07:50.045260 [ 3 ] {42255193-e625-419d-a455-25d13c27f37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17146 | 2024.09.01 21:07:50.045883 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17147 | 2024.09.01 21:07:50.046054 [ 3 ] {42255193-e625-419d-a455-25d13c27f37d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17148 | 2024.09.01 21:07:50.046083 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1482 rows starting from the beginning of the part | ||
17149 | 2024.09.01 21:07:50.046805 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 51 rows starting from the beginning of the part | ||
17150 | 2024.09.01 21:07:50.047096 [ 3 ] {42255193-e625-419d-a455-25d13c27f37d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17151 | 2024.09.01 21:07:50.047205 [ 3 ] {42255193-e625-419d-a455-25d13c27f37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17152 | 2024.09.01 21:07:50.047569 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 2 rows starting from the beginning of the part | ||
17153 | 2024.09.01 21:07:50.048162 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 51 rows starting from the beginning of the part | ||
17154 | 2024.09.01 21:07:50.048544 [ 3 ] {42255193-e625-419d-a455-25d13c27f37d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17155 | 2024.09.01 21:07:50.048735 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 2 rows starting from the beginning of the part | ||
17156 | 2024.09.01 21:07:50.049551 [ 195 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
17157 | 2024.09.01 21:07:50.049727 [ 3 ] {42255193-e625-419d-a455-25d13c27f37d} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17158 | 2024.09.01 21:07:50.050296 [ 3 ] {42255193-e625-419d-a455-25d13c27f37d} <Debug> executeQuery: Read 76 rows, 4.93 KiB in 0.005364 sec., 14168.530947054438 rows/sec., 918.30 KiB/sec. | ||
17159 | 2024.09.01 21:07:50.050772 [ 3 ] {42255193-e625-419d-a455-25d13c27f37d} <Debug> DynamicQueryHandler: Done processing query | ||
17160 | 2024.09.01 21:07:50.050855 [ 3 ] {42255193-e625-419d-a455-25d13c27f37d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17161 | 2024.09.01 21:07:50.050932 [ 3 ] {} <Debug> HTTP-Session: 10b91270-bd99-4e6e-8630-89274d12432f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17162 | 2024.09.01 21:07:50.059969 [ 187 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1596 rows, containing 19 columns (19 merged, 0 gathered) in 0.016770496 sec., 95167.13161018016 rows/sec., 170.54 MiB/sec. | ||
17163 | 2024.09.01 21:07:50.061359 [ 187 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
17164 | 2024.09.01 21:07:50.061937 [ 187 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17165 | 2024.09.01 21:07:50.062023 [ 187 ] {6c7ab15e-bf14-4ba8-8b5d-205ca8298766::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
17166 | 2024.09.01 21:07:50.062166 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
17167 | 2024.09.01 21:07:50.852776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 17574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17168 | 2024.09.01 21:07:50.852865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17169 | 2024.09.01 21:07:50.852891 [ 3 ] {} <Debug> HTTP-Session: 456a541f-ecdb-4453-b5bb-225828cf2633 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17170 | 2024.09.01 21:07:50.852914 [ 3 ] {} <Debug> HTTP-Session: 456a541f-ecdb-4453-b5bb-225828cf2633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17171 | 2024.09.01 21:07:50.852931 [ 3 ] {} <Debug> HTTP-Session: 456a541f-ecdb-4453-b5bb-225828cf2633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17172 | 2024.09.01 21:07:50.852978 [ 3 ] {} <Trace> HTTP-Session: 456a541f-ecdb-4453-b5bb-225828cf2633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17173 | 2024.09.01 21:07:50.853171 [ 3 ] {0684e9b5-60f7-4fe3-9588-1ab3646dc007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17174 | 2024.09.01 21:07:50.853231 [ 3 ] {0684e9b5-60f7-4fe3-9588-1ab3646dc007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17175 | 2024.09.01 21:07:50.853540 [ 3 ] {0684e9b5-60f7-4fe3-9588-1ab3646dc007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17176 | 2024.09.01 21:07:50.854026 [ 3 ] {0684e9b5-60f7-4fe3-9588-1ab3646dc007} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17177 | 2024.09.01 21:07:50.854065 [ 3 ] {0684e9b5-60f7-4fe3-9588-1ab3646dc007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17178 | 2024.09.01 21:07:50.854445 [ 3 ] {0684e9b5-60f7-4fe3-9588-1ab3646dc007} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17179 | 2024.09.01 21:07:50.854811 [ 3 ] {0684e9b5-60f7-4fe3-9588-1ab3646dc007} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17180 | 2024.09.01 21:07:50.854966 [ 3 ] {0684e9b5-60f7-4fe3-9588-1ab3646dc007} <Debug> executeQuery: Read 116 rows, 10.48 KiB in 0.001872 sec., 61965.81196581197 rows/sec., 5.47 MiB/sec. | ||
17181 | 2024.09.01 21:07:50.854987 [ 139 ] {} <Debug> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17182 | 2024.09.01 21:07:50.855087 [ 139 ] {} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17183 | 2024.09.01 21:07:50.855144 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17184 | 2024.09.01 21:07:50.855273 [ 3 ] {0684e9b5-60f7-4fe3-9588-1ab3646dc007} <Debug> DynamicQueryHandler: Done processing query | ||
17185 | 2024.09.01 21:07:50.855359 [ 3 ] {0684e9b5-60f7-4fe3-9588-1ab3646dc007} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
17186 | 2024.09.01 21:07:50.855426 [ 3 ] {} <Debug> HTTP-Session: 456a541f-ecdb-4453-b5bb-225828cf2633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17187 | 2024.09.01 21:07:50.855480 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::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 | ||
17188 | 2024.09.01 21:07:50.855700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 6226, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17189 | 2024.09.01 21:07:50.855887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17190 | 2024.09.01 21:07:50.855967 [ 3 ] {} <Debug> HTTP-Session: 66d55c87-6da9-4566-b285-6983bdc34374 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17191 | 2024.09.01 21:07:50.856047 [ 3 ] {} <Debug> HTTP-Session: 66d55c87-6da9-4566-b285-6983bdc34374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17192 | 2024.09.01 21:07:50.856106 [ 3 ] {} <Debug> HTTP-Session: 66d55c87-6da9-4566-b285-6983bdc34374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17193 | 2024.09.01 21:07:50.856242 [ 3 ] {} <Trace> HTTP-Session: 66d55c87-6da9-4566-b285-6983bdc34374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17194 | 2024.09.01 21:07:50.856653 [ 3 ] {149860d3-851c-483a-9408-4daccd7dac65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17195 | 2024.09.01 21:07:50.856713 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17196 | 2024.09.01 21:07:50.856801 [ 3 ] {149860d3-851c-483a-9408-4daccd7dac65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17197 | 2024.09.01 21:07:50.856968 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1451 rows starting from the beginning of the part | ||
17198 | 2024.09.01 21:07:50.857325 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
17199 | 2024.09.01 21:07:50.857619 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 293 rows starting from the beginning of the part | ||
17200 | 2024.09.01 21:07:50.857980 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part | ||
17201 | 2024.09.01 21:07:50.858330 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1347 rows starting from the beginning of the part | ||
17202 | 2024.09.01 21:07:50.858711 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 116 rows starting from the beginning of the part | ||
17203 | 2024.09.01 21:07:50.858806 [ 3 ] {149860d3-851c-483a-9408-4daccd7dac65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17204 | 2024.09.01 21:07:50.859988 [ 3 ] {149860d3-851c-483a-9408-4daccd7dac65} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17205 | 2024.09.01 21:07:50.860036 [ 3 ] {149860d3-851c-483a-9408-4daccd7dac65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17206 | 2024.09.01 21:07:50.860977 [ 3 ] {149860d3-851c-483a-9408-4daccd7dac65} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17207 | 2024.09.01 21:07:50.861796 [ 3 ] {149860d3-851c-483a-9408-4daccd7dac65} <Trace> oximeter.fields_u16 (cc2af3ae-7d64-472f-ab2d-88e060c6beb4): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17208 | 2024.09.01 21:07:50.861977 [ 3 ] {149860d3-851c-483a-9408-4daccd7dac65} <Debug> executeQuery: Read 43 rows, 3.23 KiB in 0.005508 sec., 7806.826434277415 rows/sec., 587.04 KiB/sec. | ||
17209 | 2024.09.01 21:07:50.862382 [ 3 ] {149860d3-851c-483a-9408-4daccd7dac65} <Debug> DynamicQueryHandler: Done processing query | ||
17210 | 2024.09.01 21:07:50.862487 [ 3 ] {149860d3-851c-483a-9408-4daccd7dac65} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17211 | 2024.09.01 21:07:50.862555 [ 3 ] {} <Debug> HTTP-Session: 66d55c87-6da9-4566-b285-6983bdc34374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17212 | 2024.09.01 21:07:50.862624 [ 201 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3335 rows, containing 5 columns (5 merged, 0 gathered) in 0.00738945 sec., 451319.1103532739 rows/sec., 39.53 MiB/sec. | ||
17213 | 2024.09.01 21:07:50.862744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 13437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17214 | 2024.09.01 21:07:50.862807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17215 | 2024.09.01 21:07:50.862836 [ 3 ] {} <Debug> HTTP-Session: 93b97f5d-2e55-4582-b9d3-ca27e3720a08 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17216 | 2024.09.01 21:07:50.862864 [ 3 ] {} <Debug> HTTP-Session: 93b97f5d-2e55-4582-b9d3-ca27e3720a08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17217 | 2024.09.01 21:07:50.862884 [ 3 ] {} <Debug> HTTP-Session: 93b97f5d-2e55-4582-b9d3-ca27e3720a08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17218 | 2024.09.01 21:07:50.862891 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17219 | 2024.09.01 21:07:50.862938 [ 3 ] {} <Trace> HTTP-Session: 93b97f5d-2e55-4582-b9d3-ca27e3720a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17220 | 2024.09.01 21:07:50.863224 [ 3 ] {123d1abf-8c12-453b-ab3f-d510daf7f219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17221 | 2024.09.01 21:07:50.863374 [ 3 ] {123d1abf-8c12-453b-ab3f-d510daf7f219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17222 | 2024.09.01 21:07:50.863923 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_96_19} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17223 | 2024.09.01 21:07:50.864093 [ 3 ] {123d1abf-8c12-453b-ab3f-d510daf7f219} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17224 | 2024.09.01 21:07:50.864146 [ 187 ] {24881dc1-3879-4bc7-b626-2ce030e00ff5::all_1_96_19} <Trace> oximeter.fields_string (24881dc1-3879-4bc7-b626-2ce030e00ff5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17225 | 2024.09.01 21:07:50.864314 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
17226 | 2024.09.01 21:07:50.864586 [ 3 ] {123d1abf-8c12-453b-ab3f-d510daf7f219} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17227 | 2024.09.01 21:07:50.864631 [ 3 ] {123d1abf-8c12-453b-ab3f-d510daf7f219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17228 | 2024.09.01 21:07:50.864997 [ 3 ] {123d1abf-8c12-453b-ab3f-d510daf7f219} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17229 | 2024.09.01 21:07:50.865370 [ 3 ] {123d1abf-8c12-453b-ab3f-d510daf7f219} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17230 | 2024.09.01 21:07:50.865520 [ 3 ] {123d1abf-8c12-453b-ab3f-d510daf7f219} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.002441 sec., 32363.785333879558 rows/sec., 2.53 MiB/sec. | ||
17231 | 2024.09.01 21:07:50.865532 [ 139 ] {} <Debug> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17232 | 2024.09.01 21:07:50.865615 [ 139 ] {} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17233 | 2024.09.01 21:07:50.865658 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17234 | 2024.09.01 21:07:50.865844 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::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 | ||
17235 | 2024.09.01 21:07:50.865850 [ 3 ] {123d1abf-8c12-453b-ab3f-d510daf7f219} <Debug> DynamicQueryHandler: Done processing query | ||
17236 | 2024.09.01 21:07:50.865915 [ 3 ] {123d1abf-8c12-453b-ab3f-d510daf7f219} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
17237 | 2024.09.01 21:07:50.865960 [ 3 ] {} <Debug> HTTP-Session: 93b97f5d-2e55-4582-b9d3-ca27e3720a08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17238 | 2024.09.01 21:07:50.866083 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17239 | 2024.09.01 21:07:50.866139 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 951 rows starting from the beginning of the part | ||
17240 | 2024.09.01 21:07:50.866163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 2364, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17241 | 2024.09.01 21:07:50.866323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17242 | 2024.09.01 21:07:50.866335 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 80 rows starting from the beginning of the part | ||
17243 | 2024.09.01 21:07:50.866413 [ 3 ] {} <Debug> HTTP-Session: 9ac44c2d-1287-4277-9fba-6721c4c4c947 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17244 | 2024.09.01 21:07:50.866521 [ 3 ] {} <Debug> HTTP-Session: 9ac44c2d-1287-4277-9fba-6721c4c4c947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17245 | 2024.09.01 21:07:50.866608 [ 3 ] {} <Debug> HTTP-Session: 9ac44c2d-1287-4277-9fba-6721c4c4c947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17246 | 2024.09.01 21:07:50.866626 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 440 rows starting from the beginning of the part | ||
17247 | 2024.09.01 21:07:50.866738 [ 3 ] {} <Trace> HTTP-Session: 9ac44c2d-1287-4277-9fba-6721c4c4c947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17248 | 2024.09.01 21:07:50.866868 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 74 rows starting from the beginning of the part | ||
17249 | 2024.09.01 21:07:50.867129 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 850 rows starting from the beginning of the part | ||
17250 | 2024.09.01 21:07:50.867212 [ 3 ] {42b2bd68-d853-41d7-ab9b-bdfb741084e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17251 | 2024.09.01 21:07:50.867386 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 79 rows starting from the beginning of the part | ||
17252 | 2024.09.01 21:07:50.867425 [ 3 ] {42b2bd68-d853-41d7-ab9b-bdfb741084e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17253 | 2024.09.01 21:07:50.868238 [ 3 ] {42b2bd68-d853-41d7-ab9b-bdfb741084e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17254 | 2024.09.01 21:07:50.869059 [ 3 ] {42b2bd68-d853-41d7-ab9b-bdfb741084e6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17255 | 2024.09.01 21:07:50.869121 [ 3 ] {42b2bd68-d853-41d7-ab9b-bdfb741084e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17256 | 2024.09.01 21:07:50.870049 [ 3 ] {42b2bd68-d853-41d7-ab9b-bdfb741084e6} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17257 | 2024.09.01 21:07:50.870739 [ 194 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2474 rows, containing 5 columns (5 merged, 0 gathered) in 0.004950047 sec., 499793.23428646236 rows/sec., 38.31 MiB/sec. | ||
17258 | 2024.09.01 21:07:50.870760 [ 3 ] {42b2bd68-d853-41d7-ab9b-bdfb741084e6} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17259 | 2024.09.01 21:07:50.871081 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Selected 5 parts from all_1_91_18 to all_95_95_0 | ||
17260 | 2024.09.01 21:07:50.871129 [ 3 ] {42b2bd68-d853-41d7-ab9b-bdfb741084e6} <Debug> executeQuery: Read 12 rows, 883.00 B in 0.004109 sec., 2920.4185933317112 rows/sec., 209.86 KiB/sec. | ||
17261 | 2024.09.01 21:07:50.871177 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17262 | 2024.09.01 21:07:50.871257 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17263 | 2024.09.01 21:07:50.871510 [ 194 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17264 | 2024.09.01 21:07:50.871596 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_91_18 to all_95_95_0 into Compact with storage Full | ||
17265 | 2024.09.01 21:07:50.871631 [ 3 ] {42b2bd68-d853-41d7-ab9b-bdfb741084e6} <Debug> DynamicQueryHandler: Done processing query | ||
17266 | 2024.09.01 21:07:50.871716 [ 3 ] {42b2bd68-d853-41d7-ab9b-bdfb741084e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17267 | 2024.09.01 21:07:50.871793 [ 3 ] {} <Debug> HTTP-Session: 9ac44c2d-1287-4277-9fba-6721c4c4c947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17268 | 2024.09.01 21:07:50.871971 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17269 | 2024.09.01 21:07:50.872039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 71213, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17270 | 2024.09.01 21:07:50.872065 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 24909 rows starting from the beginning of the part | ||
17271 | 2024.09.01 21:07:50.872226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17272 | 2024.09.01 21:07:50.872348 [ 3 ] {} <Debug> HTTP-Session: 16a0eeb6-6175-4ccf-a0bc-f807fa547bc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17273 | 2024.09.01 21:07:50.872432 [ 3 ] {} <Debug> HTTP-Session: 16a0eeb6-6175-4ccf-a0bc-f807fa547bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17274 | 2024.09.01 21:07:50.872503 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 162 rows starting from the beginning of the part | ||
17275 | 2024.09.01 21:07:50.872519 [ 3 ] {} <Debug> HTTP-Session: 16a0eeb6-6175-4ccf-a0bc-f807fa547bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17276 | 2024.09.01 21:07:50.872632 [ 3 ] {} <Trace> HTTP-Session: 16a0eeb6-6175-4ccf-a0bc-f807fa547bc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17277 | 2024.09.01 21:07:50.872909 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 238 rows starting from the beginning of the part | ||
17278 | 2024.09.01 21:07:50.873378 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 164 rows starting from the beginning of the part | ||
17279 | 2024.09.01 21:07:50.873858 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 911 rows starting from the beginning of the part | ||
17280 | 2024.09.01 21:07:50.873894 [ 3 ] {a3002b84-a111-4d4e-9448-85adad69f6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17281 | 2024.09.01 21:07:50.874407 [ 3 ] {a3002b84-a111-4d4e-9448-85adad69f6c6} <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 | ||
17282 | 2024.09.01 21:07:50.874287 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_96_19} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17283 | 2024.09.01 21:07:50.874942 [ 193 ] {afd54c4c-39d7-49c4-966c-66d74d2d7ca8::all_1_96_19} <Trace> oximeter.fields_uuid (afd54c4c-39d7-49c4-966c-66d74d2d7ca8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17284 | 2024.09.01 21:07:50.875307 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
17285 | 2024.09.01 21:07:50.875928 [ 3 ] {a3002b84-a111-4d4e-9448-85adad69f6c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17286 | 2024.09.01 21:07:50.877029 [ 3 ] {a3002b84-a111-4d4e-9448-85adad69f6c6} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17287 | 2024.09.01 21:07:50.877068 [ 3 ] {a3002b84-a111-4d4e-9448-85adad69f6c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17288 | 2024.09.01 21:07:50.877994 [ 3 ] {a3002b84-a111-4d4e-9448-85adad69f6c6} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
17289 | 2024.09.01 21:07:50.878618 [ 3 ] {a3002b84-a111-4d4e-9448-85adad69f6c6} <Trace> oximeter.measurements_histogramu64 (6c7ab15e-bf14-4ba8-8b5d-205ca8298766): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17290 | 2024.09.01 21:07:50.878809 [ 3 ] {a3002b84-a111-4d4e-9448-85adad69f6c6} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.005894 sec., 7295.554801493044 rows/sec., 13.07 MiB/sec. | ||
17291 | 2024.09.01 21:07:50.879119 [ 3 ] {a3002b84-a111-4d4e-9448-85adad69f6c6} <Debug> DynamicQueryHandler: Done processing query | ||
17292 | 2024.09.01 21:07:50.879144 [ 3 ] {a3002b84-a111-4d4e-9448-85adad69f6c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
17293 | 2024.09.01 21:07:50.879160 [ 3 ] {} <Debug> HTTP-Session: 16a0eeb6-6175-4ccf-a0bc-f807fa547bc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17294 | 2024.09.01 21:07:50.879313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55150, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17295 | 2024.09.01 21:07:50.879361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17296 | 2024.09.01 21:07:50.879381 [ 3 ] {} <Debug> HTTP-Session: d67e796e-2df7-4a75-bbe7-799dabcd9ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:55150 | ||
17297 | 2024.09.01 21:07:50.879397 [ 3 ] {} <Debug> HTTP-Session: d67e796e-2df7-4a75-bbe7-799dabcd9ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17298 | 2024.09.01 21:07:50.879411 [ 3 ] {} <Debug> HTTP-Session: d67e796e-2df7-4a75-bbe7-799dabcd9ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17299 | 2024.09.01 21:07:50.879443 [ 3 ] {} <Trace> HTTP-Session: d67e796e-2df7-4a75-bbe7-799dabcd9ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17300 | 2024.09.01 21:07:50.879561 [ 3 ] {6fab0ff1-2382-46f9-90bc-bfc8df727b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55150) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17301 | 2024.09.01 21:07:50.879606 [ 3 ] {6fab0ff1-2382-46f9-90bc-bfc8df727b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17302 | 2024.09.01 21:07:50.879745 [ 3 ] {6fab0ff1-2382-46f9-90bc-bfc8df727b4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17303 | 2024.09.01 21:07:50.880103 [ 3 ] {6fab0ff1-2382-46f9-90bc-bfc8df727b4f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17304 | 2024.09.01 21:07:50.880138 [ 3 ] {6fab0ff1-2382-46f9-90bc-bfc8df727b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17305 | 2024.09.01 21:07:50.880609 [ 3 ] {6fab0ff1-2382-46f9-90bc-bfc8df727b4f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17306 | 2024.09.01 21:07:50.880949 [ 3 ] {6fab0ff1-2382-46f9-90bc-bfc8df727b4f} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17307 | 2024.09.01 21:07:50.881127 [ 3 ] {6fab0ff1-2382-46f9-90bc-bfc8df727b4f} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001599 sec., 3752.34521575985 rows/sec., 254.68 KiB/sec. | ||
17308 | 2024.09.01 21:07:50.881153 [ 139 ] {} <Debug> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17309 | 2024.09.01 21:07:50.881257 [ 139 ] {} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17310 | 2024.09.01 21:07:50.881308 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
17311 | 2024.09.01 21:07:50.881383 [ 3 ] {6fab0ff1-2382-46f9-90bc-bfc8df727b4f} <Debug> DynamicQueryHandler: Done processing query | ||
17312 | 2024.09.01 21:07:50.881440 [ 3 ] {6fab0ff1-2382-46f9-90bc-bfc8df727b4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17313 | 2024.09.01 21:07:50.881481 [ 3 ] {} <Debug> HTTP-Session: d67e796e-2df7-4a75-bbe7-799dabcd9ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17314 | 2024.09.01 21:07:50.881488 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::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 | ||
17315 | 2024.09.01 21:07:50.881612 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17316 | 2024.09.01 21:07:50.881641 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4790 rows starting from the beginning of the part | ||
17317 | 2024.09.01 21:07:50.881763 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
17318 | 2024.09.01 21:07:50.882032 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part | ||
17319 | 2024.09.01 21:07:50.882292 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
17320 | 2024.09.01 21:07:50.882498 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 76 rows starting from the beginning of the part | ||
17321 | 2024.09.01 21:07:50.882786 [ 192 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 6 rows starting from the beginning of the part | ||
17322 | 2024.09.01 21:07:50.883421 [ 188 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26384 rows, containing 5 columns (5 merged, 0 gathered) in 0.012010002 sec., 2196835.6041905736 rows/sec., 148.08 MiB/sec. | ||
17323 | 2024.09.01 21:07:50.883753 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
17324 | 2024.09.01 21:07:50.884816 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17325 | 2024.09.01 21:07:50.885048 [ 186 ] {37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d::all_1_95_19} <Trace> oximeter.measurements_cumulativeu64 (37d8e5f6-65b6-442b-8247-b2fbd6ea3d8d) (MergerMutator): Merged 5 parts: [all_1_91_18, all_95_95_0] -> all_1_95_19 | ||
17326 | 2024.09.01 21:07:50.885210 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
17327 | 2024.09.01 21:07:50.885834 [ 186 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5074 rows, containing 4 columns (4 merged, 0 gathered) in 0.00445441 sec., 1139095.8623027517 rows/sec., 74.23 MiB/sec. | ||
17328 | 2024.09.01 21:07:50.886164 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17329 | 2024.09.01 21:07:50.886579 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_96_19} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17330 | 2024.09.01 21:07:50.886662 [ 199 ] {5aa5e6b7-8bb3-48d3-a175-3eb6476782a7::all_1_96_19} <Trace> oximeter.measurements_u64 (5aa5e6b7-8bb3-48d3-a175-3eb6476782a7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17331 | 2024.09.01 21:07:50.886750 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
17332 | 2024.09.01 21:07:51.000405 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.75 MiB, peak 225.42 MiB, free memory in arenas 0.00 B, will set to 216.38 MiB (RSS), difference: 3.63 MiB | ||
17333 | 2024.09.01 21:07:54.020886 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17334 | 2024.09.01 21:07:54.020950 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache |